GNN-CNN: An Efficient Hybrid Model of Convolutional and Graph Neural Networks for Text Representation
Fardin Rastakhiz

TL;DR
This paper presents a hybrid GNN-CNN model that efficiently processes long texts by combining graph structures and convolutional features, outperforming transformers in speed and maintaining competitive accuracy.
Contribution
The study introduces a novel GNN-CNN architecture with real-time graph generation and LLM integration, enhancing efficiency and performance for long text classification tasks.
Findings
Achieves high efficiency with real-time graph generation.
Maintains competitive accuracy compared to state-of-the-art models.
Demonstrates structural semantic properties in generated graphs.
Abstract
Time, cost, and energy efficiency are critical considerations in Deep-Learning (DL), particularly when processing long texts. Transformers, which represent the current state of the art, exhibit quadratic computational complexity relative to input length, making them inefficient for extended documents. This study introduces a novel model architecture that combines Graph Neural Networks (GNNs) and Convolutional Neural Networks (CNNs), integrated with a real-time, end-to-end graph generation mechanism. The model processes compact batches of character-level inputs without requiring padding or truncation. To enhance performance while maintaining high speed and efficiency, the model incorporates information from Large Language Models (LLMs), such as token embeddings and sentiment polarities, through efficient dictionary lookups. It captures local contextual patterns using CNNs, expands local…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Graph Neural Networks · Topic Modeling · Sentiment Analysis and Opinion Mining
MethodsSPEED: Separable Pyramidal Pooling EncodEr-Decoder for Real-Time Monocular Depth Estimation on Low-Resource Settings
