Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

DUMA: Reading Comprehension with Transposition Thinking

About

Multi-choice Machine Reading Comprehension (MRC) requires model to decide the correct answer from a set of answer options when given a passage and a question. Thus in addition to a powerful Pre-trained Language Model (PrLM) as encoder, multi-choice MRC especially relies on a matching network design which is supposed to effectively capture the relationships among the triplet of passage, question and answers. While the newer and more powerful PrLMs have shown their mightiness even without the support from a matching network, we propose a new DUal Multi-head Co-Attention (DUMA) model, which is inspired by human's transposition thinking process solving the multi-choice MRC problem: respectively considering each other's focus from the standpoint of passage and question. The proposed DUMA has been shown effective and is capable of generally promoting PrLMs. Our proposed method is evaluated on two benchmark multi-choice MRC tasks, DREAM and RACE, showing that in terms of powerful PrLMs, DUMA can still boost the model to reach new state-of-the-art performance.

Pengfei Zhu, Hai Zhao, Xiaoguang Li• 2020

Related benchmarks

TaskDatasetResultRank
Machine Reading ComprehensionRACE (test)
RACE Accuracy (Medium)92.6
111
Machine Reading ComprehensionDREAM (test)
Accuracy90.4
23
Dialogue-based Multiple-choice Question AnsweringDREAM (test)
Accuracy91.8
21
Machine Reading ComprehensionDREAM (dev)
Accuracy89.9
21
Dialogue-based Multiple-choice Question AnsweringDREAM (dev)
Accuracy89.9
10
Machine Reading ComprehensionRACE (dev)
Accuracy88.1
8
Showing 6 of 6 rows

Other info

Code

Follow for update