<!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>Accenture at CheckThat! 2020: If you say so: Post-hoc fact-checking of claims using transformer-based models</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>n Willi</string-name>
          <email>e.m.williams@accenture.com</email>
        </contrib>
        <contrib contrib-type="author">
          <string-name>ul Ro</string-name>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Accenture</institution>
          ,
          <addr-line>800 N. Glebe Rd., Arlington, 22209</addr-line>
          ,
          <country country="US">USA</country>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>University of Maryland</institution>
          ,
          <addr-line>College Park, MD</addr-line>
          ,
          <country country="US">USA</country>
        </aff>
      </contrib-group>
      <abstract>
        <p>We introduce the strategies used by the Accenture Team for the CLEF2020 CheckThat! Lab, Task 1, on English and Arabic. This shared task evaluated whether a claim in social media text should be professionally fact checked. To a journalist, a statement presented as fact, which would be of interest to a large audience, requires professional fact-checking before dissemination. We utilized BERT and RoBERTa models to identify claims in social media text a professional fact-checker should review, and rank these in priority order for the fact-checker. For the English challenge, we ne-tuned a RoBERTa model and added an extra mean pooling layer and a dropout layer to enhance generalizability to unseen text. For the Arabic task, we ne-tuned Arabic-language BERT models and demonstrate the use of back-translation to amplify the minority class and balance the dataset. The work presented here was scored 1st place in the English track, and 1st, 2nd, 3rd, and 4th place in the Arabic track.</p>
      </abstract>
      <kwd-group>
        <kwd>fact checking</kwd>
        <kwd>fact identi cation</kwd>
        <kwd>Arabic</kwd>
        <kwd>BERT</kwd>
        <kwd>RoBERTa</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>-</title>
      <p>Natural Language Processing (NLP) has been driving Arti cial Intelligence
research since the 1950s, but recently increased in distinction due to the quantity
of text that can be utilized as well as new techniques to extract even more value
from text. In 2018, a surge of research produced deep learning architectures in
NLP which beat state of the art on a multitude of tasks, such as sentiment
analysis, question answering, and semantic similarity, in a variety of languages.</p>
      <p>
        Since the innovation of ULMFit [
        <xref ref-type="bibr" rid="ref12">12</xref>
        ], numerous new architectures have been
introduced, such as ELMo [
        <xref ref-type="bibr" rid="ref17">17</xref>
        ], BERT [
        <xref ref-type="bibr" rid="ref9">9</xref>
        ], ERNIE [26], RoBERTa [
        <xref ref-type="bibr" rid="ref14">14</xref>
        ], GPT-2 [
        <xref ref-type="bibr" rid="ref18">18</xref>
        ],
GPT-3 [
        <xref ref-type="bibr" rid="ref6">6</xref>
        ], and others, yielding breakthrough innovations and increased
performance, nearly month after month. These architectures require massive amounts
of training data, which can be expensive to train on high-performance computing
clusters [25]. However, they facilitate the practice of transfer learning. A base
model trained on a large amount of general text data can then be ne-tuned,
or customized for a speci c problem and domain/genre, using text with far less
annotated data than previous systems required. This use of transfer learning
allows us to e ectively craft custom cutting-edge models to solve a wide range
of classi cation problems.
      </p>
      <p>
        While these architectures are often utilized to improve NLP tasks, the
application of transformer-based transfer learning approaches are less often
demonstrated as components in decision-support systems which aid the work ow of
subject matter experts. We do see these technologies being used in the
medical eld (e.g. [
        <xref ref-type="bibr" rid="ref20">20</xref>
        ]), and anticipate there will be many more applications coming.
The CheckThat! Lab poses one such application, which could reduce information
burden in the work ow of a journalist.
1.1
      </p>
    </sec>
    <sec id="sec-2">
      <title>CheckThat! Lab</title>
      <p>
        We participated in Task 1 of the 2020 CheckThat! challenge. [
        <xref ref-type="bibr" rid="ref5">5</xref>
        ] Organizers
distributed collections of tweets in English and in Arabic for training, annotated
for topic group, whether the tweet was a claim, and whether the tweet was
check-worthy, along with Twitter provided meta-data. [
        <xref ref-type="bibr" rid="ref10 ref24">24, 10</xref>
        ] Participants in
the challenge utilized this data to train a model that could receive a list of novel
tweets, classify each for check-worthiness, and rank the group of tweets by how
check-worthy they were. Evaluation of the model was performed on a second test
dataset provided for each language. These test datasets were held back by the
organizers until shortly before the competition end time. Organizers provided
this dataset unlabeled, and participants provided the labels and ranking to the
organizers. Organizers evaluated the ranking produced by participating groups
to a withheld labeled and ranked list. Participants were permitted to submit
one primary run and up to 3 contrasting runs. The o cial metric for Arabic
was Precision @ 30 (P@30). Precision @ k is the number of relevant results in
the top k claims in the ranked list. The o cial metric for English was Mean
Average Precision (mAP), or the mean of the average precision scores for each
of the claims.
      </p>
      <p>Provided Data Tweets were collected by CheckThat! organizers using keyword
