sileod commited on
Commit
113c76b
1 Parent(s): 76947c9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -1
README.md CHANGED
@@ -40,4 +40,14 @@ dataset_info:
40
  ---
41
  # Dataset Card for "scienceQA_text_only"
42
 
43
- [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
 
 
 
 
 
 
 
 
 
 
 
40
  ---
41
  # Dataset Card for "scienceQA_text_only"
42
 
43
+ ScienceQA text-only examples (examples where no image was initially present, which means they should be doable with text-only models.)
44
+
45
+ ```
46
+ @article{10.1007/s00799-022-00329-y,
47
+ author = {Saikh, Tanik and Ghosal, Tirthankar and Mittal, Amish and Ekbal, Asif and Bhattacharyya, Pushpak},
48
+ title = {ScienceQA: A Novel Resource for Question Answering on Scholarly Articles},
49
+ year = {2022},
50
+ journal = {Int. J. Digit. Libr.},
51
+ month = {sep}
52
+ }
53
+ ```