paper-with-me

홈 › Papers

GenAudit: Fixing Factual Errors in Language Model Outputs with Evidence

2024-02-19 · Kundan Krishna, Sanjana Ramprasad, Prakhar Gupta, Byron C. Wallace, Zachary C. Lipton, Jeffrey P. Bigham

LLMs can generate factually incorrect statements even when provided access to reference documents. Such errors can be dangerous in high-stakes applications (e.g., document-grounded QA for healthcare or finance). We present GenAudit -- a tool intended to assist fact-checking LLM responses for document-grounded tasks. GenAudit suggests edits to the LLM response by revising or removing claims that are not supported by the reference document, and also presents evidence from the reference for facts that do appear to have support. We train models to execute these tasks, and design an interactive interface to present suggested edits and evidence to users. Comprehensive evaluation by human raters shows that GenAudit can detect errors in 8 different LLM outputs when summarizing documents from diverse domains. User studies demonstrate that using GenAudit can substantially improve the performance of humans at finding errors in LLM-generated summaries. We release our tool (GenAudit) and fact-checking model for public use.

📄 PDF Abstract BibTeX arXiv:2402.12566

Code (0)

등록된 구현이 없습니다.

Tasks

Fact CheckingLanguage ModelingLanguage Modelling

Similar Papers 제목 키워드 기반

Improving Factual Accuracy of Neural Table-to-Text Output by Addressing Input Problems in ToTTo

2024-04-05 · Barkavi Sundararajan, Somayajulu Sripada, Ehud Reiter

Neural Table-to-Text models tend to hallucinate, producing texts that contain factual errors. We investigate whether such errors in the output can be traced back to problems with the input. We manually annotated 1,837 te…

AI-Lancet: Locating Error-inducing Neurons to Optimize Neural Networks

2021-12-13 · ACM SIGSAC Conference on Computer and Communications Security 2021 12 · Yue Zhao, Hong Zhu, Kai Chen, Shengzhi Zhang

Deep neural network (DNN) has been widely utilized in many areas due to its increasingly high accuracy. However, DNN models could also produce wrong outputs due to internal errors, which may lead to severe security issue…

Knowledge-Aware Self-Correction in Language Models via Structured Memory Graphs

2025-07-07 · Swayamjit Saha arxiv

Large Language Models (LLMs) are powerful yet prone to generating factual errors, commonly referred to as hallucinations. We present a lightweight, interpretable framework for knowledge-aware self-correction of LLM outpu…

Survey on Factuality in Large Language Models: Knowledge, Retrieval and Domain-Specificity

2023-10-11 · Cunxiang Wang, Xiaoze Liu, Yuanhao Yue, Xiangru Tang 외

This survey addresses the crucial issue of factuality in Large Language Models (LLMs). As LLMs find applications across diverse domains, the reliability and accuracy of their outputs become vital. We define the Factualit…

RetrievalSpecificitySurvey

Detecting Errors through Ensembling Prompts (DEEP): An End-to-End LLM Framework for Detecting Factual Errors

2024-06-18 · Alex Chandler, Devesh Surve, Hui Su

Accurate text summarization is one of the most common and important tasks performed by Large Language Models, where the costs of human review for an entire document may be high, but the costs of errors in summarization m…

HallucinationLanguage ModelingLanguage ModellingLarge Language Model+1