Papers › SummaC: Re-Visiting NLI-based Models for Inconsistency Detection in Summarization

SummaC: Re-Visiting NLI-based Models for Inconsistency Detection in Summarization

18 Nov 2021arXiv:2111.09525archive 2025-07-28

Philippe Laban, Tobias Schnabel, Paul N. Bennett, Marti A. Hearst

In the summarization domain, a key requirement for summaries is to be factually consistent with the input document. Previous work has found that natural language inference (NLI) models do not perform competitively when applied to inconsistency detection. In this work, we revisit the use of NLI for inconsistency detection, finding that past work suffered from a mismatch in input granularity between NLI datasets (sentence-level), and inconsistency detection (document level). We provide a highly effective and light-weight method called SummaCConv that enables NLI models to be successfully used for this task by segmenting documents into sentence units and aggregating scores between pairs of sentences. On our newly introduced benchmark called SummaC (Summary Consistency) consisting of six large inconsistency detection datasets, SummaCConv obtains state-of-the-art results with a balanced accuracy of 74.4%, a 5% point improvement compared to prior work. We make the models and datasets available: https://github.com/tingofurro/summac

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="2111.09525")

Code

Syntology Ran 3 of 23 code samples harvested from 2 repositories linked to this paper; 20 have no recorded run. Of those that ran: 1 ran · honoured contract; 2 ran · our draft was wrong.

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

tingofurro/summac officialmentioned in paperpytorch report
salesforce/auditnlg mentioned on GitHubBSD-3-Clause report
stair-lab/villm-eval mentioned on GitHubpytorchMIT 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

23 samples harvested; 3 ran; 1 honoured the contract we drafted; 20 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.

1ran · honoured contract
2ran · our draft was wrong
20unverified

Licence: 0 of the 23 samples are 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 2 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.

card_to_name tingofurro/summac/summac/model_summac.py official repository ran · our draft was wrong fingerprinted Apache-2.0 (permissive) · db7f9bf2c56eba82 · report
get_neutral_idx tingofurro/summac/summac/model_summac.py official repository ran · honoured contract fingerprinted Apache-2.0 (permissive) · ea7a5375f9985efb · report
name_to_card tingofurro/summac/summac/model_summac.py official repository ran · our draft was wrong fingerprinted Apache-2.0 (permissive) · 336a19c3f0f872cf · report
chatgpt_score salesforce/auditnlg/src/auditnlg/factualness/classifier.py community (archive-listed) unverified BSD-3-Clause (permissive) · 75b06289edde523d · report
constraint_scores salesforce/auditnlg/src/auditnlg/constraint/exam.py community (archive-listed) unverified BSD-3-Clause (permissive) · 4f684528e060f684 · report
create_model salesforce/auditnlg/src/auditnlg/regeneration/modeling.py community (archive-listed) unverified BSD-3-Clause (permissive) · 4920d301e2e44bc8 · report
evaluate_2step_prompt salesforce/auditnlg/src/auditnlg/constraint/constraint_checker.py community (archive-listed) unverified BSD-3-Clause (permissive) · 9c90cb1632873979 · report
example_format_checker salesforce/auditnlg/src/auditnlg/utils.py community (archive-listed) unverified BSD-3-Clause (permissive) · b6e987aeac696a8d · report
factual_scores salesforce/auditnlg/src/auditnlg/factualness/exam.py community (archive-listed) unverified BSD-3-Clause (permissive) · cb8c3be6c3abff92 · report
format_model_inputs salesforce/auditnlg/src/auditnlg/constraint/constraint_checker.py community (archive-listed) unverified BSD-3-Clause (permissive) · db47fe0250244595 · report
format_model_inputs salesforce/auditnlg/src/auditnlg/regeneration/prompt_helper.py community (archive-listed) unverified BSD-3-Clause (permissive) · b2fd3d901d235116 · report
get_global_knowledge salesforce/auditnlg/src/auditnlg/utils.py community (archive-listed) unverified BSD-3-Clause (permissive) · 7a7e60f86ff3c48c · report
get_instruction salesforce/auditnlg/src/auditnlg/factualness/utils.py community (archive-listed) unverified BSD-3-Clause (permissive) · e8bd306b2dea16ca · report
gpt3_score salesforce/auditnlg/src/auditnlg/factualness/classifier.py community (archive-listed) unverified BSD-3-Clause (permissive) · 16b67432f36fbab3 · report
is_better_candidate salesforce/auditnlg/src/auditnlg/regeneration/prompt_helper.py community (archive-listed) unverified BSD-3-Clause (permissive) · bffc6c96cc1984d2 · report
knowledge_parser salesforce/auditnlg/src/auditnlg/utils.py community (archive-listed) unverified BSD-3-Clause (permissive) · a3a1bbfb4a4b4a0a · report
localllm_score salesforce/auditnlg/src/auditnlg/factualness/classifier.py community (archive-listed) unverified BSD-3-Clause (permissive) · 86b13ed40996b6eb · report
openai_moderation_API salesforce/auditnlg/src/auditnlg/safety/classifier.py community (archive-listed) unverified BSD-3-Clause (permissive) · 3f5b2ebc7935f2fe · report
openai_score salesforce/auditnlg/src/auditnlg/safety/classifier.py community (archive-listed) unverified BSD-3-Clause (permissive) · cd25f07d2d7a51c1 · report
perspective_API salesforce/auditnlg/src/auditnlg/safety/classifier.py community (archive-listed) unverified BSD-3-Clause (permissive) · b4bd6f6d1ef96d82 · report
preprocess_knowledge salesforce/auditnlg/src/auditnlg/factualness/utils.py community (archive-listed) unverified BSD-3-Clause (permissive) · 337b87c313053f73 · report
rerun_evaluations salesforce/auditnlg/src/auditnlg/regeneration/prompt_helper.py community (archive-listed) unverified BSD-3-Clause (permissive) · 1fe3eb4502d7bb94 · report
retrieve_global_knowledge salesforce/auditnlg/src/auditnlg/factualness/utils.py community (archive-listed) unverified BSD-3-Clause (permissive) · ff20927fe6849434 · report

Tasks

Natural Language InferenceSentence

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