| layout | default | |||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| title | SEACrowd - Advancing AI for Southeast Asia | |||||||||||||||||||||||||||
| description | A grassroots-led community of researchers from Southeast Asia advancing Artificial Intelligence tools, resources, and capabilities for the region. Building world-class AI in linguistic and cultural context. | |||||||||||||||||||||||||||
| keywords |
|
|||||||||||||||||||||||||||
| carousel |
|
{% include carousel.html items=page.carousel height="400" duration="8" %}
We are a grassroots-led community of researchers from Southeast Asia (SEA) advancing Artificial Intelligence (AI) tools, resources, and capabilities for the region.
We envision a future where AI ecosystems in SEA are mature and competitive with the rest of the world, wherein people from SEA can use world-class AI in their own linguistic and cultural context.
{% include video.html video_id="k5_Fod7HN9c" caption="Learn more about SEACrowd's mission and impact" %}
We commit to a three-pronged approach to reaching our vision:
- spearheading grassroots-led model training and dataset building to improve AI resources for SEA
- creating a community of like-minded researchers via the ACL Special Interest Group SIGSEA
- supporting early-career researchers through the SEACrowd Apprentice Program
{% if site.news and site.news.size > 0 %} {% assign sortedNews = site.news | sort: 'path' | reverse %} {% assign recentNews = sortedNews | slice: 0, 5 %}
{% for article in recentNews %} {% assign filename = article.path | split: '/' | last | remove: '.md' %} {% assign date_parts = filename | split: '-' %} {% if date_parts.size >= 3 %} {% assign year = date_parts[0] %} {% assign month = date_parts[1] %} {% assign day = date_parts[2] %} {% assign date_string = year | append: '-' | append: month | append: '-' | append: day %} {% assign article_date = date_string | date: "%b %-d, %Y" %} {% else %} {% assign article_date = "Date not available" %} {% endif %}