{"about":{"site":"https://codewithpapers.app","non_affiliation":"Code with Papers and Syntology are not affiliated with, endorsed by, or sponsored by Papers with Code, Meta, or the pwc-archive mirror.","licence":"CC BY-SA 4.0","licence_url":"https://creativecommons.org/licenses/by-sa/4.0/legalcode","attribution":"https://codewithpapers.app/attribution","modified":"archive material modified by Syntology; see the attribution page"},"url":"/paper/ragas-automated-evaluation-of-retrieval","title":"RAGAS: Automated Evaluation of Retrieval Augmented Generation","arxiv_id":"2309.15217","date":"2023-09-26","proceeding":null,"authors":["Shahul ES","Jithin James","Luis Espinosa-Anke","Steven Schockaert"],"abstract":"We introduce RAGAs (Retrieval Augmented Generation Assessment), a framework for reference-free evaluation of Retrieval Augmented Generation (RAG) pipelines. RAG systems are composed of a retrieval and an LLM based generation module, and provide LLMs with knowledge from a reference textual database, which enables them to act as a natural language layer between a user and textual databases, reducing the risk of hallucinations. Evaluating RAG architectures is, however, challenging because there are several dimensions to consider: the ability of the retrieval system to identify relevant and focused context passages, the ability of the LLM to exploit such passages in a faithful way, or the quality of the generation itself. With RAGAs, we put forward a suite of metrics which can be used to evaluate these different dimensions \\textit{without having to rely on ground truth human annotations}. We posit that such a framework can crucially contribute to faster evaluation cycles of RAG architectures, which is especially important given the fast adoption of LLMs.","url_abs":"https://arxiv.org/abs/2309.15217v1","url_pdf":"https://arxiv.org/pdf/2309.15217v1.pdf","source":{"archive":"pwc-archive (Hugging Face), CC BY-SA 4.0","snapshot":"2025-07-28","licence_url":"https://creativecommons.org/licenses/by-sa/4.0/legalcode","row_kind":"abstracts"},"code_links":[{"paper_slug":"ragas-automated-evaluation-of-retrieval","repo_url":"https://github.com/explodinggradients/ragas","is_official":0,"mentioned_in_paper":1,"mentioned_in_github":0,"framework":"none","reach":{"status":"ok","spdx":"Apache-2.0"}},{"paper_slug":"ragas-automated-evaluation-of-retrieval","repo_url":"https://github.com/spackows/icaai-2024_rag-cd","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":1,"framework":"none","reach":{"status":"ok"}},{"paper_slug":"ragas-automated-evaluation-of-retrieval","repo_url":"https://github.com/alextakele/python-random-quote","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":0,"framework":"none","reach":{"status":"ok"}}],"tasks":[{"task_slug":"rag","task_name":"RAG"},{"task_slug":"retrieval","task_name":"Retrieval"},{"task_slug":"retrieval-augmented-generation","task_name":"Retrieval-augmented Generation"}],"methods":[{"method_slug":"adam","method_name":"Adam"},{"method_slug":"attention","method_name":"Attention"},{"method_slug":"attention-dropout","method_name":"Attention Dropout"},{"method_slug":"bart","method_name":"BART"},{"method_slug":"bert","method_name":"BERT"},{"method_slug":"bpe","method_name":"BPE"},{"method_slug":"dense-connections","method_name":"Dense Connections"},{"method_slug":"dropout","method_name":"Dropout"},{"method_slug":"layer-normalization","method_name":"Layer Normalization"},{"method_slug":"linear-layer","method_name":"Linear Layer"},{"method_slug":"linear-warmup-with-linear-decay","method_name":"Linear Warmup With Linear Decay"},{"method_slug":"multi-head-attention","method_name":"Multi-Head Attention"},{"method_slug":"rag","method_name":"RAG"},{"method_slug":"residual-connection","method_name":"Residual Connection"},{"method_slug":"softmax","method_name":"Softmax"},{"method_slug":"weight-decay","method_name":"Weight Decay"},{"method_slug":"wordpiece","method_name":"WordPiece"}],"datasets_introduced":[],"methods_introduced":[],"results":[],"syntology":{"syntology_url":"https://syntology.ai/paper/2309.15217","atlas_url":"https://app.syntology.ai/?focus=2309.15217","mcp":{"get_harvested_code_for_paper":{"arxiv_id":"2309.15217"}},"developers":"https://syntology.ai/developers","read_at":"2026-09-25T09:33:49+00:00","read_at_is":"when the build read Syntology's graph, not when any sample ran","claim":"Per-sample execution status on synthesized fixtures; not a correctness claim about the paper. Samples come from repositories linked to the paper, official or community; repo_kind says which.","repos":[{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/alextakele/python-random-quote","reach":{"status":"ok"}},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/spackows/icaai-2024_rag-cd","reach":{"status":"ok"}},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/explodinggradients/ragas","reach":{"status":"ok","spdx":"Apache-2.0"}}],"summary":{"ran":4,"unverified":2},"by_repo_kind":{"named_in_paper":{"samples":6,"ran":4,"repositories":1}},"repo_kind_vocabulary":{"official":"The archive marks this repository official for the paper","named_in_paper":"The archive records that the paper mentions this repository; it is not marked official","listed":"In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper","found_in_text":"Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted","community":"Not in the archive's code links for this paper; a community repository Syntology harvested"},"n_pointer_only_for_licence":0,"samples":[{"code_sha256_prefix":"8187466746dd8d3f","entry":"cacher","repo":"explodinggradients/ragas","repo_kind":"named_in_paper","path":"src/ragas/cache.py","file_url":"https://github.com/explodinggradients/ragas/blob/HEAD/src/ragas/cache.py","link_basis":"harvester_set","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"8187466746dd8d3f"}},{"code_sha256_prefix":"1125bcb828fbea16","entry":"new_group","repo":"explodinggradients/ragas","repo_kind":"named_in_paper","path":"src/ragas/callbacks.py","file_url":"https://github.com/explodinggradients/ragas/blob/HEAD/src/ragas/callbacks.py","link_basis":"harvester_set","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"1125bcb828fbea16"}},{"code_sha256_prefix":"b510616f4989a5ae","entry":"parse_run_traces","repo":"explodinggradients/ragas","repo_kind":"named_in_paper","path":"src/ragas/callbacks.py","file_url":"https://github.com/explodinggradients/ragas/blob/HEAD/src/ragas/callbacks.py","link_basis":"harvester_set","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"b510616f4989a5ae"}},{"code_sha256_prefix":"b9d42011ea2f4abc","entry":"run","repo":"explodinggradients/ragas","repo_kind":"named_in_paper","path":"src/ragas/async_utils.py","file_url":"https://github.com/explodinggradients/ragas/blob/HEAD/src/ragas/async_utils.py","link_basis":"harvester_set","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"b9d42011ea2f4abc"}},{"code_sha256_prefix":"0b25e64377d6f17d","entry":"as_completed","repo":"explodinggradients/ragas","repo_kind":"named_in_paper","path":"src/ragas/async_utils.py","file_url":"https://github.com/explodinggradients/ragas/blob/HEAD/src/ragas/async_utils.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"0b25e64377d6f17d"}},{"code_sha256_prefix":"bb58276206a9b053","entry":"run_async_tasks","repo":"explodinggradients/ragas","repo_kind":"named_in_paper","path":"src/ragas/async_utils.py","file_url":"https://github.com/explodinggradients/ragas/blob/HEAD/src/ragas/async_utils.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"bb58276206a9b053"}}]},"arxiv_metadata":null,"syntology_extracted_results":null}