Live data from Hacker News

SymbolicAI: A neuro-symbolic perspective on LLMs

github.com

21–30 of 66 posts

Re: SymbolicAI: A neuro-symbolic perspective on LLMs

#21

Earlier quoted context omitted.

Thank you! I'm not familiar with that project, will take a look

Some of this seems a bit related to Wolfram Mathematica's natural language capabilities. https://reference.wolfram.com/language/guide/FreeFormAndExte... It can (in theory) do very similar things, where natural-language input is a first class citizen of the language and can operate on other objects. The whole thing came out almost a decade before LLMs, I'm surprised that they haven't revamped it to make it really shin…

> I'm surprised that they haven't revamped it

No worries! I can't find it right now, but Wolfram had a stream (or short?) where he introduced "Function". We liked it so much we implemented it after one day. Usage: https://github.com/ExtensityAI/symbolicai/blob/main/tests/en...

Re: SymbolicAI: A neuro-symbolic perspective on LLMs

#22

Earlier quoted context omitted.

Thank you! I'm not familiar with that project, will take a look

Some of this seems a bit related to Wolfram Mathematica's natural language capabilities. https://reference.wolfram.com/language/guide/FreeFormAndExte... It can (in theory) do very similar things, where natural-language input is a first class citizen of the language and can operate on other objects. The whole thing came out almost a decade before LLMs, I'm surprised that they haven't revamped it to make it really shin…

Wolfram's also too busy running his TOE exps to focus on LLMs (quite sadly if you ask me).

Re: SymbolicAI: A neuro-symbolic perspective on LLMs

#23

Nice! But have you considered a Neurosymbolic AI that can Evolve? https://deepwiki.com/dubprime/mythral/3.2-genome-system Or feel Emotion? https://deepwiki.com/search/how-do-emotives-work_193cb616-54... Have you read Marvin Minsky’s Society of Mind?

Shortly, yes to all. We actually had an experiment going from theory of mind to emotion, but it's hanging right now since I feel the models aren't quite there yet and it yields diminish returns relative to effort. But could easily be revived. Minsky isn't my fav though, I'm leaning more toward Newell/Simon and friends from that generation.

Re: SymbolicAI: A neuro-symbolic perspective on LLMs

#25

Nice! But have you considered a Neurosymbolic AI that can Evolve? https://deepwiki.com/dubprime/mythral/3.2-genome-system Or feel Emotion? https://deepwiki.com/search/how-do-emotives-work_193cb616-54... Have you read Marvin Minsky’s Society of Mind?

Shortly, yes to all. We actually had an experiment going from theory of mind to emotion, but it's hanging right now since I feel the models aren't quite there yet and it yields diminish returns relative to effort. But could easily be revived. Minsky isn't my fav though, I'm leaning more toward Newell/Simon and friends from that generation.

@futurisold, would love to collaborate with your team on running experiments. We have $300k of GPU credits to burn in the next 2 months.

There’s only so many cat videos my Agentic AI Army can create:

https://youtu.be/upVY1QioDeY?si=H566-_JIm7FmW4u0

Re: SymbolicAI: A neuro-symbolic perspective on LLMs

#26

How did you sort out mapping python constructs to their semantic equivalents? I hope you keep at this, you may be in the right place at the right time. It's getting to the point where some of the LLMs are immediately just giving me answers in Python, which is a strong indication of what the future will look like with Agents.

I'm struggling to understand the question. I'll revisit this when I wake up since it's quite late here.

Re: SymbolicAI: A neuro-symbolic perspective on LLMs

#27

Earlier quoted context omitted.

Shortly, yes to all. We actually had an experiment going from theory of mind to emotion, but it's hanging right now since I feel the models aren't quite there yet and it yields diminish returns relative to effort. But could easily be revived. Minsky isn't my fav though, I'm leaning more toward Newell/Simon and friends from that generation.

@futurisold, would love to collaborate with your team on running experiments. We have $300k of GPU credits to burn in the next 2 months. There’s only so many cat videos my Agentic AI Army can create: https://youtu.be/upVY1QioDeY?si=H566-_JIm7FmW4u0

That's very kind of you, thank you. Let's sync and see if we can align on something. You can find me on X, or shoot me an email at leo@extensity.ai

Re: SymbolicAI: A neuro-symbolic perspective on LLMs

#29
post #2

This is the voodoo that excites me. Examples I found interesting: Semantic map lambdas S = Symbol(['apple', 'banana', 'cherry', 'cat', 'dog']) print(S.map('convert all fruits to vegetables')) # => ['carrot', 'broccoli', 'spinach', 'cat', 'dog'] comparison parameterized by context # Contextual greeting comparison greeting = Symbol('Hello, good morning!') similar_greeting = 'Hi there, good day!' # Compare with specific…

Why is carrot the vegetablefication of apple?

Re: SymbolicAI: A neuro-symbolic perspective on LLMs

#30
post #29
post #2

This is the voodoo that excites me. Examples I found interesting: Semantic map lambdas S = Symbol(['apple', 'banana', 'cherry', 'cat', 'dog']) print(S.map('convert all fruits to vegetables')) # => ['carrot', 'broccoli', 'spinach', 'cat', 'dog'] comparison parameterized by context # Contextual greeting comparison greeting = Symbol('Hello, good morning!') similar_greeting = 'Hi there, good day!' # Compare with specific…

Why is carrot the vegetablefication of apple?

Also if you run it twice, is it gonna be a carrot again?
Post reply on HN