Datasets:

Modalities:
Text
Formats:
parquet
ArXiv:
Libraries:
Datasets
pandas
License:

Add paper link and GitHub link, specify task category and license

#2
by nielsr HF staff - opened
Files changed (1) hide show
  1. README.md +6 -3
README.md CHANGED
@@ -1,4 +1,5 @@
1
  ---
 
2
  dataset_info:
3
  features:
4
  - name: json_schema
@@ -61,12 +62,15 @@ configs:
61
  path: data/JsonSchemaStore-*
62
  - split: Glaiveai2K
63
  path: data/Glaiveai2K-*
64
- pretty_name: J
 
 
65
  ---
66
 
67
  # JSONSchemaBench
68
 
69
- [![Paper](https://img.shields.io/badge/Paper-arXiv-blue)](https://arxiv.org/abs/2501.10868)
 
70
 
71
  JSONSchemaBench is a benchmark of **real-world JSON schemas** designed to evaluate **structured output generation** for Large Language Models (LLMs). It contains approximately **10,000 JSON schemas**, capturing diverse constraints and complexities.
72
 
@@ -108,7 +112,6 @@ Each dataset split contains:
108
  πŸš€ **For more details, check out the [paper](https://arxiv.org/abs/2501.10868).**
109
 
110
  ## πŸ“š Citation
111
- If you use this dataset, please cite:
112
  ```bibtex
113
  @misc{geng2025jsonschemabench,
114
  title={Generating Structured Outputs from Language Models: Benchmark and Studies},
 
1
  ---
2
+ pretty_name: J
3
  dataset_info:
4
  features:
5
  - name: json_schema
 
62
  path: data/JsonSchemaStore-*
63
  - split: Glaiveai2K
64
  path: data/Glaiveai2K-*
65
+ license: mit
66
+ task_categories:
67
+ - text-generation
68
  ---
69
 
70
  # JSONSchemaBench
71
 
72
+ [![Paper](https://img.shields.io/badge/Paper-arXiv-blue)](https://arxiv.org/abs/2501.10868)
73
+ [![GitHub](https://img.shields.io/badge/Code-GitHub-blue)](https://github.com/guidance-ai/jsonschemabench)
74
 
75
  JSONSchemaBench is a benchmark of **real-world JSON schemas** designed to evaluate **structured output generation** for Large Language Models (LLMs). It contains approximately **10,000 JSON schemas**, capturing diverse constraints and complexities.
76
 
 
112
  πŸš€ **For more details, check out the [paper](https://arxiv.org/abs/2501.10868).**
113
 
114
  ## πŸ“š Citation
 
115
  ```bibtex
116
  @misc{geng2025jsonschemabench,
117
  title={Generating Structured Outputs from Language Models: Benchmark and Studies},