<!DOCTYPE article PUBLIC "-//NLM//DTD JATS (Z39.96) Journal Archiving and Interchange DTD v1.0 20120330//EN" "JATS-archivearticle1.dtd">
<article xmlns:xlink="http://www.w3.org/1999/xlink">
  <front>
    <journal-meta>
      <journal-title-group>
        <journal-title>Forum for Information Retrieval Evaluation, December</journal-title>
      </journal-title-group>
      <issn pub-type="ppub">1613-0073</issn>
    </journal-meta>
    <article-meta>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>C.Jerin Mahibha</string-name>
          <email>jerinmahibha@msec.edu.in</email>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Gersome Shimi</string-name>
          <email>gshimi2022@gmail.com</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Durairaj Thenmozhi</string-name>
          <xref ref-type="aff" rid="aff2">2</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Workshop</string-name>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Madras Christian College</institution>
          ,
          <addr-line>Chennai</addr-line>
          ,
          <country country="IN">India</country>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>Meenakshi Sundararajan Engineering College</institution>
          ,
          <addr-line>Chennai</addr-line>
        </aff>
        <aff id="aff2">
          <label>2</label>
          <institution>Sri Sivasubramaniya Nadar College of Engineering</institution>
          ,
          <addr-line>Chennai</addr-line>
        </aff>
      </contrib-group>
      <pub-date>
        <year>2024</year>
      </pub-date>
      <volume>1</volume>
      <fpage>2</fpage>
      <lpage>15</lpage>
      <abstract>
        <p>Sarcasm is a form of verbal irony where someone says the opposite of what they really mean, often to mock or convey contempt. It's typically used to emphasize a point or highlight absurdity. Sarcasm is used to express criticism, mockery, or disdain in a more indirect or humorous way. Sarcasm detection can be tricky because it often relies on tone, context, and sometimes even body language, which aren't always present in text. There is an increasing demand for sarcasm and sentiment detection on social media texts which are largely code-mixed for Dravidian languages. Code-mixing is a prevalent phenomenon in a multilingual community and the code-mixed texts are sometimes written in non-native scripts. Systems trained on monolingual data fail on code-mixed data due to the complexity of code-switching at diferent linguistic levels in the text. We participated in the shared task at DravidianCodeMix@FIRE-2024 and have proposed a model that identifies the sarcasm and sentiment polarity of the code-mixed social media comments and posts in Tamil-English and Malayalam-English using the data set shared for the task. We contributed a Language Agnostic Embedding based Multi Layer Perceptron (MLP) classifier to process the classification of text as Sarcastic and Non sarcastic. The macro F1 score obtained by the proposed model for the language Tamil is 0.68 and 0.70 for Malayalam.</p>
      </abstract>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>1. Introduction</title>
      <p>
        Sarcasm is a way to express one’s thoughts diferently, which would not hurt them directly. The
information may be prompted in a humorous way that does not harm the stakeholders directly but
make them think and interpret the content. Sarcasm often relies on tone and context, which cannot be
easily understood online. The absence of verbal cues like voice intonation or facial expressions can
lead to misinterpretation, turning what was meant as humor into something ofensive or harmful[
        <xref ref-type="bibr" rid="ref1">1</xref>
        ].
      </p>
      <p>CEUR</p>
      <p>
        ceur-ws.org
through social media, instead of eliminating ostensibly unpleasant words, positivity in the comments
could be recognize and encouraged [
        <xref ref-type="bibr" rid="ref8">8</xref>
        ]. Research activities on low resource languages like Dravidian
languages could be enhanced by the process of data augmentation like Pseudolabeling [9].
      </p>
      <p>The paper is organized with Section 2 and 3 discussing on related works and datasets, Section 4 and
Section 5 discuss on system description and results, Section 6 and 7 contributes the error analysis and
conclusion.</p>
    </sec>
    <sec id="sec-2">
      <title>2. Related Works</title>
      <p>Transformer models like BERT, RoBERTa, and DeBERTa had been used for the process of sarcasm
classification Jang and Frassinelli [10] which had focused on cross-data comparisons. Madhumitha
M et al. had also used diferent transformer models for detecting sarcasm from Tamil text [ 11]. An
automated system had been designed to detect sarcasm and classify its various types, to extract valuable
insights from user reviews by leveraging Natural Language Processing (NLP) and Deep Learning (DL)
algorithms. The data included 55,000 end-user comments collected from seven software applications
on the Play Store. A unique sarcasm coding framework had been developed by Fatima et al. [12]
through a detailed analysis of the reviews, identifying common sarcastic expressions such as Irony,
Humor, Flattery, Self-Deprecation, and Passive Aggression. The system compared the results of diferent
DL models by fine-tuning the parameters of the classifiers. The feedback and comments had been
pre-processed and balanced for more accurate analysis and classification.</p>
      <p>A multitask learning framework had been introduced by Tan et al. [13], that leverages a deep neural
