<!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>T)</journal-title>
      </journal-title-group>
    </journal-meta>
    <article-meta>
      <title-group>
        <article-title>Automatic Contradiction Detection in Spanish</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Robiert Sepúlveda-Torres</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Department of Software and Computing Systems, University of Alicante, Apdo. de Correos 99</institution>
          ,
          <addr-line>E-03080 Alicante</addr-line>
          ,
          <country country="ES">Spain</country>
        </aff>
      </contrib-group>
      <pub-date>
        <year>2021</year>
      </pub-date>
      <volume>1</volume>
      <fpage>9</fpage>
      <lpage>20</lpage>
      <abstract>
        <p>This paper addresses the lack of automated contradiction detection systems for the Spanish language. The ES-Contradiction dataset was created and contains examples with two pieces of information classiifed as Compatible, Contradiction, or Unrelated. To the author's knowledge, a Spanish-language contradiction dataset is non-existent and therefore, the ES-Contradiction dataset fills an important research gap, given Spanish being one of the most widely spoken languages. Moreover, the dataset built includes a fine-grained annotation of the diferent types of contradictions in the dataset. A baseline system was designed to validate the efectiveness of the dataset. The BETO transformer model was used to build this baseline system, which obtained a good result to detect the three class labels Compatible, Contradiction, or Unrelated.</p>
      </abstract>
      <kwd-group>
        <kwd>eol&gt;contradiction dataset</kwd>
        <kwd>contradiction detection</kwd>
        <kwd>natural language processing</kwd>
        <kwd>deep learning</kwd>
        <kwd>fake news</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>1. Introduction</title>
      <p>
        A huge amount of fake news is generated and distributed by digital media every day. Hence,
the manual evaluation of its veracity is practically impossible in a reasonable time frame [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ].
      </p>
      <p>
        Fake news has existed for a long time [
        <xref ref-type="bibr" rid="ref2">2</xref>
        ], but the term “fake news” is relatively new, and it
was defined by The New York Times as a “made up story with the intention to deceive, often
with monetary gain as a motive” [
        <xref ref-type="bibr" rid="ref3">3</xref>
        ]. Artificial Intelligence techniques have been used in recent
years to tackle the fake news problem [
        <xref ref-type="bibr" rid="ref4 ref5">4, 5</xref>
        ]. When a news item is misleading, it introduces
contradictory information to a true news item and therefore, the detection of contradictions
is a fundamental task to identify fake news [
        <xref ref-type="bibr" rid="ref6">6</xref>
        ]. One of the open problems raised by previous
research [
        <xref ref-type="bibr" rid="ref6">6</xref>
        ] related to contradiction detection was to expand the search for resources (dataset,
models, systems) that would allow the creation of contradiction detection systems in other
languages or with cross-lingual approaches. This paper is a summary of a key section of my
PhD whose aim is to design a generic architecture for fake news detection.
      </p>
      <p>
        For this purpose, a deep search for resources was carried out on contradiction detection
from which we concluded that most of the resources and systems for contradiction detection
are developed in English [
        <xref ref-type="bibr" rid="ref10 ref7 ref8 ref9">7, 8, 9, 10</xref>
        ]. Moreover, despite Spanish being one of the most widely
spoken languages in the world, there are no powerful resources in the Spanish language to
carry out the task of detecting contradictions. To fill this research gap and address the lack of
resources in the Spanish language, the main contributions of this research are the following:
• First, a new Spanish dataset is built with diferent types of compatible, contradictory,
and unrelated information for the purpose of creating a language model that is capable
of automatically detecting contradictions between two pieces of information in this
language.
• Second, in a new Spanish dataset each contradiction is annotated with a fine-grained
annotation, diferentiating between diferent types. Specifically, four of the types of
contradictions defined in [
        <xref ref-type="bibr" rid="ref11">11</xref>
        ] are covered: antonymy, negation, date/number mismatch,
and structural.
• Third, a set of experiments using the BETO [
        <xref ref-type="bibr" rid="ref12">12</xref>
        ] pretrained model has been applied to
