Papers › Mutual Information Alleviates Hallucinations in Abstractive Summarization

Mutual Information Alleviates Hallucinations in Abstractive Summarization

24 Oct 2022arXiv:2210.13210archive 2025-07-28

Liam van der Poel, Ryan Cotterell, Clara Meister

Despite significant progress in the quality of language generated from abstractive summarization models, these models still exhibit the tendency to hallucinate, i.e., output content not supported by the source document. A number of works have tried to fix--or at least uncover the source of--the problem with limited success. In this paper, we identify a simple criterion under which models are significantly more likely to assign more probability to hallucinated content during generation: high model uncertainty. This finding offers a potential explanation for hallucinations: models default to favoring text with high marginal probability, i.e., high-frequency occurrences in the training set, when uncertain about a continuation. It also motivates possible routes for real-time intervention during decoding to prevent such hallucinations. We propose a decoding strategy that switches to optimizing for pointwise mutual information of the source and target token--rather than purely the probability of the target token--when the model exhibits uncertainty. Experiments on the XSum dataset show that our method decreases the probability of hallucinated tokens while maintaining the Rouge and BertS scores of top-performing decoding strategies.

PaperPDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2210.13210")

Code

Syntology Ran 2 of 12 code samples harvested from 3 repositories linked to this paper; 10 have no recorded run. Of those that ran: 2 ran with no contract checked.

By repository: official repository: 8 samples from 1 repository, 0 ran; community (archive-listed): 4 samples from 2 repositories, 2 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

vanderpoelliam/cpmi officialmentioned in paperpytorchMIT report
ljyflores/loss-library mentioned on GitHubpytorch report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

12 samples harvested; 2 ran; 0 honoured the contract we drafted; 10 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

2ran
10unverified

Licence: 1 of the 12 samples is pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from 3 repositories linked to this paper, official or community; each sample names its own and says which. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

decode vanderpoelliam/cpmi/src/bart_file_bpe_decoder.py official repository unverified MIT (permissive) · 4e5db0a9eb2ef73f · report
encode vanderpoelliam/cpmi/src/detect_hallucination/process_labels.py official repository unverified MIT (permissive) · 62093950a87046d6 · report
extract_lines vanderpoelliam/cpmi/src/evaluate_decoding.py official repository unverified MIT (permissive) · a380328ed69263c4 · report
process_raw vanderpoelliam/cpmi/src/detect_hallucination/process_labels.py official repository unverified MIT (permissive) · 45525b77cc521f6b · report
read_labels vanderpoelliam/cpmi/src/evaluate_decoding.py official repository unverified MIT (permissive) · 97289c22f4f957e9 · report
read_lines vanderpoelliam/cpmi/src/detect_hallucination/process_labels.py official repository unverified MIT (permissive) · 70c754919b846528 · report
read_lines vanderpoelliam/cpmi/src/factCC/generate_json_data.py official repository unverified MIT (permissive) · 5685319232b466bb · report
read_logs vanderpoelliam/cpmi/src/evaluate_decoding.py official repository unverified MIT (permissive) · 8d2d77ecb104da85 · report
MeanConditionalPointwiseMutualInformation iinemo/lm-polygraph/src/lm_polygraph/estimators/conditional_pointwise_mutual_information.py community (archive-listed) ran · metamorphic tier: well formed MIT (permissive) · 2b4c65c44bfcdd3b · report
polygraph_module_init iinemo/lm-polygraph/src/lm_polygraph/estimators/conditional_pointwise_mutual_information.py community (archive-listed) ran MIT (permissive) · d104b10430234d01 · report
Estimator iinemo/lm-polygraph/src/lm_polygraph/estimators/conditional_pointwise_mutual_information.py community (archive-listed) unverified MIT (permissive) · 733788d50f9f0f9e · report
mutual_information_loss ljyflores/loss-library/src/loss_library/utils_mutual_info_loss.py community (archive-listed) unverified no licence file found · pointer only · e03b631822bcf5a3 · report

Tasks

Abstractive Text Summarization

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections