rwightman HF staff commited on
Commit
33136ef
1 Parent(s): ce90ccc

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -2
README.md CHANGED
@@ -83,6 +83,8 @@ size_categories:
83
 
84
  DocVQA dataset is a document dataset introduced in Mathew et al. (2021) consisting of 50,000 questions defined on 12,000+ document images.
85
 
 
 
86
  ### Usage
87
 
88
  This dataset can be used with current releases of Hugging Face `datasets` library.
@@ -155,7 +157,9 @@ print(dataset["train"][0]['answers'])
155
 
156
  ### Dataset Curators
157
 
158
- Pablo Montalvo, Ross Wightman
 
 
159
 
160
  ### Licensing Information
161
 
@@ -163,4 +167,12 @@ MIT
163
 
164
  ### Citation Information
165
 
166
- Mathew, Minesh, Dimosthenis Karatzas, and C. V. Jawahar. "Docvqa: A dataset for vqa on document images." Proceedings of the IEEE/CVF winter conference on applications of computer vision. 20
 
 
 
 
 
 
 
 
 
83
 
84
  DocVQA dataset is a document dataset introduced in Mathew et al. (2021) consisting of 50,000 questions defined on 12,000+ document images.
85
 
86
+ Please visit the challenge page (https://rrc.cvc.uab.es/?ch=17) and paper (https://arxiv.org/abs/2007.00398) for further information.
87
+
88
  ### Usage
89
 
90
  This dataset can be used with current releases of Hugging Face `datasets` library.
 
157
 
158
  ### Dataset Curators
159
 
160
+ For original authors of the dataset, see citation below.
161
+
162
+ Hugging Face points of contact for this instance: Pablo Montalvo, Ross Wightman
163
 
164
  ### Licensing Information
165
 
 
167
 
168
  ### Citation Information
169
 
170
+ ```bibtex
171
+ @InProceedings{docvqa_wacv,
172
+ author = {Mathew, Minesh and Karatzas, Dimosthenis and Jawahar, C.V.},
173
+ title = {DocVQA: A Dataset for VQA on Document Images},
174
+ booktitle = {WACV},
175
+ year = {2021},
176
+ pages = {2200-2209}
177
+ }
178
+ ```