<!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>Supporting verification of news articles with automated search for semantically similar articles</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Vishwani Gupta</string-name>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Katharina Beckh</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Sven Giesselbach</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Dennis Wegener</string-name>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Tim Wirtz</string-name>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Competence Center for Machine Learning Rhine-Ruhr</institution>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>Fraunhofer Center for Machine Learnning</institution>
        </aff>
      </contrib-group>
      <abstract>
        <p>Fake information poses one of the major threats for society in the 21st century. Identifying misinformation has become a key challenge due to the amount of fake news that is published daily. Yet, no approach is established that addresses the dynamics and versatility of fake news editorials. Instead of classifying content, we propose an evidence retrieval approach to handle fake news. The learning task is formulated as an unsupervised machine learning problem. For validation purpose, we provide the user with a set of news articles from reliable news sources supporting the hypothesis of the news article in query and the final decision is left to the user. Technically we propose a two-step process: (i) Aggregation-step: With information extracted from the given text we query for similar content from reliable news sources. (ii) Refining -step: We narrow the supporting evidence down by measuring the semantic distance of the text with the collection from step (i). The distance is calculated based on Word2Vec and the Word Mover's Distance. In our experiments, only content that is below a certain distance threshold is considered as supporting evidence. We find that our approach is agnostic to concept drifts, i.e. the machine learning task is independent of the hypotheses in a text. This makes it highly adaptable in times where fake news is as diverse as classical news is. Our pipeline ofers the possibility for further analysis in the future, such as investigating bias and diferences in news reporting.</p>
      </abstract>
      <kwd-group>
        <kwd>eol&gt;fake news</kwd>
        <kwd>document similarity</kwd>
        <kwd>word mover's distance</kwd>
        <kwd>news verification</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>1. Introduction</title>
      <p>
        Although its negative influence and its weaponizing usage is known for ages [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ], fake news
(in non-political context also known as false news [
        <xref ref-type="bibr" rid="ref2">2</xref>
        ]) and its negative impact was globally
recognized, during the U.S. elections in 2016, as one of the major challenges for the society of the
21st century [
        <xref ref-type="bibr" rid="ref3 ref4">3, 4</xref>
        ]. Importantly, it was used to promote both political campaigns in the election.
Beside the promotion of political campaigns [
        <xref ref-type="bibr" rid="ref5 ref6">5, 6</xref>
        ], fake news occurs with various purposes or
due to various circumstances, e.g. to destabilize governments in third countries, accidentally
due to unconscious misinterpretation of facts [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ] or as a worthwhile revenue stream based on
advertisement [
        <xref ref-type="bibr" rid="ref10 ref8 ref9">8, 9, 10</xref>
        ].
      </p>
      <p>
        Following [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ] the term fake news is used twice (a) to discredit and downgrade media and
journalism; and (b) to summarize various forms of wrong, misguided, or fabricated information.
Throughout this manuscript we are speaking about (b) when discussing fake news. Fake news
articles, as just described, are to a large extend published, maintained, circulated and promoted
in social media [
        <xref ref-type="bibr" rid="ref11 ref12 ref13 ref14">11, 12, 13, 14</xref>
        ]. On a high level, two strategies of potential interventions have
been highlighted [
        <xref ref-type="bibr" rid="ref15">15</xref>
        ], (i) empowering of individuals to evaluate and assess fake news and
(ii) structural changes preventing exposure of fake news to individuals. Most likely, machine
learning based intervention strategies can be categorized into the second class of strategies.
However, our intent is to propose an approach, while mainly based on state-of-the-art machine
learning methodology, that can be categorized into the first class. Because we believe that
the most sustainable strategy to fight the impact of fake news is to empower individuals to
evaluate and assess fake news, we propose to assess content with evidence from reliable news
sources supporting the hypotheses in the articles. We leave the final decision to the user
which helps to improve acceptance because no actual censorship is happening. However, a
quantitative statistical evaluation is still possible by simply adding a threshold from
crossvalidation experiments on top of the mechanism.
      </p>
      <p>In summary our contribution can be structured into the following aspects:
• Modular system for the comparison of news articles from various sources.
• Unsupervised approach for verification of a queried article and its content.
• Automatic querying for supporting articles using News API.
• An intuitive user interface which allows to individualize the collection of reliable sources
and to receive visual feedback for the queried article.</p>
      <p>The outline of the paper is as follows: Section 2 summarizes the main related work, highlighting
prior approaches towards verification. In section 3, we outline the relevant machine learning
building blocks of our approach. Section 4 introduces our system for news verification and
describes the workflow, architecture and user interface. The deployment of the solution
architecture is described in section 5 as well as a discussion of the approach in general and its
advantages in section 6. Finally, in section 7 we summarize the approach.</p>
    </sec>
    <sec id="sec-2">
      <title>2. Related Work</title>
      <p>
        Following the line of argumentation of [
        <xref ref-type="bibr" rid="ref16">16</xref>
        ], approaches to identify fake news can be structured
into four major categories: knowledge-based, style-based, propagation-based and source-based
Propagation-based analyses are concerned with how fake news spread online which is mostly
formulated as a binary classification problem. The input can be either a news cascade [
        <xref ref-type="bibr" rid="ref17">17</xref>
        ] or
a self-defined graph [
        <xref ref-type="bibr" rid="ref18">18</xref>
        ]. For style-based analysis, the writing style is assessed according to
