Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to main content

A Novel Interaction Convolutional Network Based on Dependency Trees for Aspect-Level Sentiment Analysis

  • Conference paper
  • First Online:
Neural Information Processing (ICONIP 2023)

Part of the book series: Lecture Notes in Computer Science ((LNCS,volume 14448))

Included in the following conference series:

  • 693 Accesses

Abstract

Aspect-based sentiment analysis aims to identity the sentiment polarity of a given aspect-based word in a sentence. Due to the complexity of sentences in the texts, the models based on the graph neural network still have issues in the accurately capturing the relationship between aspect words and viewpoint words in sentences, failing to improve the accuracy of classification. To solve this problem, the paper proposes a novel Aspect-level Sentiment Analysis model based on Interactive convolutional network with the dependency trees, named ASAI-DT in short. In particular, the ASAI-DT model first extracts the aspect words representation from the sentence representation trained by the Bi-GRU model. Meanwhile, the self-attention score of both the sentence and aspect representation are calculated separately by the self-attention mechanism, in order to reduce the attention to the irrelevant information. Afterward, the proposed model constructs the sub-tree of the dependency trees for the word, while the attention weight scores of the aspect representations will be integrated into the sub-tree. Therefore, the acquired comprehensive information about aspect words is processed by the graph convolutional network to maximize the retention of valid information and minimize the interference of noise. Finally, the effective information can be preserved more completely in the integrated information through the interactive network. Through a large number of experiments on various data sets, the proposed ASAI-DT model shows both the effectiveness and the accuracy of aspect sentiment analysis, which outperforms many aspect-based sentiment analysis models.

This is a preview of subscription content, log in via an institution to check access.

Access this chapter

Subscribe and save

Springer+ Basic
EUR 32.99 /Month
  • Get 10 units per month
  • Download Article/Chapter or Ebook
  • 1 Unit = 1 Article or 1 Chapter
  • Cancel anytime
Subscribe now

Buy Now

Chapter
USD 29.95
Price excludes VAT (USA)
  • Available as PDF
  • Read on any device
  • Instant download
  • Own it forever
eBook
USD 69.99
Price excludes VAT (USA)
  • Available as EPUB and PDF
  • Read on any device
  • Instant download
  • Own it forever
Softcover Book
USD 89.99
Price excludes VAT (USA)
  • Compact, lightweight edition
  • Dispatched in 3 to 5 business days
  • Free shipping worldwide - see info

Tax calculation will be finalised at checkout

Purchases are for personal use only

Institutional subscriptions

