paper-with-me

Papers

Modeling Long-Range Context for Concurrent Dialogue Acts Recognition

2019-09-02 · Yue Yu, Siyao Peng, Grace Hui Yang

In dialogues, an utterance is a chain of consecutive sentences produced by one speaker which ranges from a short sentence to a thousand-word post. When studying dialogues at the utterance level, it is not uncommon that an utterance would serve multiple functions. For instance, "Thank you. It works great." expresses both gratitude and positive feedback in the same utterance. Multiple dialogue acts (DA) for one utterance breeds complex dependencies across dialogue turns. Therefore, DA recognition challenges a model's predictive power over long utterances and complex DA context. We term this problem Concurrent Dialogue Acts (CDA) recognition. Previous work on DA recognition either assumes one DA per utterance or fails to realize the sequential nature of dialogues. In this paper, we present an adapted Convolutional Recurrent Neural Network (CRNN) which models the interactions between utterances of long-range context. Our model significantly outperforms existing work on CDA recognition on a tech forum dataset.

📄 PDF Abstract BibTeX arXiv:1909.00521

Code (0)

등록된 구현이 없습니다.

Tasks

Sentence

Similar Papers 제목 키워드 기반

DialoGen: Generalized Long-Range Context Representation for Dialogue Systems

2022-10-12 · Suvodip Dey, Maunendra Sankar Desarkar, Asif Ekbal, P. K. Srijith

Long-range context modeling is crucial to both dialogue understanding and generation. The most popular method for dialogue context representation is to concatenate the last-$k$ utterances in chronological order. However,…

Conversational Response GenerationDecoderDialogue GenerationDialogue Understanding+1

Modeling Student Response Times: Towards Efficient One-on-one Tutoring Dialogues

2018-11-01 · WS 2018 11 · Luciana Benotti, Jayadev Bhaskaran, Sigtryggur Kjartansson, David Lang

In this paper we investigate the task of modeling how long it would take a student to respond to a tutor question during a tutoring dialogue. Solving such a task has applications in educational settings such as intellige…

Math

DLGNet: A Transformer-based Model for Dialogue Response Generation

2019-07-26 · WS 2020 7 · Oluwatobi Olabiyi, Erik T. Mueller

Neural dialogue models, despite their successes, still suffer from lack of relevance, diversity, and in many cases coherence in their generated responses. These issues can attributed to reasons including (1) short-range …

Language ModelingLanguage ModellingResponse Generation

Recurrent Memory-Augmented Transformers with Chunked Attention for Long-Context Language Modeling

2025-07-01 · Ankit Kashyap arxiv

We present a Transformer architecture for long-context language modeling that combines global attention with two biologically inspired components: chunked local attention and a gated FIFO memory mechanism. This unified a…

Code Completion

Meta-Context Transformers for Domain-Specific Response Generation

2020-10-12 · Debanjana Kar, Suranjana Samanta, Amar Prakash Azad

Despite the tremendous success of neural dialogue models in recent years, it suffers a lack of relevance, diversity, and some times coherence in generated responses. Lately, transformer-based models, such as GPT-2, have …

Dialogue GenerationLanguage ModelingLanguage ModellingResponse Generation+2