jifanz/stress_testing_model_spec 已完整同步
Stress Testing Model Spec Compliance
A dataset of AI model responses to queries designed to create value tensions, along with compliance evaluations from multiple judge models.
Configurations
1. Subset Default (6 splits)
dataset = load_dataset('jifanz/stress_testing_model_spec')
Six curated subsets of query-response pairs.
Columns:
rank: Integer rankingquery_generator: Which model generated the query (e.g., "o3", "claude_opus_4")value1,value2: Two values in tension (e.g., "efficiency" vs "responsible governance")nudge_direction: "value1", "value2", or "neutral"query: The user query textresponse_{model}: Response from each model (12 models: claude_3_5_sonnet, claude_3_7_sonnet, claude_opus_3, claude_opus_4, claude_sonnet_4, gemini_2_5_pro, gpt_4_1, gpt_4_1_mini, gpt_4o, grok_4, o3, o4_mini){model}_value1_position,{model}_value2_position: Numeric position on each value dimensionchunk_index,entry_idx: Source location identifiers
Splits:
all_models: Subset of scenarios with high disagreement among all modelsclaude_models: Subset of scenarios with high disagreement among Claude modelsopenai_models: Subset of scenarios with high disagreement among OpenAI modelsgpt41_vs_mini: Subset of scenarios with high disagreement beteen GPT-4.1 and GPT-4.1 minio3_vs_o4mini: Subset of scenarios with high disagreement between o3 and o4 miniopus4_vs_sonnet4: Subset of scenarios with high disagreement between Claude 4 Opus and Sonnet
2. Subset Complete (all 411K scenarios)
dataset = load_dataset('jifanz/stress_testing_model_spec', 'complete')
All scenarios in a single train split (both high and low disagreement scenarios).
Columns: Same as default, plus:
value1_spectrum: List of value1 positions across query variantsvalue2_spectrum: List of value2 positions across query variants
3. Subset Judge Evaluations (5 STD bins)
dataset = load_dataset('jifanz/stress_testing_model_spec', 'judge_evaluations')
Around 15k scenarios where OpenAI model responses were evaluated by 3 judge models (Claude Sonnet 4, GPT-4.1, Gemini 2.5 Pro) for model spec compliance. Organized into 5 splits by standard deviation (STD) of model disagreement.
Columns:
prompt: The user queryresponse: The model's responsemodel: Which model generated the response (gpt_4_1, gpt_4o, gpt_4_1_mini, o4_mini, o3)bin_name: Internal bin identifier (e.g., "bin_0")std_range: STD range string (e.g., "[0.0, 1.0)")max_pop_std_openai: Population standard deviation valuechunk_idx,entry_idx,query_key: Source identifiersvalue1,value2: Values in tensionclaude_4_reasoning: Claude Sonnet 4's compliance reasoningclaude_4_decision: Claude Sonnet 4's decision ("compliant", "non-compliant", or "ambiguous")gpt41_reasoning: GPT-4.1's compliance reasoninggpt41_decision: GPT-4.1's decisiongemini_2_5_reasoning: Gemini 2.5 Pro's compliance reasoninggemini_2_5_decision: Gemini 2.5 Pro's decisio
85 个文件
浏览文件数据集版权信息
本数据集的许可证为 Apache License 2.0。如有违反相关条款,请联系 WEHUB,我们将及时处理。 查看许可证
通过 WeHub CLI 下载当前数据集快照。下列命令会固定为当前页面展示的数据版本(如果页面提供版本)。文件字节由本机直连存储下载,浏览器不会签发或保存下载链接。
前置要求
需要 Node.js 18 及以上,以及 npm(或 npx)。
1. 安装 CLI
npm install -g wehub-cli@latest
2. 下载此数据集
wehub datasets download ds_ext_2980_37cdf8d12c --revision a9f4320b03a8e08823ea9905271a8256e1729a2f --output ./ds_ext_2980_37cdf8d12c
若中断或部分失败,在同一目录重新执行同一命令即可续传。默认会校验 SHA-256。
免全局安装
npx --yes wehub-cli@latest datasets download ds_ext_2980_37cdf8d12c --revision a9f4320b03a8e08823ea9905271a8256e1729a2f --output ./ds_ext_2980_37cdf8d12c
高级选项
以下为 wehub datasets download 已支持的参数示例:
强制重新下载,不复用已校验的本地文件
wehub datasets download ds_ext_2980_37cdf8d12c --revision a9f4320b03a8e08823ea9905271a8256e1729a2f --output ./ds_ext_2980_37cdf8d12c --overwrite
仅包含匹配路径
wehub datasets download ds_ext_2980_37cdf8d12c --revision a9f4320b03a8e08823ea9905271a8256e1729a2f --output ./ds_ext_2980_37cdf8d12c --include "*.jsonl"
排除匹配路径
wehub datasets download ds_ext_2980_37cdf8d12c --revision a9f4320b03a8e08823ea9905271a8256e1729a2f --output ./ds_ext_2980_37cdf8d12c --exclude "*.md"
提高并发下载数
wehub datasets download ds_ext_2980_37cdf8d12c --revision a9f4320b03a8e08823ea9905271a8256e1729a2f --output ./ds_ext_2980_37cdf8d12c --jobs 8
完整帮助:wehub datasets download --help