Papers › ScrapeGraphAI-100k: Dataset for Schema-Constrained LLM Generation

ScrapeGraphAI-100k: Dataset for Schema-Constrained LLM Generation

16 Feb 2026arXiv:2602.15189added by Syntology

William Brach, Francesco Zuppichini, Marco Vinciguerra, Lorenzo Padoan

Title, abstract, authors and date from arXiv's metadata (CC0); this paper is not in the Papers with Code archive (frozen 2025-07-28).

Producing output that conforms to a specified JSON schema underlies tool use, structured extraction, and knowledge base construction in modern large language models. Despite this centrality, public datasets for the task remain small, synthetic, or text-only, and rarely pair real page content with the prompts and schemas used in practice. We introduce ScrapeGraphAI-100k, 93,695 schema-constrained extraction events collected via opt-in ScrapeGraphAI telemetry in Q2--Q3 2025, deduplicated and balanced by schema from 9M raw events. The corpus spans 18 000+ unique schemas across 15 named languages plus a long-tail Other category, with English and Traditional Chinese covering 88% of detected content, each instance pairs Markdown-converted page content with a prompt, schema, LLM response, and per-example jsonschema-rs structural conformance labels (semantic correctness is out of scope, and raw HTML is deferred beyond v1.0). We characterize structural diversity across the corpus and identify sharp failure thresholds as schema complexity grows. As a case study, a 1.7B student fine-tuned on this data closely tracks the output distribution of its GPT-5-nano teacher, though it still trails a 30B-A3B reference (3.3B active parameters) on schema compliance. We offer this distillation result as preliminary evidence that grounding schema-constrained generation in real practitioner workloads at scale enables training and benchmarking that prior synthetic or text-only corpora could not support.

PaperPDFCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2602.15189")

Code

Syntology Ran 0 of 14 code samples harvested from 1 repository linked to this paper; 14 have no recorded run.

By repository: found in paper text by Syntology: 14 samples from 1 repository, 0 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

ScrapeGraphAI/scrapegraph-100k-paper found in paper text by Syntology report

Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

14 samples harvested; 0 ran; 0 honoured the contract we drafted; 14 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

14unverified

Licence: 14 of the 14 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from ScrapeGraphAI/scrapegraph-100k-paper. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

build ScrapeGraphAI/scrapegraph-100k-paper/modelling/prompts.py found in paper text by Syntology unverified no licence file found · pointer only · e4642fbe4e9a07a4 · report
build_calibration_dataset ScrapeGraphAI/scrapegraph-100k-paper/modelling/convert_awq.py found in paper text by Syntology unverified no licence file found · pointer only · bb93f1d464340939 · report
build_prompt ScrapeGraphAI/scrapegraph-100k-paper/modelling/convert_awq.py found in paper text by Syntology unverified no licence file found · pointer only · 9cca23f2500b9d75 · report
chunk_in_chars ScrapeGraphAI/scrapegraph-100k-paper/modelling/preprocess.py found in paper text by Syntology unverified no licence file found · pointer only · 24cfa0488aea2d8d · report
chunk_in_tokens ScrapeGraphAI/scrapegraph-100k-paper/modelling/preprocess.py found in paper text by Syntology unverified no licence file found · pointer only · 33ac81ed9ca06c30 · report
convert_to_f16_gguf ScrapeGraphAI/scrapegraph-100k-paper/modelling/convert_gguf.py found in paper text by Syntology unverified no licence file found · pointer only · 5147ae4d5ab0d49b · report
infer_one ScrapeGraphAI/scrapegraph-100k-paper/modelling/evaluation_llamacpp.py found in paper text by Syntology unverified no licence file found · pointer only · 4f5713d837129797 · report
jsonl_path ScrapeGraphAI/scrapegraph-100k-paper/modelling/regenerate.py found in paper text by Syntology unverified no licence file found · pointer only · 12b7ca9d94bba202 · report
output_jsonl_path ScrapeGraphAI/scrapegraph-100k-paper/modelling/regenerate.py found in paper text by Syntology unverified no licence file found · pointer only · 4487ecd85c7fa6bd · report
parse_json_remove_duplicates ScrapeGraphAI/scrapegraph-100k-paper/modelling/metrics.py found in paper text by Syntology unverified no licence file found · pointer only · 72248e066670068f · report
resolve_model ScrapeGraphAI/scrapegraph-100k-paper/modelling/convert_awq.py found in paper text by Syntology unverified no licence file found · pointer only · 1a66dec272aa53c0 · report
start_server ScrapeGraphAI/scrapegraph-100k-paper/modelling/evaluation_llamacpp.py found in paper text by Syntology unverified no licence file found · pointer only · 970696d5ceba99b8 · report
state_path ScrapeGraphAI/scrapegraph-100k-paper/modelling/regenerate.py found in paper text by Syntology unverified no licence file found · pointer only · bf1214220a7dc429 · report
wait_for_server ScrapeGraphAI/scrapegraph-100k-paper/modelling/evaluation_llamacpp.py found in paper text by Syntology unverified no licence file found · pointer only · 759fef2d0a6008ff · report

Results from the paper

The Papers with Code archive ends with its 2025-07-28 snapshot. This paper's arXiv identifier, 2602.15189, was issued in February 2026, after that date, so the archive has no leaderboard rows for it.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections