Step-by-Step Optimization-like Reasoning in LLMs over Expanding Search Spaces
Researchers have introduced OPT*, a family of tasks to improve step-by-step optimization-like reasoning in large language models (LLMs), and developed a method using knowledge graphs and LLMs to predict gene knockout perturbations on gene expression.
OPT* is designed to train and evaluate LLMs on optimization-style tasks, providing a feasibility checker and evaluator, with a complexity parameter that expands the search space without requiring new human labels[1]. The tasks are studied in two regimes: solver-guided online policy optimization and search-based offline RL. Verifiable reward training has already shown improvements in mathematical and coding reasoning. Meanwhile, a new method leveraging biological knowledge graphs and reasoning LLMs has been developed to predict the effect of gene knockout perturbations on transcriptomic gene expression. This method has achieved highly competitive performance on out-of-distribution perturbation prediction, outperforming almost all other methods[2]. The use of knowledge graphs improves extrapolation beyond training perturbations, and reasoning LLMs trained via reinforcement learning further enhance performance.
research-paper
Background sources we checked (4)
- arxiv.org ↗ Verifiable reward training has improved mathematical and coding reasoning, but these domains capture only part of step-by-step decision making. Many real-world tasks require finding a high-value feasible plan among many valid alternatives. We introduce OPT*, a scalable family of …
- en.wikipedia.org ↗ A large language model (LLM) is a neural network trained on a vast amount of text for natural language processing tasks, especially language generation. LLMs can typically generate, summarize, translate, and analyze text in many contexts, and are a foundational technology behind …
- en.wikipedia.org ↗ Gemini (also known as Google Gemini and formerly known as Bard) is a generative artificial intelligence chatbot and virtual assistant developed by Google. It is powered by the family of large language models (LLMs) of the same name, after previously being based on LaMDA and PaLM …
- en.wikipedia.org ↗ Grok is a generative artificial intelligence chatbot developed by xAI. It was launched in November 2023 by Elon Musk as an initiative based on the large language model (LLM) of the same name. Grok has apps for iOS and Android and is integrated with the X social network and Tesla'…