puma-community-submissions
收藏资源简介:
PUMA社区提交数据集是一个由社区贡献的基准测试结果集合,源自PUMA(项目理解与管理代理)平台。该平台是一个用于实证评估本地大型语言模型代理在项目管理办公室任务上性能的框架。数据集包含在多个支持场景上运行的PUMA基准测试结果:1) triage_jira:基于Jira社交知识库的问题分类任务,以宏观F1分数报告;2) effort_tawos:基于TAWOS数据集的故事点工作量估计任务,以平均绝对误差报告;3) prioritization_jira:问题优先级排序任务,以nDCG@10报告(社区评估,可选)。每个提交都是一个JSON文件,详细记录了运行元数据(如模型、提示策略、场景、随机种子、温度)、硬件配置(CPU-only/GPU/Apple Silicon变体)、带有自助法置信区间的性能指标、可持续性数据(通过CodeCarbon估算的千瓦时能耗和二氧化碳当量克数),以及用于完整性验证的可选原始预测文件链接。数据集遵循透明和可复现的原则,提供了足够的元数据以支持本地复现,并通过可选哈希验证机制确保结果完整性。数据集规模为小于1000个样本,适用于大型语言模型评估、项目管理代理基准测试、可持续AI研究以及问题分类与工作量估计等任务。数据使用CC-BY-4.0许可。
The PUMA Community Submissions dataset is a collection of benchmark results contributed by the community, originating from the PUMA (Project Understanding and Management Agent) platform. This platform is a framework for empirically evaluating the performance of local large language model agents on project management office tasks. The dataset includes PUMA benchmark results run on multiple supported scenarios: 1) triage_jira: issue triage tasks based on Jira social knowledge base, reported with macro F1 score; 2) effort_tawos: story point effort estimation tasks based on the TAWOS dataset, reported with mean absolute error; 3) prioritization_jira: issue prioritization tasks, reported with nDCG@10 (community-evaluated, optional). Each submission is a JSON file detailing run metadata (e.g., model, prompting strategy, scenario, random seed, temperature), hardware configuration (CPU-only/GPU/Apple Silicon variants), performance metrics with bootstrap confidence intervals, sustainability data (kWh energy consumption and CO2e grams estimated via CodeCarbon), and optional links to raw prediction files for integrity verification. The dataset adheres to transparency and reproducibility principles, providing sufficient metadata for local replication and ensuring result integrity through optional hash verification mechanisms. The dataset size is less than 1000 samples and is suitable for tasks such as large language model evaluation, project management agent benchmarking, sustainable AI research, and issue triage and effort estimation. The data is licensed under CC-BY-4.0.
PUMA Community Submissions 数据集概述
基本信息
- 许可证: CC-BY-4.0
- 语言: 英语
- 标签: benchmark, llm-evaluation, project-management, local-llm, sustainability, issue-triage, effort-estimation
- 数据规模: n<1K(少于1000条)
- 名称: PUMA Community Submissions
- 主页: PUMA GitHub仓库
数据集描述
该数据集包含来自PUMA平台的社区贡献的基准测试结果。PUMA是一个针对本地LLM代理在项目管理办公室(PMO)任务上的经验性评估平台。
数据内容
每个提交是一个JSON文件,存储在 submissions/ 目录下,包含在以下支持场景上的PUMA基准测试运行结果:
支持场景
- triage_jira — Jira Social Repository上的问题分类,报告指标为F1-macro
- effort_tawos — TAWOS上的故事点工作量估算,报告指标为MAE(故事点)
- prioritization_jira — 问题优先级排序,报告指标为nDCG@10(社区评估,可选)
每条提交包含
- 运行元数据(模型、提示策略、场景、种子、温度)
- 硬件配置(仅CPU / GPU / Apple Silicon)
- 带有bootstrap置信区间的指标
- 可持续性数据(kWh能耗,通过CodeCarbon计算的gCO₂eq)
- 可选的
raw_predictions_url用于完整性验证
Schema规范
规范的JSON Schema位于治理仓库:
schema/submission.v1.json
最小示例结构
json { "schema_version": "1.0.0", "submission_id": "sub_2026_001", "submitter": { "github_handle": "pumacp", "affiliation": "UOC" }, "run_metadata": { "scenario": "triage_jira", "model": "qwen2.5:3b", "prompting": "few_shot_3", "seed": 42, "temperature": 0.0 }, "hardware_profile": { "type": "cpu_only", "ram_gb": 16 }, "metrics": { "f1_macro": 0.5867, "ci_lower": 0.5612, "ci_upper": 0.6122 }, "sustainability": { "kwh": 0.0074, "co2_g": 3.075 }, "raw_predictions_url": "https://github.com/pumacp/puma-community/raw/main/raw/sub_2026_001.jsonl", "predictions_summary_hash": "sha256:..." }
提交流程
- 社区成员本地运行
puma share-results --run-id <id> - PUMA在 pumacp/puma-community 上开启一个pull request
- 自动化验证检查schema、哈希完整性和可重现性元数据
- 合并后,GitHub Action自动将文件镜像到该数据集
- 排行榜Space在约5分钟内刷新
信任模型
该数据集基于透明度而非把关原则:
- 每次提交包含足够的元数据以在本地重现运行
- 可选的
raw_predictions_url允许验证者Space重新计算预测的SHA-256并在GitHub中生成verified: true侧车文件 - 验证仅针对完整性,不重新执行模型
- 未验证的提交保持可见,但在排行榜中被标记
相关资源
| 资源 | 位置 |
|---|---|
| 源代码 | github.com/pumacp/puma |
| 治理与PR流程 | github.com/pumacp/puma-community |
| 实时排行榜 | pumaproject/puma-leaderboard |
| 可引用快照(季度) | 待2026年第三季度发布于Zenodo |
许可
- 提交数据: CC-BY-4.0
- PUMA源代码: MIT




