paper-with-me

홈 › Papers

Lightweight Transformers for Conversational AI

2022-07-01 · NAACL (ACL) 2022 7 · Daniel Pressel, Wenshuo Liu, Michael Johnston, Minhua Chen

To understand how training on conversational language impacts performance of pre-trained models on downstream dialogue tasks, we build compact Transformer-based Language Models from scratch on several large corpora of conversational data. We compare the performance and characteristics of these models against BERT and other strong baselines on dialogue probing tasks. Commercial dialogue systems typically require a small footprint and fast execution time, but recent trends are in the other direction, with an ever-increasing number of parameters, resulting in difficulties in model deployment. We focus instead on training fast, lightweight models that excel at natural language understanding (NLU) and can replace existing lower-capacity conversational AI models with similar size and speed. In the process, we develop a simple but unique curriculum-based approach that moves from general-purpose to dialogue-targeted both in terms of data and objective. Our resultant models have around 1/3 the number of parameters of BERT-base and produce better representations for a wide array of intent detection datasets using linear and Mutual-Information probing techniques. Additionally, the models can be easily fine-tuned on a single consumer GPU card and deployed in near real-time production environments.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

GPUIntent DetectionNatural Language Understanding

Similar Papers 제목 키워드 기반

ConveRT: Efficient and Accurate Conversational Representations from Transformers

2019-11-09 · Findings of the Association for Computational Linguistics 2020 · Matthew Henderson, Iñigo Casanueva, Nikola Mrkšić, Pei-Hao Su 외

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 Repr…

Conversational Response Selectionintent-classificationIntent ClassificationQuantization+2

Open-Domain Conversational Search Assistant with Transformers

2021-01-20 · Rafael Ferreira, Mariana Leite, David Semedo, Joao Magalhaes

Open-domain conversational search assistants aim at answering user questions about open topics in a conversational manner. In this paper we show how the Transformer architecture achieves state-of-the-art results in key I…

Conversational SearchRetrieval

Evaluating Transformers for Lightweight Action Recognition

2021-11-18 · Raivo Koot, Markus Hennerbichler, Haiping Lu

In video action recognition, transformers consistently reach state-of-the-art accuracy. However, many models are too heavyweight for the average researcher with limited hardware resources. In this work, we explore the li…

Action RecognitionTemporal Action Localization

Representing Rule-based Chatbots with Transformers

2024-07-15 · Dan Friedman, Abhishek Panigrahi, Danqi Chen

Transformer-based chatbots can conduct fluent, natural-sounding conversations, but we have limited understanding of the mechanisms underlying their behavior. Prior work has taken a bottom-up approach to understanding Tra…

Chatbotdialog state tracking

Conversational Control with Ontologies for Large Language Models: A Lightweight Framework for Constrained Generation

2026-04-06 · Barbara Gendron, Gaël Guibon, Mathieu d'Aquin arxiv

Conversational agents based on Large Language Models (LLMs) have recently emerged as powerful tools for human-computer interaction. Nevertheless, their black-box nature implies challenges in predictability and a lack of …