paper-with-me

홈 › Papers

Learning to Search in Long Documents Using Document Structure

2018-06-09 · COLING 2018 8 · Mor Geva, Jonathan Berant

Reading comprehension models are based on recurrent neural networks that sequentially process the document tokens. As interest turns to answering more complex questions over longer documents, sequential reading of large portions of text becomes a substantial bottleneck. Inspired by how humans use document structure, we propose a novel framework for reading comprehension. We represent documents as trees, and model an agent that learns to interleave quick navigation through the document tree with more expensive answer extraction. To encourage exploration of the document tree, we propose a new algorithm, based on Deep Q-Network (DQN), which strategically samples tree nodes at training time. Empirically we find our algorithm improves question answering performance compared to DQN and a strong information-retrieval (IR) baseline, and that ensembling our model with the IR baseline results in further gains in performance.

📄 PDF Abstract BibTeX arXiv:1806.03529

Code (1)

mega002/DocQN 공식 구현 tf

Tasks

Information RetrievalQuestion AnsweringReading ComprehensionRetrieval

Methods 이 논문이 사용한 방법론

Q-Learning Q-Learning is an off-policy temporal difference control algorithm: $$Q\left(S\_{t}, A\_{t}\right) \leftarrow Q\left(S\_{t}, A\_{t}\right) + \alpha\left[R_{t+1} +…
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…
DQN A DQN, or Deep Q-Network, approximates a state-value function in a Q-Learning framework with a neural network. In the Atari…

Similar Papers 제목 키워드 기반

A Discourse-Aware Attention Model for Abstractive Summarization of Long Documents

2018-04-16 · NAACL 2018 6 · Arman Cohan, Franck Dernoncourt, Doo Soon Kim, Trung Bui 외

Neural abstractive summarization models have led to promising results in summarizing relatively short documents. We propose the first model for abstractive summarization of single, longer-form documents (e.g., research p…

Abstractive Text SummarizationDecoderText SummarizationUnsupervised Extractive Summarization

PDFTriage: Question Answering over Long, Structured Documents

2023-09-16 · Jon Saad-Falcon, Joe Barrow, Alexa Siu, Ani Nenkova 외

Large Language Models (LLMs) have issues with document question answering (QA) in situations where the document is unable to fit in the small context length of an LLM. To overcome this issue, most existing works focus on…

Question AnsweringRetrieval

On Generating Extended Summaries of Long Documents

2020-12-28 · Sajad Sotudeh, Arman Cohan, Nazli Goharian

Prior work in document summarization has mainly focused on generating short summaries of a document. While this type of summary helps get a high-level view of a given document, it is desirable in some cases to know more …

Document SummarizationExtended SummarizationExtractive SummarizationMulti-Task Learning

ALDEN: Reinforcement Learning for Active Navigation and Evidence Gathering in Long Documents

2025-10-29 · Tianyu Yang, Terry Ruas, Yijun Tian, Jan Philip Wahle 외 arxiv

Vision-language models (VLMs) excel at interpreting text-rich images but struggle with long, visually complex documents that demand analysis and integration of information spread across multiple pages. Existing approache…

Reinforcement Learning

HeterGraphLongSum: Heterogeneous Graph Neural Network with Passage Aggregation for Extractive Long Document Summarization

2022-10-01 · COLING 2022 10 · Tuan-Anh Phan, Ngoc-Dung Ngoc Nguyen, Khac-Hoai Nam Bui

Graph Neural Network (GNN)-based models have proven effective in various Natural Language Processing (NLP) tasks in recent years. Specifically, in the case of the Extractive Document Summarization (EDS) task, modeling do…

Document SummarizationExtractive Document SummarizationGraph Neural NetworkSentence