network to model that relates sarcasm detection and sentiment analysis, improving overall performance.
The method had surpassed current approaches, achieving a 3% improvement with an F1-score of 94%.
Krishnan et al. [14] had used a methodology with ELMo embedding based Convolutional Neural Network
model and TF-IDF based Gaussian Naive Bayes classifier using the dataset provided by SemEval-2022 to
discern and classify diferent types of irony within textual content.</p>
      <p>A context-based technique had been developed for sarcasm detection using three models, Bi-LSTM,
BERT and Feature Fusion by Eke et al. [15]. Bi-LSTM Model utilized embedding-based representation
with Bidirectional Long Short-Term Memory (Bi-LSTM) and Global Vector (GloVe) embeddings for
context learning. BERT based model employed a Transformer architecture with pre-trained Bidirectional
Encoder Representations from Transformers (BERT) for context understanding. Feature Fusion Model,
combined BERT features, sentiment-related features, syntactic features, and GloVe embeddings with
conventional machine learning methods. The techniques were tested on two Twitter datasets and
achieved high precision rates of 98.5% and 98.0%, in sarcasm identification.</p>
      <p>A method to detect sarcasm from Telugu and Tamil tweets had been proposed using a dataset
from Twitter [16]. The approach included Machine Learning models like Decision Tree, Naive Bayes,
Logistic Regression, Support Vector Machine, and Random Forest—and Deep Learning techniques like
Convolutional Neural Networks (CNNs) and Long Short-Term Memory (LSTM) networks. The results
demonstrated high performance, with accuracy rates of 95.68% for Telugu tweets and 95.37% for Tamil
tweets.</p>
    </sec>
    <sec id="sec-3">
      <title>3. Data set</title>
      <p>The datasets considering languages Tamil and Malayalam that are used to implement sarcasm detection
were the training, evaluation, and test datasets that were provided by the organizers of the shared
task. Each instance of the training dataset had a label specifying whether the text was sarcastic or
non-sarcastic.</p>
      <p>The data distribution of the training and development dataset for Tamil is shown in Table 1, and for
Malayalam, it is shown in Table 2. In the case of Tamil, the training dataset comprised 29570 instances,
with 7830 falling under the sarcastic category and 21740 under the non-sarcastic category. Similarly, the
development dataset for Tamil contained 6336 instances, including 1706 in the sarcastic category and the
rest in the non-sarcastic category, highlighting the data’s imbalance. The test dataset for Tamil consisted
of 6338 instances, which were used for evaluating the model’s predictions. For Malayalam, the training
dataset consisted of 13188 instances, with 2499 categorized as sarcastic and 10689 as non-sarcastic. The
development dataset for Malayalam had 2826 instances, including 521 in the sarcastic category and the
remaining in the non-sarcastic category, indicating a similar data imbalance. Lastly, the test dataset for
Malayalam encompassed 2826 instances, utilized for assessing the model’s predictive performance.</p>
    </sec>
    <sec id="sec-4">
      <title>4. System Description</title>
      <p>The proposed system uses a MLP classifier with Language Agnostic embeddings for the task of binary
classification of Tamil and Malayalam text into Sarcastic and Non-Sarcastic category. The proposed
architecture of the system is shown in Figure 2. The initial phase of the process involved gathering the
three datasets provided by the task organizers: the training dataset, development dataset, and testing
dataset. The training dataset was preprocessed, which resulted in a clean and structured data. This
prepared dataset was used to train the model and was evaluated using the development dataset.</p>
      <sec id="sec-4-1">
        <title>4.1. Preprocessing</title>
        <p>The dataset was cleaned by the process of preprocessing. Preprocessing is the technique of removing
unimportant information from texts, which are not used during the classification process. It is performed
by removing stop words, symbols, and special characters in addition to that root words are extracted
using stemmer and lemmatization algorithms before the dataset is fed to the model.</p>
      </sec>
      <sec id="sec-4-2">
        <title>4.2. MLP classifier with Language Agnostic Embeddings</title>
        <p>The proposed system used a MLP classifier for which custom generated embedding was provided
