<!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>BASE: a Bias-Aware news Search Engine for improving user awareness [Prototype]</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Monica Lestari Paramita</string-name>
          <xref ref-type="aff" rid="aff2">2</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Maria Kasinidou</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Styliani Kleanthous</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Frank Hopfgartner</string-name>
          <xref ref-type="aff" rid="aff1">1</xref>
          <xref ref-type="aff" rid="aff2">2</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Open University of Cyprus</institution>
          ,
          <addr-line>Nicosia</addr-line>
          ,
          <country country="CY">Cyprus</country>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>Universität Koblenz</institution>
          ,
          <addr-line>Koblenz</addr-line>
          ,
          <country country="DE">Germany</country>
        </aff>
        <aff id="aff2">
          <label>2</label>
          <institution>University of Shefield</institution>
          ,
          <addr-line>Shefield</addr-line>
          ,
          <country country="UK">United Kingdom</country>
        </aff>
      </contrib-group>
      <abstract>
        <p>The BASE prototype aims to improve user awareness of biases in search engine results. It utilises existing resources and NLP tools to identify biases in news articles. It incorporates bias visualisation features to inform users of biases in each news article and at the search results level. It also incorporates results reranking features to allow users to retrieve diferent sets of results based on their search preferences. Preliminary evaluation results suggest the prototype achieves a positive usability score (64.3 out of 100) and has a potential for increasing user awareness of biases, with the reranking features rated more useful than the bias visualisation features.</p>
      </abstract>
      <kwd-group>
        <kwd>eol&gt;bias in search engines</kwd>
        <kwd>interface design</kwd>
        <kwd>evaluation</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>1. Introduction</title>
      <p>
        Increasingly, it becomes obvious that news search engines may include biases in their search
results [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ]. These biases may appear at the article level, e.g., an article may present a view that
is politically biased to a certain political ideology (e.g., left wing). In other cases, an article may
produce a certain focus, e.g., a report on COVID-19 rate for a specific country, or an article on
COVID-19 vaccine for a specific manufacturer. The focus of the article may not necessarily
introduce bias in the content itself, e.g., an article that focuses on Pfizer does not necessarily
presents a view that is biased towards Pfizer. However, if a query ‘covid vaccine’ retrieves
mostly articles with Pfizer as the entity focus, this may be seen as a bias at the results level.
Biases at the results level may also be caused by search engine’s localisation, which promotes
search results with the same geographical focus as the users’ location [
        <xref ref-type="bibr" rid="ref2">2</xref>
        ]. Although localisation
aims to provide relevant results, these results also highly limit users’ views of the topic, often
without users’ awareness of the results that they do not see. The lack of user awareness of these
biases have been shown to manipulate users’ understandings of a topic [
        <xref ref-type="bibr" rid="ref3">3</xref>
        ] and influence their
decision making [
        <xref ref-type="bibr" rid="ref4">4</xref>
        ].
      </p>
      <p>
        Previous studies have proposed a number of visualisations to increase user awareness of biases.
News aggregators, such as AllSides [
        <xref ref-type="bibr" rid="ref5">5</xref>
        ] and GroundNews [
        <xref ref-type="bibr" rid="ref6">6</xref>
        ], have presented news articles
that represent multiple political ideologies to provide users with a balanced view. Hamborg
et al. [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ] provides matrix-based results to support users in accessing news events from news
publishers in diferent locations (as they often present diferent perspectives). Other studies,
such as Papadakos and Konstantakis [
        <xref ref-type="bibr" rid="ref8">8</xref>
        ], have also explored the importance of displaying biased
aspects for the entire search results. However, very few studies have investigated designs that
visualises multiple types of biases, which are often the case for news articles.
      </p>
      <p>In this paper, we introduce a novel prototype of a search engine interface designed to increase
users’ awareness of multiple types of biases in the results. The prototype also aims to provide
the ability to users to easily access diferent facets of the results. Instead of developing new
methods for measuring biases, the prototype makes use of available resources and techniques to
inform users of possible biases in the results. This means that such system can be made usable
in the near future to support users in their information seeking tasks. An initial evaluation of
how users respond to these visualisations are also provided in this study. This work provides a
valuable contribution in understanding how bias-aware news search engines should be designed.</p>
    </sec>
    <sec id="sec-2">
      <title>2. BASE: Bias-Aware news Search Engine prototype</title>
      <sec id="sec-2-1">
        <title>2.1. Design</title>
        <p>To identify specific features to include in the design, we conducted three user studies on