watchlists, consisting of usernames, hashtags, or key words, designed around a
variety of topic areas.</p>
      <p>For English, one topic was provided related to COVID-19, and ltered for
tweets that mentioned #COVID19, #CoronavirusOutbreak, #Coronavirus, #Corona,
#CoronaAlert, #CoronaOutbreak, corona, and COVID-19. This topic was the
same in train, test, and the evaluation set.</p>
      <p>For Arabic, the training data included three topics{Protests in Lebanon,
Emirati cleric Wassim Youssef, as well as Turkey's intervention in Syria. Testing
data included topics such as Deal of the Century, The Houthis in Yemen,
COVID19, Feminists, Events in Libya, The group of resident non-citizens in Kuwait,
Algeria, as well as Boycotting Countries &amp; Promoting Rumors against Qatar.
We note that the topics provided between train and test datasets di er, with no
overlap.</p>
      <p>
        The topic word lists were used by the organizers to collect posts on Twitter.
Annotators were presented these posts and were asked to evaluate each for
checkworthiness. Check-worthiness was de ned as \a tweet that includes a claim that
is of interest to a large audience (especially journalists), might have a harmful
e ect, etc." [
        <xref ref-type="bibr" rid="ref8">8</xref>
        ] Tweets were assigned check-worthiness labels after review by two
