← Latest papers
💬 NLP

HELIOS: Harmonizing Early Fusion, Late Fusion, and LLM Reasoning for Multi-Granular Table-Text Retrieval

HELIOS is a novel framework for multi-granular table-text retrieval that harmonizes edge-based bipartite subgraph retrieval, query-relevant node expansion, and star-based LLM refinement to overcome the limitations of existing early and late fusion methods, thereby significantly improving performance on open-domain question answering benchmarks.

Original authors: Sungho Park, Joohyung Yun, Jongwuk Lee, Wook-Shin Han

Published 2026-03-04
📖 5 min read🧠 Deep dive

Original authors: Sungho Park, Joohyung Yun, Jongwuk Lee, Wook-Shin Han

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 detective trying to solve a complex mystery. You have two types of evidence: Tables (like a spreadsheet of facts) and Text Passages (like newspaper articles or encyclopedia entries). Your goal is to find the specific pieces of evidence needed to answer a tricky question.

The paper introduces a new detective system called HELIOS. To understand why HELIOS is special, let's look at how the "old detectives" (previous AI models) tried to solve these cases and where they failed.

The Problem with the Old Detectives

1. The "Bundle" Detective (Early Fusion)

  • How they worked: Imagine this detective grabs a whole folder of files the moment they see a name. If the question is about "Notre Dame," they grab the Notre Dame table and every single article ever written about Notre Dame, even the ones about its history or football team that aren't relevant to the specific question.
  • The Flaw: They get overwhelmed by too much noise. It's like trying to find a specific needle in a haystack, but the detective just dumped the entire barn on you. They also miss subtle clues because they didn't look at the question before grabbing the files.

2. The "Scattergun" Detective (Late Fusion)

  • How they worked: This detective looks at the question first, then grabs individual sentences or single rows from tables one by one.
  • The Flaw: They often miss the big picture. If the answer requires connecting a table row to a specific paragraph, this detective might grab the row but forget the paragraph, or grab the wrong paragraph because it looked similar on the surface. They struggle with "multi-hop" reasoning (connecting A to B, then B to C).

3. The "Literal" Detective (No Reasoning)

  • The Flaw: Both old detectives were bad at logic. If the question asked, "Who is the most recent player of the month?", they might just look for the word "recent" and miss the fact that they need to compare dates across the whole table to find the winner.

Enter HELIOS: The Master Detective

HELIOS is a new system that combines the best of both worlds and adds a "Chief Inspector" (a Large Language Model) to handle the hard logic. It works in three clever steps:

Step 1: The "Edge" Search (Finding the Right Connections)

Instead of grabbing whole folders (tables) or random sentences, HELIOS looks for edges.

  • Analogy: Imagine a map where tables and articles are islands. Old detectives grabbed whole islands. HELIOS looks for the specific bridges connecting a specific row in a table to a specific sentence in an article.
  • Why it helps: It avoids the "noise" of the Bundle Detective. It only grabs the exact bridge that might lead to the answer, ignoring irrelevant parts of the island.

Step 2: The "Seed" Expansion (Growing the Map)

Once HELIOS finds a few promising bridges, it doesn't stop. It asks, "Who else is connected to these bridges?"

  • Analogy: It's like following a trail of breadcrumbs. If you find a clue about "Brendan King," HELIOS doesn't just stop there; it expands the map to include the university he attended and the articles about that university's colors.
  • Why it helps: This fixes the "Scattergun" problem. It dynamically builds a small, perfect network of evidence that grows only as much as the question needs, ensuring no important context is left behind.

Step 3: The "Chief Inspector" (LLM Reasoning)

This is the magic sauce. HELIOS takes this small, perfect network of evidence and hands it to a super-smart AI (the LLM) to act as a Chief Inspector.

  • Analogy: The previous detectives just collected evidence. The Chief Inspector thinks about it.
    • Aggregation: If the question is "Who is the most recent player?", the Chief Inspector looks at the whole table, compares the dates, and picks the winner.
    • Verification: If the evidence is confusing, the Chief Inspector double-checks: "Does this article actually answer the question, or is it just a red herring?"
  • Why it helps: It solves the logic puzzles that the old systems couldn't handle.

The Result

When the researchers tested HELIOS on a giant database of tables and text (the OTT-QA benchmark), it was a game-changer.

  • It found the right answers 42% better than the best previous methods at the very top of the list.
  • It was much better at ranking the answers correctly, meaning the right answer was almost always near the top.

Summary

Think of HELIOS as a detective who:

  1. Doesn't grab the whole library (avoids noise).
  2. Doesn't just grab random pages (avoids missing context).
  3. Builds a custom map of connections based on the specific question.
  4. Hires a genius logician to solve the puzzle using that map.

By harmonizing these three approaches, HELOS solves the "Table-Text Retrieval" problem faster and more accurately than ever before.

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 →