CLJun 15, 2021

ARTA: Collection and Classification of Ambiguous Requests and Thoughtful Actions

arXiv:2106.07999v1695 citations
Originality Incremental advance
AI Analysis

This work addresses the challenge of making dialogue agents more responsive to ambiguous requests, which is an incremental improvement for human-assisting systems.

The paper tackled the problem of dialogue systems handling ambiguous user requests by collecting a corpus and developing a classification model using positive/unlabeled learning, achieving better performance than positive/negative learning methods.

Human-assisting systems such as dialogue systems must take thoughtful, appropriate actions not only for clear and unambiguous user requests, but also for ambiguous user requests, even if the users themselves are not aware of their potential requirements. To construct such a dialogue agent, we collected a corpus and developed a model that classifies ambiguous user requests into corresponding system actions. In order to collect a high-quality corpus, we asked workers to input antecedent user requests whose pre-defined actions could be regarded as thoughtful. Although multiple actions could be identified as thoughtful for a single user request, annotating all combinations of user requests and system actions is impractical. For this reason, we fully annotated only the test data and left the annotation of the training data incomplete. In order to train the classification model on such training data, we applied the positive/unlabeled (PU) learning method, which assumes that only a part of the data is labeled with positive examples. The experimental results show that the PU learning method achieved better performance than the general positive/negative (PN) learning method to classify thoughtful actions given an ambiguous user request.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes