Skip to content

Semantic Knowledge Representation

← Back to Domain-Specific Families

Abstractions about representing concepts, meanings, and relations for retrieval and reasoning. They include ontologies, semantic graphs and triples, lexical hierarchy, parsing and extraction, embeddings, semantic integration, compression, and translation across knowledge systems.

29 abstractions in this family — domain-specific abstractions that sit near one another in structural-signature space (k-means over structural-signature embeddings). Each is shown with its short description.

  • Alternative semantics — A formal semantics in which expressions denote sets of alternatives rather than single values, enabling compositional accounts of focus, questions and indefinites.
  • Bag-of-words model — A text representation that records which tokens occur and often their counts or weights while discarding word order and most grammatical structure.
  • Componential analysis — A structural-semantic method representing word meanings through contrasts over a set of binary or multivalued semantic features.
  • Concept search — Information retrieval that ranks unstructured documents by semantic similarity to the ideas expressed in a query rather than exact word overlap alone.
  • Conceptual graph — A graph-based knowledge-representation formalism connecting typed concept nodes and relation nodes with a logical interpretation.
  • Core ontology — A deliberately small ontology containing the minimal high-level concepts and relations needed to interpret or connect more specialized domain concepts.
  • Hypernymy and hyponymy — The inverse lexical-semantic relations linking a more general term to a more specific term whose meaning is included beneath it.
  • Inquisitive semantics — A semantic framework in which a sentence denotes a downward-closed set of information states, capturing both information conveyed and issues raised.
  • Knowledge representation and reasoning — The AI discipline of encoding knowledge in formal structures whose semantics and inference procedures support machine reasoning about a domain.
  • Latent semantic analysis — A distributional-semantic technique that applies truncated singular-value decomposition to a term–document matrix so terms and documents are represented in a shared lower-dimensional latent space.
  • Logic form — A shallow first-order knowledge representation that maps natural-language content into conjoined predicates connected by shared event and entity variables, optionally decorated with word senses.
  • Mereology — The formal study of part–whole relations and the structures generated by parthood.
  • Minimal mappings — Semantic mappings from which every correspondence not needed to preserve the intended cross-structure meaning has been removed, reducing ambiguity and redundancy.
  • MultiNet — A multilayered semantic-network formalism representing natural-language meaning through typed concepts, relations, attributes and contextual layers.
  • Quantificational variability effect — The interpretive correspondence between adverbial quantification over situations or events and determiner quantification over participating individuals.
  • Reification (knowledge representation) — The conversion of a relation or assertion into an addressable object about which further assertions can be made.
  • Relationship extraction — An information-extraction task that detects entity pairs or other arguments in artifacts and assigns the semantic relation expressed between them.
  • Semantic class — A category of lexical items or referents grouped by a shared meaning feature that constrains interpretation or grammatical behavior.
  • Semantic compression — Lossy reduction of lexical diversity by replacing expressions with a smaller concept vocabulary while attempting to preserve their meaning.
  • Semantic gap — The mismatch in meaning between descriptions formed in different representation systems, especially between human contextual concepts and the formal structures available to a computer system.
  • Semantic integration — The reconciliation and interrelation of heterogeneous information sources by aligning meanings, entities and contextual assumptions rather than matching syntax alone.
  • Semantic knowledge management — Knowledge management that represents content with explicit machine-interpretable concepts and relations so heterogeneous resources can be linked, queried, inferred over, and reused by meaning.
  • Semantic parsing — The computational task of mapping a natural-language utterance into a machine-interpretable formal meaning representation that supports execution, inference or structured comparison.
  • Semantic translation — Transformation of data between representations by aligning the meanings of source and target elements rather than only their syntax.
  • Semantic triple — The atomic RDF statement consisting of a subject, predicate and object that asserts a directed labeled relation in a knowledge graph.
  • Simple HTML Ontology Extensions — An early HTML extension scheme for embedding machine-readable classes, properties and ontology relationships in web pages.
  • Simple Knowledge Organization System — A W3C RDF vocabulary for representing concept schemes, labels, notes and semantic relations so controlled vocabularies can be published and linked on the Web.
  • Veridicality — The semantic property of an operator or context F for which accepting F(p) commits the interpretation to the truth of the embedded proposition p.
  • Word embedding — A learned vector representation of words or tokens in which geometric relations encode patterns of distributional or task-specific similarity.