<!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>April</journal-title>
      </journal-title-group>
    </journal-meta>
    <article-meta>
      <title-group>
        <article-title>“This research is funded by...”: Named Entity Recognition of financial information in research papers</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Daria Alexander</string-name>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Arjen P. de Vries</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Radboud University, Faculty of Science ICIS ofice M1.</institution>
          <addr-line>00.05, Mercator 1 Toernooiveld 212 NL-6525 EC Nijmegen</addr-line>
          ,
          <country country="NL">The Netherlands</country>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>Spinque</institution>
          ,
          <addr-line>Hooghiemstraplein 126 3514 AZ Utrecht</addr-line>
          ,
          <country country="NL">The Netherlands</country>
        </aff>
      </contrib-group>
      <pub-date>
        <year>2021</year>
      </pub-date>
      <volume>1</volume>
      <issue>2021</issue>
      <fpage>102</fpage>
      <lpage>110</lpage>
      <abstract>
        <p>Customised Named Entity Recognition is an interesting, yet challenging task. The focus of our paper is the extraction of the named entities that provide financial information about research projects and programs. We introduce AckNER, a tool which extracts financial information from the “Acknowledgments” or “Funding” sections of research articles and dissertations. The results show that AckNER outperforms generic NLP libraries such as SpaCy, Stanza, FLAIR and DeepPavlov. The improvements found can be attributed to the ability to identify non-capitalised parts of the named entities in combination with the addition of patterns to extract information about contracts and grants.</p>
      </abstract>
      <kwd-group>
        <kwd>eol&gt;Named entity recognition</kwd>
        <kwd>dependency parsing</kwd>
        <kwd>regular expressions</kwd>
        <kwd>named entity linking</kwd>
        <kwd>knowledge graphs</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>1. Introduction</title>
      <p>Named Entity Recognition is not a trivial task and is often domain-specific. One would not use
the same algorithm for the recognition of the names of drugs and the names of politicians in old
newspapers. That is why it is important to introduce algorithms adapted for a specific purpose.</p>
      <p>In our study, we deal with information extraction from scientific articles and dissertations.
The aim of our study is to understand which companies and organisations provide financial
support for which research, what programs the research is part of and under which contract or
grant this research is carried out.</p>
      <p>Funding related information is important strategic management information in academia, for
example to help understand which research output relates to the same research programs, and
the subsidies that fund this type of research. Search tasks that involve this information are a
specific case of enterprise search, common in large research organisations. Extracted named
entities will be integrated into a Spinque knowledge graph (Spinque is a high-tech SME ofering
knowledge graph search technology), and linked to a number of external and internal databases
of Delft University of Technology (TU Delft).</p>
      <p>
        For that purpose we designed AckNER, a tool that extracts the necessary financial information
from the “Acknowledgements” and “Funding” sections of the article. The “Acknowledgements”
section can include expected, if not imposed, acknowledgment of financial resources and
research infrastructure, alongside very personal testimonies of gratitude [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ]. More recent
articles may contain a “Funding” section as well, in which case AckNER extracts information
from it.
      </p>
      <p>In this paper, we proceed as follows. First, we review research papers linked to our domains
of interest. Then we present AckNER, the methodology and the evaluation procedure, followed
by the results. Finally, we discuss the results and perspectives for future research.</p>
    </sec>
    <sec id="sec-2">
      <title>2. Related work</title>
      <p>
        Named Entity Recognition is the task of identifying named entities like person, location,
organisation, drug, time, clinical procedure, biological protein in text, etc. [
        <xref ref-type="bibr" rid="ref2">2</xref>
        ]. Named Entity
Recognition systems can be divided into 1) knowledge-based systems which are based on
lexical resources [
        <xref ref-type="bibr" rid="ref3">3</xref>
        ], 2) bootstrapped systems, including orthography, context of the entity,
words contained within named entities and also pattern extraction [
        <xref ref-type="bibr" rid="ref4 ref5">4, 5</xref>
        ], 3) feature-engineered
supervised systems, that are using Hidden Markov Models, Support Vector Machines, decision
trees and Conditional Random Fields [
        <xref ref-type="bibr" rid="ref6 ref7 ref8">6, 7, 8</xref>
        ] and 4) feature-inferring neural network systems,
