Update frontend/src/pages/LeaderboardPage/components/Leaderboard/constants/tooltips.js
Browse files
frontend/src/pages/LeaderboardPage/components/Leaderboard/constants/tooltips.js
CHANGED
|
@@ -53,6 +53,19 @@ export const COLUMN_TOOLTIPS = {
|
|
| 53 |
},
|
| 54 |
]),
|
| 55 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 56 |
ARCHITECTURE: createTooltipContent("Model Architecture Information:", [
|
| 57 |
{
|
| 58 |
label: "Definition",
|
|
|
|
| 53 |
},
|
| 54 |
]),
|
| 55 |
|
| 56 |
+
QA: createTooltipContent("Multilingual Financial NLP (QA):", [
|
| 57 |
+
{
|
| 58 |
+
label: "Purpose",
|
| 59 |
+
description:
|
| 60 |
+
"Tests model's ability to understand real-world financial exam questions",
|
| 61 |
+
subItems: ["Language Understanding", "Classification"],
|
| 62 |
+
},
|
| 63 |
+
{
|
| 64 |
+
label: "Scoring: Micro F1",
|
| 65 |
+
description: "Was the correct choice selected among the options.",
|
| 66 |
+
},
|
| 67 |
+
]),
|
| 68 |
+
|
| 69 |
ARCHITECTURE: createTooltipContent("Model Architecture Information:", [
|
| 70 |
{
|
| 71 |
label: "Definition",
|