paper-with-me

홈 › Papers

Extractive NarrativeQA with Heuristic Pre-Training

2019-11-01 · WS 2019 11 · Lea Frermann

Although advances in neural architectures for NLP problems as well as unsupervised pre-training have led to substantial improvements on question answering and natural language inference, understanding of and reasoning over long texts still poses a substantial challenge. Here, we consider the task of question answering from full narratives (e.g., books or movie scripts), or their summaries, tackling the NarrativeQA challenge (NQA; Kocisky et al. (2018)). We introduce a heuristic extractive version of the data set, which allows us to approach the more feasible problem of answer extraction (rather than generation). We train systems for passage retrieval as well as answer span prediction using this data set. We use pre-trained BERT embeddings for injecting prior knowledge into our system. We show that our setup leads to state of the art performance on summary-level QA. On QA from full narratives, our model outperforms previous models on the METEOR metric. We analyze the relative contributions of pre-trained embeddings and the extractive training paradigm, and provide a detailed error analysis.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Natural Language InferencePassage RetrievalQuestion AnsweringRetrievalUnsupervised Pre-training

Methods 이 논문이 사용한 방법론

Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Residual Connection 설명 없음
Attention Dropout Attention Dropout is a type of dropout used in attention-based architectures, where elements are randomly dropped out of the…
Linear Warmup With Linear Decay Linear Warmup With Linear Decay is a learning rate schedule in which we increase the learning rate linearly for $n$ updates and then linearly decay afterwards.
Weight Decay 설명 없음
Refunds@Expedia|||How do I get a full refund from Expedia? “How do I get a full refund from Expedia? How do I get a full refund from Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Quick Help &…
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…
Adam 설명 없음

Similar Papers 제목 키워드 기반

Conversational Answer Generation and Factuality for Reading Comprehension Question-Answering

2021-03-11 · Stan Peshterliev, Barlas Oguz, Debojeet Chatterjee, Hakan Inan 외

Question answering (QA) is an important use case on voice assistants. A popular approach to QA is extractive reading comprehension (RC) which finds an answer span in a text passage. However, extractive answers are often …

Answer GenerationPassage RankingQuestion AnsweringReading Comprehension

Neural Latent Extractive Document Summarization

2018-08-22 · EMNLP 2018 10 · Xingxing Zhang, Mirella Lapata, Furu Wei, Ming Zhou

Extractive summarization models require sentence-level labels, which are usually created heuristically (e.g., with rule-based methods) given that most summarization datasets only have document-summary pairs. Since these …

Document SummarizationExtractive Document SummarizationExtractive SummarizationExtractive Text Summarization+1

Probabilistic Assumptions Matter: Improved Models for Distantly-Supervised Document-Level Question Answering

2020-05-05 · ACL 2020 6 · Hao Cheng, Ming-Wei Chang, Kenton Lee, Kristina Toutanova

We address the problem of extractive question answering using document-level distant super-vision, pairing questions and relevant documents with answer strings. We compare previously used probability space and distant su…

Extractive Question-AnsweringQuestion AnsweringTriviaQA

BanditSum: Extractive Summarization as a Contextual Bandit

2018-09-25 · EMNLP 2018 10 · Yue Dong, Yikang Shen, Eric Crawford, Herke van Hoof 외

In this work, we propose a novel method for training neural networks to perform single-document extractive summarization without heuristically-generated extractive labels. We call our approach BanditSum as it treats extr…

Extractive SummarizationExtractive Text SummarizationReinforcement Learning

Unsupervised Extractive Summarization by Human Memory Simulation

2021-04-16 · Ronald Cardenas, Matthias Galle, Shay B. Cohen

Summarization systems face the core challenge of identifying and selecting important information. In this paper, we tackle the problem of content selection in unsupervised extractive summarization of long, structured doc…

ArticlesExtractive SummarizationUnsupervised Extractive Summarization