Datasets:

Modalities:
Text
Formats:
json
ArXiv:
Libraries:
Datasets
pandas
activebus commited on
Commit
76e7c2f
·
verified ·
1 Parent(s): d4a1c04

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -2
README.md CHANGED
@@ -1,7 +1,11 @@
1
  # Altogether-FT
2
 
3
- (EMNLP 2024) Altogether-FT is an annotated fine-tuning dataset that re-aligns alt-texts into dense captions. It powers altogether captioner to transform Internet-scale quality alt-texts into dense captions, instead of captioning from scratch as naive captions (e.g, "a dog is walking in the park.").
4
- It contains 15448 examples for training and 500 examples for evaluation from WIT and DataComp.
 
 
 
 
5
 
6
  ![Altogether](altogether.png)
7
 
 
1
  # Altogether-FT
2
 
3
+ (EMNLP 2024) Altogether-FT is a dataset that transforms/re-aligns Internet-scale alt-texts into dense captions. It does not caption images from scratch and generate naive captions that provide little value to an average user (e.g., "a dog is walking in the park" offer minimal utility to users not blind). Instead, it complements and completes alt-texts into dense captions, while preserving supervisions in alt-texts by expert human/agents around the world (that describe the images an average annotators do not understand).
4
+
5
+ It contains 15448 examples for training and 500 examples for evaluation from [WIT](https://arxiv.org/abs/2103.01913) and [DataComp](https://arxiv.org/abs/2304.14108).
6
+
7
+ We use this re-aligned captions to train MetaCLIPv2.
8
+
9
 
10
  ![Altogether](altogether.png)
11