Summary (Overview)
- SoCRATES introduces a unified benchmark for evaluating proactive LLM mediators across 8 conflict domains and 5 socio-cognitive axes, overcoming limitations of prior testbeds that rely on few expert-authored domains and conflate multiple variation axes.
- The framework features agentic scenario curation (a three-stage pipeline that automatically constructs realistic scenarios from real public disputes), socio-cognitive probing (independent perturbation of strategic posture, party composition, history length, emotional reactivity, and cultural identity), and topic-localized evaluation (scoring each topic only at turns that advance it).
- The topic-localized evaluator achieves 0.82 Pearson correlation with human experts on trajectory-level judgments, more than doubling the performance of prior per-turn baselines (ProMediate and Non-expert).
- Benchmarking 8 frontier LLMs (proprietary and open-source) reveals that even the strongest mediator closes only about one-third of the unmediated consensus gap under diverse and realistic conditions.
- Performance varies sharply by socio-cognitive axis, indicating that mediation progress lies in social adaptation to diverse conditions rather than in general reasoning capability.
Introduction and Theoretical Foundation
Social conflict imposes heavy societal costs, yet skilled human mediators remain scarce. This has motivated efforts to deploy LLMs as automated mediators, but current frontier models—despite reaching near-expert performance on olympiad and research-level mathematics—close only a modest fraction of the unmediated consensus gap and collapse under the variations real conflicts exhibit. The bottleneck is evaluation rather than modeling, because mediation has no single correct answer and must be judged on a real-time trajectory shaped by disputants’ shifting emotions, intentions, and evolving context.
Building such an evaluation framework poses three core challenges:
- Scenario coverage does not scale. Real disputes carry privacy and legal sensitivity, confining existing testbeds to a few expert-authored domains (e.g., bargaining, legal disputes).
- Real-world complexity must be reproduced along multiple independent axes. Conflicts vary in emotion, culture, and history, yet prior testbeds vary only strategic posture, conflating these axes and obscuring which one a mediator fails on.
- Evaluation must be both trajectory-aware and noise-resilient. Mediation quality emerges across turns, but protocols like ProMediate score every topic at every turn with an LLM judge, letting off-topic content distort scores and compound errors along the trajectory.
SoCRATES addresses these challenges through a unified, automated pipeline that integrates agentic scenario curation, socio-cognitive probing, and topic-localized evaluation.
Methodology
Task Formulation
Following the Harvard conflict simulation framework, social conflict is cast as the negotiation of a fixed topic set by parties with divergent positions. A conflict scenario is a tuple:
- : Background (past histories, prior commitments, strategic posture)
- : Disputants, with
- : Topics of conflict, each with a discrete option set
- : Preference set, where each is a weight vector over topics summing to 100
Disputing Parties: Each party is an LLM agent that speaks on its turn, conditioned on shared inputs (background, topics, dialogue so far) and private inputs (profile: objective, fallback, per-topic starting stance, persona , preferences ). Socio-cognitive conditions perturb one scenario component at a time.
Mediator: A third-party LLM observes the exchange and may speak between party turns. It sees only shared inputs—never any party’s persona, stance, or preferences—making mediation a test of social cognition.
Agentic Scenario Curation
A three-step pipeline that scales scenario construction without human authoring:
- Seed Scenario Search: A Searcher agent (o4-mini-deep-research) gathers real conflict cases from the web across 8 domains (transactional, healthcare, environmental, business-to-business, public-policy, international, legal, intra-organizational).
- Scenario Recast: A Scenario Writer agent (GPT-5.4) recasts each raw seed into the structured scenario tuple .
- Simulation-based Filtering: Each candidate is enacted in a multi-turn unmediated simulation (with DeepSeek-V3.2 role-playing agents). Scenarios are retained only when 3 independent replays all end in impasse (no consensus within 100 turns). This yields 40 hard scenarios, five per domain, forming the general condition.
Socio-Cognitive Probing
Starting from the 40 general-condition scenarios, SoCRATES applies 5 socio-cognitive axes independently (not stacked) to fresh copies, ensuring any performance shift is attributable to a single axis:
| Axis | Perturbation | Probed Competency |
|---|---|---|
| Strategic Posture | Competing, Avoiding, or Accommodating (Thomas-Kilmann modes) | Strategic adaptation |
| Party Composition | Adding a third disputant | Multi-state tracking |
| History Length | Expanding background to 5× default length | Long-context understanding |
| Emotional Reactivity | Composed (0) vs. Reactive (1) | Emotional regulation |
| Cultural Identity | Korean (KR), American (US), Chinese (CN) via Hofstede profiles | Cultural adaptation |
Together with the general condition, this yields 15 conditions (40 scenarios × 15 conditions = 600 runs per mediator).
Topic-Localized Evaluation
Benchmark Metrics
For each topic , the evaluator outputs a 1–5 agreement rating (remapped to ) and averages across topics to produce a Consensus Score at every turn . Each scenario yields two matched trajectories: and . Three metrics are computed:
Intervention Timeliness rewards prompt response when consensus drops. Let be a turn when falls by at least , and the first intervention within turns:
Intervention Effectiveness measures the consensus lift produced by a mediator utterance over the following 5 turns:
Consensus Gain measures the fraction of the unmediated consensus gap closed at the end state:
where and are terminal Consensus Scores. When , the raw change is reported.
Automatic Evaluation
Rather than scoring every topic at every turn (which injects noise from irrelevant content), the topic-localized evaluator reads the dialogue once, locates the turns where each topic is actively in play (discussed or a party shifts position), records an agreement score and each party’s stance at those turns, and inherits the prior score for turns that do not touch . DeepSeek-V3.2 serves as the backbone.
Empirical Validation / Results
Simulation Fidelity
To verify that the float-valued persona intensity steers agent behavior as intended, 7 simulators were tested on emotional reactivity at 4 scalar levels . Human annotators selected the more reactive side in A/B pairs (160 pairs per simulator, Krippendorff’s ).
| Simulator | Accuracy (%) | Kripp.’s (IAA) |
|---|---|---|
| DeepSeek-V3.2 | 87.2 | 0.75 |
| Gemini-3.1-Pro | 86.9 | |
| GPT-5.4 | 80.4 | |
| Gemini-3.1-FL | 75.0 | |
| Qwen3-235B | 74.7 | |
| GPT-5.4-mini | 72.5 | |
| Qwen3-30B | 70.4 |
Table 1: Simulation fidelity – DeepSeek-V3.2 achieves the highest accuracy, indicating reliable float-valued intensity control.
Topic-Localized Evaluation
The evaluator was validated against two expert annotators on 1,844 snippets from 144 mediator trajectories (inter-annotator agreement ). Alignment with average expert score measured via Pearson correlation :
| Evaluator | Trajectory level | Outcome level |
|---|---|---|
| Non-expert | 0.331 (p=0.000) | 0.527 (p=0.000) |
| ProMediate | 0.372 (p=0.000) | 0.432 (p=0.000) |
| SoCRATES | 0.823 (p=0.000) | 0.801 (p=0.000) |
Table 2: Evaluator alignment with experts – SoCRATES more than doubles both baselines on trajectory-level correlation.
Benchmarking LLM Mediators
8 LLMs were benchmarked (2 proprietary, 6 open-source) across all 15 conditions (600 runs per mediator, 4,800 total). Table 3 reports consensus gain by domain:
| Mediator | Trans | Heal | Env | B2B | Pol | Intl | Legal | Intra | Avg |
|---|---|---|---|---|---|---|---|---|---|
| Gemini-3.1-FL | 52.1 | 47.7 | 25.9 | 34.6 | 36.0 | 22.0 | 26.7 | 18.8 | 33.0 |
| GPT-5.4-mini | 55.6 | 23.6 | 35.0 | 32.0 | 28.2 | 30.3 | 41.2 | 29.5 | 34.4 |
| DeepSeek-V3.2 | 53.3 | 41.2 | 27.6 | 26.4 | 35.4 | 26.6 | 27.0 | 17.8 | 31.9 |
| Qwen3-235B | 51.0 | 29.7 | 22.8 | 28.2 | 32.5 | 33.8 | 20.7 | 26.9 | 30.7 |
| Nemotron-3-120B | 41.9 | 41.1 | 16.7 | 14.5 | 15.8 | 17.7 | 7.0 | 8.3 | 20.4 |
| Solar-Pro-3 | 41.8 | 30.1 | 24.3 | 28.3 | 6.6 | 13.4 | 6.0 | 8.7 | 19.9 |
| Gemma-4-26B | 42.9 | 22.9 | 24.6 | 15.8 | 7.1 | 15.9 | 24.4 | 14.6 | 21.0 |
| Qwen3-30B | -7.9 | 48.6 | 26.3 | 16.0 | 17.9 | 18.1 | -1.2 | 8.2 | 15.7 |
| Average | 41.3 | 35.6 | 25.4 | 24.5 | 22.4 | 22.2 | 19.0 | 16.6 | 25.9 |
Table 3: Conflict resolution performance across eight domains – Average consensus gain caps at 34.4, with domain means ranging from 41.3 (Transactional) down to 16.6 (Intra-organizational). Cell color intensity increases within each column for higher scores.
Key findings:
- No mediator clears half the unmediated gap in any domain; average consensus gain is only 25.9.
- Proprietary mediators lead (GPT-5.4-mini: 34.4, Gemini-3.1-FL: 33.0) but scale alone does not order the field (Nemotron-3-120B trails smaller Gemma-4-26B on some domains).
- Timeliness without effectiveness (Solar-Pro-3 and Qwen3-30B: highest timeliness, lowest consensus gain) shows that good timing is insufficient without effective content.
- Domain coverage shapes the verdict: restricting evaluation to transactional domains (where most prior testbeds concentrate) would overstate mediation ability.
Socio-Cognitive Adaptation Analysis
Figure 2 (profiles across axes) and Figure 3 (shift from general condition for strategy, emotion, culture) reveal:
- Strategic posture is the sharpest stress test: competing and accommodating postures cause large drops (18.9–64.1 and 13.8–66.8 respectively). Qwen3-235B suffers the largest drops despite high overall ranking.
- Emotional reactivity produces consistent degradation: composed pairs hold scores, reactive pairs degrade every mediator.
- Cultural identity produces systematic shifts: scores decline as cultural distance from U.S. norms grows, indicating weaker performance on East Asian cultural dynamics.
Intervention timing adaptation (Figure 4): The best intervention window varies by condition. For Strategy and Emotion, effectiveness rises early and falls off. For Multi-state and Long-context, effectiveness grows toward later turns. Stronger mediators (GPT-5.4-mini, Qwen3-235B) peak near each condition’s window; weaker ones trace flatter curves.
Theoretical and Practical Implications
- Mediation competence comprises distinct socio-cognitive abilities, not a single capability frontier. Even top-tier mediators show uneven profiles (e.g., GPT-5.4-mini and DeepSeek-V3.2 lose far more under Multi-state Tracking than Gemini-3.1-FL and Qwen3-235B). This calls for diagnostic, per-axis evaluation rather than aggregate scoring.
- General reasoning capability does not directly translate to mediation success. Frontier models that excel on math and coding benchmarks still close only a third of the consensus gap. The bottleneck is social adaptation to diverse conditions—varying strategy, emotion, culture, and context.
- Topic-localized evaluation is essential for reliable trajectory scoring. Per-turn baselines introduce noise from off-topic content that distorts consensus trajectories and compounds errors over time. The topic-localized approach achieves 0.82 expert alignment, enabling fine-grained, real-time metrics.
- Benchmark design matters: a benchmark restricted to transactional conflict overstates mediation ability. SoCRATES’s multi-domain, multi-axis design reveals that progress lies in adapting intervention strategy (timing and content) to the socio-cognitive demands of each conflict.
Conclusion
SoCRATES provides a unified benchmark for evaluating proactive LLM mediators across eight domains and five socio-cognitive axes, built on automatic scenario construction and a topic-localized evaluator that achieves high expert alignment (0.82 Pearson). Benchmarking eight frontier LLMs shows that even the strongest mediator closes only about one-third of the unmediated consensus gap, with performance varying sharply by socio-cognitive condition. Effective mediation hinges on adaptation to diverse contexts and party compositions, not on uniform capabilities. SoCRATES offers the controlled testbed to study this adaptation.
Limitations: (1) All conversations are in English, even for non-US cultural identities—extending to multilingual settings would reveal language effects. (2) SoCRATES focuses on consensus as the primary outcome; additional dimensions like party satisfaction, procedural fairness, and emotional repair remain for future work.
Ethical Considerations: Scenarios are synthesized from deep-research seeds with anonymization; no real people are involved as disputants. Crowd-sourced annotators and expert examiners were compensated above federal minimum wage and $35/hour respectively.
Related papers
- CodeNib: A Multi-View Data System for Serving Repository Context to Coding Agents
CodeNib achieves 8.67× and 25.44× speedups for graph and vector updates, and cuts 50-87% of agent tokens while preserving retrieval quality.
- MPIE-Bench: Benchmarking Anatomically Plausible Multi-Person Interaction Editing
MPIE-Bench and MPIE-Eval reveal that existing multi-person editing evaluations saturate while missing anatomical failures, using mesh reconstruction instead of VLM opinion.
- A New Role for Relevance: Guiding Corpus Interaction in Agentic Search
Relevance should guide corpus traversal and match visibility, not just top-k selection, achieving state-of-the-art accuracy with far fewer tool calls.