Feature-augmented Machine Reading Comprehension with Auxiliary Tasks
Yifeng Xie

TL;DR
This paper introduces a method to enhance machine reading comprehension by injecting multi-granularity information into the encoder layer, leading to improved performance across various models.
Contribution
It proposes a novel approach to inject multi-granularity information into the encoder layer to improve learning effectiveness in MRC models.
Findings
Adding multi-granularity information boosts MRC performance.
The approach is applicable to many existing MRC models.
Empirical results confirm improved comprehension accuracy.
Abstract
While most successful approaches for machine reading comprehension rely on single training objective, it is assumed that the encoder layer can learn great representation through the loss function we define in the predict layer, which is cross entropy in most of time, in the case that we first use neural networks to encode the question and paragraph, then directly fuse the encoding result of them. However, due to the distantly loss backpropagating in reading comprehension, the encoder layer cannot learn effectively and be directly supervised. Thus, the encoder layer can not learn the representation well at any time. Base on this, we propose to inject multi granularity information to the encoding layer. Experiments demonstrate the effect of adding multi granularity information to the encoding layer can boost the performance of machine reading comprehension system. Finally, empirical study…
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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsNeural Networks and Applications
MethodsBalanced Selection
