paper-with-me

Papers

CTRLStruct: Dialogue Structure Learning for Open-Domain Response Generation

2023-03-02 · Congchi Yin, Piji Li, Zhaochun Ren

Dialogue structure discovery is essential in dialogue generation. Well-structured topic flow can leverage background information and predict future topics to help generate controllable and explainable responses. However, most previous work focused on dialogue structure learning in task-oriented dialogue other than open-domain dialogue which is more complicated and challenging. In this paper, we present a new framework CTRLStruct for dialogue structure learning to effectively explore topic-level dialogue clusters as well as their transitions with unlabelled information. Precisely, dialogue utterances encoded by bi-directional Transformer are further trained through a special designed contrastive learning task to improve representation. Then we perform clustering to utterance-level representations and form topic-level clusters that can be considered as vertices in dialogue structure graph. The edges in the graph indicating transition probability between vertices are calculated by mimicking expert behavior in datasets. Finally, dialogue structure graph is integrated into dialogue model to perform controlled response generation. Experiments on two popular open-domain dialogue datasets show our model can generate more coherent responses compared to some excellent dialogue models, as well as outperform some typical sentence embedding methods in dialogue utterance representation. Code is available in GitHub.

📄 PDF Abstract BibTeX arXiv:2303.01094

Code (1)

lemonsis/ctrlstruct 공식 구현 pytorch

Tasks

Contrastive LearningDialogue GenerationResponse GenerationSentenceSentence EmbeddingSentence-Embedding

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Adam 설명 없음
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Residual Connection 설명 없음

Similar Papers 제목 키워드 기반

Emphasising Structured Information: Integrating Abstract Meaning Representation into LLMs for Enhanced Open-Domain Dialogue Evaluation

2024-04-01 · Bohao Yang, Kun Zhao, Chen Tang, Dong Liu 외

Automatic open-domain dialogue evaluation has attracted increasing attention. Trainable evaluation metrics, typically trained with true positive and randomly selected negative responses, tend to assign higher scores to r…

Abstract Meaning RepresentationDialogue EvaluationIn-Context LearningRepresentation Learning

Unstructured Text Enhanced Open-domain Dialogue System: A Systematic Survey

2024-11-14 · Longxuan Ma, Mingda Li, Weinan Zhang, Jiapeng Li 외

Incorporating external knowledge into dialogue generation has been proven to benefit the performance of an open-domain Dialogue System (DS), such as generating informative or stylized responses, controlling conversation …

Dialogue GenerationResponse GenerationRetrievalSurvey

PairEval: Open-domain Dialogue Evaluation with Pairwise Comparison

2024-04-01 · ChaeHun Park, Minseok Choi, Dohyun Lee, Jaegul Choo

Building a reliable and automated evaluation metric is a necessary but challenging problem for open-domain dialogue systems. Recent studies proposed evaluation metrics that assess generated responses by considering their…

Dialogue Evaluation

Generating Informative Dialogue Responses with Keywords-Guided Networks

2020-07-03 · Heng-Da Xu, Xian-Ling Mao, Zewen Chi, Jing-Jing Zhu 외

Recently, open-domain dialogue systems have attracted growing attention. Most of them use the sequence-to-sequence (Seq2Seq) architecture to generate responses. However, traditional Seq2Seq-based open-domain dialogue mod…

Decoder

Grounding in social media: An approach to building a chit-chat dialogue model

2022-06-12 · NAACL (ACL) 2022 7 · Ritvik Choudhary, Daisuke Kawahara

Building open-domain dialogue systems capable of rich human-like conversational ability is one of the fundamental challenges in language generation. However, even with recent advancements in the field, existing open-doma…

Dialogue GenerationText Generation