build the language model and validate its efectiveness.
      </p>
    </sec>
    <sec id="sec-2">
      <title>2. Related Work</title>
      <p>The research presented in this paper is focused on contradiction detection by using
computational models.</p>
      <p>
        The most common approaches to contradiction detection in texts use the linguistic features
extracted from texts to build a classifier by training from the annotated examples, such as
the works in [
        <xref ref-type="bibr" rid="ref11 ref13 ref14">13, 11, 14</xref>
        ]. Linguistic evidences such as polarity, numbers, dates and times,
antonymy, structure, factivity, and modality features were used by the authors of [
        <xref ref-type="bibr" rid="ref11">11</xref>
        ] to detect
contradiction. Simple text similarity metrics (cosine similarity, f1 score, and local alignment)
were used as baseline in [
        <xref ref-type="bibr" rid="ref14">14</xref>
        ], obtaining good results for contradiction classification. [
        <xref ref-type="bibr" rid="ref13">13</xref>
        ] tackled
contradictions by means of three types of linguistic information: negation, antonymy, and
semantic and pragmatic information associated with discourse relations.
      </p>
      <p>
        Currently, the availability of large annotated datasets for contradiction detection are mainly
present in English [
        <xref ref-type="bibr" rid="ref15">15</xref>
        ], such as SNLI [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ], MultiNLI (including multiple genres) [
        <xref ref-type="bibr" rid="ref8">8</xref>
        ], or even the
cross-lingual dataset XNLI [
        <xref ref-type="bibr" rid="ref16">16</xref>
        ]. These datasets have allowed the training of complex deep
learning systems, which require very large corpora to obtain successful results.
      </p>
      <p>
        There are a few studies that address the detection of contradictions in languages other than
English, such as:
1. Machine translation of SNLI from English into German. A model was built using the
German version of SNLI and the results of the predictions are very similar to the same
model trained on the original SNLI version in English [
        <xref ref-type="bibr" rid="ref15">15</xref>
        ].
2. A large-scale database of contradictory event pairs in the Japanese language has been
created. This database is used to generate coherent statements for a dialogue system [
        <xref ref-type="bibr" rid="ref17">17</xref>
        ].
3. Baseline systems are introduced to detect contradictions in the Persian language.
Automatic translation into the Persian language of SNLI and MNLI dataset samples was
performed [
        <xref ref-type="bibr" rid="ref18">18</xref>
        ].
      </p>
    </sec>
    <sec id="sec-3">
      <title>3. ES-Contradiction: A New Spanish Contradiction Dataset</title>
      <p>
        Our dataset (ES-Contradiction) is focused on contradictions that are likely to appear in traditional
news items written in the Spanish language. Unlike other datasets, for the dataset proposed in
this work, contradictions are annotated by distinguishing the type of contradiction according
to its specific characteristics [
        <xref ref-type="bibr" rid="ref19">19</xref>
        ].
      </p>
      <p>
        In order to create the ES-Contradiction dataset, news articles from a renowned Spanish source
were automatically collected, including the headline and body text. According to the journalistic
structure of a news item, the headline is the title of the news article, and it provides the main
idea of the story. A headline is expected to be as efective as possible, without losing accuracy
or becoming misleading [
        <xref ref-type="bibr" rid="ref20">20</xref>
        ]. Therefore, finding contradictions between headlines and body
texts is a crucial task in the fight against the spread of disinformation.
      </p>
      <p>The ES-Contradiction dataset is annotated according to the following classes:
• Compatible (two pieces of texts that address the same fact contain compatible
information at the same time frame)
• Contradiction (two texts that address the same fact contain incompatible information or
two texts that address antonym facts contain compatible information at the same time)
• Unrelated (two texts that address diferent facts)</p>
      <sec id="sec-3-1">
        <title>3.1. Dataset Annotation Stages</title>
        <p>The dataset was built in four stages, subsequently outlined and detailed:
