Show & Tell — Phase 26.4 CommonSenseEngine: Plausibility Reasoning & Expectations #589
web3guru888
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
CommonSenseEngine Architecture
The Problem: Brittle AI
Formal ontologies and compiled rules handle explicit knowledge well. But AI systems routinely fail at knowledge that humans take for granted: "You can't put an elephant in a refrigerator", "Rain makes things wet", "People eat when hungry." This is common-sense knowledge — vast, implicit, and contextual.
Solution: Hybrid Common-Sense Reasoning
CommonSenseEnginecombines three approaches:Three-Signal Plausibility Scoring
Causal Chain Inference
Expectation Frame Generation
14 Relation Types (ConceptNet-inspired)
Covering: taxonomic (IsA), physical (AtLocation, MadeOf), functional (UsedFor, CapableOf), causal (Causes, HasEffect, HasPrerequisite), psychological (MotivatedByGoal, Desires), and negative (DistinctFrom).
Issue: #581 | Planning: #577
Beta Was this translation helpful? Give feedback.
All reactions