SECLJun 13, 2018

Detecting Speech Act Types in Developer Question/Answer Conversations During Bug Repair

arXiv:1806.05130v343 citations
Originality Synthesis-oriented
AI Analysis

This work addresses the lack of data and experiments for virtual assistants in software engineering, though it is incremental as it applies existing methods to a new domain-specific dataset.

The paper tackled speech act detection in developer bug repair conversations by conducting a Wizard of Oz experiment with 30 programmers, annotating 2459 instances into 26 types, and achieving 69% precision and 50% recall with a supervised learning algorithm.

This paper targets the problem of speech act detection in conversations about bug repair. We conduct a "Wizard of Oz" experiment with 30 professional programmers, in which the programmers fix bugs for two hours, and use a simulated virtual assistant for help. Then, we use an open coding manual annotation procedure to identify the speech act types in the conversations. Finally, we train and evaluate a supervised learning algorithm to automatically detect the speech act types in the conversations. In 30 two-hour conversations, we made 2459 annotations and uncovered 26 speech act types. Our automated detection achieved 69% precision and 50% recall. The key application of this work is to advance the state of the art for virtual assistants in software engineering. Virtual assistant technology is growing rapidly, though applications in software engineering are behind those in other areas, largely due to a lack of relevant data and experiments. This paper targets this problem in the area of developer Q/A conversations about bug repair.

Foundations

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

Your Notes