designing bias-aware search engines using a participatory approach. These resulted in eight
designs that incorporated two diferent approaches: i) bias visualisation approach, for informing
users of possible biases in the results, and ii) results-reranking approach, which allows users to
access diferent results by modifying (the ranking of) the results. We invited 132 participants to
evaluate these eight designs. The findings suggest that users would like i) to see information on
diferent types of biases in search results, ii) the ability to retrieve a diferent set of results using
their preferred aspect, and iii) to have both approaches in search engines.</p>
        <p>We incorporated findings from these studies into the design of BASE.1 The prototype provides
both bias visualisation and results-reranking features. As proof-of-concept, we selected four
aspects to be included in the re-ranking features: political bias, geographical locations of the
publishers, geographical focus of the articles, and the entity focus of the articles. More aspects
may be integrated in the next future if methods to measure them become available.</p>
        <p>When users access the prototype, they are asked to enter a query (e.g., “coronavirus”) to start
searching. Once the query is submitted, the system will display the search results (Figure 1),
showing a list of relevant articles in the left panel. In addition to the articles, the prototype
shows two bias visualisation features. The first feature provides bias information at the article
level (shown in the left panel as diferent icons on the right side of each article). Each icon
represents diferent types of biases. When a user hovers on an icon (e.g., the scale), it provides
1https://cycat.group.shef.ac.uk/prototype/BASE/
information on the type of biases and the specific biased aspect of the article (e.g., “Political bias:
left-center”). The second feature provides bias information at the results level (shown in the right
panel) in the form of bar charts and choropleth maps. These visualisations show the distribution
of political biases of the publishers, geographical location of the publishers, geographical focus
of the articles and the entity focus of articles in the search results (see Figure 3).</p>
        <p>These visualisations also incorporated results-reranking features. By clicking a specific aspect
in the figures, users can easily obtain a new set of results containing articles only from the
specified political bias, country, or entity. E.g., clicking “Left-center” on the political bias bar
chart will retrieve only articles from news publishers identified to have a “left-center” bias.
Similarly, by clicking on “Australia” in the “geographical focus of the articles” map, users will
be able to view only those articles reporting COVID-19 in Australia. We describe the methods
to identify and visualise these biases in Section 2.2.</p>
      </sec>
      <sec id="sec-2-2">
        <title>2.2. Workflow of the BASE prototype</title>
        <p>This section describes the information processing workflow of the search engine (illustrated in
Figure 2) and outlines the methods used to measure and visualise these biases.</p>
        <p>
          We limited our index on news articles related to the COVID-19 pandemic. For this, we
used the most popular queries for this topic according to Google Trends in February 2021. We
retrieved 100 news articles per query returned by Google News using the Zenserp API [
          <xref ref-type="bibr" rid="ref9">9</xref>
          ]. This
process was conducted daily to allow users to access the most updated news articles.
        </p>
        <p>For each article, we carried out two processes. Firstly, we extracted the URL of the publishers
for the news articles, e.g. bbc.co.uk (BBC), or ft.com (Financial Times). These URLs were
then used to identify the political bias of the publishers and the location of the publishers.
Secondly, we crawled the content of the articles and removed the boilerplates. These contents
were processed using a named entity recogniser to identify the geographical focus of the article
and the entity focus of the article. We describe these processes in more detail below.</p>
        <p>
          Political bias. We utilised an external resource, Media Bias/Fact Check (MBFC) [
          <xref ref-type="bibr" rid="ref10">10</xref>
          ], to
