TWEAC: Transformer with Extendable QA Agent Classifiers
Gregor Geigle, Nils Reimers, Andreas R\"uckl\'e, Iryna, Gurevych

TL;DR
TWEAC is a transformer-based system that efficiently identifies suitable QA agents for diverse questions, achieving high accuracy and scalability in selecting from many specialized agents.
Contribution
The paper introduces TWEAC, a novel transformer-based approach for extendable QA agent classification, improving selection accuracy and scalability over existing methods.
Findings
TWEAC achieves 94% accuracy in agent selection.
TWEAC scales effectively to over 100 agents with limited data per agent.
Supervised and unsupervised approaches are evaluated for agent identification.
Abstract
Question answering systems should help users to access knowledge on a broad range of topics and to answer a wide array of different questions. Most systems fall short of this expectation as they are only specialized in one particular setting, e.g., answering factual questions with Wikipedia data. To overcome this limitation, we propose composing multiple QA agents within a meta-QA system. We argue that there exist a wide range of specialized QA agents in literature. Thus, we address the central research question of how to effectively and efficiently identify suitable QA agents for any given question. We study both supervised and unsupervised approaches to address this challenge, showing that TWEAC -- Transformer with Extendable Agent Classifiers -- achieves the best performance overall with 94% accuracy. We provide extensive insights on the scalability of TWEAC, demonstrating that it…
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
MethodsAttention Is All You Need · Linear Layer · Absolute Position Encodings · Position-Wise Feed-Forward Layer · Softmax · Dropout · Adam · Layer Normalization · Label Smoothing · Byte Pair Encoding
