<!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 />
    <article-meta>
      <title-group>
        <article-title>A Hybrid Approach to Sarcasm Detection in Dravidian Code-Mixed Texts</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Prasun Maity</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Dipanjan Saha</string-name>
          <xref ref-type="aff" rid="aff2">2</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Sayan Das</string-name>
          <xref ref-type="aff" rid="aff3">3</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Sainik Kumar Mahata</string-name>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Dipnakar Das</string-name>
          <xref ref-type="aff" rid="aff2">2</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Haldia Institute of Technology</institution>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>Institute of Engineering &amp; Management, Kolkata, University of Engineering and Management</institution>
          ,
          <addr-line>Kolkata</addr-line>
        </aff>
        <aff id="aff2">
          <label>2</label>
          <institution>Jadavpur University</institution>
        </aff>
        <aff id="aff3">
          <label>3</label>
          <institution>National Institute of Technology</institution>
          ,
          <addr-line>Agartala</addr-line>
        </aff>
      </contrib-group>
      <abstract>
        <p>This study presents a novel approach to Sarcasm Detection in Dravidian Code-mixed languages, specifically TamilEnglish and Malayalam-English. Recognizing the challenges posed by code-mixing and the subtleties of sarcasm, we introduce a hybrid model that combines Convolutional Neural Networks (CNNs), Bidirectional Long ShortTerm Memory (BiLSTM) networks, and AdaBoost. Trained on the dataset from the DravidianCodeMix@FIRE-2024 shared task, our model demonstrates the eficacy of integrating deep learning-based feature extraction with classical machine learning techniques for sarcasm detection in a multilingual, code-mixed context.</p>
      </abstract>
      <kwd-group>
        <kwd>eol&gt;Machine Learning</kwd>
        <kwd>Deep Learning</kwd>
        <kwd>Sarcasm Detection</kwd>
        <kwd>Codemixing</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>1. Introduction</title>
      <p>
        Sarcasm detection represents one of the most intricate challenges in sentiment analysis, where the
conveyed meaning often starkly contrasts with the literal interpretation of the text [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ]. This task
becomes particularly complex in code-mixed environments, where users frequently blend multiple
languages in their communication [
        <xref ref-type="bibr" rid="ref2">2</xref>
        ]. Code-mixing, the phenomenon where two or more languages
are intertwined within a single sentence or conversation, is prevalent in multilingual communities,
especially on social media platforms [
        <xref ref-type="bibr" rid="ref3">3</xref>
        ]. This linguistic interplay often utilizes non-native scripts,
such as the Roman alphabet, for easier typing, further complicating the sentiment analysis process [
        <xref ref-type="bibr" rid="ref4">4</xref>
        ].
Traditional sentiment analysis models, predominantly designed and trained on monolingual data, often
falter when applied to these intricate code-mixed texts due to their inability to handle the linguistic
diversity and the nuanced use of sarcasm [
        <xref ref-type="bibr" rid="ref5">5</xref>
        ].
      </p>
      <p>
        In this study, we focus on sarcasm detection within Dravidian code-mixed languages, specifically
Tamil-English and Malayalam-English. These languages, widely spoken in southern India and by global
diaspora communities, introduce unique linguistic complexities [
        <xref ref-type="bibr" rid="ref6">6</xref>
        ]. Tamil, with its origins in one
of the oldest classical languages, and Malayalam, characterized by its alpha-syllabic script, present
significant challenges in text processing, especially when interwoven with English [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ]. The integration
of English, a language with a vastly diferent structure and script, into these Dravidian languages results
in code-mixed texts that are challenging for conventional sentiment analysis systems to accurately
interpret [
        <xref ref-type="bibr" rid="ref8">8</xref>
        ].
      </p>
      <p>
        Our approach involves the development of a robust model designed to accurately detect sarcasm
in these code-mixed scenarios, addressing the limitations of existing sentiment analysis systems in
multilingual and code-mixed environments [
        <xref ref-type="bibr" rid="ref9">9</xref>
        ]. By leveraging a hybrid model architecture that
