Update README.md
Browse files
README.md
CHANGED
|
@@ -24,13 +24,6 @@ In this release, we have:
|
|
| 24 |
|
| 25 |
---
|
| 26 |
|
| 27 |
-
### ✅ TODOs
|
| 28 |
-
|
| 29 |
-
- [ ] Release updated **Dev data**
|
| 30 |
-
- [ ] Release **baseline results** on new Dev set
|
| 31 |
-
- [ ] Integrate **interactive** setting into leaderboard
|
| 32 |
-
|
| 33 |
-
|
| 34 |
|
| 35 |
### 📥 For New Users
|
| 36 |
If you are new to **BIRD Dev**, you can download the complete databases using the following link:
|
|
@@ -78,6 +71,24 @@ Each entry in **BIRD-SQL Dev** is a JSON object with the following structure:
|
|
| 78 |
}
|
| 79 |
```
|
| 80 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 81 |
|
| 82 |
## 🙌 Acknowledgement
|
| 83 |
We sincerely thank the participating members for their time and dedication in improving this release: Benjamin Jun-jie Glover, Pan Enze, Rain Yiran Xu, Ashley (Juyeon) Lee, Eric Yue Wu, Yu Kaijia, Ziye Luo, Tangpirul Tat, Chik Ki Lok, Xu Haosen, Zhao Mingze, Chen Bingshang, Huang Yingrui, Winiera Sutanto, Zhan Mohan, Leia (Heaju) Kim, Veren Florecita, Xu Zixi, Chui Ting Yu George and Annabel Leonardi.
|
|
@@ -95,4 +106,13 @@ Please cite the repo if you think our work is helpful to you.
|
|
| 95 |
volume={36},
|
| 96 |
year={2024}
|
| 97 |
}
|
| 98 |
-
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 24 |
|
| 25 |
---
|
| 26 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 27 |
|
| 28 |
### 📥 For New Users
|
| 29 |
If you are new to **BIRD Dev**, you can download the complete databases using the following link:
|
|
|
|
| 71 |
}
|
| 72 |
```
|
| 73 |
|
| 74 |
+
## 📊 Baseline performance on Dev Dataset (EX)
|
| 75 |
+
|
| 76 |
+
| Model | Old Dev | Dev 1106 |
|
| 77 |
+
| ----------------------------- | ------- | --------- |
|
| 78 |
+
| claude-sonnet-4.5 | 66.3 | 66.56 |
|
| 79 |
+
| gemini-2.5-flash | 65.06 | 65.91 |
|
| 80 |
+
| qwen3-coder-480b-a35b | 66.75 | 65.45 |
|
| 81 |
+
| claude-sonnet-4 | 64.54 | 64.86 |
|
| 82 |
+
| gemini-2.0-flash-001 | 65.25 | 63.62 |
|
| 83 |
+
| gpt-5-2025-08-07 | 62.13 | 63.3 |
|
| 84 |
+
| Qwen3-30B-A3B-Instruct-2507 | 65.25 | 63.17 |
|
| 85 |
+
| Qwen3-235B-A22B-Thinking-2507 | 63.89 | 61.6 |
|
| 86 |
+
| Qwen2.5-Coder-32B-Instruct | 61.54 | 60.95 |
|
| 87 |
+
| claude-4-5-haiku | 59.84 | 60.69 |
|
| 88 |
+
| Llama-3.1-70B-Instruct | 63.62 | 59.39 |
|
| 89 |
+
| Qwen2.5-Coder-14B-Instruct | 59.97 | 57.04 |
|
| 90 |
+
| Qwen2.5-Coder-7B-Instruct | 49.41 | 49.22 |
|
| 91 |
+
| Llama-3.1-8B-Instruct | 38.27 | 36.7 |
|
| 92 |
|
| 93 |
## 🙌 Acknowledgement
|
| 94 |
We sincerely thank the participating members for their time and dedication in improving this release: Benjamin Jun-jie Glover, Pan Enze, Rain Yiran Xu, Ashley (Juyeon) Lee, Eric Yue Wu, Yu Kaijia, Ziye Luo, Tangpirul Tat, Chik Ki Lok, Xu Haosen, Zhao Mingze, Chen Bingshang, Huang Yingrui, Winiera Sutanto, Zhan Mohan, Leia (Heaju) Kim, Veren Florecita, Xu Zixi, Chui Ting Yu George and Annabel Leonardi.
|
|
|
|
| 106 |
volume={36},
|
| 107 |
year={2024}
|
| 108 |
}
|
| 109 |
+
```
|
| 110 |
+
|
| 111 |
+
---
|
| 112 |
+
|
| 113 |
+
### ✅ TODOs
|
| 114 |
+
|
| 115 |
+
- [x] Release updated **Dev data**
|
| 116 |
+
- [x] Release **baseline results** on new Dev set
|
| 117 |
+
- [ ] Integrate **interactive** setting into leaderboard
|
| 118 |
+
|