this post was submitted on 30 Oct 2023
1 points (100.0% liked)
LocalLLaMA
3 readers
1 users here now
Community to discuss about Llama, the family of large language models created by Meta AI.
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
That's more or less how I'd like to tackle the problem, by generalizing "Guided Generalization" into a plugin system which can use any user-specified symbolic logic to guide inference by pruning token choices.
Math tools and logical provers seem like gimmes for such application.
llama.cpp already has GG hooks for implementing "grammars". That seems like a good place to implement such a plugin system.