<!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>Building Multilingual Corpora for a Complex Named Entity Recognition and Classi cation Hierarchy using Wikipedia and DBpedia</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>go Alv</string-name>
        </contrib>
        <contrib contrib-type="author">
          <string-name>urish Th</string-name>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Tin Ku</string-name>
        </contrib>
        <contrib contrib-type="author">
          <string-name>rko T</string-name>
          <email>marko.tadicg@ffzg.hr</email>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Faculty of Humanities and Social Sciences, University of Zagreb</institution>
          ,
          <addr-line>Zagreb 10000</addr-line>
          ,
          <country country="HR">Croatia</country>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>King's College London</institution>
          ,
          <addr-line>London</addr-line>
          ,
          <country country="UK">United Kingdom</country>
        </aff>
        <aff id="aff2">
          <label>2</label>
          <institution>L3S Research Center, Leibniz University Hannover</institution>
          ,
          <addr-line>Hannover</addr-line>
          ,
          <country country="DE">Germany</country>
        </aff>
      </contrib-group>
      <abstract>
        <p>With the ever-growing popularity of the eld of NLP, the demand for datasets in low resourced-languages follows suit. Following a previously established framework, in this paper1, we present the UNER dataset, a multilingual and hierarchical parallel corpus annotated for named-entities. We describe in detail the developed procedure necessary to create this type of dataset in any language available on Wikipedia with DBpedia information. The three-step procedure extracts entities from Wikipedia articles, links them to DBpedia, and maps the DBpedia sets of classes to the UNER labels. This is followed by a post-processing procedure that signi cantly increases the number of identi ed entities in the nal results. The paper concludes with a statistical and qualitative analysis of the resulting dataset.</p>
      </abstract>
      <kwd-group>
        <kwd>named-entity</kwd>
        <kwd>multilingualism</kwd>
        <kwd>data extraction</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>-</title>
      <p>
        Named entity recognition and classi cation (NERC) is an essential Natural
Language Processing (NLP) task involved in many applications like interactive
question answering, summarizing, relation extraction, and text mining. It was
originally de ned in the 6th Message Understanding Conference (MUC-6) as the
identi cation of \Person", \Location" and \Organization" types [
        <xref ref-type="bibr" rid="ref3">3</xref>
        ]. As shown
by Alves et al. [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ], NERC corpora usually respond to the speci c needs of local
projects and di er in terms of the complexity of the types' hierarchy and format.
      </p>
      <p>NERC systems that depend on machine learning models need to be trained
with a large amount of language-speci c annotated data to attain high accuracy.</p>
    </sec>
    <sec id="sec-2">
      <title>1 Copyright © 2021 for this paper by its authors. Use permitted under Creative</title>
      <p>Commons License Attribution 4.0 International (CC BY 4.0).</p>
      <p>
        Nevertheless, annotating this type of data is expensive, time-consuming, and
requires speci c annotators, training to guarantee good inter and intra-annotator
agreements [
        <xref ref-type="bibr" rid="ref5">5</xref>
        ].
      </p>
      <p>
        The complexity of generating NERC annotated data increases when
multilingualism and a complex hierarchy of types are involved [
        <xref ref-type="bibr" rid="ref12">12</xref>
        ]. The Universal
Named Entity Recognition (UNER) framework proposes a hierarchy composed
of 3 levels2: the rst one covers eight broad categories, the second is composed
of 47 named-entity types, and 15 of which are detailed in a third level with a
total of 69 subtypes [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ]. Therefore, our challenge was to generate automatically
annotated data (silver standard) following the UNER hierarchy.
      </p>
      <p>
        Our goal is to parse data from Wikipedia3 corpora in multiple languages,
extract named entities through hyperlinks, align them with entity classes from
DBpedia4 [
        <xref ref-type="bibr" rid="ref6">6</xref>
        ] and translate them into UNER types and subtypes. The idea is to
propose a NERC dataset creation work ow that works for languages covered by
both Wikipedia and DBpedia, including under-resourced languages.
      </p>
      <p>This paper presents the data extraction and annotation work ow and its
