paper-with-me

Papers

OpenFActScore: Open-Source Atomic Evaluation of Factuality in Text Generation

2025-07-08 · Lucas Fonseca Lage, Simon Ostermann

We introduce OpenFActScore, an open-source implementation of the FActScore framework for evaluating the factuality of text generated by large language models (LLMs). FActScore evaluates the factual accuracy of long-form text by using Atomic Fact Generation (AFG) to extract individual factual claims and Atomic Fact Validation (AFV) to verify each claim against a trusted knowledge source. While the original FActScore relies on closed-source and commercial models such as InstructGPT and ChatGPT, OpenFActScore enables the use of any Hugging Face-compatible model for both AFG and AFV. We provide a detailed technical overview of our implementation, highlighting design choices and modifications made to support open models. We evaluate multiple open-source LLMs on both AFG and AFV using the original FActScore benchmark, reporting BERTScore-F1 for AFG and Error Rate relative to human annotations for AFV. Our results show that open models can approximate the performance of closed-source systems, with Gemma achieving the best overall performance, and our final setup obtains a 0.99 Pearson correlation with the original FActScore experiments. OpenFActScore promotes transparency, reproducibility, and cost-effective evaluation, and is available at: https://github.com/lflage/OpenFActScore.

📄 PDF Abstract BibTeX arXiv:2507.05965

Code (1)

lflage/openfactscore 공식 구현

Tasks

Text Generation

Similar Papers 제목 키워드 기반

Beyond Precision: Importance-Aware Recall for Factuality Evaluation in Long-Form LLM Generation

2026-04-03 · Nazanin Jafari, James Allan, Mohit Iyyer arxiv

Evaluating the factuality of long-form output generated by large language models (LLMs) remains challenging, particularly when responses are open-ended and contain many fine-grained factual statements. Existing evaluatio…

FENICE: Factuality Evaluation of summarization based on Natural language Inference and Claim Extraction

2024-03-04 · Alessandro Scirè, Karim Ghonim, Roberto Navigli

Recent advancements in text summarization, particularly with the advent of Large Language Models (LLMs), have shown remarkable performance. However, a notable challenge persists as a substantial number of automatically-g…

ArticlesNatural Language InferenceSummarization Consistency EvaluationText Summarization

VERISCORE: Evaluating the factuality of verifiable claims in long-form text generation

2024-06-27 · Yixiao Song, Yekyung Kim, Mohit Iyyer

Existing metrics for evaluating the factuality of long-form text, such as FACTSCORE (Min et al., 2023) and SAFE (Wei et al., 2024), decompose an input text into "atomic claims" and verify each against a knowledge base li…

FormText 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

Investigating Factuality in Long-Form Text Generation: The Roles of Self-Known and Self-Unknown

2024-11-24 · Lifu Tu, Rui Meng, Shafiq Joty, Yingbo Zhou 외

Large language models (LLMs) have demonstrated strong capabilities in text understanding and generation. However, they often lack factuality, producing a mixture of true and false information, especially in long-form gen…

FormText Generation