Xueqing commited on
Commit
62aa434
·
verified ·
1 Parent(s): b330b0e

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

Browse files
frontend/src/pages/LeaderboardPage/components/Leaderboard/constants/tooltips.js CHANGED
@@ -66,6 +66,19 @@ export const COLUMN_TOOLTIPS = {
66
  },
67
  ]),
68
 
 
 
 
 
 
 
 
 
 
 
 
 
 
69
  ARCHITECTURE: createTooltipContent("Model Architecture Information:", [
70
  {
71
  label: "Definition",
 
66
  },
67
  ]),
68
 
69
+ FNS: createTooltipContent("Multilingual Financial NLP (FNS):", [
70
+ {
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",
78
+ description: "Was the overlap of unigrams (each word) between the predicted and reference summaries.",
79
+ },
80
+ ]),
81
+
82
  ARCHITECTURE: createTooltipContent("Model Architecture Information:", [
83
  {
84
  label: "Definition",