malicious intent. Perez et al. [
        <xref ref-type="bibr" rid="ref19">19</xref>
        ] point out stylistic biases that exists in text in order to automate
fake news detection. Source-based approaches assess the credibility of a news source [
        <xref ref-type="bibr" rid="ref20 ref21">20, 21</xref>
        ]
while knowledge-based approaches compare news content with known facts [
        <xref ref-type="bibr" rid="ref22">22</xref>
        ]. According to
the scheme from Zhou et al. [
        <xref ref-type="bibr" rid="ref16">16</xref>
        ], our proposed approach combines two categories of fake news
detection: source-based and knowledge-based analysis. For both, we highlight prior work.
      </p>
      <p>
        The most prevalent source-based approach is to rate news sources on their credibility.
Traditional source-based approaches are Web ranking algorithms which rely on website credibility to
improve search results for user queries [
        <xref ref-type="bibr" rid="ref23">23</xref>
        ]. Two current resources for news publisher credibility
are MediaBias/FactCheck [
        <xref ref-type="bibr" rid="ref24">24</xref>
        ] and NewsGuard [
        <xref ref-type="bibr" rid="ref20">20</xref>
        ], a browser extension that displays ratings of
news websites. The ratings are manually curated by journalists. Since the ratings go through a
manual review process the list of rated websites is prone to be incomplete and quickly outdated.
Therefore, recent eforts aim for automating source reliability ratings. Based on expert-features
including for example web-trafic, the existence of a verified Twitter account or textual
information, the authors of [
        <xref ref-type="bibr" rid="ref21">21</xref>
        ] classify the news sources in a supervised manner using a Support
Vector Machine. Another approach to evaluate credibility of the knowledge is proposed by
Esteves et al. [
        <xref ref-type="bibr" rid="ref25">25</xref>
        ]. The proposed approaches are based on supervised learning to automatically
extract source reputation cues and to compute a credibility factor. A further approach that also
taps into style-based methods is to analyse text and metadata in the article. Rashkin et al. [
        <xref ref-type="bibr" rid="ref26">26</xref>
        ]
assess the reliability of entire news articles by predicting whether the document originates
from a website classified as hoax, satire or propaganda by comparing the language of real news
with those three categories to find linguistic characteristics of untrustworthy text. Wang et al.
showed that significant improvements can be achieved for fine-grained fake news detection
when meta-data is combined with text [
        <xref ref-type="bibr" rid="ref27">27</xref>
        ].
      </p>
      <p>
        Knowledge-based approaches mostly tackle the process of fact-checking. Several
fact-checking organizations such as CORRECTIV [
        <xref ref-type="bibr" rid="ref28">28</xref>
        ], PolitiFact [
        <xref ref-type="bibr" rid="ref29">29</xref>
        ] and Snopes [
        <xref ref-type="bibr" rid="ref30">30</xref>
        ] operate by manually
verifying claims (see [
        <xref ref-type="bibr" rid="ref16">16</xref>
        ] for more expert-based fact-checking websites). A drawback of manual
verification is that it may reach readers too late. An approach tackling this issue was recently
published [
        <xref ref-type="bibr" rid="ref22">22</xref>
        ] where the authors approached fact-checking with machine learning methods
and focuse on claim verification. Another related approach is presented in [
        <xref ref-type="bibr" rid="ref31">31</xref>
        ] where the
authors introduce a Fact Extraction and VERification (FEVER) Shared Task. The aim is to
classify whether a claim is factual or not by retrieving evidence from Wikipedia. Both works
treat the task as a classification problem, and a critical challenge with this approach is that we
can not guarantee that the system is able to give suggestions to very recent claims. An approach
geared towards misinformation detection for social media treating exactly this challenge is
presented in [
        <xref ref-type="bibr" rid="ref32">32</xref>
        ] by including a retrieval step. While the authors still include classification as
a second step, i.e. for stance detection, we completely omit any supervised task and focus on
retrieval and an expert-knowledge-based scoring.
      </p>
    </sec>
    <sec id="sec-3">
      <title>3. Building Blocks of the Approach</title>
      <p>As presented in more detail in section 4 we propose an evidence retrieval approach to handle fake
news instead of classifying content. The learning task is formulated as an unsupervised machine
learning problem. The evidence supporting the hypothesis of the queried article is gathered
from a collection of reliable news sources which we provide to the user. It is individualized
by selecting an arbitrary number of sources out of a curated list of reliable news sources for
evidence-gathering purposes. Technically, we propose a two-step process:
1. Aggregation-step: Extract information from the given article and query for similar content
from reliable sources
2. Refining -step: Narrow the supporting evidence down by calculating the semantic distance
of the text with the collection that was retrieved in step 1.</p>
      <p>In the following subsection we briefly introduce the most relevant machine learning concepts,
forming the basis of the proposed approach. To calculate the semantic distance of news articles
we rely on distributed word embeddings and the Word Mover’s distance.</p>
      <sec id="sec-3-1">
        <title>3.1. Word Embedding</title>
        <p>
          Mikolov et al. [
          <xref ref-type="bibr" rid="ref33">33</xref>
          ] proposed the Word2Vec algorithm to learn vector representations of words.
The method is based on the distributional hypothesis [
          <xref ref-type="bibr" rid="ref34 ref35">34, 35</xref>
          ] that words get their meaning
