Kubnal Bridge

Techniques & Methods

Knowledge Representation

Knowledge representation (KR) concerns how AI systems encode information so it can be reasoned over. Approaches include semantic networks, ontologies, knowledge graphs, logical formalisms (first-order logic), and frame-based systems. Each balances expressivity against computational tractability.

In modern AI, knowledge representation is both explicit (knowledge graphs like Wikidata or domain ontologies) and implicit (distributed representations in LLM weights). RAG systems combine both: explicit retrieval from knowledge bases with implicit reasoning from LLMs.

Authority Links

Related Terms