<!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>
      <issn pub-type="ppub">1613-0073</issn>
    </journal-meta>
    <article-meta>
      <title-group>
        <article-title>Detection in Tamil and Malayalam Dravidian Code-Mixed Text</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Supriya Chanda</string-name>
          <email>supriyachanda.rs.cse18@itbhu.ac.in</email>
          <xref ref-type="aff" rid="aff0">0</xref>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>AnshikaMishra</string-name>
          <xref ref-type="aff" rid="aff1">1</xref>
          <xref ref-type="aff" rid="aff2">2</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Sukomal Pal</string-name>
          <email>anshika.mishra2019@vitbhopal.ac.i</email>
          <email>spal.cse@itbhu.ac.in</email>
          <xref ref-type="aff" rid="aff0">0</xref>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Indian Institute of Technology (BHU)</institution>
          ,
          <addr-line>Varanasi</addr-line>
          ,
          <country country="IN">INDIA</country>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>Social Media</institution>
          ,
          <addr-line>Code-Mixed, BERT, Sarcasm, Sentiment Analysis, Tamil, Malayalam</addr-line>
        </aff>
        <aff id="aff2">
          <label>2</label>
          <institution>Vellore Institute of Technology Bhopal</institution>
          ,
          <addr-line>Madhya Pradesh</addr-line>
          ,
          <country country="IN">INDIA</country>
        </aff>
      </contrib-group>
      <abstract>
        <p>Sarcasm is a form of verbal irony that involves saying the opposite of what is actually meant in a mocking or humorous manner. You can find many sarcastic comments on social media these days, which are often code-mixed in nature.To gain insights from the textual data available to us, we need a system to detect sarcasm and identify the sentiments behind the texts. In this paper, we present a solution submitted for the shared task titled 'Sarcasm Identification of Dravidian Languages Tamil and Malayalam,' which was organized by Dravidian CodeMix 2023 at the Forum for Information Retrieval Evaluation (FIRE) 2023. This paper explores an approach to sarcasm detection, leveraging the BERT (Bidirectional Encoder Representations from Transformers) and a supplementary layer of neural networks for precise classification into two distinct classes: sarcastic and non-sarcastic comments. Our experiment demonstrates that our model efectively detects sarcastic comments, achieving an F1 score of 0.72 for both the Tamil-English and Malayalam-English code-mixed datasets.</p>
      </abstract>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>-</title>
      <p>CEUR
ceur-ws.org</p>
    </sec>
    <sec id="sec-2">
      <title>1. Introduction</title>
      <p>In our modern digital age, the complexities of human language present intriguing challenges for
natural language processing systems. Among these intricacies, sarcasm emerges as a captivating
linguistic puzzle. Sarcasm involves expressing thoughts in a manner that conceals the true
intentions of the speaker, often infused with a dose of mockery or humor, serving as a linguistic
tool to convey negative sentiments in a subtle manner. While humans excel at deciphering
sarcasm through tone, context, and emotional cues, teaching machines to perform this feat
remains a formidable undertaking.</p>
      <p>Accurate detection of sarcasm holds significant importance, particularly in the domain
of sentiment analysis, where it plays a pivotal role in understanding textual data. In our
technology-dominated world, the proliferation of social media users has been nothing short
of exponential, with a staggering 60% of the global population actively participating on these
platforms, dedicating an average of 2 hours and 24 minutes daily to their online engagements
https://cse-iitbhu.github.io/irlab/supriya.htm(Sl. Chanda);https://cse-iitbhu.github.io/irlab/spal.ht m(Sl. Pal)</p>
      <p>© 2022 Copyright for this paper by its authors. Use permitted under Creative Commons License Attribution 4.0 International (CC BY 4.0).</p>
      <p>CEUR
Workshop
Proceedings
(as reported by smartinsights1 ). Social media platforms provide an open canvas for individuals
to openly express their views across a spectrum of subjects, events, personalities, and products,
culminating in the generation of an astounding volume of data, estimated at a staggering
328.77 million terabytes daily. A substantial portion of this textual corpus is characterized by
code-mixing, a linguistic phenomenon wherein individuals seamlessly blend elements from
diferent languages, often employing the Roman script as a common bridge.</p>
      <p>Code-mixing on social media mirrors the diverse linguistic backgrounds of users and the
