paper-with-me

홈 › Papers

TrueTeacher: Learning Factual Consistency Evaluation with Large Language Models

2023-05-18 · Zorik Gekhman, Jonathan Herzig, Roee Aharoni, Chen Elkind, Idan Szpektor

Factual consistency evaluation is often conducted using Natural Language Inference (NLI) models, yet these models exhibit limited success in evaluating summaries. Previous work improved such models with synthetic training data. However, the data is typically based on perturbed human-written summaries, which often differ in their characteristics from real model-generated summaries and have limited coverage of possible factual errors. Alternatively, large language models (LLMs) have recently shown promising results in directly evaluating generative tasks, but are too computationally expensive for practical use. Motivated by these limitations, we introduce TrueTeacher, a method for generating synthetic data by annotating diverse model-generated summaries using a LLM. Unlike prior work, TrueTeacher does not rely on human-written summaries, and is multilingual by nature. Experiments on the TRUE benchmark show that a student model trained using our data, substantially outperforms both the state-of-the-art model with similar capacity, and the LLM teacher. In a systematic study, we compare TrueTeacher to existing synthetic data generation methods and demonstrate its superiority and robustness to domain-shift. We also show that our method generalizes to multilingual scenarios. Lastly, we release our large scale synthetic dataset (1.4M examples), generated using TrueTeacher, and a checkpoint trained on this data.

📄 PDF Abstract BibTeX arXiv:2305.11171

Code (2)

google-research/google-research/tree/master/true_teacher 공식 구현 jax
vectara/hallucination-leaderboard

Tasks

Natural Language InferenceSynthetic Data Generation

Similar 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-dept…

Data-to-Text GenerationText 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

Zero-shot Factual Consistency Evaluation Across Domains

2024-08-07 · Raunak Agarwal

This work addresses the challenge of factual consistency in text generation systems. We unify the tasks of Natural Language Inference, Summarization Evaluation, Factuality Verification and Factual Consistency Evaluation …

Domain GeneralizationNatural Language InferenceText Generation

ReFEree: Reference-Free and Fine-Grained Method for Evaluating Factual Consistency in Real-World Code Summarization

2026-04-12 · Suyoung Bae, CheolWon Na, Jaehoon Lee, Yumin Lee 외 arxiv

As Large Language Models (LLMs) have become capable of generating long and descriptive code summaries, accurate and reliable evaluation of factual consistency has become a critical challenge. However, previous evaluation…

Factual Consistency Evaluation for Text Summarization via Counterfactual Estimation

2021-08-30 · Findings (EMNLP) 2021 11 · Yuexiang Xie, Fei Sun, Yang Deng, Yaliang Li 외

Despite significant progress has been achieved in text summarization, factual inconsistency in generated summaries still severely limits its practical applications. Among the key factors to ensure factual consistency, a …

Abstractive Text SummarizationcounterfactualText Summarization