paper-with-me

Papers

Characterizing and Classifying Developer Forum Posts with their Intentions

2023-12-21 · Xingfang Wu, Eric Laufer, Heng Li, Foutse khomh, Santhosh Srinivasan, Jayden Luo

With the rapid growth of the developer community, the amount of posts on online technical forums has been growing rapidly, which poses difficulties for users to filter useful posts and find important information. Tags provide a concise feature dimension for users to locate their interested posts and for search engines to index the most relevant posts according to the queries. However, most tags are only focused on the technical perspective (e.g., program language, platform, tool). In most cases, forum posts in online developer communities reveal the author's intentions to solve a problem, ask for advice, share information, etc. The modeling of the intentions of posts can provide an extra dimension to the current tag taxonomy. By referencing previous studies and learning from industrial perspectives, we create a refined taxonomy for the intentions of technical forum posts. Through manual labeling and analysis on a sampled post dataset extracted from online forums, we understand the relevance between the constitution of posts (code, error messages) and their intentions. Furthermore, inspired by our manual study, we design a pre-trained transformer-based model to automatically predict post intentions. The best variant of our intention prediction framework, which achieves a Micro F1-score of 0.589, Top 1-3 accuracy of 62.6% to 87.8%, and an average AUC of 0.787, outperforms the state-of-the-art baseline approach. Our characterization and automated classification of forum posts regarding their intentions may help forum maintainers or third-party tool developers improve the organization and retrieval of posts on technical forums. We have released our annotated dataset and codes in our supplementary material package.

📄 PDF Abstract BibTeX arXiv:2312.14279

Code (1)

mooselab/suppmaterial-technicalpostintention 공식 구현 pytorch

Tasks

TAG

Similar Papers 제목 키워드 기반

Refining GPT-3 Embeddings with a Siamese Structure for Technical Post Duplicate Detection

2023-12-22 · Xingfang Wu, Heng Li, Nobukazu Yoshioka, Hironori Washizaki 외

One goal of technical online communities is to help developers find the right answer in one place. A single question can be asked in different ways with different wordings, leading to the existence of duplicate posts on …

Harvest -- An Open Source Toolkit for Extracting Posts and Post Metadata from Web Forums

2021-02-03 · Albert Weichselbraun, Adrian M. P. Brasoveanu, Roger Waldvogel, Fabian Odoni

Automatic extraction of forum posts and metadata is a crucial but challenging task since forums do not expose their content in a standardized structure. Content extraction methods, therefore, often need customizations su…

An Empirical Study on How the Developers Discussed about Pandas Topics

2022-10-07 · Sajib Kumar Saha Joy, Farzad Ahmed, Al Hasib Mahamud, Nibir Chandra Mandal

Pandas is defined as a software library which is used for data analysis in Python programming language. As pandas is a fast, easy and open source data analysis tool, it is rapidly used in different software engineering p…

Time Series Analysis

Predicting Helpful Posts in Open-Ended Discussion Forums: A Neural Architecture

2019-06-01 · NAACL 2019 6 · Kishaloy Halder, Min-Yen Kan, Kazunari Sugiyama

Users participate in online discussion forums to learn from others and share their knowledge with the community. They often start a thread with a question or by sharing their new findings on a certain topic. We find that…

Community Question AnsweringQuestion Answeringtext-classificationText Classification

Does Social Support Expressed in Post Titles Elicit Comments in Online Substance Use Recovery Forums?

2020-11-10 · Anietie Andy, Sharath Guntuku

Individuals recovering from substance use often seek social support (emotional and informational) on online recovery forums, where they can both write and comment on posts, expressing their struggles and successes. A com…