Datasets:

Modalities:
Image
Text
Formats:
webdataset
Languages:
English
ArXiv:
Libraries:
Datasets
WebDataset
License:
saehyungl commited on
Commit
8e5efc5
·
verified ·
1 Parent(s): fa1aba0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +18 -1
README.md CHANGED
@@ -60,4 +60,21 @@ python eval_clair.py --captions-file <the caption .json file path>
60
  ## References
61
  1. [DOCCI (Onoe et al., ECCV 2024)](https://google.github.io/docci/#downloads)
62
  2. [ImageInWords (Garg et al., EMNLP 2024)](https://github.com/google/imageinwords)
63
- 3. [CLAIR (Chan et al., EMNLP 2023)](https://github.com/davidmchan/clair)
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
60
  ## References
61
  1. [DOCCI (Onoe et al., ECCV 2024)](https://google.github.io/docci/#downloads)
62
  2. [ImageInWords (Garg et al., EMNLP 2024)](https://github.com/google/imageinwords)
63
+ 3. [CLAIR (Chan et al., EMNLP 2023)](https://github.com/davidmchan/clair)
64
+
65
+ ## Cite
66
+ If you use the **CapMAS** dataset, filtering pipeline, or code from this repository, please cite the [paper](https://arxiv.org/pdf/2412.15484):
67
+
68
+ ```bibtex
69
+ @article{lee2024toward,
70
+ title={Toward Robust Hyper-Detailed Image Captioning: A Multiagent Approach and Dual Evaluation Metrics for Factuality and Coverage},
71
+ author={Lee, Saehyung and Yoon, Seunghyun and Bui, Trung and Shi, Jing and Yoon, Sungroh},
72
+ journal={arXiv e-prints},
73
+ pages={arXiv--2412},
74
+ year={2024}
75
+ }
76
+ ```
77
+
78
+ ## License
79
+
80
+ The evaluation code and needle set data is licensed under the Adobe Research License. The license prohibits commercial use and allows non-commercial research use.