REVIEW 12 cited by
LLM-Powered Test Case Generation for Detecting Bugs in Plausible Programs
Not yet reviewed by Pith; the record is open.
This paper has not been read by Pith yet. Machine review is queued; the pith claim, tier, and objections will appear here once it completes.
SPECIMEN: schema-true, not a live event
T0 review · schema-true
One-sentence machine reading of the paper's core claim.
pith:XXXXXXXX · record.json · timestamp
Signed reviews
read the original abstract
Detecting tricky bugs in plausible programs, those that pass existing test suites yet still contain bugs, remains a significant challenge in software testing. To address this problem, we propose TrickCatcher, an LLM-powered approach to generating test cases for uncovering bugs in plausible programs. TrickCatcher operates in three stages: First, it uses an LLM to generate program variants based on the program under test (PUT) and its specification. Second, it employs an LLM to construct an input generator from the specification for producing test inputs. Finally, these inputs are executed on both the PUT and its program variants to detect inconsistencies in their outputs. We evaluate TrickCatcher on two datasets, TrickyBugs and EvalPlus, which include 366 human-written and 151 AI-generated plausible programs with tricky bugs. TrickCatcher achieves recall, precision, and F1 scores that are 1.80x, 2.65x, and 1.66x those of the state-of-the-art baselines, respectively. Code and data used are available at https://github.com/RinCloud/TrickCatcher.
Forward citations
Cited by 12 Pith papers
-
LogicHunter: Testing LLM Agent Frameworks with an Agentic Oracle
LogicHunter combines specification-driven test generation with a ReAct-based agentic oracle to discover 40 previously unknown bugs in LangChain, LlamaIndex, and CrewAI, achieving 91.17% oracle precision.
-
COFFE: A Code Efficiency Benchmark for Code Generation
A new benchmark, COFFE, uses stressful test cases and CPU instruction counts to show LLM-generated code is often correct but time-inefficient.
-
Fault Localisation and Repair for DL Systems: An Empirical Study with LLMs
LLMs, especially GPT-4, outperform existing fault localisation and repair tools for deep learning models in accuracy, speed, and stability.
-
Navigating Pitfalls: Evaluating LLMs in Machine Learning Programming Education
Across four LLMs, pitfall recall in machine-learning code averaged under 50%, with information-leakage and model-selection errors most often missed.
-
Do Automatic Comment Generation Techniques Fall Short? Exploring the Influence of Method Dependencies on Code Understanding
Including the bodies of helper methods in the prompt enables large language models to generate better comments for dependent Java methods than standard comment generators.
-
CLOVER: A Test Case Generation Benchmark with Coverage, Long-Context, and Verification
CLOVER is a new Python unit-test-generation benchmark with 845 problems, contexts up to 128k tokens, and coverage-based retrieval, where all 14 evaluated models score below 35% on the hardest task.
-
Mutation-Guided LLM-based Test Generation at Meta
ACH generates concern-specific mutants and tests that kill them; its industrial deployment shows 73% engineer acceptance and 36% privacy relevance.
-
Harnessing Large Language Models for Seed Generation in Greybox Fuzzing
SeedMind generates fuzzing seeds by having an LLM write a seed generator and iteratively refine it using code coverage feedback.
-
Large Language Models for Unit Testing: A Systematic Literature Review
The paper presents the first systematic literature review of large language model based unit testing, covering 105 papers up to March 2025.
-
VeriLoC: Line-of-Code Level Prediction of Hardware Design Quality from Verilog Code
A method that predicts line-level timing and congestion issues directly from Verilog code using CL-Verilog embeddings and gradient-boosted classifiers.
-
Black-Box Bug-Amplification for Multithreaded Software
An ensemble classifier that predicts bug probability from input parameters substantially outperforms random sampling and other search heuristics for triggering rare concurrency bugs in a synthetic benchmark.
-
PRIMG : Efficient LLM-driven Test Generation Using Mutant Prioritization
PRIMG combines mutant prioritization with LLM-based iterative test refinement, and its evaluation on three Solidity projects suggests prioritized mutant targeting yields more killed mutants than random targeting.
Discussion (0). Continue with ORCID to comment.