paper-with-me

Papers

Tabular Learning: Encoding for Entity and Context Embeddings

2024-03-28 · Fredy Reusser

Examining the effect of different encoding techniques on entity and context embeddings, the goal of this work is to challenge commonly used Ordinal encoding for tabular learning. Applying different preprocessing methods and network architectures over several datasets resulted in a benchmark on how the encoders influence the learning outcome of the networks. By keeping the test, validation and training data consistent, results have shown that ordinal encoding is not the most suited encoder for categorical data in terms of preprocessing the data and thereafter, classifying the target variable correctly. A better outcome was achieved, encoding the features based on string similarities by computing a similarity matrix as input for the network. This is the case for both, entity and context embeddings, where the transformer architecture showed improved performance for Ordinal and Similarity encoding with regard to multi-label classification tasks.

📄 PDF Abstract BibTeX arXiv:2403.19405

Code (0)

등록된 구현이 없습니다.

Tasks

Multi-Label ClassificationMUlTI-LABEL-ClASSIFICATION

Similar Papers 제목 키워드 기반

FlexTab: A Flexible Encoder-Decoder Architecture for In-Context Learning Across Diverse Tabular Tasks

2026-06-29 · Marek Polewczyk, Maximilian Schambach, Marco Spinaci, Sam Thelin 외 arxiv

We introduce FlexTab, a flexible encoder-decoder architecture for in-context learning on tabular data that pairs a single, task-agnostic encoder with a suite of task-specific decoders. Unlike existing tabular in-context …

Anomaly Detection

Improving Entity Linking by Encoding Type Information into Entity Embeddings

2021-08-01 · CCL 2021 8 · Li Tianran, Yang Erguang, Zhang Yujie, Chen Yufeng 외

“Entity Linking (EL) refers to the task of linking entity mentions in the text to the correct entities inthe Knowledge Base (KB) in which entity embeddings play a vital and challenging role because of the subtle differen…

Entity EmbeddingsEntity LinkingVocal Bursts Type Prediction

GeoViSTA: Geospatial Vision-Tabular Transformer for Multimodal Environment Representation

2026-05-14 · Yuhao Liu, Sadeer Al-Kindi, Ashok Veeraraghavan, Guha Balakrishnan arxiv

Large-scale pretraining on Earth observation imagery has yielded powerful representations of the natural and built environment. However, most existing geospatial foundation models do not directly model the structured soc…

Universal Embeddings of Tabular Data

2025-07-08 · Astrid Franz, Frederik Hoppe, Marianne Michaelis, Udo Göbel

Tabular data in relational databases represents a significant portion of industrial data. Hence, analyzing and interpreting tabular data is of utmost importance. Application tasks on tabular data are manifold and are oft…

Entity EmbeddingsOutlier Detection

ZAYAN: Disentangled Contrastive Transformer for Tabular Remote Sensing Data

2026-04-30 · Al Zadid Sultan Bin Habib, Tanpia Tasnim, Md. Ekramul Islam, Muntasir Tabasum arxiv

Learning informative representations from tabular data in remote sensing and environmental science is challenging due to heterogeneity, scarce labels, and redundancy among features. We present ZAYAN (Zero-Anchor dYnamic …

Contrastive Learning