paper-with-me

홈 › Papers

Neural Response Ranking for Social Conversation: A Data-Efficient Approach

2018-11-02 · WS 2018 10 · Igor Shalyminov, Ondřej Dušek, Oliver Lemon

The overall objective of 'social' dialogue systems is to support engaging, entertaining, and lengthy conversations on a wide variety of topics, including social chit-chat. Apart from raw dialogue data, user-provided ratings are the most common signal used to train such systems to produce engaging responses. In this paper we show that social dialogue systems can be trained effectively from raw unannotated data. Using a dataset of real conversations collected in the 2017 Alexa Prize challenge, we developed a neural ranker for selecting 'good' system responses to user utterances, i.e. responses which are likely to lead to long and engaging conversations. We show that (1) our neural ranker consistently outperforms several strong baselines when trained to optimise for user ratings; (2) when trained on larger amounts of data and only using conversation length as the objective, the ranker performs better than the one trained using ratings -- ultimately reaching a Precision@1 of 0.87. This advance will make data collection for social conversational agents simpler and less expensive in the future.

📄 PDF Abstract BibTeX arXiv:1811.00967

Code (1)

WattSocialBot/alana_learning_to_rank 공식 구현

Similar Papers 제목 키워드 기반

Ranking Responses Oriented to Conversational Relevance in Chat-bots

2016-12-01 · COLING 2016 12 · Bowen Wu, Baoxun Wang, Hui Xue

For automatic chatting systems, it is indeed a great challenge to reply the given query considering the conversation history, rather than based on the query only. This paper proposes a deep neural network to address the …

Sentence

Enhancing Self-Disclosure In Neural Dialog Models By Candidate Re-ranking

2021-09-10 · Mayank Soni, Benjamin Cowan, Vincent Wade

Neural language modelling has progressed the state-of-the-art in different downstream Natural Language Processing (NLP) tasks. One such area is of open-domain dialog modelling, neural dialog models based on GPT-2 such as…

Language ModellingOpen-Domain DialogRe-Ranking

Improv Chat: Second Response Generation for Chatbot

2018-05-10 · Furu Wei

Existing research on response generation for chatbot focuses on \textbf{First Response Generation} which aims to teach the chatbot to say the first response (e.g. a sentence) appropriate to the conversation context (e.g.…

ChatbotResponse GenerationRetrievalSentence

Conversations Gone Alright: Quantifying and Predicting Prosocial Outcomes in Online Conversations

2021-02-16 · Jiajun Bao, Junjie Wu, Yiming Zhang, Eshwar Chandrasekharan 외

Online conversations can go in many directions: some turn out poorly due to antisocial behavior, while others turn out positively to the benefit of all. Research on improving online spaces has focused primarily on detect…

A Transformer-based Response Evaluator for Open-Domain Spoken Conversation

2023-02-09 · Vrindavan Harrison, Rishi Rajasekaran, Marilyn Walker

Many open-domain dialogue systems rely on multiple response generators, any of which can contribute a response to the dialogue in a particular context. Thus the ability to compare potential responses and then select the …