paper-with-me

Papers

Knowledgeable Reader: Enhancing Cloze-Style Reading Comprehension with External Commonsense Knowledge

2018-05-21 · ACL 2018 7 · Todor Mihaylov, Anette Frank

We introduce a neural reading comprehension model that integrates external commonsense knowledge, encoded as a key-value memory, in a cloze-style setting. Instead of relying only on document-to-question interaction or discrete features as in prior work, our model attends to relevant external knowledge and combines this knowledge with the context representation before inferring the answer. This allows the model to attract and imply knowledge from an external knowledge source that is not explicitly stated in the text, but that is relevant for inferring the answer. Our model improves results over a very strong baseline on a hard Common Nouns dataset, making it a strong competitor of much more complex models. By including knowledge explicitly, our model can also provide evidence about the background knowledge used in the RC process.

📄 PDF Abstract BibTeX arXiv:1805.07858

Code (0)

등록된 구현이 없습니다.

Tasks

Reading Comprehension

Similar Papers 제목 키워드 기반

Attention-over-Attention Neural Networks for Reading Comprehension

2016-07-15 · ACL 2017 7 · Yiming Cui, Zhipeng Chen, Si Wei, Shijin Wang 외

Cloze-style queries are representative problems in reading comprehension. Over the past few months, we have seen much progress that utilizing neural network approach to solve Cloze-style questions. In this paper, we pres…

Question AnsweringReading Comprehension

Subword-augmented Embedding for Cloze Reading Comprehension

2018-06-24 · COLING 2018 8 · Zhuosheng Zhang, Yafang Huang, Hai Zhao

Representation learning is the foundation of machine reading comprehension. In state-of-the-art models, deep learning methods broadly use word and character level representations. However, character is not naturally the …

Machine Reading ComprehensionReading ComprehensionRepresentation Learning

Emergent Predication Structure in Hidden State Vectors of Neural Readers

2016-11-23 · WS 2017 8 · Hai Wang, Takeshi Onishi, Kevin Gimpel, David Mcallester

A significant number of neural architectures for reading comprehension have recently been developed and evaluated on large cloze-style datasets. We present experiments supporting the emergence of "predication structure" …

Reading Comprehension

Selecting Context Clozes for Lightweight Reading Compliance

2022-07-01 · NAACL (BEA) 2022 7 · Greg Keim, Michael Littman

We explore a novel approach to reading compliance, leveraging large language models to select inline challenges that discourage skipping during reading. This lightweight ‘testing’ is accomplished through automatically id…

Clozer: Adaptable Data Augmentation for Cloze-style Reading Comprehension

2022-03-30 · Holy Lovenia, Bryan Wilie, Willy Chung, Min Zeng 외

Task-adaptive pre-training (TAPT) alleviates the lack of labelled data and provides performance lift by adapting unlabelled data to downstream task. Unfortunately, existing adaptations mainly involve deterministic rules …

Data AugmentationMachine Reading ComprehensionMultiple-choiceReading Comprehension