from the context in which they appear. Mikolov et al. propose two diferent variations of the
Word2Vec algorithm, both typically trained on large text corpora. The Continuous
Bag-ofWords Model (CBOW) and the Continuous Skip-gram Model (skip-gram) which predict target
words from source context words and source context words from target words, respectively.
Specifically, they propose a shallow neural network architecture, which trains continuous word
vectors representations to maximize the log probability of neighboring words in a corpus. For a
given sequence of words 1, 2, ...,  , it models the probability of this particular sequence as
follows
        </p>
        <p>1 ∑︁</p>
        <p>
          ∑︁ log ( | )
 =1 ∈()
(1)
Here, () is the set of neighboring words of the word . The unsupervised training is done
by optimizing the maximum likelihood of a corpus of sentences (sequences of words) such that
the word embeddings capture the semantic information of words and relations between them,
given a particular context. In their original work [
          <xref ref-type="bibr" rid="ref33">33</xref>
          ], the authors approximated the objective
above by more eficiently trainable objectives.
        </p>
        <p>
          A flaw of Word2Vec is its inability to infer continuous representations for words not seen
during training. Especially in domains such as news, new vocabulary can emerge rapidly. A
simple way to account for that is to incorporate morphological information about words in the
text representations. Bojanowski et al. [
          <xref ref-type="bibr" rid="ref36">36</xref>
          ] proposed fastText, an extension of the skip-gram
model, which learns word representations by including sub-word information. This is achieved
by not only representing words with vectors but also the sub-word parts they consist of, bag
of character n-grams. Word vector representations are built as the sum of their sub-word and
their own representation.
        </p>
        <p>
          In this work, we experimented with two embedding models, Word2Vec and fastText
embeddings. Although there are by far more than two approaches available in the literature (also
more advanced approaches like Transformers [
          <xref ref-type="bibr" rid="ref37">37</xref>
          ]), see [
          <xref ref-type="bibr" rid="ref38 ref39">38, 39</xref>
          ] for comprehensive reviews,
we focus on those because they can be eficiently implemented on standard hardware and
are well-established in the NLP community. Nevertheless, there is freedom in experimenting
with other word embeddings as it only requires a change of the distance threshold. Hence, the
approach can be easily adapted to support news verification for diferent languages.
        </p>
      </sec>
      <sec id="sec-3-2">
        <title>3.2. Word Mover’s Distance</title>
        <p>
          Earth mover’s distance (EMD), also known as the Wasserstein distance, is a distance measure
between two probability distribution. Kusner et al. [
          <xref ref-type="bibr" rid="ref40">40</xref>
          ] proposed a version of EMD applicable
to language models, the Word mover’s distance (WMD) which evaluates the distance between
two documents represented in a continuous space using word embeddings such as the
aforementioned Word2Vec and fastText embeddings. For any two documents A and B, WMD is
defined as the minimum cost of transforming document A into document B. Each document is
represented by the relative frequencies of its words relative to the total number of words of the
document, i.e., for the jth word in the document,
        </p>
        <p>, = ()/ |  |
where |  | is the total word count of document A and () is number of occurrences
of the word with vocabulary index . The jth word is represented by its corresponding word
embedding, say v ∈ R. The -dimensional word embeddings are obtained from a pre-trained
model, e.g. Word2Vec or fastText. The distance between two words can easily be measured
using Euclidean distance,</p>
        <p>(, ) = ‖v − v ‖
Based on this choice, the Word mover’s distance is defined to be the solution of the following
linear program,
  (, ) =
such that
and</p>
        <p>
          min ∑︁ ∑︁ T,  (, )
T≥ 0 =1 =1

∑︁ T, = ,
=1

∑︁ T, = ,
=1
Here, T ∈ R ×  is a non-negative matrix, where T, denotes how much of word i in document
A is assigned to tokens of word j in document B. Empirically, WMD has reported improved
performance on many real world classification tasks as demonstrated in [
          <xref ref-type="bibr" rid="ref40">40</xref>
          ]. The WMD
has intriguing properties. The distance between two documents can be broken down and
represented as the sparse distances between few individual words. The distance metric is
also hyper-parameter free. The most important feature is that it incorporates the semantic
information encoded in the word embedding space and is agnostic to arbitrary word embedding
models.
        </p>
      </sec>
    </sec>
    <sec id="sec-4">
      <title>4. A Retrieval-Based Approach Supporting Fake News</title>
    </sec>
    <sec id="sec-5">
      <title>Identification Methods</title>
      <p>We constructed a pipelined system which helps in extracting semantically similar articles from
reliable news sources. Its core is the analysis of the credibility of news articles based on the
1–12
(2)
(3)
(4)
Article to</p>
      <p>verify</p>
      <p>Potentially
Matching Articles
Article to verify
(pre-processed)</p>
      <p>Crawler</p>
      <p>Preprocessing</p>
      <p>GoogleNews API</p>
      <sec id="sec-5-1">
        <title>Aggregation Step</title>
        <p>Article Similarities</p>
        <p>Word
embeddings</p>
      </sec>
      <sec id="sec-5-2">
        <title>Refining Step</title>
        <p>Potentially
Matching Articles</p>
        <p>List of matching
articles
No article
found
overall evidence collected from a set of automatically retrieved articles published by reliable
news sources. Figure 1 gives an overview of the components and workflow. The system consists
of three components: a news content extractor, a search engine query and a content analyzer.
All of these components can easily be exchanged and extended depending on the language and
the list of reliable news sources.</p>
        <sec id="sec-5-2-1">
          <title>4.1. Article Extractor</title>
          <p>Given a link to an article that should be verified the article extractor component extracts
