Skip to content

Commit 7b094a1

Browse files
Ankit KhareAnkit Khare
authored andcommitted
Improve gallery presentation and clarity
Updates to DPT-2 card, Performance Evolution, and header: 1. DPT-2 Card Enhancement - Made "Playground Chat" italic, underlined, and clickable - Links to https://va.landing.ai/my/playground/ade - Added external link icon (↗) - Opens in new tab 2. Performance Evolution Improvements - Shortened labels to prevent text wrapping: • "Baseline (ADE markdown output)" → "Baseline (Markdown)" • "Final (ADE JSON output*)" → "Final (JSON*)" - Added asterisk explanation below bars: "* JSON output includes spatial grounding information (bounding boxes) for answer locations" - Clarifies that improvement comes from using JSON with spatial data vs markdown-only output 3. Header Subtitle Update - Updated "Smell Test" line to include dataset issues - Before: "45 remaining errors and 63 successful cases" - After: "45 errors, 18 dataset issues, and 63 of 5,286 successful cases shown" - Better communicates full scope of gallery content Result: Cleaner layout, better explanations, and easy access to Playground Chat for users to try ADE themselves.
1 parent c4cc943 commit 7b094a1

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

gallery.html

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@
168168
<h1 class="text-4xl font-bold" style="color: var(--ade-text);">Agentic Document Extraction</h1>
169169
</div>
170170
<p class="text-xl mb-2" style="color: var(--ade-teal);">DocVQA Challenge - 99.156% Accuracy with ADE DPT-2 on Validation Set</p>
171-
<p class="text-lg" style="color: var(--ade-text-dim);">Smell Test - 45 remaining errors and 63 successful cases</p>
171+
<p class="text-lg" style="color: var(--ade-text-dim);">Smell Test - 45 errors, 18 dataset issues, and 63 of 5,286 successful cases shown</p>
172172
</div>
173173
</header>
174174
<!-- Stats Summary -->
@@ -188,7 +188,7 @@ <h2 class="text-2xl font-bold mb-6" style="color: var(--ade-text);">Error Breakd
188188
</div>
189189
<div class="stat-card p-6 rounded-lg">
190190
<div class="text-4xl font-bold" style="color: var(--ade-teal);">DPT-2</div>
191-
<div class="mt-2" style="color: var(--ade-text-dim);">Used with Playground Chat</div>
191+
<div class="mt-2" style="color: var(--ade-text-dim);">Used with <a href="https://va.landing.ai/my/playground/ade" target="_blank" rel="noopener noreferrer" style="color: var(--ade-teal); font-style: italic; text-decoration: underline;">Playground Chat<svg class="inline-block w-3 h-3 ml-1" fill="none" stroke="currentColor" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M10 6H6a2 2 0 00-2 2v10a2 2 0 002 2h10a2 2 0 002-2v-4M14 4h6m0 0v6m0-6L10 14"></path></svg></a></div>
192192
<div class="text-xs mt-1" style="color: var(--ade-teal);">↑ +3.80pp with prompt optimization</div>
193193
</div>
194194
</div>
@@ -200,19 +200,22 @@ <h2 class="text-2xl font-bold mb-6" style="color: var(--ade-text);">Error Breakd
200200
<h2 class="text-2xl font-bold mb-4" style="color: var(--ade-text);">Performance Evolution</h2>
201201
<div class="space-y-4">
202202
<div class="flex items-center gap-4">
203-
<div class="w-64 font-bold" style="color: var(--ade-text);">Baseline with Playground Chat</div>
203+
<div class="w-64 font-bold" style="color: var(--ade-text);">Baseline (Markdown)</div>
204204
<div class="flex-1 bg-gray-700 rounded-full h-8">
205205
<div class="bg-blue-500 h-8 rounded-full flex items-center justify-end pr-4 text-white font-bold" style="width: 95.361%">95.36%</div>
206206
</div>
207207
<div class="w-32 text-right" style="color: var(--ade-text-dim);">5,098/5,346</div>
208208
</div>
209209
<div class="flex items-center gap-4">
210-
<div class="w-64 font-bold" style="color: var(--ade-text);">Final (Visual Grounding)✨</div>
210+
<div class="w-64 font-bold" style="color: var(--ade-text);">Final (JSON*)✨</div>
211211
<div class="flex-1 bg-gray-700 rounded-full h-8">
212212
<div class="h-8 rounded-full flex items-center justify-end pr-4 text-white font-bold" style="background: var(--ade-teal); width: 99.156%">99.156% (+3.80pp)</div>
213213
</div>
214214
<div class="w-32 text-right font-bold" style="color: var(--ade-teal);">5,286/5,331</div>
215215
</div>
216+
<div class="mt-3 text-sm" style="color: var(--ade-text-dim);">
217+
<span style="color: var(--ade-text-dim);">* JSON output includes spatial grounding information (bounding boxes) for answer locations</span>
218+
</div>
216219
</div>
217220
</div>
218221
</section>

0 commit comments

Comments
 (0)