paper-with-me

홈 › Papers

Tailored Sequence to Sequence Models to Different Conversation Scenarios

2018-07-01 · ACL 2018 7 · Hainan Zhang, Yanyan Lan, Jiafeng Guo, Jun Xu, Xue-Qi Cheng

Sequence to sequence (Seq2Seq) models have been widely used for response generation in the area of conversation. However, the requirements for different conversation scenarios are distinct. For example, customer service requires the generated responses to be specific and accurate, while chatbot prefers diverse responses so as to attract different users. The current Seq2Seq model fails to meet these diverse requirements, by using a general average likelihood as the optimization criteria. As a result, it usually generates safe and commonplace responses, such as {`}I don{'}t know{'}. In this paper, we propose two tailored optimization criteria for Seq2Seq to different conversation scenarios, i.e., the maximum generated likelihood for specific-requirement scenario, and the conditional value-at-risk for diverse-requirement scenario. Experimental results on the Ubuntu dialogue corpus (Ubuntu service scenario) and Chinese Weibo dataset (social chatbot scenario) show that our proposed models not only satisfies diverse requirements for different scenarios, but also yields better performances against traditional Seq2Seq models in terms of both metric-based and human evaluations.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

ChatbotDialogue GenerationResponse Generation

Methods 이 논문이 사용한 방법론

Sigmoid Activation 설명 없음
Tanh Activation 설명 없음
LSTM An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla…
Seq2Seq Seq2Seq, or Sequence To Sequence, is a model used in sequence prediction tasks, such as language modelling and machine translation. The idea is to use one…

Similar Papers 제목 키워드 기반

Combining Impression Feature Representation for Multi-turn Conversational Question Answering

2020-10-01 · CCL 2020 10 · Shaoling Jing, Shibo Hong, Dongyan Zhao, Haihua Xie 외

Multi-turn conversational Question Answering (ConvQA) is a practical task that requires the understanding of conversation history, such as previous QA pairs, the passage context, and current question. It can be applied t…

Conversational Question Answeringfeature selectionQuestion Answering

LSTM vs. GRU vs. Bidirectional RNN for script generation

2019-08-12 · Sanidhya Mangal, Poorva Joshi, Rahul Modak

Scripts are an important part of any TV series. They narrate movements, actions and expressions of characters. In this paper, a case study is presented on how different sequence to sequence deep learning models perform i…

Script Generation

Supervised Learning with Evolving Tasks and Performance Guarantees

2025-01-09 · Verónica Álvarez, Santiago Mazuelas, Jose A. Lozano

Multiple supervised learning scenarios are composed by a sequence of classification tasks. For instance, multi-task learning and continual learning aim to learn a sequence of tasks that is either fixed or grows over time…

Continual LearningMulti-Task Learning

DeepPavlov: Open-Source Library for Dialogue Systems

2018-07-01 · ACL 2018 7 · Mikhail Burtsev, Alex Seliverstov, er, Rafael Airapetyan 외

Adoption of messaging communication and voice assistants has grown rapidly in the last years. This creates a demand for tools that speed up prototyping of feature-rich dialogue systems. An open-source library DeepPavlov …

General Classificationintent-classificationIntent Classificationnamed-entity-recognition+3

May I take your order? A Neural Model for Extracting Structured Information from Conversations

2017-04-01 · EACL 2017 4 · Baolin Peng, Michael Seltzer, Y.C. Ju, Geoffrey Zweig 외

In this paper we tackle a unique and important problem of extracting a structured order from the conversation a customer has with an order taker at a restaurant. This is motivated by an actual system under development to…

Machine TranslationTranslation