paper-with-me

Papers

Structured Attention for Unsupervised Dialogue Structure Induction

2020-09-17 · EMNLP 2020 11 · Liang Qiu, Yizhou Zhao, Weiyan Shi, Yuan Liang, Feng Shi, Tao Yuan, Zhou Yu, Song-Chun Zhu

Inducing a meaningful structural representation from one or a set of dialogues is a crucial but challenging task in computational linguistics. Advancement made in this area is critical for dialogue system design and discourse analysis. It can also be extended to solve grammatical inference. In this work, we propose to incorporate structured attention layers into a Variational Recurrent Neural Network (VRNN) model with discrete latent states to learn dialogue structure in an unsupervised fashion. Compared to a vanilla VRNN, structured attention enables a model to focus on different parts of the source sentence embeddings while enforcing a structural inductive bias. Experiments show that on two-party dialogue datasets, VRNN with structured attention learns semantic structures that are similar to templates used to generate this dialogue corpus. While on multi-party dialogue datasets, our model learns an interactive structure demonstrating its capability of distinguishing speakers or addresses, automatically disentangling dialogues without explicit human annotation.

📄 PDF Abstract BibTeX arXiv:2009.08552

Code (1)

Liang-Qiu/SVRNN-dialogues 공식 구현 pytorch

Tasks

Inductive BiasSentenceSentence Embeddings

Similar Papers 제목 키워드 기반

Towards a Fully Unsupervised Framework for Intent Induction in Customer Support Dialogues

2023-07-28 · Rita Costa, Bruno Martins, Sérgio Viana, Luisa Coheur

State of the art models in intent induction require annotated datasets. However, annotating dialogues is time-consuming, laborious and expensive. In this work, we propose a completely unsupervised framework for intent in…

Unsupervised Dialogue Act Induction using Gaussian Mixtures

2017-04-01 · EACL 2017 4 · Tom{\'a}{\v{s}} Brychc{\'\i}n, Pavel Kr{\'a}l

This paper introduces a new unsupervised approach for dialogue act induction. Given the sequence of dialogue utterances, the task is to assign them the labels representing their function in the dialogue. Utterances are r…

Topic Models

Unsupervised Dialogue Act Induction using Gaussian Mixtures

2016-12-20 · Tomáš Brychcín, Pavel Král

This paper introduces a new unsupervised approach for dialogue act induction. Given the sequence of dialogue utterances, the task is to assign them the labels representing their function in the dialogue. Utterances are…

Unsupervised Learning of Syntactic Structure with Invertible Neural Projections

2018-08-28 · EMNLP 2018 10 · Junxian He, Graham Neubig, Taylor Berg-Kirkpatrick

Unsupervised learning of syntactic structure is typically performed using generative models with discrete latent variables and multinomial parameters. In most cases, these models have not leveraged continuous word repres…

Constituency Grammar InductionDependency ParsingPOSUnsupervised Dependency Parsing

Multi-Stage Coarse-to-Fine Contrastive Learning for Conversation Intent Induction

2023-03-09 · Caiyuan Chu, Ya Li, Yifan Liu, Jia-Chen Gu 외

Intent recognition is critical for task-oriented dialogue systems. However, for emerging domains and new services, it is difficult to accurately identify the key intent of a conversation due to time-consuming data annota…

ClusteringContrastive LearningIntent RecognitionSentence+1