Update README.md
Browse files
README.md
CHANGED
|
@@ -251,7 +251,7 @@ for q, q_id, a in zip(questions['question'], questions['question_id'], answers['
|
|
| 251 |
<li><strong style="color: black;">Thousands Separator:</strong> Do not use commas to separate large numbers. <em>(Example: <code>1000</code>, not <code>1,000</code>)</em></li>
|
| 252 |
<li><strong style="color: black;">No Filler Text:</strong> Output <strong style="color: black;">only</strong> the requested data. Do not frame your answer in full sentences (e.g., avoid "The answer is...").</li>
|
| 253 |
</ul>
|
| 254 |
-
<p><strong style="color: black;">Final Output Format:</strong>
|
| 255 |
<pre style="background-color: white; color: black; border: 1px dashed black; padding: 10px; border-radius: 4px;"><code>FINAL ANSWER: [Your formatted answer]</code></pre>
|
| 256 |
</div>
|
| 257 |
|
|
@@ -259,8 +259,9 @@ for q, q_id, a in zip(questions['question'], questions['question_id'], answers['
|
|
| 259 |
|
| 260 |
## Evaluation Code & Baselines
|
| 261 |
|
| 262 |
-
To ensure consistency and fairness, all submissions are evaluated using our official automated evaluation pipeline
|
| 263 |
|
|
|
|
| 264 |
You can find the complete, ready-to-use evaluation script in our official GitHub repository:
|
| 265 |
👉 **[VLR-CVC/DocVQA2026 GitHub Repository](https://github.com/VLR-CVC/DocVQA2026)**
|
| 266 |
|
|
|
|
| 251 |
<li><strong style="color: black;">Thousands Separator:</strong> Do not use commas to separate large numbers. <em>(Example: <code>1000</code>, not <code>1,000</code>)</em></li>
|
| 252 |
<li><strong style="color: black;">No Filler Text:</strong> Output <strong style="color: black;">only</strong> the requested data. Do not frame your answer in full sentences (e.g., avoid "The answer is...").</li>
|
| 253 |
</ul>
|
| 254 |
+
<p><strong style="color: black;">Final Output Format:</strong> For subissions on the RRC server the final extracted answer is need. We recommend that your system prefixes the final response with the following exact phrasing:</p>
|
| 255 |
<pre style="background-color: white; color: black; border: 1px dashed black; padding: 10px; border-radius: 4px;"><code>FINAL ANSWER: [Your formatted answer]</code></pre>
|
| 256 |
</div>
|
| 257 |
|
|
|
|
| 259 |
|
| 260 |
## Evaluation Code & Baselines
|
| 261 |
|
| 262 |
+
To ensure consistency and fairness, all test submissions are evaluated using our official automated evaluation pipeline on [RRC Sever](https://rrc.cvc.uab.es/?ch=34&com=introduction).
|
| 263 |
|
| 264 |
+
For the validation set this pipeline handles the extraction of your model's answers and applies both strict formatting checks (for numbers, dates, and units) and relaxed text matching (ANLS) for text-based answers.
|
| 265 |
You can find the complete, ready-to-use evaluation script in our official GitHub repository:
|
| 266 |
👉 **[VLR-CVC/DocVQA2026 GitHub Repository](https://github.com/VLR-CVC/DocVQA2026)**
|
| 267 |
|