showSidebars ==
showTitleBreadcrumbs == 1
node.field_disable_title_breadcrumbs.value ==

Pre-Conference Talk by LE Dinh Xuan Bach | S3: Syntax- and Semantic-Guided Repair Synthesis via Programming by Examples

Please click here if you are unable to view this page.

 

S3: Syntax- and Semantic-Guided Repair Synthesis via Programming by Examples

Speaker (s):

LE Dinh Xuan Bach

PhD Candidate

School of Information Systems

Singapore Management University

Date:


Time:


Venue:

 

August 29, 2017, Tuesday


1:00pm - 1:30pm


Meeting Room 4.4, Level 4

School of Information Systems

Singapore Management University

80 Stamford Road

Singapore 178902

We look forward to seeing you at this research seminar.

About the Talk

A notable class of techniques for automatic program repair is known as semantics-based. Such techniques, e.g., Angelix, infer semantic specifications via symbolic execution, and then use program synthesis to construct new code that satisfies those inferred specifications. However, the obtained specifications are naturally incomplete, leaving the synthesis engine with a difficult task of synthesizing a general solution from a sparse space of many possible solutions that are consistent with the provided specifications but that do not necessarily generalize. We present S3, a new repair synthesis engine that leverages programming-by-examples methodology to synthesize high-quality bug repairs. The novelty in S3 that allows it to tackle the sparse search space to create more general repairs is three-fold: (1) A systematic way to customize and constrain the syntactic search space via a domain-specific language, (2) An efficient enumeration-based search strategy over the constrained search space, and (3) A number of ranking features based on measures of the syntactic and semantic distances between candidate solutions and the original buggy program. We compare S3’s repair effectiveness with state-of-the-art synthesis engines Angelix, Enumerative, and CVC4. S3 can successfully and correctly fix at least three times more bugs than the best baseline on datasets of 52 bugs in small programs, and 100 bugs in real-world large programs.

This is a pre-conference talk for the 11th Joint Meeting of the European Software Engineering Conference and the ACM SIGSOFT Symposium on the Foundations of Software Engineering (ESEC/FSE 2017).

About the Speaker

LE Dinh Xuan Bach is currently a fourth-year PhD candidate in the School of Information Systems, SMU, under the supervision of Associate Professor David Lo. Bach's research focuses on automatic software repair using machine learning, data mining, software analysis, synthesis, and verification techniques.