This repository contains the implementation of TARTE: Transformer Augmented Representation of Table Entries.
TARTE is an easily-reusable pre-trained model that encodes data semantics across heterogeneous tables by pre-training from large knowledge bases. TARTE is a sibling work of CARTE, sharing many similarities, but with better pre-training and with more post-training paradigms.
[!WARNING]
This library is currently in a phase of active development. All features are subject to change without prior notice. If you are interested in collaborating, please feel free to reach out by opening an issue or starting a discussion.
You can simply install TARTE from PyPI:
pip install tarte-ai
After a correct installation, you should be able to import the module without errors:
import tarte_ai
Example shows running three post-training strategies (presented in the paper) for TARTE:
Details will soon be updated.
@article{kim2025table,
title={Table Foundation Models: on knowledge pre-training for tabular learning},
author={Kim, Myung Jun and Lefebvre, F{\'e}lix and Brison, Ga{\"e}tan and Perez-Lebel, Alexandre and Varoquaux, Ga{\"e}l},
journal={arXiv preprint arXiv:2505.14415},
year={2025}
}