OpAI-Bench
收藏资源简介:
OpAI-Bench是一个用于评估渐进式人机协同编辑下AI文本检测的基准,其中AI修订逐步引入人类撰写文档的选定部分,并通过文档、句子、标记和跨度的来源进行跟踪。它通过构建操作引导的人到AI修订轨迹来扩展样本,每个样本从人类编写的源文档开始,扩展为从v0到v8的九个版本轨迹,AI编辑覆盖率逐步增加,同时应用不同的编辑操作。
OpAI-Bench is a benchmark for evaluating AI text detection under progressive human-AI collaborative editing. AI revisions in this benchmark gradually introduce selected segments of human-written documents, with their source origins tracked at the document, sentence, token, and span granularities. It expands the dataset samples by constructing operation-guided human-to-AI revision trajectories: each sample starts from a human-written source document and evolves into nine version trajectories ranging from v0 to v8, where the AI editing coverage increases progressively while a variety of editing operations are utilized.
OpAI-Bench 数据集详情
数据集概述
OpAI-Bench(Operation-Guided Progressive Human-to-AI Text Transformation Benchmark)是一个用于评估渐进式人机协同编辑场景下AI文本检测能力的基准数据集。其核心设计是构建操作引导的人到AI文本转换轨迹,从纯人类撰写的源文档开始,通过多轮AI编辑操作逐步生成混合文本,并追踪文档级、句子级、词元级和跨度级的来源信息。
核心特性
- 渐进式版本轨迹:每个文档从 v0 到 v8 共9个版本,AI覆盖率逐步增加。
- 确定性选择机制:基于文档标识符的固定随机顺序选择句子进行编辑,确保可复现性。
- 累积编辑:一旦句子被选中编辑,在后续版本中持续保留在AI编辑集合中。
- 多粒度标注:支持文档级、句子级、词元级和跨度级的AI参与追踪。
- 五种编辑操作:润色(Polish)、释义(Paraphrase)、风格改写(Style rewrite)、压缩(Compress)、扩写(Expand)。
累积修订轨迹
| 版本 | 编辑操作 | AI句子覆盖率 |
|---|---|---|
| v0 | 无 | 0% |
| v1 | 润色 | 15% |
| v2 | 释义 | 25% |
| v3 | 风格改写 | 40% |
| v4 | 压缩 | 50% |
| v5 | 扩写 | 60% |
| v6 | 风格改写 | 75% |
| v7 | 释义 | 90% |
| v8 | 润色 | 100% |
数据集统计
| 领域 | 源文档(v0) | 修订轨迹 | 版本化样本(v0–v8) | 平均句子数 | 平均Token数 |
|---|---|---|---|---|---|
| 学生论文 | 3,969 | 7,906 | 71,154 | 21.0 | 398.8 |
| 新闻文章 | 3,998 | 7,892 | 71,028 | 24.0 | 491.3 |
| 政府报告 | 3,993 | 8,000 | 72,000 | 20.6 | 563.7 |
| 科学摘要 | 3,762 | 7,291 | 65,612 | 11.0 | 234.3 |
| 总计 | 15,722 | 31,089 | 279,794 | 19.3 | 426.1 |
注释:源文档为独立的纯人类撰写v0文本。修订轨迹是以v0为初始文本的生模型特定的编辑序列。版本化样本统计了从v0到v8完整修订路径中的发布文本数量。
生模型信息
主要基准分割使用 GPT-5.4、GPT-5.4-nano 和 Gemini 2.5 Flash。Qwen3-8B 作为留出生模型,用于跨生模型评估。
评估粒度与检测器
| 粒度 | 检测器 |
|---|---|
| 文档级 | Desklib, DetectLLM, E5-Small, Fast-DetectGPT, OOD-LLM-Detect, RADAR, RoBERTa-OpenAI, GigaCheck |
| 句子级 | AdaLoc, GenAI-Sentence, GL-CLiC, SeqXGPT, GPT-5.4, Gemini 3 Flash, Claude Haiku 4.5 |
| 词元/跨度级 | DAMASHA, GigaCheck |
评估指标包括准确率和AI类F1分数,按版本、领域、生模型和编辑操作分别报告。
关键发现
OpAI-Bench揭示出AI文本可检测性与AI覆盖率并非单调关系。混合作者的中等版本(特别是v4版本,50% AI覆盖率结合压缩操作)比纯人类文本和高度AI编辑的端点文本更难检测。这要求AI文本检测超越静态的人vs.AI端点分类,转向轨迹感知和操作感知的评估。
数据访问与使用
- 主页:https://github.com/VILA-Lab/OpAI-Bench
- 论文:https://arxiv.org/abs/2606.06481
- 数据集:https://huggingface.co/datasets/OpAI-Bench1/OpAI-Bench
- 许可证:Apache-2.0
引用
bibtex @article{bsharat2026opaibench, title = {Operation-Guided Progressive Human-to-AI Text Transformation Benchmark for Multi-Granularity AI-Text Detection}, author = {Bsharat, Sondos Mahmoud and Liu, Jiacheng and Zhao, Xiaohan and Yao, Tianjun and Shang, Xinyi and Tang, Yi and Cui, Jiacheng and Elhagry, Ahmed and Al Khatib, Salwa K. and Li, Hao and Khan, Salman and Shen, Zhiqiang}, journal = {arXiv preprint arXiv:XXXX.XXXXX}, year = {2026} }




