benchmark-research
B待确认Benchmark垂直领域金融开放cc-by-4.0
发布方:sselaine27
热度16.0▼ 0.1
下载量 · 30天
3,580
Hugging Face
GitHub Stars
—
代码仓库
论文被引
—
Semantic Scholar
跑分模型 · 30天
—
Leaderboard results
简介
Benchmark Research 面向金融 Deep Research Agent 的评测数据集(仅数据)。 代码、builder、prompt 模板与评测脚本在独立代码仓库维护;本 Hub 仓库只发布标准化 ready seeds,支持按子集按需加载。 快速开始 from datasets import load_dataset # 按题型子集加载(推荐) a1 = load_dataset("sselaine27/benchmark-research", "a1") c = load_dataset("sselaine27/benchmark-research", "c") d = load_dataset("sselaine27/benchmark-research", "d") print(a1["train"][0]["task_id"]) print(a1["train"][0]["prompt"][:200]) # 按时间层筛选 t2 = a1["train"].filter(lambda x:… See the full description on the dataset page: https://huggingface.co/datasets/sselaine27/benchmark-research.