| |
| |
|
|
| random_seed: 20260512 |
|
|
| paths: |
| raw_dir: dataset/raw |
| regex_filtered: dataset/raw/regex_filtered.jsonl |
| classified_events: dataset/classified_events.jsonl |
| confirmed_pushbacks: dataset/confirmed_pushbacks.jsonl |
| pushbackchat_3k: dataset/pushbackchat_3k_v1.json |
| cache_dir: results/cache |
| fresh_responses_dir: results/fresh_responses |
| behaviors_dir: results/behaviors |
| analysis_results: analysis/results |
| ground_truth: analysis/ground_truth.csv |
| pushback_validation: analysis/pushback_validation.csv |
|
|
| dataset: |
| source: allenai/WildChat-4.8M |
| split: train |
| language_filter: en |
| min_turns: 3 |
| license: ODC-BY |
| attribution: "Derived from allenai/WildChat-4.8M (AI2), licensed ODC-BY." |
|
|
| |
| judge: |
| provider: gemini |
| model: gemini-3.1-flash-lite |
| temperature: 0.0 |
| max_output_tokens: 128 |
| thinking_budget: 0 |
| rpm: 120 |
|
|
| |
| generation: |
| temperature: 0.0 |
| max_tokens: 512 |
| rpm: 200 |
| models: |
| - name: deepseek_v4_flash |
| provider: openrouter |
| slug: deepseek/deepseek-v4-flash |
| architecture: dense-moe-reasoning |
| - name: llama_3_3_70b |
| provider: openrouter |
| slug: meta-llama/llama-3.3-70b-instruct |
| architecture: dense-transformer |
| - name: qwen3_235b_a22b_2507 |
| provider: openrouter |
| slug: qwen/qwen3-235b-a22b-2507 |
| architecture: sparse-moe |
| - name: nemotron_3_nano |
| provider: openrouter |
| slug: nvidia/nemotron-3-nano-30b-a3b |
| architecture: mamba-transformer-hybrid-moe |
|
|
| |
| backup_models: |
| - z-ai/glm-4.5 |
| - deepseek/deepseek-v4-pro |
|
|
| |
| pushback_types: |
| - factual_correction |
| - preference_disagreement |
| - clarification_demand |
| - emotional_pushback |
| behaviors: |
| - capitulation |
| - defense |
| - hedge |
| - deflection |
|
|
| |
| sampling: |
| per_type: 750 |
| total: 3000 |
|
|
| |
| api: |
| max_retries: 5 |
| backoff_base: 2.0 |
| cache_enabled: true |
|
|
| |
| costs: |
| judge_per_call: 0.0004 |
| generation_per_call: 0.0003 |
|
|