scispace - formally typeset
S

Sifei Luan

Researcher at Facebook

Publications -  5
Citations -  344

Sifei Luan is an academic researcher from Facebook. The author has contributed to research in topics: Code (cryptography) & Snippet. The author has an hindex of 3, co-authored 4 publications receiving 164 citations.

Papers
More filters
Proceedings ArticleDOI

Retrieval on source code: a neural code search

TL;DR: This paper investigates the use of natural language processing and information retrieval techniques to carry out natural language search directly over source code, i.e. without having a curated Q&A forum such as Stack Overflow at hand.
Journal ArticleDOI

Aroma: Code Recommendation via Structural Code Search

TL;DR: Aroma as mentioned in this paper is a tool and technique for code recommendation via structural code search, which takes a partial code snippet as input, searches the corpus for method bodies containing the partial code snippets, and clusters and intersects the results of the search to recommend a small set of succinct code snippets which both contain the query snippet and appear as part of several methods in the corpus.
Journal ArticleDOI

Aroma: code recommendation via structural code search

TL;DR: Aroma as mentioned in this paper is a tool and technique for code recommendation via structural code search, which takes a partial code snippet as input, searches the corpus for method bodies containing the partial code snippets, and clusters and intersects the results of the search to recommend a small set of succinct code snippets which both contain the query snippet and appear as part of several methods in the corpus.
Proceedings ArticleDOI

Balsa: Learning a Query Optimizer Without Expert Demonstrations

TL;DR: Balsa is presented, a query optimizer built by deep reinforcement learning that opens the possibility of automatically learning to optimize in future compute environments where expert-designed optimizers do not exist.