activity
20162019
most citedNeural Code Search Evaluation Dataset

24 citations · 28 across the 2 of their papers we have counts for

collaborators

7 papers

cs.SE2019

TypeWriter: Neural Type Prediction with Search-based Validation

Michael Pradel, Georgios Gousios, Jason Liu +1

Maintaining large code bases written in dynamically typed languages, such as JavaScript or Python, can be challenging due to the absence of type annotations: simple data compatibil…

cs.SE20194 cited

Debugging Crashes using Continuous Contrast Set Mining

Rebecca Qian, Yang Yu, Wonhee Park +3

Facebook operates a family of services used by over two billion people daily on a huge variety of mobile devices. Many devices are configured to upload crash reports should the app…

cs.SE201924 cited

Neural Code Search Evaluation Dataset

Hongyu Li, Seohyun Kim, Satish Chandra

There has been an increase of interest in code search using natural language. Assessing the performance of such code search models can be difficult without a readily available eval…

cs.SE2019

When Deep Learning Met Code Search

Jose Cambronero, Hongyu Li, Seohyun Kim +2

There have been multiple recent proposals on using deep neural networks for code search using natural language. Common across these proposals is the idea of co…

cs.SE2019

Getafix: Learning to Fix Bugs Automatically

Johannes Bader, Andrew Scott, Michael Pradel +1

Static analyzers help find bugs early by warning about recurring bug categories. While fixing these bugs still remains a mostly manual task in practice, we observe that fixes for a…

cs.SE2018

Aroma: Code Recommendation via Structural Code Search

Sifei Luan, Di Yang, Celeste Barnaby +2

Programmers often write code that has similarity to existing code written somewhere. A tool that could help programmers to search such similar code would be immensely useful. Such…