<!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>PiLN IDPT 2021: Irony Detection in Portuguese Texts with Super cial Features and Embeddings</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Rafael T. Anchi</string-name>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Francisco A. Ricarte Neto</string-name>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Jeziel C. Marinho</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Kauan V. do Nascimento</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Raimundo S. Moura</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Computer Department Federal University of Piau - UFPI Teresina</institution>
          ,
          <country country="BR">Brazil</country>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>Federal Institute of Piau - IFPI</institution>
        </aff>
      </contrib-group>
      <abstract>
        <p>This paper describes the participation of the PiLN team in the IberLEF 2021 shared task on Irony Detection in Portuguese. The goal of this task is to create a system to detect irony in tweets and news texts. To deal with this topic, we develop a super cial featurebased strategy and an embeddings approach. Moreover, we adopt a backtranslation method as data-augmentation to make the tweets Corpus less unbalanced. We evaluate our approaches within several machine learningbased classi ers and take the rst and second places in the tweets Corpus category and seventh and thirteenth places in the news Corpus.</p>
      </abstract>
      <kwd-group>
        <kwd>Irony detection</kwd>
        <kwd>Portuguese Tweets and News</kwd>
        <kwd>Super cial features and embeddings</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>-</title>
      <p>
        According to Oxford dictionary [
        <xref ref-type="bibr" rid="ref14">14</xref>
        ], irony may be viewed as a funny or strange
aspect of a very di erent situation from what is expected, using words that say
the opposite of what really mean, often as a joke, and with a tone of voice that
shows this. In some circumstances, such as dialogue, other resources may assist
in elaborating irony, such as a facial gesture, tone of voice, or movements with
the arms. When dealing only with texts, the task of irony detection becomes even
more challenging. Due to its nature, irony has important implications for Natural
Language Processing (NLP) task, which aims to understand and produce human
languages [
        <xref ref-type="bibr" rid="ref15">15</xref>
        ].
      </p>
      <p>
        When dealing with textual content on the internet, it is possible to observe
the use of ironies as a mechanism to reinforce an utterance or e ciently state
a point of view. Therefore, automatic irony detection may be useful for several
tasks, such as detecting online harassment, identifying author pro ling, opinion
mining, and others [
        <xref ref-type="bibr" rid="ref10">10</xref>
        ]. Also, it may improve the results of the sentiment analysis
classi cation task [
        <xref ref-type="bibr" rid="ref11">11</xref>
        ].
      </p>
      <p>
        In this paper, we describe our strategies to deal with automatic irony
detection in tweets and news texts in the IberLEF 2021 shared task on Irony Detection
in Portuguese [
        <xref ref-type="bibr" rid="ref2">2</xref>
        ].
      </p>
    </sec>
    <sec id="sec-2">
      <title>2 Irony Detection task in Portuguese</title>
      <p>The organizers of this shared task released two Corpora with ironic texts: tweets
and news. In the training set, the rst Corpus has 15; 212 tweets, while the
second one has 18; 494 news. Table 1 presents the number of ironic and
nonironic texts for each Corpus. As we can see, the Corpora are unbalanced. The
Corpus of news is unbalanced regarding the ironic label, whereas the Corpus of
tweets is unbalanced concerning the non-ironic label.</p>
      <p>From these Corpora, the goal of this task was de ned as a binary classi cation
problem where the participants were asked to classify a text (tweets and news)
as ironic or non-ironic.</p>
      <p>In what follows, we detail our strategy to handle ironic texts.
3</p>
    </sec>
    <sec id="sec-3">
      <title>Developed strategies</title>
      <p>
        In order to make the Corpus of tweets less unbalanced, we used the Corpus of
the SemEval 2018 Task 3 (Irony Detection in English Tweets) [
        <xref ref-type="bibr" rid="ref15">15</xref>
        ]. That Corpus
has 4; 390 tweets, being 2; 147 ironic and 2; 243 non-ironic. To translate tweets
from English to Portuguese, we adopted a back-translation approach [
        <xref ref-type="bibr" rid="ref12">12</xref>
        ], as
