<!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>Mining the Biographical Dictionary of Republican China, from Print to Network Exploration</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Pierre Magistry</string-name>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Ce´cile Armand</string-name>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Christian Henriot</string-name>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Aix Marseille Univ</string-name>
        </contrib>
        <contrib contrib-type="author">
          <string-name>IrAsia</string-name>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Marseille</string-name>
        </contrib>
        <contrib contrib-type="author">
          <string-name>France pierre.magistry@univ-amu.fr</string-name>
        </contrib>
        <contrib contrib-type="author">
          <string-name>cecile.armand@gmail.com</string-name>
        </contrib>
        <contrib contrib-type="author">
          <string-name>christian.r.henriot@gmail.com</string-name>
        </contrib>
      </contrib-group>
      <abstract>
        <p>This article describes preliminary experiments conducted in the context of the ENP-China project, which examines the transformation of elites in modern China. The project is centered on exploiting information from untapped textual sources at a large scale which requires to investigate new methodologies for data-rich history and to rely on Natural Language Processing (NLP). The first experiments presented in this paper were designed on a smaller scale and better-known materials to test and develop adequate tools and methodology - at a humanly manageable scale - before eventually enlarging the corpus and scale of analysis. We focus on the Biographical Dictionary of Republican China (BDRC) edited by H. Boorman and aim at extracting biographical information and transforming a conventional dictionary into a reservoir of data on elites in modern China.</p>
      </abstract>
      <kwd-group>
        <kwd>China</kwd>
        <kwd>History</kwd>
        <kwd>Biography</kwd>
        <kwd>Data Mining</kwd>
        <kwd>NLP</kwd>
        <kwd>Graph Visualization</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>-</title>
      <p>
        The ENP-China project (ERC advanced grant) proposes a
step-change in the study of modern China reliant upon
scalable data-rich history to create a new dimension in the study
of the transformation of elites in modern China. The key
issue that the project wants to address is breaking through
existing limits of access to historical information that is
embedded in complex sources and its transformation into
refined, re-usable and sustainable data for contemporary and
future study of modern China. This project is rooted in
historical research, but it adopts a highly multidisciplinary
approach, including computational linguistics to explore and
process large textual corpora such as the mid-19th mid-20th
press. The project focuses on elites in urban China as actors
whose status, position, and practices were shaped by the
power configurations that developed over time and whose
actions through institutions and informal/formal networks
in turn were a determining factor in redrawing social and
political boundaries.
The Biographical Dictionary of Republican China (BDRC)
        <xref ref-type="bibr" rid="ref2">(Boorman et al., 1967)</xref>
        has served generations of China
historians, mostly as a reference work to check out major
historical figures of the Republican era. Although the work
has fallen into oblivion due to its format (print), obsolete
transliteration system (Wade-Giles), and current research
practices (digital), it remains a formidable source on elites
in Republican China. We take it as a container of historical
data on a much wider range of figures than the 588 selected
individuals with a view to reconstitute it as a database with
updated and enriched data. Our objective is, on one hand,
to examine the characteristics of the BDRC population and
on the other hand to challenge this sample as representative
of the elites in Republican China.
      </p>
      <p>The BDRC consists of 4 volumes of about 500 pages each
and an index volume produced separately a decade after
initial publication. The first four volumes describe the 588
individuals in 1.1 million tokens.</p>
      <p>The purpose of processing the BDRC was threefold:
- to conduct a first experiment on a manageable dataset,
bearing in mind the different nature and scale of the press
corpora to be mined in the course of the project;
- to enable interactions at the very first stage of the project
between computational linguistics, NLP, and historical
inquiry ;
- to initiate the production of atomized biographical data
through the transformation of text into data and to start
designing an appropriate database for the project.</p>
      <p>This paper is organized as follows: The next section
introduces related works and briefly explains where our work
falls in the field of biographical data processing. Section 4
gives an overview of the NLP pipeline used to obtain an
annotated version of the corpus as a graph database.
Section 5 describes different types of information that can be
extracted from the annotated corpus. Finally, Section 6
introduces the tool and method we adopted to visualize the
extracted data. As we are presenting a work-in-progress,
we will not provide a proper conclusion. However, in
sections 7 and 9 there is an attempt to share more insights and
our plan on how to scale up.</p>
      <p>3</p>
    </sec>
    <sec id="sec-2">
      <title>Related Works</title>
      <p>
        A substantial amount of works in Digital Humanities