annotators as well as a review by a third expert annotator. Check-worthiness
was evaluated on the following three criteria [
        <xref ref-type="bibr" rid="ref4">4</xref>
        ]:
{ Do you think the claim in the tweet is of interest to the public?
{ To what extent do you think the claim can negatively a ect the reputation
of an entity, country, etc.?
{ Do you think journalists will be interested in covering the spread of the claim
or the information discussed by the claim?
      </p>
      <p>In examining the labeled training data, we con rmed nuanced di erences
between tweets that were check-worthy and tweets that were not. For example, the
tweet below, which was taken from the English task development data, initially
appears to be peddling a false COVID-19 claim. However, the rest of the tweet
makes it clear that the author is joking, which is presumably why this tweet was
not labeled as being check-worthy.</p>
      <p>"ALERT The corona virus can be spread through money. If you have any
money at home, put on some gloves, put all the money in to a plastic bag
and put it outside the front door tonight. I'm collecting all the plastic bags
tonight for safety. Think of your health."
In contrast, the tweet below, which was labeled check-worthy, is spreading
harmful COVID-19 misinformation which could dissuade people from getting tested.
"Coronavirus test in US is $3,000. Here in Tokyo it's $50, $166 without State
ins. In much of Europe it's free Worse, in much of the US, it's not even
available, unreliable. And meanwhile #POTUS recently called Corona one
big \hoax." USA: 1st world $$$, 3rd world healthcare."</p>
      <p>We had concern that nuanced text like this may be di cult to discriminate
and rank accurately.</p>
      <p>For a journalist, the task of identifying noteworthy claims for the vetting
process may be intuitive. Their knowledge of the material, background in academic
training, and experience as a journalist inform their processes and
decisionmaking. Our learner is not coached, trained, or experienced in this area
beforehand. It receives the data and annotations provided by the annotators and learns
the patterns of language to replicate their decision process.</p>
    </sec>
    <sec id="sec-3">
      <title>BERT</title>
      <sec id="sec-3-1">
        <title>Transformer Architectures and Pre-trained Models</title>
        <p>
          Bidirectional Encoder Representations from Transformers (BERT) models have
fundamentally changed the NLP landscape. The original BERT model's
architecture consists of 12 transformers stacked on top of one another with a hidden
size of 768 and 12 self-attention heads. [
          <xref ref-type="bibr" rid="ref9">9</xref>
          ] BERT models are trained by
performing unsupervised tasks, namely masked token prediction (Masked LM) and
prediction of future sentences (Next Sentence Prediction) on massive amounts
of data. BERT utilizes a WordPiece tokenization scheme. [
          <xref ref-type="bibr" rid="ref22">22</xref>
          ], and was trained
on Wikipedia and the BooksCorpus [30]. At the time of release, BERT was
state-of-the-art in 11 NLP tasks.
        </p>
        <p>Since initial release, many pre-trained BERT neural networks have been
released. These can be focused on new languages, or di er in size. They can be
either smaller and more e cient, or larger and more comprehensive, than the
original release [27]. Any of these pre-trained models could serve as a base model
for ne-tuning to new datasets and new tasks.
2.2</p>
      </sec>
    </sec>
    <sec id="sec-4">
      <title>RoBERTa</title>
      <p>
        RoBERTa, developed by Liu et al. [
        <xref ref-type="bibr" rid="ref14">14</xref>
        ], is an derivative of BERT which
introduced modi cations to the training process. The primary modi cations are
the provision of more training data, increasing pre-training steps with bigger
batches over more data, removing Next Sentence Prediction, training on longer
sequences, and dynamically changing the masking pattern applied to the
training data [
        <xref ref-type="bibr" rid="ref14">14</xref>
        ]. While RoBERTa also requires sub-word tokenization, RoBERTa
uses a Byte-Pair Encoding (BPE) instead of WordPiece. [
        <xref ref-type="bibr" rid="ref23">23</xref>
        ] The base-roberta
model was pre-trained on 160GB of text extracted from BookCorpus, English
Wikipedia, CC-News, OpenWebText, and Stories (a subset of CommonCrawl
Data) [
        <xref ref-type="bibr" rid="ref14">14</xref>
        ].
      </p>
      <p>
        At the time of release, the RoBERTa architecture achieved state-of-the-art
results on publicly available benchmark datasets such as GLUE [28], RACE
[
        <xref ref-type="bibr" rid="ref13">13</xref>
        ], and SQuAD [
        <xref ref-type="bibr" rid="ref19">19</xref>
        ]. Like BERT, RoBERTa models come in a variety of sizes,
and choosing a model requires a trade-o between computational e ciency and
model size.
      </p>
      <p>While some new architectures have been released which exceed RoBERTa's
performance, RoBERTa remains an accessible framework and continues to be
one of the most highly ranked architectures on the SuperGLUE leaderboard.4
2.3</p>
    </sec>
    <sec id="sec-5">
      <title>AraBERT</title>
      <p>
        AraBERT is an Arabic model developed by Wissam Antoun, Fady Baly, and
Hazem Hajj at the American University of Beirut [
        <xref ref-type="bibr" rid="ref3">3</xref>
        ]. The aubmindlab/arabert
      </p>
      <sec id="sec-5-1">
        <title>4 https://super.gluebenchmark.com/leaderboard</title>
        <p>
          series of models were pre-trained on Arabic documents retrieved from the web,
as well as two publicly available corpora: the 1.5 billion word Arabic Corpus, and
the 1 billion word Open Source International Arabic News Corpus (OSIAN). No
token count was provided for the web scraped documents. [
          <xref ref-type="bibr" rid="ref3">3</xref>
          ].
2.4
        </p>
      </sec>
    </sec>
    <sec id="sec-6">
      <title>ArabicBERT</title>
      <p>
        ArabicBERT is an Arabic model developed by Ali Safaya, Moutasem
Abdullatif, and Deniz Yuret KUIS of Koc University. [
        <xref ref-type="bibr" rid="ref21">21</xref>
        ] ArabicBERT was trained
on Wikipedia, and the OSCAR corpus [
        <xref ref-type="bibr" rid="ref16">16</xref>
        ], which utilized web data from
CommonCrawl. The corpus used to create the pre-trained model was, in total, 8.5
billion words.
3
3.1
      </p>
      <sec id="sec-6-1">
        <title>Quantitative Analysis</title>
      </sec>
    </sec>
    <sec id="sec-7">
      <title>Label Balance</title>
      <p>The datasets for both the English and the Arabic Challenges were imbalanced.
The English Task 1 datasets contained a development dataset of 150 tweets and
a training dataset of 672 tweets containing 39% and 34% check-worthy tweets
respectively. The Arabic Task 1 training dataset provided 1,500 labeled tweets,
458 of which (31%) were labeled check-worthy.</p>
      <p>We will discuss provisions we make for the Arabic imbalance later in the
paper.
3.2</p>
    </sec>
    <sec id="sec-8">
      <title>Vocabulary Analysis</title>
      <p>When utilizing pre-trained models, vocabulary used to create these models plays
a critical role. The process of ne-tuning does not allow for the addition of
additional vocabulary, so these systems fallback to subword units during tokenization.
Because we were evaluating a corpus that contained emerging topics (such as
COVID-19), and our pre-trained models were created at di erent points between
2018 and 2020, we wanted to understand what our pre-trained models contained.
We hypothesized that the models with the greatest token overlap would perform
the best.</p>
      <p>English The token overlap between the English test dataset and RoBERTa's
vocabulary le was roughly 850 tokens (54%), with RoBERTa containing about
50K items in its vocabulary. Many tokens missing from the RoBERTa vocabulary
were related to the coronavirus topic, including several terms for COVID-19 as
well as named entities, emoji, foreign languages in non-Latin script, misspellings
and slang/internet chat language (LMAOOO). No analysis was performed on
the BERT vocabulary le.</p>
      <p>Arabic The three Arabic model vocabularies contained 64K WordPieces (
aubmindlab/bert-base-arabert ), 64K WordPieces (aubmindlab/bert-base-arabertv01 )
and 32K WordPieces (asafaya/bert-base-arabic). A rough tokenization and
cleaning of the tweets in the test data set resulted in roughly 15K unique tokens. The
overlap between the three Arabic model vocabulary and the Arabic test data set
was roughly 8.5K tokens or 56% of the tokens in the test data
(aubmindlab/bertbase-arabertv01 ), 5.5K tokens or 36% of the tokens in the test data
(asafaya/bertbase-arabic) and 3.5K or 23% of the tokens in the the test data
(aubmindlab/bertbase-arabert ). Some categories of vocabulary found in the test data set, but
missing from the top performing model, included English words or loan words in
Arabic script, colloquial/slang, misspellings/missing spaces, named entities (names
of people and places), emoji and tokens in Latin script. The
asafaya/bert-basearabic Arabic model vocabulary also included a lot of longer WordPieces that
were unlikely to be found in data. Additionally, even though the test data set
contained short vowels, none of the Arabic model vocabularies had any short
vowels.
4</p>
      <sec id="sec-8-1">
        <title>Approach and Results</title>
        <p>The datasets provided for English and Arabic contained Twitter metadata elds,
but we discard these. Our methodology only utilizes the message text of the
Tweet as well as the check-worthy eld containing a binary label where the
positive class denoted a check-worthy claim.5</p>
        <p>Competition rules required that tweets most likely to be check-worthy needed
to appear at the top of each topic. To generate rankings, we took the positive
and negative class scores, generated by a sequence classi cation head on top the
pooled output of the neural network models (whether it be BERT, RoBERTa,
AraBERT, or ArabicBERT), and passed those scores through a softmax
function to normalize the classi cation outputs. We then subtracted the negative
class probability from the positive class probability. This yielded interpretable,
normalized scores between 1 and -1, where higher scores re ected our model's
con dence that a tweet was check-worthy. We then sorted by the di erence of
probabilities to produce the ranked tweets submitted to the organizers of the
conference.
4.1</p>
      </sec>
    </sec>
    <sec id="sec-9">
      <title>English</title>
      <p>Classi cation For our internal evaluations, we split the English training data
provided into 80% training and 20% validation sets. We used the development
set as was provided by the organizers.</p>
      <p>
        We evaluated three baseline models. We ne-tuned the data over 2 epochs
on the original English BERT model [
        <xref ref-type="bibr" rid="ref9">9</xref>
        ], a BERT model trained on COVID-19
5 We tried concatenating the text eld with the pre-labeled topicID eld, but this did
not improve the model's performance at all, so we chose to exclude topic labels from
the model.
      </p>
      <p>
        Twitter data [
        <xref ref-type="bibr" rid="ref15">15</xref>
        ], and the original English RoBERTa model [
        <xref ref-type="bibr" rid="ref14">14</xref>
        ]. We assumed
that the COVID-19 Twitter model would generate the highest accuracy given
its deep contextual knowledge of both Twitter data and COVID-19, but of the
three models, RoBERTa generated the highest precision and recall for both the
positive and negative class. We chose to eliminate the previous two models and
focus on optimizing RoBERTa.6
      </p>
      <p>
        In our internal evaluations, we noticed the model over tting quickly. To help
prevent this, we added an extra mean pooling layer and dropout layer to the
model. Our pooling layer takes the weights from the last layer, which were over
tting, and averages them with weights from the second-to-last layer. This reduces
over tting by smoothing out some of the weights originally calculated in the nal
layer. Dropout is a regularization technique that reduces over tting by randomly
omitting (or zeroing out) hidden units from the network during each training
step at a probability speci ed by the user [
        <xref ref-type="bibr" rid="ref11">11</xref>
        ]. By adding these two layers to
the end of our RoBERTa model, we were able to improve accuracy on our test
set and reduce over tting.
      </p>
      <p>After a grid search, we ne-tuned with 2 epochs, a batch size of 32, and Adam
optimization with a learning rate of 1.5e-5. The RoBERTa model was ne-tuned
using the Keras API to TensorFlow.</p>
      <p>This output was then fed through a softmax function, and the di erence
between the positive and negative class likelihoods were used to rank tweets
within each pre-labeled topic category.</p>
      <p>Results Results of our ne-tuned RoBERTa model can be found in Table 1 as
RoBERTa. This submission placed rst place among all competing teams with
a mAP of 0.8064. Our contribution narrowly beat out the second place results,
which likely utilized a similar model. We did not submit our BERT model or
COVID Twitter models for formal evaluation.
4.2</p>
    </sec>
    <sec id="sec-10">
      <title>Arabic</title>
      <p>
        Classi cation For our internal evaluations, we split the Arabic training data
provided into 70% training, 20% validation, and 10% held-out sets. We
evaluated four baseline Arabic BERT models retrieved from Huggingface, without
any parameter tuning. [29]. These models were Hate-speech-CNERG/
dehatebertmono-arabic [
        <xref ref-type="bibr" rid="ref2">2</xref>
        ], asafaya/bert-base-arabic [
        <xref ref-type="bibr" rid="ref21">21</xref>
        ], aubmindlab/bert-base-arabert [
        <xref ref-type="bibr" rid="ref3">3</xref>
        ],
6 In hindsight, these two should have been contributed for formal evaluation.
and aubmindlab/bert-base-arabertv01 [
        <xref ref-type="bibr" rid="ref3">3</xref>
        ]. Out of four, we found three to have
promise, aubmindlab/bert-base-arabertv01, aubmindlab/bert-base-arabert, and
asafaya/bertbase-arabic.
      </p>
      <p>Classes were imbalanced in the Arabic training dataset with 30% of tweets
labeled as part of the check-worthy class. In order to address the imbalanced
classes, we chose to upsample the positive class using machine translation via
Amazon Web Services (AWS) Translate.</p>
      <p>Tweets from the positive class in the training and development sets were
translated to English and then back to Arabic (ar!en!ar), appended to our
training dataset, and assigned a label of check-worthy. This improved both
precision and recall for check-worthy tweets, but slightly harmed the precision and
recall for tweets that were not check-worthy. As the goal is to surface and rank
the positive class at various levels of precision, a reduction in the F1-score of the
negative class was acceptable for improving the F1-score of the positive class.</p>
      <p>After a grid search, our nal models were ne-tuned with 2 epochs, a learning
rate of 2e-05, Adam optimization, and a batch size of 32. We used a Huggingface
BERT sequence classi cation function[29] and, like with English, added a linear
layer on top of the pooled output.</p>
      <p>This output was then fed through a softmax function, and the di erence
between the positive and negative class likelihoods were used to rank tweets
within each pre-labeled topic category.</p>
      <p>Results Results for our Arabic evaluations can be found in Table 2. Our o cial
submission to the competition was AraBERT v0.1 Upsampled and was
evaluated in 1st place with a P@30 of 0.7000. Our comparative models AraBERT
v1.0 Upsampled7, AraBERT v0.1 Unmodi ed, and ArabicBERT-Base
Upsampled were evaluated in 2nd, 3rd, and 4th place with P@30 scores of
.6750, .6694, and .6639 respectively.</p>
      <p>The bene t of back-translation to upsample the minority class can be seen
by comparing AraBERT v0.1 Upsampled (P@30 of 0.7000) with AraBERT
v0.1 Unmodi ed (P@30 of of 0.6694). These were the same model
architectures, with identical hyperparameters, but one had upsampled data, and the
other did not.</p>
      <p>
        Comments: Preprocessing Once we had Arabic model performance baselines,
we experimented with various preprocessing techniques. We assumed that these
steps would reduce noise and help the Arabic BERT models better map words
to tokens in its vocabulary. We performed internal evaluations involving
variations of removing diacritics, stopwords, urls, punctuation, and also of splitting
7 This is a rapidly evolving area of NLP. At the time of the challenge, documentation
was not yet published for AraBERT v1.0. We did not realize v1.0 required running
Farasa [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ] as a preprocessing step for tokenization before utilization. We expect an
Upsampled v1.0 to beat an Upsampled v0.1 when utilizing the necessary Arabic
segmenter.
underscores. We tested each of these preprocessing functions alone, as well as in
combination with other preprocessing functions. We saw no increase in precision
or recall from these steps. In fact, many combinations of these functions brought
down our overall accuracy. We ultimately chose to forego all preprocessing.
Comments: Machine Translation Back-translation provides the model with
alternative ways to express similar concepts. This makes the model more robust
to vocabulary not present in the training data.
      </p>
      <p>We evaluated three strategies to augment the corpus using translation data.
{ adding back-translated data (ar!en!ar)
{ adding the English translation (ar!en)
{ adding both the English and back-translated Arabic text (ar!en; ar!en!ar).
We found the back-translated Arabic (without English) (ar!en!ar) had the
provided the largest increase in accuracy on our internal evaluations.</p>
      <p>English was chosen as an intermediary language due solely to the fact that
AWS has strong English NLP support. Future research may explore which
intermediary language translations can o er the largest performance boosts. While
we may have bene ted from exploring intermediary language alternatives 8, we
had to leave this for future work due to constraints in both time and budget.</p>
      <p>We recognize that this translation approach resulted in label leakage into
the hold-out and validation sets, resulting in over tting on our internal
evaluations. However by expanding the contextual vocabulary of the model, we had
the intuition this would yield increased performance on the unseen test set.</p>
      <p>Of all of the preprocessing and tuning steps we tried on our internal
evaluations, none resulted in a larger accuracy boost than adding this back-translated
data.
5</p>
      <sec id="sec-10-1">
        <title>Future Work</title>
        <p>New pre-trained neural network models are being released at a rapid pace. The
trend is that they are getting larger{trained with more parameters, on larger
quantities of text. Additionally, their baseline capabilities are expanding. Work
like that which is presented here can be easily updated to take advantage of
these new models as they become available. The work ow a year from now will</p>
        <sec id="sec-10-1-1">
          <title>8 as well as from up-sampling the English training set</title>
          <p>be the same, but performance will improve. Today, BERT and similar pre-trained
models have become the new baseline. These systems yield fantastic results, with
little training data required for ne-tuning.</p>
          <p>As larger models are created and released, the models become more di cult
to understand. Classi cation and ranking is helpful to support SMEs performing
their work, but full decision support systems cannot be black boxes, and need
to be able to explain why they made the suggestions they did. We are working
on improving the explainability of these models to provide better support to
decision makers.
6</p>
        </sec>
      </sec>
      <sec id="sec-10-2">
        <title>Conclusions</title>
        <p>This paper introduced work by Accenture on using BERT and RoBERTa models
to classify and rank unsubstantiated claims in social media for professional
factchecking. We demonstrate 5 models. We submitted one model to the English
track, and placed 1st with a mAP of .8064. We submitted 4 models to the Arabic
track, yielding 1st (P@30=.7000), 2nd (P@30=.6750), 3rd (P@30=.6694), and
4th (P@30=.6639) place.
25. Sharir, O., Peleg, B., Shoham, Y.: The cost of training NLP models: A concise
overview. arXiv preprint arXiv:2004.08900v1 (2020)
26. Sun, Y., Wang, S., Li, Y., Feng, S., Chen, X., Zhang, H., Tian, X., Zhu, D., Tian,
H., Wu, H.: Ernie: Enhanced representation through knowledge integration. arXiv
preprint arXiv:1904.09223 (2019)
27. Turc, I., Chang, M.W., Lee, K., Toutanova, K.: Well-read students learn better:</p>
        <p>On the importance of pre-training compact models (2019)
28. Wang, A., Singh, A., Michael, J., Hill, F., Levy, O., Bowman, S.R.: Glue: A
multitask benchmark and analysis platform for natural language understanding (2018)
29. Wolf, T., Debut, L., Sanh, V., Chaumond, J., Delangue, C., Moi, A., Cistac, P.,
Rault, T., Louf, R., Funtowicz, M., Brew, J.: Huggingface's transformers:
Stateof-the-art natural language processing. ArXiv abs/1910.03771 (2019)
30. Zhu, Y., Kiros, R., Zemel, R.S., Salakhutdinov, R., Urtasun, R., Torralba, A.,
Fidler, S.: Aligning books and movies: Towards story-like visual explanations
by watching movies and reading books. CoRR abs/1506.06724 (2015), http:
//arxiv.org/abs/1506.06724</p>
      </sec>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          1.
          <string-name>
            <surname>Abdelali</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Darwish</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Durrani</surname>
            ,
            <given-names>N.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Mubarak</surname>
          </string-name>
          , H.:
          <article-title>Farasa: A fast and furious segmenter for arabic</article-title>
          .
          <source>In: Proceedings of the 2016 conference of the North American chapter of the association for computational linguistics: Demonstrations</source>
          . pp.
          <volume>11</volume>
          {
          <issue>16</issue>
          (
          <year>2016</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          2.
          <string-name>
            <surname>Aluru</surname>
            ,
            <given-names>S.S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Mathew</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Saha</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Mukherjee</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          :
          <article-title>Deep learning models for multilingual hate speech detection</article-title>
          . arXiv preprint arXiv:
          <year>2004</year>
          .
          <volume>06465</volume>
          (
          <year>2020</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          3.
          <string-name>
            <surname>Antoun</surname>
            ,
            <given-names>W.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Baly</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Hazem</surname>
          </string-name>
          , H.:
          <article-title>AraBERT: Transformer-based model for arabic language understanding</article-title>
          .
          <source>In: Proceedings of the 4th Workshop on Open-Source Arabic Corpora and Processing Tools</source>
          ,
          <article-title>with a Shared Task on O ensive Language Detection</article-title>
          . pp.
          <volume>9</volume>
          {
          <issue>15</issue>
          (
          <year>2020</year>
          ), https://arxiv.org/pdf/
          <year>2003</year>
          .00104v2.pdf
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          4.
          <string-name>
            <surname>Arampatzis</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kanoulas</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Tsikrika</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Vrochidis</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Joho</surname>
            ,
            <given-names>H.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Lioma</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Eickho</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Neveol</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Cappellato</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ferro</surname>
          </string-name>
          , N. (eds.):
          <article-title>Experimental IR Meets Multilinguality</article-title>
          , Multimodality, and
          <source>Interaction Proceedings of the Eleventh International Conference of the CLEF Association (CLEF</source>
          <year>2020</year>
          ).
          <source>LNCS (12260)</source>
          , Springer (
          <year>2020</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          5. Barron-Ceden~o,
          <string-name>
            <given-names>A.</given-names>
            ,
            <surname>Elsayed</surname>
          </string-name>
          ,
          <string-name>
            <given-names>T.</given-names>
            ,
            <surname>Nakov</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            , Da San Martino, G.,
            <surname>Hasanain</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            ,
            <surname>Suwaileh</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            ,
            <surname>Haouari</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F.</given-names>
            ,
            <surname>Babulkov</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N.</given-names>
            ,
            <surname>Hamdan</surname>
          </string-name>
          ,
          <string-name>
            <given-names>B.</given-names>
            ,
            <surname>Nikolov</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            ,
            <surname>Shaar</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            ,
            <surname>Sheikh Ali</surname>
          </string-name>
          ,
          <string-name>
            <surname>Z.</surname>
          </string-name>
          : Overview of CheckThat! 2020:
          <article-title>Automatic identi cation and veri cation of claims in social media</article-title>
          .
          <source>In: Arampatzis et al. [4]</source>
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          6.
          <string-name>
            <surname>Brown</surname>
          </string-name>
          , T.B.,
          <string-name>
            <surname>Mann</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ryder</surname>
            ,
            <given-names>N.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Subbiah</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kaplan</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Dhariwal</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Neelakantan</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Shyam</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Sastry</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Askell</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Agarwal</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Herbert-Voss</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Krueger</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Henighan</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Child</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ramesh</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ziegler</surname>
            ,
            <given-names>D.M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Wu</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Winter</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Hesse</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Chen</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Sigler</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Litwin</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Gray</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Chess</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Clark</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Berner</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>McCandlish</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Radford</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Sutskever</surname>
            ,
            <given-names>I.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Amodei</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          :
          <article-title>Language models are few-shot learners (</article-title>
          <year>2020</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          7.
          <string-name>
            <surname>Cappellato</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Eickho</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ferro</surname>
            ,
            <given-names>N.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Neveol</surname>
            ,
            <given-names>A</given-names>
          </string-name>
          . (eds.): Working Notes of CLEF 2020|
          <article-title>Conference and Labs of the Evaluation Forum (</article-title>
          <year>2020</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          8.
          <string-name>
            <surname>Committee</surname>
            ,
            <given-names>O.</given-names>
          </string-name>
          :
          <article-title>Tasks 1 &amp; 5: Check-worthiness</article-title>
          , https://sites.google.com/ view/clef2020-checkthat/tasks/tasks-1-5
          <string-name>
            <surname>-</surname>
          </string-name>
          check-worthiness
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          9.
          <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>
          . arXiv preprint arXiv:
          <year>1810</year>
          .
          <volume>04805</volume>
          (
          <year>2018</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          10.
          <string-name>
            <surname>Hasanain</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Haouari</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Suwaileh</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ali</surname>
            ,
            <given-names>Z.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Hamdan</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Elsayed</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          , BarronCeden~o,
          <string-name>
            <given-names>A.</given-names>
            , Da San Martino, G.,
            <surname>Nakov</surname>
          </string-name>
          ,
          <string-name>
            <surname>P.</surname>
          </string-name>
          : Overview of CheckThat! 2020 Arabic:
          <article-title>Automatic identi cation and veri cation of claims in social media</article-title>
          .
          <source>In: Cappellato et al. [7]</source>
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          11.
          <string-name>
            <surname>Hinton</surname>
            ,
            <given-names>G.E.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Srivastava</surname>
            ,
            <given-names>N.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Krizhevsky</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Sutskever</surname>
            ,
            <given-names>I.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Salakhutdinov</surname>
            ,
            <given-names>R.R.</given-names>
          </string-name>
          :
          <article-title>Improving neural networks by preventing co-adaptation of feature detectors</article-title>
          .
          <source>arXiv preprint arXiv:1207.0580</source>
          (
          <year>2012</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          12.
          <string-name>
            <surname>Howard</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ruder</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          :
          <article-title>Fine-tuned language models for text classi cation</article-title>
          . CoRR abs/
          <year>1801</year>
          .06146 (
          <year>2018</year>
          ), http://arxiv.org/abs/
          <year>1801</year>
          .06146
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          13.
          <string-name>
            <surname>Lai</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Xie</surname>
            ,
            <given-names>Q.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Liu</surname>
            ,
            <given-names>H.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Yang</surname>
            ,
            <given-names>Y.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Hovy</surname>
          </string-name>
          , E.: Race:
          <article-title>Large-scale reading comprehension dataset from examinations (</article-title>
          <year>2017</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          14.
          <string-name>
            <surname>Liu</surname>
            ,
            <given-names>Y.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ott</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Goyal</surname>
            ,
            <given-names>N.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Du</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Joshi</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Chen</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Levy</surname>
            ,
            <given-names>O.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Lewis</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Zettlemoyer</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Stoyanov</surname>
          </string-name>
          , V.:
          <article-title>RoBERTa: A robustly optimized BERT pretraining approach</article-title>
          . CoRR abs/
          <year>1907</year>
          .11692 (
          <year>2019</year>
          ), http://arxiv.org/abs/
          <year>1907</year>
          .11692
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          15. Muller,
          <string-name>
            <given-names>M.</given-names>
            ,
            <surname>Salathe</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            ,
            <surname>Kummervold</surname>
          </string-name>
          ,
          <string-name>
            <surname>P.E.</surname>
          </string-name>
          :
          <article-title>Covid-twitter-bert: A natural language processing model to analyse COVID-19 content on twitter</article-title>
          . arXiv preprint arXiv:
          <year>2005</year>
          .
          <volume>07503</volume>
          (
          <year>2020</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          16.
          <string-name>
            <surname>Ortiz</surname>
            <given-names>Suarez</given-names>
          </string-name>
          ,
          <string-name>
            <given-names>P.J.</given-names>
            ,
            <surname>Romary</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.</given-names>
            ,
            <surname>Sagot</surname>
          </string-name>
          ,
          <string-name>
            <surname>B.</surname>
          </string-name>
          :
          <article-title>A monolingual approach to contextualized word embeddings for mid-resource languages</article-title>
          .
          <source>Proceedings of the 58th Annual Meeting of the Association for Computational Linguistics</source>
          (
          <year>2020</year>
          ). https://doi.org/10.18653/v1/
          <year>2020</year>
          .acl-main.
          <volume>156</volume>
          , http://dx.doi.org/10. 18653/v1/
          <year>2020</year>
          .acl-main.
          <fpage>156</fpage>
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          17.
          <string-name>
            <surname>Peters</surname>
            ,
            <given-names>M.E.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Neumann</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Iyyer</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Gardner</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Clark</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Lee</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Zettlemoyer</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          :
          <article-title>Deep contextualized word representations</article-title>
          .
          <source>In: Proc. of NAACL</source>
          (
          <year>2018</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref18">
        <mixed-citation>
          18.
          <string-name>
            <surname>Radford</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Wu</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Child</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Luan</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Amodei</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Sutskever</surname>
            ,
            <given-names>I.</given-names>
          </string-name>
          :
          <article-title>Language models are unsupervised multitask learners</article-title>
          .
          <source>Tech. rep., OpenAI</source>
          , San Francisco, CA, USA (
          <year>2019</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref19">
        <mixed-citation>
          19.
          <string-name>
            <surname>Rajpurkar</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Jia</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Liang</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          :
          <article-title>Know what you don't know: Unanswerable questions for squad (</article-title>
          <year>2018</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref20">
        <mixed-citation>
          20.
          <string-name>
            <surname>Rasmy</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Xiang</surname>
            ,
            <given-names>Y.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Xie</surname>
            ,
            <given-names>Z.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Tao</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Zhi</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          :
          <article-title>Med-bert: pre-trained contextualized embeddings on large-scale structured electronic health records for disease prediction (</article-title>
          <year>2020</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref21">
        <mixed-citation>
          21.
          <string-name>
            <surname>Safaya</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Abdullatif</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Yuret</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          : Kuisail at semeval-2020 task 12:
          <article-title>Bert-cnn for o ensive speech identi cation in social media</article-title>
          .
          <source>In: Proceedings of the International Workshop on Semantic Evaluation (SemEval)</source>
          (
          <year>2020</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref22">
        <mixed-citation>
          22.
          <string-name>
            <surname>Schuster</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Nakajima</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          :
          <article-title>Japanese and Korean voice search</article-title>
          .
          <source>In: 2012 IEEE International Conference on Acoustics, Speech and Signal Processing (ICASSP)</source>
          . pp.
          <volume>5149</volume>
          {
          <fpage>5152</fpage>
          .
          <string-name>
            <surname>IEEE</surname>
          </string-name>
          (
          <year>2012</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref23">
        <mixed-citation>
          23.
          <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>Neural machine translation of rare words with subword units (</article-title>
          <year>2015</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref24">
        <mixed-citation>
          24.
          <string-name>
            <surname>Shaar</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Nikolov</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Babulkov</surname>
            ,
            <given-names>N.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Alam</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Barron-Ceden</surname>
            ~o,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Elsayed</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Hasanain</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Suwaileh</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Haouari</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          , Da San Martino, G.,
          <string-name>
            <surname>Nakov</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          : Overview of CheckThat! 2020 English:
          <article-title>Automatic identi cation and veri cation of claims in social media</article-title>
          .
          <source>In: Cappellato et al. [7]</source>
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>