information from the link such as the publication date, the article title, its authors and the
textual content. For most of the news sources, the python library Newspaper3k1 is suitable
and manages to extract all of the above information. However, at least for some sources,
we built our own article extractors by parsing the HTML page of the article and extracting
certain tags. We extract relevant keywords and entities from the title and body of the article
using the Newspaper API keyword extractor. The goal of this step is to get as much relevant
information characterizing the article as possible. This extracted information is used in building
an automated query.</p>
        </sec>
        <sec id="sec-5-2-2">
          <title>4.2. Querying the Google News API</title>
          <p>To obtain news articles from reliable news sources we use a query component which queries the
Google News API. Using the keywords and entities we obtained in the step before, we construct
a query. We structure the query so that we can filter the articles based on date, number of
requested news articles from the sources, location and language. The API returns ten article
links based on the search criterion from every source selected. The number of articles returned
by the API can be changed based on individual requirements and computation power. The
article extractor component extracts the content of the articles obtained from the search API.
The system ofers six news sources and we can easily add new sources or remove existing ones
from the list. Automatic querying used here is diferent from manual news search using search
engines as we aggregate news based on dates, keywords extracted from the article, and selected
reliable sources.</p>
        </sec>
        <sec id="sec-5-2-3">
          <title>4.3. Content Analysis: Semantic Distance Analysis</title>
          <p>The content analysis component computes the semantic distance between the query article
and the articles returned by the query component. Before computing the distance score, we
clean the article titles and bodies by removing stop words and special symbols and computing
their bag of n-grams representations. The semantic distance of articles is calculated using
word embeddings and the WMD. For the word embeddings, we experimented with diferent
word embeddings such as fastText and the pre-trained Google news embeddings. The quality
of the word embeddings depends on the size of training data, thus, we use pre-trained word
embeddings.</p>
          <p>
            Since the original WMD is computationally expensive, we approximate the distance by using
the Regularized Wasserstein distance proposed by [
            <xref ref-type="bibr" rid="ref41">41</xref>
            ] and only keep the five closest articles.
The five articles with the least distance are then selected for computation with the original
WMD. The WMD returns a distance score for each remaining article from the individual sources.
The smaller the distance, the more related the articles are. Only articles that are below a
predefined threshold are considered as similar to the given article. We set the distance threshold
by empirically checking the distances of a couple of articles. Similar news articles, i.e. articles
that fall below the distance threshold, are then displayed with a message that closely related
articles were found. If the system does not return similar articles the reader is informed that
the given article is potentially fake.
          </p>
          <p>
            Our prototype was exemplary tested on a small set of articles. A systematic evaluation with
a self-curated dataset and the FakeNewsNet [
            <xref ref-type="bibr" rid="ref42">42</xref>
            ] dataset is planned. The semantic distance
analysis in our approach is based on unsupervised models which in turn make the system highly
adaptable to diferent languages. We just need to replace the word embeddings and adapt the
threshold. Furthermore, the unsupervised nature renders the approach agnostic to concept
drifts which means that the machine learning task is independent of the hypotheses in a text.
          </p>
        </sec>
      </sec>
    </sec>
    <sec id="sec-6">
      <title>5. Architecture and Deployment</title>
      <p>To showcase our approach we build a "Fake News Detector" system. The Fake News Detector
system consists of a few technical components. Its technical architecture is based on a set of
docker components (see Figure 2). In detail, there are the following three docker components:
1. A container with simple django running the python code of our application and serving
the frontend.
2. A container serving the data for the backend - the model container.
3. A container that includes data pre-processed by several NLTK functions.</p>
      <p>The Fake News Detector application can be accessed via web UI (see Figure 3). In the UI,
we can insert a link of a news article to be verified, in this example, we want to verify an
article titled Gatorade banned and fined $300k for bad-mouthing water . Next, we select the news
sources to check and match against. By clicking on the verification button the analysis process
is started at the backend running all the components. After the analysis, the results are shown
as a list of potentially matching articles. If no matching articles are found after the analysis, a
message is displayed that the article might be potentially fake. In the example shown in Figure 3,
we selected all six sources. The system queried against all sources and analysed the potentially
matching articles using semantic similarity and found that CNN has published a similar news
article during the same time frame.</p>
    </sec>
    <sec id="sec-7">
      <title>6. Discussion and Future Work</title>
      <p>In the previous sections, we have addressed various benefits of following such an unsupervised
approach. These benefits are the plasticity of the system, its modularity and user-driven decision
making. In this section, we discuss several challenges and insights for the future work.</p>
      <p>One challenge for the demonstrator is to deal with very recent news. The system will not
be able to collect semantically similar articles from other reliable news sources that might not
have published yet on the subject. Here, date as well as publishing time become important. For
in improving the document distance threshold and is subject for our planned evaluation.</p>
      <p>We also propose to use the approach of document similarity for related use cases where
we see potential in two directions. The first direction is helping fact-checkers by providing
adequate evidence to verify hypotheses. By providing them similar content, e.g. evidence in the
form of news but also scientific articles, the system can support their task. Second, reviewers in
several domains, e.g. medical health news review, need to determine how comprehensible a
text document is. By comparing a text to scientific or more simple language it is possible to
provide a comprehensibility score. Since the system alone does not guarantee news verification
or falsification we recommend considering combining it with fact-checking methods.</p>
    </sec>
    <sec id="sec-8">
      <title>7. Conclusion</title>
      <p>We presented a system to find semantically similar articles to a given news article from selected
