Sign InOpen Brain
AI EngineerVideoSource Linked

Your Agreements Are a Database You Can't Query — Hiral Shah, Docusign & Sean Sodha, NVIDIA

Docusign and NVIDIA use a small extraction model to preserve complex agreement tables as structured data, showing where specialized parsers can beat generic VLMs in agent pipelines.

AI Engineer · Sep 16, 2026
Open Source Open MarkdownOpen JSON
Source Summary

Docusign says it processes **about 1 million agreements daily** across 1.9 million paying customers. Pricing, SLA, and rate-card tables often defeat line-oriented extraction, especially with merged or nested cells.

Practical Implication

Use specialized extraction before retrieval when an agent must reason over table structure. The NeMo Retriever parse model preserves layout, reading order, and table relationships; Docusign reports **20× faster table extraction** than the open models it tested.

Agent-Ready Context
Docusign says it processes **about 1 million agreements daily** across 1.9 million paying customers. Pricing, SLA, and rate-card tables often defeat line-oriented extraction, especially with merged or nested cells.

Use specialized extraction before retrieval when an agent must reason over table structure. The NeMo Retriever parse model preserves layout, reading order, and table relationships; Docusign reports **20× faster table extraction** than the open models it tested.

The talk does not provide the underlying scores, model list, or production error rates. Docusign still uses a hybrid pipeline with OCR for other fields, while quantization and multi-token generation were described as future optimization paths.
Connected Context · Feed7 Judgment

Retrieval cannot recover structure that ingestion has already flattened incorrectly. For agreements containing merged or nested tables, a layout-aware specialist parser becomes a prerequisite to dependable downstream reasoning, while the retained OCR path confirms that extraction should remain hybrid. The reported speedup supports task-specific model selection but lacks enough evaluation detail to establish accuracy or generality.

Teaching Nemotron Greek: Mining a Corpus, Adapting Retrieval, and Grounding Generation for Modern Greek across Specialist DomainsBoth turn RAG into a staged, workload-specific selection problem: the target specializes parsing before retrieval, while the candidate adapts retrieval and grounding for a particular language and domain.When Does Bigger Help? A Controlled Study of LLM Scale for Ontology LearningThe specialized parser reinforces the finding that model scale alone is a weak selector; success depends on matching model architecture and evaluation to the structured task.Compression at the Edge — NVIDIA, Unsloth, HuggingFace, OllamaBecause quantization is only a proposed next step here, the candidate supplies the implementation consequence: any compressed parser artifact must be tested inside the real extraction pipeline for speed and quality.Local Models: Trust, Control, Optimization — Carter Abdallah, NVIDIAThe parser is a concrete case for controllable open-model infrastructure, but its benchmark omissions also confirm that ownership and customization do not by themselves demonstrate task quality.
Context Map
modeldata#model-selection#retrieval#open-models
Uncertainty
The talk does not provide the underlying scores, model list, or production error rates. Docusign still uses a hybrid pipeline with OCR for other fields, while quantization and multi-token generation were described as future optimization paths.