depicted in Figure 1.
      </p>
      <p>
        From this gure, we translated the original tweets from the SemEval
Corpus to Portuguese, using the machine translation model provided by the Google
Translate API3. We used that model because it achieved good results in the
semantic parsing [
        <xref ref-type="bibr" rid="ref13">13</xref>
        ], textual entailment inference [
        <xref ref-type="bibr" rid="ref4">4</xref>
        ], and paraphrase detection [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ]
tasks. In sequence, we translate the Portuguese tweets back to English, because
3 https://cloud.google.com/translate/
      </p>
      <p>Original tweets</p>
      <p>English</p>
      <p>Tweets
Compare</p>
      <p>Translate to Portuguese</p>
      <p>Translated tweets</p>
      <p>English
Tweets</p>
      <p>Portuguese</p>
      <p>Tweets</p>
      <p>
        Translate back
to English
there are no Portuguese reference tweets to evaluate the quality of the
translations. In this way, we may measure the quality of the translations, comparing
the original tweets with the back-translated tweets. To evaluate the quality of
the translations, we computed the harmonic mean between the ROUGE4 [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ] and
BLEU [
        <xref ref-type="bibr" rid="ref8">8</xref>
        ] metrics, as in Equation 1.
      </p>
      <p>F1 = 2
rouge bleu
rouge + bleu
(1)</p>
      <p>Based on that strategy, we obtained f-score values as shown in Table 2, when
comparing the original tweets with the back-translated tweets. From this table,
25%, 50%, and 75% refer to the rst, second, and third quartile, respectively.</p>
      <p>Taking into account the values of Table 2, we got the non-ironic tweets with
f-scores greater than 0:79, which equals 680 tweets corresponding to the best
translations, to make the Corpus of tweets less unbalanced. Our new Corpus of
tweets has 12; 736 ironic tweets and 3; 156 non-ironic tweets.
4 We used the F-score of the ROUGE-L.</p>
      <p>With the Corpus of news and the new Corpus of tweets, we adopted a method
based on super cial features and an embedding approach to extract features of
Corpora, train classi ers to predict tweets or news as ironic or non-ironic. In
subsection 3.1, we detail our super cial feature method, and in subsection 3.2,
we describe the embedding approach.
3.1</p>
      <p>Super cial features
In this approach, we tried several linguistic features to identify ironic texts, such
as: number of named entities, presence/absence of some symbols, expressions,
number of emojis, frequent words, among others. Table 3 presents the analyzed
features in the Tweets and News datasets.</p>
      <p>Number of tokens formed only by letters
