paper-with-me

Papers

Cerberus: Multi-Agent Reasoning and Coverage-Guided Exploration for Static Detection of Runtime Errors

2025-12-24 · Hridya Dhulipala, Xiaokai Rong, Tien N. Nguyen arxiv

In several software development scenarios, it is desirable to detect runtime errors and exceptions in code snippets without actual execution. A typical example is to detect runtime exceptions in online code snippets before integrating them into a codebase. In this paper, we propose Cerberus, a novel predictive, execution-free coverage-guided testing framework. Cerberus uses LLMs to generate the inputs that trigger runtime errors and to perform code coverage prediction and error detection without code execution. With a two-phase feedback loop, Cerberus first aims to both increasing code coverage and detecting runtime errors, then shifts to focus only detecting runtime errors when the coverage reaches 100% or its maximum, enabling it to perform better than prompting the LLMs for both purposes. Our empirical evaluation demonstrates that Cerberus performs better than conventional and learning-based testing frameworks for (in)complete code snippets by generating high-coverage test cases more efficiently, leading to the discovery of more runtime errors.

📄 PDF Abstract BibTeX arXiv:2512.21431

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Cerberus: Real-Time Video Anomaly Detection via Cascaded Vision-Language Models

2025-10-18 · Yue Zheng, Xiufang Shi, Jiming Chen, Yuanchao Shu arxiv

Video anomaly detection (VAD) has rapidly advanced by recent development of Vision-Language Models (VLMs). While these models offer superior zero-shot detection capabilities, their immense computational cost and unstable…

Video Anomaly DetectionVisual Grounding

PROGRESS: Coverage-guided RL to Train Search-augmented LLM Agent

2026-08-02 · Sudipta Paul, Vijay Srinivasan, Vivek Kulkarni, Aounon Kumar 외 arxiv

Existing search-augmented LLM agents are trained using Reinforcement Learning to boost its reasoning capabilities. However, these approaches primarily rely on outcome-level rewards, which provide little supervision over …

Reinforcement Learning

CerberusDet: Unified Multi-Dataset Object Detection

2024-07-17 · Irina Tolstykh, Mikhail Chernyshov, Maksim Kuprashevich

Conventional object detection models are usually limited by the data on which they were trained and by the category logic they define. With the recent rise of Language-Visual Models, new methods have emerged that are not…

Objectobject-detectionObject Detection

Cerberus Transformer: Joint Semantic, Affordance and Attribute Parsing

2021-11-24 · CVPR 2022 1 · Xiaoxue Chen, Tianyu Liu, Hao Zhao, Guyue Zhou 외

Multi-task indoor scene understanding is widely considered as an intriguing formulation, as the affinity of different tasks may lead to improved performance. In this paper, we tackle the new problem of joint semantic, af…

AttributeScene UnderstandingSemantic SegmentationWeakly-supervised Learning

Can David Beat Goliath? On Multi-Hop Reasoning with Resource-Constrained Agents

2026-01-29 · Hojae Han, Heeyun Jung, Jongyoon Kim, Seung-won Hwang arxiv

Multi-turn reasoning agents solve complex questions by decomposing them into intermediate retrieval or tool-use steps, for accumulating supporting evidence across turns. Meanwhile, with reinforcement learning (RL), train…

Reinforcement Learning