NewsEdits 2.0: Learning the Intentions Behind Updating News
Alexander Spangher, Kung-Hsiang Huang, Hyundong Cho, Jonathan May
TL;DR
NewsEdits 2.0 advances the study of evolving news by introducing a formal edit-intention taxonomy and annotating thousands of revision pairs to learn patterns behind factual updates. It demonstrates that a LongFormer-based LED model can predict when facts in older drafts will change, revealing linguistically grounded cues such as temporality and statistics, and that this prediction can meaningfully improve LLM abstention in RealTimeQA-like tasks. The work further shows that silver-labeled data enable scalable prediction and that high-precision subsets yield substantially better performance than baseline human-level expectations, providing practical benefits for dynamic information queries. Collectively, the approach offers a path toward more reliable AI-assisted news consumption by identifying when information is likely to be outdated and guiding cautious responses in QA systems.
Abstract
As events progress, news articles often update with new information: if we are not cautious, we risk propagating outdated facts. In this work, we hypothesize that linguistic features indicate factual fluidity, and that we can predict which facts in a news article will update using solely the text of a news article (i.e. not external resources like search engines). We test this hypothesis, first, by isolating fact-updates in large news revisions corpora. News articles may update for many reasons (e.g. factual, stylistic, narrative). We introduce the NewsEdits 2.0 taxonomy, an edit-intentions schema that separates fact updates from stylistic and narrative updates in news writing. We annotate over 9,200 pairs of sentence revisions and train high-scoring ensemble models to apply this schema. Then, taking a large dataset of silver-labeled pairs, we show that we can predict when facts will update in older article drafts with high precision. Finally, to demonstrate the usefulness of these findings, we construct a language model question asking (LLM-QA) abstention task. We wish the LLM to abstain from answering questions when information is likely to become outdated. Using our predictions, we show, LLM absention reaches near oracle levels of accuracy.
