paper-with-me

Papers

Modeling Speech Acts in Asynchronous Conversations: A Neural-CRF Approach

2018-12-01 · CL 2018 12 · Shafiq Joty, Tasnim Mohiuddin

Participants in an asynchronous conversation (e.g., forum, e-mail) interact with each other at different times, performing certain communicative acts, called speech acts (e.g., question, request). In this article, we propose a hybrid approach to speech act recognition in asynchronous conversations. Our approach works in two main steps: a long short-term memory recurrent neural network (LSTM-RNN) first encodes each sentence separately into a task-specific distributed representation, and this is then used in a conditional random field (CRF) model to capture the conversational dependencies between sentences. The LSTM-RNN model uses pretrained word embeddings learned from a large conversational corpus and is trained to classify sentences into speech act types. The CRF model can consider arbitrary graph structures to model conversational dependencies in an asynchronous conversation. In addition, to mitigate the problem of limited annotated data in the asynchronous domains, we adapt the LSTM-RNN model to learn from synchronous conversations (e.g., meetings), using domain adversarial training of neural networks. Empirical evaluation shows the effectiveness of our approach over existing ones: (i) LSTM-RNNs provide better task-specific representations, (ii) conversational word embeddings benefit the LSTM-RNNs more than the off-the-shelf ones, (iii) adversarial training gives better domain-invariant representations, and (iv) the global CRF model improves over local models.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

SentenceWord Embeddings

Methods 이 논문이 사용한 방법론

CRF Conditional Random Fields or CRFs are a type of probabilistic graph model that take neighboring sample context into account for tasks like classification. Prediction is…

Similar Papers 제목 키워드 기반

Arabic Tweet-Act: Speech Act Recognition for Arabic Asynchronous Conversations

2019-08-01 · WS 2019 8 · Bushra Algotiml, AbdelRahim Elmadany, Walid Magdy

Speech acts are the actions that a speaker intends when performing an utterance within conversations. In this paper, we proposed speech act classification for asynchronous conversations on Twitter using multiple machine …

BIG-bench Machine Learning

Speech Act Modeling of Written Asynchronous Conversations with Task-Specific Embeddings and Conditional Structured Models

2016-08-01 · ACL 2016 8 · Shafiq Joty, Enamul Hoque
Question Answering

Adaptation of Hierarchical Structured Models for Speech Act Recognition in Asynchronous Conversation

2019-04-01 · NAACL 2019 6 · Tasnim Mohiuddin, Thanh-Tung Nguyen, Shafiq Joty

We address the problem of speech act recognition (SAR) in asynchronous conversations (forums, emails). Unlike synchronous conversations (e.g., meetings, phone), asynchronous domains lack large labeled datasets to train a…

Word Embeddings

Coherence Modeling of Asynchronous Conversations: A Neural Entity Grid Approach

2018-05-06 · ACL 2018 7 · Tasnim Mohiuddin, Shafiq Joty, Dat Tien Nguyen

We propose a novel coherence model for written asynchronous conversations (e.g., forums, emails), and show its applications in coherence assessment and thread reconstruction tasks. We conduct our research in two steps. F…

"How Robust r u?": Evaluating Task-Oriented Dialogue Systems on Spoken Conversations

2021-09-28 · Seokhwan Kim, Yang Liu, Di Jin, Alexandros Papangelis 외

Most prior work in dialogue modeling has been on written conversations mostly because of existing data sets. However, written dialogues are not sufficient to fully capture the nature of spoken conversations as well as th…

BenchmarkingDialogue State TrackingMulti-domain Dialogue State Trackingspeech-recognition+3