<!DOCTYPE article PUBLIC "-//NLM//DTD JATS (Z39.96) Journal Archiving and Interchange DTD v1.0 20120330//EN" "JATS-archivearticle1.dtd">
<article xmlns:xlink="http://www.w3.org/1999/xlink">
  <front>
    <journal-meta>
      <journal-title-group>
        <journal-title>Dublin, Ireland
£ C.Berragan@liverpool.ac.uk (C. Berragan); ucfnale@liverpool.ac.uk (A. Singleton); calafio@ed.ac.uk
(A. Calafiore); jeremy.morley@os.uk (J. Morley)
Ȉ</journal-title>
      </journal-title-group>
    </journal-meta>
    <article-meta>
      <title-group>
        <article-title>Evaluating the Similarity of Location-based Corpora Identified in Reddit Comments</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Cillian Berragan</string-name>
          <xref ref-type="aff" rid="aff2">2</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Alex Singleton</string-name>
          <xref ref-type="aff" rid="aff2">2</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Alessia Calafiore</string-name>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Jeremy Morley</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Ordnance Survey</institution>
          ,
          <addr-line>Southampton, SO16 0AS</addr-line>
          ,
          <country country="UK">United Kingdom</country>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>University of Edinburgh</institution>
          ,
          <addr-line>Edinburgh, EH8 9YL</addr-line>
          ,
          <country country="UK">United Kingdom</country>
        </aff>
        <aff id="aff2">
          <label>2</label>
          <institution>University of Liverpool</institution>
          ,
          <addr-line>Liverpool, L69 3BX</addr-line>
          ,
          <country country="UK">United Kingdom</country>
        </aff>
      </contrib-group>
      <pub-date>
        <year>2023</year>
      </pub-date>
      <volume>000</volume>
      <fpage>0</fpage>
      <lpage>0003</lpage>
      <abstract>
        <p>Social interaction is typically studied from the context of physical movement, where geographic distance and ease of connectivity influence the strength of interaction between regions. From the point of view of social media networks however, these limitations appear to still persist, despite interactions not being reliant on physical movement, suggesting non-physical geographic characteristics influence interaction between social communities. Unlike geotags, which provide explicit geographic information about social media users as coordinates, unstructured text presents an alternative perspective for the study of social interaction between regions, instead allowing for the comparison between the language used when mentioning locations in context. Our paper analyses the corpora associated with major cities across the UK, first vectorising Reddit comments through transformer-based embeddings, which capture semantic information, then using these to establish unsupervised clusters and similarity between them. We find that distinct groups emerge which broadly conform with established regional identities of locations across the UK, but with interesting deviations.</p>
      </abstract>
      <kwd-group>
        <kwd>eol&gt;Social media</kwd>
        <kwd>Natural Language Processing</kwd>
        <kwd>Social Interaction</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>1. Introduction</title>
      <p>
        Social interaction is typically studied in the context of mobility, using data sources like Census
or transport records, where physical movement is restricted by distance and ease of
connectivity between two locations [
        <xref ref-type="bibr" rid="ref1 ref2">1, 2</xref>
        ]. In contrast to this, social interaction has also been studied
using phone call data [
        <xref ref-type="bibr" rid="ref3">3</xref>
        ], and social media networks [
        <xref ref-type="bibr" rid="ref4">4</xref>
        ], where the spatial and temporal bounds
of connectivity between two locations does not restrict interactions. Despite this however,
many studies have found that geographic identities within communities still persist in these
networks, with interaction strength influenced by the geographic distance between them [
        <xref ref-type="bibr" rid="ref5 ref6">5, 6</xref>
        ].
      </p>
      <p>
        Social media also presents rich semantic information regarding locations through text
associated with geotagged social media posts. Comparative analysis of corpora associated with
geotagged locations similarly exhibit regionality; for example, tweets from the North East of
England are statistically diferent compared with the South [
        <xref ref-type="bibr" rid="ref5">5</xref>
        ].
      </p>
      <p>Our paper explores the similarity of corpora with respect to locational mentions from data
taken directly from text, without relying on geotagged metadata. This approach ofers an
alternative perspective for the analysis of social interaction, built directly from the semantic
information associated with locations, rather than the location associated with social media users
themselves. Collective semantic information from social media embeds the regional identity
of locations across a continuous spectrum, allowing for the direct comparison between these
identities and their relationships.</p>
    </sec>
    <sec id="sec-2">
      <title>2. Methodology</title>
      <p>The following section gives an overview of our data source and the data processing