which are pre-trained on word and/or character embeddings [
        <xref ref-type="bibr" rid="ref10 ref9">9, 10</xref>
        ].
      </p>
      <p>
        Diferent methods have been used for the extraction of named entities from a paper’s
“Acknowledgements” section. One way is to apply regular expressions [
        <xref ref-type="bibr" rid="ref11">11</xref>
        ]. Other methods
include the usage of various pre-trained named entity recognisers such as OpenCalais and
AlchemyAPI [
        <xref ref-type="bibr" rid="ref12">12</xref>
        ], Stanford Core NLP and LingPipe [
        <xref ref-type="bibr" rid="ref13">13</xref>
        ]. The recognisers are run in
parallel and the overlapping named entities are eliminated. The extraction of named entities from
the “Acknowledgements” shows that funding organisations receive more acknowledgement
than any other category [
        <xref ref-type="bibr" rid="ref11">11</xref>
        ]. The information about funding organisations can be extracted
using vocabularies, for example CrossRef’s Open Funder Registry [
        <xref ref-type="bibr" rid="ref13">13</xref>
        ].
      </p>
      <p>Named entities can also be extracted by using lexico-syntactic patterns [14, 15, 16]. Several
studies have retrieved the named entities as tuples (x,r,y), where x is the first entity, y is the
second entity and r is the relation between them [17, 18]. POS-tagging can be the basis to
identify patterns [17, 18]. However, using lexico-syntactic patterns is not always suficient
to identify the correct relationship between entities. Therefore, parsing trees that reflect the
dependency relations between words are to be used [19]. Dependency parsing can create a
link between two words in a tree even if they are far from each other in a sentence, due to the
syntactic link between them and the head of the tree or sub-tree (usually a verb or a preposition)
[20]. The named entity appearing first in the extracted dependency pattern is assumed to be
the efector of the relation, usually a subject, while the second named entity is assumed to be
the efectee, usually an object [21, 22].</p>
      <p>Knowledge graphs are large networks of entities, their semantic types, properties, and
relationships between entities [23]. In a knowledge graph, the relationship between the entities
is represented in the form of (s,p,o) triples - subject, predicate and object, - which is similar
to the tuple issued from pattern extraction. Named entity linking is a tool to include named
entities in the knowledge graph, where their meaning is disambiguated and unique identifiers
can be assigned from an underlined knowledge repository [24]. Named entity recognition is
performed before named entity linking, and errors in the first stage lead to poor performance
during the second stage [25].</p>
    </sec>
    <sec id="sec-3">
      <title>3. Methodology</title>
      <p>AckNER is based on two supplementary methods: 1) dependency parse trees for extracting
the names of the organisations, projects, programs and funds, and 2) regular expressions for
retrieving information about contracts and grants. Contract and grant identifiers deserve special
attention, as they provide essential information about funding.</p>
      <p>We have used the SpaCy dependency parser to extract dependency patterns [26]. Table 1
shows the most common patterns extracted. We can see that all the patterns end with objects
and can be preceded by compounds, modifiers, prepositions, conjunctions and a coordinating
conjunction “and”. When the pattern contains a preposition “of”, “for” and “on” it can
contain another object in the middle of the pattern.</p>
      <p>These patterns were extracted from the sentences that contained various forms of the words
“fund”, “finance” and “support” by filtering on their lemmas (base forms of the words).
If we represent the sentences that contained the necessary named entities as tuples (x,r,y) we
would notice that we need the third part of the tuple: y. The following examples represent
the entities extracted with the patterns 1-3 in their context. X and r could also be used for the
knowledge graph as a subject and predicate, but it is not the aim of our current task.
1. (This/det/ work/nsubjpass/, was/auxpass/ supported/root/ by/agent/, the/det/ Danish/comp/</p>
      <p>National/comp/ Science/comp/ Foundation/pobj/ )
2. (This /det/ work /nsubjpass/, was /auxpass/ supported /ROOT/ by /agent/, the/det/ 863
/nummod/ High /nmod/ Technology/nmod/ and/cc/ Development/conj/ Project/pobj/ )
3. (This/det/ project/nsubjpass/, is/auxpass/ funded/ROOT/ by/agent/, the/det/ Netherlands
/comp/ Institute /pobj/ for /prep/Space/comp/ Research/pobj/ )</p>
      <p>To extract contract and grant identifiers, we use regular expressions to match patterns like
