dreamerdeo
commited on
Commit
·
37ddc6e
1
Parent(s):
1faca1c
Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,35 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: cc
|
3 |
+
language:
|
4 |
+
- en
|
5 |
+
- fr
|
6 |
+
- de
|
7 |
+
- vi
|
8 |
+
- zh
|
9 |
+
- ja
|
10 |
+
- es
|
11 |
+
size_categories:
|
12 |
+
- 10K<n<100K
|
13 |
+
---
|
14 |
+
# MultiSpider: Towards Benchmarking Multilingual Text-to-SQL Semantic Parsing
|
15 |
+
In this work, we present MultiSpider, a multilingual text-to-SQL dataset which covers seven languages (English, German, French, Spanish, Japanese, Chinese, and Vietnamese).
|
16 |
+
Find more details on [paper](https://arxiv.org/pdf/2212.13492.pdf) and [code](https://github.com/longxudou/multispider).
|
17 |
+
|
18 |
+
Please be aware that the MultiSpider dataset is available in two versions: `with_English_value` and `with_original_value`. Our reported results are based on the `with_English_value` version to circumvent any discrepancies between the entities in the questions and the values in the database.
|
19 |
+
The `with_original_value` version is a byproduct of the dataset creation process, which may be of interest for more in-depth research on this localized dataset.
|
20 |
+
|
21 |
+
`with_English_value`: Führen Sie die Namen der Sängerinnen und Sänger auf, deren Staatsbürgerschaft nicht „France“ lautet.
|
22 |
+
|
23 |
+
`with_original_value`: Führen Sie die Namen der Sängerinnen und Sänger auf, deren Staatsbürgerschaft nicht "Frankreich" lautet.
|
24 |
+
|
25 |
+
## Results
|
26 |
+
|
27 |
+
| Model | EN | DE | ES | FR | JA | ZH | VI |
|
28 |
+
| ------ | ----: | ----: | ----: | ----: | ----: | ----: | ----: |
|
29 |
+
| Paper Report | 68.8 | 64.8 | 67.4 | 65.3 | 60.2 | 66.1 | 67.1 |
|
30 |
+
| Released Model | 69.5 | 65.1 | 68.1 | 66.7 | 60.9 | 67.4 | 69.1 |
|
31 |
+
|
32 |
+
## Copyright
|
33 |
+
Except where stated explicitly otherwise, the copyright to the source code is licensed under the Creative Commons - Attribution-NonCommercial 4.0 International license (CC BY-NC 4.0): https://creativecommons.org/licenses/by-nc/4.0/.
|
34 |
+
|
35 |
+
Any commercial use (whether for the benefit of third parties or internally in production) requires an explicit license.
|