Skip to content

Commit a9c6915

Browse files
author
Miltos Allamanis
committed
Add some recent readings
1 parent 75af0d5 commit a9c6915

2 files changed

Lines changed: 38 additions & 0 deletions

File tree

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
---
2+
layout: publication
3+
title: "On the Naturalness and Localness of Software Logs"
4+
authors: Sina Gholamian, Paul A. S. Ward
5+
conference:
6+
year: 2021
7+
bibkey: gholamian2021naturalness
8+
tags: ["logging", "language model"]
9+
---
10+
Logs are an essential part of the development and
11+
maintenance of large and complex software systems as they
12+
contain rich information pertaining to the dynamic content and
13+
state of the system. As such, developers and practitioners rely
14+
heavily on the logs to monitor their systems. In parallel, the
15+
increasing volume and scale of the logs, due to the growing
16+
complexity of modern software systems, renders the traditional
17+
way of manual log inspection insurmountable. Consequently, to
18+
handle large volumes of logs efficiently and effectively, various
19+
prior research aims to automate the analysis of log files. Thus, in
20+
this paper, we begin with the hypothesis that log files are natural
21+
and local and these attributes can be applied for automating log
22+
analysis tasks. We guide our research with six research questions
23+
with regards to the naturalness and localness of the log files, and
24+
present a case study on anomaly detection and introduce a tool
25+
for anomaly detection, called ANALOG, to demonstrate how our
26+
new findings facilitate the automated analysis of logs.
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
layout: publication
3+
title: "A Multi-Perspective Architecture for Semantic Code Search"
4+
authors: Rajarshi Haldar, Lingfei Wu, Jinjun Xiong, Julia Hockenmaier
5+
conference: ACL
6+
year: 2020
7+
bibkey: haldar2020multiperspective
8+
additional_links:
9+
- {name: "ArXiV", url: "https://arxiv.org/abs/2005.06980"}
10+
tags: ["search"]
11+
---
12+
The ability to match pieces of code to their corresponding natural language descriptions and vice versa is fundamental for natural language search interfaces to software repositories. In this paper, we propose a novel multi-perspective cross-lingual neural framework for code--text matching, inspired in part by a previous model for monolingual text-to-text matching, to capture both global and local similarities. Our experiments on the CoNaLa dataset show that our proposed model yields better performance on this cross-lingual text-to-code matching task than previous approaches that map code and text to a single joint embedding space.

0 commit comments

Comments
 (0)