reliable sources. For the system, we propose an evidence retrieval approach to handle fake news
instead of treating it as a classification task. This way, we aid the users in finding supporting
evidence and, thus, manual search work can be reduced. The benefits of our system are that (i)
it is unsupervised and therefore agnostic to concept drifts, (ii) it gives the user decision power
and (iii) it is modular, i.e. the system can be easily adapted to other languages, extended and
improved with further components.</p>
    </sec>
    <sec id="sec-9">
      <title>Acknowledgments</title>
      <p>This research has been partly funded by the Federal Ministry of Education and Research of
Germany as part of the Competence Center for Machine Learning ML2R (01|S18038B). T. Wirtz
contributed as part of the Fraunhofer Center for Machine Learning within the Fraunhofer
Cluster for Cognitive Internet Technologies.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          <article-title>[1] The long and brutal history of fake news</article-title>
          , https://www.politico.com/magazine/story/2016/ 12/fake-news
          <article-title>-history-long-</article-title>
          <source>violent-214535</source>
          ,
          <year>2016</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          [2]
          <string-name>
            <given-names>C.</given-names>
            <surname>Wardle</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            <surname>Derakhshan</surname>
          </string-name>
          , Information disorder:
          <article-title>Toward an interdisciplinary framework for research and policy making</article-title>
          ,
          <source>Council of Europe report 27</source>
          (
          <year>2017</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          [3]
          <string-name>
            <given-names>A. R.</given-names>
            <surname>Activities</surname>
          </string-name>
          ,
          <article-title>Intentions in recent us elections</article-title>
          , Intelligence Community Assessment,
          <source>Ofice of the Director of National Intelligence</source>
          <volume>6</volume>
          (
          <year>2017</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          [4]
          <string-name>
            <given-names>L.</given-names>
            <surname>Howell</surname>
          </string-name>
          , et al.,
          <article-title>Digital wildfires in a hyperconnected world</article-title>
          ,
          <source>WEF report 3</source>
          (
          <year>2013</year>
          )
          <fpage>15</fpage>
          -
          <lpage>94</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          [5]
          <string-name>
            <given-names>D.</given-names>
            <surname>Barstow</surname>
          </string-name>
          ,
          <article-title>Behind tv analysts, pentagon's hidden hand</article-title>
          ,
          <source>New York Times</source>
          <volume>20</volume>
          (
          <year>2008</year>
          )
          <article-title>A1</article-title>
          .
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          [6]
          <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="ref7">
        <mixed-citation>
          [7]
          <string-name>
            <given-names>T.</given-names>
            <surname>Quandt</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.</given-names>
            <surname>Frischlich</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Boberg</surname>
          </string-name>
          ,
          <string-name>
            <surname>T.</surname>
          </string-name>
          Schatto-Eckrodt,
          <article-title>Fake news, The international encyclopedia of Journalism Studies (</article-title>
          <year>2019</year>
          )
          <fpage>1</fpage>
          -
          <lpage>6</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          [8]
          <string-name>
            <surname>M. M. Waldrop</surname>
          </string-name>
          ,
          <article-title>News feature: The genuine problem of fake news</article-title>
          ,
          <source>Proceedings of the National Academy of Sciences</source>
          <volume>114</volume>
          (
          <year>2017</year>
          )
          <fpage>12631</fpage>
          -
          <lpage>12634</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          [9]
          <string-name>
            <given-names>N.</given-names>
            <surname>Kshetri</surname>
          </string-name>
          ,
          <string-name>
            <surname>J. Voas,</surname>
          </string-name>
          <article-title>The economics of “fake news”</article-title>
          ,
          <source>IT Professional 19</source>
          (
          <year>2017</year>
          )
          <fpage>8</fpage>
          -
          <lpage>12</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          [10]
          <string-name>
            <given-names>J. A.</given-names>
            <surname>Braun</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J. L.</given-names>
            <surname>Eklund</surname>
          </string-name>
          ,
          <article-title>Fake news, real money: Ad tech platforms, profit-driven hoaxes, and the business of journalism, Digital Journalism 7 (</article-title>
          <year>2019</year>
          )
          <fpage>1</fpage>
          -
          <lpage>21</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          [11]
          <string-name>
            <given-names>N.</given-names>
            <surname>Wingfield</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Isaac</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            <surname>Benner</surname>
          </string-name>
          ,
          <article-title>Google and facebook take aim at fake news sites</article-title>
          ,
          <source>The New York Times</source>
          <volume>11</volume>
          (
          <year>2016</year>
          )
          <fpage>12</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          [12]
          <string-name>
            <given-names>M.</given-names>
            <surname>Koohikamali</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Sidorova</surname>
          </string-name>
          ,
          <article-title>Information re-sharing on social network sites in the age of fake news</article-title>
          .,
          <source>Informing Science</source>
          <volume>20</volume>
          (
          <year>2017</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          [13]
          <string-name>
            <given-names>A.</given-names>
            <surname>Bovet</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H. A.</given-names>
            <surname>Makse</surname>
          </string-name>
          ,
          <article-title>Influence of fake news in twitter during the 2016 us presidential election</article-title>
          ,
          <source>Nature communications 10</source>
          (
          <year>2019</year>
          )
          <fpage>1</fpage>
          -
          <lpage>14</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          [14]
          <string-name>
            <given-names>K.</given-names>
            <surname>Shu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H. R.</given-names>
            <surname>Bernard</surname>
          </string-name>
          , H. Liu,
          <article-title>Studying fake news via network analysis: detection and mitigation</article-title>
          ,
          <source>in: Emerging Research Challenges and Opportunities in Computational Social Network Analysis and Mining</source>
          , Springer,
          <year>2019</year>
          , pp.
          <fpage>43</fpage>
          -
          <lpage>65</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          [15]
          <string-name>
            <surname>D. M. Lazer</surname>
            ,
            <given-names>M. A.</given-names>
          </string-name>
          <string-name>
            <surname>Baum</surname>
            ,
            <given-names>Y.</given-names>
          </string-name>
          <string-name>
            <surname>Benkler</surname>
            ,
            <given-names>A. J.</given-names>
          </string-name>
          <string-name>
            <surname>Berinsky</surname>
          </string-name>
          ,
          <string-name>
            <surname>K. M. Greenhill</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          <string-name>
            <surname>Menczer</surname>
            ,
            <given-names>M. J.</given-names>
          </string-name>
          <string-name>
            <surname>Metzger</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          <string-name>
            <surname>Nyhan</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          <string-name>
            <surname>Pennycook</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          <string-name>
            <surname>Rothschild</surname>
          </string-name>
          , et al.,
          <source>The science of fake news, Science</source>
          <volume>359</volume>
          (
          <year>2018</year>
          )
          <fpage>1094</fpage>
          -
          <lpage>1096</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          [16]
          <string-name>
            <given-names>X.</given-names>
            <surname>Zhou</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Zafarani</surname>
          </string-name>
          ,
          <article-title>A survey of fake news: Fundamental theories, detection methods, and opportunities</article-title>
          ,
          <source>ACM Computing Surveys (CSUR) 53</source>
          (
          <year>2020</year>
          )
          <fpage>1</fpage>
          -
          <lpage>40</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          [17]
          <string-name>
            <given-names>C.</given-names>
            <surname>Castillo</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Mendoza</surname>
          </string-name>
          ,
          <string-name>
            <given-names>B.</given-names>
            <surname>Poblete</surname>
          </string-name>
          , Information credibility on twitter,
          <source>in: Proceedings of the 20th international conference on World wide web</source>
          ,
          <year>2011</year>
          , pp.
          <fpage>675</fpage>
          -
          <lpage>684</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref18">
        <mixed-citation>
          [18]
          <string-name>
            <given-names>Z.</given-names>
            <surname>Jin</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Cao</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y.</given-names>
            <surname>Zhang</surname>
          </string-name>
          , J. Luo,
          <article-title>News verification by exploiting conflicting social viewpoints in microblogs</article-title>
          ,
          <source>in: Proceedings of the AAAI Conference on Artificial Intelligence</source>
          , volume
          <volume>30</volume>
          ,
          <year>2016</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref19">
        <mixed-citation>
          [19]
          <string-name>
            <given-names>V.</given-names>
            <surname>Pérez-Rosas</surname>
          </string-name>
          ,
          <string-name>
            <given-names>B.</given-names>
            <surname>Kleinberg</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Lefevre</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Mihalcea</surname>
          </string-name>
          ,
          <article-title>Automatic detection of fake news</article-title>
          ,
          <source>in: Proceedings of the 27th International Conference on Computational Linguistics, Association for Computational Linguistics</source>
          ,
          <year>2018</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref20">
        <mixed-citation>
          [20]
          <string-name>
            <surname>Newsguard</surname>
          </string-name>
          :
          <article-title>The internet trust tool</article-title>
          , https://www.newsguardtech.com, Accessed:
          <volume>20</volume>
          .
          <fpage>12</fpage>
          .
          <year>2020</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref21">
        <mixed-citation>
          [21]
          <string-name>
            <given-names>R.</given-names>
            <surname>Baly</surname>
          </string-name>
          ,
          <string-name>
            <given-names>G.</given-names>
            <surname>Karadzhov</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Alexandrov</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Glass</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Nakov</surname>
          </string-name>
          ,
          <article-title>Predicting factuality of reporting and bias of news media sources</article-title>
          ,
          <source>in: Proceedings of the 2018 Conference on Empirical Methods in Natural Language Processing</source>
          , Association for Computational Linguistics, Brussels, Belgium,
          <year>2018</year>
          , pp.
          <fpage>3528</fpage>
          -
          <lpage>3539</lpage>
          . URL: https://www.aclweb.org/anthology/D18-1389. doi:
          <volume>10</volume>
          .18653/v1/
          <fpage>D18</fpage>
          -1389.
        </mixed-citation>
      </ref>
      <ref id="ref22">
        <mixed-citation>
          [22]
          <string-name>
            <given-names>B.</given-names>
            <surname>Botnevik</surname>
          </string-name>
          ,
          <string-name>
            <given-names>E.</given-names>
            <surname>Sakariassen</surname>
          </string-name>
          ,
          <string-name>
            <given-names>V.</given-names>
            <surname>Setty</surname>
          </string-name>
          , Brenda:
          <article-title>Browser extension for fake news detection</article-title>
          ,
          <source>in: Proceedings of the 43rd International ACM SIGIR Conference on Research and Development in Information Retrieval</source>
          , SIGIR '20,
          <string-name>
            <surname>Association</surname>
          </string-name>
          for Computing Machinery, New York, NY, USA,
          <year>2020</year>
          , p.
          <fpage>2117</fpage>
          -
          <lpage>2120</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref23">
        <mixed-citation>
          [23]
          <string-name>
            <given-names>L.</given-names>
            <surname>Page</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Brin</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Motwani</surname>
          </string-name>
          , T. Winograd,
          <article-title>The PageRank citation ranking: Bringing order to the web</article-title>
          .,
          <source>Technical Report</source>
          , Stanford InfoLab,
          <year>1999</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref24">
        <mixed-citation>
          [24]
          <string-name>
            <surname>Mediabiasfactcheck</surname>
          </string-name>
          , https://mediabiasfactcheck.com/, Accessed:
          <volume>26</volume>
          .
          <fpage>02</fpage>
          .
          <year>2021</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref25">
        <mixed-citation>
          [25]
          <string-name>
            <given-names>D.</given-names>
            <surname>Esteves</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A. J.</given-names>
            <surname>Reddy</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Chawla</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Lehmann</surname>
          </string-name>
          ,
          <article-title>Belittling the source: Trustworthiness indicators to obfuscate fake news on the web</article-title>
          ,
          <source>in: Proceedings of the First Workshop on Fact Extraction and VERification (FEVER)</source>
          ,
          <source>Association for Computational Linguistics</source>
          ,
          <year>2018</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref26">
        <mixed-citation>
          [26]
          <string-name>
            <given-names>H.</given-names>
            <surname>Rashkin</surname>
          </string-name>
          ,
          <string-name>
            <given-names>E.</given-names>
            <surname>Choi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J. Y.</given-names>
            <surname>Jang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Volkova</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y.</given-names>
            <surname>Choi</surname>
          </string-name>
          ,
          <article-title>Truth of varying shades: Analyzing language in fake news and political fact-checking</article-title>
          ,
          <source>in: Proceedings of the 2017 Conference on Empirical Methods in Natural Language Processing, Association for Computational Linguistics</source>
          ,
          <year>2017</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref27">
        <mixed-citation>
          [27]
          <string-name>
            <given-names>W. Y.</given-names>
            <surname>Wang</surname>
          </string-name>
          , “
          <article-title>liar, liar pants on fire”: A new benchmark dataset for fake news detection, in: Proceedings of the 55th Annual Meeting of the Association for Computational Linguistics</article-title>
          (Volume
          <volume>2</volume>
          :
          <string-name>
            <surname>Short</surname>
            <given-names>Papers)</given-names>
          </string-name>
          ,
          <source>Association for Computational Linguistics</source>
          ,
          <year>2017</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref28">
        <mixed-citation>
          [28]
          <article-title>Correctiv: Investigations in the public interest</article-title>
          , https://correctiv.org, Accessed:
          <volume>20</volume>
          .
          <fpage>12</fpage>
          .
          <year>2020</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref29">
        <mixed-citation>
          [29]
          <string-name>
            <given-names>T. P.</given-names>
            <surname>Institute</surname>
          </string-name>
          , Politifact, https://www.politifact.com, Accessed:
          <volume>20</volume>
          .
          <fpage>12</fpage>
          .
          <year>2020</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref30">
        <mixed-citation>
          [30]
          <string-name>
            <surname>Snopes</surname>
          </string-name>
          , https://www.snopes.com, Accessed:
          <volume>20</volume>
          .
          <fpage>12</fpage>
          .
          <year>2020</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref31">
        <mixed-citation>
          [31]
          <string-name>
            <given-names>J.</given-names>
            <surname>Thorne</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Vlachos</surname>
          </string-name>
          ,
          <string-name>
            <given-names>O.</given-names>
            <surname>Cocarascu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Christodoulopoulos</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Mittal</surname>
          </string-name>
          ,
          <article-title>The fact extraction and VERification (FEVER) shared task</article-title>
          ,
          <source>in: Proceedings of the First Workshop on Fact Extraction and VERification (FEVER)</source>
          ,
          <source>Association for Computational Linguistics</source>
          ,
          <year>2018</year>
          , pp.
          <fpage>1</fpage>
          -
          <lpage>9</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref32">
        <mixed-citation>
          [32]
          <string-name>
            <given-names>T.</given-names>
            <surname>Hossain</surname>
          </string-name>
          , R. L.
          <string-name>
            <surname>Logan</surname>
            <given-names>IV</given-names>
          </string-name>
          ,
          <string-name>
            <surname>A. Ugarte</surname>
            ,
            <given-names>Y.</given-names>
          </string-name>
          <string-name>
            <surname>Matsubara</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          <string-name>
            <surname>Young</surname>
          </string-name>
          , S. Singh,
          <article-title>COVIDLies: Detecting COVID-19 misinformation on social media</article-title>
          ,
          <source>in: Proceedings of the 1st Workshop on NLP for COVID-19 (Part 2) at EMNLP</source>
          <year>2020</year>
          ,
          <article-title>Association for Computational Linguistics</article-title>
          , Online,
          <year>2020</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref33">
        <mixed-citation>
          [33]
          <string-name>
            <given-names>T.</given-names>
            <surname>Mikolov</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            <surname>Chen</surname>
          </string-name>
          , G. Corrado,
          <string-name>
            <given-names>J.</given-names>
            <surname>Dean</surname>
          </string-name>
          ,
          <article-title>Eficient estimation of word representations in vector space</article-title>
          , in: Y. Bengio, Y. LeCun (Eds.),
          <source>1st International Conference on Learning Representations, ICLR</source>
          <year>2013</year>
          , Scottsdale, Arizona, USA, May 2-
          <issue>4</issue>
          ,
          <year>2013</year>
          , Workshop Track Proceedings,
          <year>2013</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref34">
        <mixed-citation>
          [34]
          <string-name>
            <given-names>Z.</given-names>
            <surname>Harris</surname>
          </string-name>
          , Distributional structure,
          <source>Word</source>
          <volume>10</volume>
          (
          <year>1954</year>
          )
          <fpage>146</fpage>
          -
          <lpage>162</lpage>
          . URL: https://link.springer. com/chapter/10.1007/
          <fpage>978</fpage>
          -94-009-8467-
          <issue>7</issue>
          _1. doi:
          <volume>10</volume>
          .1007/
          <fpage>978</fpage>
          -94-009-8467-
          <issue>7</issue>
          _
          <fpage>1</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref35">
        <mixed-citation>
          [35]
          <string-name>
            <given-names>J. R.</given-names>
            <surname>Firth</surname>
          </string-name>
          , Papers in Linguistics, 1934-
          <fpage>1951</fpage>
          , Oxford University Press, London,
          <year>1957</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref36">
        <mixed-citation>
          [36]
          <string-name>
            <given-names>P.</given-names>
            <surname>Bojanowski</surname>
          </string-name>
          ,
          <string-name>
            <given-names>E.</given-names>
            <surname>Grave</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Joulin</surname>
          </string-name>
          , T. Mikolov,
          <article-title>Enriching word vectors with subword information, Transactions of the Association for Computational Linguistics (</article-title>
          <year>2017</year>
          )
          <fpage>135</fpage>
          -
          <lpage>146</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref37">
        <mixed-citation>
          [37]
          <string-name>
            <given-names>A.</given-names>
            <surname>Vaswani</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N.</given-names>
            <surname>Shazeer</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N.</given-names>
            <surname>Parmar</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Uszkoreit</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.</given-names>
            <surname>Jones</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A. N.</given-names>
            <surname>Gomez</surname>
          </string-name>
          , Ł. Kaiser,
          <string-name>
            <surname>I. Polosukhin</surname>
          </string-name>
          ,
          <article-title>Attention is all you need</article-title>
          ,
          <source>in: Advances in neural information processing systems</source>
          ,
          <year>2017</year>
          , pp.
          <fpage>5998</fpage>
          -
          <lpage>6008</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref38">
        <mixed-citation>
          [38]
          <string-name>
            <given-names>Y.</given-names>
            <surname>Li</surname>
          </string-name>
          ,
          <string-name>
            <given-names>T.</given-names>
            <surname>Yang</surname>
          </string-name>
          ,
          <article-title>Word embedding for understanding natural language: a survey</article-title>
          , in: Guide to Big
          <source>Data Applications</source>
          , Springer,
          <year>2018</year>
          , pp.
          <fpage>83</fpage>
          -
          <lpage>104</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref39">
        <mixed-citation>
          [39]
          <string-name>
            <given-names>F.</given-names>
            <surname>Almeida</surname>
          </string-name>
          , G. Xexéo,
          <article-title>Word embeddings: A survey</article-title>
          , arXiv preprint arXiv:
          <year>1901</year>
          .
          <volume>09069</volume>
          (
          <year>2019</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref40">
        <mixed-citation>
          [40]
          <string-name>
            <given-names>M.</given-names>
            <surname>Kusner</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y.</given-names>
            <surname>Sun</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N.</given-names>
            <surname>Kolkin</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            <surname>Weinberger</surname>
          </string-name>
          ,
          <article-title>From word embeddings to document distances</article-title>
          ,
          <source>in: International conference on machine learning</source>
          ,
          <year>2015</year>
          , pp.
          <fpage>957</fpage>
          -
          <lpage>966</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref41">
        <mixed-citation>
          [41]
          <string-name>
            <given-names>G.</given-names>
            <surname>Balikas</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Laclau</surname>
          </string-name>
          , I. Redko,
          <string-name>
            <surname>M.-R. Amini</surname>
          </string-name>
          ,
          <article-title>Cross-lingual document retrieval using regularized wasserstein distance</article-title>
          ,
          <source>in: Proceedings of the 40th European Conference ECIR conference on Information Retrieval</source>
          ,
          <string-name>
            <surname>ECIR</surname>
          </string-name>
          <year>2018</year>
          , Grenoble, France, March 26-29,
          <year>2018</year>
          ,
          <year>2018</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref42">
        <mixed-citation>
          [42]
          <string-name>
            <given-names>K.</given-names>
            <surname>Shu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Mahudeswaran</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Wang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Lee</surname>
          </string-name>
          , H. Liu,
          <article-title>Fakenewsnet: A data repository with news content, social context, and spatiotemporal information for studying fake news on social media, Big Data (</article-title>
          <year>2020</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref43">
        <mixed-citation>
          [43]
          <string-name>
            <given-names>S.</given-names>
            <surname>Yokoi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Takahashi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Akama</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Suzuki</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            <surname>Inui</surname>
          </string-name>
          ,
          <article-title>Word rotator's distance</article-title>
          ,
          <source>in: Proceedings of the 2020 Conference on Empirical Methods in Natural Language Processing (EMNLP)</source>
          ,
          <year>2020</year>
          , pp.
          <fpage>2944</fpage>
          -
          <lpage>2960</lpage>
          .
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>