Paper deep dive
Digital Pantheon: Simulating and Auditing Coalition Formation with LLM Agents
Dylan Van Mulders, Matthias Bogaert, Dirk Van den Poel
Intelligence
Status: succeeded | Model: Gemma-4-26B-A4B | Prompt: intel-v1 | Confidence: 92%
Last extracted: 7/20/2026, 2:12:25 AM
Summary
The paper introduces 'Digital Pantheon,' a multi-agent framework for simulating political coalition formation using Large Language Models (LLMs). To overcome RLHF-induced neutrality, the framework employs Supervised Fine-Tuning (SFT) and Direct Preference Optimization (DPO) to create partisan agents grounded in official manifestos via Retrieval-Augmented Generation (RAG). The system simulates negotiations in a hub-and-spoke topology arbitrated by a formateur, using the 2019 Flemish election as a case study. It introduces the Multi-Layered Information Lineage Topology (MILT) and Coalition Influence Score (CIS) to audit the provenance of agreement clauses, demonstrating that manifesto-anchored content reliably predicts real-world coalition outcomes.
Entities (20)
Relation Signals (23)
Digital Pantheon â appliedto â 2019 Flemish Election
confidence 95% · We operationalize the framework on the 2019 Flemish election
Digital Pantheon â employs â Supervised Fine-Tuning
confidence 95% · We address this by combining (i) Supervised Fine-Tuning (SFT) and Direct Preference Optimization (DPO)
Digital Pantheon â employs â Direct Preference Optimization
confidence 95% · We address this by combining (i) Supervised Fine-Tuning (SFT) and Direct Preference Optimization (DPO)
Digital Pantheon â employs â Retrieval-Augmented Generation
confidence 95% · a per-party RAG pipeline keeps each agent bounded to its official manifesto
Digital Pantheon â introduces â Coalition Influence Score
confidence 95% · a Coalition Influence Score (CIS) that aggregates these traceable contributions
Digital Pantheon â introduces â Multi-Layered Information Lineage Topology
confidence 95% · we introduce a Multi-Layered Information Lineage Topology (MILT) that traces every clause
Digital Pantheon â uses â Gemma-3-27B
confidence 95% · We use Gemma-3 (27B)... aligned in two stages.
Digital Pantheon â usestechnique â supervised fine-tuning (SFT)
Cypher Suggestions (0)
No Cypher suggestions yet.
Abstract
Abstract:The formation of political coalitions is a complex negotiation driven by both concrete policy objectives and deep-seated ideological convictions. While Large Language Models (LLMs) open new avenues for computational political science, the neutrality and helpfulness biases instilled by Reinforcement Learning from Human Feedback (RLHF) prevent them from sustaining steadfast partisan behaviour. We present a multi-agent framework that reconciles factual grounding with ideological alignment by combining Supervised Fine-Tuning (SFT), Direct Preference Optimization (DPO), and Retrieval-Augmented Generation (RAG): DPO instils aggressive party-specific personas, while a per-party RAG pipeline keeps each agent bounded to its official manifesto. We operationalize the framework on the 2019 Flemish election, deploying the partisan agents in a hub-and-spoke negotiation arbitrated by a formateur. To make the emergent negotiation interpretable, we introduce a Multi-Layered Information Lineage Topology (MILT) that traces every clause in the final agreement back to its manifesto origin and classifies it into five provenance states, a Coalition Influence Score (CIS) that aggregates these traceable contributions to identify which party shaped the agreement, and a real-world grounding pass that benchmarks each simulated provision against the historically adopted coalition agreement. Across three independent simulations the framework yields a stable winner and ranking (N-VA ahead of CD\&V and Open Vld), and manifesto-anchored lineage reliably predicts real-world materialization whereas hallucinated content does not. The result is a transparent, scalable testbed for the ex-ante exploration of party compatibility and formateur-mediated compromise.
Tags
Links
- Source: https://arxiv.org/abs/2607.15095v2
- Canonical: https://arxiv.org/abs/2607.15095v2
Trouble viewing inline? Open PDF directly â
Full Text
49,859 characters extracted from source content.
Expand or collapse full text
DIGITAL PANTHEON: SIMULATING AND AUDITING COALITION FORMATION WITH LLM AGENTS ACCEPTED MANUSCRIPT VERSION OF A WORKSHOP PAPER AT ECML-PKDD 2026 Dylan Van Mulders * Ghent University CVAMO Core Lab dylan.vanmulders@ugent.be Matthias Bogaert Ghent University CVAMO Core Lab matthias.bogaert@ugent.be Dirk Van den Poel Ghent University CVAMO Core Lab dirk.vandenpoel@ugent.be ABSTRACT The formation of political coalitions is a complex negotiation driven by both concrete policy objectives and deep-seated ideological convictions. While Large Language Models (LLMs) open new avenues for computational political science, the neutrality and helpfulness biases instilled by Reinforcement Learning from Human Feedback (RLHF) prevent them from sustaining steadfast partisan behaviour. We present a multi-agent framework that reconciles factual grounding with ideological alignment by combining Supervised Fine-Tuning (SFT), Direct Preference Optimization (DPO), and Retrieval- Augmented Generation (RAG): DPO instils aggressive party-specific personas, while a per-party RAG pipeline keeps each agent bounded to its official manifesto. We operationalize the framework on the 2019 Flemish election, deploying the partisan agents in a hub-and-spoke negotiation arbitrated by a formateur. To make the emergent negotiation interpretable, we introduce a Multi-Layered Information Lineage Topology (MILT) that traces every clause in the final agreement back to its manifesto origin and classifies it into five provenance states, a Coalition Influence Score (CIS) that aggregates these traceable contributions to identify which party shaped the agreement, and a real-world grounding pass that benchmarks each simulated provision against the historically adopted coalition agreement. Across three independent simulations the framework yields a stable winner and ranking (N-VA ahead of CD&V and Open Vld), and manifesto-anchored lineage reliably predicts real-world materialization whereas hallucinated content does not. The result is a transparent, scalable testbed for the ex-ante exploration of party compatibility and formateur-mediated compromise. Keywords Generative Agent-Based Modeling· Agent Based Model· Multi-Agent Negotiation· Large Language Models· AI Alignment & Behavioral Steering· Political Simulation· Explainability. 1 Introduction Coalition formation lies at the heart of parliamentary democracy. In multi-party systems such as Belgiumâs, governing requires protracted negotiation over policy platforms, portfolios, and ideological compromisesâshaped not only by rational calculus but by partisan identities and rhetorical traditions that resist formalization, which traditional game-theoretic and agent-based approaches capture structurally but cannot model at the level of language-mediated deliberation. Large Language Models (LLMs) have recently been used to simulate legislative voting (H. Li et al., 2024), draft consensus resolutions (Zhang et al., 2026), and generate coalition compromises (Briman et al., 2026), building on a broader LLM-agent paradigm (Sumers et al., 2024; Wang et al., 2024; Xi et al., 2025) extended to multi-agent societal and policy deliberation (Guo et al., 2024). Yet, models trained using Reinforcement Learning from Human Feedback (RLHF) are tuned to be neutral and agreeableâantithetical to sustained partisanship: prompt-based personas degrade reasoning (Kim et al., 2024) and lack domain grounding (Jiang et al., 2024), while multi-agent debate amplifies conformity and dominant-party bias (Cui et al., 2025; Zhang et al., 2026). â Corresponding author arXiv:2607.15095v2 [cs.CL] 17 Jul 2026 Digital Pantheon: Simulating and Auditing Coalition Formation with LLM AgentsA PREPRINT We address this by combining (i) Supervised Fine-Tuning (SFT) and Direct Preference Optimization (DPO) to embed party-specific commitments at the parameter level (Agiza et al., 2025); (i) a Retrieval-Augmented Generation (RAG) pipeline grounding each agent in its partyâs official manifesto (X. Li, 2025; Wang et al., 2024); and (i) a structured deliberation protocol for autonomous negotiation, informed by work on communication topology (Yang et al., 2026) and decision protocols (Becker et al., 2025; Kaesberg et al., 2025). We operationalize the framework on Flemish politics after the 2019 election, benchmarking emergent deliberation against the real-world N-VA / CD&V / Open Vld coalition, and add a dedicated evaluation suite â a Multi-Layered Information Lineage Topology (MILT), a Coalition Influence Score (CIS), and a real-world grounding pass against the historically adopted 2019 agreement â to keep the negotiation interpretable rather than a black box. Our contributions are: (1) behaviorally steered agents that maintain partisan consistency under extended negotiation; (2) a SFT+DPO+RAG design that is simultaneously ideologically faithful and policy-substantive; (3) MILT and the CIS, an explainability framework attributing every clause in the final agreement to a party and its manifesto origin; (4) an external validation grading the simulated agreement against the historically adopted coalition agreement, showing that manifesto-anchored lineage corresponds to real-world materialization; and (5) a scalable, generative tool for exploring political strategy in democratic coalition formation. 2 Related Work Our contribution sits at the intersection of computational political & coalition simulation and multi-agent debate & deliberation. Prior work on LLM-agent architectures â spanning profiling, memory, planning, action (X. Li, 2025; Sumers et al., 2024; Wang et al., 2024; Xi et al., 2025), single-to-multi-agent transitions (Guo et al., 2024), and agent evaluation (Yehudai et al., 2025) â provides our foundation. However, we highlight, what these systems achieved specifically as political actors and where they fall short. 2.1 Coalition Builders and Political Agents The closest line of work models political actors directly. The Political Actor Agent (PAA) (H. Li et al., 2024) represents individual legislators with scalable profiles and a trustee/delegate/follower planning module, reaching 91.8% roll-call accuracy and capturing intra-party leaderâfollower dynamics; yet it forecasts discrete individual votes rather than the interactive bargaining through which coalitions form. POLCA (Moghimifar et al., 2024) models multi-party coalition negotiation with LLM agents and benchmarks emergent agreements against real formations, yet evaluates only terminal outcomes, leaving the negotiation a black box with no account of which party drove which clause. PoliCon (Zhang et al., 2026) contributes a large consensus-drafting benchmark (2,225 European Parliament records) scored by an LLM-as-judge, and diagnoses a systematic bias toward dominant-party positions in unsteered models â the failure mode that undermines faithful partisan simulation â though its judge-based adjudication is itself opaque. Briman et al. (2026) formalize coalition compromise as mediation in a semantic document space, guaranteeing outcomes that improve on the status quo, but abstract away from ideology and manifesto language, so the compromises are mathematically principled yet politically ungrounded. UNBench (Y. Liang et al., 2026) extends evaluation to real institutional behaviour (UN Security Council voting), but again as discrete outcome prediction. On the alignment side, PoliTune (Agiza et al., 2025) shows ideology can be embedded at the parameter level via LoRA and DPO, shifting models along a leftâright axis more coherently than prompting, yet does not instantiate party-specific platforms or deploy the aligned models in negotiation. A broader negotiation strand â the large-scale autonomous negotiation competition of Vaccaro et al. (2025), the buyerâseller system AgenticPay (Liu et al., 2026), and theory-of-mind bargaining in peer-to-peer markets (Kröhling et al., 2023) â establishes that LLM agents negotiate competently, but targets commercial rather than ideological, multi-party political settings. Two capabilities are thus well established â high-fidelity political behaviour and benchmarkable negotiation â while two gaps recur: prior systems either predict outcomes without simulating the deliberation, or simulate deliberation without attributing its results to verifiable ideological origins. 2.2 Multi-Agent Debate and Deliberation A second literature studies how multiple LLM agents argue toward a decision. Foundational results show structured debate improves factuality and reasoning (Du et al., 2024) and counters the single-agent âdegeneration of thoughtâ by encouraging divergent positions (T. Liang et al., 2024). Subsequent work refines the protocol: Exchange-of-Thought (Yin et al., 2023) formalizes communication topologies, voting- versus consensus-based decision rules trade off across task types (Choi et al., 2025; Kaesberg et al., 2025), MALLM (Becker et al., 2025) decouples debate into composable configurations, and AC 3 (Yang et al., 2026) scales deliberation by clustering agents and electing representatives. 2 Digital Pantheon: Simulating and Auditing Coalition Formation with LLM AgentsA PREPRINT Critically, this literature exposes its own failure modes: Cui et al. (2025) document silent agreement, where agents capitulate to the majority answer, and Smit et al. (2024) show strong aggregate debate scores can mask brittle internal dynamics. Both reflect the RLHF-induced pull toward conformity and helpfulness that is fatal to sustained partisanship â compounded by persona research showing prompt-based role-play degrades reasoning (Kim et al., 2024) and lacks factual grounding (Jiang et al., 2024). Argumentation-theoretic work (Amgoud et al., 2005) and explainability-oriented frameworks (Bandara et al., 2025) supply principled vocabularies for offers, concessions, and consensus, but assume cooperative agents and lack grounding in real ideological corpora. On evaluation, adjudication still leans on opaque LLM-judge committees (Becker et al., 2025; Zhao et al., 2025), and Gritta et al. (2026) argue that outcome accuracy can mask faulty process, noting that no existing benchmark jointly covers process transparency and real-world grounding. 2.3 Positioning our Contribution Taken together, prior work leaves four gaps. (1) Unsteered neutrality and conformity: debate agents and benchmarked models drift toward consensus and dominant-party positions (Cui et al., 2025; Smit et al., 2024; Zhang et al., 2026), and prompt-based personas are too fragile to hold a line (Jiang et al., 2024; Kim et al., 2024). (2) Generic, ungrounded ideology: where ideology is steered it follows a coarse leftâright axis (Agiza et al., 2025), and where coalitions are simulated the policy content is abstract rather than manifesto-grounded (Briman et al., 2026). (3) Outcome-only, black-box deliberation: political simulators predict or score terminal outcomes (H. Li et al., 2024; Y. Liang et al., 2026; Moghimifar et al., 2024) without attributing provisions to their origins. (4) Opaque adjudication and unmeasured process: winners and quality are read off LLM-judge preferences (Zhao et al., 2025) rather than an auditable account of how agreement was reached (Gritta et al., 2026). Our framework targets each gap directly. Against (1) and (2), we abandon prompting for two-stage SFT+DPO alignment on party-specific 2019 Flemish manifestos, coupled with a per-party RAG pipeline that keeps each agent factually bounded to its own platformâyielding agents that are neither neutrally helpful nor arbitrarily opinionated but faithfully partisan. Against (3), we stage a structured hub-and-spoke negotiation arbitrated by a formateur, so a coalition agreement emerges from deliberation rather than being predicted. Against (3) and (4) jointly, our evaluation suite makes the process auditable: MILT traces every clause of the final agreement back through agentsâ opening standpoints to its originating manifesto chunk and labels its provenance across five states; the CIS converts these traceable, hallucination-discounting labels into attributable negotiating power; and a real-world grounding layer (L Real ) benchmarks each provision against the historically adopted agreement â unifying, for genuinely partisan and manifesto-grounded agents, the process transparency and external fidelity that Gritta et al. (2026) identify as jointly absent. 3 Methodology We simulate coalition formation with a three-stage pipeline: (1) an isolated RAG knowledge base, (2) a two-stage ideological alignment protocol (using SFT and DPO), and (3) a multi-agent negotiation arena. This decouples factual policy retrieval from persona injection, letting the base Large Language Model (LLM) argue subjectively while staying grounded in official manifestos (see Figure 1). Figure 1: Overview of the individual party alignment model process. 3 Digital Pantheon: Simulating and Auditing Coalition Formation with LLM AgentsA PREPRINT 3.1 Data and Document Chunking The corpus comprises the official 2019 electoral manifestos of the major Flemish parties. We partition each with an AgenticâStructural Hybrid (ASH) procedure (Figure 2), a dual-constraint partitioning problem where chunk boundaries respect both document hierarchy and local semantic coherence. PDFs are parsed with PyMuPDF (McKie & Liu, 2024) at the dictionary level for per-span bounding boxes and font sizes; margin and sub-minimum-font blocks are discarded, removing headers, page numbers, and footnotes without a layout model. Text is NFKC-normalized with an explicit ligature, custom-font, and smart-quote handling, and intra-paragraph breaks collapsed. Two cascaded constraints follow. The Hard-Gate is deterministic: regex detects formal section openings â numeric subsections (1.1,1.1.1), Article/Section/Chapter markers, capitalized colon-terminated headers â and forces a split, compensating for LLMsâ structural blindness and guaranteeing distinct subsections are never conflated even when lexically near-duplicate. The Soft-Gate fires only on residual transitions: Gemma3 (27B) (Gemma Team et al., 2025) via Ollama (Ollama Team, 2023), queried with a structured-output schema at temperature 0.1 on the trailing 800 characters plus the candidate next block, returns a binary same-topic judgement. This hybrid design â deterministic logic where unambiguous, probabilistic reasoning for fluid transitions â mitigates the agentic cost bottleneck of LLM-driven chunking. Each chunk is persisted immediately, with a visualization PDF for auditing. Stage 1: Pre-processing Collect Ready-to-Chunk Blocks Normalize & Clean text Clean and Filter Noise Ignore Header/Footers Extract page text Stage 3: Finalize and Validate Input Data Intermediate Result Split to New Chunk Append to Current Chunk Hard-Gate Uses structural rules to detect boundaries Soft-Gate AI-Agent coherence check for topic transitions Boundary Detected? Stage 2: AgenticâStructural Hybrid (ASH) Procedure Same Topic New Topic Gemma 3 (27B) ZEKERHEID VOOR IEDEREEN Verkiezingsprogramma 2019 Omhetsamenbetertemakenvooriedereen-zonderonderscheid-iseensterke socialisscheparjnodig.Datheedegeschiedenisalverschillendekerenaangetoond.In 2019bestaatdesocialezekerheid75jaar.Desjds,nadeTweedeWereldoorlog,wasdie zekerheiduitbouwenvoormensenonzeverdienste.Vandaagplukkenmensendaarnogaljd devruchtenvan.Denkmaaraanonspensioensysteem.Tot1944bestonddatnieteens,een pensioen na een leven lang werken. Zekerheid.Dathebbenderechtseregeringendevoorbijejarennietgeboden.Integendeel, terwijldenodeninonzesamenlevinghoogzijn,hebbenregeringen-zondersocialisten-de onzekerheidvergroot.Zevoerdeneenpoliekdiehetvertrouwentussenmensen ondermijnt,eenpoliekdiespelletjesspeeltophunkap,eenpoliekdielieverbespaartop mensen in plaats van ze te versterken. Zo bouw je geen samenleving, maar breek je ze af. Terwijldezeregeringenzichuiteindelijkverlorenineensymbolischeidenteitsdiscussiedie werkelijkniemandvooruithelpt,zijnerheelveelmenseninditlandmetĂ©chteproblemenen Ă©chtezorgen.Mensendienaarzekerheidsnakken:dezekerheiddatzehunfacturenkunnen betalenenliefstopheteindevandemaandietsoverhouden;dezekerheiddatzehunjob naarbehorenkunnenuitoefenenendaareeneerlijkloonvoorkrijgen;dezekerheiddatzena eenlevenlangwerkenkunnenrekenenopeenvolwaardigpensioen;dezekerheiddatze kunnen rekenen op de beste en betaalbare zorg wanneer dat nodig is. Devoorbijejarenkwamendiemensenookmetenduizendenopstraatomdatbeleidsmakers dieoplossingenendiezekerheidnietboden.Ingelehesjesomdatdehogeprijsaandepomp defactuurteveelis,Ă©nzehetbeuzijndathetelkekeerzijzijndiederekeningkrijgen.Eerder washetinhetwieuniformvandezorgverstrekkers,inhetblauweuniformvande polieagenten,inhetrijkostuumvandechauffeursvanDeLijnofdemensenvandeNMBS,of inderood-grijzeouitvandepostbodesendecipiers...allemaalomdatzehunjobnietmeer naarbehorenkunnenuitoefenenendoordebesparingennietdepubliekedienstenkunnen aanbieden die de bevolking verdient. Ookleerkrachtenkwamendestraatop,omdatdebesparingenhuntoleisen. Gepensioneerdendedendatomdatzenietrondkomenmeteenpensioendatveeltelaagis. 1 EERST ONZE MENSEN gewoon doen âą het land van de doeners. verkiezingsprogramma 2019-2024 1 Voor Vlaanderen. Voor Vooruitgang. N-VA-verkiezingsprogramma VERKIEZINGSPROGRAMMA 2019 | GEZONDE LEEFOMGEVING | 1 MENSELIJKER EERLIJKER GEZONDER SOCIAAL PROGRAMMA FENOMENAAL PROGRAMMA PVDA FEDERALE EN REGIONALE VERKIEZINGEN 2019 Generate Transparency Report Process & Finalize Chunk for storage New Block Content Trailing Context Figure 2: Overview of the hybrid chunking strategy. 3.2 Preference-pair generation The persisted chunks populate both the retrieval index and the tuning datasets. Each chunk over fifteen tokens is passed to Gemma3 (27B) (Gemma Team et al., 2025) in a single structured-output call (temperature 0.7) whose JSON schema enforces a list of (Prompt, Chosen, Rejected) triplets. Because ASH chunks are thematically coherent but not atomic, the instruction directs the model to enumerate every distinct policy resolution and emit at least one Dutch triplet per chunk through prompting: the Prompt is a realistic citizen question leading to that resolution; the Chosen response rewrites the resolution in assistant register â the first-person conversational style of an instruction-tuned assistant, versus the manifestoâs third-person programmatic prose; the Rejected counterfactual is a well-written answer to the same prompt that argues from an opposing political ideology or offers a sterile, non-committal stance. Triplets stream to JSONL in HuggingFaceâs preference-tuning chat format, so one artefact supports both SFT (PromptâChosen) and DPO (the full triplet). ASHâs structural integrity gives each resolution unambiguous provenance, making preference pairs auditable and retrievals traceable to a document-tree node. 3.3 Two-Stage Ideological Alignment (SFT and DPO) Standard LLMsâ neutrality biases preclude authentic political simulation. We use Gemma-3 (27B) (Gemma Team et al., 2025), quantized to 4-bit via QLoRA on Apple MLX (Hannun et al., 2023), aligned in two stages. Stage 1 (SFT) fine-tunes on the Chosen responses to adapt conversational structure and style, establishing what we term the âMethod Actorâ persona: rather than describing the party as an outside observer (âthe party proposes. . . â), the model speaks as the party (âwe will. . . â), defending its manifesto commitments as its own. Stage 2 (DPO) addresses what SFT cannot: cross-entropy SFT only raises the likelihood of the target text, layering a stylistic overlay on a base model whose ingrained prior for encyclopedic neutrality remains intact, so under adversarial 4 Digital Pantheon: Simulating and Auditing Coalition Formation with LLM AgentsA PREPRINT prompting the model reverts to that dominant prior. DPOâs contrastive objective instead maximizes the implicit reward gap between Chosen and Rejected (Rafailov et al., 2024), pushing probability mass away from the neutral or opposing responses â penalizing encyclopedic neutrality and rewarding combative partisan rhetoric (implicit KL-regularization strength ÎČ = 0.1 against the SFT reference policy). To equalize alignment depth across manifestos of varying length, each partyâs adapter steps are scaled asI = N B Ă E withIthe total number of iterations,Nthe dataset size,Bthe batch size, andEthe target epochs. SFT usesB = 2 andE = 5; DPO usesB = 1(given the memory overhead of preference tuning a 27B model) andE = 3, empirically chosen to prevent catastrophic forgetting. In the DPO stage a low learning rate of5Ă 10 â6 resumes and updates the SFT adapter weights. 3.4 Policy Grounding through RAG At inference we supplement the fine-tuned model with RAG: where SFT and DPO calibrate the persona, RAG supplies factual constraints against the âknowledge boundary problemâ of relying on generalized internal knowledge. The retrieval corpus is the same policy data used in fine-tuning, so arguments derive strictly from the partyâs positions. Concretely, an isolated ChromaDB (Chroma-core, 2023) pipeline assigns each party its own vector collection in a local SQLite-backed store to prevent cross-contamination. Dense vectors are computed on CPU via paraphrase-multilingual- MiniLM-L12-v2 served by FastEmbed (Qdrant Team, 2023), giving each agent perfect recall of its manifesto without memory bloat. 3.5 Multi-Agent Negotiation Arena and Coalition Simulation The arena follows a hub-and-spoke topology: party agents are spokes, a central formateur the hub. The formateur is instantiated from the same fine-tuned LLM as the largest coalition party but is system-prompted to adopt the persona of a neutral, realistic broker; after parties present standpoints it drafts an interim agreement refined across four rounds into the final agreement. This orchestration, the Digital Pantheon, turns static QA models into autonomous interacting entities. The four-round horizon is a design choice rather than a measured convergence criterion: in preliminary runs it was the point at which each partyâs priorities and common ground were fully surfaced, while further rounds added little new negotiation content. For efficiency, adapter hot-swapping keeps the base Gemma-3 weights static in unified memory while party-specific DPO adapters are loaded per turn, simulating all major parties on consumer hardware. The protocol is an iterative multi-turn debate. Each turn, an active agent processes the dialogue state and runs a semantic search against its policy vector collection; the top-kchunks (cosine similarity< 0.51, maximumk = 5) are injected as strict ideological boundaries, so agents cannot concede core promises or hallucinate out-of-line compromises. Under a zero-shot consensus objective, agents articulate non-negotiable âred linesâ, identify shared objectives, and propose syntheses. Mirroring convention, the largest party assumes the formateur role, drafting the final agreement and judging whether balanced consensus is reached. To enforce realistic power dynamics it is given the Banzhaf power indices of all parties (Penrose, 1946). In our initial tests, a non-fine-tuned base formateur favoured moderate parties even with these indices, whereas a party-tuned formateur preserves the leverage they dictate. Logging all rounds â retrieved chunks, interim drafts, final concessions â yields a computational model of expected coalition structures. We apply this approach to all 22 policy topics of the Flemish governmentâs portfolio, derived from the official 2019 coalition agreement (Table 5). 3.6 Explainability To counter the black-box nature of generative agents and mitigate prompt artifact bias, we introduce a Multi-Layered Information Lineage Topology (MILT), modelling the negotiation as a temporal directional graph. Rather than parsing voluminous transcripts, we infer the negotiation dynamics (L 2 ) by tracing every policy measure in the final agreement (L 3 ) backward through agentsâ initial standpoints (L 1 ) to the retrieved manifesto chunks (L 0 ). We deploy Qwen3.6 (27B) via Ollama as a backward Natural Language Inference (NLI) classifier (Ollama Team, 2023; Qwen Team, 2026): in one JSON inference call it ingestsL 0 ,L 1 , andL 3 together, capturing not just whether an idea mutated but when, distinguishing preemptive dilution (L 0 â L 1 ) from reactive concession (L 1 â L 3 ). It categorizes provenance into five topological states, separating valid negotiation dynamics from systemic errors: 1. Direct Lineage (Ideological Preservation): maps to a partyâsL 0 manifesto and survivesL 1 , the negotiation, and remains intact to L 3 . 2. Diluted Lineage (Concession): originates in anL 0 manifesto but is measurably weakened, preemptively (L 0 â L 1 ) or reactively (L 1 â L 3 ). 5 Digital Pantheon: Simulating and Auditing Coalition Formation with LLM AgentsA PREPRINT 3.Synthesized Lineage (Logrolling): combines distinct, competingL 0 chunks into a novel hybrid generated through interaction. 4.Pipeline Artifact (Initialization Bias): present inL 1 andL 3 but absent fromL 0 , exposing prompt-induced setup noise. 5. Orphan (Debate Hallucination): appears inL 3 but lacksL 0 /L 1 grounding, a spontaneous negotiation-phase hallucination. The resulting JSON records the policy text, originating party,L 0 /L 1 grounding indicators, topology class, and a qualitative audit trail. By isolating ideological retention from system noise, MILT quantifies negotiation dynamics from the survival of human-authored source material without annotating debate logs. 3.7 Evaluation: A Coalition Influence Score To name the winner from the topology, we map +3 (Direct), +2 (Diluted), +1 (Synthesized) into a Coalition Influence Score (CIS). LetPdenote the set of policy measures in the final agreement,Î the set of coalition parties (hereN-VA, CD&V, Open Vld), and T the five MILT states; Ï : P â Î maps each policy to its originating party and Ï : P â T to its topology state. For each policy p: CIS(Ï) = X p :Ï(p)=Ï w(Ï (p)), w = ïŁ± ïŁŽ ïŁŽ ïŁČ ïŁŽ ïŁŽ ïŁł 3 Ï = Direct (Ï 1 ) 2 Ï = Diluted (Ï 2 ) 1 Ï = Synthesized (Ï 3 ) 0 otherwise (Ï 4 /Ï 5 ) (1) The gradient captures degrees of ideological victory:+3for undiluted dominance,+2for agenda-setting despite magnitude concessions,+1for anchoring core principles within hybrid compromises. The3/2/1values are an ordinal encoding of ideological survival rather than calibrated magnitudes. Any monotonically decreasing weighting over Direct, Diluted, Synthesizedpreserves the intended ordering of per-clause influence. Zero-weighting Pipeline and Orphan prevents hallucinations from inflating scores: novel provisions from parametric prior knowledge lack a causal link to the platforms, and excluding untraceable content is essential for objectively allocating influence. 3.8 Empirical Validation via Real-World Grounding To test external validity we add a Real-World Grounding layer (L Real ) answering the studyâs ultimate question: did the simulation invent plausible compromises, or recreate those that occurred? Using the same Qwen3.6 (27B) NLI pipeline (Qwen Team, 2026), we grade everyL 3 measure â keeping its MILT class â against the historically adopted agreement (Vlaamse Regering, 2019) as Present (exact or functional equivalent), Partially Present (altered constraints, timelines, or scope), or Absent. Unlike the CIS, this comparison grades every provision regardless of class: including the hallucination classes keeps the test fair rather than circular and lets the data reveal whether traceable lineage predicts materialization. That untraceable classes largely fail to appear is an empirical finding, not an artefact, and does not affect the influence scores. Cross-tabulating internal MILT states against external presence then tests whether anchored outcomes (Direct, Diluted, Synthesized) align with reality while systemic errors (Pipeline, Orphan) fail to materialize. 4 Results and Discussion A single pipeline execution negotiates the coalition scenario (N-VA, CD&V, Open Vld) across the 22 policy dossiers exhausting the Flemish governmentâs competences, producing on average 876 classified provenance points over its L 0 /L 1 /L 3 corpus. To show results reflecting the simulator rather than one stochastic draw, we repeat the simulation three times (N = 2,629points), reporting quantities as across-run mean±SD; each run is evaluated twice, isolating evaluator noise from run-to-run variation. EveryL 3 point carries a MILT label, a human-readable audit trail, and a grounding grade against the 2019 coalition agreement (Present, Partial, Absent), summarized per dossier by the realization index G = (n present + 0.5n partial )/N. This section follows the frameworkâs three pillars: lineage explainability using MILT, CIS to define the winner, and a real-world grounding analysis. 4.1 Explainability and the transparency of grounding Table 1 reports each MILT state across the three simulations with mean±SD and corpus share. Provenance-bearing provisions (Direct, Diluted, Synthesized) account for nearly all present and most partial judgements, whereas systemic- error classes (Orphan, Pipeline) are overwhelmingly absent and seldom fully grounded. This ordering is stable across 6 Digital Pantheon: Simulating and Auditing Coalition Formation with LLM AgentsA PREPRINT every simulation and pass. Provisions with genuine manifesto provenance are consistently more likely to match the historically adopted 2019 agreement than the modelâs ungrounded inventions â a relationship quantified in the grounding analysis below. Table 1: MILT topology composition across the three simulations, pooled across runs. MILT topology stateSim 1Sim 2Sim 3Mean± SDShare Direct Lineage (Ï 1 )390373387383.3± 9.143.7%± 0.9% Diluted Lineage (Ï 2 )116126117119.7± 5.513.7%± 0.8% Synthesized Lineage (Ï 3 )119130111120.0± 9.513.7%± 1.2% Pipeline Artifact (Ï 4 )62625559.7± 4.06.8%± 0.4% Orphan (Hallucination) (Ï 5 )212175194193.7± 18.522.1%± 1.7% Ideological Retention (Ï 1 + Ï 2 )506499504503.0± 3.657.4%± 1.0% Systemic Error (Ï 4 + Ï 5 )274237249253.3± 18.928.9%± 1.6% Total899866864876.3± 19.7100% The test is meaningful only because the framework is transparent end-to-end: each pointâs audit trail names the originating party, records itsL 0 andL 1 match, and justifies the topology and grounding in natural language. For instance, the guarantee against âforced school mergersâ traces verbatim to an N-VA manifesto breakpoint and survives into the final (L 3 ) agreement, whereas an invented â1.15% of GNP for educationâ target is flagged as an Orphan with no L 0 /L 1 antecedent and is absent from reality. Every aggregate below thus decomposes into inspectable, party-attributed decisions. 4.2 From Topology to Winner The same provenance names a winner via the CIS (Eq. 1): a Direct or Diluted clause assigns its full weight to the originating party, a Synthesized clause one point to each contributor its audit trail names â capturing only explicitly attributable influence. Computed per evaluation pass and averaged within each simulation, the winner is a property of the simulator rather than of a single stochastic draw. N-VA wins every simulation and the ranking N-VA>CD&V> Open Vld is identical across runs: averaged, N-VA commands 40.0%±3.3% of attributable influence, ahead of CD&V (31.8%±1.8%) and Open Vld (28.2%±1.8%), with non-overlapping means. This is more balanced than the historical 2019 intra-coalition seat distribution (70/124 parliamentary seats), where N-VA held 50.0% (35/70), CD&V 27.1% (19/70), and Open Vld 22.9% (16/70). Table 2: Coalition Influence Score (CIS) by party across the three simulations; per-simulation cells give the mean±SD across the simulationâs two evaluation passes. PartySim 1 CISSim 2 CISSim 3 CISMean share± SDRank N-VA379.0± 19.8 (43.7%) 318.5± 14.8 (37.2%) 336.0± 2.8 (39.1%) 40.0%± 3.3%1 CD&V257.0± 15.6 (29.7%) 279.5± 1.4 (32.7%) 283.5± 9.2 (33.0%) 31.8%± 1.8%2 Open Vld230.5± 2.1 (26.6%) 258.5± 7.8 (30.2%) 239.0± 4.2 (27.8%) 28.2%± 1.8%3 Per-pass counts exceed distinct clauses because multi-party and synthesized provisions credit each named party. Composition is as informative as magnitude and equally stable: N-VAâs lead rests overwhelmingly on Direct Lineage (about three-quarters of its score every run), Open Vld draws most from Synthesized cross-party compromises in which it is most named, and CD&V sits between with an even split of retained and conceded weight. Crediting syntheses to every contributor narrows but never reorders the junior partners. The simulation thus reproduces a canonical coalition signature â the largest party (N-VA, who is also formateur) sets the agenda, the smaller liberal partner (Open Vld) builds consensus, the centrist (CD&V) sits between â and N-VAâs advantage concentrates in the Direct class the grounding analysis finds most likely to materialize, so the winnerâs influence is also the most durable. 7 Digital Pantheon: Simulating and Auditing Coalition Formation with LLM AgentsA PREPRINT 4.3 Empirical validation via real-world grounding The grounding distribution is stable across the three simulations. Averaged, points are present in 9.9±2.0%, partial in 35.9±0.9%, and absent in 54.2±1.5%, withG = 0.278± 0.017; the two passes per run differ by at most 0.3 points in present rate, so residual variation is evaluator noise. Table 3: Grounding distribution per simulation, pooled across runs. SimulationNPresentPartialAbsentG Simulation 189910.1%35.0%54.8%0.276 Simulation 286611.8%35.7%52.5%0.296 Simulation 38647.8%36.9%55.3%0.262 Across runs2,6299.9± 2.035.9± 0.954.2± 1.50.278± 0.017 Splitting by MILT class (Table 4, pooled) confirms internal lineage predicts external materialization. The three provenance classes (71.1% of classifications) realize atG = 0.32â0.37, whereas the two error classes (28.9%) collapse to a combinedG = 0.164: Orphan, the largest error class, is Absent in 75.4% of cases (438 of 581). Notably, Synthesized clauses realize marginally better than Direct ones (G = 0.365vs.0.333), so genuine cross-party compromise survives at least as reliably as unilaterally retained provisions. Reproducibility is weaker for generation volume than grounding quality, and the gap is itself an artefact of hallucination: distinct proposals per dossier varied widely across runs (Poverty Alleviation53,28,14; Economy and Innovation33, 27,58), and these swings concentrate in the ungrounded topologies, with Orphan and Pipeline together near 30% (760 of 2,629) and far less predictable than manifesto-anchored material. At non-zero temperature the model enumerates fluctuating unsupported elaborations around a stable ideological core, so we base all claims on proportions, not raw volumes. Table 4: Grounding outcomes by MILT topology class, pooled across runs. MILT topology statePresentPartialAbsentG Direct Lineage (Ï 1 )13.9%38.9%47.2%0.333 Diluted Lineage (Ï 2 )4.5%42.3%53.2%0.256 Synthesized Lineage (Ï 3 )14.2%44.7%41.1%0.365 Pipeline Artifact (Ï 4 )5.6%35.2%59.2%0.232 Orphan (Hallucination) (Ï 5 )4.0%20.7%75.4%0.143 Ideological Retention (Ï 1 + Ï 2 )11.7%39.7%48.6%0.315 Systemic Error (Ï 4 + Ï 5 )4.3%24.1%71.6%0.164 On that basis, a substantial fraction of provisions reached a real-world counterpart despite only four rounds: 45.8± 1.5% were graded Present or Partial (pooled Present 9.9%, 95% CI [8.7, 11.0]; Partial 35.9%, [34.0, 37.7]; Absent 54.2%, [52.3, 56.1]). Realization is sharply uneven, fromG = 0.491(Education) toG = 0.147(Finance and Budget). Per-dossier counts are too sparse for a single run, but run-invariant grounding (Table 3) licenses pooling the three runs; Table 5 reports the pooled estimates, ordered by G. Two regularities organize this ranking, both following from the level of abstraction at which a proposal is pitched rather than its subject. First, full presence (Present) concentrates in programmatic dossiers â only Education (23.2%), Foreign Policy and Tourism (18.3%), and Poverty Alleviation (17.9%) approach or exceed 18% Present â and for the best- realized dossiers the Partial state is modal (Heritage 66.7%, Education 51.8%), indicating thematic correspondence over literal adoption. Second, the lowest-realized dossiers are saturated with quantified fiscal commitments or competences split with the federal level: Brussels and Flemish Periphery records no fully grounded proposal and Finance and Budget almost none (1.1%), the former partly because the theme occupies only a brief manifesto passage (N = 52). The dominant Absent category is thus chiefly fabricated operational detail â invented budgets, percentages, deadlines, institutions â not failed thematic reasoning. The Partial state localizes this: most partials identify the correct commitment then append a quantified or institutional specification absent from the agreement, while a smaller set encode genuine contradiction (e.g., a proposal to strengthen Unia where the agreement instead winds it down, or one making the social-housing means test voluntary where the agreement makes it compulsory), which our three-state scheme registers as Absent. Two implications follow. Lineage topology is an actionable, ex-ante reliability signal: anchored provisions realize far more often than Orphans and Pipeline Artifacts, so topology can triage output before any real-world referent exists, and 8 Digital Pantheon: Simulating and Auditing Coalition Formation with LLM AgentsA PREPRINT Table 5: Per-dossier grounding distribution, pooled across runs and ordered by G. Policy domainNPresentPartialAbsentG Education11223.2%51.8%25.0%0.491 Poverty Alleviation9517.9%47.4%34.7%0.416 Foreign Policy and Tourism8218.3%43.9%37.8%0.402 Heritage486.3%66.7%27.1%0.396 Justice10812.0%41.7%46.3%0.329 Well-being13114.5%35.1%50.4%0.321 Cohesion, Onboarding and Integration14014.3%35.7%50.0%0.321 Economy and Innovation11811.9%38.1%50.0%0.309 Energy and Climate17612.5%32.4%55.1%0.287 Housing1527.9%40.8%51.3%0.283 Environment1176.0%39.3%54.7%0.256 Media and Public Broadcaster (VRT)1316.1%38.9%55.0%0.256 Animal Welfare1214.1%42.1%53.7%0.252 Mobility and Public Works15911.9%25.8%62.3%0.248 Government Operations and Efficiency1595.0%37.7%57.2%0.239 Work and Social Economy1419.2%27.7%63.1%0.230 Agriculture and Marine Fishing1166.9%31.0%62.1%0.224 Local and Urban Governance19111.5%20.4%68.1%0.217 Equal Opportunities824.9%31.7%63.4%0.207 Culture, Youth, and Sport1063.8%32.1%64.2%0.198 Brussels and Flemish Periphery520.0%36.5%63.5%0.183 Finance and Budget921.1%27.2%71.7%0.147 the agreement between internal lineage and external grounding makes the two evaluations mutually reinforcing. And because hallucinated operational specificity is both the dominant and a localized failure mode, it is the most addressable â amenable to constrained decoding or post-hoc verification without altering the thematic reasoning the simulation already performs well. 5 Conclusion We set out to determine not merely which coalition a multi-agent simulation predicts, but how it reaches agreement and which party shapes it. We built a coalition simulator coupling ASH chunking of manifestos, a two-stage protocol that adapts one base model by SFT then steers it into distinct partisan personas via DPO, and a manifesto-grounded retrieval layer keeping each agent bounded to its platform throughout a hub-and-spoke negotiation arbitrated by a tuned formateur. Unlike debate frameworks that assume cooperative agents, our agents are neither neutrally helpful nor arbitrarily opinionated but faithfully partisan â the property that makes the emergent dynamics worth measuring. On this simulator we presented the first end-to-end empirical evaluation of Multi-Layered Information Lineage Topology (MILT). Over 22 dossiers across three simulations, each evaluated twice (N = 2,629points), we showed that (i) the grounding distribution is highly reproducible â proportions barely move andG = 0.278± 0.017even as individual edge classifications drift; (i)57.4%of provisions are anchored in manifestos (Direct or Diluted), a further13.7%arise as genuine synthesis, against a28.9%systemic-error rate dominated by debate-phase hallucination rather than initialization bias; and (i) the topology decomposes into per-dossier regimes tracking each areaâs statutory and substantive structure. Validating these labels against the historical 2019 Flemish agreement, internal provenance and real-world materialization reinforce one another: provisions with verifiable lineage realize far more often than orphaned or pipeline content, so topology is an actionable, ex-ante reliability signal even before ground truth exists. Averaged across runs,45.8± 1.5% of provisions reached a real-world counterpart after only four rounds â notable external fidelity â though realization is uneven across dossiers, peaking in Education, with the dominant absent category reflecting fabricated operational detail rather than failed thematic reasoning. Building on these classifications, the Coalition Influence Score (CIS), a principled +3/ + 2/ + 1mapping excluding hallucinated content by construction, identifies N-VA as the clear winner (40.0± 3.3% of attributable weight, ahead of CD&V and Open Vld) â robust across all runs and passes, consistent with N-VA being both largest party and formateur, and concentrated in the Direct class most likely to materialize. MILT thus delivers what an end-to-end classifier cannot: a temporally-decomposed, reproducibility-quantified, externally-grounded account of how a simulated coalition reaches agreement, and who wins it. Several caveats and extensions remain. The CIS weights clauses equally regardless of budgetary and political stakes (e.g., Education outweighing Animal Welfare). The simulation is closed, omitting socio-economic, federal, media- 9 Digital Pantheon: Simulating and Auditing Coalition Formation with LLM AgentsA PREPRINT salience, and electorate-feedback channels, while realization is conditioned on the single 2019 referent. Finally, the three-state grounding scheme records contradiction merely as absence, and the automated NLI labels remain transparent only through their audit trails. Future work could enrich the simulation: a two-level-game formulation (Putnam, 1988) coupling regional and federal bargaining with a media-salience process, architectural ablations (peer-to-peer, partisan, or multi-formateur committees, and alternative formateur instantiations beyond the largest-party convention adopted here), component ablations quantifying the marginal contribution of SFT, DPO, and RAG against prompt-only or non-tuned baselines, and perturbed inputs such as alternative manifestos (e.g., 2024) or counterfactual coalitions. Cross-system replication would then test whether the narrow attrition band, frame-anchoring dominance, and lineage typology are system-level properties of proportional-representation coalition politics or artefacts of the Flemish segmented party system (De Winter et al., 2006; Deschouwer & Reuchamps, 2013). Finally, the evaluation could be hardened by validating a sample of the automated NLI labels against human expert annotators, and by moving the CIS beyond uniform clause weighting, including a sensitivity analysis of its 3/2/1 gradient under alternative weight vectors. References Agiza, A., Mostagir, M., & Reda, S. (2025). PoliTune: Analyzing the Impact of Data Selection and Fine-Tuning on Economic and Political Biases in Large Language Models. Proceedings of the 2024 AAAI/ACM Conference on AI, Ethics, and Society, 2â12. Amgoud, L., Belabbes, S., & Prade, H. (2005). Towards a formal framework for the search of a consensus between autonomous agents. Proceedings of the 4th international joint conference on Autonomous agents and multiagent systems, 537â543. Bandara, E., Hewa, T., Gore, R., et al. (2025). Towards Responsible and Explainable AI Agents with Consensus-Driven Reasoning. Becker, J., Kaesberg, L. B., Bauer, N., et al. (2025). MALLM: Multi-Agent Large Language Models Framework. Proceedings of the 2025 Conference on EMNLP: System Demonstrations, 418â439. Briman, E., Shapiro, E., & Talmon, N. (2026). AI-Generated Compromises for Coalition Formation. Choi, H. K., Zhu, J., & Li, S. (2025). Debate or Vote: Which Yields Better Decisions in Multi-Agent Large Language Models? Advances in Neural Information Processing Systems, 38, 101732â101764. Chroma-core. (2023). Chroma: The AI-native open-source embedding database (Version 0.4.x). Cui, Y., Fu, H., Zhang, H., Wang, L., & Zuo, C. (2025). Free-MAD: Consensus-Free Multi-Agent Debate. De Winter, L., Swyngedouw, M., & Dumont, P. (2006). Party system(s) and electoral behaviour in Belgium: From stability to balkanisation. West European Politics, 29(5), 933â956. Deschouwer, K., & Reuchamps, M. (2013). The Belgian Federation at a Crossroad. Regional & Federal Studies, 23(3), 261â270. Du, Y., Li, S., Torralba, A., et al. (2024). Improving factuality and reasoning in language models through multiagent debate. ICMLâ24: Proceedings of the 41st ICML. Gemma Team, Kamath, A., Ferret, J., et al. (2025). Gemma 3 Technical Report. Gritta, M., Paul, D., Li, X., et al. (2026). Process Evaluation for Agentic Systems. Findings of the ACL: EACL 2026, 2678â2692. Guo, T., Chen, X., Wang, Y., et al. (2024). Large language model based multi-agents: a survey of progress and challenges. Proceedings of the 33rd IJCAI. Hannun, A., Digani, J., Katharopoulos, A., & Collobert, R. (2023). MLX: Efficient and flexible machine learning on Apple silicon (Version 0.21.1). Jiang, H., Zhang, X., Cao, X., et al. (2024). PersonaLLM: Investigating the Ability of Large Language Models to Express Personality Traits. Findings of the ACL: NAACL 2024, 3605â3627. Kaesberg, L. B., Becker, J., Wahle, J. P., et al. (2025). Voting or Consensus? Decision-Making in Multi-Agent Debate. Findings of the ACL: ACL 2025, 11640â11671. Kim, J., Yang, N., & Jung, K. (2024). Persona is a Double-edged Sword: Mitigating the Negative Impact of Role-playing Prompts in Zero-shot Reasoning Tasks. Kröhling, D. E., Chiotti, O. J., & MartĂnez, E. C. (2023). Artificial Theory of Mind in contextual automated negotiations within peer-to-peer markets. Engineering Applications of Artificial Intelligence, 120, 105887. Li, H., Gong, R., & Jiang, H. (2024). Political Actor Agent: Simulating Legislative System for Roll Call Votes Prediction with Large Language Models. Li, X. (2025). A Review of Prominent Paradigms for LLM-Based Agents: Tool Use, Planning (Including RAG), and Feedback Learning. Proceedings of the 31st International Conference on Computational Linguistics, 9760â9779. Liang, T., He, Z., Jiao, W., et al. (2024). Encouraging Divergent Thinking in Large Language Models through Multi- Agent Debate. Proceedings of the 2024 Conference on EMNLP, 17889â17904. 10 Digital Pantheon: Simulating and Auditing Coalition Formation with LLM AgentsA PREPRINT Liang, Y., Yang, L., Wang, C., et al. (2026). Benchmarking LLMs for Political Science: A United Nations Perspective. Proceedings of the AAAI Conference on Artificial Intelligence, 40(1), 738â745. Liu, X., Gu, S., & Song, D. (2026). AgenticPay: A Multi-Agent LLM Negotiation System for Buyer-Seller Transactions. McKie, J., & Liu, R. (2024). PyMuPDF Documentation (Version 1.24.2). Moghimifar, F., Li, Y.-F., Thomson, R., & Haffari, G. (2024). Modelling Political Coalition Negotiations Using LLM-based Agents. Ollama Team. (2023). Ollama Documentation (Version 0.1.48). Penrose, L. S. (1946). The Elementary Statistics of Majority Voting. Journal of the Royal Statistical Society, 109(1), 53â57. Putnam, R. D. (1988). Diplomacy and Domestic Politics: The Logic of Two-Level Games. International Organization, 42(3), 427â460. Qdrant Team. (2023). FastEmbed: Fast, light, accurate library built for retrieval embedding generation (Version 0.8.0). Qwen Team. (2026). Qwen3.6-27B: Flagship-Level Coding in a 27B Dense Model. Rafailov, R., Sharma, A., Mitchell, E., et al. (2024). Direct preference optimization: Your language model is secretly a reward model. Adv. Neural Inf. Process. Syst., 36, 53728â53741. Smit, A., Grinsztajn, N., Duckworth, P., et al. (2024). Should we be going MAD? A Look at Multi-Agent Debate Strategies for LLMs. Proceedings of the 41st International Conference on Machine Learning. Sumers, T. R., Yao, S., Narasimhan, K., & Griffiths, T. L. (2024). Cognitive Architectures for Language Agents. Vaccaro, M., Caosun, M., Ju, H., Aral, S., & Curhan, J. R. (2025). Advancing AI Negotiations: A Large-Scale Autonomous Negotiation Competition. Vlaamse Regering. (2019). Regeerakkoord van de Vlaamse Regering 2019â2024 [Coalition Agreement of the Flemish Government 2019â2024]. Wang, L., Ma, C., Feng, X., et al. (2024). A survey on large language model based autonomous agents. Frontiers of Computer Science, 18(6), 186345. Xi, Z., Chen, W., Guo, X., et al. (2025). The rise and potential of large language model based agents: a survey. Science China Information Sciences, 68(2), 121101. Yang, L., Li, S., & Deng, A. (2026). Dynamic Consensus Communication Mechanism for Large Language Model-Based Multi-Agent Systems. Journal of Signal Processing Systems, 98(1), 10. Yehudai, A., Eden, L., Li, A., et al. (2025). Survey on Evaluation of LLM-based Agents. Yin, Z., Sun, Q., Chang, C., et al. (2023). Exchange-of-Thought: Enhancing Large Language Model Capabilities through Cross-Model Communication. Proceedings of the 2023 Conference on EMNLP, 15135â15153. Zhang, Z., Wang, X., Yi, M., et al. (2026). PoliCon: Evaluating LLMs on Achieving Diverse Political Consensus Objectives. Zhao, R., Zhang, W., Chia, Y. K., et al. (2025). Auto-Arena: Automating LLM Evaluations with Agent Peer Battles and Committee Discussions. Proceedings of the 63rd Annual Meeting of the ACL (Volume 1: Long Papers), 4440â4463. 11