递归网络在阿拉伯语情感分析中的应用

Eslam Omara, Mervat Mosa, Nabil A. Ismail
{"title":"递归网络在阿拉伯语情感分析中的应用","authors":"Eslam Omara, Mervat Mosa, Nabil A. Ismail","doi":"10.21608/mjeer.2022.218776","DOIUrl":null,"url":null,"abstract":"The main characteristic of deep learning approaches is the ability to learn differentiating and discriminating features. These techniques can discover complex relations and structures within high-dimensional data. For feature extraction, deep learning models employ several layers of nonlinear processing units. One of the fields that have applied deep architectures with a noticeable breakthrough in performance measures is Natural Language Processing (NLP). Recurrent neural networks (RNNs) and their variants Long-Short Term Memory (LSTM) and Gated Recurrent Unit (GRU) are commonly used for NLP applications as they are efficient at processing sequential data. Unlike RNNs, LSTMs and GRUs can combat vanishing and exploding gradients. In Addition, Convolutional Neural Network (CNN) is another deep architecture that has been widely used in language processing. On the other side, sentiment analysis (SA) is an NLP task concerned with opinions, attitudes, emotions, and feelings. Sentiment analysis deduces the author's attitude regarding a topic and classifies the attitude polarity according to a set of predefined classes. Application of SA in business analytics helps to gain insight into consumer behaviour and needs. In the proposed work deep LSTM, GRU, and CNN are applied for Arabic sentiment analysis. The models are implemented and tested employing character-level representation. Also, deep hybrid models that combine multiple layers of CNN with LSTM or GRU are studied. The application aims at investigating the capability of deep LSTM, GRU, and hybrid architectures to learn and extract features from characterlevel representation. Results show that combining different architectures can boost performance in SA tasks. The CNNLSTM/GRU combinations registered higher accuracy compared to deep LSTM and GRU. Keywords— Deep learning; Sentiment analysis; LSTM; GRU; CNN-LSTM; CNN-GRU.","PeriodicalId":218019,"journal":{"name":"Menoufia Journal of Electronic Engineering Research","volume":"93 1","pages":"0"},"PeriodicalIF":0.0000,"publicationDate":"2022-01-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":"4","resultStr":"{\"title\":\"Applying Recurrent Networks For Arabic Sentiment Analysis\",\"authors\":\"Eslam Omara, Mervat Mosa, Nabil A. Ismail\",\"doi\":\"10.21608/mjeer.2022.218776\",\"DOIUrl\":null,\"url\":null,\"abstract\":\"The main characteristic of deep learning approaches is the ability to learn differentiating and discriminating features. These techniques can discover complex relations and structures within high-dimensional data. For feature extraction, deep learning models employ several layers of nonlinear processing units. One of the fields that have applied deep architectures with a noticeable breakthrough in performance measures is Natural Language Processing (NLP). Recurrent neural networks (RNNs) and their variants Long-Short Term Memory (LSTM) and Gated Recurrent Unit (GRU) are commonly used for NLP applications as they are efficient at processing sequential data. Unlike RNNs, LSTMs and GRUs can combat vanishing and exploding gradients. In Addition, Convolutional Neural Network (CNN) is another deep architecture that has been widely used in language processing. On the other side, sentiment analysis (SA) is an NLP task concerned with opinions, attitudes, emotions, and feelings. Sentiment analysis deduces the author's attitude regarding a topic and classifies the attitude polarity according to a set of predefined classes. Application of SA in business analytics helps to gain insight into consumer behaviour and needs. In the proposed work deep LSTM, GRU, and CNN are applied for Arabic sentiment analysis. The models are implemented and tested employing character-level representation. Also, deep hybrid models that combine multiple layers of CNN with LSTM or GRU are studied. The application aims at investigating the capability of deep LSTM, GRU, and hybrid architectures to learn and extract features from characterlevel representation. Results show that combining different architectures can boost performance in SA tasks. The CNNLSTM/GRU combinations registered higher accuracy compared to deep LSTM and GRU. Keywords— Deep learning; Sentiment analysis; LSTM; GRU; CNN-LSTM; CNN-GRU.\",\"PeriodicalId\":218019,\"journal\":{\"name\":\"Menoufia Journal of Electronic Engineering Research\",\"volume\":\"93 1\",\"pages\":\"0\"},\"PeriodicalIF\":0.0000,\"publicationDate\":\"2022-01-01\",\"publicationTypes\":\"Journal Article\",\"fieldsOfStudy\":null,\"isOpenAccess\":false,\"openAccessPdf\":\"\",\"citationCount\":\"4\",\"resultStr\":null,\"platform\":\"Semanticscholar\",\"paperid\":null,\"PeriodicalName\":\"Menoufia Journal of Electronic Engineering Research\",\"FirstCategoryId\":\"1085\",\"ListUrlMain\":\"https://doi.org/10.21608/mjeer.2022.218776\",\"RegionNum\":0,\"RegionCategory\":null,\"ArticlePicture\":[],\"TitleCN\":null,\"AbstractTextCN\":null,\"PMCID\":null,\"EPubDate\":\"\",\"PubModel\":\"\",\"JCR\":\"\",\"JCRName\":\"\",\"Score\":null,\"Total\":0}","platform":"Semanticscholar","paperid":null,"PeriodicalName":"Menoufia Journal of Electronic Engineering Research","FirstCategoryId":"1085","ListUrlMain":"https://doi.org/10.21608/mjeer.2022.218776","RegionNum":0,"RegionCategory":null,"ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":null,"EPubDate":"","PubModel":"","JCR":"","JCRName":"","Score":null,"Total":0}
引用次数: 4

