paper-with-me

Papers

Structured and Natural Responses Co-generation for Conversational Search

2022-07-07 · ACM SIGIR Conference on Research and Development in Information Retrieval 2022 7 · Chenchen Ye, Lizi Liao, Fuli Feng, Wei Ji, Tat-Seng Chua

Generating fluent and informative natural responses while maintaining representative internal states for search optimization is critical for conversational search systems. Existing approaches either 1) predict structured dialog acts first and then generate natural response; or 2) map conversation context to natural responses directly in an end-to-end manner. Both kinds of approaches have shortcomings. The former suffers from error accumulation while the semantic associations between structured acts and natural responses are confined in single direction. The latter emphasizes generating natural responses but fails to predict structured acts. Therefore, we propose a neural co-generation model that generates the two concurrently. The key lies in a shared latent space shaped by two informed priors. Specifically, we design structured dialog acts and natural response auto-encoding as two auxiliary tasks in an interconnected network architecture. It allows for the concurrent generation and bidirectional semantic associations. The shared latent space also enables asynchronous reinforcement learning for further joint optimization. Experiments show that our model achieves significant performance improvements.

📄 PDF Abstract BibTeX

Code (1)

yecchen/Co-Gen 공식 구현 pytorch

Tasks

Conversational Search

Similar Papers 제목 키워드 기반

Tree-Structured Neural Machine for Linguistics-Aware Sentence Generation

2017-04-30 · Ganbin Zhou, Ping Luo, Rongyu Cao, Yijun Xiao 외

Different from other sequential data, sentences in natural language are structured by linguistic grammars. Previous generative conversational models with chain-structured decoder ignore this structure in human language a…

DecoderSentence

Fluent Response Generation for Conversational Question Answering

2020-05-21 · ACL 2020 6 · Ashutosh Baheti, Alan Ritter, Kevin Small

Question answering (QA) is an important aspect of open-domain conversational agents, garnering specific research focus in the conversational QA (ConvQA) subtask. One notable limitation of recent ConvQA efforts is the res…

Conversational Question AnsweringData AugmentationQuestion AnsweringResponse Generation+2

Redundancy Localization for the Conversationalization of Unstructured Responses

2017-08-01 · WS 2017 8 · Sebastian Krause, Mikhail Kozhevnikov, Eric Malmi, Daniele Pighin

Conversational agents offer users a natural-language interface to accomplish tasks, entertain themselves, or access information. Informational dialogue is particularly challenging in that the agent has to hold a conversa…

Passage RetrievalQuestion AnsweringRetrieval

Using Synthetic Data for Conversational Response Generation in Low-resource Settings

2022-04-06 · Gabriel Louis Tan, Adrian Paule Ty, Schuyler Ng, Denzel Adrian Co 외

Response generation is a task in natural language processing (NLP) where a model is trained to respond to human statements. Conversational response generators take this one step further with the ability to respond within…

Conversational Response GenerationData AugmentationResponse Generation

Towards Retrieval-based Conversational Recommendation

2021-09-06 · Ahtsham Manzoor, Dietmar Jannach

Conversational recommender systems have attracted immense attention recently. The most recent approaches rely on neural models trained on recorded dialogs between humans, implementing an end-to-end learning process. Thes…

Conversational RecommendationRecommendation SystemsRetrievalText Generation