English

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

Computation and Language 2025-07-09 v1 Artificial Intelligence

Abstract

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.

Keywords

Cite

@article{arxiv.2507.05965,
  title  = {OpenFActScore: Open-Source Atomic Evaluation of Factuality in Text Generation},
  author = {Lucas Fonseca Lage and Simon Ostermann},
  journal= {arXiv preprint arXiv:2507.05965},
  year   = {2025}
}

Comments

Submitted to EMNLP 2025 System Demonstrations track

R2 v1 2026-07-01T03:51:23.093Z