identify the political bias of the publishers. MBFC is an online source that provides annotations
of biases based on the publishers’ i) political afiliations, ii) story choices (if they publish from
both sides or just one), iii) use of biased wording to sway readers, and iv) rates of factual
reporting. By August 2021, MBFC has annotated 3,103 news publishers using five diferent
rating to represent the political bias: “left” represents a liberal view, “left-center”, “center/least
biased”, “right-center” and “right” represents a conservative view. It has further used four
categories to represent sites that are considered to be “questionable sources”, “pro-science”,
“satire” or containing “conspiracy-pseudoscience”. These ratings were extracted to represent the
“political bias of the publishers” in the prototype. For cases where publishers were not included
in the MBFC database, the political bias is listed as “unknown”. The political bias of all the news
articles displayed in the results is aggregated and represented in a bar chart (see Figure 3a) to
allow readers to get some insights into the possible bias presented in their search results.
        </p>
        <p>Geographical location of the publishers. We determined the location of the publishers by
analysing the sufix of the URL (e.g., “ bbc.co.uk” is based in the UK, “abc.net.au” is based
in Australia). When this information was not available, we used ‘whois’ command to identify
the country where the domain is registered. Similarly, the publisher location was extracted for
each article, and was aggregated for all the search results. This information is displayed using a
choropleth map (see Figure 3b).</p>
        <p>
          Geographical focus of the articles. We used Scrapy [
          <xref ref-type="bibr" rid="ref11">11</xref>
          ], an open-source web-crawling
framework, to crawl the content of the articles. Boilerplates were removed using jusText library
[
          <xref ref-type="bibr" rid="ref12">12</xref>
          ], resulting in the main text content of the articles. We used a named entity recogniser (spaCy
[
          <xref ref-type="bibr" rid="ref13">13</xref>
          ] trained using the en_core_web_trf model) to identify country names discussed in each
(a) Political bias of the publishers
        </p>
        <p>(b) Geographical location of the publishers
(c) Geographical focus of articles
(d) Entity focus of articles
article. The most frequent country is selected as the geographical focus of the article. Similarly
to the locations of the publishers, this information is also aggregated at the results level and is
visualised using a choropleth map (see Figure 3c).</p>
        <p>
          Entity focus of the articles. We used spaCy [
          <xref ref-type="bibr" rid="ref13">13</xref>
          ] to identify the most frequent entities
discussed in the article. If multiple entities had the same frequency, one was chosen randomly
as the entity focus of the article. This information was aggregated for all the search results
and shown in a bar chart. E.g., Figure 3d shows the most popular entities for the query:
“covid vaccine”. This includes popular vaccine manufacturers, such as “Pfizer”, “Moderna” and
“AstraZeneca”, and also relevant UK government and health entities such as “Joint Committee
on Vaccination and Immunisation” (JCVI), “Medicines and Healthcare products Regulatory
Agency” (MHRA) and “National Health Service” (NHS).
        </p>
      </sec>
      <sec id="sec-2-3">
        <title>2.3. Infrastructure</title>
        <p>
          Due to the amount of processing required, the bias identification task was performed ofline.
Once completed, the bias information (and focus) was stored in an index, together with each
article’s information (e.g., URL, title, snippets, etc.). When users submit a query to the BASE
system, the articles are retrieved and displayed on the graphical user interface. The interface
is developed using PHP, and the visualisations (bar chart and choropleth map) are developed
using Plotly Javascript open source graphing library [
          <xref ref-type="bibr" rid="ref14">14</xref>
          ].
        </p>
      </sec>
      <sec id="sec-2-4">
        <title>2.4. Preliminary Evaluation</title>
        <p>
          A preliminary evaluation study involving 21 participants – 47.62% BSc, 33.33% MSc and 4.76%
PhD students, and 14.29% non-students; 38.1% males and 61.9% females; ranging from 18 to over
40 years old; from Cyprus (42.9%), Greece (47.6%), France (4.8%) and Italy (4.8%) – suggested
that this prototype achieves a moderately positive usability score (64.3 out of 100 using the
System Usability Scale) [
          <xref ref-type="bibr" rid="ref15">15</xref>
          ]. Some participants mentioned that the system provided too much
information that might be too complex for some to use. However, other participants found the
system to be easy to use and had the potential to provide more transparency of search results.
        </p>
        <p>A further evaluation study involving 60 MSc students – 55% males, 43.33% females, 1.67%