References

  1. Zhang, C., et al.: Aspect-based sentiment classification with aspect-specific graph convolutional networks (2019)

    Google Scholar 

  2. Sun, K., et al.: Aspect-level sentiment analysis via convolution over dependency tree. In: Conference on Empirical Methods in Natural Language Processing and the 9th International Joint Conference on Natural Language Processing (EMNLP-IJCNLP) (2019)

    Google Scholar 

  3. Kipf, T.N., Welling, M.: Semi-supervised classification with graph convolutional networks (2016)

    Google Scholar 

  4. Vaswani, A., et al.: Attention is all you need. arXiv (2017)

    Google Scholar 

  5. Wang, R., et al.: Deep & cross network for ad click predictions. In: ADKDD'17. ACM (2017)

    Google Scholar 

  6. Dong, L., et al.: Adaptive recursive neural network for target-dependent twitter sentiment classification. In: Proceedings of the 52nd Annual Meeting of the Association for Computational Linguistics (volume 2: Short Papers) (2014)

    Google Scholar 

  7. Li, Y., Sun, X., Wang, M.: Embedding extra knowledge and A dependency tree based on A graph attention network for aspect-based sentiment analysis. In: 2021 International Joint Conference on Neural Networks (IJCNN). IEEE (2021)

    Google Scholar 

  8. Zhang, J., Sun, X., Li, Y.: Mining syntactic relationships via recursion and wandering on A dependency tree for aspect-based sentiment analysis. In: 2022 International Joint Conference on Neural Networks (IJCNN). IEEE (2022)

    Google Scholar 

  9. Yu, W., et al.: Aspect-level sentiment analysis based on graph attention fusion networks. In: 2022 IEEE 24th Int Conf on High Performance Computing and Communications; 8th International Conference on Data Science and Systems; 20th International Conference on Smart City; 8th International Conference on Dependability in Sensor, Cloud and Big Data Systems and Application (HPCC/DSS/SmartCity/DependSys). IEEE (2022)

    Google Scholar 

  10. Huo, Y., Jiang, D., Sahli, H.: Aspect-based sentiment analysis with weighted relational graph attention network. In: Companion Publication of the 2021 International Conference on Multimodal Interaction (2021)

    Google Scholar 

  11. Li, R., et al.: Dual graph convolutional networks for aspect-based sentiment analysis. In: The 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers) (2021)

    Google Scholar 

  12. Jiang, T., et al.: Aspect-based sentiment analysis with dependency relation weighted graph attention. Information 14(3), 185 (2023)

    Article  Google Scholar 

  13. Pang, S., Yan, Z., Huang, W., Tang, B., Dai, A., Xue, Y.: Highway-based local graph convolution network for aspect based sentiment analysis. In: Wang, L., Feng, Y., Hong, Y., He, R. (eds.) NLPCC 2021. LNCS (LNAI), vol. 13028, pp. 544–556. Springer, Cham (2021). https://doi.org/10.1007/978-3-030-88480-2_43

    Chapter  Google Scholar 

  14. Wang, Y., et al.: Aspect-based sentiment analysis with dependency relation graph convolutional network. In: 2022 International Conference on Asian Language Processing (IALP). IEEE (2022)

    Google Scholar 

  15. Pontiki, M., et al.: Semeval-2014 task 4: aspect based sentiment analysis. In: SemEval, vol. 2014, p. 27 (2014)

    Google Scholar 

  16. Pennington, J., et al.: Glove: global vectors for word representation. In: Conference on Empirical Methods in Natural Language Processing (2014)

    Google Scholar 

  17. Kingma, D., Ba, J.: Adam: a method for stochastic optimization. Comput. Sci. (2014)

    Google Scholar 

  18. Zhou, J., et al.: SK-GCN: modeling syntax and knowledge via graph convolutional network for aspect-level sentiment classification. Knowl.-Based Syst. 205, 106292 (2020)

    Article  Google Scholar 

  19. Zhang, M., Qian, T.: Convolution over hierarchical syntactic and lexical graphs for aspect level sentiment analysis. In: Empirical Methods in Natural Language Processing Association for Computational Linguistics (2020)

    Google Scholar 

  20. Chen, C., et al.: Inducing target-specific latent structures for aspect sentiment classification. In: Empirical Methods in Natural Language Processing Association for Computational Linguistics (2020)

    Google Scholar 

Download references

Acknowledgment

This work is supported by National Natural Science Foundation of China (61902116).

Author information

Authors and Affiliations

Authors

Corresponding author

Correspondence to Lei Mao .

Editor information

Editors and Affiliations

Rights and permissions

Reprints and permissions

Copyright information

© 2024 The Author(s), under exclusive license to Springer Nature Singapore Pte Ltd.

About this paper

Check for updates. Verify currency and authenticity via CrossMark

Cite this paper

Mao, L. et al. (2024). A Novel Interaction Convolutional Network Based on Dependency Trees for Aspect-Level Sentiment Analysis. In: Luo, B., Cheng, L., Wu, ZG., Li, H., Li, C. (eds) Neural Information Processing. ICONIP 2023. Lecture Notes in Computer Science, vol 14448. Springer, Singapore. https://doi.org/10.1007/978-981-99-8082-6_30

Download citation

  • DOI: https://doi.org/10.1007/978-981-99-8082-6_30

  • Published:

  • Publisher Name: Springer, Singapore

  • Print ISBN: 978-981-99-8081-9

  • Online ISBN: 978-981-99-8082-6

  • eBook Packages: Computer ScienceComputer Science (R0)

Publish with us

Policies and ethics