Multi-task Learning with Sample Re-weighting for Machine Reading Comprehension
Yichong Xu, Xiaodong Liu, Yelong Shen, Jingjing Liu, Jianfeng Gao

TL;DR
This paper introduces a multi-task learning framework with sample re-weighting for machine reading comprehension, leveraging pre-trained models to improve performance across diverse datasets.
Contribution
It presents a novel sample re-weighting scheme for multi-task learning in MRC, enhancing model adaptability and achieving state-of-the-art results.
Findings
Effective sample re-weighting improves MRC performance.
Combining with pre-trained models yields new state-of-the-art results.
Applicable to various existing MRC models.
Abstract
We propose a multi-task learning framework to learn a joint Machine Reading Comprehension (MRC) model that can be applied to a wide range of MRC tasks in different domains. Inspired by recent ideas of data selection in machine translation, we develop a novel sample re-weighting scheme to assign sample-specific weights to the loss. Empirical study shows that our approach can be applied to many existing MRC models. Combined with contextual representations from pre-trained language models (such as ELMo), we achieve new state-of-the-art results on a set of MRC benchmark datasets. We release our code at https://github.com/xycforgithub/MultiTask-MRC.
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsTopic Modeling · Natural Language Processing Techniques · Multimodal Machine Learning Applications
