pith. sign in

arxiv: 2606.25495 · v1 · pith:S47YY226new · submitted 2026-06-24 · 💻 cs.CL · cs.AI

Spam and Sentiment Detection in Arabic Tweets Using MARBERT Model

Pith reviewed 2026-06-25 20:52 UTC · model grok-4.3

classification 💻 cs.CL cs.AI
keywords sentiment analysisArabic tweetsMARBERTspam detectioncustomer feedbackTwitterdeep learningNLP
0
0 comments X

The pith

Fine-tuning MARBERT on 24,513 Arabic tweets classifies STC customer sentiments with accuracy superior to prior methods.

A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.

The paper trains a MARBERT model on a dataset of Arabic tweets from Saudi Telecom Company customers to perform sentiment analysis. Tweets are labeled into five categories: positive, negative, neutral, sarcasm, and indeterminate. Evaluation uses precision, recall, and f1-score to show the approach performs well compared with existing techniques. The purpose is to turn social media feedback into actionable insights for improving customer service responses.

Core claim

Training the MARBERT model on 24,513 labeled Arabic tweets yields sentiment classification results that are promising in accuracy relative to other techniques reported in the literature.

What carries the argument

MARBERT, a bidirectional transformer pre-trained on Arabic text, fine-tuned as a multi-class classifier on the collected tweet dataset.

Load-bearing premise

The 24,513 collected tweets represent the full range of STC customer sentiments on Twitter and the fine-tuned model will perform similarly on new unseen tweets.

What would settle it

Running the trained model on a fresh collection of STC Arabic tweets gathered after the original dataset and checking whether precision, recall, and f1-score remain at the reported levels.

Figures

Figures reproduced from arXiv: 2606.25495 by Abrar Alotaibi, Atheer Alharthi, Atta-ur Rahman, Dania Alkhulaifi, Dhai Abushoumi, Maryam Alqahtani, Narjes Alhajjaj, Raheel Alhaza, Wala Alkhalifa.

Figure 2
Figure 2. Figure 2: Architecture based on MARBERT 5.3 Oversampling and under-sampling Oversampling and under-sampling are standard strategies for dealing with unbalanced datasets. Although they are not the best solutions to balance the data, an oversampling method merely samples a part of it repeatedly. Even though the data 1578 [PITH_FULL_IMAGE:figures/full_fig_p005_2.png] view at source ↗
read the original abstract

Saudi Telecom Company (STC) is among the most popular companies in Saudi Arabia, with many customers. Yet, there is still a big room for improvement in users' satisfaction. Social media is the most robust platform to gauge users' satisfaction and determine their sentiments and critics. Twitter is among the most popular social media platform in this regard. STC customers prefer to use Twitter to write their feedback because it's a fast way to get responses due to the STC customer services account. One way to achieve customer demands and improve customer service is using the Sentiment Analysis tool. Sentiment Analysis on Twitter is highly used because of the significant number of tweets and the different opinions. Likewise, Deep learning is the best existing Sentiment Analysis method, and it has diverse models. Bidirectional Encoder Representations from Transformers (BERT) model is one of the deep learning models which have achieved excellent results in Sentiment Analysis for Natural Language Processing (NLP). NLP is mainly investigated in the English language. However, for Arabic, there is a significant gap to be filled. This study trained the proposed model using MARBERT and measured the performance using f1-score, precision, and recall metrics. We trained the model with an Arabic dataset of 24,513 tweets, including 1,437 positive, 13,828 negative, 5,694 neutral, 1,221 sarcasm, and 2,297 indeterminate tweets. The main goal is to analyze the tweets and get the sentiment to improve STC customer service. The proposed scheme is promising in terms of accuracy in contrast to existing techniques in the literature.

Editorial analysis

A structured set of objections, weighed in public.

Desk editor's note, referee report, simulated authors' rebuttal, and a circularity audit. Tearing a paper down is the easy half of reading it; the pith above is the substance, this is the friction.

