Entity Extraction Viewer
Inspect raw extraction output.
Review source text, extracted entities, confidence scores, spans, and model versions before graph normalization.
Input Inspector
Raw text
Lerya Labs is evaluating ContextGraph for GraphRAG retrieval debugging across tenant-restricted engineering documents.
Output
Extracted entities JSON
{
"documentId": "cg-doc-8432",
"model": "entity-extractor-v0.9.4",
"entities": [
{ "name": "Lerya Labs", "type": "Organization", "confidence": 0.98 },
{ "name": "ContextGraph", "type": "System", "confidence": 0.96 },
{ "name": "GraphRAG", "type": "Concept", "confidence": 0.94 }
]
}Entity List
Extraction candidates
| Entity Name | Type | Confidence | Source span | Model |
|---|---|---|---|---|
| Lerya Labs | Organization | 0:10 |
entity-extractor-v0.9.4 | |
| ContextGraph | System | 25:37 |
entity-extractor-v0.9.4 | |
| GraphRAG | Concept | 42:50 |
entity-extractor-v0.9.4 | |
| tenant-restricted engineering documents | DocumentSet | 78:117 |
entity-extractor-v0.9.4 |
Highlight View
Inline entity spans
Lerya Labs
OrganizationContextGraph
SystemGraphRAG
Concepttenant-restricted engineering documents
DocumentSet