paper-with-me

Papers

An Understanding-Oriented Robust Machine Reading Comprehension Model

2022-07-01 · Feiliang Ren, Yongkang Liu, Bochao Li, Shilei Liu, Bingchao Wang, Jiaqi Wang, Chunchao Liu, Qi Ma

Although existing machine reading comprehension models are making rapid progress on many datasets, they are far from robust. In this paper, we propose an understanding-oriented machine reading comprehension model to address three kinds of robustness issues, which are over sensitivity, over stability and generalization. Specifically, we first use a natural language inference module to help the model understand the accurate semantic meanings of input questions so as to address the issues of over sensitivity and over stability. Then in the machine reading comprehension module, we propose a memory-guided multi-head attention method that can further well understand the semantic meanings of input questions and passages. Third, we propose a multilanguage learning mechanism to address the issue of generalization. Finally, these modules are integrated with a multi-task learning based method. We evaluate our model on three benchmark datasets that are designed to measure models robustness, including DuReader (robust) and two SQuAD-related datasets. Extensive experiments show that our model can well address the mentioned three kinds of robustness issues. And it achieves much better results than the compared state-of-the-art models on all these datasets under different evaluation metrics, even under some extreme and unfair evaluations. The source code of our work is available at: https://github.com/neukg/RobustMRC.

📄 PDF Abstract BibTeX arXiv:2207.00187

Code (1)

neukg/robustmrc 공식 구현 tf

Tasks

Machine Reading ComprehensionmodelMulti-Task LearningNatural Language InferenceReading ComprehensionSensitivity

Methods 이 논문이 사용한 방법론

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$…
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.

Similar Papers 제목 키워드 기반

Towards Inference-Oriented Reading Comprehension: ParallelQA

2018-05-10 · WS 2018 6 · Soumya Wadhwa, Varsha Embar, Matthias Grabmair, Eric Nyberg

In this paper, we investigate the tendency of end-to-end neural Machine Reading Comprehension (MRC) models to match shallow patterns rather than perform inference-oriented reasoning on RC benchmarks. We aim to test the a…

Machine Reading ComprehensionReading Comprehension

Incorporating Syntax and Frame Semantics in Neural Network for Machine Reading Comprehension

2020-12-01 · COLING 2020 8 · Shaoru Guo, Yong Guan, Ru Li, XiaoLi Li 외

Machine reading comprehension (MRC) is one of the most critical yet challenging tasks in natural language understanding(NLU), where both syntax and semantics information of text are essential components for text understa…

Machine Reading ComprehensionNatural Language UnderstandingReading Comprehension

Audio-Oriented Multimodal Machine Comprehension: Task, Dataset and Model

2021-07-04 · Zhiqi Huang, Fenglin Liu, Xian Wu, Shen Ge 외

While Machine Comprehension (MC) has attracted extensive research interests in recent years, existing approaches mainly belong to the category of Machine Reading Comprehension task which mines textual inputs (paragraphs …

Knowledge DistillationMachine Reading ComprehensionReading Comprehension

A Span-Extraction Dataset for Chinese Machine Reading Comprehension

2018-10-17 · IJCNLP 2019 11 · Yiming Cui, Ting Liu, Wanxiang Che, Li Xiao 외

Machine Reading Comprehension (MRC) has become enormously popular recently and has attracted a lot of attention. However, the existing reading comprehension datasets are mostly in English. In this paper, we introduce a S…

Machine Reading ComprehensionReading ComprehensionSentence

From Machine Reading Comprehension to Dialogue State Tracking: Bridging the Gap

2020-04-13 · WS 2020 7 · Shuyang Gao, Sanchit Agarwal, Tagyoung Chung, Di Jin 외

Dialogue state tracking (DST) is at the heart of task-oriented dialogue systems. However, the scarcity of labeled data is an obstacle to building accurate and robust state tracking systems that work across a variety of d…

Dialogue State TrackingMachine Reading ComprehensionMultiple-choiceReading Comprehension+1