RuBench 1.0
收藏资源简介:
RuBench 1.0是一个专注于俄语原生任务规范的代码代理基准数据集,由研究者从五个活跃开源项目中挖掘构建。该数据集包含25个真实修复任务,覆盖Python、PHP、TypeScript和JavaScript四种编程语言,每个任务均包含704-1591字符的俄语行为描述,工作空间平均包含1824个文件,采用维护者回归测试作为私有评估机制。数据集通过严格的新鲜度筛选机制确保所有任务均晚于评估模型的训练数据截止时间,旨在精准评估代码代理在真实仓库环境下处理非英语原生需求的能力,为解决多语言软件开发场景中意图理解与技术实现脱节的问题提供标准化测试平台。
RuBench 1.0 is a code agent benchmark dataset dedicated to native Russian task specifications, constructed by researchers through mining from five active open-source projects. This dataset includes 25 real-world repair tasks spanning four programming languages: Python, PHP, TypeScript, and JavaScript. Each task features a Russian behavioral description ranging from 704 to 1591 characters. The average workspace consists of 1824 files, with maintainer regression tests employed as the private evaluation mechanism. The dataset applies a strict freshness screening mechanism to ensure that all tasks postdate the training data cutoff time of the evaluated models, with the goal of accurately assessing the capability of code agents to handle non-English native requirements in real-world repository environments, thereby providing a standardized test platform for addressing the disconnection between intent understanding and technical implementation in multilingual software development scenarios.
RuBench 数据集概述
RuBench 是一个仓库级别的智能体编码基准测试,其任务规范以俄语原生编写——完全按照真实客户请求的风格从零撰写,而非从英文问题翻译而来——并由上游维护者的回归测试进行评分,这些回归测试未公开发布。
数据集版本与规模
RuBench 1.0(2026年7月): 包含 25 个任务,从五个活跃的开源仓库(aiohttp、aiogram、Laravel、NestJS、Fastify;使用 Python、PHP、TypeScript、JavaScript 编写)的最新修复提交中挖掘而来。所有修复提交均晚于每个被评估模型的训练数据截止日期。
评估方式
以部署的产品配置进行评估(CLI 代理 + 模型 + 推理努力),每个配置独立运行 3 次:
- Claude Code 搭配 Opus 4.8 / Sonnet 5 / Haiku 4.5
- Codex CLI 搭配 GPT-5.5
- Claude Code 搭配 Fable 5(不参与排名)
相关论文
论文标题:RuBench: A Repository-Level Agentic Coding Benchmark with Natively Authored Russian Task Specifications
- arXiv 地址:https://arxiv.org/abs/2607.06411
- BibTeX 引用信息已提供
公开资源
- 任务元数据:
tasks.json - 任务描述:
tasks/<ID>/task.md(25 个俄语编写的任务说明) - 完整运行记录:
runs/round-01/包含所有 320 个细胞的完整代理轨迹、最终工作区差异和逐细胞元数据,以及排行榜和标记细胞信息 - 评估脚本:
harness/ - 评审预言承诺文件:
ORACLE_MANIFEST.sha256.txt
未公开内容
- 评分预言(manifest 已提交,退役任务的任务预言会随任务轮换发布)
- 上游黄金修复补丁
- 任务工作区(可根据
tasks.json中的base_commit_hash重建,且已剥离 git 历史) - 轮次生产工具
许可协议
RuBench 项目创作的工件(任务说明、元数据、轨迹、差异)采用 CC BY 4.0 许可。代码快照源自所列的开源项目,并保留其各自上游许可。
在线资源
- 俄语网站:https://vibecoding.ru/rubench



