Skip to content

Commit 88fe872

Browse files
author
Miltos Allamanis
committed
Use full names (part M/N)
1 parent 9afd9f8 commit 88fe872

30 files changed

+38
-31
lines changed

_publications/bui2018bilateral.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: publication
33
title: "Bilateral Dependency Neural Networks for Cross-Language Algorithm Classification"
4-
authors: N. D. Q. Bui, Y. Yu, L. Jiang
4+
authors: Nghi D. Q. Bui, Yijun Yu, Lingxiao Jiang
55
conference: SANER
66
year: 2018
77
bibkey: bui2018bilateral

_publications/bui2018cross.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: publication
33
title: "Cross-Language Learning for Program Classification using Bilateral Tree-Based Convolutional Neural Networks"
4-
authors: N. Bui, L. Jiang, Y. Yu
4+
authors: Nghi D. Q. Bui, Lingxiao Jiang, Yijun Yu
55
conference: NLSE
66
year: 2018
77
bibkey: bui2018cross

_publications/bui2018hierarchical.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: publication
33
title: "Hierarchical Learning of Cross-Language Mappings through Distributed Vector Representations for Code"
4-
authors: N. D. Q. Bui, L. Jiang
4+
authors: Nghi D. Q. Bui, Lingxiao Jiang
55
conference: ICSE
66
year: 2018
77
bibkey: bui2018hierarchical

_publications/bui2021efficient.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: publication
33
title: "Self-Supervised Contrastive Learning for Code Retrieval and Summarization via Semantic-Preserving Transformations"
4-
authors: Nghi D. Q. Bui, Y. Yu, L. Jiang
4+
authors: Nghi D. Q. Bui, Yijun Yu, Lingxiao Jiang
55
conference: SIGIR
66
year: 2021
77
bibkey: bui2020efficient

_publications/cambronero2019deep.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: publication
33
title: "When Deep Learning Met Code Search"
4-
authors: J. Cambronero, H. Li, S. Kim, K. Sen, S. Chandra
4+
authors: Jose Cambronero, Hongyu Li, Seohyun Kim, Koushik Sen, Satish Chandra
55
conference:
66
year: 2019
77
bibkey: cambronero2019deep

_publications/campbell2014syntax.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: publication
33
title: "Syntax Errors Just Aren’t Natural: Improving Error Reporting with Language Models"
4-
authors: J. C. Campbell, A. Hindle, J. N. Amaral
4+
authors: Joshua Charles Campbell, Abram Hindle, José Nelson Amaral
55
conference: MSR
66
year: 2014
77
bibkey: campbell2014syntax

_publications/cerulo2013hidden.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: publication
33
title: "A Hidden Markov Model to Detect Coded Information Islands in Free Text"
4-
authors: L. Cerulo, M. Ceccarelli, M. Di Penta, G. Canfora
4+
authors: Luigi Cerulo, Michele Ceccarelli, Massimiliano Di Penta, Gerardo Canfora
55
conference: SCAM
66
year: 2013
77
bibkey: cerulo2013hidden

_publications/cerulo2015irish.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: publication
33
title: "Irish: A Hidden Markov Model to detect coded information islands in free text"
4-
authors: L. Cerulo, M. Di Penta, A. Bacchelli, M, Ceccarelli, G. Canfora
4+
authors: Luigi Cerulo, Michele Ceccarelli, Massimiliano Di Penta, Gerardo Canfora
55
conference: Science of Computer Programming
66
year: 2015
77
bibkey: cerulo2015irish
Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
---
22
layout: publication
33
title: "Automatically generating features for learning program analysis heuristics"
4-
authors: K. Chae, H. Oh, K. Heo, H. Yang
4+
authors: Kwonsoo Chae, Hakjoo Oh, Kihong Heo, Hongseok Yang
55
conference:
66
year: 2016
77
bibkey: chae2016automatically
8+
additional_links:
9+
- {name: "ArXiV", url: "https://arxiv.org/abs/1612.09394"}
810
tags: ["representation"]
911
---
1012
We present a technique for automatically generating features for data-driven program analyses. Recently data-driven approaches for building a program analysis have been proposed, which mine existing codebases and automatically learn heuristics for finding a cost-effective abstraction for a given analysis task. Such approaches reduce the burden of the analysis designers, but they do not remove it completely; they still leave the highly nontrivial task of designing so called features to the hands of the designers. Our technique automates this feature design process. The idea is to use programs as features after reducing and abstracting them. Our technique goes through selected program-query pairs in codebases, and it reduces and abstracts the program in each pair to a few lines of code, while ensuring that the analysis behaves similarly for the original and the new programs with respect to the query. Each reduced program serves as a boolean feature for program-query pairs. This feature evaluates to true for a given program-query pair when (as a program) it is included in the program part of the pair. We have implemented our approach for three real-world program analyses. Our experimental evaluation shows that these analyses with automatically-generated features perform comparably to those with manually crafted features.

_publications/chen2019capturing.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: publication
33
title: "Capturing source code semantics via tree-based convolution over API-enhanced AST"
4-
authors: L. Chen, W. Ye, S. Zheng
4+
authors: Long Chen, Wei Ye, Shikun Zhang
55
conference: Computing Frontiers
66
year: 2019
77
bibkey: chen2019capturing

0 commit comments

Comments
 (0)