Number of Named Entities in text
Percentage of wrong words
Number of wrong words
Percentage of words written in uppercase
Use of quotation marks in text
Use of expressions: `sqn', `SQN', `so que na~o', `SO QUE N A~O', `so
que na~o', `SO QUE N A~O', `so que n~', `SO QUE N~', `So que na~o'
Excessive use of question and exclamation marks
Number of emojis in text
Number of hashtags in text
Number of smiley face symbols
Use of laugh expressions in text: `kkk', `hahaha', `hehehe', `rsrsrs'
Number of a ective adjectives in text
10 most frequent words in each class: ironic and non ironic, excluding
repeated words</p>
      <p>
        From this feature list, we experimented several machine learning algorithms
and observed that the most relevant feature is the f reqW ords. Thus, we adopted
a very simple strategy to detect an ironic text. We computed the Term
FrequencyInverse Document Frequency (TF-IDF) to extract features from the Tweets and
News Corpora, and we fed them into the Linear Support Vector Machine (SVM),
using the Stochastic Gradient Descent (SGD) technique to train the classi er.
Moreover, we applied a greedy search method to nd the best parameters for the
TF-IDF and the classi er. Table 4 presents the found out parameters for tweets
and news. From this table, number of features is the vector size, max. df refers
to the document frequency, and max. iterations is the number of iterations of
the training algorithm.
According to Le and Mikolov [
        <xref ref-type="bibr" rid="ref6">6</xref>
        ], Paragraph Vector is an unsupervised method
that learns a xed length of features from variable forms of texts e.g., sentence,
paragraph, document. The authors mention two approaches, Distributed
Memory (DM) and Distributed Bag of Words (DBOW). The rst one uses word
vectors with a paragraph vector representation for the task of predicting the next
word in a sentence. In DM, the paragraph vector representation acts like
memory, granting context information to the prediction task. Unlike DM, DBOW
uses only paragraph information. This method randomly samples words in the
paragraph vector representation and uses this information to predict the next
word in the text.
      </p>
      <p>
        To extract embedding features from the Corpora, we trained the Distributed
Bag of Words Paragraph Vector model [
        <xref ref-type="bibr" rid="ref6">6</xref>
        ] for each Corpus with the parameters,
as shown in Table 5. We choose the DBOW approach based on better results
obtained from initial experiments with two Paragraph Vector methods. To train
the model, we used the Gensim library [
        <xref ref-type="bibr" rid="ref9">9</xref>
        ].
      </p>
      <p>From this table, vector size is the dimensionality of vectors, i.e., each text
has 300-dimensional embeddings, dm is the training algorithm, where the 0 value
refers to the Distributed Bag of Words version of Paragraph Vector. We set 0:025
as initial learning rate on parameter alpha, 300 epochs, which is the number of
iterations over the corpus, and choose to ignore words with lower frequency
than 1 on parameter min count. The parameter window represents the distance
between the current and predicted word, de ned by size 4 and for parameters
sample and workers, we set empirical values based on initial experiments.</p>
      <p>In the next section, we present our conducted experiments and obtained
results.
4</p>
    </sec>
    <sec id="sec-4">
      <title>Experiments and Results</title>
      <p>
        To assess the systems for this shared task, the organizers made available test
sets for the news and tweets Corpora, where each test set has 300 texts. The
systems were ranked by the balanced accuracy metric (BACC) [
        <xref ref-type="bibr" rid="ref3">3</xref>
        ]. Each team
could submit three runs for each Corpus. The shared task had seven teams and
fteen submissions. Out of 15 submissions, our strategies ranked 1st (super cial
features + SVM) and 2nd (embeddings + MLP) for the tweets Corpus, and
7th (super cial features + SVM) and 13th (embeddings + MLP) for the news
Corpus. Table 6 presents the obtained results by our methods.
      </p>
      <p>In general, one can see that the super cial features approaches outperformed
the embeddings strategy. The features have discriminated better an ironic text
from non-ironic text than embeddings. Moreover, we believe that the
backtranslation method helped to produce the best results for the tweets Corpus.</p>
      <p>The methods for the news Corpus achieved better scores than the tweets
Corpus. We believe that it is due to two reasons: the news Corpus is larger than
the tweets Corpus and the text style of the tweets since they are usually short,
unstructured and seldom obey grammar and punctuation rules. Hence, generally,
tweets texts are more challenging than news texts.</p>
      <p>
        For the news Corpus, the embedding method seems to be unable to generalize
well, likely because of the news length. This result suggests the necessity to
investigate a more robust architecture. We believe that a transformer architecture,
as BERT [
        <xref ref-type="bibr" rid="ref5">5</xref>
        ], may help to produce better results for news text.
      </p>
      <p>It is important to highlight that simple approaches, as TF-IDF and
embeddings, produce good results for the irony detection task. Our trained models are
available at https://github.com/rafaelanchieta/PiLN/.
5</p>
    </sec>
    <sec id="sec-5">
      <title>Conclusion</title>
      <p>In this paper, we presented our strategies to IberLEF 2021 shared task on Irony
Detection in Portuguese. We developed a method based on super cial features
and an embedding-based approach. More than that, we used a back-translation
strategy as data-augmentation to make the tweets Corpus less unbalanced. Our
super cial feature approach ranked 1st and 7th and the embedding method
ranked 2nd and 13th for the tweets and news Corpora, respectively. These results
suggest that the data-augmentation strategy help to obtain the best results in
the tweets Corpus and that it is necessary to investigate more robust approaches
to the news Corpus.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          1. Anchi^eta, R.T.,
          <string-name>
            <surname>Sousa</surname>
            ,
            <given-names>R.F.d.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Pardo</surname>
            ,
            <given-names>T.A.</given-names>
          </string-name>
          :
          <article-title>Modeling the Paraphrase Detection Task over a Heterogeneous Graph Network with Data Augmentation</article-title>
          .
          <source>Information</source>
          <volume>11</volume>
          (
          <issue>9</issue>
          ),
          <volume>422</volume>
          (
          <year>2020</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          2. Brisolara Corr^ea, U., Pereira dos Santos,
          <string-name>
            <given-names>L.</given-names>
            ,
            <surname>Coelho</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.</given-names>
            ,
            <surname>A. de Freitas</surname>
          </string-name>
          , L.:
          <article-title>Overview of the idpt task on irony detection in portuguese at iberlef 2021</article-title>
          .
          <source>Procesamiento del Lenguaje Natural</source>
          <volume>67</volume>
          (
          <year>2021</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          3.
          <string-name>
            <surname>Brodersen</surname>
            ,
            <given-names>K.H.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ong</surname>
            ,
            <given-names>C.S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Stephan</surname>
            ,
            <given-names>K.E.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Buhmann</surname>
            ,
            <given-names>J.M.:</given-names>
          </string-name>
          <article-title>The Balanced Accuracy and Its Posterior Distribution</article-title>
          .
          <source>In: Proceedings of the 20th International Conference on Pattern Recognition</source>
          . pp.
          <volume>3121</volume>
          {
          <fpage>3124</fpage>
          . IEEE, Istanbul, Turkey (Aug
          <year>2010</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          4.
          <string-name>
            <surname>Cabezudo</surname>
            ,
            <given-names>M.A.S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Inacio</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Rodrigues</surname>
            ,
            <given-names>A.C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Casanova</surname>
          </string-name>
          , E.,
          <string-name>
            <surname>de</surname>
            <given-names>Sousa</given-names>
          </string-name>
          , R.F.:
          <article-title>Natural language inference for portuguese using bert and multilingual information</article-title>
          .
          <source>In: Proceedings of the 14th International Conference on Computational Processing of the Portuguese Language</source>
          . pp.
          <volume>346</volume>
          {
          <fpage>356</fpage>
          . Springer International Publishing, Evora,
          <source>Portugual (Mar</source>
          <year>2020</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          5.
          <string-name>
            <surname>Devlin</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Chang</surname>
            ,
            <given-names>M.W.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Lee</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Toutanova</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          : BERT:
          <article-title>Pre-training of deep bidirectional transformers for language understanding</article-title>
          .
          <source>In: Proceedings of the 2019 Conference of the North American Chapter of the Association for Computational Linguistics: Human Language Technologies</source>
          , Volume
          <volume>1</volume>
          (Long and Short Papers). pp.
          <volume>4171</volume>
          {
          <fpage>4186</fpage>
          . Association for Computational Linguistics, Minneapolis,
          <source>Minnesota (Jun</source>
          <year>2019</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          6.
          <string-name>
            <surname>Le</surname>
            ,
            <given-names>Q.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Mikolov</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          :
          <article-title>Distributed representations of sentences and documents</article-title>
          .
          <source>In: Proceedings of the 31st International Conference on Machine Learning</source>
          . pp.
          <volume>1188</volume>
          {
          <fpage>1196</fpage>
          . JMLR, Beijing, China (Jun
          <year>2014</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          7.
          <string-name>
            <surname>Lin</surname>
            ,
            <given-names>C.Y.</given-names>
          </string-name>
          :
          <article-title>ROUGE: A package for automatic evaluation of summaries</article-title>
          .
          <source>In: Text Summarization Branches Out</source>
          . pp.
          <volume>74</volume>
          {
          <fpage>81</fpage>
          . Association for Computational Linguistics, Barcelona,
          <source>Spain (Jul</source>
          <year>2004</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          8.
          <string-name>
            <surname>Papineni</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Roukos</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ward</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Zhu</surname>
            ,
            <given-names>W.J.:</given-names>
          </string-name>
          <article-title>BLEU: a method for automatic evaluation of machine translation</article-title>
          .
          <source>In: Proceedings of the 40th Annual Meeting of the Association for Computational Linguistics</source>
          . pp.
          <volume>311</volume>
          {
          <fpage>318</fpage>
          . Association for Computational Linguistics, Philadelphia, Pennsylvania, USA (Jul
          <year>2002</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          9.
          <string-name>
            <surname>Rehurek</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Sojka</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          :
          <article-title>Software Framework for Topic Modelling with Large Corpora</article-title>
          .
          <source>In: Proceedings of the LREC 2010 Workshop on New Challenges for NLP Frameworks</source>
          . pp.
          <volume>45</volume>
          {
          <fpage>50</fpage>
          . ELRA, Valletta, Malta (May
          <year>2010</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          10.
          <string-name>
            <surname>Reyes</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Rosso</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Buscaldi</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          :
          <article-title>Humor in the blogosphere: First clues for a verbal humor taxonomy</article-title>
          .
          <source>Journal of Intelligent Systems</source>
          <volume>18</volume>
          (
          <issue>4</issue>
          ),
          <volume>311</volume>
          (
          <year>2009</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          11.
          <string-name>
            <surname>Rosenthal</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ritter</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Nakov</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Stoyanov</surname>
          </string-name>
          , V.:
          <article-title>SemEval-2014 task 9: Sentiment analysis in Twitter</article-title>
          .
          <source>In: Proceedings of the 8th International Workshop on Semantic Evaluation</source>
          . pp.
          <volume>73</volume>
          {
          <fpage>80</fpage>
          . Association for Computational Linguistics, Dublin, Ireland (Aug
          <year>2014</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          12.
          <string-name>
            <surname>Sennrich</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Haddow</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Birch</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          :
          <article-title>Improving neural machine translation models with monolingual data</article-title>
          .
          <source>In: Proceedings of the 54th Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers)</source>
          . pp.
          <volume>86</volume>
          {
          <fpage>96</fpage>
          . Association for Computational Linguistics, Berlin, Germany (Aug
          <year>2016</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          13.
          <string-name>
            <given-names>Sobrevilla</given-names>
            <surname>Cabezudo</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.A.</given-names>
            ,
            <surname>Mille</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            ,
            <surname>Pardo</surname>
          </string-name>
          ,
          <string-name>
            <surname>T.</surname>
          </string-name>
          :
          <article-title>Back-translation as strategy to tackle the lack of corpus in natural language generation from semantic representations</article-title>
          .
          <source>In: Proceedings of the 2nd Workshop on Multilingual Surface Realisation (MSR</source>
          <year>2019</year>
          ). pp.
          <volume>94</volume>
          {
          <fpage>103</fpage>
          . Association for Computational Linguistics, Hong Kong,
          <source>China (Nov</source>
          <year>2019</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          14.
          <string-name>
            <surname>Stevenson</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          :
          <source>Oxford dictionary of English</source>
          . Oxford University Press, USA (
          <year>2010</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          15.
          <string-name>
            <surname>Van Hee</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Lefever</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Hoste</surname>
          </string-name>
          , V.:
          <article-title>SemEval-2018 task 3: Irony detection in English tweets</article-title>
          .
          <source>In: Proceedings of The 12th International Workshop on Semantic Evaluation</source>
          . pp.
          <volume>39</volume>
          {
          <fpage>50</fpage>
          . Association for Computational Linguistics, New Orleans,
          <source>Louisiana (Jun</source>
          <year>2018</year>
          )
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>