We gratefully acknowledge support from
the Simons Foundation and member institutions.
Full-text links:

Download:

Current browse context:

cs.CL

Change to browse by:

cs

References & Citations

DBLP - CS Bibliography

Bookmark

(what is this?)
CiteULike logo BibSonomy logo Mendeley logo del.icio.us logo Digg logo Reddit logo

Computer Science > Computation and Language

Title: Ensemble Transformer for Efficient and Accurate Ranking Tasks: an Application to Question Answering Systems

Abstract: Large transformer models can highly improve Answer Sentence Selection (AS2) tasks, but their high computational costs prevent their use in many real-world applications. In this paper, we explore the following research question: How can we make the AS2 models more accurate without significantly increasing their model complexity? To address the question, we propose a Multiple Heads Student architecture (named CERBERUS), an efficient neural network designed to distill an ensemble of large transformers into a single smaller model. CERBERUS consists of two components: a stack of transformer layers that is used to encode inputs, and a set of ranking heads; unlike traditional distillation technique, each of them is trained by distilling a different large transformer architecture in a way that preserves the diversity of the ensemble members. The resulting model captures the knowledge of heterogeneous transformer models by using just a few extra parameters. We show the effectiveness of CERBERUS on three English datasets for AS2; our proposed approach outperforms all single-model distillations we consider, rivaling the state-of-the-art large AS2 models that have 2.7x more parameters and run 2.5x slower. Code for our model is available at this https URL
Comments: Accepted to EMNLP 2022 as a long paper (Findings). Model code is available at this https URL
Subjects: Computation and Language (cs.CL)
Journal reference: Findings of the Association for Computational Linguistics: EMNLP 2022
Cite as: arXiv:2201.05767 [cs.CL]
  (or arXiv:2201.05767v2 [cs.CL] for this version)

Submission history

From: Yoshitomo Matsubara [view email]
[v1] Sat, 15 Jan 2022 06:21:01 GMT (261kb,D)
[v2] Tue, 6 Dec 2022 18:57:44 GMT (166kb,D)

Link back to: arXiv, form interface, contact.