I wonder what is the closest thing to Cyc we have in the open source realm right now. I know that we have some pretty large knowledge bases, like Wikidata, but what about expert system shells or inference engines?
At a much lower level, I've been having fun hacking away at my Concludia side project over time. It's purely proposition level and will eventually support people being able to create their own arguments and contest others. http://concludia.org/
Cyc: History's Forgotten AI Project
81–90 of 145 posts
Re: Cyc: History's Forgotten AI Project
#82Earlier quoted context omitted.
Yes: https://cyc.com/archives/glossary/subl/ Also see: https://www.youtube.com/watch?v=cMMiaCtOzV0
Interesting that they're still using Allegro Common Lisp. I would be interested in knowing what technical issues (if any) prevented them from migrating to other implementations.
FYI: here are the release notes of the recently release Allegro CL 11.0: https://franz.com/support/documentation/current/release-note...
IIRC, Cyc gets delivered on other platforms&languages (C, JVM, ... ?). Would be interesting to know what they use for deployment/delivery.
Re: Cyc: History's Forgotten AI Project
#83Earlier quoted context omitted.
Every time I try to write a query for GitHub’s graphql API I lose a few hours and go back to rest. May be it’s easy if all the edges and inputs are actually implemented in ways you would expect.
GraphQL isn't exactly a proper graph database query language. The name IIRC comes from Facebook Graph API, and the language isn't actually designed as graph database interface.
Re: Cyc: History's Forgotten AI Project
#84I worked on Cyc as a visiting student for a couple of summers; built some visualization tools to help people navigate around the complex graph. But I never was quite sold on the project, some tangential learnings here: https://hyperphor.com/ammdi/alpha-ontologist
So looks like Cyc did have to fall back on a neural net after all (Lenat's).
Re: Cyc: History's Forgotten AI Project
#85The lead author on [1] is Kathy Panton who has no publications after that and zero internet presence as far as i can tell.
[1] Common Sense Reasoning – From Cyc to Intelligent Assistant https://iral.cs.umbc.edu/Pubs/FromCycToIntelligentAssistant-...
Re: Cyc: History's Forgotten AI Project
#86I wonder what is the closest thing to Cyc we have in the open source realm right now. I know that we have some pretty large knowledge bases, like Wikidata, but what about expert system shells or inference engines?
There are some pretty huge ontology DBs in molecular biology, like GO or Reactome. But they have never truly exploited logic-based inference, except for some small academic efforts.
Reactome, is a graph, because that is the domain. But technically it does little with that fact (In my disappointed opinion).
Given that GO and Reactome are also relatively small academic efforts in general...
Re: Cyc: History's Forgotten AI Project
#87Re: Cyc: History's Forgotten AI Project
#88Earlier quoted context omitted.
I wonder to what degree an LLM could now produce frames/slots/values in the knowledge graph. With so much structure already existing in the Cyc knowledge graph, could those frames act as the crystal seed upon which an LLM could crystallize its latent knowledge about the world from the trillions of tokens it was trained upon?
I had the same thought. Does anybody know if there have been attempts either to incorporate Cyc-like graphs into LLM training data or to extend such graphs with LLMs?
Re: Cyc: History's Forgotten AI Project
#89I have a vague memory in the 90s of a website that was trying to collect crowdsourced somewhat-structured facts about everything that would be used to build GOFAI. Was trying to find it the other day and AI searches suggested Cyc; I feel like that's not it, but maybe it was? (It definitely wasn't Everything2.)
https://c2.com/ppr/>
https://en.wikipedia.org/wiki/Portland_Pattern_Repository>
Re: Cyc: History's Forgotten AI Project
#90I first heard about Cyc's creator Douglas Lenat a few months back when I watched an old talk by Richard Feynman. https://youtu.be/ipRvjS7q1DI?si=fEU1zd6u79Oe4SgH&t=675