combines Convolutional Neural Networks (CNNs) with Bidirectional Long Short-Term Memory (BiLSTM)
networks, we aim to capture the intricacies of sarcasm in a multilingual context [
        <xref ref-type="bibr" rid="ref10">10</xref>
        ]. Furthermore, the
integration of classical machine learning techniques, such as AdaBoost, enhances the model’s ability to
classify sarcastic content in these complex linguistic settings [
        <xref ref-type="bibr" rid="ref11">11</xref>
        ].
      </p>
      <p>
        The dataset utilized in this study is sourced from the DravidianCodeMix@FIRE-2024 shared task,
comprising code-mixed comments and posts from social media platforms like YouTube [
        <xref ref-type="bibr" rid="ref12">12</xref>
        ]. Annotated
for sarcasm at the comment or post level, this dataset underscores the challenges posed by real-world
data, including class imbalance and the brevity of social media texts [
        <xref ref-type="bibr" rid="ref13">13</xref>
        ]. The unique characteristics of
this dataset necessitate innovative approaches to sarcasm detection, prompting the development of our
hybrid model [
        <xref ref-type="bibr" rid="ref14">14</xref>
        ].
      </p>
      <p>
        Through this research, we aim to contribute to the growing body of knowledge on sarcasm detection in
multilingual and code-mixed environments [
        <xref ref-type="bibr" rid="ref15">15</xref>
        ]. Our findings have implications not only for improving
sentiment analysis systems but also for enhancing the broader field of natural language processing
(NLP), particularly in the context of increasingly global and linguistically diverse digital communication.
      </p>
    </sec>
    <sec id="sec-2">
      <title>2. Dataset Description</title>
      <p>The dataset for this study, provided by the DravidianCodeMix@FIRE-2024 Shared Task, includes
codemixed comments and posts in Tamil-English and Malayalam-English. The data, sourced from social
media platforms like YouTube, is annotated for sarcasm at the comment/post level, creating a
messagelevel classification task. The dataset exhibits class imbalance, a common scenario in real-world data,
with an average sentence length of one.</p>
      <p>This distribution highlights the imbalance and the brevity of the comments, typical of social media
data.</p>
    </sec>
    <sec id="sec-3">
      <title>3. Methodology</title>
      <sec id="sec-3-1">
        <title>3.1. Data Preprocessing</title>
        <p>The dataset is loaded from an Excel file with Tamil text data and labels. Text data (TEXT) and labels
(LABELS) are extracted as features (X) and target (y). Labels are encoded numerically using LabelEncoder.
Text is tokenized using Keras’s Tokenizer, converting sentences into sequences of integers. Sequences
are padded to a maximum length of 100 tokens. The data is split into training (80%) and testing (20%)
sets.</p>
      </sec>
      <sec id="sec-3-2">
        <title>3.2. Model Architecture</title>
        <p>The model is a hybrid architecture that combines a Convolutional Neural Network (CNN) with a
Bidirectional Long Short-Term Memory (Bi-LSTM) network. The architecture consists of the following
layers:
• Embedding Layer: Converts the input sequences into dense vectors of fixed size (128 dimensions),
where each word is represented by a dense vector of the embedding dimension.
• Convolutional Layer: Applies 128 filters with a kernel size of 5 to capture local patterns in the
text, followed by a ReLU activation function.
• MaxPooling Layer: Reduces the dimensionality of the feature maps by selecting the maximum
value from each pool, which helps in down-sampling the input.
• Bidirectional LSTM Layer: Applies an LSTM layer in both forward and backward directions to
capture dependencies in the sequence data. The return_sequences = True parameter ensures that
the output is a sequence, which is used in subsequent layers.
• Global Max Pooling Layer: Aggregates the maximum value from each feature map output by
the LSTM, reducing the dimensionality and preserving important features.
• Dense Layer: Fully-connected layer with 128 units and ReLU activation, responsible for further
feature extraction and non-linear transformations.
• Dropout Layer: Applies a 50% dropout to prevent overfitting by randomly setting some of the
inputs to zero during training.
• Output Layer: A dense layer with a single unit and sigmoid activation function, providing the
ifnal binary classification output (sarcastic or non-sarcastic).</p>
      </sec>
      <sec id="sec-3-3">
        <title>3.3. Traning</title>
        <p>The Keras model is trained using the Adam optimizer and binary cross-entropy loss function, with