1. Extracting information from data source: The headline, body text, and date of the
news item are extracted from a reliable data source. In this case, the news agency EFE
2. 1 . The news are extracted assuming that the headlines and body texts are compatible,
although in the third stage this relationship is verified.
3. Modifying news headlines: The aim of this stage is to make the news headline
contradictory to the body text by including simple alterations to the headline structure. These
alterations will change the semantic content of the sentence, making it contradictory to
the previous headline and body text. The changes to the headline together with some
examples are given as follows:
• NEGATION (Con_Neg): This alteration consists of negating the headline of the
news item.</p>
        <p>a) Original headline: “El Gobierno pide permanecer en los domicilios porque la
situación es grave” (“The government asks people to stay home as the situation
is serious”)
b) Modified headline: “El Gobierno no pide permanecer en los domicilios porque la
situación no es grave” (“The government doesn’t ask people to stay home as the
situation isn’t serious”)
• ANTONYM (Con_Ant): This transformation consists of replacing the verb denoting
the main event of the headline with an antonym.</p>
        <p>a) Original headline: “Las licencias VTC aumentan un 19% en lo que va de año”
(“VTC licences increase by 19% this year”)
b) Modified headline: “Las licencias VTC caen un 19% en lo que va de año” (“VTC
licences fall by 19% this year”)
1https://www.efe.com/efe/espana/1, accessed on 15 June 2021
• NUMERIC (Con_Num): This amendment consists of changing numbers, dates, or
times appearing in the headline.</p>
        <p>a) Original headline: “Accionistas de Nissan aprueban la incorporación de cuatro
nuevos consejeros” (“Nissan shareholders approve the appointment of four new
board directors”)
b) Modified headline: “Accionistas de Nissan aprueban la incorporación de diez
nuevos consejeros” (“Nissan shareholders approve the appointment of ten new
board directors”’)
• STRUCTURE (Con_Str): This modification consists of changing the position of one
word for another or substituting words in the sentence.</p>
        <p>a) Original headline: “Tokio avanza optimista por el diálogo entre EEUU y China”
(“Tokyo is optimistic about the dialogue between USA and China”)
b) Modified headline: “Tokio avanza optimista por el diálogo entre EEUU y UE”
(“Tokyo is optimistic about the dialogue between USA and EU”)
4. Classifying the relationship between the headline and the body text: The
semantic relationship between the headline and the body text was annotated in two phases:
The first phase consisted of classifying the information into Compatible (compatible
information) or Contradiction (contradictory information). In the second phase, in the
case of Contradiction, the type of contradiction was also annotated (Negation, Antonym,
Numeric, Structure).
5. Aleatory mixing headline and body text: The news items reserved in the first stage
were used to generate unrelated examples (Unrelated). The headline was separated
from the corresponding body text and all the headlines were randomly mixed with the
body texts. In the mixing process, it was verified that the headline is not mixed with the
corresponding body text. This step was done automatically without the intervention of
the annotators.</p>
      </sec>
      <sec id="sec-3-2">
        <title>3.2. Dataset Description</title>
        <p>The dataset consists of 7403 news items, of which 2431 contain Compatible headline–body
news items, 2473 contain Contradiction headline–body news items, and 2499 are Unrelated
headline–body news items. This represents a balanced dataset with three main classification
items. The dataset split sizes for each annotated class are presented in Table 1. We partitioned
the annotated news items into training and test sets. The dataset is available at Zenodo2.</p>
        <p>As can be seen in Table 2, our dataset contains examples of each type of contradiction.
However, it is important to clarify that there are few examples of structure contradiction, given
the complexity of finding sentences that allow for this type of modification.</p>
      </sec>
      <sec id="sec-3-3">
        <title>3.3. Dataset Validation</title>
        <p>Due to the particularities of the dataset annotation process, it was necessary to validate the
second and third stages of the process. For the second stage, a super-annotator validation
1755
744
2499
was conducted, while for the third stage, an inter-annotator agreement was carried out. We
randomly selected 4% of the Compatible and Contradiction pairs (n = 200) to carry out the
dataset validations.</p>
        <sec id="sec-3-3-1">
          <title>3.3.1. Super-Annotator Validation</title>
          <p>For the second stage, it was not possible to make an inter-annotator agreement because this
