Xueqing commited on
Commit
cf713d3
·
verified ·
1 Parent(s): 933f1b9

Update frontend/src/pages/LeaderboardPage/components/Leaderboard/constants/tooltips.js

Browse files
frontend/src/pages/LeaderboardPage/components/Leaderboard/constants/tooltips.js CHANGED
@@ -45,7 +45,7 @@ export const COLUMN_TOOLTIPS = {
45
  label: "Purpose",
46
  description:
47
  "Tests model's ability to understand real-world financial article headlines",
48
- subItems: ["Language Understanding", "Classification"],
49
  },
50
  {
51
  label: "Scoring: ACC Norm",
@@ -58,7 +58,7 @@ export const COLUMN_TOOLTIPS = {
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: ACC Norm",
@@ -71,7 +71,33 @@ export const COLUMN_TOOLTIPS = {
71
  label: "Purpose",
72
  description:
73
  "Tests model's ability to summarize real-world financial annual reports",
74
- subItems: ["Language Understanding", "Summarization"],
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
75
  },
76
  {
77
  label: "Scoring: Rouge1",
 
45
  label: "Purpose",
46
  description:
47
  "Tests model's ability to understand real-world financial article headlines",
48
+ subItems: ["Language Understanding", "Topic Classification"],
49
  },
50
  {
51
  label: "Scoring: ACC Norm",
 
58
  label: "Purpose",
59
  description:
60
  "Tests model's ability to understand real-world financial exam questions",
61
+ subItems: ["Language Understanding", "Question Answering"],
62
  },
63
  {
64
  label: "Scoring: ACC Norm",
 
71
  label: "Purpose",
72
  description:
73
  "Tests model's ability to summarize real-world financial annual reports",
74
+ subItems: ["Language Understanding", "Abstractive Summarization"],
75
+ },
76
+ {
77
+ label: "Scoring: Rouge1",
78
+ description: "Was the overlap of unigrams (each word) between the predicted and reference summaries.",
79
+ },
80
+ ]),
81
+
82
+ FinNum: createTooltipContent("Multilingual Financial NLP (FinNum):", [
83
+ {
84
+ label: "Purpose",
85
+ description:
86
+ "Tests model's ability to recognize real-world financial numbers",
87
+ subItems: ["Language Understanding", "Named Entity Recognition"],
88
+ },
89
+ {
90
+ label: "Scoring: Rouge1",
91
+ description: "Was the overlap of unigrams (each word) between the predicted and reference summaries.",
92
+ },
93
+ ]),
94
+
95
+ FinText: createTooltipContent("Multilingual Financial NLP (FinText):", [
96
+ {
97
+ label: "Purpose",
98
+ description:
99
+ "Tests model's ability to recognize real-world financial entities",
100
+ subItems: ["Language Understanding", "Named Entity Recognition"],
101
  },
102
  {
103
  label: "Scoring: Rouge1",