paper-with-me

Papers

Graph Neural Networks for Tabular Data Learning: A Survey with Taxonomy and Directions

2024-01-04 · Cheng-Te Li, Yu-Che Tsai, Chih-Yao Chen, Jay Chiehen Liao

In this survey, we dive into Tabular Data Learning (TDL) using Graph Neural Networks (GNNs), a domain where deep learning-based approaches have increasingly shown superior performance in both classification and regression tasks compared to traditional methods. The survey highlights a critical gap in deep neural TDL methods: the underrepresentation of latent correlations among data instances and feature values. GNNs, with their innate capability to model intricate relationships and interactions between diverse elements of tabular data, have garnered significant interest and application across various TDL domains. Our survey provides a systematic review of the methods involved in designing and implementing GNNs for TDL (GNN4TDL). It encompasses a detailed investigation into the foundational aspects and an overview of GNN-based TDL methods, offering insights into their evolving landscape. We present a comprehensive taxonomy focused on constructing graph structures and representation learning within GNN-based TDL methods. In addition, the survey examines various training plans, emphasizing the integration of auxiliary tasks to enhance the effectiveness of instance representations. A critical part of our discussion is dedicated to the practical application of GNNs across a spectrum of GNN4TDL scenarios, demonstrating their versatility and impact. Lastly, we discuss the limitations and propose future research directions, aiming to spur advancements in GNN4TDL. This survey serves as a resource for researchers and practitioners, offering a thorough understanding of GNNs' role in revolutionizing TDL and pointing towards future innovations in this promising area.

📄 PDF Abstract BibTeX arXiv:2401.02143

Code (1)

roytsai27/awesome-gnn4tdl 공식 구현

Tasks

Representation LearningSurvey

Similar Papers 제목 키워드 기반

Survey on Semantic Interpretation of Tabular Data: Challenges and Directions

2024-11-07 · Marco Cremaschi, Blerina Spahiu, Matteo Palmonari, Ernesto Jimenez-Ruiz

Tabular data plays a pivotal role in various fields, making it a popular format for data manipulation and exchange, particularly on the web. The interpretation, extraction, and processing of tabular information are inval…

Knowledge GraphsQuestion AnsweringSurvey

Neurosymbolic AI for Reasoning over Knowledge Graphs: A Survey

2023-02-14 · Lauren Nicole DeLong, Ramon Fernández Mir, Jacques D. Fleuriot

Neurosymbolic AI is an increasingly active area of research that combines symbolic reasoning methods with deep learning to leverage their complementary benefits. As knowledge graphs are becoming a popular way to represen…

Knowledge GraphsSurvey

Large Language Models(LLMs) on Tabular Data: Prediction, Generation, and Understanding -- A Survey

2024-02-27 · Xi Fang, Weijie Xu, Fiona Anting Tan, Jiani Zhang 외

Recent breakthroughs in large language modeling have facilitated rigorous exploration of their application in diverse tasks related to tabular data modeling, such as prediction, tabular data synthesis, question answering…

Language ModelingLanguage ModellingNavigateQuestion Answering+1

A Survey on Extractive Knowledge Graph Summarization: Applications, Approaches, Evaluation, and Future Directions

2024-02-19 · Xiaxia Wang, Gong Cheng

With the continuous growth of large Knowledge Graphs (KGs), extractive KG summarization becomes a trending task. Aiming at distilling a compact subgraph with condensed information, it facilitates various downstream KG-ba…

Knowledge GraphsSurvey

Graph-level Neural Networks: Current Progress and Future Directions

2022-05-31 · Ge Zhang, Jia Wu, Jian Yang, Shan Xue 외

Graph-structured data consisting of objects (i.e., nodes) and relationships among objects (i.e., edges) are ubiquitous. Graph-level learning is a matter of studying a collection of graphs instead of a single graph. Tradi…

Survey