paper-with-me

Papers

Zero-resource Hallucination Detection for Text Generation via Graph-based Contextual Knowledge Triples Modeling

2024-09-17 · Xinyue Fang, Zhen Huang, Zhiliang Tian, Minghui Fang, Ziyi Pan, Quntian Fang, Zhihua Wen, Hengyue Pan, Dongsheng Li

LLMs obtain remarkable performance but suffer from hallucinations. Most research on detecting hallucination focuses on the questions with short and concrete correct answers that are easy to check the faithfulness. Hallucination detections for text generation with open-ended answers are more challenging. Some researchers use external knowledge to detect hallucinations in generated texts, but external resources for specific scenarios are hard to access. Recent studies on detecting hallucinations in long text without external resources conduct consistency comparison among multiple sampled outputs. To handle long texts, researchers split long texts into multiple facts and individually compare the consistency of each pairs of facts. However, these methods (1) hardly achieve alignment among multiple facts; (2) overlook dependencies between multiple contextual facts. In this paper, we propose a graph-based context-aware (GCA) hallucination detection for text generations, which aligns knowledge facts and considers the dependencies between contextual knowledge triples in consistency comparison. Particularly, to align multiple facts, we conduct a triple-oriented response segmentation to extract multiple knowledge triples. To model dependencies among contextual knowledge triple (facts), we construct contextual triple into a graph and enhance triples' interactions via message passing and aggregating via RGCN. To avoid the omission of knowledge triples in long text, we conduct a LLM-based reverse verification via reconstructing the knowledge triples. Experiments show that our model enhances hallucination detection and excels all baselines.

📄 PDF Abstract BibTeX arXiv:2409.11283

Code (0)

등록된 구현이 없습니다.

Tasks

HallucinationText Generation

Methods 이 논문이 사용한 방법론

RGCN An RGCN, or Relational Graph Convolution Network, is a an application of the GCN framework to modeling relational data,…
ALIGN In the ALIGN method, visual and language representations are jointly trained from noisy image alt-text data. The image and text encoders are learned via contrastive loss…

Similar Papers 제목 키워드 기반

A New Benchmark and Reverse Validation Method for Passage-level Hallucination Detection

2023-10-10 · Shiping Yang, Renliang Sun, Xiaojun Wan

Large Language Models (LLMs) have shown their ability to collaborate effectively with humans in real-world scenarios. However, LLMs are apt to generate hallucinations, i.e., makeup incorrect text and unverified informati…

HallucinationSentence

Zero-Shot Multi-task Hallucination Detection

2024-03-18 · Patanjali Bhamidipati, Advaith Malladi, Manish Shrivastava, Radhika Mamidi

In recent studies, the extensive utilization of large language models has underscored the importance of robust evaluation methodologies for assessing text generation quality and relevance to specific tasks. This has reve…

Computational EfficiencyHallucinationText Generation

AutoHall: Automated Hallucination Dataset Generation for Large Language Models

2023-09-30 · Zouying Cao, Yifei Yang, Hai Zhao

While Large language models (LLMs) have garnered widespread applications across various domains due to their powerful language understanding and generation capabilities, the detection of non-factual or hallucinatory cont…

Dataset GenerationFact CheckingHallucination

SelfCheckAgent: Zero-Resource Hallucination Detection in Generative Large Language Models

2025-02-03 · Diyana Muhammed, Gollam Rabby, Sören Auer

Detecting hallucinations in Large Language Models (LLMs) remains a critical challenge for their reliable deployment in real-world applications. To address this, we introduce SelfCheckAgent, a novel framework integrating …

Hallucination

Zero-Resource Hallucination Prevention for Large Language Models

2023-09-06 · Junyu Luo, Cao Xiao, Fenglong Ma

The prevalent use of large language models (LLMs) in various domains has drawn attention to the issue of "hallucination," which refers to instances where LLMs generate factually inaccurate or ungrounded information. Exis…

Hallucination