Skip to content

Commit a57d7c6

Browse files
authored
Update Publications.jsx
1 parent 839337c commit a57d7c6

File tree

1 file changed

+16
-2
lines changed

1 file changed

+16
-2
lines changed

src/config/Publications.jsx

+16-2
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,25 @@ const publications = [
3434
},
3535
{
3636
key: "feng2024graphrouter",
37-
title: "Graphrouter: A graph-based router for llm selections",
37+
title: "GraphRouter: A graph-based router for llm selections",
3838
authors: "Tao Feng, Yanzhen Shen, Jiaxuan You",
3939
year: "2025",
4040
links: {
41-
paper: "https://arxiv.org/abs/2410.03834",
41+
paper: "https://openreview.net/forum?id=eU39PDsZtT",
42+
},
43+
files: {
44+
markdown: require("../assets/publications/feng2024graphrouter/graphrouter.md"),
45+
},
46+
venue: "ICLR 2025",
47+
tags: ["LLM", "Graph"],
48+
},
49+
{
50+
key: "feng2024grapheval",
51+
title: "GraphEval: A Lightweight Graph-Based LLM Framework for Idea Evaluation",
52+
authors: "Tao Feng*, Yihang Sun*, and Jiaxuan You",
53+
year: "2025",
54+
links: {
55+
paper: "https://openreview.net/forum?id=5RUM1aIdok&referrer=%5BAuthor%20Console%5D(%2Fgroup%3Fid%3DICLR.cc%2F2025%2FConference%2FAuthors%23your-submissions)",
4256
},
4357
files: {
4458
markdown: require("../assets/publications/feng2024graphrouter/graphrouter.md"),

0 commit comments

Comments
 (0)