SkyJury
收藏资源简介:
SkyJury是一个用于去中心化内容审核中用户条件标注者选择的基准测试数据集。给定用户配置文件和两个可能的Bluesky标注者,模型必须决定哪个标注者更符合该用户的审核需求。该数据集评估两种互补能力:验证器准确性(模型是否选择更好的标注者)和审核器鲁棒性(模型在意义保持的规则重构下置信度是否保持稳定)。数据集基于真实的Bluesky标注者和公共规则定义构建,包含576个样本,分为4个高级类别(安全审核、平台信息生态、兴趣社区、身份信任)和31个细分子集。
SkyJury is a benchmark dataset for user-conditioned annotator selection in decentralized content moderation. Given a user profile and two candidate Bluesky annotators, the model must determine which annotator better aligns with the user's moderation requirements. This dataset evaluates two complementary capabilities: validator accuracy (whether the model selects the better annotator) and moderator robustness (whether the model's confidence remains stable under meaning-preserving rule restructuring). The dataset is constructed using real Bluesky annotators and public rule definitions, containing 576 samples divided into four high-level categories (safety moderation, platform information ecology, interest communities, identity trust) and 31 fine-grained subsets.
数据集名称
SkyJury
数据集概述
SkyJury 是一个用于评估大语言模型在去中心化审核场景中执行基于用户条件的标签器选择能力的基准。给定一个用户画像和两个可能的 Bluesky 标签器,模型需判断哪个标签器更符合该用户的审核需求。
评估能力
该基准评估两种互补能力:
- 验证器准确性:模型是否能选出更优的标签器。
- 审计器鲁棒性:在保留政策原意的规则表述变换下,模型的置信度是否保持稳定。
数据来源
数据基于真实的 Bluesky 标签器及其公开的规则定义构建。
基准规模
- 样本总数:576
- 高层类别:4
- 细分子集:31
类别分布
| 类别 | 样本数 |
|---|---|
| safety_moderation | 128 |
| platform_information_ecology | 108 |
| interest_community | 224 |
| identity_trust | 116 |
任务设计
任务旨在测试细粒度政策判断能力,而非简单的句柄匹配或主题关键词重叠。
数据格式
主数据文件为 data/skyjury_bench.json,每个条目采用基于 RM-Bench 的成对格式:
json { "id": "pref_0001", "category": "safety_moderation", "subset": "crypto_safety", "prompt": "... user profile and behavior context ...", "chosen": ["... chosen labeler text ..."], "rejected": ["... rejected labeler text ..."] }
验证器需对 chosen 项给出高于 rejected 项的分数。
主要实验结果摘要
以下为论文中使用的总体结果。Acc 为验证器准确率。审计列报告了标准化置信度下降效应量;正值表示扰动降低了模型对原始选中标签器的置信度。统计显著性标记为 *、** 和 ***。
| 家族 | 模型 | Acc | len/both | len/cho | len/rej | lang/both | lang/cho | lang/rej |
|---|---|---|---|---|---|---|---|---|
| RM | ArmoRM-Llama3-8B | 0.632 | 0.0784 | -0.0482 | 0.1129 | 0.0939 | 0.1406** | 0.0033 |
| RM | GRM-Llama3.1-8B | 0.564 | -0.1801 | -0.7727 | 0.6951*** | -0.1414 | 0.3901*** | -0.4353 |
| RM | Skywork-Gemma-2-27B | 0.688 | 0.0710 | -0.1546 | 0.2731*** | 0.1196 | 0.2716*** | -0.1410 |
| RM | Skywork-Llama-3.1-8B | 0.675 | -0.0115 | 0.0243 | 0.0487 | 0.0588 | 0.3997*** | -0.2711 |
| RM | Eurus-RM-7B | 0.524 | -0.1374 | -0.7715 | 0.6700*** | -0.0483 | -0.1914 | 0.1416 |
| DPO | Tulu-2-DPO-13B | 0.509 | -0.0568 | -0.5872 | 0.6180*** | 0.0406 | -0.0277 | 0.1768** |
| DPO | SOLAR-10.7B-Instruct | 0.523 | -0.1439 | -0.8524 | 0.8229*** | -0.0668 | -0.3708 | 0.4280*** |
| Judge | Qwen3-8B | 0.595 | 0.1056 | 0.1017 | 0.1017 | -0.0804 | -0.0819 | -0.0819 |
| Judge | DeepSeek-V4-Pro | 0.632 | -0.0326 | -0.0374 | -0.0374 | -0.0238 | -0.0287 | -0.0287 |
| Judge | MiniMax-M2.7 | 0.644 | -0.0479 | -0.0561 | -0.0561 | -0.0308 | -0.0376 | -0.0376 |
| Judge | Qwen3.5-Plus | 0.731 | 0.0432 | 0.0386 | 0.0386 | 0.0726 | 0.0664 | 0.0664 |
| Judge | GPT-5 | 0.691 | 0.2439*** | 0.2394*** | 0.2394*** | 0.0741 | 0.0699 | 0.0699 |





