paper-with-me

Papers

Restructuring Conversations using Discourse Relations for Zero-shot Abstractive Dialogue Summarization

2019-02-05 · Prakhar Ganesh, Saket Dingliwal

Dialogue summarization is a challenging problem due to the informal and unstructured nature of conversational data. Recent advances in abstractive summarization have been focused on data-hungry neural models and adapting these models to a new domain requires the availability of domain-specific manually annotated corpus created by linguistic experts. We propose a zero-shot abstractive dialogue summarization method that uses discourse relations to provide structure to conversations, and then uses an out-of-the-box document summarization model to create final summaries. Experiments on the AMI and ICSI meeting corpus, with document summarization models like PGN and BART, shows that our method improves the ROGUE score by up to 3 points, and even performs competitively against other state-of-the-art methods.

📄 PDF Abstract BibTeX arXiv:1902.01615

Code (1)

saketdingliwal/Abstractive-Dialogue-Summarization 공식 구현 tf

Tasks

Abstractive Dialogue SummarizationAbstractive Text SummarizationDocument Summarization

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 제목 키워드 기반

Annotating Shallow Discourse Relations in Twitter Conversations

2019-06-01 · WS 2019 6 · Tatjana Scheffler, Berfin Akta{\c{s}}, Debopam Das, Manfred Stede

We introduce our pilot study applying PDTB-style annotation to Twitter conversations. Lexically grounded coherence annotation for Twitter threads will enable detailed investigations of the discourse structure of conversa…

ChatGPT Evaluation on Sentence Level Relations: A Focus on Temporal, Causal, and Discourse Relations

2023-04-28 · Chunkit Chan, Jiayang Cheng, Weiqi Wang, Yuxin Jiang 외

This paper aims to quantitatively evaluate the performance of ChatGPT, an interactive large language model, on inter-sentential relations such as temporal relations, causal relations, and discourse relations. Given ChatG…

Discourse ParsingIn-Context LearningLanguage ModelingLanguage Modelling+5

Annotation of anaphoric relations and topic continuity in Japanese conversation

2012-05-01 · LREC 2012 5 · Natsuko Nakagawa, Yasuharu Den

This paper proposes a basic scheme for annotating anaphoric relations in Japanese conversations. More specifically, we propose methods of (i) dividing discourse segments into meaningful units, (ii) identifying zero prono…

Neural Discourse Modeling of Conversations

2016-07-15 · John M. Pierre, Mark Butler, Jacob Portnoff, Luis Aguilar

Deep neural networks have shown recent promise in many language-related tasks such as the modeling of conversations. We extend RNN-based sequence to sequence models to capture the long range discourse across many turns o…

CoMuMDR: Code-mixed Multi-modal Multi-domain corpus for Discourse paRsing in conversations

2025-06-10 · Divyaksh Shukla, Ritesh Baviskar, Dwijesh Gohil, Aniket Tiwari 외

Discourse parsing is an important task useful for NLU applications such as summarization, machine comprehension, and emotion recognition. The current discourse parsing datasets based on conversations consists of written …

Discourse ParsingEmotion RecognitionReading Comprehension