Datasets:

Modalities:
Text
Formats:
csv
ArXiv:
License:
mkoretsky1 commited on
Commit
9b6d448
·
verified ·
1 Parent(s): c371919

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -1
README.md CHANGED
@@ -1,14 +1,18 @@
1
  ---
2
  license: openrail++
 
 
3
  ---
4
 
5
  BiomedSQL
6
 
7
  [GitHub](https://github.com/NIH-CARD/biomedsql)
8
 
 
 
9
  Dataset Summary<br>
10
  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
11
  scientific criteria rather than simply translating syntax.
12
 
13
- benchmark_data: contains the question-SQL query-answer triples.<br>
14
  db_data: contains the parquet files needed to recreate the tables in the evaluation database.
 
1
  ---
2
  license: openrail++
3
+ 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
+ benchmark_data: contains the question-SQL query-answer triples. Please note that you will have to replace the ```{project_id}``` string in the provided "gold" queries with the GCP project that you create your DB in if you wish to rerun them.<br>
18
  db_data: contains the parquet files needed to recreate the tables in the evaluation database.