paper-with-me

Papers

FLEEK: Factual Error Detection and Correction with Evidence Retrieved from External Knowledge

2023-10-26 · Farima Fatahi Bayat, Kun Qian, Benjamin Han, Yisi Sang, Anton Belyi, Samira Khorshidi, Fei Wu, Ihab F. Ilyas, Yunyao Li

Detecting factual errors in textual information, whether generated by large language models (LLM) or curated by humans, is crucial for making informed decisions. LLMs' inability to attribute their claims to external knowledge and their tendency to hallucinate makes it difficult to rely on their responses. Humans, too, are prone to factual errors in their writing. Since manual detection and correction of factual errors is labor-intensive, developing an automatic approach can greatly reduce human effort. We present FLEEK, a prototype tool that automatically extracts factual claims from text, gathers evidence from external knowledge sources, evaluates the factuality of each claim, and suggests revisions for identified errors using the collected evidence. Initial empirical evaluation on fact error detection (77-85\% F1) shows the potential of FLEEK. A video demo of FLEEK can be found at https://youtu.be/NapJFUlkPdQ.

📄 PDF Abstract BibTeX arXiv:2310.17119

Code (0)

등록된 구현이 없습니다.

Tasks

Attribute

Similar Papers 제목 키워드 기반

Medico: Towards Hallucination Detection and Correction with Multi-source Evidence Fusion

2024-10-14 · Xinping Zhao, Jindi Yu, Zhenyu Liu, Jifang Wang 외

As we all know, hallucinations prevail in Large Language Models (LLMs), where the generated content is coherent but factually incorrect, which inflicts a heavy blow on the widespread application of LLMs. Previous studies…

Hallucination

Evidence-based Factual Error Correction

2020-12-31 · James Thorne, Andreas Vlachos

This paper introduces the task of factual error correction: performing edits to a claim so that the generated rewrite is better supported by evidence. This extends the well-studied task of fact verification by providing …

Fact CheckingFact VerificationMisinformation

Evidence-based Factual Error Correction

2021-06-02 · ACL 2021 5 · James Thorne, Andreas Vlachos

This paper introduces the task of factual error correction: performing edits to a claim so that the generated rewrite is better supported by evidence. This extends the well-studied task of fact verification by providing …

Fact CheckingFact Verification

CECOR: Correction-oriented synthetic data construction for factual error correction

2026-05-04 · Lei Zhu, Xiaobao Wang, Jianbiao Yang, Chenyang Wang 외 arxiv

Factual Error Correction (FEC) aims to revise inaccurate text into statements that are factually consistent with external evidence. Although recent methods perform well on single-hop correction, they often treat claims a…

Reinforcement Learning

Zero-shot Faithful Factual Error Correction

2023-05-13 · Kung-Hsiang Huang, Hou Pong Chan, Heng Ji

Faithfully correcting factual errors is critical for maintaining the integrity of textual knowledge bases and preventing hallucinations in sequence-to-sequence models. Drawing on humans' ability to identify and correct f…