Alibaba's research trophy case, now with MIT license
A monorepo collecting the DAMO Academy's conversational-AI research code, from text-to-SQL winners to task-oriented dialogue systems.

What it does
DAMO-ConvAI is the umbrella repository for Alibaba’s DAMO Academy conversational-AI research. It houses the code behind published systems — notably a lineage of text-to-SQL models (R²SQL, S²SQL, BIRD-SQL) that have topped leaderboards like Spider, SparC and CoSQL, plus the SPACE dialogue-modeling series and DSTC competition entries. Think of it as a research group’s working directory made public.
The interesting bit
The repo’s value is archival, not ergonomic. These are battle-tested implementations that actually placed first in academic benchmarks — not toy examples. The MIT license is a genuine surprise for a major corporate lab’s output, and unusually permissive for the category.
Key highlights
- R²SQL (AAAI 2021) ranked #1 on SparC and CoSQL; S²SQL (ACL 2022) hit #1 on Spider
- BIRD-SQL earned NeurIPS 2023 Spotlight; SPACE 3.0 landed at SIGIR 2022
- DSTC11-SIMMC track winner (2022) and SigDial 2023 best paper
- 30+ papers accepted at ACL, EMNLP, KDD, AAAI, LREC-COLING between 2021–2024
- MIT licensed, not Apache or proprietary
Caveats
- README is essentially a news feed and ASCII banner; no usage docs, folder guide, or quickstart visible
- No candidate images provided, and the repo structure is opaque from the landing page
Verdict
Worth bookmarking if you’re reproducing text-to-SQL or multi-turn dialogue results, or tracing how a major lab’s research evolved. Skip if you need a batteries-included framework — this is reference code, not a product.