focuses on processing biographical materials. It covers
theoretical issues regarding the definition of data structures
        <xref ref-type="bibr" rid="ref1 ref14 ref14 ref6 ref6">(Beretta, 2017; Thierry and Sprugnoli, 2017; Fokkens and
Ter Braake, 2017)</xref>
        , and more practical aspects of the
processing methods as well as the design of query interfaces.
The present paper does not address the theoretical aspects
about ontological definition of what constitute biographical
data. We did not adopt a specific data schema from the start
and chose to proceed in the opposite direction, which could
be described as bottom-up. We ran experiments with
information extraction tools to study what kind of data can be
retrieved automatically.
Due to the relatively small scale of our experiments and
some copyright issues to be resolved, we cannot provide an
online interface to the full-texts through a web portal
similar to those presented in other works such as
        <xref ref-type="bibr" rid="ref12 ref13 ref13 ref3">(Reinert et
al., 2015; Raghallaigh and Cleirc´ın, 2015)</xref>
        . We still plan to
release most of our productions under a permissive licence
when possible (see Section 8 for details). Regarding the
language technogolies used in this work, our NLP
processing pipeline for data extraction, which is described in the
next section is very similar to the one used in
        <xref ref-type="bibr" rid="ref3">(Dib et al.,
2015)</xref>
        . The main originality of our approach is to rely on a
graph-based exploration at different stages of the data
processing. It ranges from clean, manually curated and
augmented data, to noisy output of the NLP pipeline.
4
      </p>
    </sec>
    <sec id="sec-3">
      <title>NLP Pipeline</title>
      <p>
        In this section, we will describe the set of tools that we
relied on to process the texts and extract information. When
processing documents in English, our goal is not to design
better models and NLP techniques for every step of the
analysis, but rather to provide a relevant and complete tool
chain for our scenario. We tried first to assess what could be
achieved with off-the-shelf tools such as CoreNLP
        <xref ref-type="bibr" rid="ref10">(Manning et al., 2014)</xref>
        . The main issue we encountered in fact
was at the tokenization step, which forced us to adapt the
tokenizer to our corpus. Other modules were left unchanged
except from some simple and systematic post-processing of
the Named Entity Recognition (NER).
41 The Big Picture
Figure 1 illustrates the whole processing of the BDRC
dictionary. Starting from an OCRized version of the text
(keeping volume and page number information), the first
step was to split the four volumes into a biography entry
basis, to obtain one document per individual. Each document
was then segmented into paragraphs and sentences.
Sentences are our basic unit of information and undergo NLP
analysis with tokenization, part-of-speech tagging,
syntactic (dependency) parsing and NER. All these steps were
performed with pretrained modules from the CoreNLP
toolkit and will progressively be replaced by more
state-ofthe-art tools. The resulting annotation is stored in a
graphdatabase for seamless querying and information extraction.
We always keep the trace of the document for each
information stored in this database. Visualization of the NER
annotation layer is also provided using FLAT1, after a
conversion of the document into the FoLiA format
        <xref ref-type="bibr" rid="ref15">(van
Gompel and Reynaert, 2013)</xref>
        .
42 Tokenization
It may seem surprising to the NLP community, where much
of the effort focuses on tasks of higher abstraction such
as parsing, NER or entities linking, but some of the most
damaging and obvious processing errors occurred as early
as the tokenization step. The default English tokenization
in CoreNLP is simply unable to handle the transliteration
of Chinese names from that period, which use the
WadeGiles romanization system. An example of such names is
      </p>
      <sec id="sec-3-1">
        <title>1https://github.com/proycon/flat</title>
        <p>Ch’en Kung-po, which is split into 6 tokens (Ch / ’ / en /
Kung / - /po) where we would expect two (Ch’en /
Kungpo). This kind of tokenization mistakes results in a
cascade of errors in the subsequent modules and failures in the
syntactic parsing and NER. This concerns the majority of
person names and an important part of locations and
organizations. It is however fairly straightforward to derive
a Wade-Giles-aware tokenization module for the CoreNLP
toolkit and avoid such mistakes.
43 Annotation and Storage
Other modules from CoreNLP were used without
modification to provide annotation layers on the tokens . The output
is illustrated on Figure 3 and 4.</p>
        <p>After a first run of the pipeline, we performed a manual
