paper-with-me

홈 › Papers

Lyria: A Genetic Algorithm-Driven Neuro-Symbolic Reasoning Framework for LLMs

2025-07-05 · Weizhi Tang, Kwabena Nuamah, Vaishak Belle arxiv

While LLMs have demonstrated impressive abilities across various domains, they struggle with two major issues. The first is that LLMs trap themselves into local optima and the second is that they lack exhaustive coverage of the solution space. To investigate and improve these two issues, we propose Lyria, a neuro-symbolic reasoning framework building on the integration of LLMs, genetic algorithms, and symbolic systems, comprising 7 essential components. Through conducting extensive experiments with 4 LLMs across 3 types of problems, we demonstrated the efficacy of Lyria. Furthermore, with 7 additional ablation experiments, we further systematically analyzed and elucidated the factors that affect its performance. In addition, based on Lyria, we extend the ideas to the fine-tuning process of LLMs and introduce LAFT which enables a weaker model to imitate the reasoning process of a stronger model that reason under the Lyria reasoning framework. We demonstrate that the significant effectiveness of LAFT by conducting extensive experiments against 9 constructed baselines. We finally reveal the limitations and provide insights into future directions.

📄 PDF Abstract BibTeX arXiv:2507.04034

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Genetic Programming Based Symbolic Regression for Analytical Solutions to Differential Equations

2023-02-07 · Hongsup Oh, Roman Amici, Geoffrey Bomarito, Shandian Zhe 외

In this paper, we present a machine learning method for the discovery of analytic solutions to differential equations. The method utilizes an inherently interpretable algorithm, genetic programming based symbolic regress…

regressionSymbolic Regression

A Novel Neural Network-Based Symbolic Regression Method: Neuro-Encoded Expression Programming

2019-04-06 · Aftab Anjum, Fengyang Sun, Lin Wang, Jeff Orchard

Neuro-encoded expression programming(NEEP) that aims to offer a novel continuous representation of combinatorial encoding for genetic programming methods is proposed in this paper. Genetic programming with linear represe…

Evolutionary AlgorithmsregressionSymbolic Regression

Adaptive Data-Knowledge Alignment in Genetic Perturbation Prediction

2025-10-01 · Yuanfang Xiang, Lun Ai arxiv

The transcriptional response to genetic perturbation reveals fundamental insights into complex cellular systems. While current approaches have made progress in predicting genetic perturbation responses, they provide limi…

Neuro-Evolutionary Approach to Physics-Aware Symbolic Regression

2025-04-23 · Jiří Kubalík, Robert Babuška

Symbolic regression is a technique that can automatically derive analytic models from data. Traditionally, symbolic regression has been implemented primarily through genetic programming that evolves populations of candid…

Evolutionary AlgorithmsregressionSymbolic Regression

Neurosymbolic Decision Trees

2025-03-11 · Matthias Möller, Arvid Norlander, Pedro Zuidberg Dos Martires, Luc De Raedt

Neurosymbolic (NeSy) AI studies the integration of neural networks (NNs) and symbolic reasoning based on logic. Usually, NeSy techniques focus on learning the neural, probabilistic and/or fuzzy parameters of NeSy models.…