ai-research-survey

Systematic scan of agentic development research. What's signal, what's noise.
git clone https://git.shiptheloop.com/ai-research-survey.git
Log | Files | Refs

scan.json (25253B)


      1 {
      2   "paper": {
      3     "title": "Training Generalizable Collaborative Agents via Strategic Risk Aversion",
      4     "authors": ["Chengrui Qu", "Yizhou Zhang", "Nicholas Lanzetti", "Eric Mazumdar"],
      5     "year": 2026,
      6     "venue": "arXiv",
      7     "arxiv_id": "2602.21515"
      8   },
      9   "scan_version": 2,
     10   "active_modules": ["experimental_rigor", "data_leakage"],
     11   "methodology_tags": ["theoretical", "benchmark-eval"],
     12   "key_findings": "Strategic risk aversion (RQE) provably increases collaboration and eliminates free-riding in structured collaborative games. The proposed SRPO algorithm consistently achieves better cross-play performance with unseen partners than IPPO across Overcooked, Tag, Hanabi, and an LLM debate task on GSM8K. IPPO agents consistently learn free-riding equilibria that degrade under partner shifts, while SRPO agents generalize more robustly. In LLM experiments, SRPO improves joint accuracy by up to 19.27% and individual accuracy by up to 14.49% when paired with untuned partners.",
     13   "checklist": {
     14     "artifacts": {
     15       "code_released": {
     16         "applies": true,
     17         "answer": false,
     18         "justification": "The paper states 'The code will be released upon publication' (Section 6), which is a promise of future release, not an actual release."
     19       },
     20       "data_released": {
     21         "applies": true,
     22         "answer": true,
     23         "justification": "The experiments use publicly available benchmarks: PettingZoo MPE Tag, Hanabi, GSM8K, and the Overcooked environment is described in full detail. No proprietary data was collected."
     24       },
     25       "environment_specified": {
     26         "applies": true,
     27         "answer": false,
     28         "justification": "No requirements.txt, Dockerfile, or detailed environment specification is provided. The paper mentions using the verl training framework and PettingZoo but does not provide version numbers or dependency lists."
     29       },
     30       "reproduction_instructions": {
     31         "applies": true,
     32         "answer": false,
     33         "justification": "No step-by-step reproduction instructions are provided. Appendix D gives experimental details (hyperparameters, training steps) but no runnable commands or scripts."
     34       }
     35     },
     36     "statistical_methodology": {
     37       "confidence_intervals_or_error_bars": {
     38         "applies": true,
     39         "answer": true,
     40         "justification": "Figures 2(iii), 3(iii), 4(b), and 8 show mean and standard deviation bars for training vs cross-play performance differences."
     41       },
     42       "significance_tests": {
     43         "applies": true,
     44         "answer": false,
     45         "justification": "The paper claims SRPO 'outperforms' and 'consistently achieves' better results than IPPO but provides no statistical significance tests (p-values, t-tests, etc.) for any comparison."
     46       },
     47       "effect_sizes_reported": {
     48         "applies": true,
     49         "answer": true,
     50         "justification": "Tables 1 and 2 report percentage improvements (e.g., '+19.27%', '+14.49%') with baseline and SRPO values, providing context for effect magnitude."
     51       },
     52       "sample_size_justified": {
     53         "applies": true,
     54         "answer": false,
     55         "justification": "The paper uses 30 independent runs for Overcooked/Tag and 10 for Hanabi without justifying why these numbers were chosen or whether they are sufficient."
     56       },
     57       "variance_reported": {
     58         "applies": true,
     59         "answer": true,
     60         "justification": "Standard deviations are reported in Figures 2(iii), 3(iii), 4(b), and 8 for training and cross-play performance. Multiple independent runs (30 or 10) are used."
     61       }
     62     },
     63     "evaluation_design": {
     64       "baselines_included": {
     65         "applies": true,
     66         "answer": true,
     67         "justification": "IPPO is used as the primary baseline throughout, justified as 'the dominant scalable algorithm for collaborative MARL across numerous benchmarks' (Section 6)."
     68       },
     69       "baselines_contemporary": {
     70         "applies": true,
     71         "answer": true,
     72         "justification": "IPPO is a contemporary and widely-used baseline. The paper also discusses Forkel and Foerster (2025) entropy-based approach and includes entropy ablations."
     73       },
     74       "ablation_study": {
     75         "applies": true,
     76         "answer": true,
     77         "justification": "Section 6 and Appendix D.6 include ablation studies varying risk aversion parameter τ and entropy coefficient ε across Overcooked and Tag (Figures 13, 14)."
     78       },
     79       "multiple_metrics": {
     80         "applies": true,
     81         "answer": true,
     82         "justification": "The paper reports training performance, cross-play performance, free-riding degree, and in the LLM experiments both joint accuracy and individual accuracy with untuned partner."
     83       },
     84       "human_evaluation": {
     85         "applies": false,
     86         "answer": false,
     87         "justification": "Human evaluation is not relevant to the claims, which concern algorithmic performance on simulated environments and automated benchmarks."
     88       },
     89       "held_out_test_set": {
     90         "applies": true,
     91         "answer": true,
     92         "justification": "Cross-play evaluation pairs agents with held-out partners not encountered during training. Tag also evaluates against an unseen runner. The LLM experiments use a held-out validation set (Section D.5)."
     93       },
     94       "per_category_breakdown": {
     95         "applies": true,
     96         "answer": true,
     97         "justification": "Results are broken down per environment (Overcooked, Tag, Hanabi, GSM8K) and per model combination in Tables 1 and 2. Cross-play matrices show per-pair performance."
     98       },
     99       "failure_cases_discussed": {
    100         "applies": true,
    101         "answer": true,
    102         "justification": "The paper discusses where SRPO has tradeoffs: 'In the case of Tag, we can trace this back to the lack of the aggregative structure required for Theorem 4.1' (Section 6.2), noting slightly worse training performance."
    103       },
    104       "negative_results_reported": {
    105         "applies": true,
    106         "answer": true,
    107         "justification": "The paper reports that SRPO has slightly lower training performance in Tag (Section 6.2) and acknowledges that in some games 'risk aversion introduces conservatism and a corresponding decrease in performance' (Section 4.1, Remark 4.3)."
    108       }
    109     },
    110     "claims_and_evidence": {
    111       "abstract_claims_supported": {
    112         "applies": true,
    113         "answer": true,
    114         "justification": "The abstract claims about better equilibrium outcomes (Theorem 4.1), reduced free-riding (Theorem 4.5), and reliable collaboration with unseen partners (Section 6 experiments) are all supported by results in the paper."
    115       },
    116       "causal_claims_justified": {
    117         "applies": true,
    118         "answer": true,
    119         "justification": "Causal claims like 'risk aversion induces collaboration' are supported by formal proofs (Theorems 4.1, 4.5) for structured games and by controlled ablation studies varying τ while holding other factors constant (Figures 2, 13, 14)."
    120       },
    121       "generalization_bounded": {
    122         "applies": true,
    123         "answer": true,
    124         "justification": "The paper states theoretical results hold for specific game classes (quadratic aggregative games, finite symmetric games) and empirical results are bounded to the tested environments. The LLM experiment is described as 'preliminary small-scale experiments' (Section 1)."
    125       },
    126       "alternative_explanations_discussed": {
    127         "applies": true,
    128         "answer": true,
    129         "justification": "The paper discusses that entropy regularization alone (Forkel and Foerster 2025) could explain generalization, and Section D.6 ablations show entropy alone does not solve free-riding in Overcooked/Tag. Section D.5 provides evidence SRPO improves collaboration rather than individual reasoning."
    130       },
    131       "proxy_outcome_distinction": {
    132         "applies": true,
    133         "answer": true,
    134         "justification": "The paper's claims match measurement granularity: cross-play performance is directly the metric for partner generalization claims, joint accuracy for coordination claims. No broader framing beyond what is measured."
    135       }
    136     },
    137     "setup_transparency": {
    138       "model_versions_specified": {
    139         "applies": true,
    140         "answer": true,
    141         "justification": "LLM experiments specify exact model names: Qwen2.5-0.5B-Instruct, Qwen2.5-3B-Instruct, Qwen3-0.6B, Qwen3-4B-Instruct-2507, and Llama 3.2-1B-Instruct (Section 6.4)."
    142       },
    143       "prompts_provided": {
    144         "applies": true,
    145         "answer": false,
    146         "justification": "The LLM debate setup describes the protocol (three-round debate) but does not provide the actual prompt text used for the agents."
    147       },
    148       "hyperparameters_reported": {
    149         "applies": true,
    150         "answer": true,
    151         "justification": "Appendix D provides detailed hyperparameters: learning rates (7×10⁻⁴ actor, 1×10⁻³ critic), entropy coefficients, risk aversion τ values, training steps, network architectures, and clipping parameters for each environment."
    152       },
    153       "scaffolding_described": {
    154         "applies": false,
    155         "answer": false,
    156         "justification": "No agentic scaffolding is used. The LLM agents are fine-tuned with RL (verl framework) and interact through a structured debate protocol, not agentic tool-use scaffolding."
    157       },
    158       "data_preprocessing_documented": {
    159         "applies": true,
    160         "answer": true,
    161         "justification": "Environment specifications are detailed in Appendix D: grid sizes, action spaces, reward structures, observation spaces, episode lengths, and evaluation protocols are fully documented for each environment."
    162       }
    163     },
    164     "limitations_and_scope": {
    165       "limitations_section_present": {
    166         "applies": true,
    167         "answer": false,
    168         "justification": "There is no dedicated limitations section. The conclusion briefly mentions future work ('extending strategic risk aversion to broader agentic AI settings') but does not substantively discuss limitations."
    169       },
    170       "threats_to_validity_specific": {
    171         "applies": true,
    172         "answer": false,
    173         "justification": "No threats to validity are discussed. The paper acknowledges tradeoffs in specific environments (Tag) but does not discuss systematic threats to the validity of its conclusions."
    174       },
    175       "scope_boundaries_stated": {
    176         "applies": true,
    177         "answer": true,
    178         "justification": "Theoretical results are explicitly bounded to specific game classes (quadratic aggregative, finite symmetric). The LLM experiment is described as 'preliminary small-scale experiments' and 'proof-of-concept' (Sections 1, 6.4)."
    179       }
    180     },
    181     "data_integrity": {
    182       "raw_data_available": {
    183         "applies": true,
    184         "answer": false,
    185         "justification": "No raw experimental data (training logs, individual run results) is made available. Only aggregated results in figures and tables."
    186       },
    187       "data_collection_described": {
    188         "applies": true,
    189         "answer": true,
    190         "justification": "Data collection is fully described: environments are specified, training interaction budgets stated (e.g., 2×10⁶ for Overcooked, 3×10⁷ for Tag/Hanabi), and evaluation protocols detailed in Appendix D."
    191       },
    192       "recruitment_methods_described": {
    193         "applies": false,
    194         "answer": false,
    195         "justification": "No human participants. All experiments use simulated environments and public benchmarks."
    196       },
    197       "data_pipeline_documented": {
    198         "applies": true,
    199         "answer": true,
    200         "justification": "The pipeline from training to evaluation is documented: number of runs, evaluation frequency, cross-play matrix construction, number of evaluation episodes per pair, and episode lengths are all specified in Appendix D."
    201       }
    202     },
    203     "conflicts_of_interest": {
    204       "funding_disclosed": {
    205         "applies": true,
    206         "answer": false,
    207         "justification": "No funding information or acknowledgments section is present in the paper."
    208       },
    209       "affiliations_disclosed": {
    210         "applies": true,
    211         "answer": true,
    212         "justification": "All four authors are listed as affiliated with Caltech, Department of Computing and Mathematical Sciences."
    213       },
    214       "funder_independent_of_outcome": {
    215         "applies": true,
    216         "answer": false,
    217         "justification": "Cannot assess funder independence as no funding source is disclosed."
    218       },
    219       "financial_interests_declared": {
    220         "applies": true,
    221         "answer": false,
    222         "justification": "No competing interests statement is included in the paper."
    223       }
    224     },
    225     "contamination": {
    226       "training_cutoff_stated": {
    227         "applies": true,
    228         "answer": false,
    229         "justification": "The LLM experiments fine-tune Qwen and Llama models on GSM8K but do not state the training data cutoff dates for these base models, which likely saw GSM8K during pre-training."
    230       },
    231       "train_test_overlap_discussed": {
    232         "applies": true,
    233         "answer": false,
    234         "justification": "GSM8K (published 2021) was very likely in the training data of all models used (Qwen2.5, Qwen3, Llama 3.2). This overlap is not discussed."
    235       },
    236       "benchmark_contamination_addressed": {
    237         "applies": true,
    238         "answer": false,
    239         "justification": "GSM8K is a widely-known benchmark published in 2021. All models used were trained well after 2021. No contamination analysis is performed."
    240       }
    241     },
    242     "human_studies": {
    243       "pre_registered": {
    244         "applies": false,
    245         "answer": false,
    246         "justification": "No human participants in this study."
    247       },
    248       "irb_or_ethics_approval": {
    249         "applies": false,
    250         "answer": false,
    251         "justification": "No human participants in this study."
    252       },
    253       "demographics_reported": {
    254         "applies": false,
    255         "answer": false,
    256         "justification": "No human participants in this study."
    257       },
    258       "inclusion_exclusion_criteria": {
    259         "applies": false,
    260         "answer": false,
    261         "justification": "No human participants in this study."
    262       },
    263       "randomization_described": {
    264         "applies": false,
    265         "answer": false,
    266         "justification": "No human participants in this study."
    267       },
    268       "blinding_described": {
    269         "applies": false,
    270         "answer": false,
    271         "justification": "No human participants in this study."
    272       },
    273       "attrition_reported": {
    274         "applies": false,
    275         "answer": false,
    276         "justification": "No human participants in this study."
    277       }
    278     },
    279     "cost_and_practicality": {
    280       "inference_cost_reported": {
    281         "applies": true,
    282         "answer": false,
    283         "justification": "No inference cost, API costs, or wall-clock time is reported for any experiment, including the LLM fine-tuning which likely required significant GPU resources."
    284       },
    285       "compute_budget_stated": {
    286         "applies": true,
    287         "answer": false,
    288         "justification": "No GPU hours, hardware specifications, or total training time is reported. The paper states interaction budgets but not actual compute costs."
    289       }
    290     },
    291     "experimental_rigor": {
    292       "seed_sensitivity_reported": {
    293         "applies": true,
    294         "answer": true,
    295         "justification": "Results are reported across 30 independent runs for Overcooked/Tag and 10 for Hanabi, with standard deviations shown in summary figures."
    296       },
    297       "number_of_runs_stated": {
    298         "applies": true,
    299         "answer": true,
    300         "justification": "Explicitly stated: '30 independent runs for each method' (Overcooked, Tag), 10 IPPO and 10 SRPO agents for Hanabi (Appendix D)."
    301       },
    302       "hyperparameter_search_budget": {
    303         "applies": true,
    304         "answer": false,
    305         "justification": "No hyperparameter search budget is reported. The risk aversion parameter τ and entropy ε appear tuned per environment but no search procedure is described."
    306       },
    307       "best_config_selection_justified": {
    308         "applies": true,
    309         "answer": true,
    310         "justification": "The ablation studies (Figures 13, 14) show results across a range of τ and ε values, and the paper provides rationale for chosen values based on the ablation results."
    311       },
    312       "multiple_comparison_correction": {
    313         "applies": true,
    314         "answer": false,
    315         "justification": "No statistical tests are performed at all, so no multiple comparison correction is applied despite multiple environment and model comparisons."
    316       },
    317       "self_comparison_bias_addressed": {
    318         "applies": true,
    319         "answer": false,
    320         "justification": "The authors propose SRPO and evaluate it against baselines they implemented. The bias of author-evaluation is not acknowledged."
    321       },
    322       "compute_budget_vs_performance": {
    323         "applies": true,
    324         "answer": true,
    325         "justification": "The paper explicitly states 'the number of interactions with the environment for both SRPO and IPPO are kept the same' (Section 6) and notes 'SRPO and IPPO take roughly the same time to train' (Appendix D.1)."
    326       },
    327       "benchmark_construct_validity": {
    328         "applies": true,
    329         "answer": true,
    330         "justification": "The paper discusses what each benchmark tests: Overcooked for free-riding and private costs, Tag for continuous control coordination, Hanabi for implicit coordination, GSM8K debate for LLM collaboration. The benchmarks are chosen to match specific theoretical predictions."
    331       },
    332       "scaffold_confound_addressed": {
    333         "applies": false,
    334         "answer": false,
    335         "justification": "No scaffolding is involved. SRPO and IPPO use identical architectures and training infrastructure, differing only in the objective function."
    336       }
    337     },
    338     "data_leakage": {
    339       "temporal_leakage_addressed": {
    340         "applies": true,
    341         "answer": false,
    342         "justification": "GSM8K was published in 2021 and all LLMs used were trained after 2021. The paper does not discuss whether models may have memorized GSM8K problems during pre-training."
    343       },
    344       "feature_leakage_addressed": {
    345         "applies": true,
    346         "answer": false,
    347         "justification": "No discussion of whether the debate protocol leaks information beyond what would be available in real collaborative settings."
    348       },
    349       "non_independence_addressed": {
    350         "applies": false,
    351         "answer": false,
    352         "justification": "The MARL environments (Overcooked, Tag, Hanabi) are simulations with procedurally generated episodes, so train/test independence is structural. GSM8K train/test split is standard."
    353       },
    354       "leakage_detection_method": {
    355         "applies": true,
    356         "answer": false,
    357         "justification": "No leakage detection method is applied despite using GSM8K with models that likely saw it during pre-training."
    358       }
    359     }
    360   },
    361   "claims": [
    362     {
    363       "claim": "Strategic risk aversion monotonically increases the shared reward in continuous quadratic aggregative games (Theorem 4.1).",
    364       "evidence": "Formal proof in Appendix B.1 (Theorem B.4) with detailed derivation. Validated in Example 4.2 and Figure 1(i).",
    365       "supported": "strong"
    366     },
    367     {
    368       "claim": "Strategic risk aversion eliminates free-riding above a game-dependent threshold (Theorem 4.5).",
    369       "evidence": "Formal proof in Appendix B.2 (Theorem B.9) for finite symmetric collaborative games. Validated in Example 4.6 and Figure 1(ii).",
    370       "supported": "strong"
    371     },
    372     {
    373       "claim": "SRPO consistently achieves higher and more stable cross-play performance than IPPO across collaborative benchmarks.",
    374       "evidence": "Cross-play matrices in Figures 2-4, 7-8 across Overcooked, Tag, and Hanabi. Performance drop from training to cross-play is smaller for SRPO (e.g., -15.8% vs -24.8% in 4-player Hanabi, Figure 4b).",
    375       "supported": "moderate"
    376     },
    377     {
    378       "claim": "IPPO consistently learns free-riding equilibria that limit generalization.",
    379       "evidence": "Checkerboard patterns visible in cross-play matrices (Figures 2, 3). Ablation in Figure 2(ii) shows free-riding disappears as τ increases.",
    380       "supported": "strong"
    381     },
    382     {
    383       "claim": "SRPO improves cross-play joint accuracy by up to 19.27% and individual robustness by up to 14.49% in LLM debate on GSM8K.",
    384       "evidence": "Tables 1 and 2 show results across multiple Qwen model combinations and against untuned Llama partner.",
    385       "supported": "moderate"
    386     }
    387   ],
    388   "red_flags": [
    389     {
    390       "flag": "No statistical significance tests",
    391       "detail": "All comparative claims (SRPO vs IPPO) are based on comparing numbers and percentage improvements without any statistical tests. With 30 seeds per condition, proper tests are feasible and would strengthen the claims."
    392     },
    393     {
    394       "flag": "GSM8K contamination unaddressed",
    395       "detail": "GSM8K (2021) was almost certainly in the pre-training data of all models used (Qwen2.5, Qwen3, Llama 3.2). The paper does not discuss how pre-training memorization might interact with the debate protocol or SRPO fine-tuning."
    396     },
    397     {
    398       "flag": "No compute costs reported",
    399       "detail": "The LLM fine-tuning experiments (multiple model sizes, SRPO requires adversary training) likely required significant GPU resources, but no compute budget is reported."
    400     },
    401     {
    402       "flag": "No limitations section",
    403       "detail": "The paper lacks a dedicated limitations discussion despite making broad claims about scalable collaborative agent training."
    404     }
    405   ],
    406   "cited_papers": [
    407     {
    408       "title": "Autogen: Enabling next-gen LLM applications via multi-agent conversations",
    409       "authors": ["Qingyun Wu", "Gagan Bansal", "Jieyu Zhang"],
    410       "year": 2024,
    411       "relevance": "Foundational work on multi-agent LLM collaboration frameworks, directly motivating the LLM debate experiments."
    412     },
    413     {
    414       "title": "Why do multi-agent LLM systems fail?",
    415       "authors": ["Mert Cemri"],
    416       "year": 2025,
    417       "arxiv_id": "2503.13657",
    418       "relevance": "Studies failure modes in multi-agent LLM systems, directly relevant to understanding collaboration failures this paper addresses."
    419     },
    420     {
    421       "title": "Improving factuality and reasoning in language models through multiagent debate",
    422       "authors": ["Yilun Du", "Shuang Li", "Antonio Torralba"],
    423       "year": 2024,
    424       "relevance": "Introduces the multi-agent debate framework used in the GSM8K experiments."
    425     },
    426     {
    427       "title": "MAPoRL: Multi-agent post-co-training for collaborative large language models with reinforcement learning",
    428       "authors": ["Chanwoo Park"],
    429       "year": 2025,
    430       "relevance": "State-of-the-art multi-agent LLM post-training with RL, directly comparable to SRPO's LLM fine-tuning approach."
    431     },
    432     {
    433       "title": "The surprising effectiveness of PPO in cooperative multi-agent games",
    434       "authors": ["Chao Yu"],
    435       "year": 2022,
    436       "relevance": "Establishes IPPO as the dominant baseline for collaborative MARL, which SRPO builds upon and compares against."
    437     },
    438     {
    439       "title": "On the utility of learning about humans for human-ai coordination",
    440       "authors": ["Micah Carroll"],
    441       "year": 2019,
    442       "relevance": "Key prior work on partner generalization in collaborative AI, Overcooked benchmark origin."
    443     },
    444     {
    445       "title": "\"Other-play\" for zero-shot coordination",
    446       "authors": ["Hengyuan Hu"],
    447       "year": 2020,
    448       "relevance": "Foundational approach to zero-shot coordination that SRPO aims to improve upon."
    449     },
    450     {
    451       "title": "Unlocking the power of multi-agent LLM for reasoning: From lazy agents to deliberation",
    452       "authors": ["Zheng Zhang"],
    453       "year": 2025,
    454       "arxiv_id": "2511.02303",
    455       "relevance": "Directly studies free-riding ('lazy agents') in multi-agent LLM systems, validating the problem SRPO addresses."
    456     },
    457     {
    458       "title": "Multi-agent collaboration mechanisms: A survey of LLMs",
    459       "authors": ["Khanh-Tung Tran"],
    460       "year": 2025,
    461       "arxiv_id": "2501.06322",
    462       "relevance": "Survey of LLM collaboration mechanisms, relevant to understanding the landscape of multi-agent LLM cooperation."
    463     },
    464     {
    465       "title": "Entropy is all you need for inter-seed cross-play in hanabi",
    466       "authors": ["Jonathan Forkel", "Jakob Foerster"],
    467       "year": 2025,
    468       "relevance": "Key competing approach using entropy regularization for partner generalization; SRPO's ablations show entropy alone is insufficient."
    469     },
    470     {
    471       "title": "Tractable equilibrium computation in Markov games through risk aversion",
    472       "authors": ["Eric Mazumdar", "Kishan Panaganti", "Laixi Shi"],
    473       "year": 2024,
    474       "relevance": "Foundational work introducing RQE framework that SRPO builds upon."
    475     },
    476     {
    477       "title": "Training verifiers to solve math word problems",
    478       "authors": ["Karl Cobbe"],
    479       "year": 2021,
    480       "arxiv_id": "2110.14168",
    481       "relevance": "GSM8K dataset used in the LLM debate experiments."
    482     }
    483   ]
    484 }

Impressum · Datenschutz