SEMar 27, 2019

An Empirical Study on Practicality of Specification Mining Algorithms on a Real-world Application

arXiv:1903.11242v26 citationsHas Code
Originality Synthesis-oriented
AI Analysis

This work addresses the gap in using specification mining for debugging in industrial settings, but it is incremental as it identifies issues without presenting new solutions.

The study applied existing dynamic model inference algorithms, specifically using the MINT tool, to a real-world industrial debugging context, revealing significant limitations in both implementation and algorithms.

Dynamic model inference techniques have been the center of many research projects recently. There are now multiple open source implementations of state-of-the-art algorithms, which provide basic abstraction and merging capabilities. Most of these tools and algorithms have been developed with one particular application in mind, which is program comprehension. The outputs models can abstract away the details of the program and represent the software behavior in a concise and easy to understand form. However, one application context that is less studied is using such inferred models for debugging, where the behavior to abstract is a faulty behavior (e.g., a set of execution traces including a failed test case). We tried to apply some of the existing model inference techniques (implemented in a promising tool called MINT) in a real-world industrial context to support program comprehension for debugging. Our initial experiments have shown many limitations both in terms of implementation as well as the algorithms. The paper will discuss the root cause of the failures and proposes ideas for future improvement.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes