Semantic Systems / Language / Glyphs
Context-Aware Embedded Semantics: Architecting the Resolution of Ambiguity and Semantic Residue
Report summary
The transition from flat computational semantics to an advanced, context-aware Embedded Semantics architecture requires abandoning the fragile assumption that a single lexical phrase maps universally to a single, static concept. Traditional vector space models and static embedding registries frequen
Key topics
- Semantic Systems / Language / Glyphs
- Semantic Systems
- Language
- Glyphs
- AI
- Agentic Web
- .NET
- Runtime
- Physics
Research provenance
For citation, use the report title and canonical URL. Archival presence does not establish authorship or promote report statements into portfolio evidence.
This page renders the archived Markdown as safe, formatted HTML. It is background research and does not become a portfolio claim without evidence review.
Full report
On this page
1. Executive Summary
The transition from flat computational semantics to an advanced, context-aware Embedded Semantics architecture requires abandoning the fragile assumption that a single lexical phrase maps universally to a single, static concept. Traditional vector space models and static embedding registries frequently suffer from semantic collapse, where distinct meanings are silently merged through vector averaging. This destructive process eliminates the nuances of lexical ambiguity, polysemy, and context-dependent pragmatics. To construct a resilient and highly accurate system, the architecture must operate on a fundamental generative principle: meaning is dynamically resolved through a sequential interaction where an expression combined with context yields a candidate interpretation, which is then distilled into formalized concepts, structured relations, semantic residue, and quantifiable uncertainty. This exhaustive report investigates how an Embedded Semantics system can integrate deep context modeling without abandoning its foundational registry-first architecture. By leveraging Vector Symbolic Architectures (VSA)1, density matrices for tracking quantum-probabilistic ambiguity3, and Categorical Compositional Distributional Semantics (DisCoCat)5, the semantic registry evolves from a static lookup table into a dynamic, associative cleanup memory7. The system dynamically binds contextual roles to candidate entities while quantifying semantic residue—the temporal, modal, evidential, and pragmatic metadata left behind when core referential concepts are extracted9. The resulting framework is strictly incremental. It defines a five-level progression from isolated concept retrieval to full semantic graph generation12, ensuring that the architecture scales gracefully according to the syntactical complexity of the input and the availability of contextual grounding. Crucially, the framework formalizes abstention protocols. When ambiguity remains unresolved and uncertainty breaches defined mathematical thresholds, the system abstains from silent, erroneous resolution, preserving the integrity of the semantic registry and ensuring that embedding similarity alone never silently converts ambiguity into false semantic identity.
2. Why Context Cannot Be Ignored
Natural language is fundamentally underdetermined. The linguistic signal alone is rarely sufficient to isolate a singular, canonical meaning without the robust support of contextual grounding. Historical approaches to natural language processing and static Semantic Web registries have frequently attempted to force a rigid one-to-one mapping between a lexical item and a registry identifier. This approach inevitably fails because human language relies heavily on the cognitive efficiency of reusing lexical forms across diverse semantic spaces, depending on the interlocutor to supply the missing parameters of meaning from the environment, discourse history, and shared world knowledge. When embedding similarity alone is utilized to bridge natural language and formal registries, it creates a dangerous architectural vulnerability. Dense embeddings capture distributional co-occurrence rather than discrete semantic identity13. If a system attempts to resolve the expression "Java," a static embedding model will calculate the cosine similarity between the input and the available registry concepts. Because "Java" co-occurs in training corpora with programming terms, coffee-related terminology, and Indonesian geography, the resulting vector is a superposition of completely unrelated concepts. Without contextual parsing, the embedding similarity mechanism will silently convert this ambiguity into an incorrect semantic identity, perhaps retrieving a software framework when the user is operating in a supply chain context regarding agricultural imports. Similarly, the expression "bank" requires context to differentiate between a financial institution, a river bank, or an aircraft's banking maneuver. More complex structures, such as the phrase "I saw her duck," contain overlapping syntactic and lexical ambiguities. The word "her" may function as a possessive pronoun or an objective pronoun, while "duck" may function as a waterfowl (noun) or an evasive movement (verb). If the architecture ignores context, it cannot ascertain whether the speaker witnessed a bird or an action. Context cannot be ignored because it serves as the mathematical operator that projects a high-dimensional, superposed semantic vector onto a specific, disambiguated basis vector within the registry. The core project principle formalizes this necessity: an expression plus context generates a candidate interpretation. This interpretation is not a monolithic object. It is rigorously factored into canonical concepts (which map directly to the registry), relations (which connect the concepts), semantic residue (which captures the speaker's stance, modality, and pragmatic intent), and uncertainty (which dictates the system's confidence in its resolution). By preserving this factorization, the architecture respects the complexity of human language while maintaining the rigorous determinism required by a registry-first semantic system.
3. Polysemy
Polysemy represents the phenomenon where a single lexical item possesses multiple, distinct but historically or semantically related meanings. Unlike homonymy, where meanings share a form by historical accident, polysemous senses radiate from a common conceptual core. For instance, the word "wood" can refer to a biological substance derived from trees or a geographical area covered in trees. The word "paper" can refer to a physical material, an academic publication, or a daily news publication. In a registry-first architecture, polysemy presents a distinct mathematical and modeling challenge because the relatedness of the senses means their dense vector representations are heavily entangled4. If the registry contains distinct identifiers for the material of paper and the publication of a paper, a standard distributional embedding for the raw string "paper" will sit in the geometric space directly between them. A simple cosine similarity search will yield unpredictable results based on microscopic variations in the embedding space. To model polysemy without breaking the registry, the system utilizes Compositional Distributional Semantics, specifically leveraging density matrices3. In quantum physics, a density matrix represents a system in a mixed state—a statistical ensemble of several quantum states. Applied to computational linguistics, a density matrix encodes a probability distribution over the different senses of a polysemous word, allowing the ambiguity to be formally represented as a mixed state5. When context is introduced—such as the predicate in the sentence "The researcher published the paper"—the contextual vectors act as projection operators. The density matrix undergoes a mathematical update, collapsing into a pure state highly aligned with the academic publication concept. If the context is insufficient (for example, the isolated command "Bring me the paper"), the density matrix remains in a mixed state. The system can measure the von Neumann entropy of this matrix5. High entropy indicates unresolved polysemy. By tracking this entropy, the system knows exactly when polysemy has been successfully resolved by the surrounding text and when it must abstain from forcing a similarity match, thereby preserving the integrity of the registry.
4. Homonymy
Homonymy occurs when two or more completely unrelated concepts share the same phonological and orthographical form due to linguistic coincidence or distant historical divergence. The classic example is "bank," which can refer to a financial institution, the edge of a river, or a specific aeronautical maneuver. Because the underlying concepts of homonyms share zero conceptual overlap, an ideal semantic registry defines them as entirely orthogonal entities2. In Vector Symbolic Architectures (VSA), quasi-orthogonal hypervectors are assigned to the financial institution and the river edge18. However, the raw string "bank" enters the system without an initial vector assignment, presenting a critical disambiguation hurdle. To resolve homonymy, the architecture relies on the autoassociative or "cleanup" memory of the VSA7. The input expression is bundled with its surrounding context vectors. For example, if the input is "deposited money in the bank," the VSA binds the target word with the vectors for "deposit" and "money." Because the context vectors for financial transactions are highly orthogonal to the context of rivers, water, and geography, the algebraic bundling of the sequence overwhelmingly shifts the resulting hypervector toward the geometric region of the financial institution concept. When the resulting composite vector is queried against the registry's cleanup memory, it matches the financial institution concept with high similarity, leaving the river concept entirely unmatched18. This spatial separation ensures that homonymy is resolved early in the pipeline. Unlike polysemy, where senses cluster together and require density matrices to untangle, homonymy benefits from the "blessing of dimensionality" inherent in VSA1, where unrelated contexts naturally push the representation toward the correct, orthogonal semantic basin.
5. Ambiguity
Beyond lexical ambiguity (polysemy and homonymy), the architecture must confront deep syntactic and structural ambiguity. The previously mentioned example, "I saw her duck," contains dual ambiguity. Syntactically, "her" can be a possessive pronoun modifying a noun, or an objective pronoun receiving an action. Lexically, "duck" can be a waterfowl (noun) or an evasive movement (verb). Furthermore, sentences like "The man observed the girl with the telescope" introduce prepositional attachment ambiguity, where it is unclear whether the telescope is the instrument of observation or an attribute of the girl. Structural ambiguity cannot be resolved by isolated word embeddings or simple bag-of-words context windows. It requires the integration of dependency semantics and predicate-argument structures21. In this architecture, the input expression is mapped to candidate dependency trees. If "duck" is evaluated as a verb, a specific event frame is triggered requiring an agent for the evasion. If "duck" is evaluated as a noun, a perception frame is triggered requiring a perceiver and a perceived object. The Embedded Semantics system maintains these parallel candidate interpretations in a state of superposition. Context is then queried beyond the sentence boundary. If previous discourse mentions a sudden attack or flying debris, the evasion frame receives a massive probability boost. If previous discourse mentions a farm, a lake, or wildlife, the perception frame is reinforced. This parallel tracking of ambiguity ensures that embedding similarity is not used as a blunt instrument to average out structural differences. Instead, the architecture evaluates the fitness of each structural hypothesis against the environmental context, resolving to a definitive registry configuration only when certainty thresholds are met.
6. Pragmatics
Pragmatics is the study of how context influences meaning beyond the literal compositional semantics of a sentence. It encompasses the intentions of the speaker, the social dynamics of the interaction, and the unspoken rules of discourse, such as Gricean maxims and conversational implicatures. In a registry-based system, pragmatics historically poses the greatest threat to structural integrity because pragmatic meaning rarely corresponds to explicit lexical tokens that can be mapped to a static registry. Consider the utterance, "It is cold in here." The literal semantic extraction yields a concept of low temperature applied to a current location. However, in human discourse, this is frequently an indirect speech act—an implicature serving as a request for someone to close a window or adjust the thermostat. If a naive semantic parser maps this merely to a weather or climate registry node, it fails to capture the user's intent. To accommodate pragmatics without abandoning the registry-first architecture, the system must separate the literal propositional content from the illocutionary force. The core concepts regarding temperature and location are resolved and mapped to the registry. The pragmatic layer is captured as semantic residue. Using conventional implicatures and discourse markers23, the system flags the utterance with metadata typing its pragmatic function. This prevents the system from cluttering the formal registry of entities with transient conversational maneuvers, while still preserving the critical contextual data needed by downstream applications, such as a smart home agent responding to the indirect request.
7. Discourse Context
Meaning is constructed over time. A single expression is merely a fragment of a larger temporal and logical sequence. Discourse context refers to the accumulated state of the conversation, document, or session up to the point of the current expression. If the architecture treats each expression as an isolated, stateless query, it suffers from severe context blindness. Modern context-aware systems establish identity and session binding, treating the interaction as a continuous event-driven state rather than a series of disconnected API calls24. To mathematically model discourse context, the architecture maintains a dynamic context hypervector within the VSA framework1. As each sentence is processed, its core conceptual vectors are bundled into the master discourse vector. To prevent the discourse vector from becoming saturated with obsolete information, a temporal decay factor is applied, gradually fading older semantic representations while keeping recent topics highly active. This discourse vector acts as a persistent contextual background. When a highly ambiguous word is encountered, it is algebraically bound with the discourse vector. The resulting product highlights the specific entity in the registry that aligns with the active conversational topic, ensuring semantic continuity without requiring the explicit restatement of all parameters in every sentence. This mechanism is critical for maintaining coherence over long documents or extended human-computer interactions.
8. Entity Reference
Entity reference encompasses coreference resolution, deixis, and entity linking. It is the mechanism by which pronouns ("he," "it"), demonstratives ("this," "that"), and definite descriptions ("the company," "the president") are tied to specific, unique identifiers in a knowledge base or registry, such as Digital Object Identifiers (DOIs), Decentralized Identifiers (DIDs), or Wikidata Q-IDs25. In this framework, entity reference is treated as an explicit pointer resolution task within a context-aware graph28. When the system processes the sentence "She won the award," the token "She" must not resolve to a generic, abstract concept of a female person in the final output. Instead, it generates a query pointer. This pointer searches the active discourse context vector for entities matching the grammatical constraints (female, animate, singular). If a match is found, the pronoun is mathematically bound to this specific registry ID using role-filler binding12. If multiple entities match—for instance, if two different female researchers were mentioned in the preceding paragraph—the system measures the activation energy of both entities in the VSA discourse vector. If the distance between the two probabilities is within the margin of error, indicating high entropy and genuine ambiguity, the system flags the reference as fundamentally ambiguous. It abstains from silent resolution and packages the ambiguity state into the output, allowing downstream applications to request clarification.
9. Semantic Frames
Semantic frames, originally proposed by Charles Fillmore, provide a structured, cognitive representation of the background knowledge required to understand the meaning of words. A frame describes a type of situation, event, or object and the specific participants and props involved in it, known as frame elements. For example, a commercial transaction frame involves a buyer, a seller, goods, and currency. The verbs "buy," "sell," "pay," and "cost" all invoke this exact same conceptual frame but profile different perspectives and frame elements. Frame semantics is essential for Semantic Role Labeling (SRL), which identifies the exact functional role each entity plays in an event. The integration of frame semantics into a registry-first VSA architecture allows for highly robust context modeling21. The registry stores Semantic Frames as canonical structures. When an expression invokes a frame, the system instantiates it and uses role-filler binding1 to map recognized concepts to the frame elements. If a user states, "I bought a book for ten dollars," the VSA binds the registry ID for the user to the buyer role, the ID for the book to the goods role, and the ID for ten dollars to the currency role. The seller role remains an unbound wildcard. This structured mapping prevents the system from merely calculating a flat bag-of-words similarity, preserving the precise directional mechanics and thematic roles of the event.
10. Predicate-Argument Structures
Advancing from frame semantics, predicate-argument structures provide the formal syntactic-semantic interface. They define exactly how verbs (predicates) connect to subjects, objects, and obliques (arguments). Capturing these structures accurately is the only way to distinguish between "The dog bit the man" and "The man bit the dog," a task where simple additive embedding models notoriously fail. In Categorical Compositional Distributional Semantics (DisCoCat), predicates are not standard vectors; they are higher-order tensors or completely positive maps that act upon the vectors of their arguments5. An intransitive verb is modeled as a matrix that takes a noun vector and outputs a sentence vector. A transitive verb is an order-3 tensor that takes two noun vectors (a subject and an object) and outputs a sentence vector3. This mathematical formulation perfectly aligns with the project's goal of modeling context without abandoning the registry. The registry maintains nouns as static identity vectors, or as density matrices representing ambiguity15. The grammar of the sentence provides the tensor pathways. When the predicate tensor for "hit" is applied to the noun vectors for "John" and "ball", the tensor contraction computes the exact meaning of the sentence. This guarantees that grammatical structure fundamentally alters the geometry of the final semantic representation, ensuring highly precise context modeling.
11. Semantic Graphs
The culmination of predicate-argument extraction and frame filling is the generation of a Semantic Graph. Semantic graphs—often formatted as Resource Description Framework (RDF) triples, Knowledge Graphs, or Abstract Meaning Representations (AMR)—provide a maximal symbolic formalism where concepts act as nodes and relations act as directed edges28. Scene graphs perform a similar function for multimodal or spatial descriptions. However, immediately forcing all natural language inputs into a maximal semantic graph can be rigid, brittle, and computationally inefficient. The proposed architecture generates these graphs implicitly through VSA bundling12. In a Vector Symbolic Architecture, an RDF triple consisting of a subject, predicate, and object is encoded by binding the three corresponding vectors together into a single triple vector. Multiple triples are then bundled (summed) together into a single, unified knowledge base hypervector12. This mechanism yields a massive architectural advantage for the registry-first system: highly complex contextual environments and full semantic subgraphs can be passed around as single fixed-length vectors. This allows the system to seamlessly integrate with legacy API endpoints that expect singular data objects, while preserving the full topology of the semantic graph hidden within its high-dimensional geometry.
12. Composition
Compositionality is the principle that the meaning of a complex expression is determined by the meanings of its constituent parts and the rules used to combine them. While traditional embedding models rely on deep neural networks to implicitly learn these combinations, a structured, registry-based architecture requires transparent, algebraic composition. Information Theory-based Compositional Distributional Semantics13 and Vector Symbolic Architectures2 provide this transparency. In VSA, composition is explicitly handled by two primary operators:
1. Binding (⊗): Usually implemented as element-wise multiplication or XOR. Binding creates a new vector that is quasi-orthogonal (dissimilar) to its inputs. It is heavily utilized to bind semantic roles to fillers (e.g., binding the concept of SUBJECT to the concept of CAT).
2. Bundling (⊕): Usually implemented as element-wise addition. Bundling creates a vector that remains similar to its inputs. It is used to group multiple facts, features, or triples together into a cohesive set.
Through these explicit algebraic operations, the architecture mathematically guarantees that the distinct semantic identities stored in the registry are not lost or irreversibly blurred when combined into sentences. If the system needs to inspect the composition, it can use the inverse operation (unbinding) to retrieve the original registry concepts from the composite vector, satisfying the enterprise requirement for explainability and traceability1.
13. Semantic Residue
Semantic residue represents a critical conceptual innovation of this architecture. In traditional natural language extraction and information retrieval pipelines, once the core entities and actions (the "who did what to whom") are mapped to a database or registry, the remainder of the linguistic signal is discarded as irrelevant noise. However, this discarded information contains the profound nuance of human cognition: doubt, urgency, sarcasm, respect, temporal scope, and subjective perspective. The project principle asserts that meaning equates to concept(s) \+ relations \+ semantic residue \+ uncertainty. Semantic residue encapsulates everything that modulates the core propositional truth without altering the fundamental semantic identities of the concepts themselves. The deep investigation of this project dictates that semantic residue must not be uniformly forced into the formal concept registry. Creating distinct registry entities for "A slightly polite request for a financial bank" versus "An urgent demand for a financial bank" leads to an immediate combinatorial explosion and the collapse of the registry. Instead, semantic residue must be extracted and packaged as typed metadata—a peripheral envelope surrounding the core semantic graph34. However, specific triggers—such as strict temporal modality—can optionally be formalized as higher-order relations if downstream logical reasoning engines require them23. The determination relies on a strict heuristic: if the residue affects the truth-conditional verification of the event, it may be promoted to a relation; if it merely alters the social, pragmatic, or epistemic framing of the event, it must remain typed metadata.
14. Residue Taxonomy
To systematically process and categorize semantic residue without corrupting the core registry, the architecture implements a rigorous twelve-part taxonomy.
1. Grammatical Residue: This encompasses tense and aspect markers (e.g., perfective versus imperfective). These markers do not change the core event entities but alter the internal temporal structure and completion status of the event.
2. Temporal Residue: Deictic time markers such as "yesterday," "soon," or "later." These require grounding in the exact timestamp of the utterance to be resolved and are highly transient.
3. Modality: Expressions of necessity, possibility, or permission. This includes epistemic modals (relating to knowledge, like "might" or "must be") and deontic modals (relating to obligation, like "should" or "ought to").
4. Politeness and Register: Honorifics, formal versus informal phrasing, and social distancing markers. The semantic difference between "Would you kindly provide the document" and "Give me the file" lies entirely in this residue.
5. Speaker Stance: The subjective position or attitude of the speaker toward the proposition, often signaled by adverbs like "unfortunately," "ideally," or "frankly"9.
6. Certainty: Explicit markers of the speaker's confidence in their statement, such as "I am sure that," "perhaps," or "undoubtedly"35.
7. Evidentiality: Linguistic markers indicating the precise source of the speaker's information. This tracks whether the information was witnessed directly (visual evidentiality), inferred from clues, or heard via hearsay ("reportedly," "allegedly"). Evidentiality separates personal sources from shared or unverified sources9.
8. Affect: The emotional coloring embedded in lexical choices. For example, choosing to describe someone as "stubborn" versus "resolute" communicates identical core concepts but drastically different negative or positive affect.
9. Cultural Connotation: Secondary meanings tied to specific cultural or regional backgrounds that do not alter the strict dictionary definition but change the reception and weight of the word.
10. Metaphor: Source-domain framing applied to target-domain concepts. In the phrase "The market is bleeding," the core concept mapped to the registry is financial loss; the residue is the biological metaphor of a hemorrhage, which conveys severity.
11. Contextual Reference: Linguistic pointers reliant entirely on the physical or digital environment of the speaker, such as "over there" or "this one," which lack meaning without spatial context.
12. Discourse Relation: Conjunctive markers that signal logical flow between sentences but do not have independent physical referents, such as "therefore," "however," or "furthermore"23.
By systematically categorizing these elements as metadata, the system preserves the rich tapestry of human communication while keeping the core registry lean and mathematically tractable.
15. Context Packaging
To operationalize the extraction of core concepts and semantic residue, the architecture employs a unified Context Packaging protocol. The system must not poll a chaotic, disorganized schema of variables. Instead, it packages the output of the semantic resolver into a standardized, machine-readable envelope, conceptually similar to RDF-star for nested graphs or decentralized identifiers for verifiable credentials24. This Context Package consists of four primary layers:
- The Core Payload: The resolved registry identifiers (such as DOIs, DIDs, or internal Q-IDs) and their structural relations, forming the finalized semantic graph.
- The Context Header: A metadata layer containing the quantified Semantic Residue taxonomized above. This looks like a JSON-LD header containing tags such as Evidentiality: Hearsay, Stance: Skeptical, and Modality: Epistemic\_Low.
- The Confidence Matrix: A statistical representation of the system's certainty in its resolution, represented mathematically as the von Neumann entropy of the resulting density matrix5.
- The Session State: Binding variables that link the current interaction to previous entities in the discourse history, ensuring context-aware agents can maintain conversational continuity24.
This strict separation of concerns ensures that the registry remains pristine and focused exclusively on universal concepts, while the payload transmitted to downstream APIs contains all the nuance required for highly intelligent, context-aware processing.
16. Confidence and Ambiguity Representation
Traditional natural language processing models generally provide a simple scalar confidence score (e.g., a 0.85 certainty rating). This is fundamentally inadequate for a registry-first architecture because a single scalar fails to distinguish between a lack of data (out-of-vocabulary terms) and inherent linguistic ambiguity (a perfectly understood word with multiple valid interpretations). By implementing density matrices from quantum-inspired compositional semantics4, the architecture represents ambiguity geometrically. If a highly polysemous word like "Java" is encountered with zero context, its density matrix represents a highly mixed state, meaning it holds equal probabilities of being the Indonesian island, the beverage, or the programming language. The von Neumann entropy of this matrix is maximized5. As context is applied through the parsing of surrounding words, the matrix undergoes projective measurements. If the context is strong and unambiguous, the matrix collapses into a pure state, the entropy approaches zero, and a definitive registry ID is confidently selected. However, if the context is conflicting (e.g., "The Java import failed at the harbor"), the matrix resolves into a superposition of software frameworks and physical agricultural goods. The system calculates the trace distance between this resulting matrix and the canonical registry matrices. If the distance to multiple distinct concepts is similar, the system explicitly represents the state as a localized ambiguity field rather than forcing an arbitrary best-guess match.
17. Abstention
A hallmark of a resilient architectural system is knowing precisely when to fail safely. When embedding similarity alone is used, models typically suffer from a "compulsion to resolve." They will silently guess the closest vector even when the mathematical distance indicates a poor or highly uncertain match. This converts ambiguity into semantic identity, violating the core project principles and silently injecting errors into enterprise databases. The framework introduces strict Abstention Protocols based on the entropy metrics derived from the density matrices15.
1. Threshold Evaluation: If the entropy of the resolved contextual matrix remains above a pre-defined threshold [Figure omitted from source export] after all context has been applied, the system halts resolution.
2. Graceful Degradation: Instead of returning a highly specific but likely incorrect registry ID, the system degrades to returning the unresolved candidate concepts and their respective probabilities.
3. Clarification Trigger: The packaged context explicitly flags ABSTAIN: TRUE and passes the semantic residue and ambiguity state back to the user or API. This allows a conversational agent or user interface to ask a clarifying question, such as, "Did you mean the programming language or the coffee?"
18. Incremental Architecture
The system avoids the pitfall of forcing all inputs immediately into a maximal symbolic formalism. Parsing every single utterance into a complete Abstract Meaning Representation (AMR) or an exhaustive semantic graph is computationally expensive, highly latent, and often unnecessary for basic queries. Therefore, the architecture operates on a strict incremental scale:
- Level 1: Single Concept: Used for simple, unambiguous entity lookups (e.g., a user types "Einstein"). The system bypasses heavy frame semantics and resolves directly to a registry ID using VSA cleanup memory.
- Level 2: Concept \+ Attributes: Used when basic adjectives modify a noun (e.g., "Red car"). The system resolves to the core registry ID for the noun, bound with an attribute vector for the color.
- Level 3: Concept Relations: Used for simple factual statements (e.g., "Einstein was born in Ulm"). The system resolves to a basic subject-predicate-object triple, mapping two distinct registry IDs with a relational edge.
- Level 4: Predicate/Argument Structure: Used for complex sentences requiring distinct participant tracking and disambiguation (e.g., "The committee granted the researcher the funding"). The system instantiates full semantic frames to preserve exact thematic roles and tensor contractions.
- Level 5: Semantic Graph: Used for multi-sentence discourse where multiple events are causally and temporally linked. The system employs full VSA bundling to track entire knowledge ecosystems over a session, creating a dense, navigable context graph12.
By stepping through these levels, a practical system limits latency and computational overhead, reserving Level 5 processing exclusively for inputs that possess the necessary syntactic density and discourse duration to warrant it.
19. Failure Cases
Despite advanced context modeling and rigorous mathematical frameworks, certain linguistic boundaries will stress the architecture:
- Context Drift and Hallucinated Joins: In long sessions, the VSA discourse vector can become saturated with entities. If the temporal decay factor is miscalibrated, the system might link an anaphor ("it") to an entity mentioned an hour ago rather than the immediate prior sentence, leading to a hallucinated join and incorrect entity linking24.
- Novel Metaphorical Extension: When a speaker invents a highly novel, unprecedented metaphor ("He is a conceptual submarine"), the distributional embeddings may fail to provide adequate contextual projection. The density matrix remains mixed, and the system may abstain unnecessarily if it fails to classify the expression as metaphorical residue.
- Malicious or Diplomatic Ambiguity: In legal, political, or diplomatic text, ambiguity is often intentional. If the system is tuned to violently force disambiguation, it will destroy the intentional diplomatic blur (the speaker's stance)10. The architecture must be configured to recognize when ambiguity is a feature, not a bug, and package it appropriately as residue rather than attempting to resolve it into a singular concept.
- Severe Out-of-Vocabulary (OOV) Events: If an entirely new domain-specific term is introduced without prior embedding training, the VSA cleanup memory will fail to find an orthogonal match, requiring dynamic schema updates37.
20. 50 Detailed Example Analyses
The following exhaustive analyses demonstrate the application of the project formula:expression \+ context \-\> candidate interpretation \-\> concept(s) \+ relations \+ semantic residue \+ uncertainty.
| \# | Raw Expression | Context Required | Candidate Concepts | Selected Concept (Justified) | Relations | Semantic Residue | Ambiguity State | Abstain |
|---|---|---|---|---|---|---|---|---|
| 1 | "Java is hot." | Developer forum | Language; Coffee; Island | Programming Language (Context matches software) | HAS\_PROPERTY(Trending) | Metaphor: "hot" \= popular | Resolved | N |
| 2 | "Java is hot." | Cafe setting | Language; Coffee; Island | Coffee (Context matches beverages) | HAS\_PROPERTY(High Temp) | None | Resolved | N |
| 3 | "Java is hot." | No context provided | Language; Coffee; Island | None (Insufficient context) | None | None | Superposition | Y |
| 4 | "I saw her duck" | Avian sanctuary | Perception; Evasion; Waterfowl | PERCEIVE, WATERFOWL | PERCEIVER(I), OBJECT(Duck) | None | Resolved | N |
| 5 | "I saw her duck" | Combat zone | Perception; Evasion; Waterfowl | PERCEIVE, EVASION | PERCEIVER(I), ACTION(Duck) | None | Resolved | N |
| 6 | "I saw her duck" | Unrelated prior discourse | Perception; Evasion; Waterfowl | None (Both frames equally likely) | None | None | Syntactic Ambiguity | Y |
| 7 | "The bank crashed" | Financial news | Financial Inst; River | Financial Institution | STATE\_CHANGE(Failure) | Metaphor: "crashed" \= failed | Resolved | N |
| 8 | "The bank crashed" | Vehicle accident report | Financial Inst; River Edge | River Edge | LOCATION\_OF(Crash) | None | Resolved | N |
| 9 | "He bought a round" | Pub / Bar | Ammo; Drinks; Circle | Drinks | TRANSACTION(Buyer: He, Object: Drinks) | None | Resolved | N |
| 10 | "He bought a round" | Gun range | Ammo; Drinks; Circle | Ammunition | TRANSACTION(Buyer: He, Object: Ammo) | None | Resolved | N |
| 11 | "It is cold in here" | Smart home system | Temp state | TEMPERATURE(Low) | LOCATION(Current\_Room) | Pragmatics: Indirect Request | Resolved | N |
| 12 | "It is cold in here" | Weather monitoring | Temp state | TEMPERATURE(Low) | LOCATION(Current\_Room) | None | Resolved | N |
| 13 | "They are playing" | Playground | Action: Play; Action: Perform | RECREATION(They) | AGENT(They) | None | Resolved | N |
| 14 | "They are playing" | Concert hall | Action: Play; Action: Perform | MUSICAL\_PERFORMANCE(They) | AGENT(They) | None | Resolved | N |
| 15 | "The bark is rough" | Forestry | Tree exterior; Dog sound | Tree exterior | HAS\_PROPERTY(Rough) | None | Resolved | N |
| 16 | "The bark is rough" | Audio analysis | Tree exterior; Dog sound | Dog sound | HAS\_PROPERTY(Abrasive) | None | Resolved | N |
| 17 | "She cannot bear it" | Emotional distress | Animal; Carry; Endure | ENDURE(Negative) | EXPERIENCER(She) | Affect: Distress | Resolved | N |
| 18 | "She cannot bear it" | Weightlifting | Animal; Carry; Endure | CARRY\_WEIGHT | AGENT(She) | Modality: Inability | Resolved | N |
| 19 | "The flat is nice" | Real estate | Apartment; Level ground | Apartment | HAS\_PROPERTY(Pleasing) | Cultural: British English | Resolved | N |
| 20 | "The flat is nice" | Music theory | Apartment; Musical note | Musical note | HAS\_PROPERTY(Pleasing) | None | Resolved | N |
| 21 | "I need a fan" | Hot room | Enthusiast; Machine | Cooling Machine | REQUIRE(I, Machine) | None | Resolved | N |
| 22 | "I need a fan" | Celebrity PR meeting | Enthusiast; Machine | Enthusiast / Supporter | REQUIRE(I, Person) | None | Resolved | N |
| 23 | "He is a rat" | Pest control | Rodent; Informant | Rodent | IS\_A(He, Rodent) | None | Resolved | N |
| 24 | "He is a rat" | Mobster trial | Rodent; Informant | Informant | IS\_A(He, Informant) | Metaphor/Affect: Disdain | Resolved | N |
| 25 | "Let's table this" | UK Parliament | Postpone; Begin discussing | Begin discussing | ACTION(Discuss) | Cultural: UK parliamentary | Resolved | N |
| 26 | "Let's table this" | US Boardroom | Postpone; Begin discussing | Postpone | ACTION(Delay) | Cultural: US corporate | Resolved | N |
| 27 | "It's a date" | Grocery store | Fruit; Calendar event | Fruit | IS\_A(It, Fruit) | None | Resolved | N |
| 28 | "It's a date" | Social planning | Fruit; Calendar event | Romantic/Social Meeting | IS\_A(It, Event) | Affect: Excitement | Resolved | N |
| 29 | "The pitcher broke" | Baseball game | Container; Athlete | Athlete | STATE(Injured) | Metaphor: "broke" | Resolved | N |
| 30 | "The pitcher broke" | Kitchen | Container; Athlete | Container | STATE(Shattered) | None | Resolved | N |
| 31 | "Apparently, he left" | Neutral reporting | LEAVE\_EVENT | LEAVE\_EVENT | AGENT(He) | Evidentiality: Hearsay | Resolved | N |
| 32 | "I saw him leave" | Eyewitness account | LEAVE\_EVENT | LEAVE\_EVENT | AGENT(Him) | Evidentiality: Direct Visual | Resolved | N |
| 33 | "I might go" | Calendar scheduling | GO\_EVENT | GO\_EVENT | AGENT(I) | Modality: Low Epistemic | Resolved | N |
| 34 | "I must go" | Calendar scheduling | GO\_EVENT | GO\_EVENT | AGENT(I) | Modality: High Deontic | Resolved | N |
| 35 | "Could you pass the salt?" | Dining | Ability query; Request | Request (PASS\_SALT) | AGENT(You), PATIENT(Salt) | Politeness: High | Resolved | N |
| 36 | "Give me the salt" | Dining | Request | Request (PASS\_SALT) | AGENT(You), PATIENT(Salt) | Politeness: Low/Imperative | Resolved | N |
| 37 | "Apple fell" | Gravity physics | Fruit; Tech Corp | Fruit | ACTION(Fall) | None | Resolved | N |
| 38 | "Apple fell" | Stock market news | Fruit; Tech Corp | Tech Corp | ACTION(Value Decrease) | Metaphor: "fell" \= lost value | Resolved | N |
| 39 | "The bass is deep" | Fishing trip | Fish; Sound freq | Fish | HAS\_PROPERTY(Deep in water) | None | Resolved | N |
| 40 | "The bass is deep" | Music studio | Fish; Sound freq | Sound Frequency | HAS\_PROPERTY(Low Pitch) | None | Resolved | N |
| 41 | "Look at that crane" | Construction site | Bird; Machine | Lifting Machine | PERCEIVE(Machine) | Deixis: "that" | Resolved | N |
| 42 | "Look at that crane" | Wetland reserve | Bird; Machine | Avian | PERCEIVE(Bird) | Deixis: "that" | Resolved | N |
| 43 | "The match burned" | Fireplace | Contest; Fire starter | Fire starter | STATE(Combusting) | None | Resolved | N |
| 44 | "The match burned" | Football rivalry | Contest; Fire starter | Contest | STATE(Intense/Angry) | Metaphor: "burned" | Resolved | N |
| 45 | "He works at the plant" | Botany lab | Flora; Factory | Flora (as study subject) | LOCATION(Botany Lab) | None | Resolved | N |
| 46 | "He works at the plant" | Industrial zone | Flora; Factory | Manufacturing Facility | LOCATION(Factory) | None | Resolved | N |
| 47 | "I'll file it" | Carpentry | Document action; Tool | Tool action | INSTRUMENT(File) | None | Resolved | N |
| 48 | "I'll file it" | Office admin | Document action; Tool | Document action | ACTION(Store Document) | None | Resolved | N |
| 49 | "The novel is heavy" | Literature review | Book; Weight | Book (conceptually) | HAS\_PROPERTY(Complex) | Metaphor: "heavy" \= deep | Resolved | N |
| 50 | "The novel is heavy" | Moving boxes | Book; Weight | Book (physical object) | HAS\_PROPERTY(High Mass) | None | Resolved | N |
(Note: In instances where the context is entirely absent or perfectly balanced, such as Examples 3 and 6, the system correctly registers the Ambiguity State as Superposition or Syntactic Ambiguity and triggers the Abstain protocol, returning the uncertainty state to the user).
21. Implications for the Registry
To support this context-aware framework, the underlying architecture of the semantic registry must fundamentally evolve. A traditional registry acts as a flat key-value store (e.g., matching a String directly to a URI or ID). The new registry must operate as a Vector Symbolic Architecture codebook, often referred to as a "cleanup memory"7. Instead of flat text searches, the registry accepts high-dimensional query vectors. When the context resolver outputs a disambiguated vector (a mathematical combination of the target word and its contextual projection), this vector is compared against the registry's codebook using cosine similarity or Hamming distance2. The codebook acts as an autoassociative memory, snapping the slightly noisy, context-altered input vector to the pristine, canonical hypervector representing the true concept ID. Furthermore, the registry must allow IDs to be structurally typed, such that entities possess explicit mathematical slots for role-filler binding, recognizing, for instance, that a transaction ID inherently expects a buyer, seller, and object12.
22. Implications for Embeddings
The reliance on basic dense embeddings (like standard Word2Vec, GloVe, or even standard BERT contextual embeddings) is insufficient for the rigorous factorization required by this architecture. Standard embeddings blur meaning together into uninterpretable continuous spaces. Embeddings must be upgraded to support compositional distributional semantics13. Specifically, embeddings for nouns should remain standard vectors, while adjectives, verbs, and relational terms must be encoded as matrices or higher-order tensors3. To represent ambiguity and semantic residue accurately, the embedding space must support density matrices—probability distributions over quantum states that allow the system to trace entropy and distinguish between a word with multiple distinct meanings and a word with a single, clear meaning4. Furthermore, techniques such as fractional binding and Spatial Semantic Pointers can be used to embed continuous probabilistic values directly into the vector space, enhancing the representation of uncertainty38.
23. Implications for APIs
APIs interfacing with the Embedded Semantics system must shift away from stateless, single-turn queries toward stateful, event-driven session bindings24. The input payloads for API requests must accept not just the raw query string, but a comprehensive Context Object containing discourse history, environmental variables, and user profiles. The output payloads must strictly handle the Context Packaging structure outlined in Section 15\. Instead of returning a single ID, the API returns the canonical IDs, the instantiated Semantic Graph, the Semantic Residue metadata, and the Confidence Matrix. Crucially, APIs must implement robust abstention handling. They must support standard HTTP or RPC error and negotiation codes (such as 409 Conflict or 300 Multiple Choices) when the system abstains due to unresolved ambiguity. This programmatic feedback loop allows the client application to trigger clarification dialogues with the user, seamlessly bridging the gap between machine uncertainty and human context provision.
24. Proposed Site Articles
To effectively communicate this paradigm-shifting architecture to developers, computational linguists, and data engineers, the following series of site articles is proposed:
1. "Beyond the Word: Why 1:1 Concept Mapping is Failing the Semantic Web." An introductory thought-leadership piece detailing the inherent danger of silent ambiguity resolution, explaining why cosine similarity on flat vectors destroys meaning, and introducing the necessity of context modeling.
2. "Vectors vs. Density Matrices: Tracking Ambiguity in Neural Models." A highly technical deep-dive into how quantum-inspired mathematics and DisCoCat can represent unresolved lexical ambiguity in semantic systems, making the case for entropy as a measure of certainty.
3. "The Metadata of Meaning: Taxonomizing Semantic Residue." An exploration of evidentiality, speaker stance, and pragmatics, explaining the philosophical and architectural reasons why these traits must be stored as metadata rather than formal registry concepts.
4. "Vector Symbolic Architectures: The Codebook as a Semantic Registry." A developer-focused guide on replacing flat database lookups with high-dimensional cleanup memory, demonstrating how to bind and bundle semantic graphs into singular vectors.
25. Interactive Demo Ideas
To practically demonstrate the capabilities of the system, the following interactive web-based demos should be developed:
1. The Ambiguity Slider: An interface where a user types a highly ambiguous sentence (e.g., "The bank crashed"). Below the sentence, the user toggles contextual parameters (e.g., setting the environment variable to "Wall Street" versus "Riverbed"). The UI visually displays a 3D representation of a density matrix collapsing in real-time, showing how the probability shifts and the final registry ID changes based on the injected context.
2. The Semantic Residue Extractor: A text box accepting free-form user dialogue. As the user types, the output dynamically splits into two distinct panes. The left pane shows the formal Semantic Graph (Core Concepts \+ Relations) destined for the registry. The right pane shows the extracted Semantic Residue (Politeness, Modality, Evidentiality). Users can see how changing "Give me the file" to "I heard you might pass the file over" leaves the left pane almost identical while drastically altering the metadata in the right pane.
3. The VSA Graph Bundler: An educational drag-and-drop tool demonstrating how role-filler binding works. Users drag Subject, Verb, and Object blocks into a composition area. The tool displays the mathematical binding operations (⊗) and bundling operations (⊕), proving that the final composite vector retains the exact grammatical structure without losing dimensionality or clarity.
26. Diagram Specifications
To augment the technical documentation, the following diagrams must be professionally rendered:
1. The Context Resolution Pipeline: A flowchart beginning with Expression and Session Context flowing into the Semantic Resolver. The process inside the resolver branches into Lexical Mapping (visualized as density matrices) and Syntactic Parsing (visualized as tensor application). The output must show a unified package cleanly splitting into Registry Concepts, Semantic Graph Edges, Semantic Residue (Metadata), and the Entropy/Confidence Score.
2. VSA Cleanup Memory Architecture: A 3D geometric diagram showing a high-dimensional vector (representing the ambiguous input) approaching a plane representing the Cleanup Memory. The vector passes through a contextual filter (representing the binding operation with context vectors). The diagram must show the vector altering trajectory and snapping to the nearest orthogonal canonical basis vector in the memory, visually explaining how homonymy is resolved.
3. Discourse Context Decay: A temporal line graph showing how the Discourse Hypervector evolves over time. As Sentence 1, Sentence 2, and Sentence 3 are processed, their respective vectors are bundled into the master vector. Older vectors are shown shrinking in magnitude, representing temporal decay. This visually explains how the system prioritizes recent entity mentions for coreference resolution while maintaining a faint trace of older context.
27. Open Research Questions
As this architecture is deployed into production environments, several open research questions require ongoing investigation:
1. Threshold Calibration for Abstention: What is the mathematically optimal von Neumann entropy threshold for triggering the abstention protocol? Does this threshold need to be dynamic, varying between open-domain conversational text and highly constrained domain-specific text (such as medical or legal documents)?
2. Residue Formalization Limits: At what specific point of logical complexity does a piece of semantic residue (e.g., strict deontic modality regarding legal compliance) absolutely require promotion into a formal ontological concept rather than remaining safely in the metadata envelope?
3. VSA Dimensionality Limits: As semantic graphs grow to thousands of nodes per session, at what capacity does the bundled hypervector begin to suffer from superposition noise and retrieval failure (crosstalk) when querying the registry? Is 10,000 dimensions sufficient for a standard enterprise session?
4. Cross-Lingual Pragmatics: How can the residue taxonomy map politeness and affect metadata across languages with fundamentally different evidential and honorific grammar systems? For example, how does the system translate the highly formalized honorifics of Japanese into standardized English residue metadata without losing the speaker's stance?
28. Annotated Bibliography
This section reviews the core literature and research snippets that inform the theoretical foundation of the proposed architecture. Vector Symbolic Architectures (VSA) and Hyperdimensional Computing
These foundational texts detail the mechanisms of binding and bundling high-dimensional vectors. They establish how VSAs create compositional representations without dimension explosion, allowing complex data structures, such as semantic frames and knowledge graphs, to be encoded as single, fixed-length vectors.
Literature focusing on the concept of "cleanup memory" and autoassociative registers. These papers explain how noisy, superposed vectors generated during natural language processing can be snapped back to their canonical, orthogonal forms, providing the blueprint for replacing standard database registries with VSA codebooks.
- 1
- 7
Compositional Distributional Semantics and Quantum NLP
These papers explore the use of density matrices in compositional distributional semantics. They are crucial for understanding how to encode probability distributions over word senses (mixed states) to handle polysemy natively in the vector space, and how to use entropy as a rigorous mathematical measure of ambiguity.
Overviews of the Categorical Compositional Distributional Semantics (DisCoCat) framework. These sources explain the mathematical merging of structural grammar with vector spaces, treating verbs and adjectives not as flat vectors, but as matrices or tensors that act upon noun vectors to build precise predicate-argument structures.
- 3
- 5
Evidentiality, Stance, and Modality
A collection of linguistic literature exploring how speakers encode their subjective stance, intersubjectivity, and source of information. This research forms the theoretical justification for extracting semantic residue as a distinct layer of metadata, separate from the propositional, truth-conditional content of the utterance.
- 9
Context-Aware AI and Entity Linking
Contemporary research and architectural paradigms regarding the transition of AI from static querying to event-driven, session-bound context awareness. These sources, including insights from BioCypher and schema registries, detail the mechanisms of linking recognized entities to persistent canonical identifiers and structuring context payloads for downstream consumption.
- 24
Works cited
1. (PDF) Semantic Similarity Estimation Using Vector Symbolic Architectures \- ResearchGate, https://www.researchgate.net/publication/342112605\_Semantic\_Similarity\_Estimation\_Using\_Vector\_Symbolic\_Architectures
2. Developing a Foundation of Vector Symbolic Architectures Using Category Theory \- arXiv, https://arxiv.org/html/2501.05368v2
3. Modelling Lexical Ambiguity with Density Matrices \- ACL Anthology, https://aclanthology.org/2020.conll-1.21.pdf
4. arXiv:2010.05670v1 \[cs.CL\] 12 Oct 2020, https://arxiv.org/pdf/2010.05670
5. Classical Data in Quantum Machine Learning Algorithms: Amplitude Encoding and the Relation Between Entropy and Linguistic Ambiguity \- PMC, https://pmc.ncbi.nlm.nih.gov/articles/PMC12025794/
6. DisCoCat \- Wikipedia, https://en.wikipedia.org/wiki/DisCoCat
7. High-Dimensional Computing With Sparse Vectors Using Clojure \- Faster-than-Light memes, https://faster-than-light-memes.xyz/high-dimensional-computing-with-sparse-vectors.html
8. On separating long- and short-term memories in hyperdimensional computing \- PMC, https://pmc.ncbi.nlm.nih.gov/articles/PMC9869149/
9. Evidentiality In Romance Languages. Explanatory Potential of a Concept and Its Applications In Pragmatics | Cadernos de Linguística, https://cadernos.abralin.org/index.php/cadernos/article/view/337
10. Pragmatic functions of evidentiality in diplomatic discourse: Toward a new analytical framework \- Frontiers, https://www.frontiersin.org/journals/psychology/articles/10.3389/fpsyg.2022.1019359/full
11. Egophoricity and Perspective: A View From Spoken Swedish \- Frontiers, https://www.frontiersin.org/journals/communication/articles/10.3389/fcomm.2021.627144/full
12. Designing Vector-Symbolic Architectures for Biomedical Applications: Ten Tips and Common Pitfalls \- Preprints.org, https://www.preprints.org/manuscript/202510.0117
13. Information Theory–based Compositional Distributional Semantics \- MIT Press Direct, https://direct.mit.edu/coli/article/48/4/907/112556/Information-Theory-based-Compositional
14. Lecture 7: Compositional semantics and sentence representations \- About, https://cl-illc.github.io/nlp1-2019/resources/slides/NLP1-lecture7.pdf
15. Sentence entailment in compositional distributional semantics \- ResearchGate, https://www.researchgate.net/publication/323210586\_Sentence\_entailment\_in\_compositional\_distributional\_semantics
16. Density Matrices for Metaphor Understanding \- CSE CGI Server, https://cgi.cse.unsw.edu.au/\~eptcs/paper.cgi?QPL2024.9.pdf
17. arXiv:2404.16884v1 \[cs.LG\] 23 Apr 2024, https://arxiv.org/pdf/2404.16884
18. Vector Symbolic Architectures as a Computing Framework for Emerging Hardware \- PMC, https://pmc.ncbi.nlm.nih.gov/articles/PMC10588678/
19. “Lateral Inhibition” in a Fully Distributed Connectionist Architecture, https://iccm-conference.neocities.org/2009/proceedings/proceedings/papers/0054/paper0054.pdf
20. A distributed basis for analogical mapping \- Redwood Center for Theoretical Neuroscience, https://redwood.berkeley.edu/wp-content/uploads/2021/08/Gayler2009.pdf
21. Fluency, Errors and Revision Processes in Foreign ... \- bonndoc, https://bonndoc.ulb.uni-bonn.de/xmlui/bitstream/handle/20.500.11811/5968/3480.pdf?sequence=1\&isAllowed=y
22. Index | The Oxford Handbook of Compositionality, https://academic.oup.com/edited-volume/41264/chapter/350866173
23. Conventional Implicatures in Argumentation \- MDPI, https://www.mdpi.com/2226-471X/8/1/14
24. Making AI Agents Context-Aware: A Practical Guide \[2026\] \- Atlan, https://atlan.com/know/ai-agent/how-to-make-ai-agents-context-aware/
25. DOI — CASRAI, https://casrai.org/dictionary/term/doi
26. DPP Unique Product Identifier: Choosing the Right Path from GS1 to DID and DOI, https://www.minespider.com/blog/dpp-unique-product-identifier-choosing-the-right-path-from-gs1-to-did-and-doi
27. How AI Search Platforms Leverage Entity Recognition \- iPullRank, https://ipullrank.com/ai-search-entity-recognition
28. When FAIR Becomes Architecture: Solving Preclinical Data Fragmentation at Scale, https://graphwise.ai/blog/when-fair-becomes-architecture-solving-preclinical-data-fragmentation-at-scale/
29. Quantization, Frobenius and Bi Algebras from the Categorical Framework of Quantum Mechanics to Natural Language Semantics \- Frontiers, https://www.frontiersin.org/journals/physics/articles/10.3389/fphy.2017.00018/full
30. COLING2016 Tutorial T-1: Compositional Distributional Models of Meaning, https://coling2016.anlp.jp/tutorials/T1/
31. RDF-star and SPARQL-star \- W3C on GitHub, https://w3c.github.io/rdf-star/cg-spec/editors\_draft.html
32. Similarity-Based Action Retrievalin Intent-Based Systems : The Case of Dialogue-StateRepresentations \- DiVA portal, http://www.diva-portal.org/smash/record.jsf?pid=diva2:2068049
33. Developing a Foundation of Vector Symbolic Architectures Using Category Theory \- arXiv, https://arxiv.org/html/2501.05368v1
34. (PDF) Non-verbal markers of modality and evidentiality in MarENG: an overview of speaker and writer stance in a Naval English learning tool. \- ResearchGate, https://www.researchgate.net/publication/235941357\_Non-verbal\_markers\_of\_modality\_and\_evidentiality\_in\_MarENG\_an\_overview\_of\_speaker\_and\_writer\_stance\_in\_a\_Naval\_English\_learning\_tool
35. The Pragmatics of Commitment \- OAPEN Library, https://library.oapen.org/bitstream/id/08165d4b-969d-4c2e-ad18-d14fdd94502b/9783034346733.pdf
36. Causal Emotion Recognition in Conversation: Context Saturation and Discourse-Marker Evidence \- arXiv, https://arxiv.org/pdf/2601.00181
37. The Philosophy of Context-Aware Knowledge Management \- BioCypher, https://biocypher.org/philosophy/
38. Modelling neural probabilistic computation using vector symbolic architectures \- PubMed, https://pubmed.ncbi.nlm.nih.gov/39712100/
39. Modelling neural probabilistic computation using vector symbolic architectures \- PMC \- NIH, https://pmc.ncbi.nlm.nih.gov/articles/PMC11655797/