paper-with-me

Papers

Towards Interpreting BERT for Reading Comprehension Based QA

2020-10-18 · EMNLP 2020 11 · Sahana Ramnath, Preksha Nema, Deep Sahni, Mitesh M. Khapra

BERT and its variants have achieved state-of-the-art performance in various NLP tasks. Since then, various works have been proposed to analyze the linguistic information being captured in BERT. However, the current works do not provide an insight into how BERT is able to achieve near human-level performance on the task of Reading Comprehension based Question Answering. In this work, we attempt to interpret BERT for RCQA. Since BERT layers do not have predefined roles, we define a layer's role or functionality using Integrated Gradients. Based on the defined roles, we perform a preliminary analysis across all layers. We observed that the initial layers focus on query-passage interaction, whereas later layers focus more on contextual understanding and enhancing the answer prediction. Specifically for quantifier questions (how much/how many), we notice that BERT focuses on confusing words (i.e., on other numerical quantities in the passage) in the later layers, but still manages to predict the answer correctly. The fine-tuning and analysis scripts will be publicly available at https://github.com/iitmnlp/BERT-Analysis-RCQA .

📄 PDF Abstract BibTeX arXiv:2010.08983

Code (1)

iitmnlp/BERT-Analysis-RCQA 공식 구현 tf

Tasks

Question AnsweringReading Comprehension

Methods 이 논문이 사용한 방법론

Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
WordPiece 설명 없음
Adam 설명 없음
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
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 설명 없음
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 &…

Similar Papers 제목 키워드 기반

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

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

Commonsense Knowledge + BERT for Level 2 Reading Comprehension Ability Test

2019-09-08 · Yidan Hu, Gongqi Lin, Yuan Miao, Chunyan Miao

Commonsense knowledge plays an important role when we read. The performance of BERT on SQuAD dataset shows that the accuracy of BERT can be better than human users. However, it does not mean that computers can surpass th…

ArticlesReading Comprehension

An Experimental Study of Deep Neural Network Models for Vietnamese Multiple-Choice Reading Comprehension

2020-08-20 · Son T. Luu, Kiet Van Nguyen, Anh Gia-Tuan Nguyen, Ngan Luu-Thuy Nguyen

Machine reading comprehension (MRC) is a challenging task in natural language processing that makes computers understanding natural language texts and answer questions based on those texts. There are many techniques for …

Machine Reading ComprehensionMultiple-choiceReading ComprehensionWord Embeddings

Reading Comprehension in Czech via Machine Translation and Cross-lingual Transfer

2020-07-03 · Kateřina Macková, Milan Straka

Reading comprehension is a well studied task, with huge training datasets in English. This work focuses on building reading comprehension systems for Czech, without requiring any manually annotated Czech training data. F…

Cross-Lingual TransferMachine TranslationReading ComprehensionTranslation