-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpublications.html
More file actions
66 lines (60 loc) · 3.25 KB
/
publications.html
File metadata and controls
66 lines (60 loc) · 3.25 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
<!DOCTYPE html>
<html lang="en-us">
<head>
<link href="http://gmpg.org/xfn/11" rel="profile">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1">
<title>Waren Long</title>
<link rel="stylesheet" href="/main.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=PT+Sans:400,400italic,700|Abril+Fatface">
<link href="https://fonts.googleapis.com/css?family=Patua+One" rel="stylesheet">
<link rel="alternate" type="application/rss+xml" title="RSS" href="/atom.xml">
<meta name="robots" content="index, follow">
<meta name="robots" content="all">
</head>
<body>
<script async src="https://use.fontawesome.com/72adc0539b.js"></script>
<script src="main.js"></script>
<div class="header">
<a href="/" class="name-link">Waren Long | Machine Learning</a>
<div class="header-right">
<a href="/talks.html" class="about-link">Talks.</a>
<a href="/publications.html" class="about-publications">Publications.</a>
</div>
</div>
<div class="content">
<h1 class="hello">Publications</h1>
<!-- <h1 class="page-heading" id="publications">Publications</h1> -->
<div class="publications">
<h3>2019</h3>
<ul>
<li>
<a href="https://arxiv.org/pdf/1904.00935.pdf">STYLE-ANALYZER: Fixing Code Style Inconsistencies with Interpretable Unsupervised Algorithms</a><br/>
V. Markovtsev, W. Long, H. Mougard, K. Slavnov, E. Bulychev. MSR 2019
</li>
<li>
<a href="https://arxiv.org/pdf/1905.06782.pdf">Identifying collaborators in large codebases</a><br/>
W. Long, V. Markovtsev, H. Mougard, E. Bulychev, J. Hula. ML4SE 2019
</li>
</ul>
<h3>2018</h3>
<ul>
<li>
<a href="https://arxiv.org/pdf/1803.10144.pdf">Public Git Archive: A Big Code Dataset for All</a><br/>
V. Markovtsev, W. Long. MSR 2018
</li>
<li>
<a href="https://arxiv.org/pdf/1805.11651.pdf">Splitting source code identifiers using Bidirectional LSTM Recurrent Neural Network</a><br/>
V. Markovtsev, W. Long, E. Bulychev, R. Keramitas, K. Slavnov, G. Markowski. ML4P 2018
</li>
</ul>
</div>
</div>
<footer class="footer">
<a href="https://twitter.com/warenlg" target="_blank"><i class="fa fa-twitter monofa"></i></a>
<a href="https://github.com/warenlg" target="_blank"><i class="fa fa-github monofa"></i></a>
<a href="https://www.linkedin.com/in/warenlg" target="_blank"><i class="fa fa-linkedin monofa"></i></a>
</footer>
</body>
</html>