paper-with-me

Papers

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

2018-06-13 · Andrew Wood, Paige Rodeghero, Ameer Armaly, Collin McMillan

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.

📄 PDF Abstract BibTeX arXiv:1806.05130

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Evaluating Privacy Questions From Stack Overflow: Can ChatGPT Compete?

2023-06-19 · Zack Delile, Sean Radel, Joe Godinez, Garrett Engstrom 외

Stack Overflow and other similar forums are used commonly by developers to seek answers for their software development as well as privacy-related concerns. Recently, ChatGPT has been used as an alternative to generate co…

Detecting Temporal Ambiguity in Questions

2024-09-25 · Bhawna Piryani, Abdelrahman Abdallah, Jamshid Mozafari, Adam Jatowt

Detecting and answering ambiguous questions has been a challenging task in open-domain question answering. Ambiguous questions have different answers depending on their interpretation and can take diverse forms. Temporal…

Open-Domain Question AnsweringQuestion Answering

B-score: Detecting biases in large language models using response history

2025-05-24 · An Vo, Mohammad Reza Taesiri, Daeyoung Kim, Anh Totti Nguyen

Large language models (LLMs) often exhibit strong biases, e.g, against women or in favor of the number 7. We investigate whether LLMs would be able to output less biased answers when allowed to observe their prior answer…

MMLU

Just another copy and paste? Comparing the security vulnerabilities of ChatGPT generated code and StackOverflow answers

2024-03-22 · Sivana Hamer, Marcelo d'Amorim, Laurie Williams

Sonatype's 2023 report found that 97% of developers and security leads integrate generative Artificial Intelligence (AI), particularly Large Language Models (LLMs), into their development process. Concerns about the secu…

Understanding Prompt Programming Tasks and Questions

2025-07-23 · Jenny T. Liang, Chenyang Yang, Agnia Sergeyuk, Travis D. Breaux 외 arxiv

Prompting foundation models (FMs) like large language models (LLMs) have enabled new AI-powered software features (e.g., text summarization) that previously were only possible by fine-tuning FMs. Now, developers are embe…

Text Summarization