Contract No. DE-AC03-76-00098 and grant No. BSIK03016. Contract and grant information is also
extracted from sentences that contain forms of the words “fund”, “finance” and “support”.
For the extraction of contract numbers we use the following regular expression:
[Cc]ontract(No\.)?[A-Z0-9-]+</p>
      <p>We extract the capitalised or non-capitalised word “contract” followed by the optional
“No.” and by the combination of capitalised letters, numbers or dashes. The regular expression
for the grant numbers is much alike:
[Gg]rant([Aa]greement)?(No\.)?[A-Z0-9-]</p>
      <p>The word “agreement” may occur in the grant regular expression, otherwise the principle
is the same. Overall, the dependency patterns and the regular expressions help to extract the
named entities linked to financial information that are later used in the knowledge graph.</p>
    </sec>
    <sec id="sec-4">
      <title>4. Evaluation</title>
      <p>The evaluation data for testing AckNER consists of a random sample drawn from TU Delft’s
institutional repository, containing 321 research articles and dissertations. These articles and
dissertations were published between the 1980s and today. Out of 321 articles and dissertations,
102 contained an “Acknowledgments” or “Funding” sections. The articles and dissertations that
did not contain “Acknowledgments” or “Funding” sections were mainly older scientific works.</p>
      <p>
        To compare the results of our domain-specific approach to the results of generic NLP libraries,
we have used four state-of-the-art libraries: SpaCy [26], Stanza (Stanford NLP Group)
[27], FLAIR [
        <xref ref-type="bibr" rid="ref14">28</xref>
        ] and DeepPavlov [
        <xref ref-type="bibr" rid="ref15">29</xref>
        ]. Each of these NLP libraries uses pre-trained neural
models. SpaCy uses a convolutional neural network (CNN) to train its models, FLAIR and
Stanza pass their inputs to a bi-directional long-short term memory model (Bi-LSTM) and
DeepPavlov uses a hybrid Bi-LSTM-CRF (conditional random field) model. For all the NLP
libraries, we used packages that identify 18 entity types, such as location, organisation, money,
etc. We decided to extract the named entities labelled as organisations (ORG). We also chose
to extract the LAW entities from SpaCy, Stanza and FLAIR because some of the contract and
grant numbers were labelled as LAW by those NLP libraries.
      </p>
      <p>We have evaluated the results of extraction with AckNER and these four NLP libraries using
a golden standard file that contained manually annotated named entities from the sample. We
also took into account the diference between the annotation of AckNER and FLAIR and other
NLP libraries. FLAIR and AckNER did not include the determiners “the” at the beginning of
the words, although SpaCy, Stanza and DeepPavlov included them, so both variants were
considered correct.</p>
    </sec>
    <sec id="sec-5">
      <title>5. Results</title>
      <p>0.77 and a recall of 0.84. The high recall of AckNER is important to construct the knowledge
graph used later, during search.</p>
      <p>We can clearly see that the NLP libraries perform poorly on this data, especially in terms
of recall. In our application, this low level of recall results in large numbers of named entities
that would be missing from the knowledge graph. Among the NLP libraries, DeepPavlov
performed the best, although it performs almost twice as poorly in terms of recall than AckNER.
In the next section, we see what caused such results.</p>
    </sec>
    <sec id="sec-6">
      <title>6. Discussion</title>
      <p>The empirical results show that AckNER performs better than the selected NLP libraries. As for
dependency patterns, one of the reasons for AckNER’s higher performance is that it extracts
the entities where some of the words are not capitalised; examples include Smartmix funding
program, ToKeN VindIT project, Dutch organization for Fundamental Research on Matter or BSIK
/ BRICKS project. The NLP libraries only extract the entities or elements of entities that are
capitalised (except prepositions and coordinating conjunctions); e.g., DeepPavlov and FLAIR
recognise the entity BSIK / BRICKS project as BSIK / BRICKS, and SpaCy and Stanza miss it
altogether.</p>
      <p>Entities not extracted correctly by AckNER were complicated names of projects, e.g., program
“Smart systems based on integrated Piezo”. AckNER only retrieves integrated Piezo because, as the
noun program is an object in the sentence, it terminates the previous pattern and starts looking
for a new one. The same thing occurs to project “Development of an Immersed Boundary Method,
Implemented on Cluster and Grid Computers”, from which only Immersed Boundary Method and
Cluster and Grid Computers are extracted.</p>
      <p>Some entities which contain the coordinating conjunction “and” are extracted properly;
