paper-with-me

홈 › Papers

Retrospective Reader for Machine Reading Comprehension

2020-01-27 · Zhuosheng Zhang, Junjie Yang, Hai Zhao

Machine reading comprehension (MRC) is an AI challenge that requires machine to determine the correct answers to questions based on a given passage. MRC systems must not only answer question when necessary but also distinguish when no answer is available according to the given passage and then tactfully abstain from answering. When unanswerable questions are involved in the MRC task, an essential verification module called verifier is especially required in addition to the encoder, though the latest practice on MRC modeling still most benefits from adopting well pre-trained language models as the encoder block by only focusing on the "reading". This paper devotes itself to exploring better verifier design for the MRC task with unanswerable questions. Inspired by how humans solve reading comprehension questions, we proposed a retrospective reader (Retro-Reader) that integrates two stages of reading and verification strategies: 1) sketchy reading that briefly investigates the overall interactions of passage and question, and yield an initial judgment; 2) intensive reading that verifies the answer and gives the final prediction. The proposed reader is evaluated on two benchmark MRC challenge datasets SQuAD2.0 and NewsQA, achieving new state-of-the-art results. Significance tests show that our model is significantly better than the strong ELECTRA and ALBERT baselines. A series of analysis is also conducted to interpret the effectiveness of the proposed reader.

📄 PDF Abstract BibTeX arXiv:2001.09694

Code (2)

cooelf/AwesomeMRC 공식 구현 pytorch
jinmang2/RetroReader pytorch

Tasks

Machine Reading ComprehensionQuestion AnsweringReading Comprehension

Methods 이 논문이 사용한 방법론

Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Residual Connection 설명 없음
Adam 설명 없음
LAMB LAMB is a a layerwise adaptive large batch optimization technique. It provides a strategy for adapting the learning rate in large batch settings. LAMB uses…
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…
Multi-Head Attention 설명 없음
WordPiece 설명 없음

Similar Papers 제목 키워드 기반

Integrating Semantic Information into Sketchy Reading Module of Retro-Reader for Vietnamese Machine Reading Comprehension

2023-01-01 · Hang Thi-Thu Le, Viet-Duc Ho, Duc-Vu Nguyen, Ngan Luu-Thuy Nguyen

Machine Reading Comprehension has become one of the most advanced and popular research topics in the fields of Natural Language Processing in recent years. The classification of answerability questions is a relatively si…

Machine Reading ComprehensionReading ComprehensionVietnamese Machine Reading ComprehensionXLM-R

ForceReader: a BERT-based Interactive Machine Reading Comprehension Model with Attention Separation

2020-12-01 · COLING 2020 8 · Zheng Chen, Kangjian Wu

The release of BERT revolutionized the development of NLP. Various BERT-based reading comprehension models have been proposed, thus updating the performance ranking of reading comprehension tasks. However, the above BERT…

Machine Reading ComprehensionReading Comprehension

Sogou Machine Reading Comprehension Toolkit

2019-03-28 · Jindou Wu, Yunlun Yang, Chao Deng, Hongyi Tang 외

Machine reading comprehension have been intensively studied in recent years, and neural network-based models have shown dominant performances. In this paper, we present a Sogou Machine Reading Comprehension (SMRC) toolki…

Machine Reading ComprehensionReading 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

A Framework for Learning Assessment through Multimodal Analysis of Reading Behaviour and Language Comprehension

2021-10-22 · Santosh Kumar Barnwal

Reading comprehension, which has been defined as gaining an understanding of written text through a process of translating grapheme into meaning, is an important academic skill. Other language learning skills - writing, …

Reading Comprehension