intro commited on
Commit
e301dbc
·
verified ·
1 Parent(s): 88ff5f8

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +16 -0
README.md CHANGED
@@ -86,3 +86,19 @@ from datasets import load_dataset
86
  dataset = load_dataset("intro/flickr8k")
87
  print(dataset["train"][0])
88
  ```
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
86
  dataset = load_dataset("intro/flickr8k")
87
  print(dataset["train"][0])
88
  ```
89
+
90
+ ## Citation
91
+
92
+ If you use this dataset, please cite:
93
+
94
+ ```bibtex
95
+ @article{hodosh2013framing,
96
+ title={Framing Image Description as a Ranking Task: Data, Models and Evaluation Metrics},
97
+ author={Hodosh, Micah and Young, Peter and Hockenmaier, Julia},
98
+ journal={Journal of Artificial Intelligence Research},
99
+ volume={47},
100
+ pages={853--899},
101
+ year={2013},
102
+ url={http://www.jair.org/papers/paper3994.html}
103
+ }
104
+ ```