Referee Report

3 major / 1 minor

Summary. The manuscript applies the MARBERT model to spam and sentiment detection (positive, negative, neutral, sarcasm, indeterminate) on Arabic tweets from STC customers. It collects a dataset of 24,513 tweets (heavily imbalanced: 13,828 negative, 1,437 positive, etc.), fine-tunes MARBERT, and evaluates using f1-score, precision and recall, claiming the approach yields promising accuracy relative to prior work.

Significance. If properly validated with reported metrics, baselines, and generalization tests, the work could address a gap in Arabic NLP for customer-service applications by demonstrating practical use of MARBERT on social-media feedback. The dataset size and multi-class labeling are potentially useful, but the current lack of evidence prevents assessing whether the contribution is substantive.

major comments (3)
  1. [Abstract] Abstract: the central claim that 'the proposed scheme is promising in terms of accuracy in contrast to existing techniques in the literature' is unsupported; no numerical values for f1-score/precision/recall, no baseline comparisons, no training details, and no error bars are supplied anywhere in the provided text.
  2. [Dataset description] Dataset description (paragraph 3): the 24,513-tweet collection is described only by class counts; no information is given on collection method (keywords, time window, spam pre-filtering), labeling process, inter-annotator agreement, or any temporal held-out test set, so the representativeness and generalization claims cannot be evaluated.
  3. [Evaluation] Evaluation section: performance is asserted to be measured with f1-score, precision and recall, yet no actual scores, confusion matrices, or comparisons to prior Arabic sentiment models are reported, rendering the 'promising' conclusion untestable.
minor comments (1)
  1. [Dataset description] The class label 'indeterminate' is introduced without a definition or examples, which may confuse readers about how it differs from neutral.

Simulated Author's Rebuttal

3 responses · 0 unresolved

We thank the referee for the detailed and constructive comments. We acknowledge that the submitted manuscript version is missing essential numerical results, dataset details, and comparisons, which prevents proper evaluation of the claims. We will perform a major revision to incorporate the missing information from our experiments.

read point-by-point responses
  1. Referee: [Abstract] Abstract: the central claim that 'the proposed scheme is promising in terms of accuracy in contrast to existing techniques in the literature' is unsupported; no numerical values for f1-score/precision/recall, no baseline comparisons, no training details, and no error bars are supplied anywhere in the provided text.

    Authors: We agree that the abstract lacks supporting numerical evidence. In the revised manuscript we will update the abstract to report the specific F1-score, precision, and recall values obtained, include direct numerical comparisons against prior Arabic sentiment models, and add a brief mention of training hyperparameters and any error bars from repeated runs. revision: yes

  2. Referee: [Dataset description] Dataset description (paragraph 3): the 24,513-tweet collection is described only by class counts; no information is given on collection method (keywords, time window, spam pre-filtering), labeling process, inter-annotator agreement, or any temporal held-out test set, so the representativeness and generalization claims cannot be evaluated.

    Authors: We will expand the dataset section to describe the collection method (including keywords and time window), any spam pre-filtering applied, the labeling procedure, inter-annotator agreement statistics if computed, and the train/test split strategy, explicitly noting whether a temporal held-out set was used. revision: yes

  3. Referee: [Evaluation] Evaluation section: performance is asserted to be measured with f1-score, precision and recall, yet no actual scores, confusion matrices, or comparisons to prior Arabic sentiment models are reported, rendering the 'promising' conclusion untestable.

    Authors: We will revise the evaluation section to present the concrete F1, precision, and recall scores, include confusion matrices, and provide explicit numerical comparisons to relevant prior Arabic sentiment analysis models. This will make the performance claims verifiable. revision: yes

Circularity Check

0 steps flagged

No significant circularity; paper reports standard empirical ML results

full rationale

