paper-with-me

홈 › Papers

Fine-Grained Analysis of Team Collaborative Dialogue

2023-12-09 · Ian Perera, Matthew Johnson, Carson Wilber

Natural language analysis of human collaborative chat dialogues is an understudied domain with many unique challenges: a large number of dialogue act labels, underspecified and dynamic tasks, interleaved topics, and long-range contextual dependence. While prior work has studied broad metrics of team dialogue and associated performance using methods such as LSA, there has been little effort in generating fine-grained descriptions of team dynamics and individual performance from dialogue. We describe initial work towards developing an explainable analytics tool in the software development domain using Slack chats mined from our organization, including generation of a novel, hierarchical labeling scheme; design of descriptive metrics based on the frequency of occurrence of dialogue acts; and initial results using a transformer + CRF architecture to incorporate long-range context.

📄 PDF Abstract BibTeX arXiv:2312.05471

Code (0)

등록된 구현이 없습니다.

Tasks

Descriptive

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 제목 키워드 기반

Improving the Generalizability of Collaborative Dialogue Analysis with Multi-Feature Embeddings

2023-02-09 · Ayesha Enayet, Gita Sukthankar

Conflict prediction in communication is integral to the design of virtual agents that support successful teamwork by providing timely assistance. The aim of our research is to analyze discourse to predict collaboration s…

Domain Adaptation

Roll Up Your Sleeves: Working with a Collaborative and Engaging Task-Oriented Dialogue System

2023-07-29 · Lingbo Mo, Shijie Chen, Ziru Chen, Xiang Deng 외

We introduce TacoBot, a user-centered task-oriented digital assistant designed to guide users through complex real-world tasks with multiple steps. Covering a wide range of cooking and how-to tasks, we aim to deliver a c…

Data AugmentationDialogue ManagementManagementResponse Generation+1

Studying Alignment in a Collaborative Learning Activity via Automatic Methods: The Link Between What We Say and Do

2021-04-09 · Utku Norman, Tanvi Dinkar, Barbara Bruno, Chloé Clavel

A dialogue is successful when there is alignment between the speakers at different linguistic levels. In this work, we consider the dialogue occurring between interlocutors engaged in a collaborative learning task, where…

Management

Are you with me? A Framework for Detecting Mental Model Discrepancies in Task-Based Team Dialogues

2026-05-04 · Katharine Kowalyshyn, Matthias Scheutz arxiv

Humans typically use natural language to update teammates on task states. Since not all updates are communicated, discrepancies arise between the team members' mental models that negatively affect overall team performanc…

A Transfer Learning Approach for Dialogue Act Classification of GitHub Issue Comments

2020-11-10 · Ayesha Enayet, Gita Sukthankar

Social coding platforms, such as GitHub, serve as laboratories for studying collaborative problem solving in open source software development; a key feature is their ability to support issue reporting which is used by te…

Dialogue Act ClassificationGeneral ClassificationSentenceTransfer Learning