Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion dataset_registry.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ datasets:
eval_metrics: ["ndcg_cut.10", "recall.100", "recall.1000"]

bright-aops:
name: "BRIGHT — AOPS"
name: "BRIGHT — AoPS"
index: {name: "bright-aops"}
topics: {name: "bright-aops"}
qrels: {name: "bright-aops"}
Expand Down
21 changes: 13 additions & 8 deletions reproducibility/site/src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,19 @@ const SHORT: Record<string, string> = {
"msmarco-v1-passage.trecdl2019": "DL 2019",
"msmarco-v1-passage.trecdl2020": "DL 2020",
"msmarco-v1-passage.dlhard": "DL-HARD",
// BRIGHT
"bright-biology": "Biology",
"bright-earth-science": "Earth Sci.",
"bright-economics": "Economics",
"bright-psychology": "Psychology",
"bright-robotics": "Robotics",
"bright-stackoverflow": "StackOverflow",
"bright-sustainable-living":"Sustain. Living",
// BRIGHT (official subset names, no "BRIGHT —" prefix)
"bright-biology": "Biology",
"bright-earth-science": "Earth Science",
"bright-economics": "Economics",
"bright-psychology": "Psychology",
"bright-robotics": "Robotics",
"bright-stackoverflow": "Stack Overflow",
"bright-sustainable-living": "Sustainable Living",
"bright-pony": "Pony",
"bright-leetcode": "LeetCode",
"bright-aops": "AoPS",
"bright-theoremqa-theorems": "TheoremQA Theorems",
"bright-theoremqa-questions": "TheoremQA Questions",
};

const METRIC_LABEL: Record<string, string> = {
Expand Down
Loading