makram93 commited on
Commit
33f50e3
·
verified ·
1 Parent(s): 5ca20df

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +26 -0
README.md CHANGED
@@ -21,3 +21,29 @@ configs:
21
  - split: test
22
  path: data/test-*
23
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
21
  - split: test
22
  path: data/test-*
23
  ---
24
+ # TQA Dataset
25
+
26
+ This dataset is derived from the [Textbook Question Answering dataset (TQA)](https://prior.allenai.org/projects/tqa), reformatting the test split with modified field names, so that it can be used in the ViDoRe benchmark.
27
+ The `text_description` column contains OCR text extracted from the images using EasyOCR.
28
+ This particular dataset is a subsample of 1000 random rows from the full dataset which can be found [here](https://huggingface.co/datasets/jinaai/tqa-test).
29
+
30
+ Citation
31
+ --------
32
+
33
+ ```bibtex
34
+ @inproceedings{Kembhavi2017TQA,
35
+ title={Are You Smarter Than A Sixth Grader? Textbook Question Answering for Multimodal Machine Comprehension},
36
+ author={Kembhavi, Aniruddha and Salvatori, Tommaso and Kolve, Eric and Mottaghi, Roozbeh and Schwenk, Dustin and Farhadi, Ali and Yatskar, Mark},
37
+ booktitle={Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition (CVPR)},
38
+ year={2017}
39
+ }
40
+ ```
41
+
42
+ # Disclaimer
43
+
44
+ This dataset may contain publicly available images or text data. All data is provided for research and educational purposes only. If you are the rights holder of any content and have concerns regarding intellectual property or copyright, please contact us at "support-data (at) jina.ai" for removal. We do not collect or process personal, sensitive, or private information intentionally. If you believe this dataset includes such content (e.g., portraits, location-linked images, medical or financial data, or NSFW content), please notify us, and we will take appropriate action.
45
+
46
+
47
+ # Copyright
48
+
49
+ All rights are reserved to the original authors of the documents.