paper-with-me

홈 › Papers

Identifying Factual Inconsistencies in Summaries: Grounding LLM Inference via Task Taxonomy

2024-02-20 · Liyan Xu, Zhenlin Su, Mo Yu, Jin Xu, Jinho D. Choi, Jie zhou, Fei Liu

Factual inconsistencies pose a significant hurdle for the faithful summarization by generative models. While a major direction to enhance inconsistency detection is to derive stronger Natural Language Inference (NLI) models, we propose an orthogonal aspect that underscores the importance of incorporating task-specific taxonomy into the inference. To this end, we consolidate key error types of inconsistent facts in summaries, and incorporate them to facilitate both the zero-shot and supervised paradigms of LLMs. Extensive experiments on ten datasets of five distinct domains suggest that, zero-shot LLM inference could benefit from the explicit solution space depicted by the error type taxonomy, and achieves state-of-the-art performance overall, surpassing specialized non-LLM baselines, as well as recent LLM baselines. We further distill models that fuse the taxonomy into parameters through our designed prompt completions and supervised training strategies, efficiently substituting state-of-the-art zero-shot inference with much larger LLMs.

📄 PDF Abstract BibTeX arXiv:2402.12821

Code (0)

등록된 구현이 없습니다.

Tasks

Language ModellingLarge Language ModelNatural Language InferenceQuestion GenerationQuestion-Generation

Similar Papers 제목 키워드 기반

Using Similarity to Evaluate Factual Consistency in Summaries

2024-09-23 · Yuxuan Ye, Edwin Simpson, Raul Santos Rodriguez

Cutting-edge abstractive summarisers generate fluent summaries, but the factuality of the generated text is not guaranteed. Early summary factuality evaluation metrics are usually based on n-gram overlap and embedding si…

Natural Language InferenceQuestion AnsweringSentence

AMRFact: Enhancing Summarization Factuality Evaluation with AMR-Driven Negative Samples Generation

2023-11-16 · Haoyi Qiu, Kung-Hsiang Huang, Jingnong Qu, Nanyun Peng

Ensuring factual consistency is crucial for natural language generation tasks, particularly in abstractive summarization, where preserving the integrity of information is paramount. Prior works on evaluating factual cons…

Abstractive Text SummarizationNatural Language InferenceText Generation

Background Knowledge Grounding for Readable, Relevant, and Factual Biomedical Lay Summaries

2023-05-03 · Domenic Rosati

Communication of scientific findings to the public is important for keeping non-experts informed of developments such as life-saving medical treatments. However, generating readable lay summaries from scientific document…

Agent-as-Judge for Factual Summarization of Long Narratives

2025-01-17 · Yeonseok Jeong, Minsoo Kim, Seung-won Hwang, Byung-Hak Kim

Large Language Models (LLMs) have demonstrated near-human performance in summarization tasks based on traditional metrics such as ROUGE and BERTScore. However, these metrics do not adequately capture critical aspects of …

Long-Form Narrative Summarization

SWING: Balancing Coverage and Faithfulness for Dialogue Summarization

2023-01-25 · Kung-Hsiang Huang, Siffi Singh, Xiaofei Ma, Wei Xiao 외

Missing information is a common issue of dialogue summarization where some information in the reference summaries is not covered in the generated summaries. To address this issue, we propose to utilize natural language i…

Natural Language Inference