paper-with-me

홈 › Papers

Graph Neural Networks for Text Classification: A Survey

2023-04-23 · Kunze Wang, Yihao Ding, Soyeon Caren Han

Text Classification is the most essential and fundamental problem in Natural Language Processing. While numerous recent text classification models applied the sequential deep learning technique, graph neural network-based models can directly deal with complex structured text data and exploit global information. Many real text classification applications can be naturally cast into a graph, which captures words, documents, and corpus global features. In this survey, we bring the coverage of methods up to 2023, including corpus-level and document-level graph neural networks. We discuss each of these methods in detail, dealing with the graph construction mechanisms and the graph-based learning process. As well as the technological survey, we look at issues behind and future directions addressed in text classification using graph neural networks. We also cover datasets, evaluation metrics, and experiment design and present a summary of published performance on the publicly available benchmarks. Note that we present a comprehensive comparison between different techniques and identify the pros and cons of various evaluation metrics in this survey.

📄 PDF Abstract BibTeX arXiv:2304.11534

Code (0)

등록된 구현이 없습니다.

Tasks

Classificationgraph constructionGraph Neural NetworkSurveytext-classificationText Classification

Similar Papers 제목 키워드 기반

Text Classification using Graph Convolutional Networks: A Comprehensive Survey

2024-10-12 · Syed Mustafa Haider Rizvi, Ramsha Imran, Arif Mahmood

Text classification is a quintessential and practical problem in natural language processing with applications in diverse domains such as sentiment analysis, fake news detection, medical diagnosis, and document classific…

ClassificationDocument ClassificationFake News DetectionMedical Diagnosis+4

Survey of Abstract Meaning Representation: Then, Now, Future

2025-05-06 · Behrooz Mansouri

This paper presents a survey of Abstract Meaning Representation (AMR), a semantic representation framework that captures the meaning of sentences through a graph-based structure. AMR represents sentences as rooted, direc…

Abstract Meaning RepresentationSurveytext-classificationText Classification+1

Survey of Image Based Graph Neural Networks

2021-06-11 · Usman Nazir, He Wang, Murtaza Taj

In this survey paper, we analyze image based graph neural networks and propose a three-step classification approach. We first convert the image into superpixels using the Quickshift algorithm so as to reduce 30% of the i…

ClassificationSuperpixelsSurvey

Understanding Survey Paper Taxonomy about Large Language Models via Graph Representation Learning

2024-02-16 · Jun Zhuang, Casey Kennington

As new research on Large Language Models (LLMs) continues, it is difficult to keep up with new research and models. To help researchers synthesize the new research many have written survey papers, but even those have bec…

Graph Representation LearningRepresentation LearningSurvey

A Survey on Graph Kernels

2019-03-28 · Nils M. Kriege, Fredrik D. Johansson, Christopher Morris

Graph kernels have become an established and widely-used technique for solving classification tasks on graphs. This survey gives a comprehensive overview of techniques for kernel-based graph classification developed in t…

ClassificationGeneral ClassificationGraph ClassificationSurvey