paper-with-me

Papers

Document Modeling with Graph Attention Networks for Multi-grained Machine Reading Comprehension

2020-05-12 · ACL 2020 6 · Bo Zheng, Haoyang Wen, Yaobo Liang, Nan Duan, Wanxiang Che, Daxin Jiang, Ming Zhou, Ting Liu

Natural Questions is a new challenging machine reading comprehension benchmark with two-grained answers, which are a long answer (typically a paragraph) and a short answer (one or more entities inside the long answer). Despite the effectiveness of existing methods on this benchmark, they treat these two sub-tasks individually during training while ignoring their dependencies. To address this issue, we present a novel multi-grained machine reading comprehension framework that focuses on modeling documents at their hierarchical nature, which are different levels of granularity: documents, paragraphs, sentences, and tokens. We utilize graph attention networks to obtain different levels of representations so that they can be learned simultaneously. The long and short answers can be extracted from paragraph-level representation and token-level representation, respectively. In this way, we can model the dependencies between the two-grained answers to provide evidence for each other. We jointly train the two sub-tasks, and our experiments show that our approach significantly outperforms previous systems at both long and short answer criteria.

📄 PDF Abstract BibTeX arXiv:2005.05806

Code (1)

DancingSoul/NQ_BERT-DM 공식 구현 pytorch

Tasks

Graph AttentionMachine Reading ComprehensionNatural QuestionsReading Comprehension

Similar Papers 제목 키워드 기반

Socialformer: Social Network Inspired Long Document Modeling for Document Ranking

2022-02-22 · Yujia Zhou, Zhicheng Dou, Huaying Yuan, Zhengyi Ma

Utilizing pre-trained language models has achieved great success for neural document ranking. Limited by the computational and memory requirements, long document modeling becomes a critical issue. Recent works propose to…

Document Ranking

QDER: Query-Specific Document and Entity Representations for Multi-Vector Document Re-Ranking

2025-10-13 · Shubham Chatterjee, Jeff Dalton arxiv

Neural IR has advanced through two distinct paths: entity-oriented approaches leveraging knowledge graphs and multi-vector models capturing fine-grained semantics. We introduce QDER, a neural re-ranking model that unifie…

Knowledge Graphs

Multimodal Pre-training Based on Graph Attention Network for Document Understanding

2022-03-25 · Zhenrong Zhang, Jiefeng Ma, Jun Du, Licheng Wang 외

Document intelligence as a relatively new research topic supports many business applications. Its main task is to automatically read, understand, and analyze documents. However, due to the diversity of formats (invoices,…

document understandingGraph AttentionSentence

Enhancing Visually-Rich Document Understanding via Layout Structure Modeling

2023-08-15 · Qiwei Li, Zuchao Li, Xiantao Cai, Bo Du 외

In recent years, the use of multi-modal pre-trained Transformers has led to significant advancements in visually-rich document understanding. However, existing models have mainly focused on features such as text and visi…

document understanding

Attention Grounded Enhancement for Visual Document Retrieval

2025-11-17 · Wanqing Cui, Wei Huang, Yazhi Guo, Yibo Hu 외 arxiv

Visual document retrieval requires understanding heterogeneous and multi-modal content to satisfy implicit information needs. Recent advances use screenshot-based document encoding with fine-grained late interaction to e…