paper-with-me

홈 › Papers

OpenRFM: Dissecting Relational In-Context Learning

2026-06-03 · Zhikai Chen, Junyu Yin, Jialiang Gu, Siheng Xiong, Xiaoze Liu, Ruowang Zhang, Keren Zhou, Kai Guo arxiv

Relational Foundation Models (RFMs) promise a single pre-trained predictor that, given any relational database, returns predictions in one forward pass via relational in-context learning (ICL). Yet a substantial gap separates open RFMs from their commercial counterparts, and the origin of this gap has not been systematically understood. We dissect a representative framework, the Relational Transformer (RT), from two perspectives. Model side: we show that RT performs relation-level ICL, and a kernel regression view shows it fails when sparse label-cell coverage yields an underdetermined regression. Data side: we ablate RT's pre-training source and find that existing synthetic-only pre-training and in-distribution pre-training drive the same architecture into different regimes, lazy vs. feature-learning. Probing this gap reveals that the missing ingredient is a support-identifiable relational latent in the label-generation process. These two diagnoses translate into (1) a dual-stage ICL architecture that combines the relational backbone with a batch-level ICL layer lifted from a pre-trained tabular foundation model to overcome relation-level label scarcity, and (2) a homophily-aware synthetic plus continual real-data pre-training mixture, augmented with a prototype-based regularization. These choices define OpenRFM, a simple yet effective RFM that improves average task performance by approximately 30% over the RT backbone and surpasses the commercial model KumoRFMv1 on a large set of evaluation tasks.

📄 PDF Abstract BibTeX arXiv:2606.04320

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

SBERT-WK: A Sentence Embedding Method by Dissecting BERT-based Word Models

2020-02-16 · Bin Wang, C. -C. Jay Kuo

Sentence embedding is an important research topic in natural language processing (NLP) since it can transfer knowledge to downstream tasks. Meanwhile, a contextualized word representation, called BERT, achieves the state…

Semantic Textual SimilaritySentenceSentence EmbeddingSentence-Embedding

Optimizing Context-Enhanced Relational Joins

2023-12-03 · Viktor Sanca, Manos Chatzakis, Anastasia Ailamaki

Collecting data, extracting value, and combining insights from relational and context-rich multi-modal sources in data processing pipelines presents a challenge for traditional relational DBMS. While relational operators…

Representation Learning

Relational Boosted Bandits

2020-12-16 · Ashutosh Kakadiya, Sriraam Natarajan, Balaraman Ravindran

Contextual bandits algorithms have become essential in real-world user interaction problems in recent years. However, these algorithms rely on context as attribute value representation, which makes them unfeasible for re…

AttributeDescriptiveExplainable ModelsLink Prediction+1

Part-Aware Context Network for Human Parsing

2020-06-01 · CVPR 2020 6 · Xiaomei Zhang, Yingying Chen, Bingke Zhu, Jinqiao Wang 외

Recent works have made significant progress in human parsing by exploiting rich contexts. However, human parsing still faces a challenge of how to generate adaptive contextual features for the various sizes and shapes of…

Human Parsing

The progression of visual search in multiple item displays: First relational, then feature-based

2023-01-09 · Zachary Hamblin-Frohman, Koralalage Don Raveen Amarasekera, Stefanie I. Becker

It is well-known that visual attention can be tuned in a context-dependent manner to elementary features, such as searching for all redder items or the reddest item, supporting a relational theory of visual attention. Ho…