GAAMA 2.0: An Integrated System that Answers Boolean and Extractive Questions
Scott McCarley, Mihaela Bornea, Sara Rosenthal, Anthony Ferritto, Md, Arafat Sultan, Avirup Sil, Radu Florian

TL;DR
GAAMA 2.0 is a multilingual machine reading comprehension system that effectively answers both boolean and extractive questions, providing evidence highlighting and achieving top leaderboard rankings.
Contribution
The paper introduces an integrated system capable of handling both boolean and extractive questions within a single framework, with two implementation variants for efficiency.
Findings
Ranked first on the Tydi QA leaderboard.
Two implementation approaches demonstrated effectiveness.
System supports multilingual question answering.
Abstract
Recent machine reading comprehension datasets include extractive and boolean questions but current approaches do not offer integrated support for answering both question types. We present a multilingual machine reading comprehension system and front-end demo that handles boolean questions by providing both a YES/NO answer and highlighting supporting evidence, and handles extractive questions by highlighting the answer in the passage. Our system, GAAMA 2.0, is ranked first on the Tydi QA leaderboard at the time of this writing. We contrast two different implementations of our approach. The first includes several independent stacks of transformers allowing easy deployment of each component. The second is a single stack of transformers utilizing adapters to reduce GPU memory footprint in a resource-constrained environment.
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
- 🤗PrimeQA/tydiqa-boolean-question-classifiermodel· 6 dl· ♡ 16 dl♡ 1
- 🤗PrimeQA/tydiqa-boolean-answer-classifiermodel· 5 dl· ♡ 25 dl♡ 2
- 🤗PrimeQA/tydi-boolean_answer_classifier-xlmr_large-20221117model· 7 dl7 dl
- 🤗PrimeQA/tydi-boolean_question_classifier-xlmr_large-20221117model· 3 dl3 dl
- 🤗PrimeQA/tydi-reader_bpes-xlmr_large-20221117model· 1 dl1 dl
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
