File size: 1,103 Bytes
74f3076
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
---
language:
- en
pipeline_tag: image-text-to-text
tags:
- image
- captioning
pretty_name: FineCapEval
size_categories:
- 1K<n<10K
---


# The FineCapEval dataset introduced in [Fine-grained Image Captioning with CLIP Reward (Findings of NAACL 2022)](https://arxiv.org/abs/2205.13115)

* 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/)
* Paper: https://arxiv.org/abs/2205.13115
* Usage instruction: https://github.com/j-min/CLIP-Caption-Reward#finecapeval


# Reference
Please cite our paper if you find our dataset useful:


```bibtex
@inproceedings{Cho2022CLIPReward,
  title     = {Fine-grained Image Captioning with CLIP Reward},
  author    = {Jaemin Cho and Seunghyun Yoon and Ajinkya Kale and Franck Dernoncourt and Trung Bui and Mohit Bansal},
  booktitle = {Findings of NAACL},
  year      = {2022}
}