paper-with-me

Papers

Document Summarization with Conformal Importance Guarantees

2025-09-24 · Bruce Kuwahara, Chen-Yuan Lin, Xiao Shi Huang, Kin Kwan Leung, Jullian Arta Yapeter, Ilya Stanevich, Felipe Perez, Jesse C. Cresswell arxiv

Automatic summarization systems have advanced rapidly with large language models (LLMs), yet they still lack reliable guarantees on inclusion of critical content in high-stakes domains like healthcare, law, and finance. In this work, we introduce Conformal Importance Summarization, the first framework for importance-preserving summary generation which uses conformal prediction to provide rigorous, distribution-free coverage guarantees. By calibrating thresholds on sentence-level importance scores, we enable extractive document summarization with user-specified coverage and recall rates over critical content. Our method is model-agnostic, requires only a small calibration set, and seamlessly integrates with existing black-box LLMs. Experiments on established summarization benchmarks demonstrate that Conformal Importance Summarization achieves the theoretically assured information coverage rate. Our work suggests that Conformal Importance Summarization can be combined with existing techniques to achieve reliable, controllable automatic summarization, paving the way for safer deployment of AI summarization tools in critical applications. Code is available at https://github.com/layer6ai-labs/conformal-importance-summarization.

📄 PDF Abstract BibTeX arXiv:2509.20461

Code (0)

등록된 구현이 없습니다.

Tasks

Document Summarization

Similar Papers 제목 키워드 기반

CARE: A Conformal Safety Layer for Medical Summarization

2026-06-08 · Suhana Bedi, Bridget Lin, Anson Y. Zhou, Chloe O. Stanwyck 외 arxiv

Large language models (LLMs) are increasingly used for medical summarization, but their outputs can omit medically important information and introduce unsupported claims. Existing error-detection methods produce heuristi…

Unifying Conformal Language Tasks with In-Context Ensembles

2026-09-02 · Xiao Shi Huang, Chen-Yuan Lin, Bruce Kuwahara, Kin Kwan Leung 외 hf

Many NLP tasks, such as summarization and extractive question answering, reduce to retrieving relevant content from documents under two constraints: coverage, retaining enough pertinent information to achieve some goal, …

Question AnsweringPrompt Engineering

Read Top News First: A Document Reordering Approach for Multi-Document News Summarization

2022-03-19 · Findings (ACL) 2022 5 · Chao Zhao, Tenghao Huang, Somnath Basu Roy Chowdhury, Muthu Kumar Chandrasekaran 외

A common method for extractive multi-document news summarization is to re-formulate it as a single-document summarization problem by concatenating all documents as a single meta-document. However, this method neglects th…

Document SummarizationNews Summarization

A Temporally Sensitive Submodularity Framework for Timeline Summarization

2018-10-18 · CONLL 2018 10 · Sebastian Martschat, Katja Markert

Timeline summarization (TLS) creates an overview of long-running events via dated daily summaries for the most important dates. TLS differs from standard multi-document summarization (MDS) in the importance of date selec…

Document SummarizationMulti-Document SummarizationTimeline Summarization

Weighted Bayesian Conformal Prediction

2026-04-07 · Xiayin Lou, Peng Luo arxiv

Conformal prediction provides distribution-free prediction intervals with finite-sample coverage guarantees, and recent work by Snell \& Griffiths reframes it as Bayesian Quadrature (BQ-CP), yielding powerful data-condit…