application on English5 and Croatian6 languages under the licence CC
BY-NCSA 4.0. It is organized as follows: In Section 2, we present the
state-of-theart concerning NERC automatic data generation; in Section 3, we describe the
details of the data extraction and annotation work ow, and in Section 4, we
provide statistical analysis and qualitative evaluation of the annotation. Section
5 is dedicated to the discussion of the results, and in Section 6, we present our
conclusions and possible future directions for research, including applications of
the UNER corpora.
2</p>
      <sec id="sec-2-1">
        <title>Related Work</title>
        <p>Due to the importance of the NERC task, the challenge of creating a quality
annotated dataset has been the object of many studies.</p>
        <p>
          Yadav and Bethard [
          <xref ref-type="bibr" rid="ref15">15</xref>
          ] and Li et al. [
          <xref ref-type="bibr" rid="ref7">7</xref>
          ] provided complete reviews on NERC
methods, however, focusing on data extraction using existing training corpora,
not detailing procedures for generating new data. Nevertheless, both articles
agree on the fact that a large amount of quality data is required for this task.
        </p>
        <p>
          To overcome the problem of cost, Lawson et al. [
          <xref ref-type="bibr" rid="ref5">5</xref>
          ] proposed the usage of
Amazon Mechanical Turk to annotate a speci c corpus composed of e-mails.
However, this method is still time-consuming and requires speci c training and
bonus strategies. It also relies on the availability of annotators for each speci c
language if the aim is to generate multilingual corpora.
        </p>
        <p>
          A generic method for extracting MWEs from Wikipedias was proposed in
Bekavac and Tadic [
          <xref ref-type="bibr" rid="ref2">2</xref>
          ] and this covers also Multi Word Extraction named entities
        </p>
      </sec>
    </sec>
    <sec id="sec-3">
      <title>2 https://tinyurl.com/sb3u9ve</title>
    </sec>
    <sec id="sec-4">
      <title>3 https://www.wikipedia.org/</title>
    </sec>
    <sec id="sec-5">
      <title>4 https://wiki.dbpedia.org/</title>
    </sec>
    <sec id="sec-6">
      <title>5 Link for English UNER Corpus v.1: https://tinyurl.com/y2taxs8b</title>
    </sec>
    <sec id="sec-7">
      <title>6 Link for Croatian UNER Corpus v.1: https://tinyurl.com/y4tlz4a2</title>
      <p>
        using local regular grammars. An automatic multilingual solution is presented
by Ni et al. [
        <xref ref-type="bibr" rid="ref9">9</xref>
        ]. Their approach was to use annotation projection on comparable
corpora or to project distributed representations of words (embeddings) from
a target to a source language and, therefore, use the NER model of the source
language to annotate the target one without retraining. Although with promising
results, these methods require at least one quality annotated corpus (source
language), which is not the case in our work ow, and that can be problematic
for complex hierarchies such as UNER.
      </p>
      <p>
        Kim et al. [
        <xref ref-type="bibr" rid="ref4">4</xref>
        ] propose an automatic method (semi-CRF model) to label
multilingual data with named entity tags using Wikipedia metadata and parallel
sentences (English-foreign language) extracted from this database. This method
still requires manual annotation of articles-pairs for the CRF training and the
nal corpus is restricted only to the encountered parallel sentences. Additionally,
using Wikipedia metadata, Nothman et al. [
        <xref ref-type="bibr" rid="ref10">10</xref>
        ] present a work ow used for
the generation of silver-standard NERC corpora for English, German, Spanish,
Dutch, and Russian. The idea was to transform the links between articles into
new annotations by projecting the target article's classi cations onto the anchor
text. This method also requires previous manual annotation of a considerable
number of Wikipedia articles.
      </p>
      <p>
        A complete automatic work ow is proposed by Weber &amp; Vieira [
        <xref ref-type="bibr" rid="ref8">8</xref>
        ] for
Portuguese NERC corpus generation by using Wikipedia and DBpedia information.
The proposed method is the basis of our study, but we extend it to multiple
languages and to a more complex NERC hierarchy.
3
      </p>
      <sec id="sec-7-1">
        <title>Process for Data Extraction and Annotation</title>
        <p>The work ow we have developed allows the extraction of texts and metadata
