Datasets:
Formats:
parquet
Sub-tasks:
image-captioning
Languages:
English
Size:
100M - 1B
ArXiv:
Tags:
image-text pairs
License:
Commit
·
a2f7db1
1
Parent(s):
820cb7b
Update README.md (#2)
Browse files- Update README.md (d443ce675f683a25b6dd28fc727733b907b870a5)
README.md
CHANGED
@@ -147,21 +147,21 @@ We collected about 10 billion pairs of alt-text and image source in HTML documen
|
|
147 |
* Images with min(width, height) < 200 are dropped
|
148 |
* Images are dropped if the score of [OpenNSFW2](https://github.com/yahoo/open_nsfw) or [GantMan/NSFW](https://github.com/GantMan/nsfw_model) is higher than 0.5
|
149 |
* Based on the image [pHash](http://www.phash.org/) value, we removed all duplicate images from external public datasets.
|
150 |
-
|
151 |
|
152 |
**Text Level**
|
153 |
* We collected only english text using [cld3](https://github.com/google/cld3)
|
154 |
* Consecutive whitespace characters are replaced with a single whitespace and whitespace before and after the sentence are removed
|
155 |
-
|
156 |
* Any text with a length of 5 or less has been dropped
|
157 |
* Text that does not have a noun form has been dropped
|
158 |
* Text less than 3 words or more than 256 words and text over 1000 words were dropped
|
159 |
* All texts appearing more than 10 times have been dropped
|
160 |
-
|
161 |
|
162 |
**Image-Text Level**
|
163 |
-
* Based on (image_phash, text), duplicated samples
|
164 |
-
|
165 |
|
166 |
#### Who are the source language producers?
|
167 |
|
@@ -179,13 +179,19 @@ No human annotation
|
|
179 |
|
180 |
### Personal and Sensitive Information
|
181 |
|
182 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
183 |
|
184 |
## Considerations for Using the Data
|
185 |
|
186 |
### Social Impact of Dataset
|
187 |
|
188 |
-
|
189 |
|
190 |
### Discussion of Biases
|
191 |
|
@@ -199,16 +205,35 @@ It will be described in a paper to be released soon.
|
|
199 |
|
200 |
### Dataset Curators
|
201 |
|
202 |
-
|
|
|
|
|
203 |
|
204 |
### Licensing Information
|
205 |
|
206 |
-
[
|
|
|
|
|
207 |
|
208 |
### Citation Information
|
209 |
|
210 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
211 |
|
212 |
### Contributions
|
213 |
|
214 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
147 |
* Images with min(width, height) < 200 are dropped
|
148 |
* Images are dropped if the score of [OpenNSFW2](https://github.com/yahoo/open_nsfw) or [GantMan/NSFW](https://github.com/GantMan/nsfw_model) is higher than 0.5
|
149 |
* Based on the image [pHash](http://www.phash.org/) value, we removed all duplicate images from external public datasets.
|
150 |
+
(ImageNet-1K/21K, Flickr-30K, MS-COCO, CC-3M, CC-12M)
|
151 |
|
152 |
**Text Level**
|
153 |
* We collected only english text using [cld3](https://github.com/google/cld3)
|
154 |
* Consecutive whitespace characters are replaced with a single whitespace and whitespace before and after the sentence are removed
|
155 |
+
(e.g. `"\n \n Load image into Gallery viewer, valentine&#39;s day roses\n \n" → "Load image into Gallery viewer, valentine&#39;s day roses"`)
|
156 |
* Any text with a length of 5 or less has been dropped
|
157 |
* Text that does not have a noun form has been dropped
|
158 |
* Text less than 3 words or more than 256 words and text over 1000 words were dropped
|
159 |
* All texts appearing more than 10 times have been dropped
|
160 |
+
(e.g. `“thumbnail for”, “image for”, “picture of”`)
|
161 |
|
162 |
**Image-Text Level**
|
163 |
+
* Based on (image_phash, text), duplicated samples have been dropped
|
164 |
+
(Different text may exist for the same image URL.)
|
165 |
|
166 |
#### Who are the source language producers?
|
167 |
|
|
|
179 |
|
180 |
### Personal and Sensitive Information
|
181 |
|
182 |
+
The COYO dataset is recommended to be used for research purposes.
|
183 |
+
Kakao Brain tried to construct a "Safe" dataset when building the COYO dataset.
|
184 |
+
(See Data Filtering Section) Kakao Brain is constantly making efforts to create more "Safe" datasets.
|
185 |
+
However, despite these efforts, this large-scale dataset was not hand-picked by humans to avoid the risk due to its very large size (over 700M).
|
186 |
+
Keep in mind that the unscreened nature of the dataset means that the collected images can lead to strongly discomforting and disturbing content for humans.
|
187 |
+
The COYO dataset may contain some inappropriate data, and any problems resulting from such data are the full responsibility of the user who used it.
|
188 |
+
Therefore, it is strongly recommended that this dataset be used only for research, keeping this in mind when using the dataset, and Kakao Brain does not recommend using this dataset as it is without special processing to clear inappropriate data to create commercial products.
|
189 |
|
190 |
## Considerations for Using the Data
|
191 |
|
192 |
### Social Impact of Dataset
|
193 |
|
194 |
+
It will be described in a paper to be released soon.
|
195 |
|
196 |
### Discussion of Biases
|
197 |
|
|
|
205 |
|
206 |
### Dataset Curators
|
207 |
|
208 |
+
COYO dataset was released as an open source in the hope that it will be helpful to many research institutes and startups for research purposes. We look forward to contacting us from various places who wish to cooperate with us.
|
209 |
+
|
210 |
+
[[email protected]](mailto://[email protected])
|
211 |
|
212 |
### Licensing Information
|
213 |
|
214 |
+
The COYO dataset of Kakao Brain is licensed under [CC-BY-4.0 License](https://creativecommons.org/licenses/by/4.0/).
|
215 |
+
The full license can be found in the LICENSE.cc-by-4.0 file.
|
216 |
+
The dataset includes “Image URL” and “Text” collected from various sites by analyzing Common Crawl data, an open data web crawling project. The collected data (images and text) is subject to the license to which each content belongs.
|
217 |
|
218 |
### Citation Information
|
219 |
|
220 |
+
If you apply this dataset to any project and research, please cite our code:
|
221 |
+
|
222 |
+
```
|
223 |
+
@misc{kakaobrain2022coyo-700m,
|
224 |
+
title = {COYO-700M: Image-Text Pair Dataset},
|
225 |
+
author = {TBA},
|
226 |
+
year = {2022},
|
227 |
+
howpublished = {\url{https://github.com/kakaobrain/coyo-dataset}},
|
228 |
+
}
|
229 |
+
```
|
230 |
|
231 |
### Contributions
|
232 |
|
233 |
+
- Minwoo Byeon ([@mwbyeon](https://github.com/mwbyeon))
|
234 |
+
- Beomhee Park ([@beomheepark](https://github.com/beomheepark))
|
235 |
+
- Haecheon Kim ([@HaecheonKim](https://github.com/HaecheonKim))
|
236 |
+
- Sungjun Lee ([@justhungryman](https://github.com/justHungryMan))
|
237 |
+
- Woonhyuk Baek ([@wbaek](https://github.com/wbaek))
|
238 |
+
- Saehoon Kim ([@saehoonkim](https://github.com/saehoonkim))
|
239 |
+
- and Kakao Brain Large-Scale AI Studio
|