stage consists of headline modifications and the possible variations are infinite. In this case,
a manual review of the modified headlines is performed by the Super-Annotator to detect
inconsistencies with the indications in the annotation guide. Only 2% of the analyzed examples
present inconsistencies with the annotation guide, corroborating the validity of this stage.</p>
        </sec>
        <sec id="sec-3-3-2">
          <title>3.3.2. Inter-Annotator Agreement</title>
          <p>
            In order to measure the quality of the third stage annotation, an inter-annotator agreement
between two annotators was performed. In cases where there was no agreement, a consensus
process was carried out among the annotators. Using Cohen’s  [
            <xref ref-type="bibr" rid="ref21">21</xref>
            ] a  = 0.83 was
obtained, which validates the third-stage labeling.
          </p>
        </sec>
      </sec>
    </sec>
    <sec id="sec-4">
      <title>4. Experiments and results</title>
      <p>
        To test the validity of the newly created Spanish contradiction dataset in this task, a baseline
system was created that is based on the BETO3 model described in [
        <xref ref-type="bibr" rid="ref12">12</xref>
        ] that was previously
pretrained in a Spanish dataset. The system was implemented using the Simple Transformer4 and
3https://github.com/dccuchile/beto, accessed on 22 March 2021
4https://simpletransformers.ai/, accessed on 15 June 2021
PyTorch5 libraries. In our experiments, the hyperparameter values of the model are maximum
sequence length of 512, batch size of 4, training rate of 2e-5, and training performed for 3 epochs.
      </p>
      <p>The main objective of the experimentation proposed in this research is to demonstrate that a
model is able to learn how to automatically detect contradiction types and contradictions with
high accuracy from the ES-Contradiction dataset.</p>
      <sec id="sec-4-1">
        <title>4.1. Predicting all classes</title>
        <p>This experiment is performed on the entire dataset to predict Compatible, Contradiction, or
Unrelated for each example. The system created is capable of detecting the Unrelated class
with a high level of precision and achieves significantly good results in the Compatible and
Contradiction classes. Table 3 presents the results.</p>
        <p>
          The results obtained in the Unrelated class indicate that the system is capable of detecting
with excellent 1 these types of examples, corroborating the results obtained in the literature
on this type of semantic relation between texts [
          <xref ref-type="bibr" rid="ref22">22</xref>
          ]. The other two classes have room for
improvement, by using, for instance, external knowledge.
        </p>
      </sec>
      <sec id="sec-4-2">
        <title>4.2. Detecting Contradiction vs. Compatible Information</title>
        <p>In this experiment, the Unrelated class is removed from the ES-Contradiction dataset to measure
the accuracy of the approach in terms of distinguishing between compatible or contradiction
information, assuming that the information is related. The results are shown in Table 4. The
approach obtains similar results in both predicted classes. This is due to the quality of the
training examples and the balanced number of examples from each class in this dataset.</p>
      </sec>
      <sec id="sec-4-3">
        <title>4.3. Detecting Specific Types of Contradictions</title>
        <p>This experiment aims to analyze the detection capability of the approach by contradiction types.
Table 5 shows the results obtained exclusively for the detection of contradiction types.</p>
        <p>
          The structural Contradiction class (Con_Str) is the one that obtains the lowest accuracy results
and 1. This contradiction type is considered one of the most complicated contradictions to
detect compared with the other contradictions [
          <xref ref-type="bibr" rid="ref11">11</xref>
          ], which is in line with our results. In addition,
the Con_Str class, due to the scarcity of training examples, contains the lowest number of
examples in this dataset, so the model can learn more about other more representative classes.
        </p>
      </sec>
    </sec>
    <sec id="sec-5">
      <title>5. Discussion</title>
      <p>The experiments carried out have validated the efectiveness of a contradiction detection system
using the ES-Contradiction dataset. However, the experiments evidenced one of the deficiencies
in the ES-Contradiction dataset namely, the lack of examples of the Con_Str class. It would also
be interesting to include other types of contradictions that are not being taken into account in
this dataset.</p>
      <p>
        For the purpose of improving the results of the Contradiction class, we can test by including
