Datasets:

Modalities:
Image
Text
Formats:
parquet
Languages:
English
ArXiv:
Libraries:
Datasets
Dask
License:
Llabres commited on
Commit
09cce3b
·
verified ·
1 Parent(s): fb80c7a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -11
README.md CHANGED
@@ -207,17 +207,6 @@ This is the dataset for the [ICDAR 2025 Competition on Comics Understanding in t
207
  Please, check out our [🚀 arxiv paper 🚀](https://arxiv.org/abs/2503.08561) for more information 😊
208
  The competition is hosted in the [Robust Reading Competition website](https://rrc.cvc.uab.es/?ch=31&com=introduction) and the leaderboard is available [here](https://rrc.cvc.uab.es/?ch=31&com=evaluation).
209
 
210
- ## Citation
211
- If you use the dataset, please cite our work :
212
- ```bibtex
213
- @article{vivoli2025comicspap,
214
- title={ComicsPAP: understanding comic strips by picking the correct panel},
215
- author={Emanuele Vivoli and Artemis Llabrés and Mohamed Ali Soubgui and Marco Bertini and Ernest Valveny Llobet and Dimosthenis Karatzas},
216
- journal={arXiv preprint arXiv:2503.08561},
217
- year={2025},
218
- }
219
- ```
220
-
221
  The dataset contains five subtask or skills:
222
 
223
  <details>
@@ -540,3 +529,14 @@ Baselines on the validation set using single images:
540
  | Qwen2.5-VL-72B (Zero-Shot) | [Qwen/Qwen2.5-VL-72B-Instruct](https://huggingface.co/Qwen/Qwen2.5-VL-72B-Instruct) | 46.88 | 53.84 | 23.66 | 55.60 | 38.17 | 41.27 |
541
  | Qwen2.5-VL-3B (Lora Fine-Tuned) | [VLR-CVC/Qwen2.5-VL-3B-Instruct-lora-ComicsPAP](https://huggingface.co/VLR-CVC/Qwen2.5-VL-3B-Instruct-lora-ComicsPAP) | 62.21 | **93.01** | **42.33** | 63.71 | 35.49 | 55.55 |
542
  | Qwen2.5-VL-7B (Lora Fine-Tuned) | [VLR-CVC/Qwen2.5-VL-7B-Instruct-lora-ComicsPAP](https://huggingface.co/VLR-CVC/Qwen2.5-VL-7B-Instruct-lora-ComicsPAP) | **69.08** | **93.01** | 42.00 | **74.90** | **49.62** | **62.31** |
 
 
 
 
 
 
 
 
 
 
 
 
207
  Please, check out our [🚀 arxiv paper 🚀](https://arxiv.org/abs/2503.08561) for more information 😊
208
  The competition is hosted in the [Robust Reading Competition website](https://rrc.cvc.uab.es/?ch=31&com=introduction) and the leaderboard is available [here](https://rrc.cvc.uab.es/?ch=31&com=evaluation).
209
 
 
 
 
 
 
 
 
 
 
 
 
210
  The dataset contains five subtask or skills:
211
 
212
  <details>
 
529
  | Qwen2.5-VL-72B (Zero-Shot) | [Qwen/Qwen2.5-VL-72B-Instruct](https://huggingface.co/Qwen/Qwen2.5-VL-72B-Instruct) | 46.88 | 53.84 | 23.66 | 55.60 | 38.17 | 41.27 |
530
  | Qwen2.5-VL-3B (Lora Fine-Tuned) | [VLR-CVC/Qwen2.5-VL-3B-Instruct-lora-ComicsPAP](https://huggingface.co/VLR-CVC/Qwen2.5-VL-3B-Instruct-lora-ComicsPAP) | 62.21 | **93.01** | **42.33** | 63.71 | 35.49 | 55.55 |
531
  | Qwen2.5-VL-7B (Lora Fine-Tuned) | [VLR-CVC/Qwen2.5-VL-7B-Instruct-lora-ComicsPAP](https://huggingface.co/VLR-CVC/Qwen2.5-VL-7B-Instruct-lora-ComicsPAP) | **69.08** | **93.01** | 42.00 | **74.90** | **49.62** | **62.31** |
532
+
533
+ ## Citation
534
+ If you use the dataset, please cite our work :
535
+ ```bibtex
536
+ @article{vivoli2025comicspap,
537
+ title={ComicsPAP: understanding comic strips by picking the correct panel},
538
+ author={Emanuele Vivoli and Artemis Llabrés and Mohamed Ali Soubgui and Marco Bertini and Ernest Valveny Llobet and Dimosthenis Karatzas},
539
+ journal={arXiv preprint arXiv:2503.08561},
540
+ year={2025},
541
+ }
542
+ ```