SEJul 14

Agent-Based Software Artifact Evaluation

arXiv:2602.0223524.31 citationsh-index: 16
Predicted impact top 2% in SE · last 90 daysOriginality Incremental advance
AI Analysis

For software engineering conferences facing growing submission volumes, this work provides a practical automated AE framework that improves consistency and reviewer confidence, though it is an incremental step toward full automation.

The authors tackled the problem of unsustainable manual artifact evaluation (AE) in software engineering by constructing a structured scoring rubric (ArtifactGuide) and an agent (ArtifactCopilot) that automates AE. On 60 real artifacts, ArtifactCopilot achieved 70.56% badge-level agreement, improving exact badge agreement by 10.55–28.34 percentage points over baseline, and a user study with 8 researchers showed improved reviewer confidence.

Artifact Evaluation (AE) has become a standard mechanism for linking software engineering papers to their supporting artifacts, but growing submission volume makes purely manual AE increasingly difficult to sustain. Although recent advances in LLM-based agents make AE automation increasingly plausible, current descriptive badge policies define badge semantics but provide no executable verification criteria, leaving both human reviewers and agents without a detailed basis for judgment. To address this gap, we construct ArtifactGuide, a structured scoring rubric grounded in ACM policy, expert-informed calibration, and artifact-based validation, and we design ArtifactCopilot, an agent collecting review evidence following a fixed sequence under ArtifactGuide and deriving the final badge decision from accumulated evidence. We evaluate our framework on 60 real artifacts from recent software engineering conferences using human-adjudicated badges as reference. The results show that ArtifactGuide improves the AE performance of coding agents over official ACM badge-policy prompts, increasing three-run mean exact badge agreement by 10.55 to 28.34 percentage points. Across all evaluated systems and prompting protocols, ArtifactCopilot achieves the highest badge-level agreement at 70.56% and is the only system that completed all repeated runs successfully while producing a review report in every run. A controlled user study with 8 experienced researchers suggests that ArtifactCopilot reports improve reviewer confidence, help reviewers locate evidence, and understand evaluation scope more clearly. Further analysis translates insights from automated AE into practical guidance for designing higher-quality artifacts with clearer review routes, more explicit claim-to-output links, and more concrete reuse paths.

Foundations

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

Your Notes