PQ-GCN: Enhancing Text Graph Question Classification with Phrase Features
Junyoung Lee, Ninad Dixit, Kaustav Chakrabarti, S. Supraja

TL;DR
This paper introduces PQ-GCN, a graph convolutional network that incorporates phrase features to improve question classification accuracy, especially in low-resource settings, offering a parameter-efficient alternative to large language models.
Contribution
The paper proposes a novel graph neural network model, PQ-GCN, that effectively integrates phrase features for enhanced question classification performance.
Findings
Outperforms baseline graph methods in low-resource scenarios
Competitive with large language models while using fewer parameters
Enhances context-awareness in question classification
Abstract
Effective question classification is crucial for AI-driven educational tools, enabling adaptive learning systems to categorize questions by skill area, difficulty level, and competence. It not only supports educational diagnostics and analytics but also enhances complex downstream tasks like information retrieval and question answering by associating questions with relevant categories. Traditional methods, often based on word embeddings and conventional classifiers, struggle to capture the nuanced relationships in question statements, leading to suboptimal performance. We propose a novel approach leveraging graph convolutional networks, named Phrase Question-Graph Convolutional Network (PQ-GCN). Through PQ-GCN, we evaluate the incorporation of phrase-based features to enhance classification performance on question datasets of various domains and characteristics. The proposed method,…
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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Text Analysis Techniques · Text and Document Classification Technologies
MethodsGraph Neural Network