resources that detect antonyms and synonyms in line with [
        <xref ref-type="bibr" rid="ref23">23</xref>
        ]. Furthermore, including syntactic
and semantic information could improve the detection of other more complex contradictions,
such as structural ones, without the need for such large datasets.
      </p>
      <p>
        It is highly likely that contradictions such as the structure contradiction need external
semantic knowledge to improve detection results, similar to the introduction of SRL [
        <xref ref-type="bibr" rid="ref10">10</xref>
        ] and
the use of Wordnet relations [
        <xref ref-type="bibr" rid="ref9">9</xref>
        ], both of which improve the results of deep learning models.
      </p>
    </sec>
    <sec id="sec-6">
      <title>6. Conclusions</title>
      <p>This work has built the ES-Contradiction dataset, a new Spanish language dataset that contains
Contradiction, Compatible, and Unrelated information. Unlike other datasets, in the
ESContradiction dataset, contradictions are annotated with a fine-grained annotation. We used
the BETO model to create an automated contradiction detection system.</p>
      <p>The results obtained by our system show that the created Spanish contradictions dataset
is a good option for generating a language model that is able to detect contradictions in the
Spanish language. In order to create a powerful contradiction detection system in Spanish, it is
necessary to extend our dataset with other types of contradictions and add specific features.</p>
      <p>Finally, the creation of this dataset will make it possible to validate the efectiveness of a
contradiction detection architecture in the Spanish language that will be created in future works.</p>
    </sec>
    <sec id="sec-7">
      <title>Acknowledgments</title>
      <p>This research work has been partially funded by Generalitat Valenciana through project “SIIA:
