Nora Petrova
commited on
Commit
·
35ce64b
1
Parent(s):
14cf97c
Change wording
Browse files
leaderboard-app/components/About.jsx
CHANGED
@@ -248,7 +248,7 @@ const AboutTab = () => {
|
|
248 |
{/* Introduction */}
|
249 |
<div className="border rounded-lg overflow-hidden shadow-sm">
|
250 |
<SectionHeader
|
251 |
-
title="About
|
252 |
icon={<Info size={18} />}
|
253 |
section="introduction"
|
254 |
/>
|
@@ -257,12 +257,12 @@ const AboutTab = () => {
|
|
257 |
<div className="flex flex-col md:flex-row gap-6">
|
258 |
<div className="md:w-2/3">
|
259 |
<p className="mb-4">
|
260 |
-
<strong>
|
261 |
-
|
262 |
-
|
263 |
-
|
264 |
-
|
265 |
-
|
266 |
</p>
|
267 |
<p className="mb-4">
|
268 |
This study collected ratings from 514 participants
|
|
|
248 |
{/* Introduction */}
|
249 |
<div className="border rounded-lg overflow-hidden shadow-sm">
|
250 |
<SectionHeader
|
251 |
+
title="About the UX Leaderboard"
|
252 |
icon={<Info size={18} />}
|
253 |
section="introduction"
|
254 |
/>
|
|
|
257 |
<div className="flex flex-col md:flex-row gap-6">
|
258 |
<div className="md:w-2/3">
|
259 |
<p className="mb-4">
|
260 |
+
The <strong>User Experience Leaderboard</strong>is an
|
261 |
+
evaluation benchmark that measures language model performance
|
262 |
+
through actual user experience. While many benchmarks focus on
|
263 |
+
technical capabilities, this evaluation captures how users
|
264 |
+
perceive and rate different LLMs across common, everyday use
|
265 |
+
cases.
|
266 |
</p>
|
267 |
<p className="mb-4">
|
268 |
This study collected ratings from 514 participants
|