postgresql
bird-critic-1.0-postgresql
Update 2025-06-08
We release the full version of BIRD-Critic-PG, a dataset containing 530 high-quality user issues focused on real-world PostgreSQL database applications. The schema file is include in the code repository https://github.com/bird-bench/BIRD-CRITIC-1/blob/main/baseline/data/post_schema.jsonl
BIRD-CRITIC-1.0-PG
BIRD-Critic is the first SQL debugging benchmark designed to answer a critical question:
Can large language models (LLMs) fix user issues in… See the full description on the dataset page: https://huggingface.co/datasets/birdsql/bird-critic-1.0-postgresql.postgresql-llm
postgresql-llm
A pure PostgreSQL dataset for training and evaluating LLMs on PostgreSQL SQL and PL/pgSQL. Every row is a (question, schema, SQL) triplet with rich metadata for filtering and analysis.
Dataset Summary
postgresql-llm is a pure PostgreSQL dataset: SQL and PL/pgSQL only, with metadata for difficulty, category, and source.
Metric
Value
Total rows
211,539
PostgreSQL-specific rows
11,998 (5.7%)
Schema fill rate
82.2%
Explanation fill rate
17.8%… See the full description on the dataset page: https://huggingface.co/datasets/neurondb/postgresql-llm.EHRSQL_PostgreSQL_data
EHRSQL PostgreSQL Artifacts
This dataset repository hosts database artifacts generated for the companion
GitHub repository:
https://github.com/Jensen-JinhuiLiu/EHRSQL_PostgreSQL
Files
eicu.sqlite: original benchmark SQLite database artifact used for eICU.
mimic_iii.sqlite: original benchmark SQLite database artifact used for MIMIC-III.
postgres_import/eicu/csv/: CSV exports for loading the eICU PostgreSQL database.
postgres_import/mimic_iii/csv/: CSV exports for… See the full description on the dataset page: https://huggingface.co/datasets/JimHue/EHRSQL_PostgreSQL_data.oracle-to-postgresql-directtext-to-postgresql
Text-to-PostgreSQL
A schema-aware text-to-SQL dataset that pairs natural-language questions with
their corresponding PostgreSQL queries and the CREATE TABLE schema needed to
answer them. It is designed for fine-tuning small/medium language models to turn
plain English questions into executable SQL.
This dataset was used to train omeryentur/phi-3-sql
and related text-to-SQL models on this profile.
Dataset structure
Field
Type
Description
question
string… See the full description on the dataset page: https://huggingface.co/datasets/omeryentur/text-to-postgresql.BIRD-train-postgresql