accuracy as the evaluation metric. The training process includes early stopping mechanism to avoid
overfitting by monitoring the validation loss, and model checkpoints to save the best-performing model.
The model is trained for up to 20 epochs with a batch size of 32, and 20% of the training data is used as
a validation set.</p>
        <p>After training, the model is used to extract features from both the training and testing data, which
are then used for further classification.</p>
      </sec>
      <sec id="sec-3-4">
        <title>3.4. Evaluation</title>
        <p>The extracted features from the trained Keras model are used to train an AdaBoost classifier, with a
Decision Tree as the base estimator. The AdaBoost model is configured with 50 estimators and utilizes
the SAMME algorithm for boosting. The trained AdaBoost model is evaluated on the test set, with
predictions compared against the true labels.</p>
        <p>The evaluation metrics include a classification report displaying precision, recall, F1-score, and
support for each class. Additionally, a confusion matrix is generated and visualized using a heatmap
to provide insights into the model’s performance, highlighting the correct and incorrect predictions
across classes.</p>
      </sec>
    </sec>
    <sec id="sec-4">
      <title>4. Results</title>
    </sec>
    <sec id="sec-5">
      <title>5. Conclusion</title>
      <p>Our hybrid model achieved competitive results, efectively distinguishing between sarcastic and
nonsarcastic comments in both Tamil and Malayalam datasets. Please refer Table 2.</p>
      <p>This study presents a robust approach to sarcasm detection in Dravidian Code-mixed texts, combining
the strengths of CNN-BiLSTM for feature extraction with AdaBoost for classification. The model
efectively addresses the challenges posed by code-switching and sarcasm, ofering a promising solution
for sentiment analysis in multilingual and code-mixed environments.</p>
    </sec>
    <sec id="sec-6">
      <title>6. Future Work</title>
      <p>The future direction of this research holds significant potential for further advancements in sarcasm
detection, particularly in the context of Dravidian code-mixed languages like Tamil-English and
MalayalamEnglish. One promising avenue is the incorporation of attention mechanisms within the existing model
architecture. Attention mechanisms have demonstrated their eficacy in various natural language
processing tasks by allowing the model to focus on the most relevant parts of the input, thereby enhancing
the model’s interpretability and performance. Integrating attention layers could help the model better
capture the nuances of sarcasm, which often relies on subtle cues spread across diferent parts of the
sentence.</p>
      <p>Moreover, the exploration of transformer-based models, such as BERT or GPT, tailored specifically
for code-mixed languages, could provide a substantial leap in accuracy and robustness. These models,
known for their deep contextual understanding and ability to handle complex language structures,
could be fine-tuned on sarcasm detection tasks, ofering a more sophisticated approach compared to
traditional models.</p>
      <p>Expanding the dataset to include a broader range of code-mixed languages beyond Tamil-English and
