Datasets:
Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,31 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
+
pipeline_tag: image-text-to-text
|
5 |
+
tags:
|
6 |
+
- image
|
7 |
+
- captioning
|
8 |
+
pretty_name: FineCapEval
|
9 |
+
size_categories:
|
10 |
+
- 1K<n<10K
|
11 |
+
---
|
12 |
+
|
13 |
+
|
14 |
+
# The FineCapEval dataset introduced in [Fine-grained Image Captioning with CLIP Reward (Findings of NAACL 2022)](https://arxiv.org/abs/2205.13115)
|
15 |
+
|
16 |
+
* Authors: [Jaemin Cho](https://j-min.io), [David Seunghyun Yoon](https://david-yoon.github.io/), [Ajinkya Kale](https://www.linkedin.com/in/kaleajinkya/), [Franck Dernoncourt](https://research.adobe.com/person/franck-dernoncourt), [Trung Bui](https://sites.google.com/site/trungbuistanford/), [Mohit Bansal](https://www.cs.unc.edu/~mbansal/)
|
17 |
+
* Paper: https://arxiv.org/abs/2205.13115
|
18 |
+
* Usage instruction: https://github.com/j-min/CLIP-Caption-Reward#finecapeval
|
19 |
+
|
20 |
+
|
21 |
+
# Reference
|
22 |
+
Please cite our paper if you find our dataset useful:
|
23 |
+
|
24 |
+
|
25 |
+
```bibtex
|
26 |
+
@inproceedings{Cho2022CLIPReward,
|
27 |
+
title = {Fine-grained Image Captioning with CLIP Reward},
|
28 |
+
author = {Jaemin Cho and Seunghyun Yoon and Ajinkya Kale and Franck Dernoncourt and Trung Bui and Mohit Bansal},
|
29 |
+
booktitle = {Findings of NAACL},
|
30 |
+
year = {2022}
|
31 |
+
}
|