methodology used in our paper. All code, analysis and data are available on our DagsHub repository.</p>
      <p>
        Reddit is a public discussion, news aggregation social network, among the top 20 most
visited websites in the United Kingdom. As of 2020, Reddit had around 430 million active monthly
users, comparable to the number of Twitter users [
        <xref ref-type="bibr" rid="ref7 ref8">7, 8</xref>
        ]. Reddit is divided into separate
independent subreddits each with specific topics of discussion, where users may submit posts which
each have dedicated nested conversation threads that users can add comments to. Subreddits
cover a wide range of topics, and in the interest of geography, they also act as forums for the
discussion of local places. The United Kingdom subreddit acts as a general hub for related
topics, notably including a list of smaller and more specific related subreddits. This list
provides a ‘Places’ section, a collection of local British subreddits, ranging in scale from country
level (/r/England), regional (/r/thenorth, /r/Teeside), to cities (/r/Manchester) and small
towns (/r/Alnwick). In total there are 213 subreddits that relate to ‘places’ within the United
Kingdom1. For each subreddit, every single historic comment was retrieved using the Pushshift
Reddit archive [
        <xref ref-type="bibr" rid="ref9">9</xref>
        ]. In total 8,282,331 comments were extracted, submitted by 490,535 unique
users, between 2011-01-01 and 2022-04-17.
      </p>
      <p>
        We extracted and geolocated all place names in this collection of comments using a
custom built geoparsing pipeline. To identify place names, we used a BERT transformer-based
NER model trained on the WNUT 2017 dataset [
        <xref ref-type="bibr" rid="ref10">10</xref>
        ], available on the HuggingFace Model Hub.
We then implemented a disambiguation methodology using contextual place names and two
gazetteers to geolocate place names; OS Open Names and ‘natural’ location types from the
Gazetteer of British Place Names. Processed comments consist of a collection of geolocated
place names, alongside their natural language context sentence.
2.1. Similarity of Place Corpora
Comparing the similarity between two or more distinct texts first relies on an appropriate
method for processing the text into a numerical format. For each location we obtained a corpus
of comments, consisting of sentences where each location is mentioned. These were then
processed into a single vector, reflecting the semantic information attributed with locations.
1https://www.reddit.com/r/unitedkingdom/wiki/british_subreddits
Typically, a TF-IDF approach is used to generate document embeddings [
        <xref ref-type="bibr" rid="ref11">11</xref>
        ], however we found
comparative analysis between embeddings did not always provide insightful information. Each
vector shared similar properties, giving cosine similarities which did not result in any distinct
variation between locations. This is likely a problem with the language between locations
sharing similar properties, meaning the more nuanced semantic information is not captured
through a TF-IDF method.
      </p>
      <p>
        We therefore extracted embeddings from a deep neural network called a transformer. Unlike
TF-IDF or simpler neural network models, transformers are able to use contextual information
to generate word embeddings, meaning the same word in two diferent contexts will not share
the exact same vector, capturing diferent embedded semantic information [
        <xref ref-type="bibr" rid="ref12">12</xref>
        ]. Additionally,
transformers are pre-trained on a large corpus of text, meaning general information regarding
the English language is already embedded within the model, allowing for improved
understanding of semantic information. These core features mean that embeddings generated from
transformers are likely to capture information that allows for more the accurate comparative
analysis. We generated embeddings using the all-mpnet-base-v2 model from the
sentencetransformers library in Python [
        <xref ref-type="bibr" rid="ref13">13</xref>
        ]. Unlike a standard ‘BERT’-like transformer, this library
implements modifications to base models that more appropriately captures semantic
information in their output embeddings.
      </p>
      <p>Before calculating embeddings we first masked every mention of a location with a generic
token ‘PLACE’, this ensured that when analysing embeddings, no explicit geographic
information was captured accidentally. For example, Manchester and Liverpool may mention matching
locations frequently in each of their comments because they are geographically close. To both
remove noise and reduce the computational requirements for this work, only locations with
over 10,000 unique mentions were kept, from these a random sample of 1,000 comments were
selected for each. Once embeddings were generated for every comment in each city corpus,
the mean for each corpus was generated, giving a vector 768 decimal values for each city.</p>
      <p>With a single vector for each selected location, we first calculated K-Means clusters to
