beaver-queries / README.md
jixy2012's picture
fix: update readme
19da3ca
metadata
dataset_info:
  features:
    - name: query_id
      dtype: int64
    - name: database_id
      dtype: string
    - name: table_id
      sequence: string
    - name: query
      dtype: string
    - name: answer
      dtype: string
    - name: difficulty
      dtype: string
    - name: mapping
      list:
        - name: mapped_column
          sequence: string
        - name: nl_phrase
          dtype: string
    - name: join_key
      sequence:
        sequence: string
  splits:
    - name: test
      num_bytes: 608060
      num_examples: 209
  download_size: 140348
  dataset_size: 608060
configs:
  - config_name: default
    data_files:
      - split: test
        path: queries_test.parquet

ref bibtex

@article{chen2024beaver,
  title={BEAVER: an enterprise benchmark for text-to-sql},
  author={Chen, Peter Baile and Wenz, Fabian and Zhang, Yi and Yang, Devin and Choi, Justin and Tatbul, Nesime and Cafarella, Michael and Demiralp, {\c{C}}a{\u{g}}atay and Stonebraker, Michael},
  journal={arXiv preprint arXiv:2409.02038},
  year={2024}
}