editing of Named Entities at the type level. We ordered the
recognized forms by their number of occurrences and
established the list of systematic corrections, which could be
a change of entity type (e.g. for an organization recognized
as a location) or an erasure. This produced a list of
corrections to be applied on the whole corpus.</p>
        <p>
          We stored this information in JanusGraph2, an Apache
TinkerPop3 compatible graph database which allows us to
easily perform graph traversals to match and extract patterns.
By opposition to similar tools which are specifically crafted
for linguistic inquiries such as Grew
          <xref ref-type="bibr" rid="ref9">(Guillaume et al.,
2012)</xref>
          4 and are often limited to specific levels of
linguistic analysis (such as graph matching in dependency trees),
using a more generic graph-database enables us to merge
all the layers of analysis, from document structure to NER
        </p>
      </sec>
      <sec id="sec-3-2">
        <title>2https://janusgraph.org/</title>
      </sec>
      <sec id="sec-3-3">
        <title>3https://tinkerpop.apache.org/</title>
      </sec>
      <sec id="sec-3-4">
        <title>4http://grew.fr/</title>
        <p>annotations as well as including syntactic annotation. It is
then possible to design graph traversals which combine all
the information available. Future additions to annotation
layers will be easy and it is possible to write convenient
Domain Specific Language (DSL) on top of the Gremlin layer5
to ease the design of complex queries. The data model of
the graph-database is shown on Figure 2</p>
      </sec>
    </sec>
    <sec id="sec-4">
      <title>5 Information Extraction</title>
      <p>Once the entries have been annotated by our NLP pipeline,
it becomes possible to design patterns (on strings with
labels or on graphs of annotations) to extract the information
we are looking for.
51 Information types
Every piece of information is located in a specific sentence,
related to a dictionary entry (hence, a specific person). We
targeted information of various kinds whereby some could
be directly recorded in a biographical database such as the
birth date, while others required more subtle mappings such
as positions:
Birth and death From the very first paragraph of each
biography (see figure 3), valuable information can be
extracted regarding birth and death. Dates could be
retrieved thanks to a very simple regular expression
(although in a few cases, OCR errors caused the
extraction to fail and required manual correction). Many
persons described in the dictionary were still alive at
the time of writing. In such case the date and place
of death had to be retrieved from other sources. The
birth places were extracted automatically, but as they
5https://github.com/
mpollmeier/gremlin-scala#
build-a-custom-dsl-on-top-of-gremlin-scala
were expressed (sometimes inconsistently) in an old
transliteration for Chinese place names, they had to
be normalized manually to be usable in a GIS. This
step involved a large part of manual checking and
additions to the original source, but as it concerned only
basic information for each person, it was a sustainable
workload.</p>
      <p>
        Educational Background Next we wanted to extract
information regarding the education background. This
information was spread over a larger part of each
entry and typically used a free form of writing. For this
step and the following one, we first considered
relying on FrameNet
        <xref ref-type="bibr" rid="ref5">(Fillmore et al., 2003)</xref>
        , but using a
concordancer we observed that the vocabulary used
in the BDRC was consistent enough to enable
relying on the selection of trigger words and syntactic
patterns to extract relevant phrases and words. Such
triggers included verbs like “to graduate”, “to study”, “to
attend” and nouns like “student”, “university”,
“chu¨jen”, “hsueh-t’ang”. . . This kind of patterns is
illustrated on figure 4 and described in more details in the
next section.
      </p>
      <p>This method yielded a large quantity (1, 610 entries)
of matches, which we could present in tabular format.
It was still tractable to go through all the extractions
manually to check them and provide normalized forms
of fields like the institution where the education was
received, the degree(s) obtained and the field of study.
Additionally, we had to enrich it with the location
(educational institution) and their name in Chinese. With
this cleaned dataset, we could produce visualizations
using graphs and GIS (see Section 6). Although it
may appear that a lot of manual work was involved,
it was not so much to correct the extraction itself, than
to “update” the extracted data in a standardized
format for proper identification or location. It was an
unavoidable step that produced new dictionaries to be
used in the exploration of the press corpora.</p>
      <p>
        Positions To track the positions occupied by all the