determine whether distinct groupings of locations could be identified across the UK. To visualise
these clusters we used a PCA decomposition to reduce the dimensionality from 768 down to
2 dimensions. Finally, we calculated the cosine similarity between each and every location
vector.</p>
    </sec>
    <sec id="sec-3">
      <title>3. Results &amp; Discussion</title>
      <p>Figure 1 gives K Means clusters for transformer embeddings decomposed into two dimensions
with  = 5 . These Clusters show corpora that share similar semantic properties, however, it
is worth noting that while points that are closer together likely indicate increased similarity,
the position of these points reflect PCA decomposed values, which capture less information
compared with the clusters calculated on non-decomposed vectors. Notably London appears
as a single value in a cluster, suggesting the corpus associated with the capital of the UK is
semantically distinct from the rest of the country. There is also a single cluster associated with
the four Scottish cities considered in our study (Cluster 1), as well as a cluster for Cambridge
and Oxford (Cluster 5). Figure 1 (B) reveals that clusters do broadly appear to reflect
distanceCambridge
Oxford</p>
      <p>Brighton
LNeeodtstingham
Sheffield
(A)</p>
      <p>London</p>
      <p>Manchester</p>
      <p>Bristol
Birmingham</p>
      <p>Liverpool
Newcastle</p>
      <p>(B)</p>
      <p>Edinburgh
Glasgow</p>
      <p>Aberdeen</p>
      <p>Dundee
5
1
2
3</p>
      <p>4
restricted geographic properties, while also capturing some divergences from this, with
locations like London, Newcastle, Bristol and Brighton geographically distant from locations they
share clusters with.</p>
      <p>With our high dimensional transformer embeddings we compare the cosine similarity
between them on Figure 2. The highest and lowest similarity score for each location is
highlighted in red and green respectively. As with Figure 1, corpora in Scottish cities appear to
largely share similarities, with Glasgow and Edinburgh sharing their highest similarity values.
The city with the lowest similarity to the most other locations is Oxford, which shares low
values with cities in Scotland, as well as Liverpool and Manchester. London again stands out, with
overall very low similarities with all other cities, but the highest similarity with Manchester.</p>
    </sec>
    <sec id="sec-4">
      <title>4. Conclusion</title>
      <p>Our paper demonstrates the ability to compare Reddit comments relating to cities across the
UK, using document embeddings generated from a transformer neural network. Instead of
focussing on physical interactions between people or social media interactions, our work
identifies relationships between cities through their semantic footprint, and analysing each corpus
computationally allows for direct comparisons between cities through clustering and cosine
similarity.</p>
      <p>Our analysis reveals distinct clusters which largely reflect geographic proximity of locations,
however, interesting deviations from proximity do emerge. Oxford and Cambridge are both
clustered and share a high cosine similarity, but generate the lowest similarity with many other
locations in the UK, including London. London in particular appears distinct from the rest of</p>
      <sec id="sec-4-1">
        <title>Birmingham</title>
      </sec>
      <sec id="sec-4-2">
        <title>Brighton</title>
      </sec>
      <sec id="sec-4-3">
        <title>Bristol</title>
      </sec>
      <sec id="sec-4-4">
        <title>Cambridge</title>
      </sec>
      <sec id="sec-4-5">
        <title>Dundee</title>
      </sec>
      <sec id="sec-4-6">
        <title>Edinburgh</title>
      </sec>
      <sec id="sec-4-7">
        <title>Glasgow</title>
      </sec>
      <sec id="sec-4-8">
        <title>Leeds</title>
      </sec>
      <sec id="sec-4-9">
        <title>Liverpool</title>
      </sec>
      <sec id="sec-4-10">
        <title>London</title>
      </sec>
      <sec id="sec-4-11">
        <title>Manchester</title>
      </sec>
      <sec id="sec-4-12">
        <title>Newcastle</title>
      </sec>
      <sec id="sec-4-13">
        <title>Nottingham</title>
      </sec>
      <sec id="sec-4-14">
        <title>Oxford</title>
        <p>She eld</p>
        <p>AbeBrdiremeninghaBmrightonBrCistaomlbridgeDunEddeienburgGhlasgowLeeLdisverpooLlonMdaonnchesNteerwcNaosttlteinghamOxforSdhe eld
