paper-with-me

홈 › Papers

HYTREL: Hypergraph-enhanced Tabular Data Representation Learning

2023-07-14 · NeurIPS 2023 11 · Pei Chen, Soumajyoti Sarkar, Leonard Lausen, Balasubramaniam Srinivasan, Sheng Zha, Ruihong Huang, George Karypis

Language models pretrained on large collections of tabular data have demonstrated their effectiveness in several downstream tasks. However, many of these models do not take into account the row/column permutation invariances, hierarchical structure, etc. that exist in tabular data. To alleviate these limitations, we propose HYTREL, a tabular language model, that captures the permutation invariances and three more structural properties of tabular data by using hypergraphs - where the table cells make up the nodes and the cells occurring jointly together in each row, column, and the entire table are used to form three different types of hyperedges. We show that HYTREL is maximally invariant under certain conditions for tabular data, i.e., two tables obtain the same representations via HYTREL iff the two tables are identical up to permutations. Our empirical results demonstrate that HYTREL consistently outperforms other competitive baselines on four downstream tasks with minimal pretraining, illustrating the advantages of incorporating the inductive biases associated with tabular data into the representations. Finally, our qualitative analyses showcase that HYTREL can assimilate the table structures to generate robust representations for the cells, rows, columns, and the entire table.

📄 PDF Abstract BibTeX arXiv:2307.08623

Code (1)

awslabs/hypergraph-tabular-lm 공식 구현 pytorch

Tasks

Language ModelingLanguage ModellingRepresentation Learning

Similar Papers 제목 키워드 기반

Learning Enhanced Representations for Tabular Data via Neighborhood Propagation

2022-06-14 · Kounianhua Du, Weinan Zhang, Ruiwen Zhou, Yangkun Wang 외

Prediction over tabular data is an essential and fundamental problem in many important downstream tasks. However, existing methods either take a data instance of the table independently as input or do not fully utilize t…

PredictionRetrieval

Residual Enhanced Multi-Hypergraph Neural Network

2021-05-02 · Jing Huang, Xiaolin Huang, Jie Yang

Hypergraphs are a generalized data structure of graphs to model higher-order correlations among entities, which have been successfully adopted into various research domains. Meanwhile, HyperGraph Neural Network (HGNN) is…

Representation Learning

EnhancE:Enhanced Entity and Relation Embedding for Knowledge Hypergraph Link Prediction

2023-04-30 · journal 2023 4 · Chenxu Wang, Zhao Li, Xin Wang, and Zirui Chen

Knowledge Hypergraphs, as the generalization of knowledge graphs, have attracted increasingly widespread attention due to their friendly compatibility with real-world facts. However, link prediction in knowledge hypergra…

Knowledge GraphsLink PredictionPositionPrediction+1

Hypergraph Contrastive Collaborative Filtering

2022-04-26 · Lianghao Xia, Chao Huang, Yong Xu, Jiashu Zhao 외

Collaborative Filtering (CF) has emerged as fundamental paradigms for parameterizing users and items into latent representation space, with their correlative patterns from interaction data. Among various CF techniques, t…

Collaborative FilteringContrastive LearningRecommendation SystemsSelf-Supervised Learning

Dynamic Hypergraph-Enhanced Prediction of Sequential Medical Visits

2024-08-08 · Wangying Yang, Zitao Zheng, Zhizhong Wu, Bo Zhang 외

This study introduces a pioneering Dynamic Hypergraph Networks (DHCE) model designed to predict future medical diagnoses from electronic health records with enhanced accuracy. The DHCE model innovates by identifying and …

Language ModelingLanguage ModellingPredictionSequential Diagnosis