Skip to content

Hierarchical Lexical Graph

Three-Layer Knowledge Graph

Connects three layers of organisational knowledge: the semantic layer (org structure and processes), the lexical layer (document hierarchy), and the domain layer (extracted entities, chunks, and communities).

Hierarchical Lexical Graph

Layers

Semantic layer — organisational hierarchy and processes:

  • Org/Division → Department → Process → Step

Lexical layer — document structure:

  • Chapter → Article → Document
  • Connected to semantic layer via NEXT_SECTION from Step

Domain layer — extracted knowledge:

  • Chunk → Entity → Community
  • Connected to lexical layer via FIRST_CHUNK / NEXT_CHUNK

Key Relationships

RelationshipPurpose
IN_DEPARTMENTProcess belongs to a department
PROCESS_GUIDELINESStep implements a process
FIRST_CHUNK / NEXT_CHUNKChunk sequence within a chapter
SIMILARSemantic similarity between chunks
HAS_ENTITYEntity extracted from a chunk
IN_COMMUNITYEntity belongs to a detected community