paper-with-me

Papers

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 the human being in reading comprehension. CommonsenseQA is a large-scale dataset which is designed based on commonsense knowledge. BERT only achieved an accuracy of 55.9% on it. The result shows that computers cannot apply commonsense knowledge like human beings to answer questions. Comprehension Ability Test (CAT) divided the reading comprehension ability at four levels. We can achieve human like comprehension ability level by level. BERT has performed well at level 1 which does not require common knowledge. In this research, we propose a system which aims to allow computers to read articles and answer related questions with commonsense knowledge like a human being for CAT level 2. This system consists of three parts. Firstly, we built a commonsense knowledge graph; and then automatically constructed the commonsense knowledge question dataset according to it. Finally, BERT is combined with the commonsense knowledge to achieve the reading comprehension ability at CAT level 2. Experiments show that it can pass the CAT as long as the required common knowledge is included in the knowledge base.

📄 PDF Abstract BibTeX arXiv:1909.03415

Code (0)

등록된 구현이 없습니다.

Tasks

ArticlesReading Comprehension

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 제목 키워드 기반

Commonsense knowledge adversarial dataset that challenges ELECTRA

2020-10-25 · Gongqi Lin, Yuan Miao, Xiaoyong Yang, Wenwu Ou 외

Commonsense knowledge is critical in human reading comprehension. While machine comprehension has made significant progress in recent years, the ability in handling commonsense knowledge remains limited. Synonyms are one…

Reading ComprehensionWord Sense Disambiguation

Evaluating Commonsense in Pre-trained Language Models

2019-11-27 · Xuhui Zhou, Yue Zhang, Leyang Cui, Dandan Huang

Contextualized representations trained over large raw text data have given remarkable improvements for NLP tasks including question answering and reading comprehension. There have been works showing that syntactic, seman…

Language ModelingLanguage ModellingQuestion AnsweringReading Comprehension

BLCU-NLP at COIN-Shared Task1: Stagewise Fine-tuning BERT for Commonsense Inference in Everyday Narrations

2019-11-01 · WS 2019 11 · Chunhua Liu, Dong Yu

This paper describes our system for COIN Shared Task 1: Commonsense Inference in Everyday Narrations. To inject more external knowledge to better reason over the narrative passage, question and answer, the system adopts …

Machine Reading ComprehensionReading Comprehension

Neural Network-based Models with Commonsense Knowledge for Machine Reading Comprehension

2019-09-01 · RANLP 2019 9 · Denis Smirnov

State-of-the-art machine reading comprehension models are capable of producing answers for factual questions about a given piece of text. However, some type of questions requires commonsense knowledge which cannot be inf…

Machine Reading ComprehensionReading Comprehension

Adversarial Training for Commonsense Inference

2020-05-17 · WS 2020 7 · Lis Pereira, Xiaodong Liu, Fei Cheng, Masayuki Asahara 외

We propose an AdversariaL training algorithm for commonsense InferenCE (ALICE). We apply small perturbations to word embeddings and minimize the resultant adversarial risk to regularize the model. We exploit a novel comb…

Reading ComprehensionWord Embeddings