paper-with-me

홈 › Papers

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 summarization quality, such as factual accuracy, particularly for long narratives (>100K tokens). Recent advances, such as LLM-as-a-Judge, address the limitations of metrics based on lexical similarity but still exhibit factual inconsistencies, especially in understanding character relationships and states. In this work, we introduce NarrativeFactScore, a novel "Agent-as-a-Judge" framework for evaluating and refining summaries. By leveraging a Character Knowledge Graph (CKG) extracted from input and generated summaries, NarrativeFactScore assesses the factual consistency and provides actionable guidance for refinement, such as identifying missing or erroneous facts. We demonstrate the effectiveness of NarrativeFactScore through a detailed workflow illustration and extensive validation on widely adopted benchmarks, achieving superior performance compared to competitive methods. Our results highlight the potential of agent-driven evaluation systems to improve the factual reliability of LLM-generated summaries.

📄 PDF Abstract BibTeX arXiv:2501.09993

Code (1)

yeonseokjeong/narrativefactscore 공식 구현 pytorch

Tasks

Long-Form Narrative Summarization

Similar Papers 제목 키워드 기반

Learning to Summarize by Learning to Quiz: Adversarial Agentic Collaboration for Long Document Summarization

2025-09-25 · Weixuan Wang, Minghao Wu, Barry Haddow, Alexandra Birch arxiv

Long document summarization remains a significant challenge for current large language models (LLMs), as existing approaches commonly struggle with information loss, factual inconsistencies, and coherence issues when pro…

Document Summarization

AgenticSum: An Agentic Inference-Time Framework for Faithful Clinical Text Summarization

2026-02-23 · Fahmida Liza Piya, Rahmatollah Beheshti arxiv

Large language models (LLMs) offer substantial promise for automating clinical text summarization, yet maintaining factual consistency remains challenging due to the length, noise, and heterogeneity of clinical documenta…

Text Summarization

NexusSum: Hierarchical LLM Agents for Long-Form Narrative Summarization

2025-05-30 · Hyuntak Kim, Byung-Hak Kim

Summarizing long-form narratives--such as books, movies, and TV scripts--requires capturing intricate plotlines, character interactions, and thematic coherence, a task that remains challenging for existing LLMs. We intro…

DescriptiveFormLong-Form Narrative Summarization

Improving Factual Consistency of Abstractive Summarization via Question Answering

2021-05-10 · ACL 2021 5 · Feng Nan, Cicero Nogueira dos santos, Henghui Zhu, Patrick Ng 외

A commonly observed problem with the state-of-the art abstractive summarization models is that the generated summaries can be factually inconsistent with the input documents. The fact that automatic summarization may pro…

Abstractive Text SummarizationQuestion Answering

Evaluating the Tradeoff Between Abstractiveness and Factuality in Abstractive Summarization

2021-08-05 · Markus Dreyer, Mengwen Liu, Feng Nan, Sandeep Atluri 외

Neural models for abstractive summarization tend to generate output that is fluent and well-formed but lacks semantic faithfulness, or factuality, with respect to the input documents. In this paper, we analyze the tradeo…

Abstractive Text Summarization