Datasets:

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

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -9
README.md CHANGED
@@ -1,10 +1,10 @@
1
- ---
2
- license: other
3
- license_name: adobe-research-license
4
- license_link: LICENSE
5
- language:
6
- - en
7
- ---
8
  # [ICML 2025] Toward Robust Hyper-Detailed Image Captioning: A Multiagent Approach and Dual Evaluation Metrics for Factuality and Coverage
9
 
10
  This dataset is associated with the evaluation in our ICML 2025 paper, [Toward Robust Hyper-Detailed Image Captioning: A Multiagent Approach and Dual Evaluation Metrics for Factuality and Coverage](https://arxiv.org/abs/2412.15484).
@@ -39,10 +39,10 @@ Summarize the generated captions into a dictionary where the key is the correspo
39
  "test_00599.json": <caption_test_00599>,
40
  }
41
  ```
42
- You may refer to the [sample captions](https://github.com/david-yoon/CapMAS_private/blob/main/sample_captions/llava1.6-vicuna_llama3_th1.0/captions_final.json) for guidance.
43
 
44
  ## Evaluation
45
- Please visit our [GitHub repository](https://github.com/david-yoon/CapMAS_private).
46
  We provide the evaluation codes for the three metrics used in our paper: **Factuality**, **Coverage**, and **CLAIR** (Chan et al., EMNLP 2023). These evaluations rely on GPT-4o, so please fill in your OpenAI API key **OR** Azure OpenAI credentials in the `conf/gpt4o` file.
47
  ### Factuality (ours)
48
  ```factuality
 
1
+ ---
2
+ license: other
3
+ license_name: adobe-research-license
4
+ license_link: LICENSE
5
+ language:
6
+ - en
7
+ ---
8
  # [ICML 2025] Toward Robust Hyper-Detailed Image Captioning: A Multiagent Approach and Dual Evaluation Metrics for Factuality and Coverage
9
 
10
  This dataset is associated with the evaluation in our ICML 2025 paper, [Toward Robust Hyper-Detailed Image Captioning: A Multiagent Approach and Dual Evaluation Metrics for Factuality and Coverage](https://arxiv.org/abs/2412.15484).
 
39
  "test_00599.json": <caption_test_00599>,
40
  }
41
  ```
42
+ You may refer to the [sample captions](https://github.com/adobe-research/CapMAS/blob/master/sample_captions/llava1.6-vicuna_llama3_th1.0/captions_final.json) for guidance.
43
 
44
  ## Evaluation
45
+ Please visit our [GitHub repository](https://github.com/adobe-research/CapMAS).
46
  We provide the evaluation codes for the three metrics used in our paper: **Factuality**, **Coverage**, and **CLAIR** (Chan et al., EMNLP 2023). These evaluations rely on GPT-4o, so please fill in your OpenAI API key **OR** Azure OpenAI credentials in the `conf/gpt4o` file.
47
  ### Factuality (ours)
48
  ```factuality