Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BFCL Website] Add Search Functionality for Leaderboard and Remove Multi-Turn Composite Column #766

Merged
merged 9 commits into from
Nov 23, 2024
3 changes: 1 addition & 2 deletions assets/css/leaderboard_main.css
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,7 @@
#leaderboard td:nth-child(24),
#leaderboard td:nth-child(25),
#leaderboard td:nth-child(26),
#leaderboard td:nth-child(27),
#leaderboard td:nth-child(28) {
#leaderboard td:nth-child(27){
background-color: #efabdf;
}

Expand Down
5 changes: 2 additions & 3 deletions data/forms/formHeaders.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
{ "content": "", "class": "sticky-top-column", "colspan": 3 },
{ "content": "", "class": "latency-top-header", "colspan": 4 },
{ "content": "Single Turn", "class": "nonliveast-top-header nonliveexec-top-header liveast-top-header", "colspan": 15 },
{ "content": "Multi Turn", "class": "multiturn-top-header", "colspan": 6 },
{ "content": "Multi Turn", "class": "multiturn-top-header", "colspan": 5 },
{ "content": "Hallucination Measurement", "class": "", "colspan": 2 },
{ "content": "", "class": "", "colspan": 2 }
]
Expand All @@ -20,7 +20,7 @@
{ "content": "Non-live (AST)", "id":"nonliveast", "class": "nonliveast-header", "colspan": 5, "canExpand": true },
{ "content": "Non-live (Exec)", "id":"nonliveexec", "class": "nonliveexec-header", "colspan": 5, "canExpand": true },
{ "content": "Live (AST)", "id":"liveast", "class": "liveast-header", "colspan": 5, "canExpand": true },
{ "content": "Multi turn", "id":"multiturn", "class": "multiturn-header", "colspan": 6, "canExpand": true },
{ "content": "Multi turn", "id":"multiturn", "class": "multiturn-header", "colspan": 5, "canExpand": true },
{ "content": "", "class": "", "colspan": 2 },
{ "content": "", "class": "", "colspan": 2 }
]
Expand Down Expand Up @@ -60,7 +60,6 @@
{ "content": "Miss Func", "class": "column-header multiturn-sub-header" },
{ "content": "Miss Param", "class": "column-header multiturn-sub-header" },
{ "content": "Long Context", "class": "column-header multiturn-sub-header" },
{ "content": "Composite", "class": "column-header multiturn-sub-header" },

{ "content": "Relevance", "class": "column-header" },
{ "content": "Irrelevance", "class": "column-header" },
Expand Down
Loading