File tree 1 file changed +16
-2
lines changed
1 file changed +16
-2
lines changed Original file line number Diff line number Diff line change @@ -34,11 +34,25 @@ const publications = [
34
34
} ,
35
35
{
36
36
key : "feng2024graphrouter" ,
37
- title : "Graphrouter : A graph-based router for llm selections" ,
37
+ title : "GraphRouter : A graph-based router for llm selections" ,
38
38
authors : "Tao Feng, Yanzhen Shen, Jiaxuan You" ,
39
39
year : "2025" ,
40
40
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)" ,
42
56
} ,
43
57
files : {
44
58
markdown : require ( "../assets/publications/feng2024graphrouter/graphrouter.md" ) ,
You can’t perform that action at this time.
0 commit comments