paper-with-me

홈 › Papers

UFO: a Unified and Flexible Framework for Evaluating Factuality of Large Language Models

2024-02-22 · Zhaoheng Huang, Zhicheng Dou, Yutao Zhu, Ji-Rong Wen

Large language models (LLMs) may generate text that lacks consistency with human knowledge, leading to factual inaccuracies or \textit{hallucination}. Existing research for evaluating the factuality of LLMs involves extracting fact claims using an LLM and verifying them against a predefined fact source. However, these evaluation metrics are task-specific, and not scalable, and the substitutability of fact sources in different tasks is under-explored. To address these challenges, we categorize four available fact sources: human-written evidence, reference documents, search engine results, and LLM knowledge, along with five text generation tasks containing six representative datasets. Then, we propose \texttt{UFO}, an LLM-based unified and flexible evaluation framework to verify facts against plug-and-play fact sources. We implement five evaluation scenarios based on this framework. Experimental results show that for most QA tasks, human-written evidence and reference documents are crucial, and they can substitute for each other in retrieval-augmented QA tasks. In news fact generation tasks, search engine results and LLM knowledge are essential. Our dataset and code are available at \url{https://github.com/WaldenRUC/UFO}.

📄 PDF Abstract BibTeX arXiv:2402.14690

Code (1)

waldenruc/ufo 공식 구현 pytorch

Tasks

HallucinationRetrievalText Generation

Similar Papers 제목 키워드 기반

OpenFactCheck: Building, Benchmarking Customized Fact-Checking Systems and Evaluating the Factuality of Claims and LLMs

2024-05-09 · Yuxia Wang, Minghan Wang, Hasan Iqbal, Georgi Georgiev 외

The increased use of large language models (LLMs) across a variety of real-world applications calls for mechanisms to verify the factual accuracy of their outputs. Difficulties lie in assessing the factuality of free-for…

BenchmarkingFact Checking

GO FIGURE: A Meta Evaluation of Factuality in Summarization

2020-10-24 · Findings (ACL) 2021 8 · Saadia Gabriel, Asli Celikyilmaz, Rahul Jha, Yejin Choi 외

While neural language models can generate text with remarkable fluency and coherence, controlling for factual correctness in generation remains an open research question. This major discrepancy between the surface-level …

Common Sense ReasoningDiagnosticDocument SummarizationText Generation

OpenFactCheck: A Unified Framework for Factuality Evaluation of LLMs

2024-08-06 · Hasan Iqbal, Yuxia Wang, Minghan Wang, Georgi Georgiev 외

The increased use of large language models (LLMs) across a variety of real-world applications calls for automatic tools to check the factual accuracy of their outputs, as LLMs often hallucinate. This is difficult as it r…

Fact Checking

Multi-FAct: Assessing Factuality of Multilingual LLMs using FActScore

2024-02-28 · Sheikh Shafayat, Eunsu Kim, Juhyun Oh, Alice Oh

Evaluating the factuality of long-form large language model (LLM)-generated text is an important challenge. Recently there has been a surge of interest in factuality evaluation for English, but little is known about the …

DiversityFormHallucinationLanguage Modeling+3

T2I-FactualBench: Benchmarking the Factuality of Text-to-Image Models with Knowledge-Intensive Concepts

2024-12-05 · Ziwei Huang, Wanggui He, Quanyu Long, Yandi Wang 외

Evaluating the quality of synthesized images remains a significant challenge in the development of text-to-image (T2I) generation. Most existing studies in this area primarily focus on evaluating text-image alignment, im…

BenchmarkingImage GenerationMemorizationQuestion Answering+4