however, some others are not. For example, in the sentence Peter Vajda was supported by the
Slovak Research and Development Agency the entity is Slovak /nmod/ Research/nmod/ and/cc/
Development/conj/ Agency/pobj/, which corresponds to our pattern. However, in the sentence It
was supported by Dutch Royal Academy of Arts and Sciences, it is not extracted correctly. As the
pattern always ends with an object, AckNER stops at Arts and does not extract Sciences, which
is marked as a conjunction.</p>
      <p>Another problematic extraction is linked to the fact that we retrieve all the sentences which
contain various forms of the words “fund”, “finance” and “support”. AckNER extracts
sentences like We would like to thank G. Bihlmayer for technical support and then retrieves all
the entities that contain objects at the end, despite the fact that these sentences are not relevant.</p>
      <p>As for contract and grant numbers, AckNER extracts 13 out of 14 named entities, one case of
non-extraction being an error in the text pre-processing. FLAIR extracts three of these (two
contract numbers and one grant number), Stanza retrieves two contract numbers, and SpaCy
and DeepPavlov extract no relevant named entities. All the extractions of contract and grant
numbers from Stanza and FLAIR are labelled as LAW. Although DeepPavlov does not have a
LAW label or any other relevant label for extracting contract and grant numbers, it is perplexing
that SpaCy, which has a LAW label, does not retrieve any relevant items. We can conclude that
even when the NLP libraries have the label that is associated with the necessary information,
this does not mean that they will retrieve all or even most of the expected named entities.</p>
    </sec>
    <sec id="sec-7">
      <title>7. Conclusion</title>
      <p>In this paper, we have explored the usage of the combination of dependency parsing patterns and
regular expressions for the recognition of named entities in the “Acknowledgments”/“Funding”
sections of research papers. We have focused on the entities that provide funding or financial
information. We found that AckNER outperforms SpaCy, Stanza, FLAIR and DeepPavlov for
two main reasons: 1) it extracts the entities that contained lowercase words and 2) it extracts
almost all contract and grant numbers.</p>
      <p>The main limitation of our study is that the sample size is small (102 articles that contain
an “Acknowledgments”/“Funding” section, out of 321). However, as the NLP libraries did not
recognise non-capitalised parts of named entities and extracted only a few contract and grant
numbers, we do not expect the selected NLP libraries to outperform AckNER on a larger sample,
and conclude that a domain-specific method like AckNER is better suited to our purpose.</p>
      <p>The next steps of our research are to 1) run AckNER on a larger collection and 2) add extracted
entities to a knowledge graph and link them to external and internal databases. Avenues for
future work include using the small sample extracted for this paper as a starting point for
semi-supervised learning, which will help us to add more and more relevant data to the sample
and provide us with a large sample that will be added to the knowledge graph.</p>
    </sec>
    <sec id="sec-8">
      <title>Acknowledgments</title>
      <p>This work has been supported by the EU Horizon 2020 ITN/ETN on Domain Specific Sytems
for Information Extraction and Retrieval (H2020-EU.1.3.1., ID: 860721).</p>
    </sec>
    <sec id="sec-9">
      <title>8. Resources</title>
      <p>Code and results are provided in GitHub repository https://github.com/informagi/AckNER.
doi:10.1007/978-3-030-13709-0_27.
[14] M. A. Hearst, Automatic acquisition of hyponyms on large text corpora, in: COLING
1992 Volume 2: The 15th International Conference on Computational Linguistics, 1992, pp.
539–545.
[15] O. Etzioni, M. Cafarella, D. Downey, S. Kok, A.-M. Popescu, T. Shaked, S. Soderland, D. S.</p>
      <p>Weld, A. Yates, Web-scale information extraction in knowitall: (preliminary results), in:
