Datasets:
Add paper link and GitHub link, specify task category and license
#2
by
nielsr
HF staff
- opened
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 |
-
|
|
|
|
|
65 |
---
|
66 |
|
67 |
# JSONSchemaBench
|
68 |
|
69 |
-
[](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 |
+
[](https://arxiv.org/abs/2501.10868)
|
73 |
+
[](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},
|