Update README.md
Browse files
README.md
CHANGED
@@ -52,4 +52,9 @@ print(inference("how many people with name jui and age less than 25", {
|
|
52 |
print(inference("what is id with name jui and age less than 25", {
|
53 |
"people_name": ["id", "name", "age"]
|
54 |
})))
|
55 |
-
```
|
|
|
|
|
|
|
|
|
|
|
|
52 |
print(inference("what is id with name jui and age less than 25", {
|
53 |
"people_name": ["id", "name", "age"]
|
54 |
})))
|
55 |
+
```
|
56 |
+
|
57 |
+
# Dataset
|
58 |
+
- [CoSQL](https://yale-lily.github.io/cosql)
|
59 |
+
- [spider](https://yale-lily.github.io/spider)
|
60 |
+
- [SParC](https://yale-lily.github.io/sparc)
|