|
15 | 15 | <meta property="og:title" content="C3 - Contextual Counterfactual Credit Assignment"> |
16 | 16 | <meta |
17 | 17 | property="og:description" |
18 | | - content="Decision-level credit assignment for collaborative LLM systems via fixed-context replay and leave-one-out baselines." |
| 18 | + content="Now on arXiv as 2603.06859: decision-level credit assignment for collaborative LLM systems via fixed-context replay and leave-one-out baselines." |
19 | 19 | > |
20 | 20 | <meta property="og:image" content="https://eit-east-lab.github.io/C3/assets/figs/C3-Logo.png"> |
21 | 21 | <meta property="og:image:alt" content="C3 logo for the project page"> |
22 | 22 | <meta name="twitter:card" content="summary_large_image"> |
23 | 23 | <meta name="twitter:title" content="C3 - Contextual Counterfactual Credit Assignment"> |
24 | 24 | <meta |
25 | 25 | name="twitter:description" |
26 | | - content="Project page for C3: decision-level credit assignment for multi-agent reinforcement learning in LLM collaboration." |
| 26 | + content="Now on arXiv as 2603.06859: decision-level credit assignment for multi-agent reinforcement learning in LLM collaboration." |
27 | 27 | > |
28 | 28 | <meta name="twitter:image" content="https://eit-east-lab.github.io/C3/assets/figs/C3-Logo.png"> |
29 | 29 | <link rel="icon" type="image/png" href="assets/figs/C3-Logo.png"> |
@@ -67,16 +67,21 @@ <h1>Contextual Counterfactual Credit Assignment for Multi-Agent Reinforcement Le |
67 | 67 |
|
68 | 68 | <div class="hero-actions"> |
69 | 69 | <a class="button button-primary" href="https://github.com/EIT-EAST-Lab/C3">Code</a> |
| 70 | + <a class="button" href="https://arxiv.org/abs/2603.06859">arXiv Abstract</a> |
| 71 | + <a class="button" href="https://arxiv.org/pdf/2603.06859">PDF</a> |
70 | 72 | <a class="button" href="https://github.com/EIT-EAST-Lab/C3/blob/main/docs/GETTING_STARTED.md">Getting Started</a> |
71 | 73 | <a class="button" href="https://github.com/EIT-EAST-Lab/C3/blob/main/docs/IMPLEMENTATION_AUDIT.md">Implementation Audit</a> |
72 | | - <a class="button" href="#paper-status">Paper Status</a> |
| 74 | + <a class="button" href="#citation">Citation</a> |
73 | 75 | </div> |
74 | 76 |
|
75 | 77 | <div class="status-strip" id="paper-status"> |
76 | 78 | <div class="status-card"> |
77 | 79 | <span class="status-label">Status</span> |
78 | | - <strong>Submitted to arXiv; public posting pending moderation</strong> |
79 | | - <p>This page reflects the March 6, 2026 submission manuscript. The public arXiv link will be added once it is live.</p> |
| 80 | + <strong>Now on arXiv as 2603.06859</strong> |
| 81 | + <p> |
| 82 | + Read the official abstract <a class="inline-link" href="https://arxiv.org/abs/2603.06859">on arXiv</a> |
| 83 | + or download the paper <a class="inline-link" href="https://arxiv.org/pdf/2603.06859">here</a>. |
| 84 | + </p> |
80 | 85 | </div> |
81 | 86 | <div class="status-card"> |
82 | 87 | <span class="status-label">Setting</span> |
@@ -348,30 +353,34 @@ <h2>Use C3 in your work</h2> |
348 | 353 | <div class="citation-layout"> |
349 | 354 | <div class="citation-copy"> |
350 | 355 | <p> |
351 | | - If C3 or this repository helps your research, please cite the manuscript below. The arXiv identifier can be |
352 | | - filled in once the public posting is available. |
| 356 | + If C3 or this repository helps your research, please cite the official arXiv paper below. |
353 | 357 | </p> |
354 | 358 | <div class="citation-actions"> |
355 | 359 | <button class="button button-primary" id="copy-bibtex" type="button">Copy BibTeX</button> |
356 | 360 | <a class="button" href="assets/C3.bib">Download BibTeX</a> |
| 361 | + <a class="button" href="https://arxiv.org/abs/2603.06859">Open arXiv</a> |
357 | 362 | </div> |
358 | 363 | <p class="copy-status" id="copy-status" aria-live="polite"></p> |
359 | 364 | </div> |
360 | | - <pre class="citation-block" id="bibtex"><code>@article{chen2026contextual, |
| 365 | + <pre class="citation-block" id="bibtex"><code>@misc{chen2026contextualcounterfactualcreditassignment, |
361 | 366 | title={Contextual Counterfactual Credit Assignment for Multi-Agent Reinforcement Learning in LLM Collaboration}, |
362 | | - author={Chen, Yanjun and Sun, Yirong and Wang, Hanlin and Zhang, Xinming and Shen, Xiaoyu and Li, Wenjie and Zhang, Wei}, |
363 | | - journal={arXiv preprint}, |
| 367 | + author={Yanjun Chen and Yirong Sun and Hanlin Wang and Xinming Zhang and Xiaoyu Shen and Wenjie Li and Wei Zhang}, |
364 | 368 | year={2026}, |
365 | | - note={Submitted manuscript, public arXiv link pending} |
| 369 | + eprint={2603.06859}, |
| 370 | + archivePrefix={arXiv}, |
| 371 | + primaryClass={cs.LG}, |
| 372 | + url={https://arxiv.org/abs/2603.06859} |
366 | 373 | }</code></pre> |
367 | 374 | </div> |
368 | 375 | </section> |
369 | 376 | </main> |
370 | 377 |
|
371 | 378 | <footer class="footer"> |
372 | | - <p>C3 project page for the March 6, 2026 preprint manuscript.</p> |
| 379 | + <p>C3 project page for the arXiv paper 2603.06859.</p> |
373 | 380 | <div class="footer-links"> |
374 | 381 | <a href="https://github.com/EIT-EAST-Lab/C3">Repository</a> |
| 382 | + <a href="https://arxiv.org/abs/2603.06859">arXiv</a> |
| 383 | + <a href="https://arxiv.org/pdf/2603.06859">PDF</a> |
375 | 384 | <a href="assets/C3.bib">BibTeX</a> |
376 | 385 | <a href="https://github.com/EIT-EAST-Lab/C3/blob/main/README.md">README</a> |
377 | 386 | <a href="https://github.com/EIT-EAST-Lab/C3/blob/main/docs/GETTING_STARTED.md">Docs</a> |
|
0 commit comments