Skip to content

Commit 22426d7

Browse files
committed
updated leaderboard table
1 parent 92c2b9f commit 22426d7

File tree

3 files changed

+243
-3145
lines changed

3 files changed

+243
-3145
lines changed

index.html

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ <h1 class="title is-1 publication-title is-bold">
7676
<img src="static/images/figures/StructEvalLogo.png" style="max-width:150px; margin-bottom: 20px;" alt="StructEval Logo"/>
7777
</h1>
7878
<h2 class="subtitle is-3 publication-subtitle">
79-
Benchmarking LLMs for Structured Output Generation & Conversion
79+
Benchmarking LLMs' Capabilities to Generate Structural Outputs
8080
</h2>
8181
<div class="is-size-5 publication-authors">
8282
<span class="author-block"><b>StructEval Team</b></span>
@@ -405,30 +405,30 @@ <h2 class="title is-3" id="leaderboard">Leaderboard</h2>
405405
<tr>
406406
<th colspan="3" class="reset-cell clickable" style="text-align: center;">Reset</th>
407407
<th class="pro-details-cell clickable" colspan="1">StructEval-Pro</th>
408-
<th class="val-details-cell clickable" colspan="1">StructEval(Val)</th>
409-
<th class="test-details-cell clickable" colspan="1">StructEval(Test)</th>
408+
<th class="val-details-cell clickable" colspan="1">StructEval-T</th>
409+
<th class="test-details-cell clickable" colspan="1">StructEval-V</th>
410410
</tr>
411411
<tr>
412412
<th class="sortable clickable" data-sort="string">Name</th>
413413
<th class="clickable" data-sort="string">Size</th>
414414
<th class="sortable clickable" data-sort="date">Date</th>
415415
<th class="sortable clickable pro-overall" data-sort="number">Overall</th>
416-
<th class="hidden pro-details sortable clickable" data-sort="number">Vision</th>
417-
<th class="hidden pro-details sortable clickable" data-sort="number">Standard</th>
418-
<th class="sortable clickable val-overall" data-sort="number">Overall</th>
419-
<th class="hidden val-details sortable clickable" data-sort="number">Art & Design</th>
420-
<th class="hidden val-details sortable clickable" data-sort="number">Business</th>
421-
<th class="hidden val-details sortable clickable" data-sort="number">Science</th>
422-
<th class="hidden val-details sortable clickable" data-sort="number">Health & Medicine</th>
423-
<th class="hidden val-details sortable clickable" data-sort="number">Human. & Social Sci.</th>
424-
<th class="hidden val-details sortable clickable" data-sort="number">Tech & Eng.</th>
425-
<th class="sortable clickable test-overall" data-sort="number">Overall</th>
426-
<th class="hidden test-details sortable clickable" data-sort="number">Art & Design</th>
427-
<th class="hidden test-details sortable clickable" data-sort="number">Business</th>
428-
<th class="hidden test-details sortable clickable" data-sort="number">Science</th>
429-
<th class="hidden test-details sortable clickable" data-sort="number">Health & Medicine</th>
430-
<th class="hidden test-details sortable clickable" data-sort="number">Human. & Social Sci.</th>
431-
<th class="hidden test-details sortable clickable" data-sort="number">Tech & Eng.</th>
416+
<th class="hidden pro-details sortable clickable" data-sort="number">Section 1</th>
417+
<th class="hidden pro-details sortable clickable" data-sort="number">Section 2</th>
418+
<th class="sortable clickable val-overall" data-sort="number">Generation</th>
419+
<th class="hidden val-details sortable clickable" data-sort="number">Conversion</th>
420+
<th class="hidden val-details sortable clickable" data-sort="number">Generation</th>
421+
<th class="hidden val-details sortable clickable" data-sort="number">Conversion</th>
422+
<th class="hidden val-details sortable clickable" data-sort="number">(Reserved)</th>
423+
<th class="hidden val-details sortable clickable" data-sort="number">(Reserved)</th>
424+
<th class="hidden val-details sortable clickable" data-sort="number">(Reserved)</th>
425+
<th class="sortable clickable test-overall" data-sort="number">Average</th>
426+
<th class="hidden test-details sortable clickable" data-sort="number">(Reserved)</th>
427+
<th class="hidden test-details sortable clickable" data-sort="number">(Reserved)</th>
428+
<th class="hidden test-details sortable clickable" data-sort="number">(Reserved)</th>
429+
<th class="hidden test-details sortable clickable" data-sort="number">(Reserved)</th>
430+
<th class="hidden test-details sortable clickable" data-sort="number">(Reserved)</th>
431+
<th class="hidden test-details sortable clickable" data-sort="number">(Reserved)</th>
432432
</tr>
433433
</thead>
434434
<tbody>

0 commit comments

Comments
 (0)