← Back to context Comment by pfdietz 1 year ago It would be cool to try to generate the "knowledge" as in Cyc automatically, from LLMs. 7 comments pfdietz Reply eob 1 year ago Or vice versa - perhaps some subset of the "thought chains" of Cyc's inference system could be useful training data for LLMs. euroderf 1 year ago When I first learned about LLMs, what came to mind is some sort of "meeting of the minds" with Cyc. 'Twas not to be, apparently. imglorp 1 year ago I view Cyc's role there as a RAG for common sense reasoning. It might prevent models from advising glue on pizza. (is-a 'pizza 'food) (not (is-a 'glue 'food)) (for-all i ingredients (assert-is-a i 'food)) 4 replies →
eob 1 year ago Or vice versa - perhaps some subset of the "thought chains" of Cyc's inference system could be useful training data for LLMs. euroderf 1 year ago When I first learned about LLMs, what came to mind is some sort of "meeting of the minds" with Cyc. 'Twas not to be, apparently. imglorp 1 year ago I view Cyc's role there as a RAG for common sense reasoning. It might prevent models from advising glue on pizza. (is-a 'pizza 'food) (not (is-a 'glue 'food)) (for-all i ingredients (assert-is-a i 'food)) 4 replies →
euroderf 1 year ago When I first learned about LLMs, what came to mind is some sort of "meeting of the minds" with Cyc. 'Twas not to be, apparently. imglorp 1 year ago I view Cyc's role there as a RAG for common sense reasoning. It might prevent models from advising glue on pizza. (is-a 'pizza 'food) (not (is-a 'glue 'food)) (for-all i ingredients (assert-is-a i 'food)) 4 replies →
imglorp 1 year ago I view Cyc's role there as a RAG for common sense reasoning. It might prevent models from advising glue on pizza. (is-a 'pizza 'food) (not (is-a 'glue 'food)) (for-all i ingredients (assert-is-a i 'food)) 4 replies →
Or vice versa - perhaps some subset of the "thought chains" of Cyc's inference system could be useful training data for LLMs.
When I first learned about LLMs, what came to mind is some sort of "meeting of the minds" with Cyc. 'Twas not to be, apparently.
I view Cyc's role there as a RAG for common sense reasoning. It might prevent models from advising glue on pizza.
4 replies →