paper-with-me

홈 › Papers

A semantic mutation metric for metamorphic relation adequacy in scientific computing programs

2026-05-17 · Meng Li, Xiaohua Yang, Jie Liu, Shiyu Yan arxiv

Context. Metamorphic Testing addresses the test-oracle problem in scientific computing, but classical Mutation Score operates on syntactic AST mutations and misses domain semantics. Objective. We propose the Semantic Mutation Score (SMS), built on five domain-semantic operators (Conservation Erosion, Operator Substitution, Hyperparameter, Trajectory Flip, Structural Injection). SMS degenerates almost everywhere to MS in a characterised limit, so any SMS-based conclusion remains consistent with prior mutation-testing literature in the classical regime. Method. A 12-PUT x 5-MP design over four single-output float-to-float classes (numeric, probabilistic, surrogate, machine-learning) is paired with a three-layer attribution classifier separating true semantic faults from tolerance, OOD, statistical, and artefact categories. A same-source / cross-source ablation under an identical prompt isolates the LLM-source-diversity contribution. LLM-generated mutants are compared against a default-configuration cosmic-ray syntactic pool at the AST-normalised level. Results. The pre-registered large-effect threshold for Cliff's delta is not met under the point-estimate criterion; the observed effect lies in the medium-effect range. Cross-source pooling under an identical prompt does not appreciably shift delta, indicating that LLM identity is not the lever within this design. AST-level overlap between LLM-generated and default cosmic-ray syntactic mutants is small; the Hyperparameter, Structural Injection, and Trajectory Flip classes are unreachable under default first-order syntactic configurations. Conclusion. SMS is a backward-compatible adequacy metric for domain-semantic metamorphic-relation sets in scientific computing. The first-order unreachability evidence is independent of the effect-size question.

📄 PDF Abstract BibTeX arXiv:2605.17437

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Metamorphic Testing of a Deep Learning based Forecaster

2019-07-13 · Anurag Dwarakanath, Manish Ahuja, Sanjay Podder, Silja Vinu 외

In this paper, we present the Metamorphic Testing of an in-use deep learning based forecasting application. The application looks at the past data of system characteristics (e.g. `memory allocation') to predict outages i…

Deep Learning

Entity-Based Semantic Adequacy for Data-to-Text Generation

2021-11-01 · Findings (EMNLP) 2021 11 · Juliette Faille, Albert Gatt, Claire Gardent

While powerful pre-trained language models have improved the fluency of text generation models, semantic adequacy -the ability to generate text that is semantically faithful to the input- remains an unsolved issue. In th…

Data-to-Text GenerationText Generation

Metamorphic Malware Evolution: The Potential and Peril of Large Language Models

2024-10-31 · Pooria Madani

Code metamorphism refers to a computer programming exercise wherein the program modifies its own code (partial or entire) consistently and automatically while retaining its core functionality. This technique is often use…

Malware Detection

Domain-Validity-Gated Metamorphic Testing of Scientific ML Surrogates

2026-06-16 · Meng Li, Xiaohua Yang, Jie Liu, Shiyu Yan arxiv

Scientific machine-learning (SciML) surrogates approximate expensive simulations, but exact expected outputs for arbitrary inputs are unavailable (the oracle problem). Metamorphic testing checks relations across executio…

METAL: Metamorphic Testing Framework for Analyzing Large-Language Model Qualities

2023-12-11 · Sangwon Hyun, Mingyu Guo, M. Ali Babar

Large-Language Models (LLMs) have shifted the paradigm of natural language data processing. However, their black-boxed and probabilistic characteristics can lead to potential risks in the quality of outputs in diverse LL…

FairnessLanguage ModelingLanguage ModellingLarge Language Model