Datasets:

ArXiv:
License:
carte-benchmark / README.md
junkim930's picture
Update README.md
2567701 verified
metadata
license: unknown

CARTE: Pretraining and Transfer for Tabular Learning

This dataset is the tabular-data benchmark used in the CARTE paper (https://arxiv.org/abs/2402.16785)

CARTE is a pretrained model for tabular data by treating each table row as a star graph and training a graph transformer on top of this representation.

It has the particularity of being made of tables with high-cardinality string.

The codes for CARTE can be found at https://github.com/soda-inria/carte

Descriptions

Our paper

@article{kim2024carte,
  title={CARTE: pretraining and transfer for tabular learning},
  author={Kim, Myung Jun and Grinsztajn, L{\'e}o and Varoquaux, Ga{\"e}l},
  journal={arXiv preprint arXiv:2402.16785},
  year={2024}
}