Update README.md
Browse files
README.md
CHANGED
@@ -23,3 +23,25 @@ configs:
|
|
23 |
- split: train
|
24 |
path: data/train-*
|
25 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
23 |
- split: train
|
24 |
path: data/train-*
|
25 |
---
|
26 |
+
|
27 |
+
# SEA-VL: A Multicultural Vision-Language Dataset for Southeast Asia
|
28 |
+
|
29 |
+
Paper: [Crowdsource, Crawl, or Generate? Creating SEA-VL, A Multicultural Vision-Language Dataset for Southeast Asia]()
|
30 |
+
|
31 |
+
Dataset: [SEA-VL Collection on HuggingFace](https://huggingface.co/collections/SEACrowd/sea-vl-multicultural-vl-dataset-for-southeast-asia-67cf223d0c341d4ba2b236e7)
|
32 |
+
|
33 |
+
Code: [SEA-VL Experiemnt](https://github.com/SEACrowd/sea-vl-experiments) | [SEA-VL Image Collection](https://github.com/SEACrowd/sea-vl-image-collection)
|
34 |
+
|
35 |
+
# What is SEA-VL?
|
36 |
+
Following the success of our SEACrowd project, we’re excited to announce [SEA-VL](https://seacrowd.github.io/seavl-launch/), a new open-source initiative to create high-quality vision-language datasets specifically for Southeast Asian (SEA) languages! We’re calling on contributors to help us build a SEA-specific vision-language model.
|
37 |
+
|
38 |
+
SEA-VL is a big initiative, so we have decided to split it into two phases. In Phase 1 of SEA-VL, we’re looking for self-taken, culturally-relevant images with descriptions about the shared image. This will be cleaned and compiled into a comprehensive open-access SEA-relevant image dataset. To further extend the size of the culturally-relevant images, we also conduct SEA-relevant image dataset collection by developing a robust pipeline for crawling, filtering, and deduplication. This dataset will serve as the foundation for Phase 2, where we’ll develop instruction-tuning VL datasets and build a SEA-specific vision language model (VLM) using the constructed dataset.
|
39 |
+
|
40 |
+
The Phase 1 of SEA-VL has been concluded in early 2025. From this initiative, we release [SEA-VL collection](https://huggingface.co/collections/SEACrowd/sea-vl-multicultural-vl-dataset-for-southeast-asia-67cf223d0c341d4ba2b236e7) which covers [SEA-VL Crowdsourcing Dataset (8k samples)](https://huggingface.co/datasets/SEACrowd/sea-vl_crowdsourced) and [SEA-VL Crawling Dataset (1.2M samples)](https://huggingface.co/datasets/SEACrowd/sea-vl_crawling).
|
41 |
+
|
42 |
+
If you are interested in joining our initiative, please consider joining our [Discord Server](https://discord.gg/QV2rEyqwQk) and join our regular town hall meeting (More info in Discord)!
|
43 |
+
|
44 |
+
# Citation
|
45 |
+
```
|
46 |
+
TODO
|
47 |
+
```
|