You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+24Lines changed: 24 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -158,6 +158,30 @@ sh sh/eval_spider.sh
158
158
sh sh/eval_bird.sh
159
159
```
160
160
161
+
## 🌟 Applications
162
+
163
+
SQL-R1 can be effectively utilized in the following key areas:
164
+
165
+
1.**Foundation Model for Workflow Systems**
166
+
- Serves as a base model for complex database operations
167
+
- Enables seamless integration with existing workflow automation systems
168
+
- Supports customization and fine-tuning for specific business processes
169
+
- Provides robust API endpoints for system integration
170
+
171
+
2.**Enhanced NL2SQL Interpretability**
172
+
- Generates detailed explanations for SQL query construction
173
+
- Provides step-by-step reasoning for query transformation
174
+
- Helps users understand the relationship between natural language and SQL syntax
175
+
- Offers visualization of query execution plans
176
+
177
+
3.**Self-Evolving NL2SQL Agent Checkpoint**
178
+
- Acts as a foundation checkpoint for continuous learning
179
+
- Enables iterative improvement through feedback loops
180
+
- Supports transfer learning for domain-specific adaptations
181
+
- Facilitates model versioning and performance tracking
182
+
183
+
This may be added in the future work. If you have any ideas, please feel free to contact us.
184
+
161
185
## Thanks for
162
186
163
187
We thank [OmniSQL](https://github.com/RUCKBReasoning/OmniSQL) and follow their evaluation code and database information retrieval code. We have adapted and modified their evaluation scripts for our project.
0 commit comments