paper-with-me

Papers

A Simple Language Model for Task-Oriented Dialogue

2020-05-02 · NeurIPS 2020 12 · Ehsan Hosseini-Asl, Bryan McCann, Chien-Sheng Wu, Semih Yavuz, Richard Socher

Task-oriented dialogue is often decomposed into three tasks: understanding user input, deciding actions, and generating a response. While such decomposition might suggest a dedicated model for each sub-task, we find a simple, unified approach leads to state-of-the-art performance on the MultiWOZ dataset. SimpleTOD is a simple approach to task-oriented dialogue that uses a single, causal language model trained on all sub-tasks recast as a single sequence prediction problem. This allows SimpleTOD to fully leverage transfer learning from pre-trained, open domain, causal language models such as GPT-2. SimpleTOD improves over the prior state-of-the-art in joint goal accuracy for dialogue state tracking, and our analysis reveals robustness to noisy annotations in this setting. SimpleTOD also improves the main metrics used to evaluate action decisions and response generation in an end-to-end setting: inform rate by 8.1 points, success rate by 9.7 points, and combined score by 7.2 points.

📄 PDF Abstract BibTeX arXiv:2005.00796

Code (1)

salesforce/simpletod 공식 구현 pytorch

Tasks

Dialogue State TrackingEnd-To-End Dialogue ModellingLanguage ModelingLanguage ModellingmodelMulti-domain Dialogue State TrackingResponse GenerationTransfer Learning

Methods 이 논문이 사용한 방법론

Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Cosine Annealing Cosine Annealing is a type of learning rate schedule that has the effect of starting with a large learning rate that is relatively rapidly decreased to a minimum value before…
Weight Decay 설명 없음
Residual Connection 설명 없음
Adam 설명 없음
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Attention 설명 없음

Similar Papers 제목 키워드 기반

Relevance of Unsupervised Metrics in Task-Oriented Dialogue for Evaluating Natural Language Generation

2017-06-29 · ICLR 2018 1 · Shikhar Sharma, Layla El Asri, Hannes Schulz, Jeremie Zumer

Automated metrics such as BLEU are widely used in the machine translation literature. They have also been used recently in the dialogue community for evaluating dialogue response generation. However, previous work in dia…

Dialogue GenerationDiversityMachine TranslationResponse Generation+3

OPAL: Ontology-Aware Pretrained Language Model for End-to-End Task-Oriented Dialogue

2022-09-10 · Zhi Chen, Yuncong Liu, Lu Chen, Su Zhu 외

This paper presents an ontology-aware pretrained language model (OPAL) for end-to-end task-oriented dialogue (TOD). Unlike chit-chat dialogue models, task-oriented dialogue models fulfill at least two task-specific modul…

Language ModelingLanguage ModellingText Generation

SimpleMTOD: A Simple Language Model for Multimodal Task-Oriented Dialogue with Symbolic Scene Representation

2023-07-10 · Bhathiya Hemanthage, Christian Dondrup, Phil Bartie, Oliver Lemon

SimpleMTOD is a simple language model which recasts several sub-tasks in multimodal task-oriented dialogues as sequence prediction tasks. SimpleMTOD is built on a large-scale transformer-based auto-regressive architectur…

coreference-resolutionCoreference Resolutiondialog state trackingLanguage Modeling+3

Continual Learning in Task-Oriented Dialogue Systems

2020-12-31 · EMNLP 2021 11 · Andrea Madotto, Zhaojiang Lin, Zhenpeng Zhou, Seungwhan Moon 외

Continual learning in task-oriented dialogue systems can allow us to add new domains and functionalities through time without incurring the high cost of a whole system retraining. In this paper, we propose a continual le…

Continual LearningIntent RecognitionMulti-Task LearningTask-Oriented Dialogue Systems+1

Context-Aware Language Modeling for Goal-Oriented Dialogue Systems

2022-04-18 · Findings (NAACL) 2022 7 · Charlie Snell, Mengjiao Yang, Justin Fu, Yi Su 외

Goal-oriented dialogue systems face a trade-off between fluent language generation and task-specific control. While supervised learning with large language models is capable of producing realistic text, how to steer such…

Goal-Oriented Dialogue SystemsLanguage ModelingLanguage ModellingOpen-Ended Question Answering+1