ICT Adoption in Education: Unveiling Emergency Remote Teaching Challenges for Students with Functional Diversity Through Topic Identification in Modern Greek Data
Abstract
:1. Introduction
- RQ1: Which challenges and benefits do parents identify regarding ERT for FD students in Greece?
- RQ2: How effectively can NLP techniques model the primary concerns of parents regarding ERT?
- RQ3: What idiosyncrasies of Modern Greek affect topic identification performance?
- RQ4: How efficiently can ML methods extract key information from educational data to guide policy development for the successful adoption of Information and Communication Technology (ICT) in education?
- (i)
- topic-specific annotation by manual labeling of data to one of four predefined topics,
- (ii)
- identification of Modern Greek idiosyncrasies and unique linguistic features,
- (iii)
- feature-value text vectorization based on unigram models,
- (iv)
- text normalization techniques, lemmatization, words replacement and stemming to refine text preprocessing,
- (v)
- implementation of SMOTE to address class imbalance and
- (vi)
- employment of ML techniques for topic identification
- (vii)
- support for data-driven decision-making for inclusive ICT integration in education.
2. Related Work
2.1. ERT and Students with FD
2.2. Topic Identification and Text Categorization
2.3. Topic Identification for Data-Driven Decision Making
2.4. NLP in Low-Resource Languages
2.5. NLP for Modern Greek
2.6. Preprocessing in Modern Greek
3. Materials and Methods
3.1. Dataset
3.1.1. Research Sample
3.1.2. Data Collection and Ethics
3.1.3. Corpus Linguistic Characteristics
3.2. Preprocessing
3.2.1. Dataset Preparation-Normalization
- Interviews transcription, capturing all elements of orality to ensure the richness and authenticity of the spoken content were preserved. The transcription of interviews was conducted carefully to ensure accuracy and preserve the integrity of the original content.
- Anonymization and pseudonymization. Ensuring data privacy by eliminating any possibility of direct or indirect identification of personal data. Names were replaced with pronouns like “αυτός” (he) or “αυτή” (she), or general nouns such as “παιδί” (child) or “δάσκαλος” (teacher).
- Sentence segmentation. 1019 distinct sentences were identified by using end-of-sentence punctuation marks for demarcation. Segmentation into sentences was a preliminary step crucial for maintaining data integrity and enabling precise and efficient processing. This step was conducted to ensure a structured and organized dataset for analysis, preparing it for the annotation process.
- Annotation. The data was annotated at the sentence level, divided into five topics based on their semantic content by two annotators (one internal and one external). The five predefined topics were: (i) “Material and Technical Conditions”, (ii) “Educational Dimension”, (iii) “Psychological/Emotional Dimension”, (iv) “Learning Difficulties and ERT” and (v) “Not Defined”. “Not Defined” topic was created for annotators to tag phrases or words lacking clear semantic content. This category was later excluded from the final analysis. The internal annotator was a member of the research team, closely involved with the project and possessing an in-depth understanding of the annotation guidelines. The external annotator was a qualified researcher in the field, though not directly involved with the research project, who annotated the data based on provided guidelines, directing them to classify sentences into designated categories based on their semantic content. To improve understanding and ensure accuracy in the annotation process, explicit examples for each classification category were provided to the annotators. Annotators achieved a 93% agreement rate. Some annotators disagreement examples were: (i) “Έκαναν πολλές ασκήσεις στο e-class, κουραζόταν και νευρίαζε” (They did a lot of exercises in e-class, he was getting tired and angry) was annotated either as Educational Dimension or as Psychological/Emotional Dimension, and (ii) “τον αποσυνδέαμε όταν βλέπαμε ότι είχε κουραστεί από το μάθημα” (We disconnected him when we saw that he was getting tired of the lesson) was annotated either as Material and Technical Conditions or as Psychological/Emotional Dimension. In such cases, the final decision was to keep the internal annotator’s choice. This decision was made due to the internal annotator’s deeper involvement in the research, enhancing the credibility and reliability of the annotation process.
- Filter “Not Defined” Class. Then, the “Not Defined” topic, as mentioned above, was excluded, as it encompassed non-informative sentences, for example sentences solely dedicated to interrogative clarifications of the questions, phrases like “thank you”, “you are welcome”, etc. The most frequent words of this topic are presented in Table 5.
3.2.2. Versions of Datasets Creation—Combinations of Preprocessing Techniques
3.3. Data Cleaning and Vectorization
4. Results
4.1. Experimental Setup
4.2. Datasets and Algorithms
4.3. Results
5. Discussion
6. Conclusions
Limitations and Future Work
Author Contributions
Funding
Institutional Review Board Statement
Informed Consent Statement
Data Availability Statement
Conflicts of Interest
Appendix A. Algorithms and Parameters
Algorithm | Parameters |
---|---|
GLM | family: multinomial, link: family_default, solver: AUTO, reproducible: false, maximum_number_of_threads: 4, use_regularization: true, lambda_search: false, number_of_lambdas: 0, lambda_min_ratio: 0.0, early_stopping: true, stopping_rounds: 3, stopping_tolerance: 0.001, standardize: true, non-negative_coefficients: false, add_intercept: true, compute_p-values: false, remove_collinear_columns: false, missing_values_handling: MeanImputation, max_iterations: 0, specify_beta_constraints: false, max_runtime_seconds: 0 |
XGBoost | booster: tree booster, rounds: 21, early_stopping: none, early_stopping_rounds: 10, learning_rate: 0.4, min_split_loss: 0.0, max_depth: 6, min_child_weight: 1.0, subsample: 1.0, tree_method: auto, lambda: 1.0, alpha: 0.0, sample_type: uniform, normalize_type: tree, rate_drop: 0.0, skip_drop: 0.0, updater: shotgun, feature_selector: cyclic, top_k: 0 |
Naive Bayes (Kernel) | laplace_correction: true, estimation_mode: greedy, bandwidth_selection: heuristic, bandwidth: 0.1, minimum_bandwidth: 0.1, number_of_kernels: 10, use_application_grid: false, application_grid_size: 200 |
Adaboost | iterations: 51 |
Deep Learning H2O | activation: Rectifier, hidden_layer_sizes: [50, 50], reproducible: false, use_local_random_seed: false, local_random_seed: 1992, epochs: 15.0, compute_variable_importances: false, train_samples_per_iteration: −2, adaptive_rate: true, epsilon: 1.0 , rho: 0.99, learning_rate: 0.005, learning_rate_annealing: 1.0 , learning_rate_decay: 1.0, momentum_start: 0.0, momentum_ramp: 1,000,000.0, momentum_stable: 0.0, nesterov_accelerated_gradient: true, standardize: true, L1: 1.0 , L2: 0.0, max_w2: 10.0, loss_function: Automatic, distribution_function: AUTO, early_stopping: false, stopping_rounds: 1, stopping_metric: AUTO, stopping_tolerance: 0.001, missing_values_handling: MeanImputation, max_runtime_seconds: 0 |
Vote | Generalized Linear Model (GLM) Algorithm: family: AUTO, link: family_default, solver: AUTO, reproducible: false, maximum_number_of_threads: 4, use_regularization: true, lambda_search: false, number_of_lambdas: 0, lambda_min_ratio: 0.0, early_stopping: true, stopping_rounds: 3, stopping_tolerance: 0.001, standardize: true, non-negative_coefficients: false, add_intercept: true, compute_p-values: false, remove_collinear_columns: false, missing_values_handling: MeanImputation, max_iterations: 0, specify_beta_constraints: false, max_runtime_seconds: 0 Naive Bayes Kernel Algorithm: laplace_correction: true, estimation_mode: greedy, bandwidth_selection: heuristic, bandwidth: 0.1, minimum_bandwidth: 0.1, number_of_kernels: 20, use_application_grid: false, application_grid_size: 200 |
References
- Tzimiris, S.; Nikiforos, S.; Kermanidis, K.L. Post-pandemic pedagogy: Emergency remote teaching impact on students with functional diversity. Educ. Inf. Technol. 2023, 28, 10285–10328. [Google Scholar] [CrossRef] [PubMed]
- American Psychiatric Association. Diagnostic and Statistical Manual of Mental Disorders: DSM-5™, 5th ed.; American Psychiatric Publishing, Inc.: Washington, DC, USA, 2013. [Google Scholar]
- Klimaitis, C.C.; Mullen, C.A. Including K-12 students with disabilities in STEM education and planning for inclusion. Educ. Plan. 2021, 28, 27–43. [Google Scholar]
- Sarasola Sanchez-Serrano, J.L.; Jaén-Martínez, A.; Montenegro-Rueda, M.; Fernández-Cerero, J. Impact of the information and communication technologies on students with disabilities. A systematic review 2009–2019. Sustainability 2020, 12, 8603. [Google Scholar] [CrossRef]
- Sonnenschein, S.; Stites, M.L.; Grossman, J.A.; Galczyk, S.H. “It Just Does Not Work”: Parents’ Views About Distance Learning for Young Children with Special Needs. In The Impact of COVID-19 on Early Childhood Education and Care: International Perspectives, Challenges, and Responses; Springer: Berlin/Heidelberg, Germany, 2022; pp. 253–273. [Google Scholar]
- Hernandez, S.; Bendixen, L.D. Autism Spectrum Disorder and Remote Learning: Parents’ Perspectives on Their Child’s Learning at Home. Educ. Sci. 2023, 13, 716. [Google Scholar] [CrossRef]
- Tzimiris, S.; Nikiforos, S.; Kermanidis, K.L. The Effect of Emergency Remote Teaching on Students with Special Educational Needs and/or Disability during the COVID-19 Pandemic: The Parents ‘View. Int. J. Inf. Educ. Technol. 2023, 13, 684–689. [Google Scholar] [CrossRef]
- Hodges, C.B.; Moore, S.L.; Lockee, B.; Trust, T.; Bond, A. The Difference Between Emergency Remote Teaching and Online Learning. Educ. Rev. 2020, 27, 1–9. [Google Scholar]
- Tomaino, M.A.E.; Greenberg, A.L.; Kagawa-Purohit, S.A.; Doering, S.A.; Miguel, E.S. An assessment of the feasibility and effectiveness of distance learning for students with severe developmental disabilities and high behavioral needs. Behav. Anal. Pract. 2022, 15, 243–259. [Google Scholar] [CrossRef]
- Fang, C.; Markuzon, N.; Patel, N.; Rueda, J.D. Natural language processing for automated classification of qualitative data from interviews of patients with cancer. Value Health 2022, 25, 1995–2002. [Google Scholar] [CrossRef]
- Nikiforos, M.N.; Voutos, Y.; Drougani, A.; Mylonas, P.; Kermanidis, K.L. The modern Greek language on the social web: A survey of data sets and mining applications. Data 2021, 6, 52. [Google Scholar] [CrossRef]
- Abuhammad, S. Barriers to distance learning during the COVID-19 outbreak: A qualitative review from parents’ perspective. Heliyon 2020, 6, e05482. [Google Scholar] [CrossRef]
- Fitkov-Norris, E.; Kocheva, N. Are we there yet? Thematic analysis, NLP, and machine learning for research. In Proceedings of the European Conference on Research Methodology for Business and Management Studies, Lisboa, Portugal, 6 September 2023; Volume 22. [Google Scholar]
- Bani, R.; Amri, S.; Zenkouar, L.; Guennoun, Z. Toward Natural Language Processing Approaches for Text. In Proceedings of the International Conference on Integrated Design and Production, Rabat, Morocco, 10–12 May 2022; Springer: Cham, Switzerland, 2022; pp. 175–183. [Google Scholar]
- UNESCO. Education: From School Closure to Recovery. 2020. Available online: https://www.unesco.org/en/covid-19/education-response (accessed on 24 September 2023).
- Bozkurt, A.; Jung, I.; Xiao, J.; Vladimirschi, V.; Schuwer, R.; Egorov, G.; Lambert, S.; Al-Freih, M.; Pete, J.; Olcott, D., Jr.; et al. A global outlook to the interruption of education due to COVID-19 pandemic: Navigating in a time of uncertainty and crisis. Asian J. Distance Educ. 2020, 15, 1–126. [Google Scholar]
- Cone, L.; Brøgger, K.; Berghmans, M.; Decuypere, M.; Förschler, A.; Grimaldi, E.; Hartong, S.; Hillman, T.; Ideland, M.; Landri, P.; et al. Pandemic acceleration: COVID-19 and the emergency digitalization of European education. Eur. Educ. Res. J. 2022, 21, 845–868. [Google Scholar] [CrossRef]
- Kelly, P.; Hofbauer, S.; Gross, B. Renegotiating the public good: Responding to the first wave of COVID-19 in England, Germany, and Italy. Eur. Educ. Res. J. 2021, 20, 584–609. [Google Scholar] [CrossRef]
- Ewing, L.A.; Cooper, H.B. Technology-enabled remote learning during COVID-19: Perspectives of Australian teachers, students and parents. Technol. Pedagog. Educ. 2021, 30, 41–57. [Google Scholar] [CrossRef]
- Miyah, Y.; Benjelloun, M.; Lairini, S.; Lahrichi, A. COVID-19 impact on public health, environment, human psychology, global socioeconomy, and education. Sci. World J. 2022, 2022, 5578284. [Google Scholar] [CrossRef]
- OECD. The Impact of COVID-19 on Student Equity and Inclusion: Supporting Vulnerable Students During School Closures and School Reopenings. 2020. Available online: https://www.oecd.org/en/publications/2020/11/the-impact-of-covid-19-on-student-equity-and-inclusion-supporting-vulnerable-students-during-school-closures-and-school-re-openings_07c65d08.html (accessed on 25 September 2023).
- Jimoyiannis, A.; Koukis, N.; Tsiotakis, P. Shifting to emergency remote teaching due to the COVID-19 pandemic: An investigation of Greek teachers’ beliefs and experiences. In Technology and Innovation in Learning, Teaching and Education, Proceedings of the Second International Conference, TECH-EDU 2020, Vila Real, Portugal, 2–4 December 2020; Springer: Berlin/Heidelberg, Germany, 2021; pp. 320–329. [Google Scholar]
- Kostas, A.; Paraschou, V.; Spanos, D.; Sofos, A. Emergency Remote Teaching in K-12 Education During COVID-19 Pandemic: A Systematic Review of Empirical Research in Greece. In Research on E-Learning and ICT in Education: Technological, Pedagogical, and Instructional Perspectives; Springer: Cham, Switzerland, 2023; pp. 235–260. [Google Scholar]
- Fichten, C.; Olenik-Shemesh, D.; Asuncion, J.; Jorgensen, M.; Colwell, C. Higher education, information and communication technologies and students with disabilities: An overview of the current situation. In Improving Accessible Digital Practices in Higher Education; Palgrave Pivot: Cham, Switzerland, 2020; pp. 21–44. [Google Scholar]
- Misirli, O.; Ergulec, F. Emergency remote teaching during the COVID-19 pandemic: Parents’ experiences and perspectives. Educ. Inf. Technol. 2021, 26, 6699–6718. [Google Scholar] [CrossRef]
- Pihlainen, K.; Turunen, S.; Melasalmi, A.; Koskela, T. Parents’ competence, autonomy, and relatedness in supporting children with special educational needs in emergency remote teaching during COVID-19 lockdown. Eur. J. Spec. Needs Educ. 2023, 38, 704–716. [Google Scholar] [CrossRef]
- Ferri, F.; Grifoni, P.; Guzzo, T. Online learning and emergency remote teaching: Opportunities and challenges in emergency situations. Societies 2020, 10, 86. [Google Scholar] [CrossRef]
- Zhang, X.; Zhao, J.; LeCun, Y. Character-level convolutional networks for text classification. In Proceedings of the Advances in Neural Information Processing Systems, Montreal, QC, Canada, 7–12 December 2015; Volume 28. [Google Scholar]
- Dhar, A.; Mukherjee, H.; Dash, N.S.; Roy, K. Text categorization: Past and present. Artif. Intell. Rev. 2021, 54, 3007–3054. [Google Scholar] [CrossRef]
- Nahar, K.M.O.; Ra’ed, M.; Al-Shannaq, M.; Daradkeh, M.; Malkawi, R. Direct text classifier for thematic Arabic discourse documents. Int. Arab. J. Inf. Technol. 2020, 17, 394–403. [Google Scholar] [CrossRef]
- Buenano-Fernandez, D.; Gonzalez, M.; Gil, D.; Luján-Mora, S. Text mining of open-ended questions in self-assessment of university teachers: An LDA topic modeling approach. IEEE Access 2020, 8, 35318–35330. [Google Scholar] [CrossRef]
- Tan, C.M.; Wang, Y.F.; Lee, C.D. The use of bigrams to enhance text categorization. Inf. Process. Manag. 2002, 38, 529–546. [Google Scholar] [CrossRef]
- Garcia, K.; Berton, L. Topic detection and sentiment analysis in twitter content related to COVID-19 from Brazil and the USA. Appl. Soft Comput. 2021, 101, 107057. [Google Scholar] [CrossRef] [PubMed]
- Mouratidis, D.; Nikiforos, M.N.; Kermanidis, K.L. Deep learning for fake news detection in a pairwise textual input schema. Computation 2021, 9, 20. [Google Scholar] [CrossRef]
- Nikiforos, M.N.; Deliveri, K.; Kermanidis, K.L.; Pateli, A.G. Machine Learning on Wikipedia Text for the Automatic Identification of Vocational Domains of Significance for Displaced Communities. In Proceedings of the 2022 17th International Workshop on Semantic and Social Media Adaptation & Personalization (SMAP), Corfu, Greece, 3–4 November 2022; pp. 1–6. [Google Scholar]
- Salloum, S.; Gaber, T.; Vadera, S.; Shaalan, K. Phishing email detection using natural language processing techniques: A literature survey. Procedia Comput. Sci. 2021, 189, 19–28. [Google Scholar] [CrossRef]
- Sebastiani, F. Machine learning in automated text categorization. ACM Comput. Surv. (CSUR) 2002, 34, 1–47. [Google Scholar] [CrossRef]
- Blei, D.M.; Ng, A.Y.; Jordan, M.I. Latent Dirichlet allocation. J. Mach. Learn. Res. 2003, 3, 993–1022. [Google Scholar]
- Lam, G.; Dongyan, H.; Lin, W. Context-aware deep learning for multimodal depression detection. In Proceedings of the ICASSP 2019—2019 IEEE International Conference on Acoustics, Speech and Signal Processing (ICASSP), Brighton, UK, 12–17 May 2019; pp. 3946–3950. [Google Scholar]
- Boukil, S.; Biniz, M.; El Adnani, F.; Cherrat, L.; El Moutaouakkil, A.E. Arabic text classification using deep learning techniques. Int. J. Grid Distrib. Comput. 2018, 11, 103–114. [Google Scholar] [CrossRef]
- Jurafsky, D. Speech and Language Processing; Prentice Hall: Upper Saddle River, NJ, USA, 2000. [Google Scholar]
- Deerwester, S.; Dumais, S.T.; Furnas, G.W.; Landauer, T.K.; Harshman, R. Indexing by latent semantic analysis. J. Am. Soc. Inf. Sci. 1990, 41, 391–407. [Google Scholar] [CrossRef]
- Landauer, T.K.; Foltz, P.W.; Laham, D. An introduction to latent semantic analysis. Discourse Processes 1998, 25, 259–284. [Google Scholar] [CrossRef]
- Joachims, T. Text categorization with support vector machines: Learning with many relevant features. In Proceedings of the European Conference on Machine Learning, Chemnitz, Germany, 21–23 April 1998; Springer: Berlin/Heidelberg, Germany, 1998; pp. 137–142. [Google Scholar]
- McCallum, A.; Nigam, K. A comparison of event models for naive bayes text classification. In Proceedings of the AAAI-98 Workshop on Learning for Text Categorization, Madison, WI, USA, 26–27 July 1998; Volume 752, pp. 41–48. [Google Scholar]
- Peng, F.; Schuurmans, D.; Wang, S. Augmenting naive bayes classifiers with statistical language models. Inf. Retr. 2004, 7, 317–345. [Google Scholar] [CrossRef]
- Aggarwal, C.C.; Zhai, C. A survey of text classification algorithms. Mining Text Data; Springer: Boston, MA, USA, 2012; pp. 163–222. [Google Scholar]
- Devlin, J.; Chang, M.W.; Lee, K.; Toutanova, K. BERT: Pretraining of deep bidirectional transformers for language understanding. arXiv 2018, arXiv:1810.04805. [Google Scholar]
- Kim, Y. Convolutional neural networks for sentence classification. arXiv 2014, arXiv:1408.5882. [Google Scholar]
- Lai, S.; Xu, L.; Liu, K.; Zhao, J. Recurrent convolutional neural networks for text classification. In Proceedings of the AAAI Conference on Artificial Intelligence, Austin, TX, USA, 25–30 January 2015; Volume 29. [Google Scholar]
- Cao, J.; Xu, X.; Yin, X.; Pan, B. A risky large group emergency decision-making method based on topic sentiment analysis. Expert Syst. Appl. 2022, 195, 116527. [Google Scholar] [CrossRef]
- Ahne, A.; Fagherazzi, G.; Tannier, X.; Czernichow, T.; Orchard, F. Improving diabetes-related biomedical literature exploration in the clinical decision-making process via interactive classification and topic discovery: Methodology development study. J. Med. Internet Res. 2022, 24, e27434. [Google Scholar] [CrossRef]
- Pikuliak, M.; Šimko, M.; Bieliková, M. Cross-lingual learning for text processing: A survey. Expert Syst. Appl. 2021, 165, 113765. [Google Scholar] [CrossRef]
- Krasadakis, P.; Sakkopoulos, E.; Verykios, V.S. A Survey on Challenges and Advances in Natural Language Processing with a Focus on Legal Informatics and Low-Resource Languages. Electronics 2024, 13, 648. [Google Scholar] [CrossRef]
- Koutsikakis, J.; Chalkidis, I.; Malakasiotis, P.; Androutsopoulos, I. Greek-BERT: The Greeks visiting Sesame Street. In Proceedings of the 11th Hellenic Conference on Artificial Intelligence, Athens, Greece, 2–4 September 2020; pp. 110–117. [Google Scholar]
- Papantoniou, K.; Tzitzikas, Y. NLP for the Greek language: A brief survey. In Proceedings of the 11th Hellenic Conference on Artificial Intelligence, Athens, Greece, 2–4 September 2020; pp. 101–109. [Google Scholar]
- Pitenis, Z.; Zampieri, M.; Ranasinghe, T. Offensive language identification in Greek. arXiv 2020, arXiv:2003.07459. [Google Scholar]
- Spatiotis, N.; Paraskevas, M.; Perikos, I.; Mporas, I. Examining the impact of feature selection on sentiment analysis for the Greek language. In Proceedings of the Speech and Computer, Proceedings of the 19th International Conference, SPECOM 2017, Hatfield, UK, 12–16 September 2017; Springer: Cham, Switzerland, 2017; pp. 353–361. [Google Scholar]
- Alexandridis, G.; Varlamis, I.; Korovesis, K.; Caridakis, G.; Tsantilas, P. A survey on sentiment analysis and opinion mining in Greek social media. Information 2021, 12, 331. [Google Scholar] [CrossRef]
- Bilianos, D. Experiments in text classification: Analyzing the sentiment of electronic product reviews in Greek. J. Quant. Linguist. 2022, 29, 374–386. [Google Scholar] [CrossRef]
- Tsakalidis, A.; Papadopoulos, S.; Voskaki, R.; Ioannidou, K.; Boididou, C.; Cristea, A.I.; Liakata, M.; Kompatsiaris, Y. Building and evaluating resources for sentiment analysis in the Greek language. In Proceedings of the Language Resources and Evaluation, Miyazaki, Japan, 7–12 May 2018; Volume 52, pp. 1021–1044. [Google Scholar]
- Markopoulos, G.; Mikros, G.; Iliadi, A.; Liontos, M. Sentiment analysis of hotel reviews in Greek: A comparison of unigram features. In Proceedings of the Cultural Tourism in a Digital Era: First International Conference IACuDiT, Athens, Greece, 30 May–1 June 2014; Springer: Cham, Switzerland, 2015; pp. 373–383. [Google Scholar]
- Chatzigianellis, I. Greek News Topics Classification Using Graph Neural Networks. Ph.D. Thesis, University of Piraeus, Piraeus, Greece, 2021. [Google Scholar]
- Papaloukas, C.; Chalkidis, I.; Athinaios, K.; Pantazi, D.A.; Koubarakis, M. Multigranular legal topic classification on Greek legislation. arXiv 2021, arXiv:2109.15298. [Google Scholar]
- Nikiforos, S.; Tzanavaris, S.; Kermanidis, K.L. Virtual learning communities (VLCs) rethinking: Influence on behavior modification—Bullying detection through machine learning and natural language processing. J. Comput. Educ. 2020, 7, 531–551. [Google Scholar] [CrossRef]
- Stamatatos, E.; Fakotakis, N.; Kokkinakis, G. Automatic text categorization in terms of genre and author. Comput. Linguist. 2000, 26, 471–495. [Google Scholar] [CrossRef]
- Athanasiou, V.; Maragoudakis, M. A novel, gradient boosting framework for sentiment analysis in languages where NLP resources are not plentiful: A case study for modern Greek. Algorithms 2017, 10, 34. [Google Scholar] [CrossRef]
- Toska, M. A Rule-Based Normalization System for Greek Noisy User-Generated Text. Ph.D. Thesis, University of Athens, Athens, Greece, 2020. [Google Scholar]
- Vagelatos, A.; Stamatopoulos, J.; Fountana, M.; Gavrielidou, M.; Tsalidis, C. Natural Language Processing Environment to Support Greek Language Educational Games. In Proceedings of the Interactive Mobile Communication, Technologies and Learning, Virtual Event/Thessaloniki, Greece, 4–5 November 2021; Springer International Publishing: Cham, Switzerland, 2021; pp. 525–536. [Google Scholar]
- Efthymiou, A. The semantics of verb-forming suffixes in Modern Greek. In Proceedings of the Selected Papers on Theoretical and Applied Linguistics, Thessaloniki, Greece, 1–3 April 2011; Volume 19, pp. 175–184. [Google Scholar]
- Gratch, J.; Artstein, R.; Lucas, G.M.; Stratou, G.; Scherer, S.; Nazarian, A.; Wood, R.; Boberg, J.; DeVault, D.; Marsella, S.; et al. The distress analysis interview corpus of human and computer interviews. In Proceedings of the LREC, Reykjavik, Iceland, 26–31 May2014; pp. 3123–3128. [Google Scholar]
- Okahisa, T.; Tanaka, R.; Kodama, T.; Huang, Y.J.; Kurohashi, S. Constructing a culinary interview dialogue corpus with video conferencing tool. In Proceedings of the Thirteenth Language Resources and Evaluation Conference, Marseille, France, 20–25 June 2022; pp. 3131–3139. [Google Scholar]
- Commons, C. Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International License. 2025. Available online: https://creativecommons.org/licenses/by-nc-nd/4.0/ (accessed on 20 February 2025).
- HiLab, I.U. HiLab Datasets. 2025. Available online: https://hilab.di.ionio.gr/index.php/en/datasets/ (accessed on 21 February 2025).
- AI, E. spaCy Greek Language Model. 2025. Available online: https://spacy.io/models/el (accessed on 11 February 2025).
- Pechlivanis, K. Greek Stemmer. 2025. Available online: https://github.com/kpech21/Greek-Stemmer (accessed on 11 February 2025).
- Chawla, N.V.; Bowyer, K.W.; Hall, L.O.; Kegelmeyer, W.P. SMOTE: Synthetic minority oversampling technique. J. Artif. Intell. Res. 2002, 16, 321–357. [Google Scholar] [CrossRef]
- Patra, B.G.; Kundu, A.; Das, D.; Bandyopadhyay, S. Classification of interviews—A case study on cancer patients. In Proceedings of the 2nd Workshop on Sentiment Analysis Where AI Meets Psychology, Mumbai, India, 15 December 2012; pp. 27–36. [Google Scholar]
- Wouts, J.V. Text-based classification of interviews for mental health—juxtaposing the state of the art. arXiv 2020, arXiv:2008.01543. [Google Scholar]
Interviewee | Gender | Age | Level of Education | Functional Diversity |
---|---|---|---|---|
I-1 | Male | 5 | Primary | Speech Disorder (stuttering, dysarthria), Physical Disability |
I-2 | Male | 7 | Primary | General Learning Difficulties (GLD) |
I-3 | Male | 8 | Primary | Attention Deficit Hyperactivity Disorder (ADHD) |
I-4 | Male | 8 | Primary | Dyslexia, Developmental Dyscalculia |
I-5 | Female | 9 | Primary | General Learning Difficulties (GLD) |
I-6 | Male | 13 | Secondary | Dyslexia, Speech Disorder (stuttering) |
I-7 | Male | 5 | Primary | General Learning Difficulties (GLD) |
I-8 | Male | 10 | Primary | General Learning Difficulties (GLD) |
I-9 | Male | 11 | Primary | Attention Deficit Hyperactivity Disorder (ADHD), Aggressiveness |
I-10 | Male | 10 | Primary | General Learning Difficulties (GLD) |
I-11 | Female | 10 | Primary | Vision Disability |
I-12 | Female | 14 | Secondary | Attention Deficit Hyperactivity Disorder (ADHD) |
Word | Example Type | Count |
---|---|---|
όχι όχι (“no no”) | Repetition | 17 |
ναι ναι (“yes yes”) | Repetition | 10 |
Ε βέβαια (“um certainly or of course”) | Filler | 9 |
εεεε (“um”) | Filler | 7 |
χαχαχα (“hahaha—laughter”) | Laughter | 6 |
Ε ναι (“um yes”) | Filler | 4 |
Type | Instance | Translation |
---|---|---|
Informal | κακά τα ψέματα | truth be told |
Metaphor | είχαμε γίνει αυτοκόλλητοι | we have become joined at the hip |
Idiom | τα τσαμένα τα παιδιά | the poor fellows |
Spontaneity | να πάρω τα βουνά; | should I head for the hills? |
Intimacy | κοίτα να δεις | lo and behold |
Hesitation | τι να πω τώρα; | now, what can I tell? |
Ambiguity | αυτό με τα μικρόφωνα | that one with the microphones |
Interjection | εεεε | uhmmm |
Repetition | ε βέβαια πολύ, πολύ | eh sure by far, by far |
Question | τι να κάναμε; | what should we have done? |
Diminutive | ερωτησούλες | little questions |
Bad syntax | για εμένα το πρόβλημα μου ήταν ότι εντάξει δεν ξέρω έχει να κάνει και με τον δάσκαλο αυτό πιθανόν | for me the problem was that okay I don’t know it might also have to do with the teacher |
Class A | Freq. | Class B | Freq. |
---|---|---|---|
πρόβλημα (problem) | 21 | παιδί (child) | 55 |
μάθημα (lesson) | 19 | δασκάλα (teacher) | 44 |
σύνδεση (connection) | 18 | μάθημα (lesson) | 40 |
φορές (times) | 18 | μπορούσε (could) | 30 |
σχολείο (school) | 15 | σχολείο (school) | 22 |
παιδί (child) | 11 | τάξη (classroom) | 21 |
κωδικούς (passwords) | 10 | ώρες (hours) | 19 |
μπορούσε (could) | 10 | φορές (times) | 18 |
υπολογιστή (computer) | 10 | έκανε (did) | 16 |
κινητό (mobile phone) | 9 | σπίτι (home) | 15 |
Class C | Freq. | Class D | Freq. |
σχολείο (school) | 26 | παιδί (child) | 61 |
φίλους (friends) | 15 | παράλληλη (support teacher) | 51 |
φορές (times) | 15 | δασκάλα (teacher) | 23 |
δασκάλα (teacher) | 14 | στήριξη (support) | 18 |
έλεγε (said) | 14 | σχολείο (school) | 15 |
ώρες (hours) | 14 | μάθημα (lesson) | 12 |
παιδί (child) | 12 | τηλεκπαίδευση (ERT) | 12 |
ήθελε (wanted) | 11 | μπορούσε (could) | 10 |
σπίτι (home) | 11 | περίπτωση (case) | 10 |
τηλεκπαίδευση (ERT) | 11 | διάσπαση (ADHD) | 9 |
Word | Count |
---|---|
ευχαριστώ (“thanks”) | 9 |
και (“and”) | 8 |
όχι (“no”) | 7 |
εγώ (“I”) | 6 |
αυτά (“that’s all”) | 6 |
παρακαλώ (“you are welcome”) | 4 |
Dataset Version | Preprocessing Step |
---|---|
LEM | Lemmatization |
WR | Word Replacement |
WE | Word Exclusion |
STEM | Stemming |
Datasets | Naïve Bayes (Kernel) | GLM | XGBoost | Vote | Adaboost |
---|---|---|---|---|---|
Initial Dataset | 53.18% | 51.66% | 49.69% | 51.59% | 47.16% |
LEM | 53.24% | 53.76% | 52.16% | 53.86% | 47.71% |
WR | 52.23% | 51.25% | 52.01% | 51.23% | 47.26% |
WE | 52.71% | 49.55% | 50.70% | 51.22% | 47.49% |
STEM | 53.28% | 50.44% | 51.80% | 52.18% | 46.36% |
LEM + WR | 53.66% | 54.56% | 53.54% | 54.16% | 51.17% |
LEM + WE | 51.88% | 51.80% | 48.84% | 50.13% | 49.06% |
LEM + STEM | 55.15% | 53.26% | 51.54% | 52.16% | 48.29% |
WR + WE | 50.19% | 49.49% | 50.24% | 53.30% | 47.10% |
WR + STEM | 51.53% | 51.65% | 52.35% | 50.77% | 47.93% |
WE + STEM | 53.87% | 49.75% | 50.67% | 52.70% | 46.59% |
LEM + WR + WE | 55.08% | 51.72% | 50.41% | 54.38% | 48.66% |
LEM + WR + STEM | 51.70% | 51.48% | 52.96% | 49.48% | 46.50% |
LEM + WE + STEM | 54.79% | 52.86% | 50.11% | 53.86% | 49.83% |
WR + WE + STEM | 49.82% | 51.02% | 49.49% | 50.63% | 46.84% |
LEM + WR + WE + STEM | 54.29% | 53.42% | 51.03% | 52.10% | 49.21% |
Class A | Class B | Class C | Class D | Class Precision | |
---|---|---|---|---|---|
Class A | 99 | 44 | 17 | 6 | 59.64% |
Class B | 39 | 205 | 60 | 44 | 57.75% |
Class C | 37 | 95 | 148 | 27 | 48.21% |
Class D | 6 | 51 | 15 | 88 | 57.52% |
Class Recall | 54.70% | 52.84% | 61.67% | 51.16% |
Paper | Data | Classes | ML | Results |
---|---|---|---|---|
[57] | 4779 Greek Twitter posts | offensive 3 (imbalanced) | LSTM and GRU with Attention | 89% F1-score |
[58] | 11,156 Greek teachers’ reviews | 5 (imbalanced) | REPTree | 57.96% Accuracy |
[78] | 727 English interviews of cancer patients | 3 (balanced) | Decision Tree | 75.38% Accuracy |
[79] | 339 English interviews for mental health | 3 (imbalanced) | Transformers | 77% Accuracy |
This paper | 12 Greek interviews for ERT | 4 (imbalanced) | Naïve Bayes (Kernel) | 55.15% F1-score, 61.67% Recall |
Disclaimer/Publisher’s Note: The statements, opinions and data contained in all publications are solely those of the individual author(s) and contributor(s) and not of MDPI and/or the editor(s). MDPI and/or the editor(s) disclaim responsibility for any injury to people or property resulting from any ideas, methods, instructions or products referred to in the content. |
© 2025 by the authors. Licensee MDPI, Basel, Switzerland. This article is an open access article distributed under the terms and conditions of the Creative Commons Attribution (CC BY) license (https://creativecommons.org/licenses/by/4.0/).
Share and Cite
Kermanidis, K.L.; Tzimiris, S.; Nikiforos, S.; Nikiforos, M.N.; Mouratidis, D. ICT Adoption in Education: Unveiling Emergency Remote Teaching Challenges for Students with Functional Diversity Through Topic Identification in Modern Greek Data. Appl. Sci. 2025, 15, 4667. https://doi.org/10.3390/app15094667
Kermanidis KL, Tzimiris S, Nikiforos S, Nikiforos MN, Mouratidis D. ICT Adoption in Education: Unveiling Emergency Remote Teaching Challenges for Students with Functional Diversity Through Topic Identification in Modern Greek Data. Applied Sciences. 2025; 15(9):4667. https://doi.org/10.3390/app15094667
Chicago/Turabian StyleKermanidis, Katia Lida, Spyridon Tzimiris, Stefanos Nikiforos, Maria Nefeli Nikiforos, and Despoina Mouratidis. 2025. "ICT Adoption in Education: Unveiling Emergency Remote Teaching Challenges for Students with Functional Diversity Through Topic Identification in Modern Greek Data" Applied Sciences 15, no. 9: 4667. https://doi.org/10.3390/app15094667
APA StyleKermanidis, K. L., Tzimiris, S., Nikiforos, S., Nikiforos, M. N., & Mouratidis, D. (2025). ICT Adoption in Education: Unveiling Emergency Remote Teaching Challenges for Students with Functional Diversity Through Topic Identification in Modern Greek Data. Applied Sciences, 15(9), 4667. https://doi.org/10.3390/app15094667