as input. Language agnostic sentence transformer was used to generate text embeddings. As the
Language agnostic sentence transformer is multilingual in nature and support both Tamil and Malayalam
languages, the same model was used to generate the embeddings for all the given texts. Similarly Laser
encoder pipeline was used to generate LASER embeddings for all the texts. Both these embeddings
were concatenated to generate a final set of embeddings using which the MLP classifier was trained.
The hyper parameters associated with the MLP classifier are: random state was set as 42, the maximum
iteration was set as 300, relu activation function was used, the parameter alpha was set as 0.05, learning
rate as adaptive and solver as adam.</p>
        <p>The model was then used to make predictions for the testing dataset. The entire process, from
data preprocessing to model building and evaluation, is illustrated in the proposed architecture. This
architecture underscores the significance of data preprocessing, model training, and fine-tuning in
enhancing the accuracy of our sarcasm detection system. During testing, the selected model generated
contextual embeddings and predicted labels for the text in the dataset, playing a crucial role in identifying
sarcasm. The proposed model when evaluated using the evaluation dataset, it provided a Macro F1
Score 0.68 and 0.7 for Tamil and Malayalam respectively.</p>
      </sec>
    </sec>
    <sec id="sec-5">
      <title>5. Result</title>
      <p>The metrics that was used for the evaluation of the task was the macro-F1 score. The F1 score is an
overall measure of a model’s accuracy that merges precision and recall. An extreme F1 score means
that the classification has happened, accompanied by a reduced number of false positives and low false
negatives. Within a classification report, the initial focus is on assessing a binary classification model
for two distinct categories, typically labeled as 0 and 1. For class 0, precision provides insights into how
accurately our model predicts instances as class 0, while recall sheds light on how efectively it identifies
actual instances belonging to class 0. Conversely, concerning class 1, precision aids in evaluating the
accuracy of our predictions for this specific category, while recall delves into the model’s ability to
pinpoint genuine class 1 instances. These fundamental metrics play a pivotal role in comprehending the
model’s efectiveness for each class within a binary classification scenario. The performance metrics,
particularly the F1 score of development dataset, for both Tamil and Malayalam are presented in Table
3 The evaluation of the tasks primarily relied on the macro-F1 score achieved by our proposed model.
It is worth emphasizing that our proposed model yielded remarkable results, securing a macro F1 score
of 0.68 for Tamil and 0.70 for Malayalam, forming the basis for task evaluation.</p>
      <p>The proposed system culminated in securing the 7th position in the Tamil language category and the
6th position in the Malayalam language category on the leaderboard. These rankings underscore the
efectiveness of our model in the Dravidian CodeMix@FIRE-2024 shared task, highlighting its prowess
in sarcasm detection within code-mixed Tamil-English and Malayalam-English social media comments
and posts.</p>
    </sec>
    <sec id="sec-6">
      <title>6. Error Analysis</title>
      <p>The F1 score obtained for the task using the proposed Language Agnostic model shows that more false
positive and false negative classifications have occurred. One reason for this could be considered as
the data imbalance nature of the dataset. The confusion matrix of the proposed system considering
the languages Tamil and Malayalam is represented in figures 3 and ??, respectively. Considering
the number of instances for the class labeled non-sarcastic is higher, and the F1 score, precision, and
recall associated with this class are high when compared to the class, sarcastic. This represents that
the number of misclassifications increases when the number of instances for training is lower, which
is associated with data imbalance. Data augmentation could be considered to improve the model’s
performance. Examples of Tamil texts that are misclassified due to the above reasons are shown in
Table 4. Considering the first and the second text of the table, it has the specific sarcasm marker ”kola
gaandla”, ”mass” and are classified as sarcastic instead of the correct label of non-sarcastic. The third
and fourth text of the table has the sarcasm marker ”veriyan ” and ”vasul manan....” which has been
misclassified as Non sarcastic. All these example texts show that sarcasm markers and sarcasm play a
major role in the process of classification and identifying whether the text is associated with sarcasm.
The binary classification of the task is implemented by generating a concatenated language agnostic
embedding for training and testing the dataset. The task was implemented considering the languages
Tamil and Malayalam.</p>
    </sec>
    <sec id="sec-7">
      <title>7. Conclusion</title>
      <p>The process of detecting sarcasm from Dravidian language texts has gained considerable importance due
to its interconnectedness with various application domains. Recognizing this significance, FIRE-2024
introduced a shared task that focused on sarcasm detection within Dravidian languages, classifying
text into either sarcastic or non-sarcastic categories. The exploration of this task, conducted under
the banner of Dravidian CodeMix@FIRE-2024, underscores the value of harnessing advanced natural
language processing techniques for the analysis of sarcastic texts. The proposed system, we employed a
language agnostic embedding with MLP classifier, to tackle the challenge of detecting signs of sarcasm
within social media text. This approach allowed to categorize social media content into sarcastic and
non-sarcastic category.</p>
      <p>The outcomes derived from the proposed model exhibit efectiveness in capturing subtle linguistic