preferred not to say; 92% between 21-25 years old, and the remaining 26 and older; majority
(88.33%) from China, and the rest from other Asian countries and Slovakia – suggested that they
found the reranking results features to be the most useful (4.08 out of 5). Bias information at
the results level were found to be more useful (4.02) than those at the article level (3.75), due to
the dificulties to understand the meaning of bias icons for each article (left panel). Participants
liked the distribution of biases in the search results (right panel). They also liked the ability to
click on the bar chart or maps to easily retrieve results from each aspect. Further feedback from
users suggested that users need more clarity, especially how biases were calculated. Others also
suggest that the design should be more inclusive, as the “left” and “right” aspect for political
ideologies are not necessarily the same nor a familiar concept for users from other countries.</p>
      </sec>
    </sec>
    <sec id="sec-3">
      <title>3. Reflections and conclusions</title>
      <p>We realise that bias identification is a challenge on its own and may contain its own subjectivities
and biases. We reduced this risk by selecting trustworthy resources (MBFC) and focusing on
biases that can easily be determined (e.g., locations). MBFC, however, does not have an extensive
coverage, especially for non-English news sites. Moreover, the named entity recogniser does not
map any cities or towns towards the relevant country counts. It also selects the most frequent
entities without taking the query context into account (e.g., that Pfizer and Moderna are relevant
entities for “covid vaccine” query, but Reuters is not). More sophisticated methods, therefore,
will need to be implemented to accurately identify biases in news search results.</p>
      <p>Despite these limitations, the BASE prototype illustrates how biases in search results could be
communicated to the users. The prototype incorporates bias visualisation and results-reranking
features to inform users of the existing biases and support them in their search tasks. We utilised
available resources and NLP tools to identify biases in search results. Our initial evaluation
shows that the prototype has potentials for increasing transparency of search results. Future
work will investigate ways to improve these features and to reduce the complexity of the system.</p>
    </sec>
    <sec id="sec-4">
      <title>Acknowledgments</title>
      <p>We would like to thank the reviewers for their constructive feedback on this paper. This project
