A label taxonomy and answer-first generation strategies help RAG developers build evaluation datasets whose question mix matches real usage.
FaaF: Facts as a Function for the evaluation of generated text
1 Pith paper cite this work. Polarity classification is still indexing.
abstract
The demand for accurate and efficient verification of information in texts generated by large language models (LMs) is at an all-time high, but remains unresolved. Recent efforts have focused on extracting and verifying atomic facts from these texts via prompting LM evaluators. However, we demonstrate that this method of prompting is unreliable when faced with incomplete or inaccurate reference information. We introduce Facts as a Function (FaaF), a new approach to the fact verification task that leverages the function-calling capabilities of LMs. FaaF significantly enhances the ability of LMs to identify unsupported facts in texts, while also improving efficiency and significantly lowering costs compared to prompt-based methods. Additionally, we propose a framework for evaluating factual recall in Retrieval Augmented Generation (RAG) systems, which we employ to compare prompt-based and FaaF methods using various LMs under challenging conditions.
fields
cs.IR 1years
2024 1verdicts
CONDITIONAL 1representative citing papers
citing papers explorer
-
Know Your RAG: Dataset Taxonomy and Generation Strategies for Evaluating RAG Systems
A label taxonomy and answer-first generation strategies help RAG developers build evaluation datasets whose question mix matches real usage.