N2N-GQA: Noise-to-Narrative for Graph-Based Table-Text Question Answering Using LLMs
Mohamed Sharafath, Aravindh Annamalai, Ganesh Murugan, Aravindakumar Venugopalan

TL;DR
N2N-GQA introduces a zero-shot, graph-based evidence organization method for hybrid table-text question answering, significantly improving multi-hop reasoning accuracy without task-specific training.
Contribution
It is the first framework to construct dynamic evidence graphs from noisy retrievals for open-domain hybrid QA, enhancing multi-hop reasoning capabilities.
Findings
19.9-point EM improvement over baselines on OTT-QA
Achieves 48.80 EM without task-specific training
Graph-based evidence curation rivals fine-tuned models
Abstract
Multi-hop question answering over hybrid table-text data requires retrieving and reasoning across multiple evidence pieces from large corpora, but standard Retrieval-Augmented Generation (RAG) pipelines process documents as flat ranked lists, causing retrieval noise to obscure reasoning chains. We introduce N2N-GQA. To our knowledge, it is the first zeroshot framework for open-domain hybrid table-text QA that constructs dynamic evidence graphs from noisy retrieval outputs. Our key insight is that multi-hop reasoning requires understanding relationships between evidence pieces: by modeling documents as graph nodes with semantic relationships as edges, we identify bridge documents connecting reasoning steps, a capability absent in list-based retrieval. On OTT-QA, graph-based evidence curation provides a 19.9-point EM improvement over strong baselines, demonstrating that organizing…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsTopic Modeling · Information Retrieval and Search Behavior · Advanced Graph Neural Networks
