Latent Bridges for Multi-Table Question Answering
- lab CatalyzeX
- lab DagsHub
- lab Gotit.pub
- lab Hugging Face
- lab ScienceCast
- lab alphaXiv
- lab arXivLabs
- location arXiv
A new pipeline called GRAB tackles multi-table question answering by converting relational data into a heterogeneous graph and feeding a compact structural signal to a frozen large language model, according to research posted on arXiv [1]. The constructor-encoder-bridge pipeline lifts rows, column classes, and value groups into typed nodes, with foreign-key metadata inducing shared column classes across tables [3]. A graph encoder then processes this structure via message passing to capture row–column–value dependencies and cross-table connectivity [3]. The encoded graph is projected into a fixed-length sequence of soft tokens through a query-conditioned latent bridge, and those tokens are injected as a prefix before the text prompt that the LLM receives [3]. The LLM itself remains frozen throughout; only the graph encoder and the bridge—totaling 91M parameters—are updated during training [1]. The approach departs from methods that rely solely on flattened table text. Instead of a single static summary, the bridge produces a question-relevant structural representation [3]. The projected latent vectors are mapped to the LLM’s embedding dimension by a learned projector before being prepended to the prompt [4]. The researchers report the largest performance gains in demanding multi-table settings [2]. Multi-table question answering has drawn increasing attention in the research community. A separate framework, Graph-Table-RAG, reorganizes table corpora into a heterogeneous hypergraph and uses coarse-to-fine retrieval before applying graph-aware prompting for downstream reasoning [9]. Another recent study constructs synthetic contrastive reasoning traces for multi-table Q&A, generating positive traces that derive the gold answer and negative traces that contain plausible but incorrect reasoning; fine-tuning open-weight LLMs with Contrastive Preference Optimization on these pairs yielded absolute average improvements of 9.7%–16.3% over standard supervised fine-tuning across three model families [10]. The GRAB pipeline offers a complementary direction by keeping the LLM frozen and offloading structural encoding to a lightweight trainable module [1]. The latent-bridge design echoes the broader concept of latent semantic analysis, where a compressed representation captures relational structure, though LSA historically relied on singular value decomposition over term-document matrices rather than learned graph encoders [6]. The work was posted on arXiv on 27 June 2026 [1].
research-paperapplicationinfrastructuremodel-release
Background sources we checked (10)
- arxiv.org ↗ We introduce GRAB, a constructor-encoder-bridge pipeline for table question answering. Our method lifts relational data into an heterogeneous graph, encodes it via message passing, and transfers the signals to an LLM through a small set of query-conditioned latent tokens. This pr…
- arxiv.org ↗ We introduce GRAB, a constructor–encoder–bridge pipeline for table question answering. Our method lifts relational data into an heterogeneous graph, encodes it via message passing, and transfers the signals to an LLM through a small set of query-conditioned latent tokens. This pr…
- arxiv.org ↗ We introduce GRAB, a constructor–encoder–bridge pipeline for table question answering. Our method lifts relational data into an heterogeneous graph, encodes it via message passing, and transfers the signals to an LLM through a small set of query-conditioned latent tokens. This pr…
- arxiv.org ↗ We introduce GRAB, a constructor–encoder–bridge pipeline for table question answering. Our method lifts relational data into an heterogeneous graph, encodes it via message passing, and transfers the signals to an LLM through a small set of query-conditioned latent tokens. This pr…
- en.wikipedia.org ↗ Latent semantic analysis (LSA) is a technique in natural language processing, in particular distributional semantics, of analyzing relationships between a set of documents and the terms they contain by producing a set of concepts related to the documents and terms. LSA assumes th…
- en.wikipedia.org ↗ A CPU cache is a hardware cache used by the central processing unit (CPU) of a computer to reduce the average cost (time or energy) to access data from the main memory. A cache is a smaller, faster memory, located closer to a processor core, which stores copies of the data from f…
- en.wikipedia.org ↗ Natural language processing is computer activity in which computers are entailed to analyze, understand, alter, or generate natural language. This includes the automation of any or all linguistic forms, activities, or methods of communication, such as conversation, correspondenc…
- arxiv.org ↗ , a substantial ... answers that are distributed ... tables. GraphR ... questions, exemplifying a promising direction for cross-table question answering. In this ... , to address the current gap in available data, we first introduce a multi-table benchmark, MutliTableQA, comprisi…
- arxiv.org ↗ Multi-table question answering requires models to retrieve relevant evidence, link schemas, and perform compositional reasoning across relational tables. Existing multi-table Q&A resources typically provide questions and final answers but lack reasoning supervision that explains …
- arxiv.org ↗ # A Universal Catalyst for First-Order Optimization ... arXiv (Cornell University), 2015. Preprint. 185 citations. ... We introduce a generic scheme for accelerating first-order optimization methods in the sense of Nesterov, which builds upon a new analysis of the accelerated pro…
Sources
- export.arxiv.org — Latent Bridges for Multi-Table Question Answering ↗