Skip to content

Commit 0534689

Browse files
authored
Update Publications.jsx
1 parent 261a5d8 commit 0534689

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

src/config/Publications.jsx

+17
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,21 @@
11
const publications = [
2+
{
3+
key: "zhu2025multiagentbenchevaluatingcollaborationcompetition",
4+
title: "MultiAgentBench: Evaluating the Collaboration and Competition of LLM agents",
5+
authors:
6+
"Kunlun Zhu, Hongyi Du, Zhaochen Hong, Xiaocheng Yang, Shuyi Guo, Zhe Wang, Zhenhailong Wang, Cheng Qian, Xiangru Tang, Heng Ji, Jiaxuan You",
7+
year: "2025",
8+
venue: "Preprint",
9+
links: {
10+
paper: "https://arxiv.org/abs/2503.01935",
11+
code: "https://github.com/MultiagentBench/MARBLE",
12+
thread: "https://x.com/Kunlun_Zhu/status/1897123371047088459",
13+
contact: "mailto:[email protected]",
14+
},
15+
files: {
16+
},
17+
tags: ["LLM", "Agent"],
18+
},
219
{
320
key: "feng2024graphrouter",
421
title: "Graphrouter: A graph-based router for llm selections",

0 commit comments

Comments
 (0)