global reach of these digital platforms. It highlights how people consciously opt for
codemixing, skillfully weaving together diferent languages to enhance their communication, deftly
switching between tongues to convey their feelings. Within the sphere of online interactions,
encompassing comments, posts, and messages on social media platforms, the amalgamation
of multiple languages, frequently expressed in the Roman script, is a common occurrence.
The analysis of text not originally scripted in its native form presents an additional layer of
complexity in the realm of natural language processing.</p>
      <p>The importance of applying sentiment analysis to this data cannot be emphasized enough. It
unveils a wealth of valuable insights, deeply influencing various fields such as market research,
keeping a watchful eye on social media trends, and analyzing customer feedback. Additionally,
it assumes a crucial role in countering the spread of hate speech on social platforms, thereby
safeguarding the mental well-being of individuals. Furthermore, the capability to decode user
queries infused with sarcasm paves the way for providing users with relevant information and
responses.</p>
      <p>The focal point of this shared task revolves around the precise identification of sarcasm and
the determination of sentiment polarity within a code-mixed dataset comprising comments and
posts in Tamil-English and Malayalam-English, all meticulously curated from the social media.
It helps to explore how sarcasm is used in mixed-language conversations on social media. It’s
not just about language and computer challenges; it’s also about gaining a deeper insight into
how sarcasm works in the constantly changing world of online interactions. This, in turn, helps
us become better at deciphering the subtleties of digital communication.</p>
      <p>In this paper, we applied a method that leverages mBERT to enhance its capability in
identifying sarcasm and determining sentiment polarity within code-mixed comments and posts
written in Tamil-English and Malayalam-English, which are commonly encountered on social
media platforms..</p>
      <p>The rest of the paper is structured as follows. Sectio2nprovides a concise overview of prior
research in this field. In Section 3, we delve into the datasets we utilized for our
investigation. Section4 elaborates on our computational methodologies, model specifications, and the
techniques we employed for evaluation. Following this, we present our results and conduct a
comprehensive analysis in Section5. We conclude in Section6.</p>
      <p>1https://www.smartinsights.com/social-media-marketing/social-media-strategy/
new-global-social-media-research/</p>
    </sec>
    <sec id="sec-3">
      <title>2. Related Work</title>
      <p>
        Code-mixing in spoken language has been the subject of extensive research for decades.
However, the analysis of code-mixed text, particularly in the context of social media, represents a
relatively new frontier in the field of Natural Language Processing (NLP). Modern NLP
models have demonstrated their prowess in various tasks, including sentiment analy1s,is2,[
        <xref ref-type="bibr" rid="ref3">3</xref>
        ],
language identification, hate speech identification [
        <xref ref-type="bibr" rid="ref4 ref5 ref6">4, 5, 6</xref>
        ], information retrieval 7[], and
namedentity recognition, particularly for monolingual text. Nevertheless, they face notable challenges
when confronted with code-mixed content, where multiple languages are interwoven.
      </p>
      <p>Sarcasm detection, a significant downstream task in the domain of NLP, has garnered
