sdfprotocol/sdf-extract
1116
SDF Extract
Structured data extractor for the SDF Protocol. Fine-tuned from SmolLM3-3B using QLoRA.
Purpose
Extracts structured semantic data from web content: entities, claims, relationships, summaries, and type-specific fields. Takes the type classification from sdf-classify as input to condition extraction on the content type.
Training
- Base model: HuggingFaceTB/SmolLM3-3B
- Method: QLoRA (rank 32, alpha 64, dropout 0.05)
- Training data: 2,335 extracted web documents
- Accuracy: 90% exact extraction match across all field types
Files
Usage with Ollama
# Download the Q4_K_M file, then:
ollama create sdf-extract -f ModelfilePart of SDF Protocol
- Protocol: sdfprotocol.org
- Specification: github.com/sdfprotocol/sdf
- Whitepaper: DOI 10.5281/zenodo.18559223
- Classifier model: pranab2050/sdf-classify
Citation
@article{sarkar2026sdf,
title={Convert Once, Consume Many: SDF for Cacheable, Typed Semantic Extraction from Web Pages},
author={Sarkar, Pranab},
year={2026},
doi={10.5281/zenodo.18559223},
publisher={Zenodo}
}