matthieufp
commited on
Commit
•
e948e46
1
Parent(s):
4296723
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,31 @@
|
|
1 |
-
---
|
2 |
-
license: cc-by-4.0
|
3 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: cc-by-4.0
|
3 |
+
---
|
4 |
+
|
5 |
+
More info can be found here: https://oscar-project.github.io/documentation/versions/mOSCAR/
|
6 |
+
|
7 |
+
Paper link: https://arxiv.org/abs/2406.08707
|
8 |
+
|
9 |
+
# Layout
|
10 |
+
```
|
11 |
+
{
|
12 |
+
'images': [{'img_idx': '#000002',
|
13 |
+
'sha512': '65c1e5605d48f8753256f758bd442cbdd43e6987691227b1ea6b81430ff36609f46d448c8171546232fe0c258d9e44ce4378f32e8ada5c43c314df5a5e230de2',
|
14 |
+
'url': 'https://actuconsommation.fr/wp-content/uploads/2020/05/Disneylands-Japon-1068x712.jpg'}],
|
15 |
+
'metadata': [{'node_order': 'img_#000002|txt_#000000|txt_#000001|txt_#000002|txt_#000003|txt_#000004|txt_#000005|txt_#000006|txt_#000009',
|
16 |
+
'url': 'https://actuconsommation.fr/2020/05/11/disneyland-une-reouverture-sous-haute-securite-a-shanghai-ce-lundi/'}],
|
17 |
+
'text': [{'text': 'Disneyland : une réouverture sous haute sécurité à Shanghai ce lundi', 'text_idx': '#000000'},
|
18 |
+
{'text': 'Des milliers de visiteurs ont pu pénétrer lundi dans le Disneyland de Shanghai, le premier des six parcs de [...]', text_idx': '#000001'},
|
19 |
+
[...] ]
|
20 |
+
}
|
21 |
+
```
|
22 |
+
|
23 |
+
# Citation
|
24 |
+
```
|
25 |
+
@article{futeral2024moscar,
|
26 |
+
title={mOSCAR: A Large-scale Multilingual and Multimodal Document-level Corpus},
|
27 |
+
author={Futeral, Matthieu and Zebaze, Armel and Suarez, Pedro Ortiz and Abadji, Julien and Lacroix, R{\'e}mi and Schmid, Cordelia and Bawden, Rachel and Sagot, Beno{\^\i}t},
|
28 |
+
journal={arXiv preprint arXiv:2406.08707},
|
29 |
+
year={2024}
|
30 |
+
}
|
31 |
+
```
|