Commit ·
89dbed9
1
Parent(s): 08d6e19
Create README.md
Browse files
README.md
ADDED
|
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Flickr30k
|
| 2 |
+
|
| 3 |
+
Original paper: [From image descriptions to visual denotations: New similarity metrics for semantic inference over event descriptions](https://aclanthology.org/Q14-1006)
|
| 4 |
+
|
| 5 |
+
Homepage: https://shannon.cs.illinois.edu/DenotationGraph/
|
| 6 |
+
|
| 7 |
+
Bibtex:
|
| 8 |
+
```
|
| 9 |
+
@article{young2014image,
|
| 10 |
+
title={From image descriptions to visual denotations: New similarity metrics for semantic inference over event descriptions},
|
| 11 |
+
author={Young, Peter and Lai, Alice and Hodosh, Micah and Hockenmaier, Julia},
|
| 12 |
+
journal={Transactions of the Association for Computational Linguistics},
|
| 13 |
+
volume={2},
|
| 14 |
+
pages={67--78},
|
| 15 |
+
year={2014},
|
| 16 |
+
publisher={MIT Press}
|
| 17 |
+
}
|
| 18 |
+
```
|