mer9ury commited on
Commit ·
ca0e68f
1
Parent(s): 1e9a6e5
chore: Refresh sample_results and leaderboard to 2026-02-09
Browse files- .gitignore +1 -0
- README.md +9 -8
- dataset/sample_results/{aws_241024.json → aws_260209.json} +0 -0
- dataset/sample_results/google_241024.json +0 -0
- dataset/sample_results/google_260209.json +0 -0
- dataset/sample_results/llamaparse_241024.json +0 -0
- dataset/sample_results/llamaparse_260209.json +0 -0
- dataset/sample_results/microsoft_241024.json +0 -0
- dataset/sample_results/microsoft_260209.json +0 -0
- dataset/sample_results/unstructured_241024.json +0 -0
- dataset/sample_results/unstructured_260209.json +0 -0
- dataset/sample_results/upstage_enhanced_260209.json +0 -0
- dataset/sample_results/{upstage_241024.json → upstage_standard_260209.json} +0 -0
.gitignore
CHANGED
|
@@ -1,3 +1,4 @@
|
|
| 1 |
__pycache__/
|
| 2 |
*.py[cod]
|
| 3 |
predictions/
|
|
|
|
|
|
| 1 |
__pycache__/
|
| 2 |
*.py[cod]
|
| 3 |
predictions/
|
| 4 |
+
*.eval.json
|
README.md
CHANGED
|
@@ -238,13 +238,14 @@ $ python evaluate.py \
|
|
| 238 |
# Leaderboard
|
| 239 |
<div style="max-width: 800px; width: 100%; overflow-x: auto; margin: 0 auto;">
|
| 240 |
|
| 241 |
-
| Source
|
| 242 |
-
|:---------------------|:------------:|----------
|
| 243 |
-
| upstage
|
| 244 |
-
|
|
| 245 |
-
|
|
| 246 |
-
| unstructured
|
| 247 |
-
|
|
| 248 |
-
| microsoft
|
|
|
|
| 249 |
|
| 250 |
</div>
|
|
|
|
| 238 |
# Leaderboard
|
| 239 |
<div style="max-width: 800px; width: 100%; overflow-x: auto; margin: 0 auto;">
|
| 240 |
|
| 241 |
+
| Source | Request date | TEDS ↑ | TEDS-S ↑ | NID ↑ | Avg. Time (secs) ↓ |
|
| 242 |
+
|:----------------------------|:------------:|----------:|----------:|----------:|-------------------:|
|
| 243 |
+
| upstage (enhanced) | 2026-02-09 | 95.59 | **97.62** | **96.62** | 7.56 |
|
| 244 |
+
| upstage (standard) | 2026-02-09 | **96.06** | 97.25 | 96.29 | 3.77 |
|
| 245 |
+
| aws | 2026-02-09 | 95.48 | 96.99 | 95.97 | 7.95 |
|
| 246 |
+
| unstructured | 2026-02-09 | 80.26 | 89.51 | 91.78 | 6.80 |
|
| 247 |
+
| llamaparse | 2026-02-09 | 90.73 | 93.20 | 90.53 | 10.88 |
|
| 248 |
+
| microsoft | 2026-02-09 | 77.85 | 85.74 | 87.03 | **3.39** |
|
| 249 |
+
| google | 2026-02-09 | 78.30 | 80.71 | 82.17 | 37.00 |
|
| 250 |
|
| 251 |
</div>
|
dataset/sample_results/{aws_241024.json → aws_260209.json}
RENAMED
|
The diff for this file is too large to render.
See raw diff
|
|
|
dataset/sample_results/google_241024.json
DELETED
|
The diff for this file is too large to render.
See raw diff
|
|
|
dataset/sample_results/google_260209.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
dataset/sample_results/llamaparse_241024.json
DELETED
|
The diff for this file is too large to render.
See raw diff
|
|
|
dataset/sample_results/llamaparse_260209.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
dataset/sample_results/microsoft_241024.json
DELETED
|
The diff for this file is too large to render.
See raw diff
|
|
|
dataset/sample_results/microsoft_260209.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
dataset/sample_results/unstructured_241024.json
DELETED
|
The diff for this file is too large to render.
See raw diff
|
|
|
dataset/sample_results/unstructured_260209.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
dataset/sample_results/upstage_enhanced_260209.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
dataset/sample_results/{upstage_241024.json → upstage_standard_260209.json}
RENAMED
|
The diff for this file is too large to render.
See raw diff
|
|
|