Add task category, link to paper
Browse filesThis PR adds the `table-question-answering` task category to the dataset card, as well as a link to the paper at https://huggingface.co/papers/2505.20321.
README.md
CHANGED
|
@@ -1,11 +1,15 @@
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
|
|
|
|
|
|
| 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.
|
|
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
| 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.
|