← Latest papers
💻 computer science

Small Language Model Helps Resolve Semantic Ambiguity of LLM Prompt

This paper proposes a pre-inference prompt optimization mechanism that utilizes Small Language Models (SLMs) to explicitly identify and resolve semantic ambiguities in user prompts, thereby improving the reasoning performance of Large Language Models (LLMs) with minimal computational cost.

Original authors: Zhenzhen Huang, Chaoning Zhang, Fachrina Dewi Puspitasari, Jiaquan Zhang, Yitian Zhou, Shuxu Chen, Yang Yang

Published 2026-04-28
📖 3 min read☕ Coffee break read

Original authors: Zhenzhen Huang, Chaoning Zhang, Fachrina Dewi Puspitasari, Jiaquan Zhang, Yitian Zhou, Shuxu Chen, Yang Yang

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 trying to give directions to a very smart, but very literal, robot.

If you say, "Turn left at the big tree and then go to the bank," the robot might freeze. It thinks: "Which big tree? The oak or the pine? And do they mean the river bank or the money bank?"

Even though the robot is a genius, it wastes energy and time trying to guess what you meant. Sometimes, it guesses wrong and ends up in a ditch.

This paper introduces a solution called DisambiguSLM. Here is the breakdown of how it works using a simple analogy.

The Problem: The "Foggy Instruction" Dilemma

Large Language Models (LLMs)—the "geniuses" like GPT-4—are incredibly powerful, but they are sensitive to "foggy" instructions. When a human writes a prompt that is vague, messy, or has double meanings, the LLM's "brain" gets distracted. Instead of focusing on the answer, it spends all its mental energy trying to figure out which version of the question you actually asked. This is called semantic ambiguity.

The Solution: The "Smart Assistant" (The SLM)

Instead of throwing a foggy instruction directly at the genius robot, the researchers added a Small Language Model (SLM) to act as a Personal Assistant.

Think of the SLM not as a genius, but as a very sharp, very fast Editor. The SLM isn't there to solve the hard math or the complex logic; its only job is to clean up your messy notes before the genius sees them.

How the "Editor" Works (The Three-Step Process)

The researchers designed a three-layer process for this Assistant:

  1. The Scanner (Risk Identification): The Assistant reads your prompt and looks for "potholes." It asks: "Is there a word here that could mean two things? Is there a piece of information missing that would make this make sense?"
  2. The Fact-Checker (Consistency & Resolution): If the Assistant finds a pothole, it doesn't just guess. It tries two different ways to interpret the sentence. If the two ways don't match, it sits down and writes a "clarified version" that merges the ideas into one clear, logical sentence.
  3. The Polisher (Semantic Integration): Finally, the Assistant takes all those clarified points and weaves them into a beautiful, crystal-clear instruction manual.

The Result: A Clearer Path to Success

Once the Assistant is done, it hands the "Cleaned-Up Prompt" to the Genius (the LLM).

Because the instructions are now perfectly clear, the Genius doesn't have to guess anymore. It can focus 100% of its "attention" on the actual problem.

The researchers found that:

  • It’s much smarter: The models became significantly more accurate at solving logic and math problems.
  • It’s much more stable: The model stops giving different answers to the same question because the "fog" has been cleared away.
  • It’s incredibly cheap: Using a "Small Assistant" costs almost nothing (about 2 cents!) compared to the massive cost of running the "Genius" model over and over again to try and fix its mistakes.

Summary in one sentence:

Instead of asking a genius to solve a riddle written in blurry ink, this method uses a fast assistant to rewrite the riddle in clear print first, so the genius can get straight to the answer.

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 →