Capturing Global Structural Information in Long Document Question Answering with Compressive Graph Selector Network
Yuxiang Nie, Heyan Huang, Wei Wei, Xian-Ling Mao

TL;DR
This paper introduces the Compressive Graph Selector Network (CGSN), a novel model that captures global and local structural information in long documents to improve question answering performance.
Contribution
The paper presents CGSN, which integrates local and global graph networks with an evidence memory module for better long-range reasoning in long document QA.
Findings
Outperforms previous methods on two datasets
Effectively captures long-range dependencies
Reduces redundancy in evidence selection
Abstract
Long document question answering is a challenging task due to its demands for complex reasoning over long text. Previous works usually take long documents as non-structured flat texts or only consider the local structure in long documents. However, these methods usually ignore the global structure of the long document, which is essential for long-range understanding. To tackle this problem, we propose Compressive Graph Selector Network (CGSN) to capture the global structure in a compressive and iterative manner. The proposed model mainly focuses on the evidence selection phase of long document question answering. Specifically, it consists of three modules: local graph network, global graph network and evidence memory network. Firstly, the local graph network builds the graph structure of the chunked segment in token, sentence, paragraph and segment levels to capture the short-term…
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.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsTopic Modeling · Advanced Graph Neural Networks · Recommender Systems and Techniques
MethodsMemory Network
