Added BibTeX Citation
Browse files
README.md
CHANGED
|
@@ -59,15 +59,6 @@ The benchmark includes:
|
|
| 59 |
- **Validation set** — contains public answers and is intended for local development and experimentation. It can be evaluated locally using the official evaluation code or online via the RRC platform.
|
| 60 |
- **Test set** — contains **private answers** and is used for the official competition ranking. It can only be evaluated through the official RRC platform.
|
| 61 |
|
| 62 |
-
## 📋 Participation Requirements
|
| 63 |
-
|
| 64 |
-
To participate in the competition:
|
| 65 |
-
|
| 66 |
-
1. A method must be submitted on the **test set by April 3, 2026** on the RRC platform.
|
| 67 |
-
2. A **one or two page report** must be submitted by email to **docvqa@cvc.uab.cat** by **April 17, 2026**.
|
| 68 |
-
|
| 69 |
-
These reports will be included in the competition publication in the proceedings of the **International Conference on Document Analysis and Recognition (ICDAR)**, held in **Vienna, Austria**.
|
| 70 |
-
|
| 71 |
## 📊 Competition Categories
|
| 72 |
|
| 73 |
There are **three participation categories**, depending on the total number of parameters of the submitted method.
|
|
@@ -308,4 +299,22 @@ The dataset consists of:
|
|
| 308 |
|
| 309 |
For questions, technical support, or inquiries regarding the DocVQA 2026 dataset and competition framework: **docvqa@cvc.uab.cat**
|
| 310 |
|
| 311 |
-
For participation, leaderboard, and submissions please use the **RRC platform**: https://rrc.cvc.uab.es/?ch=34
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 59 |
- **Validation set** — contains public answers and is intended for local development and experimentation. It can be evaluated locally using the official evaluation code or online via the RRC platform.
|
| 60 |
- **Test set** — contains **private answers** and is used for the official competition ranking. It can only be evaluated through the official RRC platform.
|
| 61 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 62 |
## 📊 Competition Categories
|
| 63 |
|
| 64 |
There are **three participation categories**, depending on the total number of parameters of the submitted method.
|
|
|
|
| 299 |
|
| 300 |
For questions, technical support, or inquiries regarding the DocVQA 2026 dataset and competition framework: **docvqa@cvc.uab.cat**
|
| 301 |
|
| 302 |
+
For participation, leaderboard, and submissions please use the **RRC platform**: https://rrc.cvc.uab.es/?ch=34
|
| 303 |
+
|
| 304 |
+
## Citation
|
| 305 |
+
|
| 306 |
+
**BibTeX:**
|
| 307 |
+
|
| 308 |
+
```bibtex
|
| 309 |
+
@InProceedings{docvqa2026,
|
| 310 |
+
author="Llabr{\'e}s, Artemis and Ortega, Marc Serra and Ockier, Tom{\`a}s and Cuadra, Samuel Ortega and Singh, Amritpal and Georgakilas, Christos and Barsky, Andrey and Valveny, Ernest and Karatzas, Dimosthenis",
|
| 311 |
+
editor="Fink, Gernot A. and Forn{\'e}s, Alicia and Kise, Koichi and Lopresti, Daniel",
|
| 312 |
+
title="ICDAR2026 Competition on Multimodal Reasoning over Documents in Multiple Domains",
|
| 313 |
+
booktitle="Document Analysis and Recognition -- ICDAR 2026",
|
| 314 |
+
year="2027",
|
| 315 |
+
publisher="Springer Nature Switzerland",
|
| 316 |
+
address="Cham",
|
| 317 |
+
pages="336--352",
|
| 318 |
+
isbn="978-3-032-36042-7"
|
| 319 |
+
}
|
| 320 |
+
```
|