Tecnologias del lenguaje humano para una sociedad inclusiva, igualitaria, y accesible” with grant
reference PROMETEU/2018/089, by the Spanish Government through project
RTI2018-094653B-C22: “Modelang: Modeling the behavior of digital entities by Human Language Technologies”,
as well as being partially supported by a grant from the Fondo Europeo de Desarrollo Regional
(FEDER) and the LIVING-LANG project (RTI2018-094653-B-C21) from the Spanish Government.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [1]
          <string-name>
            <given-names>G.</given-names>
            <surname>Tsipursky</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F.</given-names>
            <surname>Votta</surname>
          </string-name>
          ,
          <string-name>
            <surname>K. M. Roose</surname>
          </string-name>
          ,
          <article-title>Fighting Fake News and Post-Truth Politics with Behavioral Science: The Pro-Truth Pledge</article-title>
          ,
          <source>Behavior and Social Issues</source>
          <volume>27</volume>
          (
          <year>2018</year>
          )
          <fpage>47</fpage>
          -
          <lpage>70</lpage>
          . URL: https://doi.org/10.5210/bsi.v27i0.9127. doi:
          <volume>10</volume>
          .5210/bsi.v27i0.
          <fpage>9127</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          [2]
          <string-name>
            <given-names>H.</given-names>
            <surname>Allcott</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Gentzkow</surname>
          </string-name>
          ,
          <article-title>Social media and fake news in the 2016 election</article-title>
          ,
          <source>Journal of economic perspectives 31</source>
          (
          <year>2017</year>
          )
          <fpage>211</fpage>
          -
          <lpage>36</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          [3]
          <string-name>
            <given-names>S.</given-names>
            <surname>Tavernisen</surname>
          </string-name>
          ,
          <article-title>As fake news spreads lies, more readers shrug at the truth</article-title>
          , New York Times (
          <year>2019</year>
          ). URL: http://nyti.ms/2lw56HN.
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          [4]
          <string-name>
            <given-names>A.</given-names>
            <surname>Alonso-Reina</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Sepúlveda-Torres</surname>
          </string-name>
          ,
          <string-name>
            <given-names>E.</given-names>
            <surname>Saquete</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Palomar</surname>
          </string-name>
          , Team GPLSI.
          <article-title>approach for automated fact checking</article-title>
          ,
          <source>in: Proceedings of the Second Workshop on Fact Extraction and VERification (FEVER)</source>
          ,
          <article-title>Association for Computational Linguistics</article-title>
          , Hong Kong, China,
          <year>2019</year>
          , pp.
          <fpage>110</fpage>
          -
          <lpage>114</lpage>
          . URL: https://www.aclweb.org/anthology/D19-6617. doi:
          <volume>10</volume>
          .18653/v1/
          <fpage>D19</fpage>
          -6617.
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          [5]
          <string-name>
            <given-names>R.</given-names>
            <surname>Sepúlveda-Torres</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Vicente</surname>
          </string-name>
          ,
          <string-name>
            <given-names>E.</given-names>
            <surname>Saquete</surname>
          </string-name>
          , E. Lloret,
          <string-name>
            <given-names>M.</given-names>
            <surname>Palomar</surname>
          </string-name>
          ,
          <article-title>Exploring summarization to enhance headline stance detection</article-title>
          , in: E.
          <string-name>
            <surname>Métais</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          <string-name>
            <surname>Meziane</surname>
            ,
            <given-names>H.</given-names>
          </string-name>
          <string-name>
            <surname>Horacek</surname>
          </string-name>
          , E. Kapetanios (Eds.),
          <source>Natural Language Processing and Information Systems</source>
          , Springer International Publishing, Cham,
          <year>2021</year>
          , pp.
          <fpage>243</fpage>
          -
          <lpage>254</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          [6]
          <string-name>
            <given-names>R.</given-names>
            <surname>Sepúlveda-Torres</surname>
          </string-name>
          ,
          <article-title>Identification of fake news by contradiction detection in texts</article-title>
          ,
          <source>CEUR Workshop Proceedings</source>
          <volume>2802</volume>
          (
          <year>2020</year>
          )
          <fpage>38</fpage>
          -
          <lpage>43</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          [7]
          <string-name>
            <given-names>S. R.</given-names>
            <surname>Bowman</surname>
          </string-name>
          , G. Angeli,
          <string-name>
            <given-names>C.</given-names>
            <surname>Potts</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C. D.</given-names>
            <surname>Manning</surname>
          </string-name>
          ,
          <article-title>A large annotated corpus for learning natural language inference</article-title>
          ,
          <source>in: Proceedings of the 2015 Conference on Empirical Methods in Natural Language Processing</source>
          , Association for Computational Linguistics, Lisbon, Portugal,
          <year>2015</year>
          , pp.
          <fpage>632</fpage>
          -
          <lpage>642</lpage>
          . URL: https://www.aclweb.org/anthology/D15-1075.
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          [8]
          <string-name>
            <given-names>A.</given-names>
            <surname>Williams</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N.</given-names>
            <surname>Nangia</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Bowman</surname>
          </string-name>
          ,
          <article-title>A broad-coverage challenge corpus for sentence understanding through inference</article-title>
          ,
          <source>in: Proceedings of the 2018 Conference of the North American Chapter of the Association for Computational Linguistics: Human Language Technologies</source>
          , Volume
          <volume>1</volume>
          (
          <string-name>
            <surname>Long</surname>
            <given-names>Papers)</given-names>
          </string-name>
          ,
          <source>Association for Computational Linguistics</source>
          , New Orleans, Louisiana,
          <year>2018</year>
          , pp.
          <fpage>1112</fpage>
          -
          <lpage>1122</lpage>
          . URL: https://www.aclweb.org/anthology/N18-1101.
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          [9]
          <string-name>
            <given-names>Q.</given-names>
            <surname>Chen</surname>
          </string-name>
          ,
          <string-name>
            <given-names>X.</given-names>
            <surname>Zhu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Z.-H.</given-names>
            <surname>Ling</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Inkpen</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Wei</surname>
          </string-name>
          ,
          <article-title>Natural language inference with external knowledge</article-title>
          ,
          <source>arXiv preprint arXiv:1711.04289</source>
          <volume>42</volume>
          (
          <year>2017</year>
          )
          <fpage>43</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          [10]
          <string-name>
            <given-names>Z.</given-names>
            <surname>Zhang</surname>
          </string-name>
          , Y. Wu,
          <string-name>
            <given-names>H.</given-names>
            <surname>Zhao</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Z.</given-names>
            <surname>Li</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Zhang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>X.</given-names>
            <surname>Zhou</surname>
          </string-name>
          ,
          <string-name>
            <given-names>X.</given-names>
            <surname>Zhou</surname>
          </string-name>
          ,
          <article-title>Semantics-aware bert for language understanding</article-title>
          ,
          <source>in: Proceedings of the AAAI Conference on Artificial Intelligence</source>
          , volume
          <volume>34</volume>
          ,
          <year>2020</year>
          , pp.
          <fpage>9628</fpage>
          -
          <lpage>9635</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          [11]
          <string-name>
            <surname>M.-C. de Marnefe</surname>
            ,
            <given-names>A. N.</given-names>
          </string-name>
          <string-name>
            <surname>Raferty</surname>
            ,
            <given-names>C. D.</given-names>
          </string-name>
          <string-name>
            <surname>Manning</surname>
          </string-name>
          ,
          <article-title>Finding contradictions in text</article-title>
          ,
          <source>in: Proceedings of ACL-08: HLT</source>
          , Association for Computational Linguistics, Columbus, Ohio,
          <year>2008</year>
          , pp.
          <fpage>1039</fpage>
          -
          <lpage>1047</lpage>
          . URL: https://www.aclweb.org/anthology/P08-1118.
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          [12]
          <string-name>
            <given-names>J.</given-names>
            <surname>Canete</surname>
          </string-name>
          , G. Chaperon,
          <string-name>
            <given-names>R.</given-names>
            <surname>Fuentes</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Pérez</surname>
          </string-name>
          ,
          <article-title>Spanish pre-trained bert model and evaluation data</article-title>
          ,
          <source>PML4DC at ICLR</source>
          <year>2020</year>
          (
          <year>2020</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          [13]
          <string-name>
            <given-names>S.</given-names>
            <surname>Harabagiu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Hickl</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F.</given-names>
            <surname>Lacatusu</surname>
          </string-name>
          ,
          <article-title>Negation, contrast and contradiction in text processing</article-title>
          ,
          <source>in: Proceedings of the 21st National Conference on Artificial Intelligence -</source>
          Volume
          <volume>1</volume>
          , AAAI'
          <fpage>06</fpage>
          , AAAI Press,
          <year>2006</year>
          , p.
          <fpage>755</fpage>
          -
          <lpage>762</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          [14]
          <string-name>
            <given-names>P.</given-names>
            <surname>Lendvai</surname>
          </string-name>
          , U. D. Reichel,
          <article-title>Contradiction Detection for Rumorous Claims</article-title>
          ,
          <source>ArXiv</source>
          (
          <year>2016</year>
          ). URL: http://arxiv.org/abs/1611.02588.
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          [15]
          <string-name>
            <given-names>R.</given-names>
            <surname>Sifa</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Pielka</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Ramamurthy</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Ladi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.</given-names>
            <surname>Hillebrand</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Bauckhage</surname>
          </string-name>
          ,
          <article-title>Towards contradiction detection in german: a translation-driven approach</article-title>
          ,
          <source>in: 2019 IEEE Symposium Series on Computational Intelligence (SSCI)</source>
          ,
          <year>2019</year>
          , pp.
          <fpage>2497</fpage>
          -
          <lpage>2505</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          [16]
          <string-name>
            <given-names>A.</given-names>
            <surname>Conneau</surname>
          </string-name>
          , G. Lample,
          <string-name>
            <given-names>R.</given-names>
            <surname>Rinott</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Williams</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S. R.</given-names>
            <surname>Bowman</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            <surname>Schwenk</surname>
          </string-name>
          ,
          <string-name>
            <given-names>V.</given-names>
            <surname>Stoyanov</surname>
          </string-name>
          ,
          <article-title>XNLI: evaluating cross-lingual sentence representations</article-title>
          , CoRR abs/
          <year>1809</year>
          .05053 (
          <year>2018</year>
          ). URL: http://arxiv.org/abs/
          <year>1809</year>
          .05053.
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          [17]
          <string-name>
            <given-names>Y.</given-names>
            <surname>Takabatake</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            <surname>Morita</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Kawahara</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Kurohashi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Higashinaka</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y.</given-names>
            <surname>Matsuo</surname>
          </string-name>
          ,
          <article-title>Classification and acquisition of contradictory event pairs using crowdsourcing</article-title>
          ,
          <source>in: Proceedings of the The 3rd Workshop on EVENTS: Definition</source>
          , Detection, Coreference, and Representation, Association for Computational Linguistics, Denver, Colorado,
          <year>2015</year>
          , pp.
          <fpage>99</fpage>
          -
          <lpage>107</lpage>
          . URL: https://www.aclweb.org/anthology/W15-0813.
        </mixed-citation>
      </ref>
      <ref id="ref18">
        <mixed-citation>
          [18]
          <string-name>
            <given-names>Z.</given-names>
            <surname>Rahimi</surname>
          </string-name>
          , M. ShamsFard, Contradiction Detection in Persian Text (
          <year>2021</year>
          ). URL: https: //arxiv.org/abs/2107.01987v1.
          <source>arXiv:2107</source>
          .
          <year>01987</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref19">
        <mixed-citation>
          [19]
          <string-name>
            <given-names>R.</given-names>
            <surname>Sepúlveda-Torres</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Bonet-Jover</surname>
          </string-name>
          , E. Saquete, “
          <article-title>here are the rules: Ignore all rules”: Automatic contradiction detection in spanish</article-title>
          ,
          <source>Applied Sciences</source>
          <volume>11</volume>
          (
          <year>2021</year>
          )
          <article-title>3060</article-title>
          . URL: https://doi.org/10.3390%2Fapp11073060. doi:
          <volume>10</volume>
          .3390/app11073060.
        </mixed-citation>
      </ref>
      <ref id="ref20">
        <mixed-citation>
          [20]
          <string-name>
            <given-names>J.</given-names>
            <surname>Kuiken</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Schuth</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Spitters</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Marx</surname>
          </string-name>
          ,
          <article-title>Efective headlines of newspaper articles in a digital environment</article-title>
          ,
          <source>Digital Journalism</source>
          <volume>5</volume>
          (
          <year>2017</year>
          )
          <fpage>1300</fpage>
          -
          <lpage>1314</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref21">
        <mixed-citation>
          [21]
          <string-name>
            <given-names>J.</given-names>
            <surname>Cohen</surname>
          </string-name>
          ,
          <article-title>A Coeficient of Agreement for Nominal Scales</article-title>
          ,
          <source>Educational and Psychological Measurement</source>
          <volume>20</volume>
          (
          <year>1960</year>
          )
          <fpage>37</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref22">
        <mixed-citation>
          [22]
          <string-name>
            <given-names>Q.</given-names>
            <surname>Zhang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Liang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Lipani</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Z.</given-names>
            <surname>Ren</surname>
          </string-name>
          , E. Yilmaz,
          <article-title>From stances' imbalance to their hierarchical representation and detection</article-title>
          ,
          <source>in: The World Wide Web Conference</source>
          , ACM,
          <year>2019</year>
          , pp.
          <fpage>2323</fpage>
          -
          <lpage>2332</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref23">
        <mixed-citation>
          [23]
          <string-name>
            <given-names>X.</given-names>
            <surname>Kang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>B.</given-names>
            <surname>Li</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            <surname>Yao</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Q.</given-names>
            <surname>Liang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Li</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Gong</surname>
          </string-name>
          ,
          <string-name>
            <given-names>X.</given-names>
            <surname>Li</surname>
          </string-name>
          ,
          <article-title>Incorporating synonym for lexical sememe prediction: An attention-based model</article-title>
          ,
          <source>Applied Sciences</source>
          <volume>10</volume>
          (
          <year>2020</year>
          )
          <fpage>5996</fpage>
          .
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>