DOCUMENT AI MODELS
Explore Nutrient models for verifying claims, detecting form fields, and classifying document images. Each model links to its public scorecard, demo, leaderboard, and evaluation data where available.
grounding-en — vs. .48–.66 for general-purpose NLI baselinesgrounding-enDownload it and run it yourself.
WHY SPECIALIZED MODELS
Cross-encoders that score whether document evidence actually supports a claim.
grounding-en grounding-multilingual
.923
ROC-AUC · number-grounding
.48–.66
general NLI baselines
CAVEAT
On general prose, the best listed baseline still edges the multilingual model (.961 vs. .926) — grounding’s edge is numbers, dates, and facts.
Detects every interactive field on a page — bounding box, type, label, radio-group identity — and returns JSON.
form-field-vlm
#1
Nutrient Hybrid · public 16-system leaderboard
#2
Nutrient VLM · public 16-system leaderboard
NOTE
Ranks first and second on the public form-field benchmark — see the full leaderboard below.
Open-vocabulary: classifies document and figure images against labels you supply at runtime.
doc-img-classification
.880
broad top-1
.712
specialized top-1
CAVEAT
A listed baseline is slightly higher on synonym robustness.
Typed-field F1 @ IoU 0.5 on 100 real pages/701 fields. At a looser IoU 0.2, the best generalist nearly ties on typed-F1 — the specialist’s edge is precise localization (box recall 0.790 vs. 0.364). Full methodology and the live leaderboard on Hugging Face.
RUN IT YOURSELF
grounding-en is Apache-2.0 — pull it from Hugging Face. The multilingual, form-field, and classification models are commercial and served through Nutrient DWS Data Extraction.
from sentence_transformers import CrossEncoder
model = CrossEncoder("nutrientdocs/grounding-en")score = model.predict([(claim, source_passage)]) # 0–1: is the claim supported?IN THE PRODUCT
MODEL CATALOG
The English grounding model is open under Apache-2.0. The multilingual grounding, form-field, and image-classification weights are commercial, with public model cards and reproducible evaluation benchmarks.
A commercial, non-downloadable open-vocabulary model that classifies document and figure images against labels supplied at runtime. On the public ~48-label benchmark, it reports .880 broad and .712 specialized top-1 accuracy; a listed baseline is slightly higher on synonym robustness.
grounding-en is Apache-2.0 open weights; multilingual grounding, form-field-vlm, and doc-img-classification are commercial, with public model cards and reproducible benchmarks.
On public datasets with published methodology; each model links to its dataset and a live leaderboard Space you can rerun.
Open weights via Hugging Face (transformers/sentence-transformers); commercial models through Nutrient DWS Data Extraction.
They verify and structure before a human step: ground a claim, detect every field, and classify a page — so an agent hands off checked output.
grounding-en is English; grounding-multilingual covers 15+ languages.
Talk to Nutrient about document AI, or try the same grounding and form-field capabilities through DWS Data Extraction.