Skip to content

Commit 2ff05d1

Browse files
committed
docs: update C3 links for arxiv release
1 parent 5869e1a commit 2ff05d1

4 files changed

Lines changed: 47 additions & 25 deletions

File tree

CITATION.cff

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
cff-version: 1.2.0
2-
message: "If you use this software, please cite our paper."
2+
message: "If you use this software, please cite our arXiv paper."
33
title: "C3: Contextual Counterfactual Credit Assignment for Multi-Agent Reinforcement Learning in LLM Collaboration"
44
type: software
55
license: Apache-2.0
@@ -25,7 +25,7 @@ keywords:
2525
- large language models
2626
- counterfactual evaluation
2727
- RLHF infrastructure
28-
date-released: "2026-02-11"
28+
date-released: "2026-03-10"
2929
preferred-citation:
3030
type: article
3131
title: "Contextual Counterfactual Credit Assignment for Multi-Agent Reinforcement Learning in LLM Collaboration"
@@ -45,4 +45,7 @@ preferred-citation:
4545
- family-names: Zhang
4646
given-names: Wei
4747
year: 2026
48-
notes: "Submitted manuscript dated March 6, 2026; public arXiv link pending."
48+
journal: "arXiv"
49+
doi: 10.48550/arXiv.2603.06859
50+
url: "https://arxiv.org/abs/2603.06859"
51+
notes: "arXiv:2603.06859 [cs.LG, cs.AI]."

README.md

Lines changed: 14 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
<p><strong>Contextual Counterfactual Credit Assignment</strong></p>
44
<p>
55
<a href="https://eit-east-lab.github.io/C3/"><img src="https://img.shields.io/badge/Project-Page-B24A2F" alt="Project Page"></a>
6-
<a href="https://eit-east-lab.github.io/C3/"><img src="https://img.shields.io/badge/arXiv-Public%20Posting%20Pending-7B2F1A" alt="arXiv public posting pending"></a>
6+
<a href="https://arxiv.org/abs/2603.06859"><img src="https://img.shields.io/badge/arXiv-2603.06859-B31B1B" alt="arXiv 2603.06859"></a>
7+
<a href="https://arxiv.org/pdf/2603.06859"><img src="https://img.shields.io/badge/PDF-arXiv%20Paper-7B2F1A" alt="arXiv PDF"></a>
78
<a href="docs/IMPLEMENTATION_AUDIT.md"><img src="https://img.shields.io/badge/Paper-Implementation%20Audit-8A2BE2" alt="Paper Implementation Audit"></a>
89
<a href="docs/RELEASE_POLICY.md"><img src="https://img.shields.io/badge/Release-Policy-0A66C2" alt="Release Policy"></a>
910
<a href=".github/workflows/ci-lite.yml"><img src="https://img.shields.io/badge/CI-Lite%20Gate-2EA043" alt="CI Lite Gate"></a>
@@ -12,6 +13,8 @@
1213
</p>
1314
<p>
1415
<a href="https://eit-east-lab.github.io/C3/">Project Page</a> |
16+
<a href="https://arxiv.org/abs/2603.06859">arXiv</a> |
17+
<a href="https://arxiv.org/pdf/2603.06859">PDF</a> |
1518
<a href="docs/GETTING_STARTED.md">Getting Started</a> |
1619
<a href="docs/CODE_MAP.md">Code Map</a> |
1720
<a href="docs/IMPLEMENTATION_CHECKLIST.md">Implementation Checklist</a> |
@@ -21,7 +24,7 @@
2124

2225
Reference implementation for the paper **Contextual Counterfactual Credit Assignment for Multi-Agent Reinforcement Learning in LLM Collaboration**.
2326

