Skip to content

Commit fa5a519

Browse files
committed
feat: Add EHR SQL benchmark from NAACL 2024
- Add benchmarks/ehrsql-naacl2024/ with 100 curated examples - Include CSV data with queries, model answers, and ground truth - Update MANIFEST.in to exclude benchmarks from PyPI packaging - Clean README with data schema and query type examples Based on 'Reliable Text-to-SQL on Electronic Health Records' shared task from Clinical NLP Workshop @ NAACL 2024
1 parent 4d4b24e commit fa5a519

File tree

3 files changed

+383
-0
lines changed

3 files changed

+383
-0
lines changed

MANIFEST.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,6 @@ global-exclude __pycache__
77
global-exclude .DS_Store
88
prune tests
99
prune webapp
10+
prune benchmarks
1011
prune build
1112
prune dist

0 commit comments

Comments
 (0)