摘要

深度学习方法的主要特点是学习区分和鉴别特征的能力。这些技术可以发现高维数据中的复杂关系和结构。对于特征提取,深度学习模型采用多层非线性处理单元。自然语言处理(NLP)是应用深度架构并在性能度量方面取得显著突破的领域之一。递归神经网络(rnn)及其变体长短期记忆(LSTM)和门控递归单元(GRU)通常用于自然语言处理应用,因为它们在处理顺序数据方面效率很高。与rnn不同,lstm和gru可以对抗消失和爆炸梯度。此外,卷积神经网络(CNN)是另一种在语言处理中得到广泛应用的深度架构。另一方面,情感分析(SA)是一项涉及观点、态度、情绪和感受的NLP任务。情感分析可以推断作者对一个话题的态度,并根据一组预定义的类对态度极性进行分类。SA在商业分析中的应用有助于洞察消费者的行为和需求。本文将深度LSTM、GRU和CNN应用于阿拉伯语情感分析。这些模型采用字符级表示来实现和测试。研究了多层CNN与LSTM或GRU相结合的深度混合模型。该应用程序旨在研究深度LSTM、GRU和混合架构从字符级表示中学习和提取特征的能力。结果表明,组合不同的架构可以提高SA任务的性能。与深度LSTM和GRU相比,CNNLSTM/GRU组合的准确率更高。关键词:深度学习;情绪分析;LSTM;格勒乌;CNN-LSTM;CNN-GRU。
本文章由计算机程序翻译,如有差异,请以英文原文为准。
查看原文
分享 分享
微信好友 朋友圈 QQ好友 复制链接
本刊更多论文
Applying Recurrent Networks For Arabic Sentiment Analysis
The main characteristic of deep learning approaches is the ability to learn differentiating and discriminating features. These techniques can discover complex relations and structures within high-dimensional data. For feature extraction, deep learning models employ several layers of nonlinear processing units. One of the fields that have applied deep architectures with a noticeable breakthrough in performance measures is Natural Language Processing (NLP). Recurrent neural networks (RNNs) and their variants Long-Short Term Memory (LSTM) and Gated Recurrent Unit (GRU) are commonly used for NLP applications as they are efficient at processing sequential data. Unlike RNNs, LSTMs and GRUs can combat vanishing and exploding gradients. In Addition, Convolutional Neural Network (CNN) is another deep architecture that has been widely used in language processing. On the other side, sentiment analysis (SA) is an NLP task concerned with opinions, attitudes, emotions, and feelings. Sentiment analysis deduces the author's attitude regarding a topic and classifies the attitude polarity according to a set of predefined classes. Application of SA in business analytics helps to gain insight into consumer behaviour and needs. In the proposed work deep LSTM, GRU, and CNN are applied for Arabic sentiment analysis. The models are implemented and tested employing character-level representation. Also, deep hybrid models that combine multiple layers of CNN with LSTM or GRU are studied. The application aims at investigating the capability of deep LSTM, GRU, and hybrid architectures to learn and extract features from characterlevel representation. Results show that combining different architectures can boost performance in SA tasks. The CNNLSTM/GRU combinations registered higher accuracy compared to deep LSTM and GRU. Keywords— Deep learning; Sentiment analysis; LSTM; GRU; CNN-LSTM; CNN-GRU.
求助全文
通过发布文献求助,成功后即可免费获取论文全文。 去求助
来源期刊
自引率
0.00%
发文量
0
期刊最新文献
Classification of Brain Neuroimaging for Alzheimer's Disease Employing Principal Component Analysis DICOM Medical Image Security with DNA- Non-Uniform Cellular Automata and JSMP Map Based Encryption Technique Photonic Crystal Fiber Sensors, Literature Review, Challenges, and Some Novel Trends Cascading ensemble machine learning algorithms for maize yield level prediction Vibration Control of Horizontally Supported Jeffcott-Rotor System Utilizing PIRC-controller
×
引用
GB/T 7714-2015
复制
MLA
复制
APA
复制
导出至
BibTeX EndNote RefMan NoteFirst NoteExpress
×
×
提示
您的信息不完整,为了账户安全,请先补充。
现在去补充
×
提示
您因"违规操作"
具体请查看互助需知
我知道了
×
提示
现在去查看 取消
×
提示
确定
0
微信
客服QQ
Book学术公众号 扫码关注我们
反馈
×
意见反馈
请填写您的意见或建议
请填写您的手机或邮箱
已复制链接
已复制链接
快去分享给好友吧!
我知道了
×
扫码分享
扫码分享
Book学术官方微信
Book学术文献互助
Book学术文献互助群
群 号:481959085
Book学术
文献互助 智能选刊 最新文献 互助须知 联系我们:info@booksci.cn
Book学术提供免费学术资源搜索服务,方便国内外学者检索中英文文献。致力于提供最便捷和优质的服务体验。
Copyright © 2023 Book学术 All rights reserved.
ghs 京公网安备 11010802042870号 京ICP备2023020795号-1