paper-with-me

Papers

Human-like informative conversations: Better acknowledgements using conditional mutual information

2021-04-16 · NAACL 2021 4 · Ashwin Paranjape, Christopher D. Manning

This work aims to build a dialogue agent that can weave new factual content into conversations as naturally as humans. We draw insights from linguistic principles of conversational analysis and annotate human-human conversations from the Switchboard Dialog Act Corpus to examine humans strategies for acknowledgement, transition, detail selection and presentation. When current chatbots (explicitly provided with new factual content) introduce facts into a conversation, their generated responses do not acknowledge the prior turns. This is because models trained with two contexts - new factual content and conversational history - generate responses that are non-specific w.r.t. one of the contexts, typically the conversational history. We show that specificity w.r.t. conversational history is better captured by Pointwise Conditional Mutual Information ($\text{pcmi}_h$) than by the established use of Pointwise Mutual Information ($\text{pmi}$). Our proposed method, Fused-PCMI, trades off $\text{pmi}$ for $\text{pcmi}_h$ and is preferred by humans for overall quality over the Max-PMI baseline 60% of the time. Human evaluators also judge responses with higher $\text{pcmi}_h$ better at acknowledgement 74% of the time. The results demonstrate that systems mimicking human conversational traits (in this case acknowledgement) improve overall quality and more broadly illustrate the utility of linguistic principles in improving dialogue agents.

📄 PDF Abstract BibTeX arXiv:2104.07831

Code (1)

AshwinParanjape/human-like-informative-conversations 공식 구현

Tasks

Specificity

Similar Papers 제목 키워드 기반

DiSCoL: Toward Engaging Dialogue Systems through Conversational Line Guided Response Generation

2021-02-03 · NAACL 2021 4 · Sarik Ghazarian, Zixi Liu, Tuhin Chakrabarty, Xuezhe Ma 외

Having engaging and informative conversations with users is the utmost goal for open-domain conversational systems. Recent advances in transformer-based language models and their applications to dialogue systems have suc…

Response Generation

QAConv: Question Answering on Informative Conversations

2021-05-14 · ACL 2022 5 · Chien-Sheng Wu, Andrea Madotto, Wenhao Liu, Pascale Fung 외

This paper introduces QAConv, a new question answering (QA) dataset that uses conversations as a knowledge source. We focus on informative conversations, including business emails, panel discussions, and work channels. U…

Question Answering

QAConv: Question Answering on Informative Conversations

2021-08-17 · ACL ARR August 2021 8 · Anonymous

This paper introduces QAConv, a new question answering (QA) dataset that uses conversations as a knowledge source. We focus on informative conversations, including business emails, panel discussions, and work channels. U…

Question Answering

Commonsense-augmented Memory Construction and Management in Long-term Conversations via Context-aware Persona Refinement

2024-01-25 · Hana Kim, Kai Tzu-iunn Ong, Seoyeon Kim, Dongha Lee 외

Memorizing and utilizing speakers' personas is a common practice for response generation in long-term conversations. Yet, human-authored datasets often provide uninformative persona sentences that hinder response quality…

ManagementResponse Generation

Stay Hungry, Stay Focused: Generating Informative and Specific Questions in Information-Seeking Conversations

2020-04-30 · Findings of the Association for Computational Linguistics 2020 · Peng Qi, Yuhao Zhang, Christopher D. Manning

We investigate the problem of generating informative questions in information-asymmetric conversations. Unlike previous work on question generation which largely assumes knowledge of what the answer might be, we are inte…

InformativenessQuestion GenerationQuestion-GenerationReinforcement Learning+1