VictorSanh
commited on
Commit
·
b17df95
1
Parent(s):
993e490
updates
Browse files
README.md
CHANGED
@@ -62,7 +62,8 @@ Interleaved image-text web documents are a succession of text paragraphs interle
|
|
62 |
|
63 |
We provide an [interactive visualization](TODO once we have final link public) of OBELICS that allows exploring the content of OBELICS. The map shows a subset of 11M of the 141M documents.
|
64 |
|
65 |
-
![OBELICS Nomic map](assets/nomic_map.png)
|
|
|
66 |
|
67 |
## Data Fields
|
68 |
|
@@ -102,11 +103,11 @@ There is only one split, `train`, that contains 141,047,697 documents.
|
|
102 |
|
103 |
To respect the preferences of content creators, we removed from OBELICS all images for which creators explicitly opted out of AI model training. We used the [Spawning API](https://api.spawning.ai/spawning-api) to verify that the images in the dataset respect the original copyright owners’ choices.
|
104 |
|
105 |
-
However, due to an error on our side, we did not
|
106 |
|
107 |
## Content warnings
|
108 |
|
109 |
-
|
110 |
|
111 |
## Terms of Use
|
112 |
|
@@ -128,4 +129,4 @@ If you are using this dataset, please cite
|
|
128 |
archivePrefix={arXiv},
|
129 |
primaryClass={cs.IR}
|
130 |
}
|
131 |
-
```
|
|
|
62 |
|
63 |
We provide an [interactive visualization](TODO once we have final link public) of OBELICS that allows exploring the content of OBELICS. The map shows a subset of 11M of the 141M documents.
|
64 |
|
65 |
+
[![OBELICS Nomic map](assets/nomic_map.png)](www.google.com)
|
66 |
+
TODO:change the link once we have the final public link
|
67 |
|
68 |
## Data Fields
|
69 |
|
|
|
103 |
|
104 |
To respect the preferences of content creators, we removed from OBELICS all images for which creators explicitly opted out of AI model training. We used the [Spawning API](https://api.spawning.ai/spawning-api) to verify that the images in the dataset respect the original copyright owners’ choices.
|
105 |
|
106 |
+
However, due to an error on our side, we did not remove entire documents (i.e. URLs) which are opted out of AI model training. As of July 2023, we estimate that it represents 4 to 5% of the totality of OBELICS. The config `` (TODO) applies the correct filtering at the web document level. We recommend users of OBELICS to regularly check every document against the API.
|
107 |
|
108 |
## Content warnings
|
109 |
|
110 |
+
Despite our efforts on filtering, OBELICS contains a small proportion of documents that are not suitable for all audience. For instance, while navigating the interative map, you might find the cluster named "Sex" which predominantly contains description of pornographic movies along with pornographic images. Other clusters would contain advertising for sex workers, or report of violent shootings. In our experience, these documents represent a small proportion of all the documents.
|
111 |
|
112 |
## Terms of Use
|
113 |
|
|
|
129 |
archivePrefix={arXiv},
|
130 |
primaryClass={cs.IR}
|
131 |
}
|
132 |
+
```
|