MIX : a Multi-task Learning Approach to Solve Open-Domain Question Answering
Sofian Chaybouti, Achraf Saghe, Aymen Shabou

TL;DR
MIX is a multi-task deep learning system designed for open-domain question answering, combining retrieval, scoring, and extraction components to achieve competitive performance with improved efficiency.
Contribution
The paper introduces a multi-task learning framework that parallelizes key components in open-domain QA, simplifying the system while maintaining state-of-the-art results.
Findings
Achieves performance comparable to state-of-the-art on squad-open.
Improves computational efficiency through multi-task parallelization.
Simplifies the QA pipeline without sacrificing accuracy.
Abstract
This paper introduces MIX, a multi-task deep learning approach to solve open-ended question-answering. First, we design our system as a multi-stage pipeline of 3 building blocks: a BM25-based Retriever to reduce the search space, a RoBERTa-based Scorer, and an Extractor to rank retrieved paragraphs and extract relevant text spans, respectively. Eventually, we further improve the computational efficiency of our system to deal with the scalability challenge: thanks to multi-task learning, we parallelize the close tasks solved by the Scorer and the Extractor. Our system is on par with state-of-the-art performances on the squad-open benchmark while being simpler conceptually.
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
TopicsTopic Modeling · Natural Language Processing Techniques · Information Retrieval and Search Behavior
MethodsLinear Layer · WordPiece · Refunds@Expedia|||How do I get a full refund from Expedia? · Linear Warmup With Linear Decay · Adam · Attention Is All You Need · Layer Normalization · Dropout · Weight Decay · Dense Connections
