From e71f213555b05fac01d05b0fac026b4fb558d906 Mon Sep 17 00:00:00 2001 From: dano Date: Tue, 24 May 2022 11:16:52 +0000 Subject: [PATCH] Update 'pages/students/2021/manohar_gowdru_shridharu/README.md' --- .../2021/manohar_gowdru_shridharu/README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/pages/students/2021/manohar_gowdru_shridharu/README.md b/pages/students/2021/manohar_gowdru_shridharu/README.md index 3de6950f36..c7d32b67cc 100644 --- a/pages/students/2021/manohar_gowdru_shridharu/README.md +++ b/pages/students/2021/manohar_gowdru_shridharu/README.md @@ -52,6 +52,22 @@ Resources: - [Resources and benchmark corpora for hate speech detection: a systematic review] (https://link.springer.com/article/10.1007/s10579-020-09502-8) +## Meeting 24.5. + +- shared colab notebook, with on-going implementation of mayfly algorithm for preprocessing in sentiment recogniution in a twitter dataset. + + +Tasks: + +- Implement open tasks from the previous meetings !!! +- Focus on making a baseline experiment for sentiment classification using classcal methods, such as Transformers. +- Consider using pre-trained embeddings. FastText, word2vec, sentence-transformers, Labse, Laser, + +Supplemental tasks: + +- Fininsh the mayfly implementation + + ## Meeting 20.5. - learned about Firefly / mayfly optimization algorithm.