considerable attention from researchers. Eforts have been directed toward efectively solving this
challenging problem. One notable approach in this regard is the utilization of IndicBERT for
detecting sarcasm in social media text, as proposed by Amir et al8][. This model has captured
contextual information and identifying sarcasm cues. Wicana et a9l].u[ndertook an extensive
examination of sarcasm detection, delving into diferent machine-learning methods. Their
review ofers valuable perspectives on the latest techniques and the dificulties related to
identifying sarcasm in text. They explored a range of neural network-based classification structures,
including models like subword-level LSTM, Hierarchical LSTM, BERT, XLM RoBERTa, LSTM,
GRU, and XLNet.</p>
      <p>Notably, IndicBERT has proven to be proficient at capturing the nuances and
languagespecific characteristics of Indian languages1[0]. To tackle the intricacies of sarcasm detection,
researchers have employed a variety of techniques. For instance, an attention-based BiLSTM
model, combined with a feature-rich Convolutional Neural Network (CNN) approac1h1][, has
been utilized. It is essential to note that while sarcasm and hate speech are related, they are not
the same, and they demand distinct approaches.</p>
      <p>Eforts to identify sarcasm in social media content have sparked innovative approaches.
One such method combines the multilingual BERT (mBERT) model with a Graph Convolution
Network (GCN) [12]. Additionally, Agrawal et al1.3[] ventured into the intriguing territory of
utilizing emotional transitions to improve sarcasm detection, shedding light on the dynamic
nature of emotional signals in recognizing sarcasm. Significantly, sarcasm detection goes
beyond just written content. Pandey and Vishwakarma14[] tackled the challenge of multimodal
sarcasm detection in videos. Their research focused on employing deep learning models to
efectively leverage various sensory inputs, encompassing visual, audio, and textual cues, for
sarcasm identification.</p>
      <p>These studies collectively represent the evolving landscape of sarcasm detection, showcasing a
wide array of approaches and techniques, with each ofering valuable insights and advancements
in the field.</p>
    </sec>
    <sec id="sec-4">
      <title>3. Dataset</title>
      <p>The dataset provided by the organizers is a valuable resource for our research, encompassing
code-mixed comments and posts in Tamil-English and Malayalam-English, sourced from social
media. While comments and posts may consist of multiple sentences, the dataset predominantly
features an average sentence length of one. Importantly, each comment and post comes with
sentiment polarity annotations, reflecting real-world scenarios and challenges associated with
class imbalance. This dataset encourages us to investigate how sarcasm manifests in
codemixed contexts on social media. It includes development, training, and test dataset of YouTube
video comments in Tamil-English and Malayalam-English, encompassing various code-mixing
types and linguistic characteristics, providing a rich foundation for our research into sarcasm
expression in these multilingual settings.</p>
    </sec>
    <sec id="sec-5">
      <title>4. Methodology</title>
      <sec id="sec-5-1">
        <title>4.1. Preprocessing</title>
        <p>In the data preprocessing phase, we conducted several essential steps to refine the dataset.
We removed hashtags, punctuation marks, URLs, numbers, and mentions that lacked clear
semantic significance. Emojis were systematically replaced with their corresponding semantic
text representations. Additionally, any extra white spaces or extra spaces were meticulously
stripped from the dataset to ensure a clean and consistent text corpus for subsequent analysis.</p>
      </sec>
      <sec id="sec-5-2">
        <title>4.2. Model Architecture</title>
        <p>In our research methodology, we utilised the robust bert-base-multilingual-cased (mBERT)
pre-trained models to create a solid foundation for our task. mBERT is built on the transformer
architecture, which employs self-attention mechanisms both in the encoder and decoder. These
models are pre-trained on vast text corpora, including Wikipedia, and have a well-established
track record of delivering exceptional performance when fine-tuned for various downstream
tasks.</p>
        <p>For our specific objective of identifying code-mixed language and detecting sarcasm, we
opted for the BERT (Bidirectional Encoder Representations from Transformers) model, with a
focus on the multilingual variant known as mBERT (bert-base-multilingual-cased). This model’s
strength lies in its ability to handle text from a wide array of languages, featuring a substantial
parameter count of 179 million, encompassing 12 transformer blocks, 768 hidden layers, and 12
attention heads.</p>
        <p>Our architectural design begins with the model taking a special [CLS] token as input, followed
by a sequence of words. This input traverses through the layers, with each layer applying
self-attention mechanisms and forwarding the results to the subsequent encoder. The output
from the final layer of the pre-trained mBERT model serves as the input to a softmax feedforward
neural network, a critical component in classifying statements into two categories: Sarcastic or
Non-Sarcastic. This neural network generates a probability distribution for each word within
the sequence across predefined tags. During prediction, the tag with the highest associated
probability is selected as the predicted tag for each word.</p>
        <p>In the training phase, we carefully tuned specific hyperparameters to guide the learning
process efectively. These included a learning rate of 0.01, a batch size of 16, and a maximum of
10 training epochs. These hyperparameters were meticulously optimized to ensure the model’s
proficiency in code-mixed language identification and sarcasm detection.</p>
      </sec>
    </sec>
    <sec id="sec-6">
      <title>5. Results and Discussion</title>
      <p>In this section, we delve into the comprehensive evaluation of our model’s performance on both
datasets: Tamil-English and Malayalam-English, as part of the Sarcasm Identification task within
Dravidian Languages. The performance of our proposed models is examined using a range
of evaluation metrics, with a primary focus on accuracy, recall, macro-averaged F1-score, and
weighted average F1-score. The organizers thoughtfully provided test data for both Dravidian
languages, which served as the foundation for our model evaluation.</p>
      <p>Our methodology involved fine-tuning our model based on the training and validation
datasets, ensuring it was well-prepared for the subsequent test data. Upon submission of
our prediction file for the test data, we achieved an F1 Score of 0.72 for both language pairs.
This score reflects a reasonable overall performance and places us at the third position in the
ranking for both Tamil-English and Malayalam-English language pairs.2Taanbdle3 display
the performance of the test outcomes for our proposed model and top scored team [15] for
Tamil-English and Malayalam-English language respectively. T4asbhloews the class wise
classification report for both language pairs on test data.</p>
      <p>While our system demonstrated commendable accuracy, it’s worth noting that other
competing teams surpassed us in both Precision and Recall, which ultimately influenced our F1 score
and final ranking. This outcome encourages further refinement of our approach to enhance
our model’s precision and recall, aiming for even more competitive results in future endeavors.
Figure 1 display the confusion matrices of two language pairs based on our subission.
(a) Tamil-English
(b) Malayalam-English</p>
    </sec>
    <sec id="sec-7">
      <title>6. Conclusion</title>
      <p>In this research, we’ve tackled the intricate task of identifying sarcasm and assessing sentiment
polarity in code-mixed comments and posts, specifically in the Tamil-English and
MalayalamEnglish languages, as extracted from the vibrant realm of social media. Our exploration into
sentiment analysis reafirms the growing significance of understanding user opinions,
particularly in the context of enhancing business strategies. For our experimentation, we harnessed
the capabilities of the pre-trained Multilingual BERT model, which yielded a commendable
F1 score of 0.72. This achievement reflects the efectiveness of our approach in capturing the
nuances of sarcasm within code-mixed contexts. Despite our system’s impressive accuracy, we
acknowledge the competitive landscape where other teams excelled in both Precision and Recall,
influencing our F1 score and final ranking. This outcome serves as a catalyst for refining our
methodology further. In our future endeavors, we will be steadfast in our pursuit of enhancing
precision and recall, with the aim of achieving even more competitive results.
based bi-directional lstm and feature-rich cnn, Appl. Soft Comput. 91 (2020) 106198. URL:
https://api.semanticscholar.org/CorpusID:21643924.0
[12] M. Marreddy, S. R. Oota, L. S. Vakada, V. C. Chinni, R. Mamidi, Multi-task text
classification using graph convolutional networks for large-scale low resource language, 2022.
arXiv:2205.01204.
[13] A. Agrawal, A. An, M. Papagelis, Leveraging transitions of emotions for sarcasm detection,
Proceedings of the 43rd International ACM SIGIR Conference on Research and
Development in Information Retrieval (2020). URL:https://api.semanticscholar.org/CorpusID:
220729631.
[14] A. Pandey, D. K. Vishwakarma, Multimodal sarcasm detection (msd) in videos using
deep learning models, in: 2023 International Conference in Advances in Power, Signal,
and Information Technology (APSIT), 2023, pp. 811–814. do1i:0.1109/APSIT58554.2023.
10201731.
[15] B. R. Chakravarthi, N. Sripriya, B. Bharathi, K. Nandhini, S. Chinnaudayar
Navaneethakrishnan, T. Durairaj, R. Ponnusamy, P. K. Kumaresan, K. K. Ponnusamy, C. 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
- 2023, 2023.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [1]
          <string-name>
            <given-names>S.</given-names>
            <surname>Chanda</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Pal</surname>
          </string-name>
          ,
          <article-title>Irlab@ iitbhu@ dravidian-codemix-fire2020: Sentiment analysis for dravidian languages in code-mixed text</article-title>
          .,
          <source>in: FIRE (Working Notes)</source>
          ,
          <year>2020</year>
          , pp.
          <fpage>535</fpage>
          -
          <lpage>540</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          [2]
          <string-name>
            <given-names>S.</given-names>
            <surname>Chanda</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Singh</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Pal</surname>
          </string-name>
          ,
          <article-title>Is meta embedding better than pre-trained word embedding to perform sentiment analysis for dravidian languages in code-mixed text?</article-title>
          , Working Notes of FIRE (
          <year>2021</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          [3]
          <string-name>
            <given-names>S.</given-names>
            <surname>Chanda</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Mishra</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Pal</surname>
          </string-name>
          ,
          <article-title>Sentiment analysis and homophobia detection of codemixed dravidian languages leveraging pre-trained model and word-level language tag</article-title>
          , in: Working Notes of FIRE 2022-
          <article-title>Forum for Information Retrieval Evaluation (Hybrid)</article-title>
          .
          <source>CEUR</source>
          ,
          <year>2022</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          [4]
          <string-name>
            <given-names>A.</given-names>
            <surname>Saroj</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Chanda</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Pal</surname>
          </string-name>
          , Irlab@ iitv at semeval
          <article-title>-2020 task 12: multilingual ofensive language identification in social media using svm</article-title>
          ,
          <source>in: Proceedings of the Fourteenth Workshop on Semantic Evaluation</source>
          ,
          <year>2020</year>
          , pp.
          <fpage>2012</fpage>
          -
          <lpage>2016</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          [5]
          <string-name>
            <given-names>S.</given-names>
            <surname>Chanda</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Ujjwal</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Das</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Pal</surname>
          </string-name>
          ,
          <article-title>Fine-tuning pre-trained transformer based model for hate speech and ofensive content identification in english, indo-aryan and code-mixed (english-hindi) languages, in: Forum for Information Retrieval Evaluation (Working Notes)(FIRE), CEUR-WS</article-title>
          . org,
          <year>2021</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          [6]
          <string-name>
            <given-names>S.</given-names>
            <surname>Chanda</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Sheth</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Pal</surname>
          </string-name>
          ,
          <article-title>Coarse and fine-grained conversational hate speech and ofensive content identification in code-mixed languages using fine-tuned multilingual embedding, in: Forum for Information Retrieval Evaluation (Working Notes)(FIRE)</article-title>
          .
          <source>CEURWS. org</source>
          ,
          <year>2022</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          [7]
          <string-name>
            <given-names>S.</given-names>
            <surname>Chanda</surname>
          </string-name>
          ,
          <string-name>
            <surname>S. Pal,</surname>
          </string-name>
          <article-title>The efect of stopword removal on information retrieval for code-mixed data obtained via social media</article-title>
          ,
          <source>SN Computer Science</source>
          <volume>4</volume>
          (
          <year>2023</year>
          )
          <fpage>494</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          [8]
          <string-name>
            <given-names>S.</given-names>
            <surname>Amir</surname>
          </string-name>
          ,
          <string-name>
            <given-names>B. C.</given-names>
            <surname>Wallace</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            <surname>Lyu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Carvalho</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M. J.</given-names>
            <surname>Silva</surname>
          </string-name>
          ,
          <article-title>Modelling context with user embeddings for sarcasm detection in social media</article-title>
          ,
          <source>in: Proceedings of the 20th SIGNLL Conference on Computational Natural Language Learning, Association for Computational Linguistics</source>
          , Berlin, Germany,
          <year>2016</year>
          , pp.
          <fpage>167</fpage>
          -
          <lpage>177</lpage>
          . URLh:ttps://aclanthology.
          <source>org/K16-10 1</source>
          .7 doi:10.18653/v1/
          <fpage>K16</fpage>
          -1017.
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          [9]
          <string-name>
            <given-names>S. G.</given-names>
            <surname>Wicana</surname>
          </string-name>
          ,
          <string-name>
            <given-names>T. Y.</given-names>
            <surname>Ibisoglu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>U.</given-names>
            <surname>Yavanoglu</surname>
          </string-name>
          ,
          <article-title>A review on sarcasm detection from machinelearning perspective</article-title>
          ,
          <source>2017 IEEE 11th International Conference on Semantic Computing (ICSC)</source>
          (
          <year>2017</year>
          )
          <fpage>469</fpage>
          -
          <lpage>476</lpage>
          . URL: https://api.semanticscholar.org/CorpusID:1607473.
          <fpage>9</fpage>
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          [10]
          <string-name>
            <given-names>K.</given-names>
            <surname>Jain</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Deshpande</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            <surname>Shridhar</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F.</given-names>
            <surname>Laumann</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Dash</surname>
          </string-name>
          ,
          <article-title>Indic-transformers: An analysis of transformer language models for indian languages, 20a2r0</article-title>
          .Xiv:
          <year>2011</year>
          .02323.
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          [11]
          <string-name>
            <given-names>D. K.</given-names>
            <surname>Jain</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Kumar</surname>
          </string-name>
          , G. Garg,
          <article-title>Sarcasm detection in mash-up language using soft-attention</article-title>
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>