--- layout: default title: Search all Publications on Machine Learning for Source Code description: A list of research papers for machine learning models for source code. --- Search across all paper titles, abstracts, authors by using the search field. Please consider contributing by updating the information of existing papers or adding new work.
| Year | Title | Authors | Venue | Abstract | {% assign publicationsByYear = site.publications | sort: "year" | group_by: "year" %} {% for year in publicationsByYear reversed %} {% for publication in year.items %}|
|---|---|---|---|---|---|
| {{ publication.year }} | {{publication.title}}
|
{{ publication.authors }} | {{ publication.conference }} | {{ publication.content }} | {% for tag in publication.tags %}{{ tag }} {% endfor %} |