from Wikipedia (for any language present in this database), followed by the
identi cation of the DBpedia classes via the hyperlinks associated with certain
tokens (entities) and the translation to UNER types and sub-types (these last
two steps being language independent).</p>
        <p>
          Once the main process of data extraction and annotation is over, the
workow proposes post-processing steps to improve the tokenization and implement
the IOB format [
          <xref ref-type="bibr" rid="ref11">11</xref>
          ]. Statistical information concerning the generated corpus is
gathered, and missing UNER entities are automatically identi ed.
        </p>
        <p>The whole work ow is presented in detail in the project GitHub web-page7
together with all scripts that have been used, and that can be applied to any
other Wikipedia language.
3.1</p>
        <sec id="sec-7-1-1">
          <title>Components</title>
          <p>The following items are important components that were used for the dataset
creation. These are mappers that map entities from the source to a target class
or hierarchy.</p>
        </sec>
      </sec>
    </sec>
    <sec id="sec-8">
      <title>7 https://github.com/cleopatra-itn/MIDAS</title>
      <p>1. UNER/DBpedia Mapping: This is a mapper that connects each
pertinent DBpedia class with a single UNER tag. A single extracted named
entity might have more than one DBpedia class. For example, entity 2015
European Games have the following DBpedia classes with the respective
UNER equivalences:
{ dbo:Event { Name-Event-Historical-Event
{ dbo:SoccerTournament { Name-Event-Occasion-Game
{ dbo:SocietalEvent { Name-Event-Historical-Event
{ dbo:SportsEvent { Name-Event-Occasion-Game
{ owl:Thing { NULL
The value on the left represents a DBpedia class and its UNER equivalent
is on the right side of the class. It maps all the DBpedia classes to UNER
equivalent classes.
2. DBpedia Hierarchy: This mapper assigns priorities to each DBpedia class.</p>
      <p>This is used to select a single DBpedia class from the collection of classes
that are associated with an entity. Following are classes are their priorities.
{ dbo:Event { 2
{ dbo:SoccerTournament { 4
{ dbo:SocietalEvent { 2
{ dbo:SportsEvent { 4
{ owl:Thing { 1
For entity 2015 European Games , the DBpedia class
SoccerTournament presides over the other classes as it has a higher priority value. If the
extracted entity has two assigned classes with the same hierarchy value the
rst from the list is chosen as the nal one. All the DBpedia classes were
assigned with a hierarchy value according to DBpedia Ontology8.
3.2</p>
      <sec id="sec-8-1">
        <title>Main process</title>
        <p>The main process is schematized in the gure below and is divided into three
sub-processes.
1. Extraction from Wikipedia dumps: For a given language, we obtain its
latest dump from the Wikimedia website9. Next, we perform text extraction
preserving the hyperlinks in the article using WikiExtractor10. These are
hyperlinks to other Wikipedia pages as well as unique identi ers to those
named-entities. We extract all the unique hyperlinks and sort them
alphabetically. These hyperlinks will be referred to as named-entities henceforth.
2. Wikipedia-DBpedia entity linking: For all the unique named-entities
from the dumps, we query the DBpedia endpoint using a SPARQL query
with SPARQLWrapper11 to identify the various classes associated with the
entity. This step produces, for each named-entity from step 1, a set of
DBpedia classes it belongs to.</p>
      </sec>
    </sec>
    <sec id="sec-9">
      <title>8 http://mappings.dbpedia.org/server/ontology/classes/</title>
    </sec>
    <sec id="sec-10">
      <title>9 https://dumps.wikimedia.org/ 10 https://github.com/attardi/wikiextractor 11 https://rd ib.dev/sparqlwrapper/</title>
      <p>3. Wikipedia-DBpedia-UNER back-mapping: For every extracted
namedentity obtained in step 1, we use the set of classes produced in step 2, along
with an UNER/DBpedia mapping schema, to assign UNER classes to each
named-entity. For an entity, all the classes obtained from the DBpedia
response are mapped to a hierarchy value, highest valued class is resolved and
chosen and then it is mapped to UNER class. For constructing the nal
annotation dataset, we only select those sentences that have at least one single
named entity. This reduces the sparsity of annotations and thus reduces the
false negatives rate in our test models. This step produces an initial tagged
corpus from the whole Wikipedia dump for a speci c language.
3.3</p>
      <sec id="sec-10-1">
        <title>Post-processing steps</title>
        <p>The post-processing steps correspond to four di erent Python scripts that
provide:
1. The improvement of the tokenization (using regular expressions) by
isolating punctuation characters that were connected with words. In addition, it
applies the IOB format to the UNER annotations inside the text.
2. The calculation of the following statistic information concerning the
generated corpus: Total number of tokens, Number of Non-entity Tokens (tag
\O"), Number of Entity Tokens (tags \B" or \I") and Number of Entities
(tag \B"). The script also provides a list of all UNER tags with the number
of occurrences of each tag inside the corpus.
3. Listing the entities inside the corpus (tokens and the corresponding UNER
tag). Each identi ed entity appears once in this list, even if it has multiple
occurrences in the corpus.
4. The increment of the annotations by an automatic process using the list of
entities (output of item 3 above). The script checks if, inside the corpus,
entity tokens from the mentioned list were not tagged as a UNER entity. If
so, the corresponding UNER tag is associated to them. Entities composed
of one single character, two lower-case characters, and digits were discarded.
Also, multi-tokens entities were prioritized using the longest match approach.</p>
        <p>Post-processing steps from 1 to 4 were applied to the UNER Croatian corpus,
while for the English one, only steps 1 to 3 due to its size. Results and qualitative
analysis are presented in the following section.
4</p>
        <sec id="sec-10-1-1">
          <title>Data Analysis</title>
          <p>
            We have decided to test the proposed work ow with two di erent languages:
English and Croatian. The Croatian Wikipedia [
            <xref ref-type="bibr" rid="ref13">13</xref>
            ] is composed of 223,488
articles, while the English Wikipedia [
            <xref ref-type="bibr" rid="ref14">14</xref>
            ] has 6,188,204 articles (almost 28 times
bigger). The aim was to check the compatibility of the process with a very
wellresourced language and a low-resourced one. We have applied the main process
for both languages and post-processing steps from 1-3 to the English corpus. The
Croatian corpus has also been passed through the fourth step of post-processing.
4.1
          </p>
        </sec>
      </sec>
      <sec id="sec-10-2">
        <title>Statistical Information</title>
        <p>After applying the main process of the proposed work ow, we obtain, for each
language, annotated text les divided into folders. The sizes of the English and
Croatian UNER corpora are presented in the following table.</p>
        <p>Corpus Total Size Number of folders Number of les
English UNER 3.3 GB 172 17,150</p>
        <p>Croatian UNER 108 MB 5 411</p>
        <p>After applying post-processing steps 1-3 in both Croatian and English UNER
datasets, we obtain the following statistics concerning both corpora.</p>
        <p>Therefore, concerning the English Corpus, 8.9% of tokens are entities, 7.1%
in the Croatian one.</p>
        <p>As explained previously, the UNER hierarchy is composed of categories,
types, and subtypes. UNER includes the most common classes used in NERC
(\Person", \Location", Organization", being more detailed (subtypes):
{ \Person": correspond to UNER \Name-Person-Name"
{ \Location": correspond to all subtypes inside the UNER types \Name-Location".
{ \Organization": correspond to all subtypes inside the UNER type
\NameOrganization"</p>
        <p>English UNER Corpus Croatian UNER Corpus
Total Number of Tokens 325,395,838 9,388,224
Number of Non-Entity Tokens 320,719,350 8,436,254
Number of Entity Tokens 31,676,488 951,970
Number of Entities 15,101,318 668,231
Number of Di erent Entities 630,519 157,418</p>
        <p>Therefore, it is possible to analyse the generated corpora in terms of these
more generic classes.</p>
        <p>These main classes correspond to 68.2% of NEs in the English corpus and
75,5% in the Croatian one. As explained in section 3.1, the annotation of a certain
named-entity depends on the existence of hyperlinks. However, these links are
not always associated with the tokens if the entity is mentioned repeatedly in
the article. Therefore, to improve the corpus generated through the proposed
work ow, we have established another post-processing step, which we applied
to the Croatian corpus. By using the list of entities present in the corpus, we
identify in the text the tokens that should have been tagged as entities, but that
did not have the corresponding hyperlink.</p>
        <p>In the following table, we present the statistics of the nal post-processed
Croatian corpus compared to the one obtained before this last step.</p>
        <p>The percentage of entity tokens is increased from 7.1% to 16.2%. In the next
table, we focus the statistical analysis on the UNER types that can be associated
with the classic NERC classes: Person, Location and Organisation.
The automatic annotation of the text extracted from Wikipedia requires the
identi cation of the DBpedia classes associated with the respective tokens (via
hyperlink) and the translation to UNER using (UNER/DBpedia equivalences).
In order to evaluate this step, we have performed an analysis of 943 entities
randomly selected concerning the English UNER Corpus. For each one, we have
checked the DBpedia associated classes and the nal UNER chosen tag. The
next table presents the results of this evaluation.</p>
        <p>The analysis of this sample shows that 91% of the entities are correctly tagged
with UNER tags. However, 6% are associated to the correct UNER type but to a
generic sub-type. For example, Bengkulu should be tagged as
Name-LocationGPE-City but received the tag Name-Location-GPE-GPE Other.</p>
        <p>The incorrect tags are due to errors in the DBpedia classes associated with
the tokens or due to the equivalence between DBpedia and UNER rules:
{ Buddhism is associated only to the DBpedia class EthnicGroup and,
therefore, is wrongly tagged as Name-Organization-Ethnic Group other while it
should be associated to the UNER tag Name-Product-Doctrine Method-Religion.
{ Brit Awards , due to the prioritization of DBpedia class hierarchy in the
choice of UNER tags, is wrongly tagged as
Name-Organization-CorporationCompany while it should receive the tag Name-Product-Award.</p>
        <p>It is possible to observe a considerable number of False Negative instances
inside the corpora not being processed by the last post-processing step. This is due
to the fact that not all entities in Wikipedia extracted articles have hyperlinks.</p>
        <p>A qualitative analysis of the nal Croatian UNER corpus shows that the
nal post-processing step considerably reduces the number of False Negative
instances. Nevertheless, with the actual set of rules for this nal automatic
annotation step, we can observe some problems concerning mostly mono-tokens entities,
for example, all jezik instances are associated with UNER tag
Name-ProductPrinting-Magazine while in the text it may not correspond to a magazine but
to the common noun jezik (language in English ). Also, it is important to
mention that while the UNER hierarchy proposes a very complex hierarchy in
terms of time and numerical expressions, this work ow covers basically UNER
types and sub-types of the Name category.
5</p>
        <sec id="sec-10-2-1">
          <title>Discussion</title>
          <p>
            The implemented work ow and the generated corpora show the potential of
the method presented by Weber &amp; Vieira [
            <xref ref-type="bibr" rid="ref8">8</xref>
            ] comprising the extraction of texts
and metadata from Wikipedia and the usage of DBpedia to annotate in terms
of NERC. Our approach is broader, proposing a method that can be used for
any language present in Wikipedia and using a more complex NERC hierarchy
(UNER). Compared to other proposals of generating silver NERC standards
[
            <xref ref-type="bibr" rid="ref4">4</xref>
            ][
            <xref ref-type="bibr" rid="ref9">9</xref>
            ][
            <xref ref-type="bibr" rid="ref10">10</xref>
            ], our work ow has the advantage of being fully automatized. However,
we can identify that some improvement is needed concerning, more speci cally,
the last post-processing step. We have succeeded in increasing the number of
annotated entities; nevertheless, the accuracy needs to be enhanced. In addition,
a manual and more detailed evaluation is necessary to verify the precision and
recall of the classi cation of the entities inside the nal annotated texts.
6
          </p>
        </sec>
        <sec id="sec-10-2-2">
          <title>Conclusions and Future Directions</title>
          <p>In this paper, we describe an automatic process for generating multilingual
Named-Entity recognition corpora by using Wikipedia and DBpedia data. We
also present the UNER corpus, a hierarchical named-entity corpus in Croatian
and English, developed with the proposed method. We show some statistics of
the corpus and detail the procedure used to create it, nishing with a
qualitative evaluation. In our future work, we plan to extend our corpus to other
under-resourced languages while evaluating our work ow's performance across
the languages. Also analysing the di erent limitations due to the uneven content
of Wikipedia across languages. Following this intrinsic evaluation of our dataset,
we will train models on the obtained data to extrinsically evaluate the corpus.
7</p>
        </sec>
        <sec id="sec-10-2-3">
          <title>Acknowledgements</title>
          <p>The work presented in this paper has received funding from the European
Union's Horizon 2020 research and innovation program under the Marie
SklodowskaCurie grant agreement no. 812997 and under the name CLEOPATRA
(Crosslingual Event-centric Open Analytics Research Academy).</p>
        </sec>
      </sec>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          1.
          <string-name>
            <surname>Alves</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kuculo</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Amaral</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Thakkar</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Tadic</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          : Uner:
          <article-title>Universal namedentity recognitionframework</article-title>
          .
          <source>In: Proceedings of the 1st International Workshop on Cross-lingual Event-centric Open Analytics</source>
          . pp.
          <volume>72</volume>
          {
          <fpage>79</fpage>
          .
          <article-title>Association for Computational Linguistics (</article-title>
          <year>2020</year>
          ), https://www.aclweb.org/anthology/W10-0712
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          2.
          <string-name>
            <surname>Bekavac</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Tadic</surname>
            ,
            <given-names>M.:</given-names>
          </string-name>
          <article-title>A generic method for multi word extraction from wikipedia</article-title>
          .
          <source>In: Proceedings of the 30th International Conference on Information Technology Interfaces</source>
          (
          <year>2008</year>
          ), https://www.bib.
          <source>irb.hr/348724</source>
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          3.
          <string-name>
            <surname>Chinchor</surname>
            ,
            <given-names>N.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Robinson</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          :
          <string-name>
            <surname>Appendix</surname>
            <given-names>E</given-names>
          </string-name>
          : MUC-7
          <source>Named Entity Task De nition (version 3.5)</source>
          .
          <source>In: Seventh Message Understanding Conference (MUC-7): Proceedings of a Conference Held in Fairfax, Virginia, April 29 - May 1</source>
          ,
          <year>1998</year>
          (
          <year>1998</year>
          ), https://www.aclweb.org/anthology/M98-1028
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          4.
          <string-name>
            <surname>Kim</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Toutanova</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Yu</surname>
          </string-name>
          , H.:
          <article-title>Multilingual named entity recognition using parallel data and metadata from Wikipedia</article-title>
          . In:
          <article-title>Proceedings of the 50th Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers)</article-title>
          . pp.
          <volume>694</volume>
          {
          <fpage>702</fpage>
          . Association for Computational Linguistics, Jeju Island,
          <source>Korea (Jul</source>
          <year>2012</year>
          ), https://www.aclweb.org/anthology/P12-1073
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          5.
          <string-name>
            <surname>Lawson</surname>
            ,
            <given-names>N.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Eustice</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Perkowitz</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Yetisgen-Yildiz</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          :
          <article-title>Annotating large email datasets for named entity recognition with Mechanical Turk</article-title>
          .
          <source>In: Proceedings of the NAACL HLT 2010 Workshop on Creating Speech</source>
          and
          <article-title>Language Data with Amazon's Mechanical Turk</article-title>
          . pp.
          <volume>71</volume>
          {
          <fpage>79</fpage>
          . Association for Computational Linguistics, Los Angeles (jun
          <year>2010</year>
          ), https://www.aclweb.org/anthology/W10-0712
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          6.
          <string-name>
            <surname>Lehmann</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Isele</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Jakob</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Jentzsch</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kontokostas</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Mendes</surname>
            ,
            <given-names>P.N.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Hellmann</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Morsey</surname>
            , M., van Kleef,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Auer</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Bizer</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          :
          <article-title>Dbpedia - a large-scale, multilingual knowledge base extracted from wikipedia</article-title>
          .
          <source>Semantic Web</source>
          <volume>6</volume>
          (
          <issue>2</issue>
          ),
          <volume>167</volume>
          {
          <fpage>195</fpage>
          (
          <year>2015</year>
          ). https://doi.org/10.3233/SW-140134, https://madoc.bib.unimannheim.de/37476/
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          7.
          <string-name>
            <surname>li</surname>
          </string-name>
          , J.,
          <string-name>
            <surname>Sun</surname>
            , A., Han,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Li</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          :
          <article-title>A survey on deep learning for named entity recognition</article-title>
          .
          <source>IEEE Transactions on Knowledge and Data Engineering PP</source>
          ,
          <volume>1</volume>
          {
          <issue>1</issue>
          (
          <issue>03</issue>
          <year>2020</year>
          ). https://doi.org/10.1109/TKDE.
          <year>2020</year>
          .2981314
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          8.
          <string-name>
            <surname>Menezes</surname>
            ,
            <given-names>D.S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Savarese</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Milidiu</surname>
            ,
            <given-names>R.L.</given-names>
          </string-name>
          :
          <article-title>Building a massive corpus for named entity recognition using free open data sources (</article-title>
          <year>2019</year>
          ), http://arxiv.org/abs/
          <year>1908</year>
          .05758
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          9.
          <string-name>
            <surname>Ni</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Dinu</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Florian</surname>
          </string-name>
          , R.:
          <article-title>Weakly supervised cross-lingual named entity recognition via e ective annotation and representation projection</article-title>
          .
          <source>CoRR abs/1707</source>
          .02483 (
          <year>2017</year>
          ), http://arxiv.org/abs/1707.02483
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          10.
          <string-name>
            <surname>Nothman</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ringland</surname>
            ,
            <given-names>N.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Radford</surname>
            ,
            <given-names>W.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Murphy</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Curran</surname>
            ,
            <given-names>J.R.</given-names>
          </string-name>
          :
          <article-title>Learning multilingual named entity recognition from wikipedia</article-title>
          .
          <source>Artif. Intell</source>
          .
          <volume>194</volume>
          ,
          <issue>151</issue>
          {
          <fpage>175</fpage>
          (
          <year>2013</year>
          ), http://dblp.uni-trier.de/db/journals/ai/ai194.html#NothmanRRMC13
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          11.
          <string-name>
            <surname>Ramshaw</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Marcus</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          :
          <article-title>Text chunking using transformationbased learning</article-title>
          .
          <source>In: Third Workshop on Very Large Corpora</source>
          (
          <year>1995</year>
          ), https://www.aclweb.org/anthology/W95-0107
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          12.
          <string-name>
            <surname>Sekine</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          :
          <article-title>Named entity: History and future (</article-title>
          <year>2004</year>
          ), http://cs.nyu.edu/ sekine/papers/NEsurvey200402.pdf
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          13.
          <string-name>
            <surname>Wikipedia</surname>
          </string-name>
          <article-title>: Croatian Wikipedia | Wikipedia, the free encyclopedia</article-title>
          . http://en.wikipedia.org/w/index.php?title=
          <source>Croatian%20Wikipedia&amp;oldid=983689658</source>
          (
          <year>2020</year>
          ), [Online; accessed 10-November-2020]
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          14.
          <string-name>
            <surname>Wikipedia</surname>
          </string-name>
          <article-title>: English Wikipedia | Wikipedia, the free encyclopedia</article-title>
          . http://en.wikipedia.org/w/index.php?title=
          <source>English%20Wikipedia&amp;oldid=987449701</source>
          (
          <year>2020</year>
          ), [Online; accessed 14-November-2020]
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          15.
          <string-name>
            <surname>Yadav</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Bethard</surname>
            ,
            <given-names>S.:</given-names>
          </string-name>
          <article-title>A survey on recent advances in named entity recognition from deep learning models</article-title>
          . CoRR abs/
          <year>1910</year>
          .11470 (
          <year>2019</year>
          ), http://arxiv.org/abs/
          <year>1910</year>
          .11470
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>