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 (26057B)


      1 {
      2   "paper": {
      3     "title": "Latent Collaboration in Multi-Agent Systems",
      4     "authors": ["Jiaru Zou", "Xiyuan Yang", "Ruizhong Qiu", "Gaotang Li", "Katherine Tieu", "Pan Lu", "Ke Shen", "Hanghang Tong", "Yejin Choi", "Jingrui He", "James Zou", "Mengdi Wang", "Ling Yang"],
      5     "year": 2025,
      6     "venue": "arXiv",
      7     "arxiv_id": "2511.20639",
      8     "doi": "10.48550/arXiv.2511.20639"
      9   },
     10   "scan_version": 2,
     11   "active_modules": ["experimental_rigor", "data_leakage"],
     12   "methodology_tags": ["benchmark-eval", "theoretical"],
     13   "key_findings": "LatentMAS enables multi-agent LLM collaboration entirely in latent space without training, achieving up to 14.6% accuracy improvement over single models, 70.8-83.7% token reduction, and 4-4.3x faster inference compared to text-based MAS across 9 benchmarks. Theoretical analysis shows latent thoughts are O(d_h/log|V|) more efficient than text-based reasoning. Performance peaks at 40-80 latent steps, with diminishing returns beyond that range.",
     14   "checklist": {
     15     "artifacts": {
     16       "code_released": {
     17         "applies": true,
     18         "answer": true,
     19         "justification": "GitHub repository provided: https://github.com/Gen-Verse/LatentMAS, mentioned in the abstract area of the paper."
     20       },
     21       "data_released": {
     22         "applies": true,
     23         "answer": true,
     24         "justification": "All 9 benchmarks used are standard public datasets (GSM8K, ARC, AIME24/25, GPQA-Diamond, MedQA, MBPP+, HumanEval+) with references and download links provided."
     25       },
     26       "environment_specified": {
     27         "applies": true,
     28         "answer": false,
     29         "justification": "The paper mentions PyTorch, HuggingFace Transformers, and vLLM but does not provide a requirements.txt, Dockerfile, or specific library versions."
     30       },
     31       "reproduction_instructions": {
     32         "applies": true,
     33         "answer": false,
     34         "justification": "No step-by-step reproduction instructions are provided in the paper. Implementation details are described but no runnable commands or scripts are specified."
     35       }
     36     },
     37     "statistical_methodology": {
     38       "confidence_intervals_or_error_bars": {
     39         "applies": true,
     40         "answer": false,
     41         "justification": "Tables 1-3 report only point estimates for accuracy, token usage, and speed. No confidence intervals or error bars are provided despite reporting means over three runs."
     42       },
     43       "significance_tests": {
     44         "applies": true,
     45         "answer": false,
     46         "justification": "The paper claims LatentMAS outperforms baselines but provides no statistical significance tests. Comparisons are based solely on comparing numbers."
     47       },
     48       "effect_sizes_reported": {
     49         "applies": true,
     50         "answer": true,
     51         "justification": "The paper reports percentage improvements with baseline context throughout, e.g., 'up to 14.6% higher accuracy', '70.8%-83.7% token reduction', '4×-4.3× faster inference', with both baseline and proposed numbers in tables."
     52       },
     53       "sample_size_justified": {
     54         "applies": true,
     55         "answer": false,
     56         "justification": "No justification is given for the number of runs (3), the choice of 9 benchmarks, or the sample sizes within each benchmark."
     57       },
     58       "variance_reported": {
     59         "applies": true,
     60         "answer": false,
     61         "justification": "The paper states 'we report the mean performance over three independent runs' (Section 4) but no standard deviations, variance, or spread measures appear in any table."
     62       }
     63     },
     64     "evaluation_design": {
     65       "baselines_included": {
     66         "applies": true,
     67         "answer": true,
     68         "justification": "Two baselines are included: single-model LLM agents and text-based MAS (both sequential and hierarchical variants), described in Section 4."
     69       },
     70       "baselines_contemporary": {
     71         "applies": true,
     72         "answer": true,
     73         "justification": "Baselines use the same Qwen3 model family (2025) and contemporary MAS designs (chain-of-agents, hierarchical expert-summarizer). Related latent methods like Cache-to-Cache and ThoughtComm are discussed but not benchmarked against."
     74       },
     75       "ablation_study": {
     76         "applies": true,
     77         "answer": true,
     78         "justification": "Section 4.2 includes ablations: input-output alignment effectiveness (Figure 7, +2.3-5.3% from W_a) and latent step depth analysis (Figure 8, 0 to 160 steps)."
     79       },
     80       "multiple_metrics": {
     81         "applies": true,
     82         "answer": true,
     83         "justification": "Three metrics are reported: task accuracy, total output token usage, and end-to-end inference speed (Tables 1-3)."
     84       },
     85       "human_evaluation": {
     86         "applies": true,
     87         "answer": false,
     88         "justification": "No human evaluation is included. All evaluation is automated (answer matching, numeric equality, unit test execution)."
     89       },
     90       "held_out_test_set": {
     91         "applies": true,
     92         "answer": true,
     93         "justification": "Standard benchmark test sets are used (GSM8K test, ARC test, AIME competition problems, GPQA-Diamond, MedQA, HumanEval+, MBPP+). Hyperparameter tuning is mentioned but the paper states results on the standard test splits."
     94       },
     95       "per_category_breakdown": {
     96         "applies": true,
     97         "answer": true,
     98         "justification": "Results are broken down per benchmark (9 tasks), per model scale (4B/8B/14B), and per MAS setting (sequential/hierarchical) in Tables 1-3."
     99       },
    100       "failure_cases_discussed": {
    101         "applies": true,
    102         "answer": true,
    103         "justification": "The case study in Appendix D shows a failure case for TextMAS and how LatentMAS handles it. Figure 8 shows performance degradation at excessive latent steps (160). Some accuracy drops vs TextMAS are visible in tables (e.g., ARC-E Qwen3-4B hierarchical, -0.3)."
    104       },
    105       "negative_results_reported": {
    106         "applies": true,
    107         "answer": true,
    108         "justification": "Tables show several cases where LatentMAS slightly underperforms TextMAS (e.g., ARC-E sequential 8B: -0.3%, ARC-C sequential 8B: -0.2%, GSM8K hierarchical 4B: -1.0%). Figure 8 shows performance degradation at 160 latent steps."
    109       }
    110     },
    111     "claims_and_evidence": {
    112       "abstract_claims_supported": {
    113         "applies": true,
    114         "answer": true,
    115         "justification": "Abstract claims of 'up to 14.6% higher accuracy', '70.8%-83.7% token reduction', and '4×-4.3× faster inference' are supported by Tables 1-3 and Figures 1 and 4."
    116       },
    117       "causal_claims_justified": {
    118         "applies": true,
    119         "answer": true,
    120         "justification": "Causal claims like 'latent collaboration enhances reasoning quality' are supported by controlled comparisons where only the communication mechanism differs (text vs latent) with same model, same MAS architecture, same benchmarks. Ablation of W_a (Figure 7) uses controlled single-variable manipulation."
    121       },
    122       "generalization_bounded": {
    123         "applies": true,
    124         "answer": false,
    125         "justification": "The title claims 'Multi-Agent Systems' generally but results are limited to Qwen3 models only (homogeneous agents, same model family). Section C.3 acknowledges heterogeneous agents require extensions but the title/abstract do not bound claims to the tested setting."
    126       },
    127       "alternative_explanations_discussed": {
    128         "applies": true,
    129         "answer": false,
    130         "justification": "No discussion of alternative explanations for the results. The accuracy gains could partly stem from implicit regularization of latent steps, information filtering effects, or the specific properties of Qwen3's architecture rather than latent collaboration per se."
    131       },
    132       "proxy_outcome_distinction": {
    133         "applies": true,
    134         "answer": true,
    135         "justification": "The paper measures accuracy on specific benchmarks, token usage, and inference speed, and reports these directly without inflating claims beyond the measurements. Claims match the granularity of measurements."
    136       }
    137     },
    138     "setup_transparency": {
    139       "model_versions_specified": {
    140         "applies": true,
    141         "answer": true,
    142         "justification": "Specific model sizes are given: Qwen3-4B, Qwen3-8B, Qwen3-14B (Yang et al., 2025). These are open-source models with specific parameter counts, referencing the Qwen3 technical report."
    143       },
    144       "prompts_provided": {
    145         "applies": true,
    146         "answer": true,
    147         "justification": "Full prompt templates for all agent roles (planner, critic, refiner, solver/judger) across all task types (numeric, multiple-choice, coding) are provided in Appendix E for both sequential and hierarchical settings."
    148       },
    149       "hyperparameters_reported": {
    150         "applies": true,
    151         "answer": true,
    152         "justification": "Section 4 reports: temperature 0.6, top-p 0.95, latent steps m ∈ {0, 10, 20, 40, 80}, max output lengths per task (2048-20000 tokens), and ridge regression regularization parameter λ."
    153       },
    154       "scaffolding_described": {
    155         "applies": true,
    156         "answer": true,
    157         "justification": "The MAS scaffolding is described in detail: sequential (planner→critic→refiner→solver) and hierarchical (math/science/code agents→summarizer) architectures in Section 2 and Figure 2. The latent working memory transfer mechanism is described in Section 3.2."
    158       },
    159       "data_preprocessing_documented": {
    160         "applies": true,
    161         "answer": true,
    162         "justification": "Appendix C.2 describes the evaluation protocol: answer matching with text normalization, numeric parsing for math tasks, sandboxed code execution with 10-second timeout for coding tasks."
    163       }
    164     },
    165     "limitations_and_scope": {
    166       "limitations_section_present": {
    167         "applies": true,
    168         "answer": false,
    169         "justification": "No dedicated limitations section exists. Section C.3 briefly discusses heterogeneous agents as a limitation but this is a short paragraph in the appendix, not a substantive limitations discussion."
    170       },
    171       "threats_to_validity_specific": {
    172         "applies": true,
    173         "answer": false,
    174         "justification": "No threats to validity are discussed. The paper does not address potential issues like the homogeneous agent assumption, benchmark-specific effects, or the limited model family tested."
    175       },
    176       "scope_boundaries_stated": {
    177         "applies": true,
    178         "answer": false,
    179         "justification": "The paper does not explicitly state what the results do NOT show. No discussion of what populations/settings are excluded or what claims the authors are NOT making."
    180       }
    181     },
    182     "data_integrity": {
    183       "raw_data_available": {
    184         "applies": true,
    185         "answer": false,
    186         "justification": "No raw experimental data (per-example predictions, per-run results) is released. Only aggregated results are shown in tables."
    187       },
    188       "data_collection_described": {
    189         "applies": true,
    190         "answer": true,
    191         "justification": "Appendix C.1 describes each benchmark dataset in detail, including what it measures, size, and evaluation criteria."
    192       },
    193       "recruitment_methods_described": {
    194         "applies": false,
    195         "answer": false,
    196         "justification": "No human participants. All data comes from standard public benchmarks."
    197       },
    198       "data_pipeline_documented": {
    199         "applies": true,
    200         "answer": true,
    201         "justification": "Appendix C.2 documents the evaluation pipeline: answer extraction, normalization, matching protocol for each task type (numeric, multiple-choice, code)."
    202       }
    203     },
    204     "conflicts_of_interest": {
    205       "funding_disclosed": {
    206         "applies": true,
    207         "answer": false,
    208         "justification": "No funding sources are mentioned anywhere in the paper. No acknowledgments section listing grants or sponsors."
    209       },
    210       "affiliations_disclosed": {
    211         "applies": true,
    212         "answer": true,
    213         "justification": "Author affiliations are clearly listed: Princeton University, University of Illinois Urbana-Champaign, and Stanford University."
    214       },
    215       "funder_independent_of_outcome": {
    216         "applies": true,
    217         "answer": false,
    218         "justification": "No funding information is disclosed, so independence of funder cannot be assessed."
    219       },
    220       "financial_interests_declared": {
    221         "applies": true,
    222         "answer": false,
    223         "justification": "No competing interests or financial interests statement is present in the paper."
    224       }
    225     },
    226     "contamination": {
    227       "training_cutoff_stated": {
    228         "applies": true,
    229         "answer": false,
    230         "justification": "The paper does not state the training data cutoff for Qwen3 models, despite evaluating them on benchmarks like GSM8K (2021), HumanEval (2021), and ARC (2018) that predate the model."
    231       },
    232       "train_test_overlap_discussed": {
    233         "applies": true,
    234         "answer": false,
    235         "justification": "No discussion of whether Qwen3's training data includes any of the benchmark datasets used for evaluation."
    236       },
    237       "benchmark_contamination_addressed": {
    238         "applies": true,
    239         "answer": false,
    240         "justification": "Multiple benchmarks (GSM8K 2021, HumanEval 2021, ARC 2018, MBPP) were published well before Qwen3's likely training cutoff. No contamination analysis is performed or discussed."
    241       }
    242     },
    243     "human_studies": {
    244       "pre_registered": {
    245         "applies": false,
    246         "answer": false,
    247         "justification": "No human participants in this study."
    248       },
    249       "irb_or_ethics_approval": {
    250         "applies": false,
    251         "answer": false,
    252         "justification": "No human participants in this study."
    253       },
    254       "demographics_reported": {
    255         "applies": false,
    256         "answer": false,
    257         "justification": "No human participants in this study."
    258       },
    259       "inclusion_exclusion_criteria": {
    260         "applies": false,
    261         "answer": false,
    262         "justification": "No human participants in this study."
    263       },
    264       "randomization_described": {
    265         "applies": false,
    266         "answer": false,
    267         "justification": "No human participants in this study."
    268       },
    269       "blinding_described": {
    270         "applies": false,
    271         "answer": false,
    272         "justification": "No human participants in this study."
    273       },
    274       "attrition_reported": {
    275         "applies": false,
    276         "answer": false,
    277         "justification": "No human participants in this study."
    278       }
    279     },
    280     "cost_and_practicality": {
    281       "inference_cost_reported": {
    282         "applies": true,
    283         "answer": true,
    284         "justification": "Token usage and end-to-end inference speed (time per run) are reported for all experiments in Tables 1-3. Token reduction percentages are highlighted."
    285       },
    286       "compute_budget_stated": {
    287         "applies": true,
    288         "answer": true,
    289         "justification": "Section 4 states: 'All experiments are conducted on 8×NVIDIA A100-80G GPUs.'"
    290       }
    291     },
    292     "experimental_rigor": {
    293       "seed_sensitivity_reported": {
    294         "applies": true,
    295         "answer": false,
    296         "justification": "The paper states 'mean performance over three independent runs' but does not report any variance across seeds or runs. No seed sensitivity analysis is provided."
    297       },
    298       "number_of_runs_stated": {
    299         "applies": true,
    300         "answer": true,
    301         "justification": "Section 4 explicitly states: 'we report the mean performance over three independent runs.'"
    302       },
    303       "hyperparameter_search_budget": {
    304         "applies": true,
    305         "answer": false,
    306         "justification": "The paper mentions 'we perform hyperparameter tuning' but does not report the search budget, number of configurations tried, or the search method used."
    307       },
    308       "best_config_selection_justified": {
    309         "applies": true,
    310         "answer": false,
    311         "justification": "The paper does not explain how the best hyperparameter configuration was selected or on what data the selection was made."
    312       },
    313       "multiple_comparison_correction": {
    314         "applies": true,
    315         "answer": false,
    316         "justification": "No statistical tests are performed at all, let alone corrections for multiple comparisons across 9 benchmarks × 3 model scales × 2 MAS settings."
    317       },
    318       "self_comparison_bias_addressed": {
    319         "applies": true,
    320         "answer": false,
    321         "justification": "The authors implement both their method and the TextMAS baselines without acknowledging potential bias in their own implementations of baselines."
    322       },
    323       "compute_budget_vs_performance": {
    324         "applies": true,
    325         "answer": true,
    326         "justification": "Performance is reported alongside compute metrics (token usage, inference speed) in all tables, and Figure 4 explicitly compares efficiency gains. The paper is transparent that LatentMAS uses fewer tokens and less compute."
    327       },
    328       "benchmark_construct_validity": {
    329         "applies": true,
    330         "answer": false,
    331         "justification": "No discussion of whether the 9 benchmarks actually measure the claimed capabilities. The paper does not question whether benchmark performance reflects real-world multi-agent collaboration ability."
    332       },
    333       "scaffold_confound_addressed": {
    334         "applies": true,
    335         "answer": true,
    336         "justification": "The same MAS architectures (sequential and hierarchical) are used for both LatentMAS and TextMAS baselines, isolating the communication mechanism (latent vs text) as the only variable."
    337       }
    338     },
    339     "data_leakage": {
    340       "temporal_leakage_addressed": {
    341         "applies": true,
    342         "answer": false,
    343         "justification": "No discussion of temporal leakage despite using benchmarks from 2018-2024 with a 2025 model. GSM8K (2021), HumanEval (2021), ARC (2018) all predate Qwen3's training."
    344       },
    345       "feature_leakage_addressed": {
    346         "applies": true,
    347         "answer": false,
    348         "justification": "No discussion of whether evaluation setup provides information not available in real usage."
    349       },
    350       "non_independence_addressed": {
    351         "applies": true,
    352         "answer": false,
    353         "justification": "No discussion of train/test independence for the benchmarks used."
    354       },
    355       "leakage_detection_method": {
    356         "applies": true,
    357         "answer": false,
    358         "justification": "No leakage detection or prevention methods are applied."
    359       }
    360     }
    361   },
    362   "claims": [
    363     {
    364       "claim": "LatentMAS improves accuracy by up to 14.6% over single-model baselines and 2.8-4.6% over text-based MAS across 9 benchmarks.",
    365       "evidence": "Tables 1-3 show accuracy comparisons across 9 benchmarks, 3 model scales, and 2 MAS settings. Average improvements are reported in Section 4.1.",
    366       "supported": "strong"
    367     },
    368     {
    369       "claim": "LatentMAS reduces output token usage by 70.8%-83.7% compared to text-based MAS.",
    370       "evidence": "Tables 1-3 show token usage columns. Figure 4 (right) visualizes the reduction. Sequential: 70.8% average reduction; Hierarchical: 83.7% average reduction.",
    371       "supported": "strong"
    372     },
    373     {
    374       "claim": "LatentMAS achieves 4×-4.3× faster end-to-end inference compared to text-based MAS.",
    375       "evidence": "Tables 1-3 show speed comparisons. Figure 4 (left) visualizes speedups. Even with vLLM acceleration for baselines, LatentMAS maintains 2.6×-7× speedup.",
    376       "supported": "strong"
    377     },
    378     {
    379       "claim": "Latent thoughts generation can be O(d_h/log|V|) times more efficient than text-based reasoning (e.g., 235-471× for Qwen3 models).",
    380       "evidence": "Theorem 3.1 with proof in Appendix B.1, based on the Linear Representation Hypothesis (Assumption B.1). Concrete numbers derived from Qwen3 hidden dimensions.",
    381       "supported": "moderate"
    382     },
    383     {
    384       "claim": "Latent working memory transfer guarantees lossless information preservation equivalent to explicit input exchange.",
    385       "evidence": "Theorem 3.3 with proof in Appendix B.2 via induction over transformer layers, showing KV cache transfer produces identical outputs.",
    386       "supported": "strong"
    387     },
    388     {
    389       "claim": "Input-output alignment (W_a) provides consistent accuracy gains of 2.3%-5.3%.",
    390       "evidence": "Figure 7 shows before/after comparison on 3 tasks with Qwen3-14B. Figure 6 shows embedding distribution alignment.",
    391       "supported": "moderate"
    392     }
    393   ],
    394   "red_flags": [
    395     {
    396       "flag": "No variance or error bars despite multiple runs",
    397       "detail": "The paper reports mean performance over 3 runs but never shows standard deviation, making it impossible to assess whether the reported differences are meaningful or within noise."
    398     },
    399     {
    400       "flag": "Complete absence of contamination analysis",
    401       "detail": "Several benchmarks (GSM8K 2021, HumanEval 2021, ARC 2018) are well-known to be present in many training corpora. The paper uses Qwen3 (2025) without any contamination analysis. This is especially problematic because the paper compares methods using the same model — if the model has memorized answers, the communication mechanism becomes less relevant."
    402     },
    403     {
    404       "flag": "Single model family tested",
    405       "detail": "All experiments use only Qwen3 models. The latent space approach requires same-architecture agents (acknowledged in C.3), but results are framed as general multi-agent findings."
    406     },
    407     {
    408       "flag": "No limitations section",
    409       "detail": "The paper has no dedicated limitations discussion despite significant constraints: homogeneous agents only, single model family, no theoretical guarantee that latent thoughts encode useful reasoning (only that they occupy similar space to text embeddings)."
    410     },
    411     {
    412       "flag": "Theoretical claims rely on strong assumption",
    413       "detail": "Theorem 3.1's efficiency claim depends on the Linear Representation Hypothesis with ternary coefficients (Assumption B.1), which may not hold in practice. The concrete 235-471× efficiency claim is an upper bound under this assumption."
    414     }
    415   ],
    416   "cited_papers": [
    417     {
    418       "title": "Training large language models to reason in a continuous latent space",
    419       "authors": ["S. Hao", "S. Sukhbaatar", "D. Su", "X. Li", "Z. Hu", "J. Weston", "Y. Tian"],
    420       "year": 2024,
    421       "arxiv_id": "2412.06769",
    422       "relevance": "Core prior work on latent reasoning in LLMs (CoCoNut), which LatentMAS extends to multi-agent settings."
    423     },
    424     {
    425       "title": "Autogen: Enabling next-gen llm applications via multi-agent conversations",
    426       "authors": ["Q. Wu", "G. Bansal", "J. Zhang"],
    427       "year": 2024,
    428       "relevance": "Foundational multi-agent LLM framework using text-based communication, a key baseline paradigm for LatentMAS."
    429     },
    430     {
    431       "title": "CAMEL: communicative agents for mind exploration of large language model society",
    432       "authors": ["G. Li", "H. A. Al Kader Hammoud", "H. Itani", "D. Khizbullin", "B. Ghanem"],
    433       "year": 2023,
    434       "relevance": "Early LLM multi-agent collaboration framework using role-based dialogue."
    435     },
    436     {
    437       "title": "MetaGPT: Meta programming for a multi-agent collaborative framework",
    438       "authors": ["S. Hong", "M. Zhuge", "J. Chen"],
    439       "year": 2023,
    440       "relevance": "Multi-agent framework for software engineering tasks using structured communication."
    441     },
    442     {
    443       "title": "Cache-to-Cache: Direct semantic communication between large language models",
    444       "authors": ["T. Fu", "Z. Min", "H. Zhang"],
    445       "year": 2025,
    446       "arxiv_id": "2510.03215",
    447       "relevance": "KV cache sharing between two models for semantic transfer, a closely related latent communication approach."
    448     },
    449     {
    450       "title": "Thought communication in multiagent collaboration",
    451       "authors": ["Y. Zheng", "Z. Zhao", "Z. Li"],
    452       "year": 2025,
    453       "arxiv_id": "2510.20733",
    454       "relevance": "Learned shared latent space for multi-agent communication (ThoughtComm), requiring training unlike LatentMAS."
    455     },
    456     {
    457       "title": "Chain of agents: Large language models collaborating on long-context tasks",
    458       "authors": ["Y. Zhang", "R. Sun", "Y. Chen"],
    459       "year": 2024,
    460       "relevance": "Sequential chain-of-agents MAS design adopted as the sequential baseline in LatentMAS."
    461     },
    462     {
    463       "title": "Why do multi-agent llm systems fail?",
    464       "authors": ["M. Cemri", "M. Z. Pan", "S. Yang"],
    465       "year": 2025,
    466       "arxiv_id": "2503.13657",
    467       "relevance": "Analysis of failure modes in multi-agent LLM systems, relevant to understanding MAS design challenges."
    468     },
    469     {
    470       "title": "Representation engineering: A top-down approach to AI transparency",
    471       "authors": ["A. Zou", "L. Phan", "S. Chen"],
    472       "year": 2023,
    473       "arxiv_id": "2310.01405",
    474       "relevance": "Foundational work on manipulating LLM internal representations for controllability and reasoning."
    475     },
    476     {
    477       "title": "Reasoning beyond language: A comprehensive survey on latent chain-of-thought reasoning",
    478       "authors": ["X. Chen", "A. Zhao", "H. Xia"],
    479       "year": 2025,
    480       "arxiv_id": "2505.16782",
    481       "relevance": "Survey of latent reasoning methods in LLMs, providing context for LatentMAS's approach."
    482     },
    483     {
    484       "title": "The linear representation hypothesis and the geometry of large language models",
    485       "authors": ["K. Park", "Y. J. Choe", "V. Veitch"],
    486       "year": 2023,
    487       "arxiv_id": "2311.03658",
    488       "relevance": "Theoretical foundation (Linear Representation Hypothesis) that LatentMAS's Theorem 3.1 relies on."
    489     },
    490     {
    491       "title": "Qwen3 technical report",
    492       "authors": ["A. Yang", "A. Li", "B. Yang"],
    493       "year": 2025,
    494       "arxiv_id": "2505.09388",
    495       "relevance": "Technical report for the Qwen3 model family used as backbone in all LatentMAS experiments."
    496     }
    497   ]
    498 }

Impressum · Datenschutz