paper-with-me

Papers

Representation Learning for Conversational Data using Discourse Mutual Information Maximization

2021-12-04 · NAACL 2022 7 · Bishal Santra, Sumegh Roychowdhury, Aishik Mandal, Vasu Gurram, Atharva Naik, Manish Gupta, Pawan Goyal

Although many pretrained models exist for text or images, there have been relatively fewer attempts to train representations specifically for dialog understanding. Prior works usually relied on finetuned representations based on generic text representation models like BERT or GPT-2. But such language modeling pretraining objectives do not take the structural information of conversational text into consideration. Although generative dialog models can learn structural features too, we argue that the structure-unaware word-by-word generation is not suitable for effective conversation modeling. We empirically demonstrate that such representations do not perform consistently across various dialog understanding tasks. Hence, we propose a structure-aware Mutual Information based loss-function DMI (Discourse Mutual Information) for training dialog-representation models, that additionally captures the inherent uncertainty in response prediction. Extensive evaluation on nine diverse dialog modeling tasks shows that our proposed DMI-based models outperform strong baselines by significant margins.

📄 PDF Abstract BibTeX arXiv:2112.05787

Code (0)

등록된 구현이 없습니다.

Tasks

Language ModelingLanguage ModellingRepresentation Learning

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Adam 설명 없음
Cosine Annealing Cosine Annealing is a type of learning rate schedule that has the effect of starting with a large learning rate that is relatively rapidly decreased to a minimum value before…
Linear Warmup With Linear Decay Linear Warmup With Linear Decay is a learning rate schedule in which we increase the learning rate linearly for $n$ updates and then linearly decay afterwards.
Residual Connection 설명 없음
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…

Similar Papers 제목 키워드 기반

Representation Learning for Conversational Data using Discourse Mutual Information Maximization

2022-01-16 · ACL ARR January 2022 1 · Anonymous

Although many pretrained models exist for text or images, there have been relatively fewer attempts to train representations specifically for dialog understanding. Prior works usually relied on finetuned representations …

Language ModelingLanguage ModellingRepresentation Learning

Incorporating Annotator Uncertainty into Representations of Discourse Relations

2023-08-14 · S. Magalí López Cortez, Cassandra L. Jacobs

Annotation of discourse relations is a known difficult task, especially for non-expert annotators. In this paper, we investigate novice annotators' uncertainty on the annotation of discourse relations on spoken conversat…

ClusteringRelation

A Joint Model for Dropped Pronoun Recovery and Conversational Discourse Parsing in Chinese Conversational Speech

2021-06-07 · ACL 2021 5 · Jingxuan Yang, Kerui Xu, Jun Xu, Si Li 외

In this paper, we present a neural model for joint dropped pronoun recovery (DPR) and conversational discourse parsing (CDP) in Chinese conversational speech. We show that DPR and CDP are closely related, and a joint mod…

Discourse Parsing

A Structure Self-Aware Model for Discourse Parsing on Multi-Party Dialogues

2021-08-01 · Proceedings of the Thirtieth International Joint Conference on Artificial Intelligence 2021 8 · An-Hui Wang, Linfeng Song, Hui Jiang, Shaopeng Lai 외

Conversational discourse structures aim to describe how a dialogue is organised, thus they are helpful for dialogue understanding and response generation. This paper focuses on predicting discourse dependency structures …

Dialogue UnderstandingDiscourse ParsingGraph Neural NetworkRepresentation Learning+1

A Joint Model of Conversational Discourse and Latent Topics on Microblogs

2018-09-11 · Jing Li, Yan Song, Zhongyu Wei, Kam-Fai Wong

Conventional topic models are ineffective for topic extraction from microblog messages, because the data sparseness exhibited in short messages lacking structure and contexts results in poor message-level word co-occurre…

Topic Models