CORG: Generating Answers from Complex, Interrelated Contexts
Hyunji Lee, Franck Dernoncourt, Trung Bui, Seunghyun Yoon
TL;DR
CORG introduces a graph-based Context Organizer to tackle complex interrelated contexts found in real-world corpora, where four relation types (distracting, ambiguous, counterfactual, duplicated) co-occur. It decomposes the problem into a graph constructor, a reranker, and an aggregator to group related contexts and generate comprehensive, cited answers with efficient inference. Through extensive experiments across eight models and two multi-factor datasets (AmbigDocs+ and ConflictQA+), CORG consistently outperforms grouping baselines and achieves competitive results with single-context approaches while reducing computational costs. The framework is retrieval-agnostic, training-free, and designed to improve entity disambiguation and answer recall, offering practical benefits for search, QA, and AI-assisted information synthesis in complex real-world knowledge bases.
Abstract
In a real-world corpus, knowledge frequently recurs across documents but often contains inconsistencies due to ambiguous naming, outdated information, or errors, leading to complex interrelationships between contexts. Previous research has shown that language models struggle with these complexities, typically focusing on single factors in isolation. We classify these relationships into four types: distracting, ambiguous, counterfactual, and duplicated. Our analysis reveals that no single approach effectively addresses all these interrelationships simultaneously. Therefore, we introduce Context Organizer (CORG), a framework that organizes multiple contexts into independently processed groups. This design allows the model to efficiently find all relevant answers while ensuring disambiguation. CORG consists of three key components: a graph constructor, a reranker, and an aggregator. Our results demonstrate that CORG balances performance and efficiency effectively, outperforming existing grouping methods and achieving comparable results to more computationally intensive, single-context approaches.
