paper-with-me

Papers

Learning an Effective Context-Response Matching Model with Self-Supervised Tasks for Retrieval-based Dialogues

2020-09-14 · Ruijian Xu, Chongyang Tao, Daxin Jiang, Xueliang Zhao, Dongyan Zhao, Rui Yan

Building an intelligent dialogue system with the ability to select a proper response according to a multi-turn context is a great challenging task. Existing studies focus on building a context-response matching model with various neural architectures or PLMs and typically learning with a single response prediction task. These approaches overlook many potential training signals contained in dialogue data, which might be beneficial for context understanding and produce better features for response prediction. Besides, the response retrieved from existing dialogue systems supervised by the conventional way still faces some critical challenges, including incoherence and inconsistency. To address these issues, in this paper, we propose learning a context-response matching model with auxiliary self-supervised tasks designed for the dialogue data based on pre-trained language models. Specifically, we introduce four self-supervised tasks including next session prediction, utterance restoration, incoherence detection and consistency discrimination, and jointly train the PLM-based response selection model with these auxiliary tasks in a multi-task manner. By this means, the auxiliary tasks can guide the learning of the matching model to achieve a better local optimum and select a more proper response. Experiment results on two benchmarks indicate that the proposed auxiliary self-supervised tasks bring significant improvement for multi-turn response selection in retrieval-based dialogues, and our model achieves new state-of-the-art results on both datasets.

📄 PDF Abstract BibTeX arXiv:2009.06265

Code (0)

등록된 구현이 없습니다.

Tasks

Conversational Response SelectionRetrieval

Similar Papers 제목 키워드 기반

Utterance-to-Utterance Interactive Matching Network for Multi-Turn Response Selection in Retrieval-Based Chatbots

2019-11-16 · Jia-Chen Gu, Zhen-Hua Ling, Quan Liu

This paper proposes an utterance-to-utterance interactive matching network (U2U-IMN) for multi-turn response selection in retrieval-based chatbots. Different from previous methods following context-to-response matching o…

Conversational Response SelectionRetrievalSentence

SelfCite: Self-Supervised Alignment for Context Attribution in Large Language Models

2025-02-13 · Yung-Sung Chuang, Benjamin Cohen-Wang, Shannon Zejiang Shen, Zhaofeng Wu 외

We introduce SelfCite, a novel self-supervised approach that aligns LLMs to generate high-quality, fine-grained, sentence-level citations for the statements in their generated responses. Instead of only relying on costly…

Long Form Question AnsweringQuestion AnsweringSentence

Semantic Voting: A Self-Evaluation-Free Approach for Efficient LLM Self-Improvement on Unverifiable Open-ended Tasks

2025-09-27 · Chunyang Jiang, Yonggang Zhang, Yiyang Cai, Chi-Min Chan 외 arxiv

The rising cost of acquiring supervised data has driven significant interest in self-improvement for large language models (LLMs). Straightforward unsupervised signals like majority voting have proven effective in genera…

Computational EfficiencySemantic Similarity

Towards Matching Phones and Speech Representations

2023-10-26 · Gene-Ping Yang, Hao Tang

Learning phone types from phone instances has been a long-standing problem, while still being open. In this work, we revisit this problem in the context of self-supervised learning, and pose it as the problem of matching…

Self-Supervised Learning

Multi-Turn Response Selection for Chatbots with Deep Attention Matching Network

2018-07-01 · ACL 2018 7 · Xiangyang Zhou, Lu Li, daxiang dong, Yi Liu 외

Human generates responses relying on semantic and functional dependencies, including coreference relation, among dialogue elements and their context. In this paper, we investigate matching a response with its multi-turn …

ChatbotConversational Response SelectionTranslation