Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

ConveRT: Efficient and Accurate Conversational Representations from Transformers

About

General-purpose pretrained sentence encoders such as BERT are not ideal for real-world conversational AI applications; they are computationally heavy, slow, and expensive to train. We propose ConveRT (Conversational Representations from Transformers), a pretraining framework for conversational tasks satisfying all the following requirements: it is effective, affordable, and quick to train. We pretrain using a retrieval-based response selection task, effectively leveraging quantization and subword-level parameterization in the dual encoder to build a lightweight memory- and energy-efficient model. We show that ConveRT achieves state-of-the-art performance across widely established response selection tasks. We also demonstrate that the use of extended dialog history as context yields further performance gains. Finally, we show that pretrained representations from the proposed encoder can be transferred to the intent classification task, yielding strong results across three diverse data sets. ConveRT trains substantially faster than standard sentence encoders or previous state-of-the-art dual encoders. With its reduced size and superior performance, we believe this model promises wider portability and scalability for Conversational AI applications.

Matthew Henderson, I\~nigo Casanueva, Nikola Mrk\v{s}i\'c, Pei-Hao Su, Tsung-Hsien Wen, Ivan Vuli\'c• 2019

Related benchmarks

TaskDatasetResultRank
Response SelectionDSTC7 Track 1 (test)
Recall@1 (Top 100)71.2
27
Intent DetectionCLINC 10-shot (test)
Accuracy92.62
16
Intent DetectionBANKING 10-shot (test)
Accuracy83.32
16
Intent DetectionHWU 10-shot (test)
Accuracy82.65
16
Intent DetectionHWU 5-shot (test)
Accuracy0.7695
12
Intent DetectionCLINC 5-shot (test)
Accuracy89.22
12
Intent DetectionBANKING 5-shot (test)
Accuracy75.32
12
Intent DetectionCLINC Full (test)
Accuracy97.16
11
Intent DetectionBANKING Full (test)
Accuracy93.01
11
Intent DetectionHWU Full (test)
Accuracy91.24
11
Showing 10 of 18 rows

Other info

Code

Follow for update