← Latest papers
💬 NLP

RAISE: Enhancing Scientific Reasoning in LLMs via Step-by-Step Retrieval

The paper introduces RAISE, a step-by-step retrieval-augmented framework that enhances scientific reasoning in large language models by decomposing problems and generating logical queries to retrieve domain-specific, logically relevant documents from in-the-wild corpora, thereby outperforming existing baselines on scientific reasoning benchmarks.

Original authors: Minhae Oh, Jeonghye Kim, Nakyung Lee, Donggeon Seo, Taeuk Kim, Jungwoo Lee

Published 2026-03-20
📖 4 min read☕ Coffee break read

Original authors: Minhae Oh, Jeonghye Kim, Nakyung Lee, Donggeon Seo, Taeuk Kim, Jungwoo Lee

Original paper licensed under CC BY 4.0 (http://creativecommons.org/licenses/by/4.0/). This is an AI-generated explanation of the paper below. It is not written or endorsed by the authors. For technical accuracy, refer to the original paper. Read full disclaimer

Imagine you are a brilliant detective trying to solve a incredibly complex, graduate-level mystery. The case involves a specific type of barley that has a bad taste, and you need to figure out exactly which genetic mutation caused it.

If you just ask your brain (a standard Large Language Model) to solve this, it might guess based on what it remembers from its training. But scientific facts change, and the details are tricky. It might hallucinate (make things up) or get stuck because it doesn't have the exact right piece of information at the right time.

This paper introduces RAISE, a new way to help AI detectives solve these hard science problems. Think of RAISE not as a single genius, but as a super-organized research team that follows a strict three-step process.

Here is how RAISE works, using a simple analogy:

The Problem: The "One-Shot" Search

Most AI methods try to solve the whole mystery at once. They ask a search engine: "Why does this barley taste bad?"
The search engine returns a bunch of articles about barley. Some are about farming, some about genetics, and some are just about how to cook barley soup. The AI gets overwhelmed by the noise and might pick the wrong article, leading to a wrong answer.

The RAISE Solution: The Three-Step Detective Process

RAISE breaks the big mystery down into three distinct phases:

1. Problem Decomposition (Breaking the Case into Clues)

Instead of asking one big question, RAISE acts like a smart detective who breaks a huge case into small, manageable clues.

  • The Analogy: Instead of asking, "Who killed the victim?", the detective asks: "Where was the victim last seen?" then "What weapon was used?" then "Who had a motive?"
  • In RAISE: The AI takes the hard science question and splits it into smaller sub-questions. For our barley example, it doesn't just ask about the mutation; it asks, "What does the first part of the gene do?" and "How does a mutation there stop the protein from working?"

2. Logical Query Generation (Writing the Perfect Search Terms)

This is the secret sauce. Once the AI has the small clues, it doesn't just type them into Google. It rewrites them into logical search terms that capture the reasoning needed, not just the keywords.

  • The Analogy: If you are looking for a specific type of lockpick, a normal search might say "lock." A logical search says, "How to pick a pin-tumbler lock without breaking the key."
  • In RAISE: If the sub-question is about a mutation, a normal search might just look for "mutation." RAISE rewrites the query to be: "How does a mutation in the start of a gene stop the protein from being made?" This ensures the search engine finds the logic behind the answer, not just a dictionary definition.

3. Logical Retrieval (Finding the Right Evidence)

Now, the AI goes to the "wild" internet (like Wikipedia) to find answers for each small clue. Because the search terms were so precise, it finds documents that are logically relevant.

  • The Analogy: Imagine you are building a house. A normal search might bring you a pile of bricks, wood, and random furniture. RAISE brings you only the specific blueprint for the foundation, then only the instructions for the roof, one step at a time.
  • In RAISE: It retrieves a document that explains exactly why a specific mutation breaks the gene. It ignores the articles about barley farming because they aren't logically needed for this specific step.

Why This Matters

The paper tested RAISE on tough science exams (like graduate-level biology and chemistry).

  • Other methods (like standard AI or AI with a basic search) often got lost in the details or picked the wrong facts.
  • RAISE consistently won. It didn't just know the answer; it knew how to find the answer by breaking the problem down and searching for the right logic at every single step.

The Bottom Line

RAISE is like giving an AI a checklist and a magnifying glass. Instead of guessing the whole answer at once, it:

  1. Splits the big problem into tiny steps.
  2. Writes perfect search questions for each step.
  3. Finds the exact evidence needed to solve that specific step.

By doing this, it turns a chaotic search for answers into a clear, logical path, making AI much better at solving real-world science problems.

Drowning in papers in your field?

Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.

Try Digest →