CeQe: Grounding Lexical Retrieval in Semantic Evidence
The paper introduces Cross-Encoder Query Expansion (CE-QE), a method that enhances lexical retrieval by extracting decisive terms from cross-encoder attributions on semantic search results to expand BM25 queries, effectively bridging the vocabulary gap without modifying the underlying index or relying on generative hallucinations.
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 find a specific recipe in a massive, chaotic library of cookbooks. You have two ways to search. The first way is like a strict librarian who only looks for the exact words you typed. If you ask for "spicy tomato soup," they will only find books that contain the words "spicy," "tomato," and "soup." If a book describes the dish as "a fiery red broth with tomatoes," the librarian ignores it completely, even though it's exactly what you want. The second way is like a wise, intuitive friend who understands the idea of what you want. They might find that "fiery red broth" book because they understand the concept of heat and tomatoes, even if the words don't match.
In the world of computer science, this is the battle between "lexical" search (the strict librarian) and "semantic" search (the intuitive friend). For years, engineers have tried to combine them, hoping the friend's intuition could help the librarian find the right books. But there's a catch: the librarian is so stubborn that if the friend finds a perfect book but the librarian never sees it because the words are wrong, the librarian simply throws it away before the friend can even show it. This paper tackles that stubbornness. It asks: Can we teach the librarian to understand the friend's intuition before they start searching, so they don't miss the right answers in the first place?
The researchers at IBM Research, led by Adam Kahirov and colleagues, say yes. They introduce a clever trick called Cross-Encoder Query Expansion (CE-QE). Think of it as a "secret translator" that sits between the librarian and the friend. Here is how it works: First, the intuitive friend (a semantic search engine) quickly finds the top few books that seem relevant to your question. Then, the secret translator (a cross-encoder) reads those books and highlights the specific words that made them relevant. It's like the translator pointing at a book and saying, "Hey, the librarian, you missed this one because you were looking for 'spicy,' but this book is actually about 'fiery' and 'red broth.' Go add those words to your search!"
The team then takes those highlighted words and adds them to your original search request. Now, when the strict librarian goes back to the shelves, they are looking for "spicy tomato soup" plus "fiery red broth." Suddenly, the librarian finds the book they would have ignored before. The best part? The librarian doesn't need to be retrained, and the library doesn't need to be rebuilt. The librarian just gets a slightly longer, smarter list of words to look for.
The paper shows that this method is a game-changer when people use different words to describe the same thing. For example, on a dataset called Natural Questions, where people ask casual questions and the answers are in formal encyclopedias, the team found that their method helped the system find relevant documents 15% more often (jumping from a recall score of 0.32 to 0.47). They also combined this with a scoring system they call SESF, which beat other top-tier search methods by a significant margin, improving the ranking quality by over 5% compared to some of the most advanced models currently in use.
Crucially, the authors argue that this approach is better than other recent ideas. Some other methods try to use giant AI models to invent new words or fake answers to help the search, but the IBM team warns that this can lead to "hallucinations"—making up facts that aren't in the library at all. Their method is grounded: every new word they add comes from a real book that the friend already found. It's like borrowing a word from a real dictionary rather than making one up. They also show that this doesn't require a massive, expensive overhaul of the search system; it adds a small, smart step that trades a bit of extra time for significantly higher accuracy, making the search more precise without breaking the existing machinery.
In short, the paper proves that by letting the "intuitive friend" whisper the right keywords to the "strict librarian" before the search begins, we can fix the biggest blind spot in modern search engines: the moment when the answer is right there, but the words just don't match.
Drowning in papers in your field?
Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.