Title
Towards more accurate content categorization of API discussions
Abstract
Nowadays, software developers often discuss the usage of various APIs in online forums. Automatically assigning pre-defined semantic categorizes to API discussions in these forums could help manage the data in online forums, and assist developers to search for useful information. We refer to this process as content categorization of API discussions. To solve this problem, Hou and Mo proposed the usage of naive Bayes multinomial, which is an effective classification algorithm. In this paper, we propose a Cache-bAsed compoSitE algorithm, short formed as CASE, to automatically categorize API discussions. Considering that the content of an API discussion contains both textual description and source code, CASE has 3 components that analyze an API discussion in 3 different ways: text, code, and original. In the text component, CASE only considers the textual description; in the code component, CASE only considers the source code; in the original component, CASE considers the original content of an API discussion which might include textual description and source code. Next, for each component, since different terms (i.e., words) have different affinities to different categories, CASE caches a subset of terms which have the highest affinity scores to each category, and builds a classifier based on the cached terms. Finally, CASE combines all the 3 classifiers to achieve a better accuracy score. We evaluate the performance of CASE on 3 datasets which contain a total of 1,035 API discussions. The experiment results show that CASE achieves accuracy scores of 0.69, 0.77, and 0.96 for the 3 datasets respectively, which outperforms the state-of-the-art method proposed by Hou and Mo by 11%, 10%, and 2%, respectively.
Year
DOI
Venue
2014
10.1145/2597008.2597142
ICPC
Keywords
Field
DocType
algorithms,api discussion,experimentation,cache-based method,text categorization,composite method,distribution, maintenance, and enhancement
Data mining,Categorization,Information retrieval,Naive Bayes classifier,Cache,Source code,Computer science,Multinomial distribution,Software,Classifier (linguistics),Text categorization
Conference
Citations 
PageRank 
References 
12
0.53
34
Authors
5
Name
Order
Citations
PageRank
Bo Zhou124112.42
Xin Xia297265.97
David Lo35346259.67
Cong Tian432848.72
xinyu559030.19