paper-with-me

Papers

Filling Conversation Ellipsis for Better Social Dialog Understanding

2019-11-25 · Xiyuan Zhang, Chengxi Li, Dian Yu, Samuel Davidson, Zhou Yu

The phenomenon of ellipsis is prevalent in social conversations. Ellipsis increases the difficulty of a series of downstream language understanding tasks, such as dialog act prediction and semantic role labeling. We propose to resolve ellipsis through automatic sentence completion to improve language understanding. However, automatic ellipsis completion can result in output which does not accurately reflect user intent. To address this issue, we propose a method which considers both the original utterance that has ellipsis and the automatically completed utterance in dialog act and semantic role labeling tasks. Specifically, we first complete user utterances to resolve ellipsis using an end-to-end pointer network model. We then train a prediction model using both utterances containing ellipsis and our automatically completed utterances. Finally, we combine the prediction results from these two utterances using a selection model that is guided by expert knowledge. Our approach improves dialog act prediction and semantic role labeling by 1.3% and 2.5% in F1 score respectively in social conversations. We also present an open-domain human-machine conversation dataset with manually completed user utterances and annotated semantic role labeling after manual completion.

📄 PDF Abstract BibTeX arXiv:1911.10776

Code (0)

등록된 구현이 없습니다.

Tasks

PredictionSemantic Role LabelingSentenceSentence Completion

Methods 이 논문이 사용한 방법론

Sigmoid Activation 설명 없음
Tanh Activation 설명 없음
[LivE@PeRson]How do I talk to a real person at Expedia? How do I talk to a real person at Expedia? To speak with a live Expedia agent, call 1 (888) 829-0881 anytime. The customer support team is available 24/7 to help with…
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$…
LSTM An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla…
Pointer Network Pointer Networks tackle problems where input and output data are sequential data, but can't be solved by seq2seq type models because discrete categories of output elements…

Similar Papers 제목 키워드 기반

RiSAWOZ: A Large-Scale Multi-Domain Wizard-of-Oz Dataset with Rich Semantic Annotations for Task-Oriented Dialogue Modeling

2020-10-17 · EMNLP 2020 11 · Jun Quan, Shian Zhang, Qian Cao, Zizhong Li 외

In order to alleviate the shortage of multi-domain data and to capture discourse phenomena for task-oriented dialogue modeling, we propose RiSAWOZ, a large-scale multi-domain Chinese Wizard-of-Oz dataset with Rich Semant…

Dialogue State TrackingIntent DetectionNatural Language Understandingslot-filling+2

Active Learning and Multi-label Classification for Ellipsis and Coreference Detection in Conversational Question-Answering

2022-07-07 · Quentin Brabant, Lina Maria Rojas-Barahona, Claire Gardent

In human conversations, ellipsis and coreference are commonly occurring linguistic phenomena. Although these phenomena are a mean of making human-machine conversations more fluent and natural, only few dialogue corpora c…

Active LearningConversational Question AnsweringMulti-Label ClassificationMUlTI-LABEL-ClASSIFICATION+1

Spoken Conversational Search for General Knowledge

2019-09-26 · WS 2019 9 · Lina M. Rojas-Barahona, Pascal Bellec, Benoit Besset, Martinho Dos-Santos 외

We present a spoken conversational question answering proof of concept that is able to answer questions about general knowledge from Wikidata. The dialogue component does not only orchestrate various components but also …

Conversational Question AnsweringConversational SearchGeneral KnowledgeQuestion Answering

Extracting triples from dialogues for conversational social agents

2024-12-24 · Piek Vossen, Selene Báez Santamaría, Lenka Bajčetić, Thomas Belluci

Obtaining an explicit understanding of communication within a Hybrid Intelligence collaboration is essential to create controllable and transparent agents. In this paper, we describe a number of Natural Language Understa…

Knowledge Base CompletionNatural Language UnderstandingNegation

DialogSum: A Real-Life Scenario Dialogue Summarization Dataset

2021-05-14 · Findings (ACL) 2021 8 · Yulong Chen, Yang Liu, Liang Chen, Yue Zhang

Proposal of large-scale datasets has facilitated research on deep neural models for news summarization. Deep learning can also be potentially useful for spoken dialogue summarization, which can benefit a range of real-li…

Abstractive Dialogue SummarizationCommon Sense ReasoningManagementRepresentation Learning+1