SEJul 1

Large Language Models for Multi-Lingual Equivalent Mutant Detection: An Extended Empirical Study

arXiv:2607.0051111.1
Predicted impact top 37% in SE · last 90 daysOriginality Incremental advance
AI Analysis

For software testing practitioners, LLMs offer a viable and efficient solution to the longstanding problem of equivalent mutant detection, reducing unnecessary costs and biases in mutation testing.

This paper presents the first comprehensive empirical study on using LLMs for equivalent mutant detection (EMD) across Java and C, showing that LLM-based approaches achieve higher F1-scores than traditional methods, with fine-tuned code embedding yielding the highest accuracy, and demonstrating cross-lingual generalization.

Mutation testing is a powerful technique for ensuring software quality. However, the presence of equivalent mutants introduces unnecessary costs and biases, limiting its practical effectiveness. Although numerous equivalent mutant detection (EMD) methods have been proposed, they often face distinct challenges: pure-code analysis methods can be limited by their reliance on specific compiler infrastructures, while existing machine-learning approaches remain constrained by scarce training data and limited generalization to unseen mutants. Large language models (LLMs) have recently demonstrated remarkable performance across diverse code-related tasks by better capturing program semantics. Yet their potential for EMD remains largely unexplored, particularly in the multi-lingual context. This paper presents the first comprehensive empirical study on LLMs for EMD, using 3,302 Java and 1,088 C mutant pairs to benchmark against state-of-the-art methods, explore strategy variations, assess efficiency, and evaluate cross-lingual generalization. Experimental results show that LLM-based approaches achieve higher F1-scores than the evaluated traditional methods, with fine-tuned code embedding yielding the highest detection accuracy among the tested strategies. Moreover, LLM-based approaches strike a practical balance between effectiveness and efficiency with inference times comparable to existing machine-learning models. Importantly, fine-tuned LLMs demonstrate measurable generalization across programming languages. These findings establish LLMs as a viable and efficient approach for tackling the longstanding challenge of equivalent mutant detection, offering new directions for advancing mutation testing in practice.

Foundations

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

Your Notes