Efficient Aspect Term Extraction using Spiking Neural Network
About
Aspect Term Extraction (ATE) identifies aspect terms in review sentences, a key subtask of sentiment analysis. While most existing approaches use energy-intensive deep neural networks (DNNs) for ATE as sequence labeling, this paper proposes a more energy-efficient alternative using Spiking Neural Networks (SNNs). Using sparse activations and event-driven inferences, SNNs capture temporal dependencies between words, making them suitable for ATE. The proposed architecture, SpikeATE, employs ternary spiking neurons and direct spike training fine-tuned with pseudo-gradients. Evaluated on four benchmark SemEval datasets, SpikeATE achieves performance comparable to state-of-the-art DNNs with significantly lower energy consumption. This highlights the use of SNNs as a practical and sustainable choice for ATE tasks.
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Aspect Term Extraction (ATE) | SemEval Restaurant 2016 (test) | F1 Score78.19 | 18 | |
| Aspect Term Extraction (ATE) | SemEval Restaurant 2015 (test) | F1 Score0.7225 | 18 | |
| Aspect Term Extraction | Laptop 2014 (test) | F1 Score84.02 | 17 | |
| Aspect Term Extraction | Restaurant 2014 (test) | F1 Score86.46 | 14 | |
| Inference Energy Consumption Estimation | Theoretical | FLOPs (Giga)0.1152 | 11 |