The manuscript describes dataset collection of 24,513 tweets followed by fine-tuning of the pre-existing MARBERT model and reporting of F1/precision/recall on that data. No derivation chain, equations, or first-principles claims exist that could reduce to inputs by construction. Performance numbers are direct measurements on the held-out portion of the collected corpus (standard supervised learning practice), and literature comparisons are to external prior work rather than self-citations that bear the central load. This matches the default expectation of no circularity for empirical application papers.

Axiom & Free-Parameter Ledger

0 free parameters · 1 axioms · 0 invented entities

The central claim rests on the suitability of the pre-trained MARBERT model for this task and on the representativeness of the collected tweet dataset; no free parameters, additional axioms, or invented entities are specified in the abstract.

axioms (1)
  • domain assumption MARBERT is a suitable base model for Arabic sentiment classification
    Invoked by selecting MARBERT for training without further justification in the abstract.

pith-pipeline@v0.9.1-grok · 5857 in / 1123 out tokens · 28396 ms · 2026-06-25T20:52:30.553349+00:00 · methodology

discussion (0)

Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.

Reference graph

Works this paper leans on

78 extracted references · 56 canonical work pages

  1. [1]

    Horev, R. (2018). BERT Explained: State of the art language model for NLP. Towards Data Science, 10

  2. [2]

    (2023) Arabic Tweets -based Sentiment Analysis to investigate the impact of COVID- 19 in KSA: A deep learning approach

    Alqarni, A., Rahman, A. (2023) Arabic Tweets -based Sentiment Analysis to investigate the impact of COVID- 19 in KSA: A deep learning approach. Big Data and Cognitive Computing, Preprint

  3. [3]

    Abuzayed, A., Al -Khalifa, H. (2021). Sarcasm and sentiment detection in Arabic tweets using BERT -based models and data augmentation. In Proceedings of the 1579 Sixth Arabic Natural Language P rocessing Workshop, 312-317

  4. [4]

    Bashmal, L., AlZeer, D. (2021). ArSarcasm shared task: An ensemble BERT model for Sarcasm Detection in Arabic tweets. In Proceedings of the Sixth Arabic Natural Language Processing Workshop, 323-328

  5. [5]

    Wadhawan, A. (2021). Arabert and farasa segmentation- based approach for sarcasm and sentiment det ection in arabic tweets. arXiv preprint arXiv:2103.01679. https://doi.org/10.48550/arXiv.2103.01679

  6. [6]

    Husain, F., Uzuner, O. (2021). Transfer learning approach for Arabic offensive language detection System--BERT-Based model. arXiv preprint arXiv:2102.05708. https://doi.org/10.48550/arXiv.2102.05708

  7. [7]

    Al-Twairesh, N. (2021). The evolution of language models applied to emotion analysis of Arabic tweets. Information, 12(2): 84. https://doi.org/10.3390/info12020084

  8. [8]

    Talafha, B., Ali, M., Za'ter, M.E., Seelawi, H., Tuffaha, I., Samir, M., Al -Natsheh, H.T. (2020). Multi-dialect Arabic Bert for country-level dialect identification. arXiv preprint arXiv:2007.05612. https://doi.org/10.48550/arXiv.2007.05612

  9. [9]

    Abdelali, A., Hassan, S., Mubarak, H., Darwish, K., Samih, Y. (2 021). Pre -training Bert on Arabic tweets: Practical considerations. arXiv preprint arXiv:2102.10684. https://doi.org/10.48550/arXiv.2102.10684

  10. [10]

    Alturayeif, N., Luqman, H. (2021). Fine -grained sentiment analysis of Arabic COVID -19 tweets using BERT-based tra nsformers and dynamically weighted loss function. Applied Sciences, 11(22): 10694. https://doi.org/10.3390/app112210694

  11. [11]

    Habbat, N., Anoun, H., Hassouni, L. (2021). A novel hybrid network for arabic sentiment Analysis using fine- tuned AraBERT model. Interna tional Journal on Electrical Engineering and Informatics, 13(4): 801 -812. https://doi.org/10.15676/ijeei.2021.13.4.3

  12. [12]

    Antoun, W., Baly, F., Hajj, H. (2020). Arabert: Transformer-based model for Arabic language understanding. arXiv preprint arXiv:2003.00104. https://doi.org/10.48550/arXiv.2003.00104

  13. [13]

    Alnajrani, B., Alghamdi, A., Alotaibi, M., Aldawod, S., Rahman A., Nabil, M. (2022). A novel approach to Wikipedia references classification. ICIC Express Letters, 13(12): 1-9. http://dx.doi.org/10.24507/icicelb.13.12.1321

  14. [14]

    Safaya, A., Abdullatif, M., Yuret, D. (2020). Kuisail at semeval-2020 task 12: Bert -CNN for offensive speech identification in social media. In Proceedings of the Fourteenth Workshop on Semantic Evaluation, 2054 - 2059

  15. [15]

    Saab, S.A., Mitri, N., Awad , M. (2014). Ham or spam? A comparative study for some content -based classification algorithms for email filtering. In MELECON 2014 -2014 17th IEEE Mediterranean Electrotechnical Conference, 339 -343. https://doi.org/10.1109/MELCON.2014.6820574

  16. [16]

    Yaseen, Q. (2 021). Spam email detection using deep learning techniques. Procedia Computer Science, 184: 853-858. https://doi.org/10.1016/j.procs.2021.03.107

  17. [17]

    Musleh, D.A., Alkhales, T.A., Almakki, R.A., Alnajim, S.E., Almarshad, S.K., Alhasaniah, R.S., Almuqhim, A.A. (2022). Twitter Arabic sentiment analysis to detect depression using machine learning. CMC-Computers Materials & Continua, 71(2): 3463 -3477. https://doi.org/10.32604/cmc.2022.022508

  18. [18]

    Heikal, M., Torki, M., El -Makky, N. (2018). Sentiment analysis of Arabic tweets using deep learning. Procedia Computer Science, 142: 114 -122. https://doi.org/10.1016/j.procs.2018.10.466

  19. [19]

    Hanafy, M., Khalil, M.I., Abbas, H.M. (2018). Combining classical and deep learning methods for Twitter sentiment analysis. In IAPR Workshop on Artificial Neural Networks in Pattern Recognition, 281 -

  20. [20]

    https://doi.org/10.1007/978-3-319-99978-4_22

  21. [21]

    Feizollah, A., Ainin, S., Anuar, N.B., Abdullah, N.A.B., Hazim, M. (2019). Halal products on Twitter: Data extraction and sentiment analysis using stack of deep learning algorithms. IEEE Access, 7: 83354 -83362. https://doi.org/10.1109/ACCESS.2019.2923275

  22. [22]

    Jiang, L., Suzuki, Y. (2019). Detecting hate speech from tweets for sentiment analysis. In 2019 6th Internati onal Conference on Systems and Informatics (ICSAI), 671 -

  23. [23]

    https://doi.org/10.1109/ICSAI48974.2019.9010578

  24. [24]

    Almuqren, L., Cristea, A. (2021). AraCust: A Saudi telecom tweets corpus for sentiment analysis. PeerJ Computer Science, 7: e510. http://dx.doi.org/10.7717/peerj-cs.510

  25. [25]

    Hassan, S.U., Saleem, A., Soroya, S.H., Safder, I., Iqbal, S., Jamil, S., Nawaz, R. (2021). Sentiment analysis of tweets through Altmetrics: A machine learning approach. Journal of Information Science, 47(6): 712 -726. https://doi.org/10.1177/0165551520930917

  26. [26]

    Král, P., Matoušek, V. (2015). Text, speech, and dialogue: 18th International Conference, TSD 2015 Pilsen, Czech Republic, 2015: 551-559

  27. [27]

    Alwakid, G., Osman, T., Hughes -Roberts, T. (2017). Challenges in sentiment analysis for Ar abic social networks. Procedia Computer Science, 117: 89 -100. https://doi.org/10.1016/j.procs.2017.10.097

  28. [28]

    Khan, R., Shrivastava, P., Kapoor, A., Tiwari, A., Mittal, A. (2020). Social media analysis with AI: sentiment analysis techniques for the analysis of Twitter covid-19 data. Critical Rev, 7(9): 2761-2774

  29. [29]

    Elshakankery, K., Ahmed, M.F. (2019). HILATSA: A hybrid Incremental learning approach for Arabic tweets sentiment analysis. Egyptian Informatics Journal, 20(3): 163-171. https://doi.org/10.1016/j.eij.2019.03.002

  30. [30]

    Al-Twairesh, N., Al -Khalifa, H., Al -Salman, A., Al - Ohali, Y. (2017). Arasenti-tweet: A corpus for Arabic sentiment analysis of Saudi tweets. Procedia Computer Science, 117: 63-72. https://doi.org/10.1016/j.procs.2017.10.094

  31. [31]

    Warda, L., Kaladzavi, G., Samdalle, A., Kolyang. (2022). Integration of ontology transformation into hidden Markov model. Information Dynamics and Applications, 1(1): 2-13. https://doi.org/10.56578/ida010102

  32. [32]

    (2015) Fuzzy modeling for handwritten Arabic numeral recognition

    Musleh, D., Halawani, K., Mahmoud, S. (2015) Fuzzy modeling for handwritten Arabic numeral recognition. International Arab Journal of Information Technology, 14(4): 1-10

  33. [33]

    Farooq, M.S., Abbas, S., Rahman A., Sultan, K., Khan, M.A., Mosavi, Amir . (2023). A fused machine learning approach for intrusion detection system . C omputers, Materials & Continua, 74(2): 2607-2623

  34. [34]

    Qureshi M.A., Asif, M., Anwar, S., Shaukat, U., Rahman, 1580 A., Khan, M.A., Mosavi, A. (2023) . Aspect level songs rating based upon reviews in English. Computers, Materials & Continua, 74(2): 2589-2605

  35. [35]

    Abdul-Mageed, M., Elmadany, A., Nagoudi, E.M.B. (2020). ARBERT & MARBERT: Deep bidirectional transformers for Arabic. arXiv [cs.CL]

  36. [36]

    Vaswani, A., Shazeer, N., Parmar, N., Uszkoreit, J., Jones, L., Gomez, A.N., Polosukhin, I. (2017). Attention is all you need. Adv ances in neural information processing systems, Part of Advances in Neural Information Processing Systems 30 (NIPS 2017), 30: 6000-6010

  37. [37]

    Ur, A., Rahman, S., Naseer, I., Majeed, R., Musleh, D., Gollapalli, M.A.S., Khan, M.A. (2021). Supervised machine learn ing-based prediction of covid -19. Computers, Materials and Continua, 69(1): 21 -34. https://doi.org/10.32604/cmc.2021.013453

  38. [38]

    Alotaibi, S.M., Basheer, M.I., Khan, M.A. (2021). Ensemble machine learning based identification of pediatric epilepsy. Computers, M aterials & Continua, 68(1): 149-165. https://doi.org/10.32604/cmc.2021.015976

  39. [39]

    Zaman, G., Mahdin, H., Hussain, K., Abawajy, J., Mostafa, S.A. (2021). An ontological framework for information extraction from diverse scientific sources. IEEE Access, 9: 42111 -42124. https://doi.org/10.1109/ACCESS.2021.3063181

  40. [40]

    Dash, S., Luhach, A.K., Chilamkurti, N., Baek, S., Nam, Y. (2019). A Neuro -fuzzy approach for user behaviour classification and prediction. Journal of Cloud Computing, 8(1): 1 -15. https://doi.org/10.1186/s 13677- 019-0144-9

  41. [41]

    Rahman, A. (2019). Memetic computing based numerical solution to Troesch problem. Journal of Intelligent & Fuzzy Systems, 37(1): 1545 -1554. https://doi.org/10.3233/JIFS-18579

  42. [42]

    Rahman, A. (2019). Optimum information embedding in digital wate rmarking. Journal of Intelligent & Fuzzy Systems, 37(1): 553 -564. https://doi.org/10.3233/JIFS - 162405

  43. [43]

    Musleh, D., Ahmed, R., Alhaidari, F. (2019). A novel approach to Arabic keyphrase extraction. ICIC Express Letters. Part B, Applications: An International Journal of Research and Surveys, 10(10): 875 -884. https://doi.org/10.24507/icicelb.10.10.875

  44. [44]

    Ahmad, M., Farooq, U., Atta -Ur-Rahman, Alqatari, A., Dash, S., Luhach, A.K. (2019). Investigating TYPE constraint for frequent pattern mining. Journal of Discrete Mathematical Sciences and Cryptography, 22(4): 605-626. https://doi.org/10.1080/09720529.2019.1637158

  45. [45]

    Rahman, A. (2020). GRBF-NN based ambient aware real time adaptive communication in DVB -S2. Journal of Ambient Intelligence and Humanized Computing, 1 -11. https://doi.org/10.1007/s12652-020-02174-w

  46. [46]

    Alhaidari, F., Rahman, A., Zagrouba, R. (2020). Cloud of things: architecture, applications and challenges. Journal of Ambient Intelligence and Humanized Computing, 1 -19. https://doi.org/10.1007/s12652 -020- 02448-3

  47. [47]

    Rahman, A.U., Dash, S., Luhach, A.K. (2021). Dynamic MODCOD and power allocation in DVB -S2: A hybrid intelligent approach. Telecommunication Systems, 76(1): 49-61. https://doi.org/10.1007/s11235-020-00700-x

  48. [48]

    Dash, S., Ahmad, M., Iqbal, T. (2021). Mobile cloud computing: A green perspective. In Intelligent Systems, 185: 523-533. https://doi.org/10.1007/978-981-33-6081- 5_46

  49. [49]

    Alhaidari, F., Almotiri, S.H., Al Ghamdi, M.A., Khan, M.A., Rehman, A., Abbas, S., Khan, K.M. (2021). Intelligent software -defined network for cognitive routing optimization using deep extreme learning machine approach. Computers, Materials & Continua, 67(1): 1269-1285. https://doi.org/10.32604/cmc.2021.013303

  50. [50]

    Rahman, A.U., Alqahtani, A., Aldh afferi, N., Nasir, M.U., Khan, M.F., Khan, M.A., Mosavi, A. (2022). Histopathologic oral cancer prediction using oral squamous cell carcinoma biopsy empowered with transfer learning. Sensors, 22(10): 3833. https://doi.org/10.3390/s22103833

  51. [51]

    Rahman, A.U., Ab bas, S., Gollapalli, M., Ahmed, R., Aftab, S., Ahmad, M., Mosavi, A. (2022). Rainfall prediction system using machine learning fusion for smart cities. Sensors, 22(9): 3504. https://doi.org/10.3390/s22093504

  52. [52]

    Ghazal, T.M., Al Hamadi, H., Umar Nasir, M., Gollapalli, M., Zubair, M., Adnan Khan, M., Yeob Yeun, C. (2022). Supervised machine learning empowered multifactorial genetic inheritance disorder prediction . Computational Intelligence and Neuroscience, 2022 : Article ID: 1051388. https://doi.org/10.1155/2022/1051388

  53. [53]

    Alhaidari, F., Shaib, N.A., Alsafi, M., Alharbi, H., Alawami, M., Aljindan, R., Zagrouba, R. (2022). ZeVigilante: Detecting zero-day malware using machine learning and sandboxing analysis technique s. Computational Intelligence and Neuroscience, 2022: Article ID: 1615528. https://doi.org/10.1155/2022/1615528

  54. [54]

    Ibrahim, N.M., Gabr, D.G.I., Rahman, A.U., Dash, S., Nayyar, A. (2022). A deep learning approach to intelligent fruit identification and family classification. Multimedia Tools and Applications, 81: 27783 -27798. https://doi.org/10.1007/s11042-022-12942-9

  55. [55]

    Gollapalli, M., Musleh, D., Ibrahim, N., Khan, M.A., Abbas, S., Atta, A., Omer, A. (2022). A neuro -fuzzy approach to road traffic congestion pred iction. Computers, Materials and Continua, 72(3): 295 -310. https://doi.org/10.32604/cmc.2022.027925

  56. [56]

    Dilawari, A., Khan, M.U.G., Al -Otaibi, Y.D., Rehman, Z.U., Rahman, A.U., Nam, Y. (2021). Natural language description of videos for smart surveillance. Appl ied Sciences, 11(9): 3730. https://doi.org/10.3390/app11093730

  57. [57]

    Zagrouba, R., Khan, M.A., Atta Ur, R., Muhammad Aamer, S., Muhammad Faheem, M., Rehman, A., Muhammad Farhan, K. (2021). Modelling and simulation of COVID -19 outbreak prediction using supervised machine learning. Computers, Materials, & Continua, 66(3): 2397-2407

  58. [58]

    Khan, M.A., Abbas, S., Atta, A., Ditta, A., Alquhayz, H., Khan, M.F., Naqvi, R.A. (2020). Intelligent cloud-based heart disease prediction system empowered with supervised machine lear ning. Computers, Materials & Continua, 65(1): 139-151. https://doi.org/10.32604/cmc.2020.011416

  59. [59]

    Naseem, M.T., Qureshi, I.M., Muzaffar, M.Z. (2020). Robust and fragile watermarking for medical images 1581 using redundant residue number system and chaos. Neural N etwork World, 30(3): 177 -192. https://doi.org/10.14311/nnw.2020.30.013

  60. [60]

    Nasir, M.U., Zubair, M., Ghazal, T.M., Khan, M.F., Ahmad, M., Rahman, A.U., Mansoor, W. (2022). Kidney cancer prediction empowered with blockchain security using transfer learning. Sensors, 22(19) : 7483. https://doi.org/10.3390/s22197483

  61. [61]

    AlKhulaifi, D., AlQahtani, M., AlSadeq, Z., Rahman, A., Musleh, D. (2022). An overview of self -adaptive differential evolution algorithms with mutation strategy. Mathematical Modelling of Engineering Problems, 9(4): 1017-1024. https://doi.org/10.18280/mmep.090419

  62. [62]

    Rahman, A., Musleh, D., Nabil, M., Alubaidan, H., Gollapalli, M., Krishnasamy, G., Almoqbil, D., Khan, M.A.A., Farooqui, M., Ahmed, M.I.B., Ahmed, M.S., Mahmud, M. (2022). Assessment of informat ion extraction techniques, models and systems. Mathematical Modelling of Engineering Problems, 9(3): 683-696. https://doi.org/10.18280/mmep.090315

  63. [63]

    ur Rahman, A. (2022). Geo-Spatial disease clustering for public health decision making. Informatica, 46(6): 3827. https://doi.org/10.31449/inf.v46i6.3827

  64. [64]

    M., AlZahrani, M., AlQahtani, M., Jan, F

    Khan, M.A.A., AlAyat, M., AlGhamdi, J., AlOtaibi, S. M., AlZahrani, M., AlQahtani, M., Jan, F. (2023). WeScribe: An intelligent meeting transcriber and analyzer application. In Proceedings of Third International Conference on Computing, Communications, and Cyber -Security, 755 -766. https://doi.org/10.1007/978-981-19-1142-2_59

  65. [65]

    Rahman, A.U., Asif, R.N., Sultan, K., Alsaif, S.A., Abbas, S., Khan, M.A., Mosavi, A. (2022). ECG classification for detecting ECG arrhythmi a empowered with deep learning approaches. Computational intelligence and neuroscience, 2022: Article ID 6852845. https://doi.org/10.1155/2022/6852845

  66. [66]

    Rahman, A.U., Nasir, M.U., Gollapalli, M., Alsaif, S.A., Almadhor, A.S., Mehmood, S., Mosavi, A. (2022). IoMT-based mitochondrial and multifactorial genetic inheritance disorder prediction using machine learning. Computational Intelligence and Neuroscience, 2022: Article ID 2650742. https://doi.org/10.1155/2022/2650742

  67. [67]

    Nasir, M.U., Khan, S., Mehmood, S., Khan , M.A., Rahman, A.U., Hwang, S.O. (2022). IoMT-Based osteosarcoma cancer detection in histopathology images using transfer learning empowered with blockchain, fog computing, and edge computing. Sensors, 22(14): 5444. https://doi.org/10.3390/s22145444

  68. [68]

    Abbas, S., Raza, S.A., Khan, M.A., Rahman, A., Sultan, K., Mosavi, A. (2023) . Automated file labeling for heterogeneous files organization using machine learning. Computers. Materials & Continua 74(2): 3263-3278

  69. [69]

    Mahmud, M., Rahman, A., Lee, M., Choi, J.Y. (2020). Evolutionary-based image encryption using RNA codons truth table. Optics & Laser Technology, 121: 105818

  70. [70]

    Gollapalli, M. (2022). Ensemble Machine Learning Model to Predict the Waterborne Syndrome. Algorithms, 15(3): 93

  71. [71]

    Rahman, A., Mahmud, M., Iqbal, T., Saraireh, L., Kholidy, H., Gollapalli, M., Musleh, D., Alhaidari, F., Almoqbil, D., Ahmed, M.I.B. (2022). Network anomaly detection in 5G networks. Mathematical Mode lling of Engineering Problems, 9(2): 397 -404. https://doi.org/10.18280/mmep.090213

  72. [72]

    Ahmad, M., Qadir, M.A., Rahman, A. et al. (2020). Enhanced query processing over semantic cache for cloud based relational databases. J Ambient Intell Human Comput. https://doi.org/10.1007/s12652-020-01943-x

  73. [73]

    Rahman, A., Qureshi, I.M., Malik, A.N., Naseem, M.T. (2016). Dynamic resource allocation in OFDM systems using DE and FRBS. Jour nal of Intelligent and Fuzzy Systems, 26(4): 2035-2046

  74. [74]

    Rahman, A., Alhaidari, F. (2018). Querying RDF Data. Journal of Theoretical and Applied Information Technology, 26(22): 7599-7614

  75. [75]

    Sajid, N.A., Ahmad, M., Afzal, M.T., Rahman, A. (2021). Exploiting papers’ reference’s section for multi -label computer science research papers’ classification. Journal of Information & Knowledge Management 20(2): 1-21

  76. [76]

    Sajid, N.A., Ahmad, M., Rahman, A., Zaman, G., Ahmed, M.S. (2023). A novel metadata based multi -label document classification technique . Computer Systems Science and Engineering, 46(1): 1-16

  77. [77]

    Rahman, A., Ibrahim, N.M., Musleh, D., Khan, M.A.A., Chabani, S., Dash, S. (2022). Cloud -based smart grids: Opportunities and challenges. In Proceedings Biologically Inspired Techniques in Many Criteria Decision Making, 1 -13, Smart Innovation, Systems and Technologies, vol . 271, Springer, Singapore. https://doi.org/10.1007/978-981-16-8739-6_1

  78. [78]

    Badi, I., Bouraima, M.B., Jibril, M.L. (2022). Risk assessment in construction projects using the grey theory. Journal of Engineering Management and Systems Engineering, 1(2): 58-66. https://doi.org/10.56578/jemse010203 1582