paper-with-me

Papers

"What do others think?": Task-Oriented Conversational Modeling with Subjective Knowledge

2023-05-20 · Chao Zhao, Spandana Gella, Seokhwan Kim, Di Jin, Devamanyu Hazarika, Alexandros Papangelis, Behnam Hedayatnia, Mahdi Namazifar, Yang Liu, Dilek Hakkani-Tur

Task-oriented Dialogue (TOD) Systems aim to build dialogue systems that assist users in accomplishing specific goals, such as booking a hotel or a restaurant. Traditional TODs rely on domain-specific APIs/DBs or external factual knowledge to generate responses, which cannot accommodate subjective user requests (e.g., "Is the WIFI reliable?" or "Does the restaurant have a good atmosphere?"). To address this issue, we propose a novel task of subjective-knowledge-based TOD (SK-TOD). We also propose the first corresponding dataset, which contains subjective knowledge-seeking dialogue contexts and manually annotated responses grounded in subjective knowledge sources. When evaluated with existing TOD approaches, we find that this task poses new challenges such as aggregating diverse opinions from multiple knowledge snippets. We hope this task and dataset can promote further research on TOD and subjective content understanding. The code and the dataset are available at https://github.com/alexa/dstc11-track5.

📄 PDF Abstract BibTeX arXiv:2305.12091

Code (1)

alexa/dstc11-track5 공식 구현 pytorch

Similar Papers 제목 키워드 기반

What Did You Say? Task-Oriented Dialog Datasets Are Not Conversational!?

2022-03-07 · Alice Shoshana Jakobovits, Francesco Piccinno, Yasemin Altun

High-quality datasets for task-oriented dialog are crucial for the development of virtual assistants. Yet three of the most relevant large scale dialog datasets suffer from one common flaw: the dialog state update can be…

dialog state trackingSemantic Parsing

Actionable Conversational Quality Indicators for Improving Task-Oriented Dialog Systems

2021-09-22 · Michael Higgins, Dominic Widdows, Chris Brew, Gwen Christian 외

Automatic dialog systems have become a mainstream part of online customer service. Many such systems are built, maintained, and improved by customer service specialists, rather than dialog systems engineers and computer …

Anticipating User Needs: Insights from Design Fiction on Conversational Agents for Computational Thinking

2023-11-12 · Jacob Penney, João Felipe Pimentel, Igor Steinmacher, Marco A. Gerosa

Computational thinking, and by extension, computer programming, is notoriously challenging to learn. Conversational agents and generative artificial intelligence (genAI) have the potential to facilitate this learning pro…

Code Generation

Mimicking the Thinking Process for Emotion Recognition in Conversation with Prompts and Paraphrasing

2023-06-11 · Ting Zhang, Zhuang Chen, Ming Zhong, Tieyun Qian

Emotion recognition in conversation, which aims to predict the emotion for all utterances, has attracted considerable research attention in recent years. It is a challenging task since the recognition of the emotion in o…

Emotion RecognitionEmotion Recognition in Conversation

PolyResponse: A Rank-based Approach to Task-Oriented Dialogue with Application in Restaurant Search and Booking

2019-09-03 · IJCNLP 2019 11 · Matthew Henderson, Ivan Vulić, Iñigo Casanueva, Paweł Budzianowski 외

We present PolyResponse, a conversational search engine that supports task-oriented dialogue. It is a retrieval-based approach that bypasses the complex multi-component design of traditional task-oriented dialogue system…

Conversational SearchRetrievalTask-Oriented Dialogue Systems