Datasets:

ArXiv:
License:
shinseung428 commited on
Commit
5ef8a04
1 Parent(s): e031598

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -4
README.md CHANGED
@@ -67,7 +67,8 @@ The benchmark dataset is gathered from three sources: 90 samples from the Librar
67
  and 20 samples from Upstage's internal documents.
68
  Together, these sources provide a broad and specialized range of information.
69
 
70
- <div style="width: 500px;">
 
71
 
72
  | Sources | Count|
73
  |:---------------------------|:----:|
@@ -89,7 +90,7 @@ Note that only Heading1 is included among various heading sizes because it repre
89
  This high-level segmentation is sufficient for assessing the core structure without adding unnecessary complexity.
90
  Detailed heading levels like Heading2 and Heading3 are omitted to keep the evaluation focused and manageable.
91
 
92
- <div style="width: 500px;">
93
 
94
  | Category | Count |
95
  |:-----------|------:|
@@ -152,7 +153,7 @@ The dataset’s structure supports flexible representation of layout classes and
152
  ...
153
  ```
154
 
155
- <div style="width: 800px;">
156
 
157
  ### Document domains
158
  | Domain | Subdomain | Count |
@@ -226,7 +227,7 @@ $ python evaluate.py \
226
  ```
227
 
228
  # Leaderboard
229
- <div style="width: 800px;">
230
 
231
  | Source | Request date | TEDS ↑ | TEDS-S ↑ | NID ↑ | Avg. Time (secs) ↓ |
232
  |:---------------------|:------------:|-----------:|----------:|------------:|------------:|
 
67
  and 20 samples from Upstage's internal documents.
68
  Together, these sources provide a broad and specialized range of information.
69
 
70
+ <div style="max-width: 500px; width: 100%; overflow-x: auto; margin: 0 auto;">
71
+
72
 
73
  | Sources | Count|
74
  |:---------------------------|:----:|
 
90
  This high-level segmentation is sufficient for assessing the core structure without adding unnecessary complexity.
91
  Detailed heading levels like Heading2 and Heading3 are omitted to keep the evaluation focused and manageable.
92
 
93
+ <div style="max-width: 500px; width: 100%; overflow-x: auto; margin: 0 auto;">
94
 
95
  | Category | Count |
96
  |:-----------|------:|
 
153
  ...
154
  ```
155
 
156
+ <div style="max-width: 800px; width: 100%; overflow-x: auto; margin: 0 auto;">
157
 
158
  ### Document domains
159
  | Domain | Subdomain | Count |
 
227
  ```
228
 
229
  # Leaderboard
230
+ <div style="max-width: 800px; width: 100%; overflow-x: auto; margin: 0 auto;">
231
 
232
  | Source | Request date | TEDS ↑ | TEDS-S ↑ | NID ↑ | Avg. Time (secs) ↓ |
233
  |:---------------------|:------------:|-----------:|----------:|------------:|------------:|