Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -4,15 +4,17 @@ task_categories:
|
|
| 4 |
- table-question-answering
|
| 5 |
---
|
| 6 |
|
| 7 |
-
BiomedSQL
|
| 8 |
|
| 9 |
[GitHub](https://github.com/NIH-CARD/biomedsql)
|
| 10 |
|
| 11 |
[Paper](https://huggingface.co/papers/2505.20321)
|
| 12 |
|
| 13 |
-
Dataset Summary<br>
|
| 14 |
BiomedSQL is a text-to-SQL benchmark designed to evaluate Large Language Models (LLMs) on scientific tabular reasoning tasks. It consists of curated question-SQL query-answer triples covering a variety of biomedical and SQL reasoning types. The benchmark challenges models to apply implicit
|
| 15 |
scientific criteria rather than simply translating syntax.
|
| 16 |
|
| 17 |
-
|
| 18 |
-
|
|
|
|
|
|
|
|
|
| 4 |
- table-question-answering
|
| 5 |
---
|
| 6 |
|
| 7 |
+
**BiomedSQL**
|
| 8 |
|
| 9 |
[GitHub](https://github.com/NIH-CARD/biomedsql)
|
| 10 |
|
| 11 |
[Paper](https://huggingface.co/papers/2505.20321)
|
| 12 |
|
| 13 |
+
**Dataset Summary**<br>
|
| 14 |
BiomedSQL is a text-to-SQL benchmark designed to evaluate Large Language Models (LLMs) on scientific tabular reasoning tasks. It consists of curated question-SQL query-answer triples covering a variety of biomedical and SQL reasoning types. The benchmark challenges models to apply implicit
|
| 15 |
scientific criteria rather than simply translating syntax.
|
| 16 |
|
| 17 |
+
**Repository Organization**
|
| 18 |
+
- **benchmark_data**: contains the question-SQL query-answer triples.
|
| 19 |
+
- Please note that you will have to replace the ```{project_id}``` and ```{dataset_name}``` placeholder strings in the ```benchmark_query``` column with the names of the GCP project and BigQuery dataset that you create if you wish to rerun them. Our GitHub code automatically handles this entity replacement through ```.env``` configurations when running experiment code.<br>
|
| 20 |
+
- **db_data**: contains the parquet files needed to recreate the tables in the evaluation database.
|