Reasoning About the Unsaid: Misinformation Detection with Omission-Aware Graph Inference
Zhengjia Wang, Danding Wang, Qiang Sheng, Jiaying Wu, Juan Cao
TL;DR
This work tackles misinformation detection by highlighting the underexplored dimension of omissions. It introduces OmiGraph, an omission-aware graph framework that constructs an environment from semantically related contextual news, reasons over intra- and inter-source relations with LLM-assisted omission intents, and performs omission-guided message passing to uncover hidden deceptive patterns. By fusing omission features with conventional signals, it achieves significant gains on English and Chinese benchmarks and sheds light on common omission types. The study also explores simulation-based omissions when external contexts are unavailable, underscoring the practical impact of reasoning about the unsaid for robust misinformation mitigation.
Abstract
This paper investigates the detection of misinformation, which deceives readers by explicitly fabricating misleading content or implicitly omitting important information necessary for informed judgment. While the former has been extensively studied, omission-based deception remains largely overlooked, even though it can subtly guide readers toward false conclusions under the illusion of completeness. To pioneer in this direction, this paper presents OmiGraph, the first omission-aware framework for misinformation detection. Specifically, OmiGraph constructs an omission-aware graph for the target news by utilizing a contextual environment that captures complementary perspectives of the same event, thereby surfacing potentially omitted contents. Based on this graph, omission-oriented relation modeling is then proposed to identify the internal contextual dependencies, as well as the dynamic omission intents, formulating a comprehensive omission relation representation. Finally, to extract omission patterns for detection, OmiGraph introduces omission-aware message-passing and aggregation that establishes holistic deception perception by integrating the omission contents and relations. Experiments show that, by considering the omission perspective, our approach attains remarkable performance, achieving average improvements of +5.4% F1 and +5.3% ACC on two large-scale benchmarks.
