paper-with-me

Papers

DSBERT:Unsupervised Dialogue Structure learning with BERT

2021-11-09 · Bingkun Chen, Shaobing Dai, Shenghua Zheng, Lei Liao, Yang Li

Unsupervised dialogue structure learning is an important and meaningful task in natural language processing. The extracted dialogue structure and process can help analyze human dialogue, and play a vital role in the design and evaluation of dialogue systems. The traditional dialogue system requires experts to manually design the dialogue structure, which is very costly. But through unsupervised dialogue structure learning, dialogue structure can be automatically obtained, reducing the cost of developers constructing dialogue process. The learned dialogue structure can be used to promote the dialogue generation of the downstream task system, and improve the logic and consistency of the dialogue robot's reply.In this paper, we propose a Bert-based unsupervised dialogue structure learning algorithm DSBERT (Dialogue Structure BERT). Different from the previous SOTA models VRNN and SVRNN, we combine BERT and AutoEncoder, which can effectively combine context information. In order to better prevent the model from falling into the local optimal solution and make the dialogue state distribution more uniform and reasonable, we also propose three balanced loss functions that can be used for dialogue structure learning. Experimental results show that DSBERT can generate a dialogue structure closer to the real structure, can distinguish sentences with different semantics and map them to different hidden states.

📄 PDF Abstract BibTeX arXiv:2111.04933

Code (0)

등록된 구현이 없습니다.

Tasks

Dialogue Generation

Methods 이 논문이 사용한 방법론

Refunds@Expedia|||How do I get a full refund from Expedia? “How do I get a full refund from Expedia? How do I get a full refund from Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Quick Help &…
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Attention Dropout Attention Dropout is a type of dropout used in attention-based architectures, where elements are randomly dropped out of the…
Multi-Head Attention 설명 없음
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Weight Decay 설명 없음

Similar Papers 제목 키워드 기반

L3Cube-MahaSBERT and HindSBERT: Sentence BERT Models and Benchmarking BERT Sentence Representations for Hindi and Marathi

2022-11-21 · Ananya Joshi, Aditi Kajale, Janhavi Gadre, Samruddhi Deode 외

Sentence representation from vanilla BERT models does not work well on sentence similarity tasks. Sentence-BERT models specifically trained on STS or NLI datasets are shown to provide state-of-the-art performance. Howeve…

BenchmarkingMachine TranslationSentenceSentence Embedding+6

Conversation- and Tree-Structure Losses for Dialogue Disentanglement

2022-05-01 · dialdoc (ACL) 2022 5 · Tianda Li, Jia-Chen Gu, Zhen-Hua Ling, Quan Liu

When multiple conversations occur simultaneously, a listener must decide which conversation each utterance is part of in order to interpret and respond to it appropriately. This task is referred as dialogue disentangleme…

Disentanglement

Improving Unsupervised Dialogue Topic Segmentation with Utterance-Pair Coherence Scoring

2021-06-12 · SIGDIAL (ACL) 2021 7 · Linzi Xing, Giuseppe Carenini

Dialogue topic segmentation is critical in several dialogue modeling problems. However, popular unsupervised approaches only exploit surface features in assessing topical coherence among utterances. In this work, we addr…

Segmentation

DialogueBERT: A Self-Supervised Learning based Dialogue Pre-training Encoder

2021-09-22 · Zhenyu Zhang, Tao Guo, Meng Chen

With the rapid development of artificial intelligence, conversational bots have became prevalent in mainstream E-commerce platforms, which can provide convenient customer service timely. To satisfy the user, the conversa…

Dialogue UnderstandingEmotion RecognitionIntent RecognitionLanguage Modelling+5

Structured Attention for Unsupervised Dialogue Structure Induction

2020-09-17 · EMNLP 2020 11 · Liang Qiu, Yizhou Zhao, Weiyan Shi, Yuan Liang 외

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 disc…

Inductive BiasSentenceSentence Embeddings