is funded by the European Union’s Horizon 2020 research and innovation programme under
grant agreements No. 810105 (CyCAT).</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [1]
          <string-name>
            <given-names>F.</given-names>
            <surname>Hamborg</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            <surname>Donnay</surname>
          </string-name>
          ,
          <string-name>
            <given-names>B.</given-names>
            <surname>Gipp</surname>
          </string-name>
          ,
          <article-title>Automated identification of media bias in news articles: an interdisciplinary literature review</article-title>
          ,
          <source>International Journal on Digital Libraries</source>
          <volume>20</volume>
          (
          <year>2019</year>
          )
          <fpage>391</fpage>
          -
          <lpage>415</lpage>
          . URL: https://doi.org/10.1007/s00799-018-0261-y. doi:
          <volume>10</volume>
          .1007/ s00799-018-0261-y.
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          [2]
          <string-name>
            <given-names>M. L.</given-names>
            <surname>Paramita</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            <surname>Orphanou</surname>
          </string-name>
          ,
          <string-name>
            <given-names>E.</given-names>
            <surname>Christoforou</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Otterbacher</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F.</given-names>
            <surname>Hopfgartner</surname>
          </string-name>
          ,
          <article-title>Do you see what I see? Images of the COVID-19 pandemic through the lens of Google</article-title>
          ,
          <source>Information Processing &amp; Management</source>
          <volume>58</volume>
          (
          <year>2021</year>
          )
          <article-title>102654</article-title>
          . URL: https://www.sciencedirect.com/science/ article/pii/S0306457321001424. doi:
          <volume>10</volume>
          .1016/j.ipm.
          <year>2021</year>
          .
          <volume>102654</volume>
          .
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          [3]
          <string-name>
            <given-names>A.</given-names>
            <surname>Novin</surname>
          </string-name>
          , E. Meyers, Making Sense of Conflicting Science Information:
          <article-title>Exploring Bias in the Search Engine Result Page</article-title>
          ,
          <source>in: Proceedings of the 2017 Conference on Conference Human Information Interaction and Retrieval</source>
          , CHIIR '17,
          <string-name>
            <surname>Association</surname>
          </string-name>
          for Computing Machinery, New York, NY, USA,
          <year>2017</year>
          , pp.
          <fpage>175</fpage>
          -
          <lpage>184</lpage>
          . URL: https://doi.org/10.1145/3020165. 3020185. doi:
          <volume>10</volume>
          .1145/3020165.3020185.
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          [4]
          <string-name>
            <given-names>R.</given-names>
            <surname>Epstein</surname>
          </string-name>
          ,
          <string-name>
            <surname>R. E. Robertson,</surname>
          </string-name>
          <article-title>The search engine manipulation efect (SEME) and its possible impact on the outcomes of elections</article-title>
          ,
          <source>Proceedings of the National Academy of Sciences of the United States of America</source>
          <volume>112</volume>
          (
          <year>2015</year>
          )
          <fpage>E4512</fpage>
          -
          <lpage>4521</lpage>
          . doi:
          <volume>10</volume>
          .1073/pnas.1419828112.
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          <article-title>[5] AllSides | Balanced news via media bias ratings for an unbiased news perspective</article-title>
          ,
          <year>2022</year>
          . URL: https://www.allsides.com/unbiased-balanced-news.
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          [6]
          <string-name>
            <given-names>Ground</given-names>
            <surname>News</surname>
          </string-name>
          ,
          <year>2022</year>
          . URL: https://ground.news/.
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          [7]
          <string-name>
            <given-names>F.</given-names>
            <surname>Hamborg</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N.</given-names>
            <surname>Meuschke</surname>
          </string-name>
          ,
          <string-name>
            <given-names>B.</given-names>
            <surname>Gipp</surname>
          </string-name>
          ,
          <article-title>Matrix-Based News Aggregation: Exploring Diferent News Perspectives</article-title>
          ,
          <source>in: 2017 ACM/IEEE Joint Conference on Digital Libraries (JCDL)</source>
          ,
          <year>2017</year>
          , pp.
          <fpage>1</fpage>
          -
          <lpage>10</lpage>
          . doi:
          <volume>10</volume>
          .1109/JCDL.
          <year>2017</year>
          .
          <volume>7991561</volume>
          .
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          [8]
          <string-name>
            <given-names>P.</given-names>
            <surname>Papadakos</surname>
          </string-name>
          ,
          <string-name>
            <surname>G.</surname>
          </string-name>
          <article-title>Konstantakis, bias goggles: Graph-Based Computation of the Bias of Web Domains Through the Eyes of Users</article-title>
          , in: J. M. Jose, E. Yilmaz,
          <string-name>
            <given-names>J.</given-names>
            <surname>Magalhães</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Castells</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N.</given-names>
            <surname>Ferro</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M. J.</given-names>
            <surname>Silva</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F.</given-names>
            <surname>Martins</surname>
          </string-name>
          (Eds.),
          <source>Advances in Information Retrieval, Lecture Notes in Computer Science</source>
          , Springer International Publishing, Cham,
          <year>2020</year>
          , pp.
          <fpage>790</fpage>
          -
          <lpage>804</lpage>
          . doi:
          <volume>10</volume>
          .1007/978-3-
          <fpage>030</fpage>
          -45439-5_
          <fpage>52</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          [9]
          <string-name>
            <surname>Zenserp</surname>
          </string-name>
          ,
          <year>2022</year>
          . URL: https://zenserp.com/.
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          [10]
          <string-name>
            <surname>Media</surname>
            <given-names>Bias</given-names>
          </string-name>
          /Fact Check,
          <year>2022</year>
          . URL: https://mediabiasfactcheck.com/.
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          [11]
          <string-name>
            <surname>Scrapy</surname>
          </string-name>
          ,
          <year>2022</year>
          . URL: https://scrapy.org/.
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          [12] jusText,
          <year>2022</year>
          . URL: https://pypi.org/project/jusText/.
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          [13] spaCy,
          <year>2022</year>
          . URL: https://spacy.io/models/en.
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          [14]
          <article-title>Plotly javascript open source graphing library</article-title>
          ,
          <year>2022</year>
          . URL: https://plotly.com/javascript/.
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          [15]
          <article-title>System usability scale (sus</article-title>
          ),
          <year>2022</year>
          . URL: https://www.usability.
          <article-title>gov/how-to-and-tools/ methods/system-usability-scale</article-title>
          .html.
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>