the UK, while cities that are not geographically close exhibit clustering and high similarity,
such as Liverpool and Newcastle.</p>
        <p>The information generated through our work presents an alternative view of relationships
between cities that are not captured by existing data sources, all of which rely on explicit
geographic coordinate information. Instead, we build similarities and clusters directly from the
semantic information that exists within their respective corpora. Unlike traditional data, which
captures objective social interactions between regions, the deviations from the restriction of
geographic distance between several cities in our work appears to reflect the more subjective
language that shapes the cultural and perceived identity of regions, and the relationships
between them.</p>
        <p>While our work enables the direct numerical comparison between city-based corpora, it
cannot explain the similarities and dissimilarities between them. Additional work may explore
the use of topic-modelling to identify shared topics between locations, and diferences in the
sentiment towards these topics may explain dissimilarity.</p>
      </sec>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [1]
          <string-name>
            <given-names>A.</given-names>
            <surname>Rae</surname>
          </string-name>
          ,
          <article-title>From spatial interaction data to spatial interaction information? Geovisualisation and spatial structures of migration from the 2001 UK census</article-title>
          , Computers,
          <source>Environment and Urban Systems</source>
          <volume>33</volume>
          (
          <year>2009</year>
          )
          <fpage>161</fpage>
          -
          <lpage>178</lpage>
          . doi:
          <volume>10</volume>
          .1016/j.compenvurbsys.
          <year>2009</year>
          .
          <volume>01</volume>
          .007.
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          [2]
          <string-name>
            <given-names>H.</given-names>
            <surname>Titheridge</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            <surname>Achuthan</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R. L.</given-names>
            <surname>Mackett</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Solomon</surname>
          </string-name>
          ,
          <article-title>Assessing the extent of transport social exclusion among the elderly</article-title>
          ,
          <source>Journal of Transport and Land Use</source>
          <volume>2</volume>
          (
          <year>2009</year>
          ). doi:
          <volume>10</volume>
          . 5198/jtlu.v2i2.
          <fpage>44</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          [3]
          <string-name>
            <given-names>S.</given-names>
            <surname>Sobolevsky</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Szell</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Campari</surname>
          </string-name>
          ,
          <string-name>
            <given-names>T.</given-names>
            <surname>Couronné</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Z.</given-names>
            <surname>Smoreda</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Ratti</surname>
          </string-name>
          ,
          <article-title>Delineating Geographical Regions with Networks of Human Interactions in an Extensive Set of Countries</article-title>
          ,
          <source>PLoS ONE 8</source>
          (
          <year>2013</year>
          )
          <article-title>e81707</article-title>
          . doi:
          <volume>10</volume>
          .1371/journal.pone.
          <volume>0081707</volume>
          .
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          [4]
          <string-name>
            <given-names>B.</given-names>
            <surname>Lengyel</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Varga</surname>
          </string-name>
          ,
          <string-name>
            <given-names>B.</given-names>
            <surname>Ságvári</surname>
          </string-name>
          , Á. Jakobi,
          <string-name>
            <given-names>J.</given-names>
            <surname>Kertész</surname>
          </string-name>
          ,
          <article-title>Geographies of an Online Social Network</article-title>
          ,
          <source>PLOS ONE 10</source>
          (
          <year>2015</year>
          )
          <article-title>e0137248</article-title>
          . doi:
          <volume>10</volume>
          .1371/journal.pone.
          <volume>0137248</volume>
          .
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          [5]
          <string-name>
            <given-names>R.</given-names>
            <surname>Arthur</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H. T. P.</given-names>
            <surname>Williams</surname>
          </string-name>
          ,
          <article-title>The human geography of Twitter: Quantifying regional identity and inter-region communication in England and Wales</article-title>
          ,
          <source>PLOS ONE 14</source>
          (
          <year>2019</year>
          )
          <article-title>e0214466</article-title>
          . doi:
          <volume>10</volume>
          .1371/journal.pone.
          <volume>0214466</volume>
          .
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          [6]
          <string-name>
            <given-names>C.</given-names>
            <surname>Ratti</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Sobolevsky</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F.</given-names>
            <surname>Calabrese</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Andris</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Reades</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Martino</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Claxton</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S. H.</given-names>
            <surname>Strogatz</surname>
          </string-name>
          ,
          <article-title>Redrawing the Map of Great Britain from a Network of Human Interactions</article-title>
          ,
          <source>PLoS ONE 5</source>
          (
          <year>2010</year>
          )
          <article-title>e14248</article-title>
          . doi:
          <volume>10</volume>
          .1371/journal.pone.
          <volume>0014248</volume>
          .
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          [7]
          <string-name>
            <given-names>N.</given-names>
            <surname>Murphy</surname>
          </string-name>
          ,
          <article-title>Reddit's 2019 Year in Review - Upvoted</article-title>
          , https://www.redditinc.com/blog/reddits-2019
          <string-name>
            <surname>-</surname>
          </string-name>
          year-in-review/#content,
          <year>2019</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          [8]
          <string-name>
            <surname>Statista</surname>
          </string-name>
          ,
          <article-title>Most popular social networks worldwide as of January 2022, ranked by number of monthly active users</article-title>
          , https://www.statista.com/statistics/272014/global-social
          <article-title>-networksranked-by-</article-title>
          <string-name>
            <surname>number-</surname>
          </string-name>
          of-users/,
          <year>2022</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          [9]
          <string-name>
            <given-names>J.</given-names>
            <surname>Baumgartner</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Zannettou</surname>
          </string-name>
          ,
          <string-name>
            <given-names>B.</given-names>
            <surname>Keegan</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Squire</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Blackburn</surname>
          </string-name>
          ,
          <source>The Pushshift Reddit Dataset</source>
          ,
          <year>2020</year>
          . arXiv:arXiv:
          <year>2001</year>
          .08435.
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          [10]
          <string-name>
            <given-names>L.</given-names>
            <surname>Derczynski</surname>
          </string-name>
          , E. Nichols, M. van
          <string-name>
            <surname>Erp</surname>
            ,
            <given-names>N.</given-names>
          </string-name>
          <string-name>
            <surname>Limsopatham</surname>
          </string-name>
          ,
          <article-title>Results of the WNUT2017 Shared Task on Novel and Emerging Entity Recognition</article-title>
          ,
          <source>in: Proceedings of the 3rd Workshop on Noisy User-generated Text, Association for Computational Linguistics</source>
          , Copenhagen, Denmark,
          <year>2017</year>
          , pp.
          <fpage>140</fpage>
          -
          <lpage>147</lpage>
          . doi:
          <volume>10</volume>
          .18653/v1/
          <fpage>W17</fpage>
          - 4418.
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          [11]
          <string-name>
            <given-names>J.</given-names>
            <surname>Daniel</surname>
          </string-name>
          , M.
          <string-name>
            <surname>James</surname>
            <given-names>H</given-names>
          </string-name>
          ,
          <article-title>Speech</article-title>
          and
          <string-name>
            <given-names>Language</given-names>
            <surname>Processing</surname>
          </string-name>
          :
          <article-title>An Introduction to Natural Language Processing</article-title>
          , Computational Linguistics, and Speech Recognition, prentice hall,
          <year>2007</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          [12]
          <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>
          ,
          <string-name>
            <given-names>L.</given-names>
            <surname>Kaiser</surname>
          </string-name>
          ,
          <string-name>
            <surname>I. Polosukhin</surname>
          </string-name>
          , Attention Is All You Need, arXiv:
          <fpage>1706</fpage>
          .03762 [cs] (
          <year>2017</year>
          ). arXiv:
          <volume>1706</volume>
          .
          <fpage>03762</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          [13]
          <string-name>
            <given-names>N.</given-names>
            <surname>Reimers</surname>
          </string-name>
          ,
          <string-name>
            <surname>I. Gurevych</surname>
          </string-name>
          , Sentence-BERT:
          <article-title>Sentence Embeddings using Siamese BERTNetworks</article-title>
          ,
          <source>in: Proceedings of the 2019 Conference on Empirical Methods in Natural Language Processing and the 9th International Joint Conference on Natural Language Processing (EMNLP-IJCNLP)</source>
          ,
          <article-title>Association for Computational Linguistics</article-title>
          , Hong Kong, China,
          <year>2019</year>
          , pp.
          <fpage>3980</fpage>
          -
          <lpage>3990</lpage>
          . doi:
          <volume>10</volume>
          .18653/v1/
          <fpage>D19</fpage>
          - 1410.
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>