paper-with-me

홈 › Papers

FacTool: Factuality Detection in Generative AI -- A Tool Augmented Framework for Multi-Task and Multi-Domain Scenarios

2023-07-25 · I-Chun Chern, Steffi Chern, Shiqi Chen, Weizhe Yuan, Kehua Feng, Chunting Zhou, Junxian He, Graham Neubig, PengFei Liu

The emergence of generative pre-trained models has facilitated the synthesis of high-quality text, but it has also posed challenges in identifying factual errors in the generated text. In particular: (1) A wider range of tasks now face an increasing risk of containing factual errors when handled by generative models. (2) Generated texts tend to be lengthy and lack a clearly defined granularity for individual facts. (3) There is a scarcity of explicit evidence available during the process of fact checking. With the above challenges in mind, in this paper, we propose FacTool, a task and domain agnostic framework for detecting factual errors of texts generated by large language models (e.g., ChatGPT). Experiments on four different tasks (knowledge-based QA, code generation, mathematical reasoning, and scientific literature review) show the efficacy of the proposed method. We release the code of FacTool associated with ChatGPT plugin interface at https://github.com/GAIR-NLP/factool .

📄 PDF Abstract BibTeX arXiv:2307.13528

Code (3)

gair-nlp/factool 공식 구현
freedomintelligence/sdak pytorch
yuxiaw/openfactcheck

Tasks

Code GenerationFact CheckingMathematical Reasoning

Similar Papers 제목 키워드 기반

Factcheck-Bench: Fine-Grained Evaluation Benchmark for Automatic Fact-checkers

2023-11-15 · Yuxia Wang, Revanth Gangi Reddy, Zain Muhammad Mujahid, Arnav Arora 외

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. In this work, we present a holistic end-to-end solution …

Fact CheckingSentence

Halu-J: Critique-Based Hallucination Judge

2024-07-17 · Binjie Wang, Steffi Chern, Ethan Chern, PengFei Liu

Large language models (LLMs) frequently generate non-factual content, known as hallucinations. Existing retrieval-augmented-based hallucination detection approaches typically address this by framing it as a classificatio…

Evidence SelectionHallucinationRetrieval

REFIND: Retrieval-Augmented Factuality Hallucination Detection in Large Language Models

2025-02-19 · Donggeon Lee, Hwanjo Yu

Hallucinations in large language model (LLM) outputs severely limit their reliability in knowledge-intensive tasks such as question answering. To address this challenge, we introduce REFIND (Retrieval-augmented Factualit…

HallucinationLanguage ModelingLanguage ModellingLarge Language Model+3

Re-Ex: Revising after Explanation Reduces the Factual Errors in LLM Responses

2024-02-27 · Juyeon Kim, Jeongeun Lee, Yoonho Chang, Chanyeol Choi 외

Mitigating hallucination issues is a key challenge that must be overcome to reliably deploy large language models (LLMs) in real-world scenarios. Recently, various methods have been proposed to detect and revise factual …

Hallucination

CryptoAnalystBench: Failures in Multi-Tool Long-Form LLM Analysis

2026-02-11 · Anushri Eswaran, Oleg Golev, Darshan Tank, Sidhant Rahi 외 arxiv

Modern analyst agents must reason over complex, high token inputs, including dozens of retrieved documents, tool outputs, and time sensitive data. While prior work has produced tool calling benchmarks and examined factua…