@article{Nafi-2022-Mining,
title = "Mining Software Information Sites to Recommend Cross-Language Analogical Libraries",
author = "Nafi, Kawser Wazed and
Asaduzzaman, Muhammad and
Roy, Banani and
Roy, Chanchal K. and
Schneider, Kevin A.",
journal = "2022 IEEE International Conference on Software Analysis, Evolution and Reengineering (SANER)",
year = "2022",
publisher = "IEEE",
url = "https://gwf-uwaterloo.github.io/gwf-publications/G22-11001",
doi = "10.1109/saner53432.2022.00109",
abstract = "Software development is largely dependent on libraries to reuse existing functionalities instead of reinventing the wheel. Software developers often need to find analogical libraries (libraries similar to ones they are already familiar with) as an analogical library may offer improved or additional features. Developers also need to search for analogical libraries across programming languages when developing applications in different languages or for different platforms. However, manually searching for analogical libraries is a time-consuming and difficult task. This paper presents a technique, called XLibRec, that recommends analogical libraries across different programming languages. XLibRec collects Stack Overflow question titles containing library names, library usage information from Stack Overflow posts, and library descriptions from a third party website, Libraries.io. We generate word-vectors for each information and calculate a weight-based cosine similarity score from them to recommend analogical libraries. We performed an extensive evaluation using a large number of analogical libraries across four different programming languages. Results from our evaluation show that the proposed technique can recommend cross-language analogical libraries with great accuracy. The precision for the Top-3 recommendations ranges from 62-81{\%} and has achieved 8-45{\%} higher precision than the state-of-the-art technique.",
}
<?xml version="1.0" encoding="UTF-8"?>
<modsCollection xmlns="http://www.loc.gov/mods/v3">
<mods ID="Nafi-2022-Mining">
<titleInfo>
<title>Mining Software Information Sites to Recommend Cross-Language Analogical Libraries</title>
</titleInfo>
<name type="personal">
<namePart type="given">Kawser</namePart>
<namePart type="given">Wazed</namePart>
<namePart type="family">Nafi</namePart>
<role>
<roleTerm authority="marcrelator" type="text">author</roleTerm>
</role>
</name>
<name type="personal">
<namePart type="given">Muhammad</namePart>
<namePart type="family">Asaduzzaman</namePart>
<role>
<roleTerm authority="marcrelator" type="text">author</roleTerm>
</role>
</name>
<name type="personal">
<namePart type="given">Banani</namePart>
<namePart type="family">Roy</namePart>
<role>
<roleTerm authority="marcrelator" type="text">author</roleTerm>
</role>
</name>
<name type="personal">
<namePart type="given">Chanchal</namePart>
<namePart type="given">K</namePart>
<namePart type="family">Roy</namePart>
<role>
<roleTerm authority="marcrelator" type="text">author</roleTerm>
</role>
</name>
<name type="personal">
<namePart type="given">Kevin</namePart>
<namePart type="given">A</namePart>
<namePart type="family">Schneider</namePart>
<role>
<roleTerm authority="marcrelator" type="text">author</roleTerm>
</role>
</name>
<originInfo>
<dateIssued>2022</dateIssued>
</originInfo>
<typeOfResource>text</typeOfResource>
<genre authority="bibutilsgt">journal article</genre>
<relatedItem type="host">
<titleInfo>
<title>2022 IEEE International Conference on Software Analysis, Evolution and Reengineering (SANER)</title>
</titleInfo>
<originInfo>
<issuance>continuing</issuance>
<publisher>IEEE</publisher>
</originInfo>
<genre authority="marcgt">periodical</genre>
<genre authority="bibutilsgt">academic journal</genre>
</relatedItem>
<abstract>Software development is largely dependent on libraries to reuse existing functionalities instead of reinventing the wheel. Software developers often need to find analogical libraries (libraries similar to ones they are already familiar with) as an analogical library may offer improved or additional features. Developers also need to search for analogical libraries across programming languages when developing applications in different languages or for different platforms. However, manually searching for analogical libraries is a time-consuming and difficult task. This paper presents a technique, called XLibRec, that recommends analogical libraries across different programming languages. XLibRec collects Stack Overflow question titles containing library names, library usage information from Stack Overflow posts, and library descriptions from a third party website, Libraries.io. We generate word-vectors for each information and calculate a weight-based cosine similarity score from them to recommend analogical libraries. We performed an extensive evaluation using a large number of analogical libraries across four different programming languages. Results from our evaluation show that the proposed technique can recommend cross-language analogical libraries with great accuracy. The precision for the Top-3 recommendations ranges from 62-81% and has achieved 8-45% higher precision than the state-of-the-art technique.</abstract>
<identifier type="citekey">Nafi-2022-Mining</identifier>
<identifier type="doi">10.1109/saner53432.2022.00109</identifier>
<location>
<url>https://gwf-uwaterloo.github.io/gwf-publications/G22-11001</url>
</location>
<part>
<date>2022</date>
</part>
</mods>
</modsCollection>
%0 Journal Article
%T Mining Software Information Sites to Recommend Cross-Language Analogical Libraries
%A Nafi, Kawser Wazed
%A Asaduzzaman, Muhammad
%A Roy, Banani
%A Roy, Chanchal K.
%A Schneider, Kevin A.
%J 2022 IEEE International Conference on Software Analysis, Evolution and Reengineering (SANER)
%D 2022
%I IEEE
%F Nafi-2022-Mining
%X Software development is largely dependent on libraries to reuse existing functionalities instead of reinventing the wheel. Software developers often need to find analogical libraries (libraries similar to ones they are already familiar with) as an analogical library may offer improved or additional features. Developers also need to search for analogical libraries across programming languages when developing applications in different languages or for different platforms. However, manually searching for analogical libraries is a time-consuming and difficult task. This paper presents a technique, called XLibRec, that recommends analogical libraries across different programming languages. XLibRec collects Stack Overflow question titles containing library names, library usage information from Stack Overflow posts, and library descriptions from a third party website, Libraries.io. We generate word-vectors for each information and calculate a weight-based cosine similarity score from them to recommend analogical libraries. We performed an extensive evaluation using a large number of analogical libraries across four different programming languages. Results from our evaluation show that the proposed technique can recommend cross-language analogical libraries with great accuracy. The precision for the Top-3 recommendations ranges from 62-81% and has achieved 8-45% higher precision than the state-of-the-art technique.
%R 10.1109/saner53432.2022.00109
%U https://gwf-uwaterloo.github.io/gwf-publications/G22-11001
%U https://doi.org/10.1109/saner53432.2022.00109
Markdown (Informal)
[Mining Software Information Sites to Recommend Cross-Language Analogical Libraries](https://gwf-uwaterloo.github.io/gwf-publications/G22-11001) (Nafi et al., GWF 2022)
ACL
- Kawser Wazed Nafi, Muhammad Asaduzzaman, Banani Roy, Chanchal K. Roy, and Kevin A. Schneider. 2022. Mining Software Information Sites to Recommend Cross-Language Analogical Libraries. 2022 IEEE International Conference on Software Analysis, Evolution and Reengineering (SANER).