David Pomerenke
commited on
Commit
·
58de179
1
Parent(s):
c34b267
Change title and add blurb
Browse files- frontend/public/index.html +2 -2
- frontend/src/App.js +12 -1
frontend/public/index.html
CHANGED
@@ -7,7 +7,7 @@
|
|
7 |
<meta name="theme-color" content="#000000" />
|
8 |
<meta
|
9 |
name="description"
|
10 |
-
content="
|
11 |
/>
|
12 |
<link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" />
|
13 |
<!--
|
@@ -24,7 +24,7 @@
|
|
24 |
work correctly both with client-side routing and a non-root public URL.
|
25 |
Learn how to configure a non-root public URL by running `npm run build`.
|
26 |
-->
|
27 |
-
<title>
|
28 |
</head>
|
29 |
<body>
|
30 |
<noscript>You need to enable JavaScript to run this app.</noscript>
|
|
|
7 |
<meta name="theme-color" content="#000000" />
|
8 |
<meta
|
9 |
name="description"
|
10 |
+
content="AI Language Proficiency Monitor"
|
11 |
/>
|
12 |
<link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" />
|
13 |
<!--
|
|
|
24 |
work correctly both with client-side routing and a non-root public URL.
|
25 |
Learn how to configure a non-root public URL by running `npm run build`.
|
26 |
-->
|
27 |
+
<title>AI Language Proficiency Monitor</title>
|
28 |
</head>
|
29 |
<body>
|
30 |
<noscript>You need to enable JavaScript to run this app.</noscript>
|
frontend/src/App.js
CHANGED
@@ -59,7 +59,7 @@ function App () {
|
|
59 |
</span>
|
60 |
</div>
|
61 |
<h1 style={{ fontSize: '2.5rem', fontWeight: '700' }}>
|
62 |
-
|
63 |
</h1>
|
64 |
<p style={{ fontSize: '1.15rem', color: '#555', marginTop: '0' }}>
|
65 |
Tracking language proficiency of AI models for every language
|
@@ -70,6 +70,17 @@ function App () {
|
|
70 |
onComplete={items => setSelectedLanguages(items)}
|
71 |
/>
|
72 |
)}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
73 |
</header>
|
74 |
<main
|
75 |
style={{
|
|
|
59 |
</span>
|
60 |
</div>
|
61 |
<h1 style={{ fontSize: '2.5rem', fontWeight: '700' }}>
|
62 |
+
AI Language Proficiency Monitor
|
63 |
</h1>
|
64 |
<p style={{ fontSize: '1.15rem', color: '#555', marginTop: '0' }}>
|
65 |
Tracking language proficiency of AI models for every language
|
|
|
70 |
onComplete={items => setSelectedLanguages(items)}
|
71 |
/>
|
72 |
)}
|
73 |
+
<div style={{maxWidth: '600px', textAlign: 'center', marginTop: '2rem'}}>
|
74 |
+
<p>The <i>AI Language Proficiency Monitor</i> presents comprehensive multilingual evaluation results of AI language models.</p>
|
75 |
+
<ul style={{textAlign: 'left'}}>
|
76 |
+
<li><b>Developers and researchers</b> can identify the best-performing model for any given language or region.</li>
|
77 |
+
<li><b>Policymakers and funders</b> can identify languages that are neglected by current AI systems and prioritize investment accordingly.</li>
|
78 |
+
<li><b>Model developers</b> gain a global metric of multilinguality that incentivizes broad language coverage.</li>
|
79 |
+
</ul>
|
80 |
+
<p>We also want to celebrate the community's effort towards multilingual datasets and models. We invite you to integrate additional benchmark datasets, and to add your custom language models to the monitor.</p>
|
81 |
+
<p>Benchmark results automatically refresh every night for the most popular AI models, as well as community-listed models. For a more detailed methodlogy, see <a href="#">our non-existing paper</a>.</p>
|
82 |
+
<p>The language monitor is a collaboration between BMZ's <a href="https://www.bmz-digital.global/en/overview-of-initiatives/the-bmz-data-lab/" target="_blank" rel="noopener noreferrer">Data Lab</a>, GIZ's <a href="https://www.giz.de/expertise/html/61982.html" target="_blank" rel="noopener noreferrer">FairForward</a> initiative, and the <a href="https://www.dfki.de/en/web/research/research-departments/multilinguality-and-language-technology/ee-team" target="_blank" rel="noopener noreferrer">E&E group</a> of DFKI's Multilinguality and Language Technology Lab.</p>
|
83 |
+
</div>
|
84 |
</header>
|
85 |
<main
|
86 |
style={{
|