paper-with-me

Papers

Enhancing Self-Disclosure In Neural Dialog Models By Candidate Re-ranking

2021-09-10 · Mayank Soni, Benjamin Cowan, Vincent Wade

Neural language modelling has progressed the state-of-the-art in different downstream Natural Language Processing (NLP) tasks. One such area is of open-domain dialog modelling, neural dialog models based on GPT-2 such as DialoGPT have shown promising performance in single-turn conversation. However, such (neural) dialog models have been criticized for generating responses which although may have relevance to the previous human response, tend to quickly dissipate human interest and descend into trivial conversation. One reason for such performance is the lack of explicit conversation strategy being employed in human-machine conversation. Humans employ a range of conversation strategies while engaging in a conversation, one such key social strategies is Self-disclosure(SD). A phenomenon of revealing information about one-self to others. Social penetration theory (SPT) proposes that communication between two people moves from shallow to deeper levels as the relationship progresses primarily through self-disclosure. Disclosure helps in creating rapport among the participants engaged in a conversation. In this paper, Self-disclosure enhancement architecture (SDEA) is introduced utilizing Self-disclosure Topic Model (SDTM) during inference stage of a neural dialog model to re-rank response candidates to enhance self-disclosure in single-turn responses from from the model.

📄 PDF Abstract BibTeX arXiv:2109.05090

Code (0)

등록된 구현이 없습니다.

Tasks

Language ModellingOpen-Domain DialogRe-Ranking

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
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…
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Weight Decay 설명 없음
Discriminative Fine-Tuning Discriminative Fine-Tuning is a fine-tuning strategy that is used for ULMFiT type models. Instead of using the same learning rate…
Linear Warmup With Cosine Annealing Linear Warmup With Cosine Annealing is a learning rate schedule where we increase the learning rate linearly for $n$ updates and then anneal according to a cosine schedule…
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…

Similar Papers 제목 키워드 기반

An Empirical Study of Self-Disclosure in Spoken Dialogue Systems

2018-07-01 · WS 2018 7 · Ravich, Abhilasha er, Alan W. Black

Self-disclosure is a key social strategy employed in conversation to build relations and increase conversational depth. It has been heavily studied in psychology and linguistic literature, particularly for its ability to…

Spoken Dialogue Systems

Context-Aware Dialog Re-Ranking for Task-Oriented Dialog Systems

2018-11-28 · Junki Ohmura, Maxine Eskenazi

Dialog response ranking is used to rank response candidates by considering their relation to the dialog history. Although researchers have addressed this concept for open-domain dialogs, little attention has been focused…

Re-Rankingspeech-recognitionSpeech Recognition

Towards a Metric for Automated Conversational Dialogue System Evaluation and Improvement

2019-09-26 · WS 2019 10 · Jan Deriu, Mark Cieliebak

We present "AutoJudge", an automated evaluation method for conversational dialogue systems. The method works by first generating dialogues based on self-talk, i.e. dialogue systems talking to itself. Then, it uses human …

Open-Ended Question AnsweringReinforcement LearningReinforcement Learning (RL)Re-Ranking

Dialoging Resonance: How Users Perceive, Reciprocate and React to Chatbot's Self-Disclosure in Conversational Recommendations

2021-06-03 · Kai-Hui Liang, Weiyan Shi, Yoojung Oh, Hao-Chuan Wang 외

Using chatbots to deliver recommendations is increasingly popular. The design of recommendation chatbots has primarily been taking an information-centric approach by focusing on the recommended content per se. Limited at…

Chatbot

FCC: Fusing Conversation History and Candidate Provenance for Contextual Response Ranking in Dialogue Systems

2023-03-31 · ZiHao Wang, Eugene Agichtein, Jinho Choi

Response ranking in dialogues plays a crucial role in retrieval-based conversational systems. In a multi-turn dialogue, to capture the gist of a conversation, contextual information serves as essential knowledge to achie…

MiscellaneousRetrieval