24-
Paper status: submitted to arXiv on March 6, 2026; public posting pending moderation. The companion project page is available at [eit-east-lab.github.io/C3](https://eit-east-lab.github.io/C3/).
27+
Paper status: now available on arXiv as [2603.06859](https://arxiv.org/abs/2603.06859). The companion project page is available at [eit-east-lab.github.io/C3](https://eit-east-lab.github.io/C3/), and the official PDF is available [here](https://arxiv.org/pdf/2603.06859).
2528

2629
## TL;DR
2730

@@ -84,6 +87,8 @@ Corresponding local directories (`data/`, `artifacts/`, `ckpt/`, `runs/`, `wandb
8487
## Quick Navigation
8588

8689
- **Project Page**: [C3 Paper Page](https://eit-east-lab.github.io/C3/)
90+
- **Paper**: [arXiv Abstract](https://arxiv.org/abs/2603.06859)
91+
- **PDF**: [arXiv PDF](https://arxiv.org/pdf/2603.06859)
8792
- **New User**: [Getting Started Guide](docs/GETTING_STARTED.md)
8893
- **Code Layout**: [Code Map](docs/CODE_MAP.md)
8994
- **Paper-to-Code Mapping**: [Implementation Audit](docs/IMPLEMENTATION_AUDIT.md)
@@ -258,10 +263,13 @@ We deeply appreciate the open-source community for their foundational work. In p
258263
If you find this repository or paper useful for your research, please cite:
259264

260265
```bibtex
261-
@article{chen2026contextual,
266+
@misc{chen2026contextualcounterfactualcreditassignment,
262267
title={Contextual Counterfactual Credit Assignment for Multi-Agent Reinforcement Learning in LLM Collaboration},
263-
author={Chen, Yanjun and Sun, Yirong and Wang, Hanlin and Zhang, Xinming and Shen, Xiaoyu and Li, Wenjie and Zhang, Wei},
264-
journal={arXiv preprint},
265-
year={2026}
268+
author={Yanjun Chen and Yirong Sun and Hanlin Wang and Xinming Zhang and Xiaoyu Shen and Wenjie Li and Wei Zhang},
269+
year={2026},
270+
eprint={2603.06859},
271+
archivePrefix={arXiv},
272+
primaryClass={cs.LG},
273+
url={https://arxiv.org/abs/2603.06859}
266274
}
267275
```

project-page/assets/C3.bib

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
1-
@article{chen2026contextual,
1+
@misc{chen2026contextualcounterfactualcreditassignment,
22
title={Contextual Counterfactual Credit Assignment for Multi-Agent Reinforcement Learning in LLM Collaboration},
3-
author={Chen, Yanjun and Sun, Yirong and Wang, Hanlin and Zhang, Xinming and Shen, Xiaoyu and Li, Wenjie and Zhang, Wei},
4-
journal={arXiv preprint},
3+
author={Yanjun Chen and Yirong Sun and Hanlin Wang and Xinming Zhang and Xiaoyu Shen and Wenjie Li and Wei Zhang},
54
year={2026},
6-
note={Submitted manuscript, public arXiv link pending}
5+
eprint={2603.06859},
6+
archivePrefix={arXiv},
7+
primaryClass={cs.LG},
8+
url={https://arxiv.org/abs/2603.06859}
79
}

project-page/index.html

Lines changed: 21 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,15 @@
1515
<meta property="og:title" content="C3 - Contextual Counterfactual Credit Assignment">
1616
<meta
1717
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."
1919
>
2020
<meta property="og:image" content="https://eit-east-lab.github.io/C3/assets/figs/C3-Logo.png">
2121
<meta property="og:image:alt" content="C3 logo for the project page">
2222
<meta name="twitter:card" content="summary_large_image">
2323
<meta name="twitter:title" content="C3 - Contextual Counterfactual Credit Assignment">
2424
<meta
2525
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."
2727
>
2828
<meta name="twitter:image" content="https://eit-east-lab.github.io/C3/assets/figs/C3-Logo.png">
2929
<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
6767

6868
<div class="hero-actions">
6969
<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>
7072
<a class="button" href="https://github.com/EIT-EAST-Lab/C3/blob/main/docs/GETTING_STARTED.md">Getting Started</a>
7173
<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>
7375
</div>
7476

7577
<div class="status-strip" id="paper-status">
7678
<div class="status-card">
7779
<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>
8085
</div>
8186
<div class="status-card">
8287
<span class="status-label">Setting</span>
@@ -348,30 +353,34 @@ <h2>Use C3 in your work</h2>
348353
<div class="citation-layout">
349354
<div class="citation-copy">
350355
<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.
353357
</p>
354358
<div class="citation-actions">
355359
<button class="button button-primary" id="copy-bibtex" type="button">Copy BibTeX</button>
356360
<a class="button" href="assets/C3.bib">Download BibTeX</a>
361+
<a class="button" href="https://arxiv.org/abs/2603.06859">Open arXiv</a>
357362
</div>
358363
<p class="copy-status" id="copy-status" aria-live="polite"></p>
359364
</div>
360-
<pre class="citation-block" id="bibtex"><code>@article{chen2026contextual,
365+
<pre class="citation-block" id="bibtex"><code>@misc{chen2026contextualcounterfactualcreditassignment,
361366
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},
364368
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}
366373
}</code></pre>
367374
</div>
368375
</section>
369376
</main>
370377

371378
<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>
373380
<div class="footer-links">
374381
<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>
375384
<a href="assets/C3.bib">BibTeX</a>
376385
<a href="https://github.com/EIT-EAST-Lab/C3/blob/main/README.md">README</a>
377386
<a href="https://github.com/EIT-EAST-Lab/C3/blob/main/docs/GETTING_STARTED.md">Docs</a>

0 commit comments

Comments
 (0)