paper-with-me

홈 › Papers

DialogActs based Search and Retrieval for Response Generation in Conversation Systems

2021-12-01 · ICON 2021 12 · Nidhi Arora, Rashmi Prasad, Srinivas Bangalore

Designing robust conversation systems with great customer experience requires a team of design experts to think of all probable ways a customer can interact with the system and then author responses for each use case individually. The responses are authored from scratch for each new client and application even though similar responses have been created in the past. This happens largely because the responses are encoded using domain specific set of intents and entities. In this paper, we present preliminary work to define a dialog act schema to merge and map responses from different domains and applications using a consistent domain-independent representation. These representations are stored and maintained using an Elasticsearch system to facilitate generation of responses through a search and retrieval process. We experimented generating different surface realizations for a response given a desired information state of the dialog.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Response GenerationRetrieval

Similar Papers 제목 키워드 기반

A Hybrid Retrieval-Generation Neural Conversation Model

2019-04-19 · Liu Yang, Junjie Hu, Minghui Qiu, Chen Qu 외

Intelligent personal assistant systems that are able to have multi-turn conversations with human users are becoming increasingly popular. Most previous research has been focused on using either retrieval-based or generat…

DiversitymodelRetrievalText Generation+1

UniConv: Unifying Retrieval and Response Generation for Large Language Models in Conversations

2025-07-09 · Fengran Mo, Yifan Gao, Chuan Meng, Xin Liu 외 arxiv

The rapid advancement of conversational search systems revolutionizes how information is accessed by enabling the multi-turn interaction between the user and the system. Existing conversational search systems are usually…

Response Generation

Learning When to Retrieve, What to Rewrite, and How to Respond in Conversational QA

2024-09-23 · Nirmal Roy, Leonardo F. R. Ribeiro, Rexhina Blloshmi, Kevin Small

Augmenting Large Language Models (LLMs) with information retrieval capabilities (i.e., Retrieval-Augmented Generation (RAG)) has proven beneficial for knowledge-intensive tasks. However, understanding users' contextual s…

Conversational Question AnsweringInformation RetrievalPassage RetrievalQuestion Answering+4

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

CORAL: Benchmarking Multi-turn Conversational Retrieval-Augmentation Generation

2024-10-30 · Yiruo Cheng, Kelong Mao, Ziliang Zhao, Guanting Dong 외

Retrieval-Augmented Generation (RAG) has become a powerful paradigm for enhancing large language models (LLMs) through external knowledge retrieval. Despite its widespread attention, existing academic research predominan…

BenchmarkingPassage RetrievalRAGResponse Generation+2