individuals, we adopted a similar methodology, changing
only the set of trigger words and syntactic patterns.
However, we then had to face a much larger set of
potential data points (more than 5, 000). Individuals in
the BDRC have a single birth and death. They may
have enrolled in a couple of institutions during their
studies (if we focus on higher education). But the
number of positions each may have occupied is much
larger and is often listed in succession without date
next to each occurrence. Thus it became very difficult
to double-check all the data and provide normalized
forms for jobs and institutions. We had to turn to data
visualization tools before we were able to clean the
data. To replace manual normalization, we enriched
our data using WordNet
        <xref ref-type="bibr" rid="ref4">(Fellbaum, 1998)</xref>
        to provide
links between similar positions. A graph was then
constructed from all our instances, it is composed of
14 thousands nodes and 29 thousands edges.
52 Technical details
The string matching to retrieve birth and death information
was simply based on regular expressions and Named
Entities (Location) annotations. The methods we implemented
for education and positions on the other hand deserves a
more detailed explanation.
      </p>
      <p>Using a concordancer on the annotated text, we skimmed
through examples of trigger words in context. Based on
these observations, we were able to describe syntactic
patterns to confirm a match around occurrences of the selected
trigger words. Because the whole linguistic annotation is
merged in a single graph database, we were able to
extract sub-parts of the sentences based on traversals on the
syntactic graph and NER annotations for each confirmed
match. For example, the word degree would trigger a
possible match in the sentence ”After receiving a B.A. degree
in June 1914, he remained at Cornell for another year.” Its
morphosyntactic analysis is illustrated on Figure 4. Starting
from this occurrence of the word degree, we can check that
it is in direct object position (dobj of receiving) and capture
the compound B.A. degree. With the addition of the NER
layer, it is possible to retrieve the DATE span June 1914
and the ORG Cornell. We thus proceeded in three steps:
• finding all occurrences of a trigger word
• checking its syntactic position to confirm a match
• extracting information by following the links in the
graph-database.</p>
      <p>Extracted information was presented in a tabular format.
The table produced could then be used for manual edition
or to build graphs for visualization.</p>
      <p>6</p>
    </sec>
    <sec id="sec-5">
      <title>Graph-based Exploration</title>
      <p>We used graph visualization tools to obtain different views
of the data we extracted. Both manually cleaned and noisy
datasets can benefit from such an approach. It is important
to emphasize that there is no single graph which can
properly and fully represent a dataset. The way the graph is built
needs to be related to some question about the data. In this
work we simply wanted to get a better understanding of
what data was collected from the biographical dictionary.
In order to do so, we relied on Padagraph6an online graph
exploration tool we introduce in the next section. We will
then illustrate its use on the two cases of (cleaned)
education data and (noisy) positions data.
61</p>
      <p>
        Padagraph
