Skip to content

Commit 12961e9

Browse files
authored
Merge pull request src-d#60 from warenlg/master
Add the main papers about Sentiment Analysis in Software Engineering
2 parents 39dc725 + 92f1c9d commit 12961e9

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ A curated list of awesome research papers, datasets and software projects devote
2020
- [APIs and Code Mining](#apis-and-code-mining)
2121
- [Code Optimization](#code-optimization)
2222
- [Topic Modeling](#topic-modeling)
23+
- [Sentiment Analysis](#sentiment-analysis)
2324
- [Code Summarization](#code-summarization)
2425
- [Clone Detection](#clone-detection)
2526
- [Differentiable Interpreters](#differentiable-interpreters)
@@ -178,6 +179,14 @@ A curated list of awesome research papers, datasets and software projects devote
178179
* <img src="badges/4-pages-gray.svg" alt="4-pages" align="top"> [Why, When, and What: Analyzing Stack Overflow Questions by Topic, Type, and Code](http://homepages.inf.ed.ac.uk/csutton/publications/msrCh2013.pdf) - Miltiadis Allamanis, Charles Sutton, 2013.
179180
* <img src="badges/30-pages-gray.svg" alt="30-pages" align="top"> [Semantic clustering: Identifying topics in source code](https://pdfs.semanticscholar.org/c9ba/722322912419e59ea251c22b437d251f1644.pdf) - Adrian Kuhn, Stéphane Ducasse, Tudor Girba, 2007.
180181

182+
#### Sentiment Analysis
183+
184+
* <img src="badges/12-pages-gray.svg" alt="12-pages" align="top"> [A Benchmark Study on Sentiment Analysis for Software Engineering Research](https://arxiv.org/pdf/1803.06525.pdf) - Nicole Novielli, Daniela Girardi, Filippo Lanubile, 2018.
185+
* <img src="badges/11-pages-gray.svg" alt="11-pages" align="top"> [Sentiment Analysis for Software Engineering: How Far Can We Go?](http://www.inf.usi.ch/phd/lin/downloads/Lin2018a.pdf) - Bin Lin, Fiorella Zampetti, Gabriele Bavota, Massimiliano Di Penta, Michele Lanza, Rocco Oliveto, 2018.
186+
* <img src="badges/12-pages-gray.svg" alt="12-pages" align="top"> [Leveraging Automated Sentiment Analysis in Software Engineering](http://cs.uno.edu/~zibran/resources/MyPapers/SentiStrengthSE_2017.pdf) - Md Rakibul Islam, Minhaz F. Zibran, 2017.
187+
* <img src="badges/27-pages-gray.svg" alt="27-pages" align="top"> [Sentiment Polarity Detection for Software Development](https://arxiv.org/pdf/1709.02984.pdf) - Fabio Calefato, Filippo Lanubile, Federico Maiorano, Nicole Novielli, 2017.
188+
* <img src="badges/6-pages-gray.svg" alt="6-pages" align="top"> [SentiCR: A Customized Sentiment Analysis Tool for Code Review Interactions](https://drive.google.com/file/d/0Byog0ILN8S1haGxpT3hvSzZxdms/view) - Toufique Ahmed, Amiangshu Bosu, Anindya Iqbal, Shahram Rahimi, 2017.
189+
181190
#### Code Summarization
182191

183192
* <img src="badges/11-pages-gray.svg" alt="11-pages" align="top"> [A Convolutional Attention Network for Extreme Summarization of Source Code](http://arxiv.org/abs/1602.03001) - Miltiadis Allamanis, Hao Peng, Charles Sutton, 2016.

0 commit comments

Comments
 (0)