sede
Text-to-SQL in the Wild: A Naturally-Occurring Dataset Based on Stack Exchange Data
File Explorer
Download Latest Version (.zip)- ci.yml
- t5_text2sql_sede.jsonnet
- t5_text2sql_spider.jsonnet
- test.jsonl
- test_original.jsonl
- train.jsonl
- val.jsonl
- val_original.jsonl
- ATIS Preprocessing.ipynb
- DataExplorer Filtering For Annotation.ipynb
- Dataset Analysis - Other.ipynb
- Dataset Analysis - SEDE.ipynb
- Dataset Analysis - Spider.ipynb
- explorer.ipynb
- Prepare Annotated Data for Train-Val-Test.ipynb
- __init__.py
- data_classes.py
- __init__.py
- text2sql.py
- __init__.py
- evaluate_predictions.py
- __init__.py
- abstract_jsql_service.py
- jsql_parser.py
- rest_jsql_service.py
- __init__.py
- bleu_scorer.py
- __init__.py
- evaluate.py
- jsql_reader.py
- utils.py
- __init__.py
- abstract_scorer.py
- __init__.py
- t5.py
- __init__.py
- optimizers.py
- __init__.py
- predictor.py
- __init__.py
- LICENSE.txt
- preprocess.py
- restore_oov.py
- sql_utils.py
- evaluate.py
- evaluate_single.py
- process_sql.py
- __init__.py
- sql_cleaning.py
- __init__.py
- test_evaluate.py
- test_jsql_reader.py
- test_utils.py
- __init__.py
- __init__.py
- test_sql_utils.py
- __init__.py
- test_sql_cleaning.py
- __init__.py
- __init__.py
- __init__.py
- utils.py
- tables_so.json
- .gitattributes
- .gitignore
- .pylintrc
- cloudbuild.yaml
- LICENSE
- main_allennlp.py
- Makefile
- pyproject.toml
- README.md
- requirements.txt
- sede_sql.jpg
# Installation Guide
1. Get the code
git clone https://github.com/hirupert/sede
Downloads the entire project code from GitHub to your computer.
cd sede
Moves into the project folder you just downloaded.
2. Python
Easy RecommendedPrerequisites
pip install -r requirements.txt
Installs the Python libraries listed in requirements.txt (or similar).
If it runs without errors and prints output in the terminal, it worked.
Pulled directly from this repo's README.
3. Make
MediumPrerequisites
- Git Needed to download the project code from GitHub.
- Make Usually pre-installed on Linux/macOS. On Windows, install separately (e.g. via MSYS2 or WSL).
make lint
Compiles the code based on the generated build configuration to produce an executable.
make black_check
Compiles the code based on the generated build configuration to produce an executable.
make unit_test
Compiles the code based on the generated build configuration to produce an executable.
If it finishes without errors, it worked. Try running the generated executable directly.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
