|
1 | 1 | const publications = [ |
2 | | - { |
3 | | - key: "peixuan2025sar", |
4 | | - title: "Self-Aligned Reward: Towards Effective and Efficient Reasoners", |
5 | | - authors: |
6 | | - "Peixuan Han, Adit Krishnan, Gerald Friedland, Jiaxuan You, Chris Kong", |
7 | | - year: "2025", |
8 | | - venue: "Preprint", |
9 | | - links: { |
10 | | - paper: "https://arxiv.org/pdf/2509.05489", |
11 | | - thread: "https://x.com/peixuanhakhan/status/1965907899642949795", |
12 | | - contact: "mailto:ph16@illinois.edu", |
13 | | - }, |
14 | | - files: { |
15 | | - markdown: require("../assets/publications/peixuan2025sar/sar.md"), |
16 | | - }, |
17 | | - tags: ["LLM", "Reasoning", "Efficiency"], |
18 | | - }, |
19 | | - { |
20 | | - key: "peixuan2025tomap", |
21 | | - title: "ToMAP: Training Opponent-Aware LLM Persuaders with Theory of Mind", |
22 | | - authors: |
23 | | - "Peixuan Han, Zijia Liu, Jiaxuan You", |
24 | | - year: "2025", |
25 | | - venue: "Preprint", |
26 | | - links: { |
27 | | - paper: "https://arxiv.org/pdf/2505.22961", |
28 | | - code: "https://github.com/ulab-uiuc/ToMAP", |
29 | | - contact: "mailto:ph16@illinois.edu", |
30 | | - }, |
31 | | - files: { |
32 | | - markdown: require("../assets/publications/peixuan2025tomap/tomap.md"), |
33 | | - }, |
34 | | - tags: ["LLM", "Agent"], |
35 | | - }, |
| 2 | + // { |
| 3 | + // key: "peixuan2025sar", |
| 4 | + // title: "Self-Aligned Reward: Towards Effective and Efficient Reasoners", |
| 5 | + // authors: |
| 6 | + // "Peixuan Han, Adit Krishnan, Gerald Friedland, Jiaxuan You, Chris Kong", |
| 7 | + // year: "2025", |
| 8 | + // venue: "Preprint", |
| 9 | + // links: { |
| 10 | + // paper: "https://arxiv.org/pdf/2509.05489", |
| 11 | + // thread: "https://x.com/peixuanhakhan/status/1965907899642949795", |
| 12 | + // contact: "mailto:ph16@illinois.edu", |
| 13 | + // }, |
| 14 | + // files: { |
| 15 | + // markdown: require("../assets/publications/peixuan2025sar/sar.md"), |
| 16 | + // }, |
| 17 | + // tags: ["LLM", "Reasoning", "Efficiency"], |
| 18 | + // }, |
| 19 | + // { |
| 20 | + // key: "peixuan2025tomap", |
| 21 | + // title: "ToMAP: Training Opponent-Aware LLM Persuaders with Theory of Mind", |
| 22 | + // authors: |
| 23 | + // "Peixuan Han, Zijia Liu, Jiaxuan You", |
| 24 | + // year: "2025", |
| 25 | + // venue: "Preprint", |
| 26 | + // links: { |
| 27 | + // paper: "https://arxiv.org/pdf/2505.22961", |
| 28 | + // code: "https://github.com/ulab-uiuc/ToMAP", |
| 29 | + // contact: "mailto:ph16@illinois.edu", |
| 30 | + // }, |
| 31 | + // files: { |
| 32 | + // markdown: require("../assets/publications/peixuan2025tomap/tomap.md"), |
| 33 | + // }, |
| 34 | + // tags: ["LLM", "Agent"], |
| 35 | + // }, |
36 | 36 | { |
37 | 37 | key: "zhu2025multiagentbenchevaluatingcollaborationcompetition", |
38 | 38 | title: "MultiAgentBench: Evaluating the Collaboration and Competition of LLM agents", |
|
0 commit comments