cues and contextual information indicative of sarcasm. The opportunities for further enhancement can
involve the incorporation of more extensive contextual information, which could enhance the accuracy
of sarcasm detection. Additionally, the adoption of hybrid approaches, leveraging the strengths of
various deep learning models, may further bolster the eficiency and precision of detecting sarcasm
within the text data.</p>
    </sec>
    <sec id="sec-8">
      <title>Declaration on Generative AI</title>
      <p>The author(s) have not employed any Generative AI tools.
[9] B. R. Chakravarthi, A. Hande, R. Ponnusamy, P. K. Kumaresan, R. Priyadharshini, How can
we detect homophobia and transphobia? experiments in a multilingual code-mixed setting for
social media governance, International Journal of Information Management Data Insights 2 (2022)
100119.
[10] H. Jang, D. Frassinelli, Generalizable sarcasm detection is just around the corner, of course!, 2024.</p>
      <p>URL: https://arxiv.org/abs/2404.06357. arXiv:2404.06357.
[11] M. M, K. Akshatra M, T. J, C. Mahibha, D. Thenmozhi, Sarcasm detection in dravidian languages
using transformer models (2023).
[12] E. Fatima, H. Kanwal, J. A. Khan, N. D. Khan, An exploratory and automated study of sarcasm
detection and classification in app stores using fine-tuned deep learning classifiers, Automated
Software Engineering 31 (2024). URL: https://link.springer.com/10.1007/s10515-024-00468-3. doi:10.
1007/s10515- 024- 00468- 3.
[13] Y. Y. Tan, C. O. Chow, J. Kanesan, J. H. Chuah, Y. Lim, Sentiment analysis and sarcasm detection
using deep multi-task learning, Wireless Personal Communications 129 (2023) 2213 – 2237. URL:
https://api.semanticscholar.org/CorpusID:257355920.
[14] D. Krishnan, J. M. C, T. Durairaj, GetSmartMSEC at SemEval-2022 task 6: Sarcasm detection using
contextual word embedding with Gaussian model for irony type identification, in: Proceedings
of the 16th International Workshop on Semantic Evaluation (SemEval-2022), Association for
Computational Linguistics, Seattle, United States, 2022, pp. 827–833. URL: https://aclanthology.
org/2022.semeval-1.114. doi:10.18653/v1/2022.semeval- 1.114.
[15] C. I. Eke, A. A. Norman, L. Shuib, Context-based feature technique for sarcasm identification
in benchmark datasets using deep learning and bert model, IEEE Access 9 (2021) 48501–48518.
doi:10.1109/ACCESS.2021.3068323.
[16] R. P. Kumar, G. Bharathi Mohan, Y. Kakarla, J. S. L, K. Gnapika Sindhu, T. V. Sai Surya Chaitanya,
B. Ganesh, N. H. Krishna, Sarcasm detection in telugu and tamil: An exploration of machine
learning and deep neural networks, in: 2023 14th International Conference on Computing
Communication and Networking Technologies (ICCCNT), 2023, pp. 1–7. doi:10.1109/ICCCNT56998.
2023.10306775.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [1]
          <string-name>
            <given-names>D.</given-names>
            <surname>Bharti</surname>
          </string-name>
          ,
          <string-name>
            <given-names>B.</given-names>
            <surname>Vachha</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Pradhan</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            <surname>Babu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Jena</surname>
          </string-name>
          ,
          <article-title>Sarcastic sentiment detection in tweets streamed in real time: A big data approach</article-title>
          ,
          <source>Digital Communications and Networks</source>
          <volume>2</volume>
          (
          <year>2016</year>
          ). doi:
          <volume>10</volume>
          .1016/j.dcan.
          <year>2016</year>
          .
          <volume>06</volume>
          .002.
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          [2]
          <string-name>
            <given-names>B. R.</given-names>
            <surname>Chakravarthi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S. N</given-names>
            , B. B,
            <surname>N. K</surname>
          </string-name>
          , T. Durairaj,
          <string-name>
            <given-names>R.</given-names>
            <surname>Ponnusamy</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P. K.</given-names>
            <surname>Kumaresan</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K. K.</given-names>
            <surname>Ponnusamy</surname>
          </string-name>
          ,
          <string-name>
            <surname>C.</surname>
          </string-name>
          <article-title>Rajkumar, Overview of sarcasm identification of dravidian languages in dravidiancodemix@fire2024, in: Forum of Information Retrieval and Evaluation FIRE -</article-title>
          <year>2024</year>
          , DAIICT , Gandhinagar,
          <year>2024</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          [3]
          <string-name>
            <given-names>D. K.</given-names>
            <surname>Sharma</surname>
          </string-name>
          ,
          <string-name>
            <given-names>B.</given-names>
            <surname>Singh</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Agarwal</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N.</given-names>
            <surname>Pachauri</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A. A.</given-names>
            <surname>Alhussan</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H. A.</given-names>
            <surname>Abdallah</surname>
          </string-name>
          ,
          <article-title>Sarcasm detection over social media platforms using hybrid ensemble model with fuzzy logic</article-title>
          ,
          <source>Electronics</source>
          <volume>12</volume>
          (
          <year>2023</year>
          ). URL: https://www.mdpi.com/2079-9292/12/4/937. doi:
          <volume>10</volume>
          .3390/electronics12040937.
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          [4]
          <string-name>
            <given-names>N.</given-names>
            <surname>Sripriya</surname>
          </string-name>
          ,
          <string-name>
            <given-names>T.</given-names>
            <surname>Durairaj</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            <surname>Nandhini</surname>
          </string-name>
          ,
          <string-name>
            <given-names>B.</given-names>
            <surname>Bharathi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K. K.</given-names>
            <surname>Ponnusamy</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Rajkumar</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P. K.</given-names>
            <surname>Kumaresan</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Ponnusamy</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Subalalitha</surname>
          </string-name>
          ,
          <string-name>
            <given-names>B. R.</given-names>
            <surname>Chakravarthi</surname>
          </string-name>
          ,
          <article-title>Findings of shared task on sarcasm identification in code-mixed dravidian languages</article-title>
          ,
          <source>FIRE</source>
          <year>2023</year>
          16 (
          <year>2023</year>
          )
          <fpage>22</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          [5]
          <string-name>
            <given-names>B. R.</given-names>
            <surname>Chakravarthi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N.</given-names>
            <surname>Sripriya</surname>
          </string-name>
          ,
          <string-name>
            <given-names>B.</given-names>
            <surname>Bharathi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            <surname>Nandhini</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S. Chinnaudayar</given-names>
            <surname>Navaneethakrishnan</surname>
          </string-name>
          ,
          <string-name>
            <given-names>T.</given-names>
            <surname>Durairaj</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Ponnusamy</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P. K.</given-names>
            <surname>Kumaresan</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K. K.</given-names>
            <surname>Ponnusamy</surname>
          </string-name>
          ,
          <string-name>
            <surname>C.</surname>
          </string-name>
          <article-title>Rajkumar, Overview of the shared task on sarcasm identification of Dravidian languages (Malayalam and Tamil) in DravidianCodeMix, in: Forum of Information Retrieval and Evaluation FIRE -</article-title>
          <year>2023</year>
          ,
          <year>2023</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          [6]
          <string-name>
            <given-names>B.</given-names>
            <surname>Rajani</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Saxena</surname>
          </string-name>
          ,
          <string-name>
            <given-names>B. S.</given-names>
            <surname>Kumar</surname>
          </string-name>
          ,
          <article-title>Detection of sarcasm in tweets using hybrid machine learning method</article-title>
          ,
          <source>Journal of Autonomous Intelligence</source>
          <volume>7</volume>
          (
          <year>2024</year>
          ). URL: https://jai.front-sci.com/index.php/jai/ article/view/800. doi:
          <volume>10</volume>
          .32629/jai.v7i4.
          <fpage>800</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          [7]
          <string-name>
            <surname>J. D. M.-W. C. Kenton</surname>
            ,
            <given-names>L. K.</given-names>
          </string-name>
          <string-name>
            <surname>Toutanova</surname>
          </string-name>
          , Bert:
          <article-title>Pre-training of deep bidirectional transformers for language understanding</article-title>
          ,
          <source>in: Proceedings of naacL-HLT</source>
          , volume
          <volume>1</volume>
          ,
          <year>2019</year>
          , p.
          <fpage>2</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          [8]
          <string-name>
            <given-names>B. R.</given-names>
            <surname>Chakravarthi</surname>
          </string-name>
          ,
          <article-title>Hope speech detection in youtube comments</article-title>
          ,
          <source>Social Network Analysis and Mining</source>
          <volume>12</volume>
          (
          <year>2022</year>
          )
          <fpage>75</fpage>
          .
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>