Padagraph is a web-based tool designed to allow for
collaborative graph edition and visualization. It has been
successfully adapted for lexicography in the RLF project
        <xref ref-type="bibr" rid="ref11">(Polgue`re, 2014)</xref>
        , and for a bibliographic search engine in
the Istex project7. We are now exploring its potential on
historical data.
      </p>
      <p>Given tabular description of nodes and edges of a graph,
which can be CSV files hosted anywhere or an online
spreadsheet editing service such as EtherCalc, Padagraph
builds the corresponding graph and provides various graph
layouts and clustering algorithms. Nodes and edges can
receive properties (by adding columns in the tables) which
are displayed when a node is selected. We use properties
to add quotes of the full text and urls pointing to the source
document.</p>
      <p>Beside the availability of 3D layout and the possibility to
edit the data online in a collaborative way in real time (two
features that are not used here), what distinguishes more
specifically Padagraph from other similar tools is the
possibility to work on very large graphs by displaying only
sub-graphs based on searches and expand queries. Random
Walk techniques are used to retrieve nodes in the
neighborhood of a starting point without being limited to direct
neighbors. This enables the user to visualize the local
structure of a dataset around a first search, and to iteratively
expand the displayed sub-graph around the nodes of interest.
It may be difficult to make sense of the visualization of our
full 14k nodes positions graph (which could be done with</p>
      <sec id="sec-5-1">
        <title>6https://padagraph.io/</title>
      </sec>
      <sec id="sec-5-2">
        <title>7https://www.istex.fr/cillex/</title>
        <p>other offline tools such as Gephi or Cytoscape), but with
Padagraph one can explore the graph through an interactive
process starting from a specific person or position.
62 Education Graph
As described in Section 5, the education graph is built
after having manually normalized and supplemented the data
extracted from the BDRC with other sources. The result of
this step is a large table of 1, 610 lines. Each line
corresponds to an extraction, it includes the ID of the entry from
which it was extracted and the full sentence. It also
indicates the original (automatic) analysis output, with the
trigger word, the subject and object in each sentence as well as
recognized organizations, locations and dates. It is
supplemented with curated data including standardized forms for
the institution, its country and city, the level of education,
the discipline studied and a time span when available.
From this table we can imagine building many graphs.
Here we illustrate with a bipartite graph relating
individuals to institutions. Among the 1,610 lines of
information in the full table, 759 include a standardized
institution name. Those relate 474 institutions to 332
individuals. The corresponding graph can be visualized at http:
//enpchina.eu/boorman/education/
63 Positions Graph
When addressing positions, we reached a quantity of
extracted information that made it difficult to extensively
verify and standardize manually. In this case, we will not be
exploring a carefully curated data. Instead we used
Padagraph as a tool to explore the output of the automatic
analysis. In order to make this exploration more efficient and
compensate for the noisy data, we included more
information in the graph. Extracted positions are typically noun
phrases. In some cases the whole phrase denotes the type of
position, in some others it only provides the head noun and
the rest of the phrase may be too specific. In other cases,
we may want to keep the head noun and its closest
adjective or compound. We kept these three level of specificity
and created links between position names when they were
considered close-synonyms in WordNet. Take for example
the sentence “he became special adviser to the ministry of
communications.”. In this case, the node for this sentence
in our graph will be linked to special adviser to the
ministry of communications., special adviser and adviser. By
exploring the surroundings of this sentence in the graph, we
can discover that this is the only mention of a special
adviser to the ministry of communications., but that we have
another special adviser, namely Hu Shih who was special
adviser to the Executive Yuan. A screenshot zoomed on this
part of the graph is presented on figure 5
The initial graph we obtain can be described as a set of
16, 058 nodes connected by 33, 460 edges. Nodes are of
the following types:</p>
        <sec id="sec-5-2-1">
          <title>Sentence 4, 419 extracted snippets</title>
          <p>Document 577 documents (entries from the dictionary)</p>
        </sec>
        <sec id="sec-5-2-2">
          <title>Named Entity 2, 919 types (not including dates)</title>
        </sec>
        <sec id="sec-5-2-3">
          <title>Position 5, 076 nouns (or noun phrases)</title>
        </sec>
        <sec id="sec-5-2-4">
          <title>Synset 2, 387 synsets from wordnet</title>
          <p>
            A final step of filtering is added to discard nodes with
less than two neighbors and nodes with too many
neighbors. The resulting graph can be visualized at
http://enpchina.eu/boorman/positions/.
In the case of positions, the usage we can have of
Padagraph resembles less typical Network Analysis cases and
more a search engine which discloses the output of the
NLP pipeline, including its imperfections. As mentioned
in
            <xref ref-type="bibr" rid="ref7 ref8">(Fokkens et al., 2018; Fokkens-Zwirello et al., 2014)</xref>
            ,
relying on NLP to address research questions in
Humanities requires to let the researcher have a clear idea about the
limitations and the behaviour of the NLP tools. Scores
typically provided in most NLP publications are far from giving
the full picture of what can be expected from the tools.
          </p>
          <p>One of the most important aspects of the
evaluation is that it should raise awareness to the end
user about what NLP analysis can do and what it
cannot do. As we will argue, the standard
precision and recall evaluations are not sufficient to
provide the necessary insights to historians using
the output of our automatic analyses. It is also
important to provide insight into the kind of
errors made by analyses, so that end users are aware
of potential biases introduced by the tools.</p>
          <p>Our use of graphical exploration of the raw output from the
NLP pipeline without hiding errors cannot replace proper
evaluations, but we hope that providing a convenient
interface to navigate through the graph, which can be regarded
as “the machine’s point of view about our data” can be a
way to raise awareness among the historians involved in
our project.</p>
          <p>To summarize the use of graphs in our work, we can
distinguish between three main cases. Firstly, the results of
the NLP pipeline are stored in a graph database to allow for
pattern matching (Figure 2 and 4), these graphs are drawn
here as illustrations but are usually not visualized.
Secondly we can visualize the graph structure of curated data,
to provide a new way to explore a specific dataset. This
requires some pre-defined hypothesis or broad questioning
to design the graph. Our “Education Graph” is of this kind,
as it lets us explore our data following the communities of
persons and institutions defined by the relation ‘having
received education in a specific institution’. Thirdly, we use
graph exploration to expose a larger but more noisy dataset
about positions. This enables the researcher to have a more
global picture of the data contained in the corpus, but may
require multiple iterations of filtering and graph re-building
to provide a more efficient workflow. Making such iteration
easier is one of our main concern for future work.
7</p>
        </sec>
      </sec>
    </sec>
    <sec id="sec-6">
      <title>Feedback from historians</title>
      <p>In assessing the performance of the tools and techniques
implemented in this experiment, one needs to distinguish
between issues that relate to the tools/techniques and those
that relate to the very nature of the processed document,
especially the naming of targeted entities, all labelled in
English or in an obsolete transliteration system. The
quality and precision of information tends to decrease with the
complexity of the searched topics (e.g. birth vs.
positions). Yet the main issue is the heterogeneity of the
retrieved terms (which is source-dependent) and the overload
of information that needs to be curated to be fully usable in
a database. Conversely, the manual retrieval of the same
information would have required a full month of work based
on a conservative assessment, versus a few minutes with
NLP tools, and would still have required the same amount
of formatting and converting named entities into current
standards. The main pitfall identified in implementing NLP
tools was the production of a number of ”false positives”,
namely incorrect attribution of properties (education,
position) to individuals.</p>
      <p>8</p>
    </sec>
    <sec id="sec-7">
      <title>Availability of the Results</title>
      <p>We will release the outputs of our work under a
permissive licence to allow for further research. The BDRC is
still covered by copyrights so it seems difficult, prior to an
agreement with the publisher, to provide the output of the
full-text analysis, but we will provide the extracted and
enriched synthetic datasets. The graph visualization is
available on our project website, and is linked to the original
documents on the Internet Archive8. It can thus be used
as an enriched index which can serve as digital entry point
to benefit from the BDRC. We will, however, create
internally X-Boorman, a digitally enriched edition of the BDRC
pending further discussions with the publisher.</p>
      <p>9</p>
    </sec>
    <sec id="sec-8">
      <title>Perspectives</title>
      <p>In this work, we focused on a single source. We remained
at a small scale compared to the scope of our project, but
this experiment will be replicable, with adjustments, to full
range of other biographical works such as Who’s whos,
directories, etc. Yet we already saw the limits of what we can
address or correct manually. This work was a test-case to
explore the methodology and possible interactions between
the disciplines involved in our project.</p>
      <p>To process our whole corpus will require numerous
modifications in our work flow, as this corpus will include a
century of major periodicals, including newspapers, and a
wide range of other materials both in English and Chinese.
Putting aside the fact that the “Chinese” language in our
corpus is quite different from Modern Standard Mandarin
(a difference which deserves a study in itself), the change of
scale and the diversity of domains to address is very likely
to stifle our trigger words approach. We will have to turn to
other solutions such as FrameNet or vector-space semantic.
As a result, we expect the output of the pipeline to contain
more noise. We plan to define a work flow involving a step
of subcorpus selection, where an historian can define which
documents to work on, and from there to provide a more
automatic way to reach the graph exploration step. From
this perspective, we can consider the BDRC as a
consistent subcorpus of our global collection of documents. We
will also connect this work to a manually curated database
whose content will help us to improve the recall of the NER
and allow us to perform entity linking to create connections
between the database and the sources.</p>
      <p>10</p>
    </sec>
    <sec id="sec-9">
      <title>Acknowledgements</title>
      <p>This project has received funding from the European
Research Council (ERC) under the European Union’s Horizon
2020 research and innovation programme (grant agreement
No 788476).</p>
      <p>11</p>
      <sec id="sec-9-1">
        <title>8https://archive.org/details/</title>
        <p>biographicaldict01boor</p>
      </sec>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          <string-name>
            <given-names>Francesco</given-names>
            <surname>Beretta</surname>
          </string-name>
          .
          <year>2017</year>
          .
          <article-title>L'interope´rabilite´ des donne´es historiques et la question du mode`le : l'ontologie du projet SyMoGIH</article-title>
          . In Brigitte Juanals et Jean-Luc Minel, editor, Enjeux nume´
          <article-title>riques pour les me´diations scientifiques et culturelles du passe´ , Notions et me´thodes</article-title>
          . Presses universitaires de Paris Nanterre.
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          <string-name>
            <surname>H.L. Boorman</surname>
            ,
            <given-names>R.C.</given-names>
          </string-name>
          <string-name>
            <surname>Howard</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          <string-name>
            <surname>Howard</surname>
            ,
            <given-names>J.</given-names>
            K.H. Cheng, and J.
          </string-name>
          <string-name>
            <surname>Krompart</surname>
          </string-name>
          .
          <year>1967</year>
          .
          <article-title>Biographical Dictionary of Republican China</article-title>
          . Columbia University Press.
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          <string-name>
            <given-names>Firas</given-names>
            <surname>Dib</surname>
          </string-name>
          , Simon Lindberg, and
          <string-name>
            <given-names>Pierre</given-names>
            <surname>Nugues</surname>
          </string-name>
          .
          <year>2015</year>
          .
          <article-title>Extraction of career profiles from wikipedia</article-title>
          .
          <source>In proceedings of the First Conference on Biographical Data in a Digital World</source>
          , Amsterdam, The Netherlands, pages
          <fpage>33</fpage>
          -
          <lpage>38</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          <string-name>
            <given-names>Christiane</given-names>
            <surname>Fellbaum</surname>
          </string-name>
          , editor.
          <year>1998</year>
          .
          <article-title>WordNet An Electronic Lexical Database</article-title>
          . The MIT Press, Cambridge, MA ; London, May.
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          <string-name>
            <surname>Charles J. Fillmore</surname>
          </string-name>
          ,
          <string-name>
            <surname>Christopher R. Johnson</surname>
          </string-name>
          , and
          <string-name>
            <surname>Miriam</surname>
            <given-names>R.L.</given-names>
          </string-name>
          <string-name>
            <surname>Petruck</surname>
          </string-name>
          .
          <year>2003</year>
          . Background to Framenet.
          <source>International Journal of Lexicography</source>
          ,
          <volume>16</volume>
          (
          <issue>3</issue>
          ):
          <fpage>235</fpage>
          -
          <lpage>250</lpage>
          ,
          <fpage>09</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          <string-name>
            <given-names>Antske</given-names>
            <surname>Fokkens</surname>
          </string-name>
          and Serge Ter Braake.
          <year>2017</year>
          .
          <article-title>Connecting people across borders: a repository for biographical data models</article-title>
          .
          <source>In proceedings of the Second Conference on Biographical Data in a Digital World</source>
          <year>2017</year>
          , pages
          <fpage>83</fpage>
          -
          <lpage>92</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          <string-name>
            <given-names>Antske</given-names>
            <surname>Fokkens</surname>
          </string-name>
          , Serge Ter Braake, Niels Ockeloen, Piek Vossen,
          <string-name>
            <surname>Susan</surname>
            <given-names>Legeˆne</given-names>
          </string-name>
          , Guus Schreiber, and Victor de Boer.
          <year>2018</year>
          .
          <article-title>Biographynet: Extracting relations between people and events</article-title>
          . Computing Research Repository, abs/
          <year>1801</year>
          .07073.
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          <string-name>
            <given-names>A.S.</given-names>
            <surname>Fokkens-Zwirello</surname>
          </string-name>
          , S. ter Braake,
          <string-name>
            <given-names>C.J.</given-names>
            <surname>Ockeloen</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.T.J.M.</given-names>
            <surname>Vossen</surname>
          </string-name>
          ,
          <string-name>
            <surname>S.</surname>
          </string-name>
          <article-title>Legeˆne, and</article-title>
          <string-name>
            <given-names>A.T.</given-names>
            <surname>Schreiber</surname>
          </string-name>
          .
          <year>2014</year>
          .
          <article-title>Biographynet: Methodological issues when nlp supports historical research</article-title>
          . In N. Calzolari,
          <string-name>
            <given-names>K.</given-names>
            <surname>Choukri</surname>
          </string-name>
          ,
          <string-name>
            <given-names>T.</given-names>
            <surname>Declerck</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            <surname>Loftsson</surname>
          </string-name>
          ,
          <string-name>
            <given-names>B.</given-names>
            <surname>Maegaard</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Mariani</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Moreno</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Odijk</surname>
          </string-name>
          , and S. Piperidis, editors,
          <source>LREC 2014, Ninth International Conference on Language Resources and Evaluation</source>
          , pages
          <fpage>3728</fpage>
          -
          <lpage>3735</lpage>
          .
          <string-name>
            <given-names>European</given-names>
            <surname>Language Resources Association (ELRA).</surname>
          </string-name>
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          <string-name>
            <given-names>Bruno</given-names>
            <surname>Guillaume</surname>
          </string-name>
          , Guillaume Bonfante, Paul Masson, Mathieu Morey, and
          <string-name>
            <given-names>Guy</given-names>
            <surname>Perrier</surname>
          </string-name>
          .
          <year>2012</year>
          . Grew : un outil de re´e´
          <article-title>criture de graphes pour le TAL</article-title>
          . In Georges Antoniadis, Herve´ Blanchon, and Gilles Se´rasset, editors,
          <source>12ie`me Confe´rence annuelle sur le Traitement Automatique des Langues (TALN'12)</source>
          , pages
          <fpage>1</fpage>
          -
          <lpage>2</lpage>
          , Grenoble, France, June. ATALA.
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          <string-name>
            <surname>Christopher D. Manning</surname>
            , Mihai Surdeanu, John Bauer, Jenny Finkel,
            <given-names>Steven J.</given-names>
          </string-name>
          <string-name>
            <surname>Bethard</surname>
          </string-name>
          , and
          <string-name>
            <surname>David McClosky</surname>
          </string-name>
          .
          <year>2014</year>
          .
          <article-title>The Stanford CoreNLP natural language processing toolkit. In Association for Computational Linguistics (ACL) System Demonstrations</article-title>
          , pages
          <fpage>55</fpage>
          -
          <lpage>60</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          Alain Polgue`re.
          <year>2014</year>
          .
          <article-title>From Writing Dictionaries to Weaving Lexical Networks</article-title>
          .
          <source>International Journal of Lexicography</source>
          ,
          <volume>27</volume>
          (
          <issue>4</issue>
          ):
          <fpage>396</fpage>
          -
          <lpage>418</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          <string-name>
            <surname>Brian</surname>
            <given-names>O</given-names>
          </string-name>
          ´
          <article-title>Raghallaigh and Gearo´id O´ Cleirc´ın</article-title>
          .
          <year>2015</year>
          .
          <article-title>Ainm. ie: Breathing new life into a canonical collection of irishlanguage biographies</article-title>
          .
          <source>In proceedings of the First Conference on Biographical Data in a Digital World</source>
          , Amsterdam, The Netherlands, pages
          <fpage>20</fpage>
          -
          <lpage>23</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          <string-name>
            <given-names>Matthias</given-names>
            <surname>Reinert</surname>
          </string-name>
          , Maximilian Schrott, Bernhard Ebneth, and
          <string-name>
            <given-names>Malte</given-names>
            <surname>Rehbein</surname>
          </string-name>
          .
          <year>2015</year>
          .
          <article-title>From biographies to data curation-the making of www. deutsche-biographie</article-title>
          . de.
          <source>In proceedings of the First Conference on Biographical Data in a Digital World</source>
          , Amsterdam, The Netherlands, pages
          <fpage>13</fpage>
          -
          <lpage>19</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          <string-name>
            <given-names>Declerck</given-names>
            <surname>Thierry</surname>
          </string-name>
          and
          <string-name>
            <given-names>Rachele</given-names>
            <surname>Sprugnoli</surname>
          </string-name>
          .
          <year>2017</year>
          .
          <article-title>Considerations about uniqueness and unalterability for the encoding of biographical data in ontologies</article-title>
          .
          <source>In proceedings of the Second Conference on Biographical Data in a Digital World</source>
          <year>2017</year>
          , pages
          <fpage>76</fpage>
          -
          <lpage>82</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          <string-name>
            <surname>Maarten van Gompel</surname>
            and
            <given-names>Martin</given-names>
          </string-name>
          <string-name>
            <surname>Reynaert</surname>
          </string-name>
          .
          <year>2013</year>
          .
          <article-title>Folia: A practical xml format for linguistic annotation a descriptive and comparative study</article-title>
          .
          <source>Computational Linguistics in the Netherlands Journal</source>
          ,
          <volume>3</volume>
          :
          <fpage>63</fpage>
          -
          <lpage>81</lpage>
          , Dec.
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>