TLDR: Magellan is a novel AI framework that uses a guided Monte Carlo Tree Search (MCTS) to help Large Language Models (LLMs) generate truly innovative and plausible scientific ideas. It employs a ‘semantic compass’ for long-range direction and a ‘landscape-aware’ value function for local decisions, balancing coherence, novelty, and narrative progress. Experiments show Magellan significantly outperforms other methods in generating high-quality, novel ideas, suggesting that structured, guided search is more effective for creative discovery than unconstrained AI exploration.
Large Language Models (LLMs) have shown incredible abilities in many areas, from creative writing to scientific discovery. However, they often struggle to come up with truly new and innovative ideas. This is because their training makes them lean towards familiar concepts, like being stuck in ‘gravity wells’ of their own knowledge. While existing methods like Tree of Thoughts (ToT) try to help, they often rely on inconsistent self-evaluation to guide their exploration, which limits their effectiveness.
To tackle this challenge, a new framework called Magellan has been introduced. Magellan redefines creative generation as a guided journey through an LLM’s hidden conceptual space. At its core, Magellan uses a technique called Monte Carlo Tree Search (MCTS), which is well-known for balancing exploration and making good decisions.
Magellan’s innovation lies in its two-level guidance system. For long-term direction, it uses a ‘semantic compass’ vector. This compass is carefully crafted to steer the search towards relevant new ideas, ensuring the core problem context is maintained while maximizing the influence of novel approaches. For local, step-by-step decisions, Magellan uses a ‘landscape-aware’ value function. This function replaces the flawed self-evaluation of other methods with a clear reward system that balances how coherent an idea is, how new it is, and how much it progresses the narrative.
Extensive experiments have shown that Magellan significantly outperforms other strong methods, including ReAct and Tree of Thoughts, in generating scientific ideas. These ideas are not only more plausible but also more innovative. This research suggests that for creative discovery, a structured, guided search is more effective than simply letting the AI explore without clear direction, paving the way for LLMs to become better partners in innovation.
The Magellan framework works in three main stages: first, it automatically generates a research theme and formulates the guidance vector (the semantic compass). Second, it conducts a guided narrative search using MCTS. Finally, it extracts the best concept from the search.
The ‘semantic compass’ is created by taking two related but distinct concepts and synthesizing a novel research theme. Then, the core problem and mechanism of this theme are used to create a target vector that points towards a relevant and innovative solution.
During the MCTS search, each potential step in the narrative is evaluated based on three objectives: coherence (how linguistically fluent and logical it is), novelty (how original it is compared to existing knowledge), and progress (how much new information it introduces). This multi-objective evaluation, combined with the semantic compass, ensures that the search prioritizes paths that are promising, underexplored, and aligned with the strategic goal of novelty.
The research also conducted ablation studies to understand the importance of Magellan’s components. Disabling the ‘strategic compass’ led to a significant drop in performance, confirming its critical role in steering the search towards non-obvious solutions. Removing the novelty reward resulted in unoriginal ideas, while removing the progress reward made the search inefficient and incoherent.
While Magellan’s outputs are of superior quality, it does come with a higher computational cost compared to simpler methods. However, this cost is seen as a deliberate investment to elaborate concepts with greater depth and clarity. The framework’s performance also scales with the capability of the underlying LLM, acting as a ‘performance amplifier’ for larger models.
Also Read:
- A New Standard for Evaluating AI’s Scientific Research Capabilities
- Co-Sight: A Framework for Trustworthy and Efficient AI Agent Reasoning
This work introduces a powerful new way for AI to assist in scientific discovery, demonstrating that a principled, guided search can unlock truly innovative ideas from large language models. You can read the full research paper here.


