paper-with-me

홈 › Papers

An Extensive Evaluation of Factual Consistency in Large Language Models for Data-to-Text Generation

2024-11-28 · Joy Mahapatra, Utpal Garain

Large Language Models (LLMs) have shown exceptional performance across various Data-to-Text Generation (DTG) tasks. However, generating factually consistent text in DTG remains challenging for LLMs. Despite this, in-depth evaluations of LLM factual consistency for DTG remain missing in the current literature. This paper addresses this gap by providing an extensive evaluation of factual consistency in LLMs for DTG. Our evaluation covers five widely used DTG datasets (E2E, ViGGo, WikiTableText, DART, and WebNLG) and five prominent LLM families (T5, BART, OPT, BLOOM, and Llama 2). To ensure a thorough evaluation of factual consistency, we use four state-of-the-art automatic metrics and include essential human assessments. Our extensive evaluations reveals three key findings regarding factual consistency in LLMs for DTG. First, Llama 2 often excels in generating factually consistent text, although smaller models like T5 and BART can achieve strong factual consistency on larger, lexically less-diverse datasets. Second, the average rate of change (AROC) indicates that increasing model size (number of model trainable parameters) generally enhances factual consistency of LLMs in DTG. Third, we observe that source-reference divergence (i.e., when the reference text diverges semantically from the source) typically reduces the factual consistency of LLMs in DTG.

📄 PDF Abstract BibTeX arXiv:2411.19203

Code (0)

등록된 구현이 없습니다.

Tasks

Data-to-Text GenerationText Generation

Methods 이 논문이 사용한 방법론

Refunds@Expedia|||How do I get a full refund from Expedia? “How do I get a full refund from Expedia? How do I get a full refund from Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Quick Help &…
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Attention Dropout Attention Dropout is a type of dropout used in attention-based architectures, where elements are randomly dropped out of the…
Multi-Head Attention 설명 없음
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Gated Linear Unit A Gated Linear Unit, or GLU computes: $$ \mathrm{GLU}(a, b) = a \otimes \sigma(b) $$ It is used in natural language processing architectures, for example the Gated CNN,…

Similar Papers 제목 키워드 기반

What Makes a Scene ? Scene Graph-based Evaluation and Feedback for Controllable Generation

2024-11-23 · Zuyao Chen, Jinlin Wu, Zhen Lei, Chang Wen Chen

While text-to-image generation has been extensively studied, generating images from scene graphs remains relatively underexplored, primarily due to challenges in accurately modeling spatial relationships and object inter…

Image GenerationScene GenerationText to Image GenerationText-to-Image Generation

Integrative Decoding: Improve Factuality via Implicit Self-consistency

2024-10-02 · Yi Cheng, Xiao Liang, Yeyun Gong, Wen Xiao 외

Self-consistency-based approaches, which involve repeatedly sampling multiple outputs and selecting the most consistent one as the final response, prove to be remarkably effective in improving the factual accuracy of lar…

TruthfulQA

AlignScore: Evaluating Factual Consistency with a Unified Alignment Function

2023-05-26 · Yuheng Zha, Yichi Yang, Ruichen Li, Zhiting Hu

Many text generation applications require the generated text to be factually consistent with input information. Automatic evaluation of factual consistency is challenging. Previous work has developed various metrics that…

Fact VerificationInformation RetrievalNatural Language InferenceQuestion Answering+4

Face4RAG: Factual Consistency Evaluation for Retrieval Augmented Generation in Chinese

2024-07-01 · Yunqi Xu, Tianchi Cai, Jiyan Jiang, Xierui Song

The prevailing issue of factual inconsistency errors in conventional Retrieval Augmented Generation (RAG) motivates the study of Factual Consistency Evaluation (FCE). Despite the various FCE methods proposed earlier, the…

RAGRetrievalRetrieval-augmented Generation

ChatGPT as a Factual Inconsistency Evaluator for Text Summarization

2023-03-27 · Zheheng Luo, Qianqian Xie, Sophia Ananiadou

The performance of text summarization has been greatly boosted by pre-trained language models. A main concern of existing methods is that most generated summaries are not factually inconsistent with their source document…

Abstractive Text SummarizationNatural Language InferenceNatural Language UnderstandingQuestion Answering+2