Update README.md
Browse files
README.md
CHANGED
@@ -4,7 +4,7 @@ base_model:
|
|
4 |
- Qwen/Qwen2.5-Coder-32B
|
5 |
---
|
6 |
|
7 |
-
# ExCoT
|
8 |
|
9 |
Snowflake’s AI research team introduces ExCoT, the first model in the Arctic Text2SQL family. ExCoT is a novel framework that combines CoT prompting with SQL execution-based DPO, using execution results — not human preferences — as the feedback signal. This enables scalable, high-quality model optimization without requiring expensive human annotations.
|
10 |
|
@@ -12,7 +12,7 @@ Based on our internal testing, ExCoT delivered state-of-the-art results on the [
|
|
12 |
|
13 |
* [Llama-3.1-Arctic-ExCoT-70B](https://huggingface.co/Snowflake/Llama-3.1-Arctic-ExCoT-70B) improved execution accuracy on the BIRD-dev set from the base model’s 57.37% to 68.51%. [Qwen-2.5-coder-Arctic-ExCoT-32B](https://huggingface.co/Snowflake/Qwen-2.5-coder-Arctic-ExCoT-32B) achieved similarly strong gains.
|
14 |
|
15 |
-
* Both models significantly outperformed
|
16 |
|
17 |
For more details about ExCoT and how to use it:
|
18 |
|
|
|
4 |
- Qwen/Qwen2.5-Coder-32B
|
5 |
---
|
6 |
|
7 |
+
# Arctic Text2SQL: ExCoT
|
8 |
|
9 |
Snowflake’s AI research team introduces ExCoT, the first model in the Arctic Text2SQL family. ExCoT is a novel framework that combines CoT prompting with SQL execution-based DPO, using execution results — not human preferences — as the feedback signal. This enables scalable, high-quality model optimization without requiring expensive human annotations.
|
10 |
|
|
|
12 |
|
13 |
* [Llama-3.1-Arctic-ExCoT-70B](https://huggingface.co/Snowflake/Llama-3.1-Arctic-ExCoT-70B) improved execution accuracy on the BIRD-dev set from the base model’s 57.37% to 68.51%. [Qwen-2.5-coder-Arctic-ExCoT-32B](https://huggingface.co/Snowflake/Qwen-2.5-coder-Arctic-ExCoT-32B) achieved similarly strong gains.
|
14 |
|
15 |
+
* Both models significantly outperformed other well-known frontier general-purpose models, achieving over 10 percentage points of improvement.
|
16 |
|
17 |
For more details about ExCoT and how to use it:
|
18 |
|