WWW ’04: Proceedings of the 13th international conference on World Wide Web, 2004,
pp. 100–110. doi:https://doi.org/10.1145/988672.988687.
[16] C. Orna-Montesinos, Words and patterns: Lexico-grammatical patterns and semantic
relations in domain-specific discourses, Revista Alicantina de Estudios Inglesese 24 (2011).
doi:10.14198/raei.2011.24.09.
[17] A. Yates, M. Cafarella, M. Banko, O. Etzioni, M. Broadhead, S. Soderland, Textrunner: open
information extraction on the web, in: Proceedings of Human Language Technologies: The
Annual Conference of the North American Chapter of the Association for Computational
Linguistics (NAACL-HLT), Association for Computational Linguistics, Rochester, New
York, USA, 2007, pp. 25–26.
[18] A. Fader, S. Soderland, O. Etzioni, Identifying relations for open information extraction, in:
Proceedings of the 2011 Conference on Empirical Methods in Natural Language Processing,
Association for Computational Linguistics, Edinburgh, Scotland, UK, 2011, p. 1535–1545.
[19] A. I. A. Aldine, M. Harzallah, B. Giuseppe, N. Béchet, A. Faour, Redefining hearst patterns
by using dependency relations, in: Proceedings of the 10th International Joint Conference
on Knowledge Discovery, Knowledge Engineering and Knowledge Management, volume 2,
2018, pp. 148–155. doi:10.5220/0006962201480155.
[20] E. T. K. Sang, K. Hofmann, Lexical patterns or dependency patterns: Which is better for
hypernym extraction?, in: Proceedings of the Thirteenth Conference on Computational
Natural Language Learning (CoNLL-2009), Association for Computational Linguistics,
Boulder, Colorado, 2009, p. 174–182.
[21] K. Fundel, R. Küfner, R. Zimmer, Relex—relation extraction using dependency parse trees,
Bioinformatics 23 (2007) 365–371. doi:https://doi.org/10.1093/bioinformatics/
btl616.
[22] H. Kilicoglu, S. Bergler, Syntactic dependency based heuristics for biological event
extraction, in: Proceedings of the BioNLP 2009 Workshop Companion Volume for Shared Task,
Association for Computational Linguistics, Boulder, Colorado, 2009, pp. 119–127.
[23] M. Krötzsch, G. Weikum, Journal of web semantics: Special issue on knowledge graphs,
2016.
[24] K. Balog, Entity-Oriented Search, volume 39 of The Information Retrieval Series, Springer,
2018.
[25] N. Botzer, Y. Ding, T. Weninger, Reddit entity linking dataset, 2021. Unpublished.
[26] Spacy, Spacy: Industrial-strength natural language processing in python, 2016. URL:
https://spacy.io.
[27] P. Qi, Y. Zhang, Y. Zhang, J. Bolton, C. D. Manning, Stanza: A python natural language
processing toolkit for many human languages, in: Proceedings of the 58th Annual Meeting
of the Association for Computational Linguistics: System Demonstrations, Association for
Computational Linguistic, 2020, pp. 101–108. doi:10.18653/v1/2020.acl-demos.14.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [1]
          <string-name>
            <given-names>A.</given-names>
            <surname>Paul-Hus</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N.</given-names>
            <surname>Descrochers</surname>
          </string-name>
          ,
          <article-title>Acknowledgements are not just thank you notes: A qualitative analysis of acknowledgements content in scientific articles and reviews published in 2015</article-title>
          ,
          <source>PLoS ONE 14</source>
          (
          <year>2019</year>
          ). doi:https://doi.org/10.1371/journal.pone.
          <volume>0226727</volume>
          .
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          [2]
          <string-name>
            <given-names>V.</given-names>
            <surname>Yadav</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Bethard</surname>
          </string-name>
          ,
          <article-title>A survey on recent advances in named entity recognition from deep learning models</article-title>
          ,
          <source>in: Proceedings of the 27th International Conference on Computational Linguistics</source>
          , Association for Computational Linguistics, Santa Fe, New Mexico, USA,
          <year>2018</year>
          , p.
          <fpage>2145</fpage>
          -
          <lpage>2158</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          [3]
          <string-name>
            <given-names>J.</given-names>
            <surname>Callan</surname>
          </string-name>
          ,
          <string-name>
            <given-names>T.</given-names>
            <surname>Mitamura</surname>
          </string-name>
          ,
          <article-title>Knowledge-based extraction of named entities</article-title>
          ,
          <source>in: CIKM '02: Proceedings of the eleventh international conference on Information and knowledge management</source>
          ,
          <year>2002</year>
          , pp.
          <fpage>532</fpage>
          -
          <lpage>537</lpage>
          . doi:https://doi.org/10.1145/584792.584880.
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          [4]
          <string-name>
            <given-names>M.</given-names>
            <surname>Collins</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y.</given-names>
            <surname>Singer</surname>
          </string-name>
          ,
          <article-title>Unsupervised models for named entity classification</article-title>
          , in: P. Fung, J. Zhou (Eds.),
          <source>Joint SIGDAT Conference on Empirical Methods in Natural Language Processing and Very Large Corpora, EMNLP</source>
          <year>1999</year>
          , College Park, MD, USA, June 21-22,
          <year>1999</year>
          , Association for Computational Linguistics,
          <year>1999</year>
          , pp.
          <fpage>100</fpage>
          -
          <lpage>110</lpage>
          . URL: https://www. aclweb.org/anthology/W99-0613/.
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          [5]
          <string-name>
            <given-names>O.</given-names>
            <surname>Etzioni</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Cafarella</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Downey</surname>
          </string-name>
          ,
          <string-name>
            <surname>A.-M. Popescu</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          <string-name>
            <surname>Shaked</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          <string-name>
            <surname>Soderland</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          <string-name>
            <surname>Weld</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          <string-name>
            <surname>Yates</surname>
          </string-name>
          ,
          <article-title>Unsupervised named-entity extraction from the web: An experimental study</article-title>
          ,
          <source>Artificial Intelligence</source>
          <volume>165</volume>
          (
          <year>2005</year>
          )
          <fpage>91</fpage>
          -
          <lpage>134</lpage>
          . doi:
          <volume>10</volume>
          .1016/j.artint.
          <year>2005</year>
          .
          <volume>03</volume>
          .001.
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          [6]
          <string-name>
            <given-names>R.</given-names>
            <surname>Malouf</surname>
          </string-name>
          ,
          <article-title>Markov models for language-independent named entity recognition</article-title>
          ,
          <source>in: COLING-02: proceedings of the 6th conference on Natural language learning</source>
          , volume
          <volume>20</volume>
          ,
          <year>2002</year>
          , pp.
          <fpage>1</fpage>
          -
          <lpage>4</lpage>
          . doi:https://doi.org/10.3115/1118853.1118872.
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          [7]
          <string-name>
            <given-names>X.</given-names>
            <surname>Carreras</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.</given-names>
            <surname>Màrquez</surname>
          </string-name>
          , L. Padró,
          <article-title>Named entity extraction using adaboost</article-title>
          ,
          <source>in: COLING-02: proceedings of the 6th conference on Natural language learning</source>
          , volume
          <volume>20</volume>
          ,
          <year>2002</year>
          , pp.
          <fpage>1</fpage>
          -
          <lpage>4</lpage>
          . doi:https://doi.org/10.3115/1118853.1118857.
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          [8]
          <string-name>
            <given-names>Y.</given-names>
            <surname>Li</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            <surname>Bontcheva</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            <surname>Cunningham</surname>
          </string-name>
          ,
          <article-title>Using uneven margins svm and perceptron for information extraction</article-title>
          ,
          <source>in: CONLL '05: Proceedings of the Ninth Conference on Computational Natural Language Learning</source>
          ,
          <year>2005</year>
          , pp.
          <fpage>72</fpage>
          -
          <lpage>79</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          [9]
          <string-name>
            <given-names>R.</given-names>
            <surname>Collobert</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Weston</surname>
          </string-name>
          ,
          <article-title>A unified architecture for natural language processing: deep neural networks with multitask learning</article-title>
          ,
          <source>in: ICML '08: Proceedings of the 25th international conference on Machine learning</source>
          ,
          <year>2008</year>
          , pp.
          <fpage>160</fpage>
          -
          <lpage>167</lpage>
          . doi:https://doi.org/10.1145/ 1390156.1390177.
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          [10]
          <string-name>
            <given-names>Y.</given-names>
            <surname>Kim</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y.</given-names>
            <surname>Jernite</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Sontag</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A. M.</given-names>
            <surname>Rush</surname>
          </string-name>
          ,
          <article-title>Character-aware neural language models</article-title>
          ,
          <source>AAAI</source>
          (
          <year>2016</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          [11]
          <string-name>
            <given-names>C.</given-names>
            <surname>Giles</surname>
          </string-name>
          ,
          <string-name>
            <surname>I. Councill</surname>
          </string-name>
          ,
          <article-title>Who gets acknowledged: Measuring scientific contributions through automatic acknowledgment indexing</article-title>
          ,
          <source>Proceedings of the National Academy of Sciences of the United States of America</source>
          <volume>101</volume>
          (
          <year>2005</year>
          )
          <fpage>17599</fpage>
          -
          <lpage>604</lpage>
          . doi:
          <volume>10</volume>
          .1073/pnas.0407743101.
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          [12]
          <string-name>
            <given-names>M.</given-names>
            <surname>Khabsa</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Treeratpituk</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Giles</surname>
          </string-name>
          ,
          <article-title>Ackseer: A repository and search engine for automatically extracted acknowledgments from digital libraries</article-title>
          ,
          <source>Proceedings of the ACM/IEEE Joint Conference on Digital Libraries</source>
          (
          <year>2012</year>
          ). doi:
          <volume>10</volume>
          .1145/2232817.2232852.
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          [13]
          <string-name>
            <given-names>S.</given-names>
            <surname>Kayal</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Z.</given-names>
            <surname>Afzal</surname>
          </string-name>
          , G. Tsatsaronis,
          <string-name>
            <given-names>M.</given-names>
            <surname>Doornenbal</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Katrenko</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Gregory</surname>
          </string-name>
          , A Framework to Automatically
          <source>Extract Funding Information from Text: 4th International Conference, LOD</source>
          <year>2018</year>
          , Volterra, Italy,
          <source>September 13-16</source>
          ,
          <year>2018</year>
          ,
          <string-name>
            <given-names>Revised</given-names>
            <surname>Selected</surname>
          </string-name>
          <string-name>
            <surname>Papers</surname>
          </string-name>
          ,
          <year>2019</year>
          , pp.
          <fpage>317</fpage>
          -
          <lpage>328</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          [28]
          <string-name>
            <given-names>A.</given-names>
            <surname>Akbik</surname>
          </string-name>
          ,
          <string-name>
            <given-names>T.</given-names>
            <surname>Bergmann</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Blythe</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            <surname>Rasul</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Schweter</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Vollgraf</surname>
          </string-name>
          ,
          <string-name>
            <surname>Flair:</surname>
          </string-name>
          <article-title>An easy-to-use framework for state-of-the-art nlp, in: Proceedings of the 2019 Conference of the North American Chapter of the Association for Computational Linguistics (Demonstrations), Association for Computational Linguistics</article-title>
          , Minneapolis, Minnesota,
          <year>2019</year>
          , pp.
          <fpage>54</fpage>
          -
          <lpage>59</lpage>
          . doi:
          <volume>10</volume>
          .18653/v1/
          <fpage>N19</fpage>
          -4010.
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          [29]
          <string-name>
            <given-names>M.</given-names>
            <surname>Burtsev</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Seliverstov</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Airapetyan</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Arkhipov</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Baymurzina</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N.</given-names>
            <surname>Bushkov</surname>
          </string-name>
          ,
          <string-name>
            <given-names>O.</given-names>
            <surname>Gureenkova</surname>
          </string-name>
          ,
          <string-name>
            <given-names>T.</given-names>
            <surname>Khakhulin</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y.</given-names>
            <surname>Kuratov</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Kuznetsov</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Litinsky</surname>
          </string-name>
          ,
          <string-name>
            <given-names>V.</given-names>
            <surname>Logacheva</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Lymar</surname>
          </string-name>
          ,
          <string-name>
            <given-names>V.</given-names>
            <surname>Malykh</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Petrov</surname>
          </string-name>
          ,
          <string-name>
            <given-names>V.</given-names>
            <surname>Polulyakh</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.</given-names>
            <surname>Pugachev</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Sorokin</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Vikhreva</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Zaynutdinov</surname>
          </string-name>
          , Deeppavlov:
          <article-title>Open-source library for dialogue systems</article-title>
          ,
          <source>in: Proceedings of ACL</source>
          <year>2018</year>
          ,
          <article-title>System Demonstrations, Association for Computational Linguistics</article-title>
          , Melbourne, Australia,
          <year>2018</year>
          , pp.
          <fpage>122</fpage>
          -
          <lpage>127</lpage>
          . doi:
          <volume>10</volume>
          .18653/v1/
          <fpage>P18</fpage>
          -4021.
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>