Malayalam-English is another crucial step. Incorporating languages such as Hindi-English,
KannadaEnglish, or other South Asian language pairs could make the model more versatile and applicable to a
wider appearance. This would not only improve the model’s generalizability but also contribute to the
growing body of research on multilingual sarcasm detection.</p>
    </sec>
    <sec id="sec-7">
      <title>Declaration on Generative AI</title>
      <p>The author(s) have not employed any Generative AI tools.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [1]
          <string-name>
            <surname>Joshi</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Bhattacharyya</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          , &amp;
          <string-name>
            <surname>Carman</surname>
            ,
            <given-names>M. J.</given-names>
          </string-name>
          (
          <year>2017</year>
          ).
          <article-title>Automatic sarcasm detection: A survey</article-title>
          .
          <source>ACM Computing Surveys (CSUR)</source>
          ,
          <volume>50</volume>
          (
          <issue>5</issue>
          ),
          <fpage>1</fpage>
          -
          <lpage>22</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          [2]
          <string-name>
            <surname>Poria</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Cambria</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Hazarika</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Majumder</surname>
            ,
            <given-names>N.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Zadeh</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          , &amp;
          <string-name>
            <surname>Morency</surname>
            ,
            <given-names>L. P.</given-names>
          </string-name>
          (
          <year>2017</year>
          ).
          <article-title>Contextdependent sentiment analysis in user-generated videos</article-title>
          .
          <source>In Proceedings of the 55th Annual Meeting of the Association for Computational Linguistics (Volume</source>
          <volume>1</volume>
          :
          <string-name>
            <surname>Long</surname>
            <given-names>Papers</given-names>
          </string-name>
          ) (pp.
          <fpage>873</fpage>
          -
          <lpage>883</lpage>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          [3]
          <string-name>
            <surname>Ghosh</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Li</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Veale</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Rosso</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Shutova</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Barnden</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          , &amp;
          <string-name>
            <surname>Reyes</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          (
          <year>2015</year>
          , June). SemEval-2015 task 11:
          <article-title>Sentiment analysis of figurative language in Twitter</article-title>
          .
          <source>In Proceedings of the 9th International Workshop on Semantic Evaluation (SemEval</source>
          <year>2015</year>
          ) (pp.
          <fpage>470</fpage>
          -
          <lpage>478</lpage>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          [4]
          <string-name>
            <surname>Ghosh</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          , &amp;
          <string-name>
            <surname>Veale</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          (
          <year>2016</year>
          , June).
          <article-title>Fracking sarcasm using neural network</article-title>
          .
          <source>In Proceedings of the 7th Workshop on Computational Approaches to Subjectivity, Sentiment and Social Media Analysis</source>
          (pp.
          <fpage>161</fpage>
          -
          <lpage>169</lpage>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          [5]
          <string-name>
            <surname>Joshi</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Tripathi</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Patel</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Bhattacharyya</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          , &amp;
          <string-name>
            <surname>Carman</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          (
          <year>2016</year>
          , December).
          <article-title>Are word embedding-based features useful for sarcasm detection</article-title>
          ?
          <source>In Proceedings of the 2016 Conference on Empirical Methods in Natural Language Processing</source>
          (pp.
          <fpage>1006</fpage>
          -
          <lpage>1011</lpage>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          [6]
          <string-name>
            <surname>Poria</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Hazarika</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Majumder</surname>
            ,
            <given-names>N.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Naik</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Cambria</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          , &amp;
          <string-name>
            <surname>Mihalcea</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          (
          <year>2019</year>
          ).
          <article-title>MELD: A multimodal multi-party dataset for emotion recognition in conversations</article-title>
          .
          <source>In Proceedings of the 57th Annual Meeting of the Association for Computational Linguistics</source>
          (pp.
          <fpage>527</fpage>
          -
          <lpage>536</lpage>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          [7]
          <string-name>
            <surname>Ghosh</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          , &amp;
          <string-name>
            <surname>Veale</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          (
          <year>2017</year>
          ).
          <article-title>Magnets for sarcasm: Making sarcasm detection timely, contextual, and very personal</article-title>
          .
          <source>In Proceedings of the 2017 Conference on Empirical Methods in Natural Language Processing</source>
          (pp.
          <fpage>482</fpage>
          -
          <lpage>491</lpage>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          [8]
          <string-name>
            <surname>Ghosh</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Guo</surname>
            ,
            <given-names>W.</given-names>
          </string-name>
          , &amp;
          <string-name>
            <surname>Muresan</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          (
          <year>2015</year>
          ,
          <article-title>September)</article-title>
          .
          <article-title>Sarcastic or not: Word embeddings to predict the literal or sarcastic meaning of words</article-title>
          .
          <source>In Proceedings of the 2015 Conference on Empirical Methods in Natural Language Processing</source>
          (pp.
          <fpage>1003</fpage>
          -
          <lpage>1012</lpage>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          [9]
          <string-name>
            <surname>Hazarika</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Poria</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Gorantla</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Cambria</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Zimmermann</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          , &amp;
          <string-name>
            <surname>Mihalcea</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          (
          <year>2018</year>
          , June). Cascade:
          <article-title>Contextual sarcasm detection in online discussion forums</article-title>
          .
          <source>In Proceedings of the 27th International Conference on Computational Linguistics</source>
          (pp.
          <fpage>1837</fpage>
          -
          <lpage>1848</lpage>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          [10]
          <string-name>
            <surname>Joshi</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Sharma</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          , &amp;
          <string-name>
            <surname>Bhattacharyya</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          (
          <year>2015</year>
          , June).
          <article-title>Harnessing context incongruity for sarcasm detection</article-title>
          .
          <source>In Proceedings of the 53rd Annual Meeting of the Association for Computational Linguistics and the 7th International Joint Conference on Natural Language Processing</source>
          (Volume
          <volume>2</volume>
          :
          <string-name>
            <surname>Short</surname>
            <given-names>Papers</given-names>
          </string-name>
          ) (pp.
          <fpage>757</fpage>
          -
          <lpage>762</lpage>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          [11]
          <string-name>
            <surname>Bharti</surname>
            ,
            <given-names>S. K.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Babu</surname>
            ,
            <given-names>K. S.</given-names>
          </string-name>
          , &amp;
          <string-name>
            <surname>Jena</surname>
            ,
            <given-names>S. K.</given-names>
          </string-name>
          (
          <year>2015</year>
          ).
          <article-title>Parsing-based sarcasm sentiment recognition in Twitter data</article-title>
          .
          <source>In Proceedings of the 2015 IEEE/ACM International Conference on Advances in Social Networks Analysis and Mining</source>
          (pp.
          <fpage>1373</fpage>
          -
          <lpage>1380</lpage>
          ). IEEE.
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          [12]
          <string-name>
            <surname>Amir</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Wallace</surname>
            ,
            <given-names>B. C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Lyu</surname>
            ,
            <given-names>H.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Carvalho</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          , &amp;
          <string-name>
            <surname>Silva</surname>
            ,
            <given-names>M. J.</given-names>
          </string-name>
          (
          <year>2016</year>
          , June).
          <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</source>
          (pp.
          <fpage>167</fpage>
          -
          <lpage>177</lpage>
          ).
          <article-title>Association for Computational Linguistics</article-title>
          .
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          [13]
          <string-name>
            <surname>Bamman</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          , &amp;
          <string-name>
            <surname>Smith</surname>
            ,
            <given-names>N. A.</given-names>
          </string-name>
          (
          <year>2015</year>
          , June).
          <article-title>Contextualized sarcasm detection on Twitter</article-title>
          .
          <source>In Proceedings of the 9th International Conference on Web and Social Media (ICWSM)</source>
          (pp.
          <fpage>574</fpage>
          -
          <lpage>577</lpage>
          ).
          <source>Association for the Advancement of Artificial Intelligence.</source>
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          [14]
          <string-name>
            <surname>Rajadesingan</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Zafarani</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          , &amp;
          <string-name>
            <surname>Liu</surname>
            ,
            <given-names>H.</given-names>
          </string-name>
          (
          <year>2015</year>
          ,
          <article-title>February)</article-title>
          .
          <article-title>Sarcasm detection on Twitter: A behavioral modeling approach</article-title>
          .
          <source>In Proceedings of the Eighth ACM International Conference on Web Search and Data Mining</source>
          (pp.
          <fpage>97</fpage>
          -
          <lpage>106</lpage>
          ).
          <article-title>Association for Computing Machinery</article-title>
          .
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          [15]
          <string-name>
            <surname>Poria</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Cambria</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Hazarika</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          , &amp;
          <string-name>
            <surname>Vij</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          (
          <year>2016</year>
          ).
          <article-title>A deeper look into sarcastic tweets using deep convolutional neural networks</article-title>
          .
          <source>In Proceedings of COLING</source>
          <year>2016</year>
          ,
          <source>the 26th International Conference on Computational Linguistics: Technical Papers</source>
          (pp.
          <fpage>1601</fpage>
          -
          <lpage>1612</lpage>
          ).
          <source>International Committee on Computational Linguistics.</source>
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>