NeFut Logo NeFut
Admin Login

[CS.AI] Alipay-PIBench: A Benchmark for Coding Agents in Payment Integration

Published at: 2026-07-17 22:00 Last updated: 2026-07-18 08:18
#algorithm #AI #Open Source

Abstract

Payment integration is a demanding repository-level software task: agents must select a suitable product, implement coordinated client-server flows, verify payment outcomes, and preserve consistency between transaction and business states. We introduce Alipay-PIBench, a benchmark for evaluating coding agents on realistic Alipay payment integration. It contains nine product-specific projects and 18 task instances, each organized into Basic functional-completion and Advanced risk-aware hardening scenarios.

Scenario-specific rubrics support deterministic static, unit, integration, and end-to-end checks, supplemented by LLM-assisted assessment for semantic requirements. We evaluate six coding-agent models and report rubric pass rate (RPR). Under the with-skill condition, mean RPR ranges from 68.58% to 91.37%. Access to the alipay-payment-integration skill improves mean RPR by 10.31 percentage points on average relative to the without-skill condition, with gains varying across models, products, and scenarios.

Method-level results distinguish source-level completion, executable payment behavior, and payment-domain requirements. Alipay-PIBench provides a controlled setting for diagnosing model capability and evaluating structured guidance in payment integration.

Blogger's Review: Alipay-PIBench offers a systematic framework for evaluating coding agents in payment integration, covering diverse scenarios and tasks while enhancing result reliability through LLM-assisted assessments. This benchmark will serve as a crucial reference for future applications of intelligent agents in payment systems.

Original Source: https://arxiv.org/abs/2607.14573

[h] Back to Home