Most active commenters
  • auggierose(5)
  • cess11(4)

←back to thread

248 points rishicomplex | 13 comments | | HN request time: 0.622s | source | bottom
Show context
sega_sai ◴[] No.42167962[source]
I think the interface of LLM with formalized languages is really the future. Because here you can formally verify every statement and deal with hallucinations.
replies(9): >>42168164 #>>42168732 #>>42168855 #>>42169086 #>>42169255 #>>42169394 #>>42169686 #>>42171742 #>>42176215 #
1. thesz ◴[] No.42169686[source]
So, you looking for Cyc [1], practically.

[1] https://en.wikipedia.org/wiki/Cyc

replies(3): >>42170205 #>>42171090 #>>42172165 #
2. auggierose ◴[] No.42170205[source]
Does Cyc have proofs?
replies(1): >>42171072 #
3. cess11 ◴[] No.42171072[source]
In a sense, yes, since it has a foundation in Prolog style facts and rules, and supposedly can output its reasoning.
replies(1): >>42171103 #
4. notTooFarGone ◴[] No.42171090[source]
You reminded me of my pains with OpenCyc in my student job. Thanks :D
5. auggierose ◴[] No.42171103{3}[source]
Ok, sounds like in principle you could have proofs, but in practice, you don't?

Are there any checks for the consistency of all facts?

replies(1): >>42171126 #
6. cess11 ◴[] No.42171126{4}[source]
How could there be? Gödel gets in the way.
replies(1): >>42171489 #
7. auggierose ◴[] No.42171489{5}[source]
In most interactive theorem provers the check is simple: you single out the axioms you believe, and all other stuff you do is guaranteed to preserve consistency. That works in an ITP system because there are only a few axioms.

If Cyc has 100000 axioms/facts, then that's a problem.

replies(2): >>42172161 #>>42172261 #
8. thesz ◴[] No.42172161{6}[source]
If axioms, facts and rules have types, these types can guide choice.
replies(1): >>42172835 #
9. trenchgun ◴[] No.42172165[source]
>The Cyc knowledge base involving ontological terms was largely created by hand axiom-writing

>An inference engine is a computer program that tries to derive answers from a knowledge base. The Cyc inference engine performs general logical deduction.[8] It also performs inductive reasoning, statistical machine learning and symbolic machine learning, and abductive reasoning. The Cyc inference engine separates the epistemological problem from the heuristicproblem. For the latter, Cyc used a community-of-agents architecture in which specialized modules, each with its own algorithm, became prioritized if they could make progress on the sub-problem.

Not really.

10. cess11 ◴[] No.42172261{6}[source]
It's not a theorem prover, it's more like a support system for decision making.

They can probably isolate 100k facts from some domain for you if you pay for it, but their idea is to run inference on millions of "common sense" and everyday facts and have been for decades.

replies(1): >>42172768 #
11. auggierose ◴[] No.42172768{7}[source]
That sounds to me like something that will be subsumed by the combination of ITP and AI.
replies(1): >>42180774 #
12. auggierose ◴[] No.42172835{7}[source]
Not a believer in types here, sorry. I'd rather have simple theorems instead without wading through a swamp of types first. And I am sure AI will be able to handle theorems just fine.
13. cess11 ◴[] No.42180774{8}[source]
They've refused to die for many, many years by now. Not sure what you mean by ITP but if it's thrombocytopenia, they claim to have a lot of customers in medicine already.