paper-with-me

Papers

Augmenting Small Data to Classify Contextualized Dialogue Acts for Exploratory Visualization

2020-05-01 · LREC 2020 5 · Abhinav Kumar, Barbara Di Eugenio, Jillian Aurisano, Andrew Johnson

Our goal is to develop an intelligent assistant to support users explore data via visualizations. We have collected a new corpus of conversations, CHICAGO-CRIME-VIS, geared towards supporting data visualization exploration, and we have annotated it for a variety of features, including contextualized dialogue acts. In this paper, we describe our strategies and their evaluation for dialogue act classification. We highlight how thinking aloud affects interpretation of dialogue acts in our setting and how to best capture that information. A key component of our strategy is data augmentation as applied to the training data, since our corpus is inherently small. We ran experiments with the Balanced Bagging Classifier (BAGC), Condiontal Random Field (CRF), and several Long Short Term Memory (LSTM) networks, and found that all of them improved compared to the baseline (e.g., without the data augmentation pipeline). CRF outperformed the other classification algorithms, with the LSTM networks showing modest improvement, even after obtaining a performance boost from domain-trained word embeddings. This result is of note because training a CRF is far less resource-intensive than training deep learning models, hence given a similar if not better performance, traditional methods may still be preferable in order to lower resource consumption.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Data AugmentationData VisualizationDialogue Act ClassificationWord 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…
Sigmoid Activation 설명 없음
Tanh Activation 설명 없음
LSTM An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla…

Similar Papers 제목 키워드 기반

InFoBERT: Zero-Shot Approach to Natural Language Understanding Using Contextualized Word Embedding

2021-09-01 · RANLP 2021 9 · Pavel Burnyshev, Andrey Bout, Valentin Malykh, Irina Piontkovskaya

Natural language understanding is an important task in modern dialogue systems. It becomes more important with the rapid extension of the dialogue systems’ functionality. In this work, we present an approach to zero-shot…

intent-classificationIntent ClassificationIntent Classification and Slot FillingNatural Language Understanding+3

CICERO: A Dataset for Contextualized Commonsense Inference in Dialogues

2022-03-25 · ACL 2022 5 · Deepanway Ghosal, Siqi Shen, Navonil Majumder, Rada Mihalcea 외

This paper addresses the problem of dialogue reasoning with contextualized commonsense inference. We curate CICERO, a dataset of dyadic conversations with five types of utterance-level reasoning-based inferences: cause, …

Answer GenerationAnswer Selection

Using Apple Machine Learning Algorithms to Detect and Subclassify Non-Small Cell Lung Cancer

2018-08-24 · Andrew A. Borkowski, Catherine P. Wilson, Steven A. Borkowski, Lauren A. Deland 외

Lung cancer continues to be a major healthcare challenge with high morbidity and mortality rates among both men and women worldwide. The majority of lung cancer cases are of non-small cell lung cancer type. With the adve…

BIG-bench Machine LearningDiagnostic

Contextualized Sparse Representations for Real-Time Open-Domain Question Answering

2019-11-07 · ACL 2020 6 · Jinhyuk Lee, Minjoon Seo, Hannaneh Hajishirzi, Jaewoo Kang

Open-domain question answering can be formulated as a phrase retrieval problem, in which we can expect huge scalability and speed benefit but often suffer from low accuracy due to the limitation of existing phrase repres…

Information RetrievalOpen-Domain Question AnsweringQuestion AnsweringRetrieval

Augmenting Chinese WordNet semantic relations with contextualized embeddings

2019-07-01 · GWC 2019 7 · Yu-Hsiang Tseng, Shu-Kai Hsieh

Constructing semantic relations in WordNet has been a labour-intensive task, especially in a dynamic and fast-changing language environment. Combined with recent advancements of contextualized embeddings, this paper prop…