<!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>
      <issn pub-type="ppub">1613-0073</issn>
    </journal-meta>
    <article-meta>
      <title-group>
        <article-title>A Study on Bilingually Informed Coreference Resolution</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Michal Novák</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Charles University, Faculty of Mathematics and Physics Institute of Formal and Applied Linguistics Malostranské námeˇstí 25, CZ-11800 Prague 1</institution>
        </aff>
      </contrib-group>
      <pub-date>
        <year>2018</year>
      </pub-date>
      <volume>2203</volume>
      <fpage>130</fpage>
      <lpage>137</lpage>
      <abstract>
        <p>Coreference is a basic means to retain coherence of a text that likely exists in every language. However, languages may differ in how a coreference relation is manifested on the surface. A possible way how to measure the extent and nature of such differences is to build a coreference resolution system that operates on a parallel corpus and extracts information from both language sides of the corpus. In this work, we build such a bilingually informed coreference resolution system and apply it on Czech-English data. We compare its performance with the system that learns only from a single language. Our results show that the cross-lingual approach outperforms the monolingual one. They also suggest that a system for Czech can exploit the additional English information more effectively than the other way round. The work concludes with a detailed analysis that tries to reveal the reasons behind these results.</p>
      </abstract>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>1 Introduction</title>
      <p>Cross-lingual techniques are becoming still more and
more popular. Even though they do not circumvent
the task of Coreference Resolution (CR), the research is
mostly limited to cross-lingual projection. Other
crosslingual techniques remain a largely unexplored area for
this task.</p>
      <p>One of the yet neglected cross-lingual techniques is
called bilingually informed resolution. It is an approach,
in which decisions in a particular task are made based on
the information from bilingual parallel data. Parallel texts
must be available when a method is trained, but also at
test time, that is when a trained model is applied to new
data. In real-world scenarios, the availability of parallel
data at test time requires the technique to apply a machine
translation service to acquire them (MT-based bilingually
informed resolution).</p>
      <p>Nevertheless, for limited purposes it may pay off to use
human-translated parallel data instead (corpus-based
bilingually informed resolution). If it outperforms the
monolingual approach, it may be used in building automatically
annotated parallel corpora. Such corpora with more
reliable annotation could be useful for corpus-driven
theoretical research.1 Furthermore, it can be also used for
automatic processing. For instance, improved resolution on
1In case a cross-lingual origin of the annotation does not matter.
big parallel data might be leveraged in a weakly supervised
manner to boost the models trained in a monolingual way.</p>
      <p>The present work is concerned with corpus-based
bilingually informed CR on Czech-English texts. Specifically,
it focuses on resolution of pronouns and zeros, as these are
the coreferential expressions whose grammatical and
functional properties differ considerably across the languages.
For instance, whereas in English most of non-living
objects are referred to with pronouns in neuter gender (e.g.
“ it”, “ its”), genders are distributed more evenly in Czech.
Information on Czech genders thus may be useful to
filter out English candidates that are highly improbable to be
coreferential with the pronoun. By comparison of its
performance with a monolingual approach and by thorough
analysis of the results, our work aims at discovering the
extent and nature of such differences.</p>
      <p>The paper is structured as follows. After mentioning
related work (Section 2), we introduce a coreference
resolver (Section 3), both its monolingual and cross-lingual
variants. Section 4 describes the dataset used in
experiments in Section 5. Before we conclude, the results of
experiments are thoroughly analyzed (Section 6).
2</p>
    </sec>
    <sec id="sec-2">
      <title>Related Work</title>
      <p>
        Building a bilingually informed CR system requires a
parallel corpus with at least the target-language side annotated
with coreference. Even these days very few such corpora
exist, e.g. Prague Czech-English Dependency Treebank
2.0 Coref [
        <xref ref-type="bibr" rid="ref14">14</xref>
        ], ParCor 1.0 [
        <xref ref-type="bibr" rid="ref9">9</xref>
        ] and parts of OntoNotes 5.0
[
        <xref ref-type="bibr" rid="ref19">19</xref>
        ].
      </p>
      <p>
        It is thus surprising that the peak of popularity for such
approach was reached around ten years before these
corpora had been published. Harabagiu and Maiorano [
        <xref ref-type="bibr" rid="ref10">10</xref>
        ]
present an heuristics-based approach to CR. The set of
heuristics is expanded by exploiting the transitivity
property of coreferential chains in a bootstrapping fashion.
Moreover, they expand the heuristics even more,
following mention counterparts in translations of source English
texts to Romanian with coreference annotation. Mitkov
and Barbu [
        <xref ref-type="bibr" rid="ref13">13</xref>
        ] adjust a rule-based pronoun coreference
resolution system to work on a parallel corpus. After
providing a linguistic comparison of English and French
pronouns and their behavior in discourse, the authors distill
their findings into a set of cross-lingual rules to be
integrated into the CR system. In evaluation, they observe
improvements in resolution accuracy of up to 5 percentage
points compared to the monolingual approach.
      </p>
      <p>
        As for more recent works, the authors of [
        <xref ref-type="bibr" rid="ref5">5</xref>
        ] address
the task of overt pronoun resolution in Chinese. Among
the others they propose an MT-based bilingually informed
approach. A model is built on Chinese coreference,
exploiting Chinese features. These are augmented with
English features, extracted from the Chinese texts
machinetranslated to English. It allows for taking advantage of
English nouns’ gender and number lists, which according
to authors correspond to the distribution of genders and
numbers over Chinese nouns.
      </p>
      <p>
        Experiments of Novák and Žabokrtský [
        <xref ref-type="bibr" rid="ref17">17</xref>
        ], the first
ones using bilingually informed CR on Czech-English
data, are most relevant to the present work. With the focus
on English personal pronouns only, their best cross-lingual
configuration managed to outperform the monolingual CR
by one F-score point. Taking advantage of a more
developed version of their CR system, we extend their work in
several directions. First, we explore the potential of such
approach for a wider range of English coreferential
expressions. Next, we perform experiments in the opposite
direction, i.e. Czech CR informed by English. And finally, we
provide a very detailed analysis of the results unveiling the
nature of the cross-lingual aid.
3
      </p>
    </sec>
    <sec id="sec-3">
      <title>Coreference Resolution System</title>
      <p>
        For coreference resolution we adopt a more developed
version of the resolver utilized in [
        <xref ref-type="bibr" rid="ref17">17</xref>
        ]. This new version
builds on the monolingual Treex CR system [
        <xref ref-type="bibr" rid="ref15">15</xref>
        ], and
augments it with the cross-lingual extension presented in [
        <xref ref-type="bibr" rid="ref17">17</xref>
        ].
The difference between the current system and the
system in [
        <xref ref-type="bibr" rid="ref17">17</xref>
        ] lies mostly in that it can target a wider range
of expressions, it exploits a richer feature set and the
preprocessing stage analyzing the text to the
tectogrammatical representation is of higher quality. Instead of listing all
the changes, we briefly introduce the monolingual
(Section 3.1) and the cross-lingual component (Section 3.2) of
Treex CR from the scratch.2
3.1
      </p>
      <sec id="sec-3-1">
        <title>Monolingual Resolution</title>
        <p>
          Treex CR operates on the tectogrammatical layer. It is
a layer of deep syntax based on the theory of Functional
Generative Description [
          <xref ref-type="bibr" rid="ref20">20</xref>
          ]. The tectogrammatical
representation of a sentence is a dependency tree with rich
linguistic features consisting of the content words only.
Furthermore, some surface ellipses are restored at this layer.
It includes anaphoric zeros (e.g. zero subjects in Czech,
unexpressed arguments of non-finite clauses in both
English and Czech) that are introduced in the
tectogrammatical layer with a newly established node.
        </p>
        <p>
          2Please refer to [
          <xref ref-type="bibr" rid="ref15">15</xref>
          ] for more details on the monolingual component
of the system.
        </p>
        <p>The tectogrammatical layer is also the place, where
coreference relations should be annotated. It is technically
represented as a link between two coreferential nodes:3 the
anaphor (the referring expression) and the antecedent (the
referred expression).</p>
        <p>
          Each input text must be first automatically
preprocessed up to this level of linguistic annotation. The CR
system based on supervised machine learning then takes
advantage of the information available in the annotation.
Pre-processing. The input text must undergo an analysis
producing a tectogrammatical representation of its
sentences before coreference resolution is carried out. We
use pipelines for analysis of Czech and English available
in the Treex framework [
          <xref ref-type="bibr" rid="ref18">18</xref>
          ]. The analysis starts with a
rule-based tokenization, morphological analysis and
partof-speech tagging (e.g. [
          <xref ref-type="bibr" rid="ref21">21</xref>
          ] for Czech), dependency
parsing to surface trees (e.g. MST parser [
          <xref ref-type="bibr" rid="ref12">12</xref>
          ] for English)
and named entity recognition [
          <xref ref-type="bibr" rid="ref22">22</xref>
          ]. In addition, the NADA
tool [
          <xref ref-type="bibr" rid="ref3">3</xref>
          ] is applied to help distinguish referential and
nonreferential occurrences of the English pronoun “ it”.
        </p>
        <p>
          Tectogrammatical trees are created by a transformation
from the surface trees. All function words are made
hidden, morpho-syntactic information is transferred and
semantic roles are assigned to tectogrammatical nodes [
          <xref ref-type="bibr" rid="ref4">4</xref>
          ].
On the tectogrammatical layer, certain types of ellipsis can
be restored. The automatic pre-processing focuses only on
restoring nodes that might be anaphoric. Such nodes are
added by heuristics based on syntactic structures. The
restored nodes include Czech zero subjects and both Czech
and English zeros in non-finite clauses, e.g. zero relative
pronouns, unexpressed arguments in infinitives, past and
present participles.
        </p>
        <p>Model design. Treex CR models coreference in a way to
be easily optimized by supervised learning. Particularly,
we use logistic regression with stochastic gradient descend
optimization implemented in the Vowpal Wabbit toolkit.4
Design of the model employs multiple concepts that have
proved to be useful and simple at the same time.</p>
        <p>
          Given an anaphor and a set of antecedent candidates,
mention-ranking models [
          <xref ref-type="bibr" rid="ref6">6</xref>
          ] are trained to score all the
candidates at once. On the one hand a mention-ranking
model is able to capture competition between the
candidates, but on the other hand features describe solely the
actual mentions, not the whole clusters built up to the
moment. Antecedent candidates for an anaphor (both positive
and negative) are selected from the context window of a
predefined size.
        </p>
        <p>No anaphor detection stage precedes the coreference
resolution. Unless another measure was taken, it would
lead to all occurrences of the pronoun “ it” labeled as
referential, for instance. Nevertheless, the model determines
3A mention is determined only by its head in tectogrammatics. No
mention boundaries are specified. Therefore, it is sufficient for a
coreference link to determine only two nodes, the mentions’ head nodes.</p>
        <p>4https://github.com/JohnLangford/vowpal_
wabbit/wiki
whether the anaphor is referential jointly with selecting its
antecedent. This is ensured by adding a dummy
candidate representing solely the anaphor itself. By selecting
this candidate, the model claims that the anaphor is in fact
non-referential.</p>
        <p>Diverse properties of various types of coreferential
relations (e.g. different referential scopes of personal and
relative pronouns) encouraged us to model individual anaphor
types separately. A specialized model is build for (1)
personal and possessive pronouns in 3rd person (and zero
subjects in Czech), (2) reflexive pronouns, (3) relative
pronouns, and (4) zeros in non-finite clauses. Treex CR runs
them in a sequence.</p>
        <p>Features. The pre-processing stage enriches a raw text
with a substantial amount of linguistic information.
Feature extraction stage then uses this material to yield
features consumable by the learning method. Features are
always related to at most two nodes – an anaphor candidate
and an antecedent candidate.</p>
        <p>
          The features can be divided into three categories.
Firstly, location and distance features indicate positions of
the anaphor and the antecedent candidate in a sentence and
their mutual distance in terms of words, clauses and
sentences. Secondly, a big group of features reflects (deep)
morpho-syntactic aspects of the candidates. It includes the
mention head’s part-of-speech tag and morphological
features (e.g. gender, number, person, case), (deep) syntax
features (e.g. dependency relation, semantic role) as well
as some features exploiting the structure of the syntactic
tree. Many of the features are combined by
concatenation or by agreement, i.e. indicating whether the anaphor’s
value agrees with antecedent’s one. Finally, lexical
features focus on lemmas of the mentions’ heads and their
parents. These are used directly or through the
frequencies collected in a large data of Czech National Corpus [
          <xref ref-type="bibr" rid="ref1">1</xref>
          ]
indexed in a list of noun-verb collocations. Furthermore,
all hypernymous concepts of a mention are extracted as
features from ontologies (e.g. WordNet [
          <xref ref-type="bibr" rid="ref7">7</xref>
          ]) and named
entity labels are also employed.
3.2
        </p>
      </sec>
      <sec id="sec-3-2">
        <title>Cross-lingual Extension</title>
        <p>The extension enables bilingually informed CR. Like the
monolingual CR, it addresses coreference in one target
language at a time. However, instead of data in single
language, it must be fed with parallel data in two languages.
Both language sides (Czech and English in this case) of
the data must be first pre-processed with the pipelines
analyzing the texts up to the diagrammatically layer.
Furthermore, to facilitate the access to important information
in the other language, the pre-processing stage also seeks
for alignment between tectogrammatical nodes. The
bilingually informed approach then augments the monolingual
features with those accessing the other side of the
parallel data. Design of the model remains the same as for the
monolingual approach.</p>
        <p>
          Alignment. It is central for our cross-lingual approach to
have the English and Czech texts aligned on the level of
tectogrammatical nodes. The alignment is based on
unsupervised word alignment performed by MGIZA++ [
          <xref ref-type="bibr" rid="ref8">8</xref>
          ]
trained on the data from CzEng 1.0 [
          <xref ref-type="bibr" rid="ref4">4</xref>
          ], and projected to
the tectogrammatical layer. Furthermore, it is augmented
with a supervised method [
          <xref ref-type="bibr" rid="ref17">17</xref>
          ] addressing selected
coreferential expressions, including potentially anaphoric zeros.
Features. Cross-lingual features describe the nodes
aligned to the coreferential candidates in the target
language – the anaphor candidate and the antecedent
candidate. To collect such nodes, we follow the alignment links
connected to these two candidates. For each of the nodes,
we take at most one of its aligned counterparts. In this
way, we obtain at most two nodes aligned to the pair of
potentially coreferential nodes, for which we can extract
cross-lingual features. If no aligned counterpart is found,
no cross-lingual features are added.
        </p>
        <p>We extract two sets of cross-lingual features:
• aligned_all: it consists of all the features contained
in a monolingual set for a given aligned language;
• aligned_coref : it consists of a single indicator
feature, assigning the true value only if the two aligned
nodes belong to the same coreferential entity. This
feature can be activated only if there exists a
monolingual coreference resolver for the aligned language.
We employ Treex CR and its monolingual models for
English and Czech, but any CR system, even a
rulebased one, could be used.</p>
        <p>We do not manually construct features combining both
language sides. Nevertheless, such features are formed
automatically by the machine-learning tool Vowpal Wabbit.
4</p>
      </sec>
    </sec>
    <sec id="sec-4">
      <title>Datasets</title>
      <p>
        We employ Prague Czech-English Dependency Treebank
2.0 Coref [14, PCEDT 2.0 Coref] to train and test our CR
systems. It is a Czech-English parallel corpus, consisting
of almost 50k sentence pairs (more on its basic statistics is
shown in the upper part of the Table 1). The English part
of the treebank is based on texts from the Wall Street
Journal collected for the Penn Treebank [
        <xref ref-type="bibr" rid="ref11">11</xref>
        ]. The Czech part
was manually translated from English. All texts have been
annotated at multiple layers of linguistic representation up
to the tectogrammatical layer.
      </p>
      <p>Although PCEDT 2.0 Coref has been extensively
annotated by humans, we strip almost all manual annotations
and replace it by the output of the pre-processing pipeline
(see Sections 3.1 and 3.2). The only manually annotated
information that we retain are the coreferential links.</p>
      <p>We do not split the data into train and test sections.
All the experiments are conducted using 10-fold
crossvalidation.</p>
      <sec id="sec-4-1">
        <title>Mention type</title>
        <p>Sentences
Tokens
Tecto. nodes</p>
      </sec>
      <sec id="sec-4-2">
        <title>Mentions (total)</title>
        <p>Personal pron.</p>
        <p>Possessive pron.</p>
        <p>Refl. poss. pron.</p>
        <p>Reflexive pron.</p>
        <p>Zero subject
Zero in nonfin. cl.</p>
        <p>Relative pron.</p>
        <p>Other</p>
        <p>
          As mentioned in Section 3.1, our CR system consists
of four models targeting different types of mentions as
anaphors. In evaluation, we split the anaphor candidates to
even finer categories, namely: (1) personal pronouns, (2)
possessive pronouns, (3) reflexive possessive pronouns,
(4) reflexive pronouns, all four types of pronouns in the
3rd or ambiguous person, (5) zero subjects, (6) zeros in
non-finite clauses, and (7) relative pronouns (the statistics
of coreferential mentions is collected in the bottom part of
Table 1). Driven by the findings in an analysis of
CzechEnglish correspondences [
          <xref ref-type="bibr" rid="ref16">16</xref>
          ], these expressions are very
interesting from a cross-lingual point of view, as they often
transform to a different type or carry different
grammatical properties, when translated. We assume this aspect is
not so significant in case of nominal groups, for instance,
which represent the majority of remaining mentions. The
other types grouped under the category Other are
demonstrative pronouns, pronouns in 1st and 2nd person etc. This
category of anaphors is not targeted by our CR method.
5
        </p>
      </sec>
    </sec>
    <sec id="sec-5">
      <title>Experiments</title>
      <p>The following experiments compare the performance of
the monolingual and bilingually informed system. Both
systems are trained on the PCEDT dataset. All the design
choices (except for the feature sets) and hyperparameter
values are shared by both systems.</p>
      <p>
        Evaluation measure. We expect different mention types to
behave differently in the cross-lingual approach. Standard
evaluation metrics (e.g. MUC [
        <xref ref-type="bibr" rid="ref23">23</xref>
        ], B3 [
        <xref ref-type="bibr" rid="ref2">2</xref>
        ]), however, do
not allow for scoring only a subset of mentions. Instead,
we use the anaphora score, an anaphor-decomposable
measure proposed by [
        <xref ref-type="bibr" rid="ref15">15</xref>
        ]. The score consists of three
components: precision, recall, and F-score as a harmonic
mean of the previous two. While precision expresses the
success rate of a system averaged over all mentions labeled
by the system as anaphoric, recall averages over all true
anaphoric mentions. A decision on an anaphor candidate
is correct if the system correctly labels it as non-anaphoric
or the antecedent found by the system really belongs to the
same entity as the anaphor. In the following tables, we use
PR F to format the three components of the anaphora score.
Bilingually informed vs. Monolingual CR. Table 2 lists
the anaphora scores measured on the output of 10-fold
cross-validation. In overall, cross-lingual models succeed
in exploiting additional knowledge from parallel data and
perform better than the monolingual approach. The
Fscore improvement benefits mainly from a rise in
precision, but recall also gets improved. In both languages,
personal and possessive pronouns are the types that
exhibit the greatest improvement. In Czech, the top-scoring
mention types include zero subjects, too. Nevertheless,
English as an aligned language seems to have a stronger
impact on resolution in Czech (the difference between the
systems is 2.5 F-score points) than Czech has on resolution
in English (the difference of 1.2 F-score points).
6
      </p>
    </sec>
    <sec id="sec-6">
      <title>Analysis of the Results</title>
      <p>The results of experiments undoubtedly show the
superiority of the cross-lingual CR over the monolingual one.
Here, we delve more into the comparison of these two
approaches. Firstly, we conduct a quantitative analysis
of resolvers’ decisions. It should show how many
decision changes the switch to the cross-lingual approach
introduces for individual mention types and what is the role
of anaphoricity in these changes. Secondly, we inspect
randomly sampled examples in a qualitative analysis. We
attempt to disclose what are the typical examples when the
system benefits from the other language and, on the other
hand, if there is a systematic case when the cross-lingual
approach hurts.
Let us start with a quantitative analysis of improvements
and worsenings with respect to anaphoricity and type of
the anaphor candidate. Tables 3 and 4 show for Czech and
English, respectively, how often the cross-lingual system
(denoted as C) is better than the monolingual (denoted as
M). Each anaphor candidate falls to one of the four
categories based on how C and M decided on the candidate:
• both decisions were the same and correct (Both X),
• both decisions were the same but incorrect (Both ×),
• M’s decision was correct while C’s decision was
incorrect (M &gt; C),
• C’s decision was correct while M’s decision was
incorrect (M &lt; C).</p>
      <p>A decision is either assignment of the anaphor candidate to
a coreferential entity5 or labeling it as non-anaphoric. The
tables also distinguish if the candidate is in fact anaphoric
or non-anaphoric. Numbers in the tables represent
proportions (in %) of these categories aggregated over all
instances. Every row thus sums to 100%.</p>
      <p>Conditioning on anaphoricity allows us to directly relate
this analysis to the anaphora scores shown in Table 2. Note
that while resolution on anaphoric mentions may have an
effect on both the precision and the recall component of
the anaphora score, resolution on non-anaphoric mentions
affects only the precision.</p>
      <p>Changed decisions account for around 10% in both
Czech and English. More importantly, whereas we see
over 7% of decisions changed positively in Czech, it
corresponds to 5.5% of decisions in English. This accords
with the extents of improvement observed on anaphora
score. In Czech, a difference between improved and
worsened decisions is only a bit higher for anaphoric mentions.
It means that the positive effect of English on resolution
5Some of the anaphors that were assigned to the same entity
(columns Both X and Both ×) may have been in fact paired with
different antecedents by each of the CR algorithms. As our anaphora score
is agnostic to such changes, we do not distinguish such cases.
of Czech anaphoric mentions is about on par with its
effect on resolution on non-anaphoric mentions. But
conversely, Czech helps more in resolution of non-anaphoric
mentions.</p>
      <p>Let us zoom in to the individual mention types. The
highest proportion of changed decisions appears for
personal pronouns and zero subjects in Czech (14% instances)
and for reflexive pronouns in English (12%).
Interestingly, its effect on anaphora score cannot be more
different. Czech personal pronouns and zero subjects are the
mention types where the cross-lingual approach improves
the anaphora score the most. On the other hand, English
reflexive pronouns are the only mention type for which
the resolution deteriorates with cross-lingual features. The
systems’ decisions differ the least for Czech reflexive
possessive (7%) and English relative pronouns (6%). Here,
we also observe a various effect on anaphora score. While
the resolution of Czech reflexive possessives is hardly
improved by English features, the small amount of changed
decisions on English relative pronouns suffices to achieve
one of the biggest improvements among English
coreferential expressions.</p>
      <p>Anaphora scores in Table 2 have already shown that
basic reflexive pronouns are the only mention type, where the
cross-lingual approach falls behind the monolingual one.
The quantitative analysis of changed decisions confirms
it, especially for anaphoric occurrences.</p>
      <p>The gains of the Czech cross-lingual system on
nonanaphoric mentions can be attributed mostly to zeros. Also
thanks to the resolution on non-anaphoric mentions, the
highest margin between the proportion of improved and
worsened instances (5%) is observed on Czech zero
subjects. It leads to one of the biggest improvement in terms
of the anaphora F-score (see Table 2).
6.2</p>
      <sec id="sec-6-1">
        <title>Qualitative Analysis</title>
        <p>In the following, we scrutinize more closely what are the
typical cases, where the cross-lingual system makes a
different decision.</p>
        <p>Let us start with a motivating example. Results in
Table 2 show that improvement of the bilingually informed
system on Czech personal and possessive pronouns and
zero subjects is twice as high than on their English
equivalents. This observation genuinely surprised us. We had
expected the opposite. Our supposition was based on the fact
that Czech grammatical gender is more evenly distributed
over nouns. We assumed Czech gender could help filtering
out the English antecedent candidates whose Czech
counterparts do not match the pronoun’s counterpart. Although
this still may be true, obviously, there are even stronger
factors that operate in the opposite direction – from
English to Czech.</p>
        <p>Czech personal and possessive pronouns are the
mention types that considerably benefit from the cross-lingual
approach. Gender of the corresponding English pronoun
appears to play an absolutely decisive role. Many times,
gender of the Czech pronoun is masculine or feminine
while gender of the English pronoun is neuter, as it is in
Example 1. English pronoun’s gender thus serves rather
as an animacy feature, which cannot be reconstructed
solely from the Czech pronoun. The correct antecedent
is sometimes selected also with a help from the English
pronoun’s number.</p>
        <p>Oponentim.pl soudcem.sg Borkam.sg zvolili bojištˇen.sg
opponents of judge Bork chose the battlefield
drželi homn.sg
held it
Oponenti soudce Borka zvolili bojišteˇ, drželi ho a udrželi si ho.</p>
        <p>Mr. Bork’s opponents chose the battlefield, held it and kept it.</p>
        <p>The analysis also shows that English syntax, which is
more strict and thus easier to reconstruct, often helps in
determining the correct antecedent. Example 2 shows the
case, where neither English gender nor number could
affect the resolver’s decision. The correct decision is rather
a result of a clear structure, where the syntactic objects in
coordinated clauses very likely refer to the same entity.
kdo posbíral
who collected
do iniciativy
into an initiative
Van de Kamp je ten, kdo posbíral plány r˚uzných radikálních
ekologických skupin a sesmolil je do jedné neohrabané
iniciativy. . .</p>
        <p>plánym.p skupinf.p a sesmolil jemfn.p
plans from groups and cobbled them
(1)
(2)
Mr. Van de Kamp is the one who collected the plans from the
various radical environmental groups and cobbled them into a
single unwieldy initiative. . .</p>
        <p>Some of the possessive pronouns benefit from another
syntax-related factor. Example 3 shows the case where the
correct decision was very likely affected by the fact that
the aligned English possessive pronoun (“ its Opel line”)
is in a short context preceded by a construction with a
possessive adjective (“ GM’s interest”). Not only the
possessed objects does not have to be the same, but the
possessivity factor also suppresses the unclear gender agreement
in Czech (“ jeho /its/” can be of masculine or neuter gender,
whereas “ spolecˇnost /company/” is of feminine gender and
the gender of “ GM” may be arbitrary).
(3)
zájemm.s spoleˇcnosti GMfm.s o spolecˇnost Jaguarfm.s
interest GM-company’s in Jaguar company
odráží touhuf.s pomocif.s zpestrˇit produktym.p
reflects a desire to help diversify products
této spoleˇcnostif.s na trhum.s s vozym.p . jehomn.s
of this company in market with cars . its
série Opel
line Opel
Zájem spolecˇnosti GM o spolecˇnost Jaguar odráží touhu pomoci
zpestrˇit produkty této americké spolecˇnosti na rostoucím trhu s
luxusními vozy. Jeho série Opel má zavedený image. . .</p>
        <p>GM’s interest in Jaguar reflects a desire to help diversify the U.S.
company’s products in the growing luxury-car segment of the
market. Its Opel line has a solid image. . .</p>
        <p>Zero subjects is another Czech mention type for which
a large improvement of the cross-lingual approach is
observed. Anaphoric zero subjects benefit from the aspects
similar to those we mentioned for personal pronouns:
gender and number of the anaphor, more strict syntactic
constraints in English etc. English gender may be even more
important here, as the gender of a subject zero is
impossible to be recognized just from the form of the governing
verb, if the verb is in present tense.</p>
        <p>While inspecting a sample of changed decisions for
English personal and possessive pronouns, we do not
witness many examples of clear influence by Czech gender or
number. As for the personal pronouns, influence of gender
or number is most often combined with the pure fact that
the English pronoun has an aligned counterpart in Czech.
For many of such pronouns, the option that the pronoun is
non-anaphoric can then be discarded. The strength of this
aspect very likely accounts for the fact that the majority
of most confident decision changes were in fact labeled as
non-anaphoric by the monolingual system (e.g. in
Example 4). Czech language side of the data thus help correctly
label these pronouns as anaphoric.
(4) Compelled service is unconstitutional It is also
Nucená službaf.s je protiústavní ∅f.s Je také
unwise
nerozumná
Compelled service is unconstitutional. It is also unwise and
unenforceable.</p>
        <p>Nucená služba je protiústavní. Je také nerozumná a nevynutitelná.</p>
        <p>Similarly, most of the improvements among English
possessive pronouns do not result from additional
information on gender and number from Czech. The
crosslingual system rather takes advantage of the cases where a
reflexive possessive pronoun is a Czech counterpart of the
English possessive pronoun (see Example 5), or the cases
where the pronoun has no Czech counterpart at all. In all
these cases, the syntactic subject of the clause in which the
pronoun lies is a preferred antecedent.
(5) Digital Equipment Corp. announced its line
spolecˇnost Digital Equipment Corp. prˇedstavila svou rˇadu
of computers
pocˇítacˇ ˚u
The hottest rivalry in the computer industry intensified sharply
yesterday as Digital Equipment Corp. announced its first line of
mainframe computers. . .</p>
        <p>Nejžhaveˇjší rivalita v pocˇítacˇovém pr˚umyslu se vcˇera notneˇ
prˇiostrˇila, když spolecˇnost Digital Equipment Corp. prˇedstavila
svou první rˇadu centrálních pocˇítacˇ ˚u. . .</p>
        <p>Back to the Czech zero subjects. Many of these
expressions reconstructed during the automatic analysis are in
fact superfluous. It is usually a consequence of a parsing
error, when the real subject of a clause is not recognized
(e.g. the word “ spolecˇnosti /companies/” in Example 6).
This error subsequently propagates to a wrong decision of
the monolingual resolver (the word “ zpráva /report/”
labeled as an antecedent). Any superfluous zero subject may
be correctly resolved in two ways: (1) labeling it as
nonanaphoric, or (2) linking it to the expression that plays the
same role in the sentence. We observe that 85% of the
decisions corrected by the cross-lingual system are fixed in
the former way. And a missing English counterpart of the
superfluous zero plays a significant role in such decisions.
(6) Avšak zpráva uvádí že spolecˇnostisubj ∅subj
But the report said that companies –
platí více daní
are paying more taxes
Avšak zpráva uvádí, že acˇkoliv spolecˇnosti platí více daní, mnoho
jich stále platí méneˇ, než cˇiní zákonná sazba.</p>
        <p>But even though companies are paying more taxes, many are still
paying less than the statutory rate, the report said.</p>
        <p>In a similar way, detection of English non-anaphoric
zeros in non-finite clauses can be boosted by Czech features.
If the zero is non-anaphoric, its governing clause usually
remains non-finite in Czech or it turns into a noun phrase.
For instance, in Example 7 the entity which performs the
act of “ hiring” is not specified in the context of a given
sentence, which is emphasized by the use of the noun “
nábor” as a Czech translation of the participle. The
automatically parsed structure of such cases is the same: since
Czech non-subject zeros are rarely reconstructed by Treex
linguistic pre-processing, there is usually no counterpart
for the English zero to align with.
(7)</p>
        <p>Fear of AIDS hinders ∅actor hiring
Strach z AIDS komplikuje – nábornoun
Fear of AIDS hinders hiring at few hospitals.</p>
        <p>Strach z AIDS komplikuje nábor v neˇkolika nemocnicích.</p>
        <p>The category of relative pronouns specified in terms of
automatically set attributes may contain lots of pronouns
that are in fact interrogative or fused. Such instances
account for the majority of non-anaphoric English relative
pronouns, correctly discovered by the cross-lingual
system but not by the monolingual one.</p>
        <p>Finally, we sought for the reasons of worsenings within
a category of Czech and English reflexive pronouns. The
worst decisions made by the cross-lingual method in
Czech are on the pronouns that ended up resolved as
non-anaphoric. Most of the time these incorrectly
labeled pronouns have no alignment to English, thus no
cross-lingual features related to the anaphor can be
activated. On the other hand, the English cross-lingual
resolver makes the most serious mistakes by selecting a
wrong antecedent. In these cases, the pronouns are most
often aligned to their Czech counterparts and these
counterparts are actually often correct. Yet, the choice of
the English antecedent seems to be random, regardless
whether the Czech counterpart is labeled as coreferential
with its correct antecedent, or the counterpart is any of the
words sám or samotný, which should indicate emphatic
use of the English reflexive pronoun.
7</p>
      </sec>
    </sec>
    <sec id="sec-7">
      <title>Conclusion</title>
      <p>This work conducts experiments on bilingually informed
coreference resolution on Czech-English data. Comparing
this cross-lingual approach to a monolingual resolver, we
discovered that English helps more in resolution of Czech
expressions than vice versa. A quantitative analysis shows
that while English facilitates resolution of both Czech
anaphoric and non-anaphoric mentions, Czech primarily
helps to identify non-anaphoric mentions. The qualitative
analysis reveals main reasons for improvements and
worsenings all over the mention types. The most surprising
finding is that the information on English gender seems to
be improving resolution of Czech coreference more than
vice versa. The animacy feature hidden in English
gender appeared to be stronger than more even distribution of
Czech genders across nouns.</p>
    </sec>
    <sec id="sec-8">
      <title>Acknowledgments</title>
      <p>This project has been funded by the Czech Science
Foundation grant GA-16-05394S. This work has been also
supported and has been using language resources developed
and/or stored and/or distributed by the LINDAT/CLARIN
project No. LM2015071 of the Ministry of Education,
Youth and Sports of the Czech Republic.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [1]
          <string-name>
            <given-names>Czech</given-names>
            <surname>National</surname>
          </string-name>
          Corpus - SYN2005. Institute of Czech National Corpus, Faculty of Arts, Charles University, Prague, Czech Republic,
          <year>2005</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          [2]
          <string-name>
            <given-names>A.</given-names>
            <surname>Bagga</surname>
          </string-name>
          and
          <string-name>
            <given-names>B.</given-names>
            <surname>Baldwin</surname>
          </string-name>
          .
          <article-title>Algorithms for Scoring Coreference Chains</article-title>
          .
          <source>In In The First International Conference on Language Resources and Evaluation Workshop on Linguistics Coreference</source>
          , pages
          <fpage>563</fpage>
          -
          <lpage>566</lpage>
          ,
          <year>1998</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          [3]
          <string-name>
            <given-names>S.</given-names>
            <surname>Bergsma</surname>
          </string-name>
          and
          <string-name>
            <given-names>D.</given-names>
            <surname>Yarowsky</surname>
          </string-name>
          .
          <article-title>NADA: A Robust System for Non-referential Pronoun Detection</article-title>
          .
          <source>In Proceedings of the 8th International Conference on Anaphora Processing and Applications</source>
          , pages
          <fpage>12</fpage>
          -
          <lpage>23</lpage>
          , Berlin, Heidelberg,
          <year>2011</year>
          . Springer-Verlag.
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          [4]
          <string-name>
            <given-names>O.</given-names>
            <surname>Bojar</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Z.</given-names>
            <surname>Žabokrtský</surname>
          </string-name>
          ,
          <string-name>
            <given-names>O.</given-names>
            <surname>Dušek</surname>
          </string-name>
          , P. Galušcˇáková,
          <string-name>
            <given-names>M.</given-names>
            <surname>Majliš</surname>
          </string-name>
          , D. Marecˇek, J. Maršík,
          <string-name>
            <given-names>M.</given-names>
            <surname>Novák</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Popel</surname>
          </string-name>
          ,
          <article-title>and</article-title>
          <string-name>
            <given-names>A.</given-names>
            <surname>Tamchyna</surname>
          </string-name>
          .
          <article-title>The Joy of Parallelism with CzEng 1.0</article-title>
          .
          <source>In Proceedings of LREC</source>
          <year>2012</year>
          , Istanbul, Turkey, May
          <year>2012</year>
          . ELRA,
          <string-name>
            <surname>European Language</surname>
          </string-name>
          Resources Association.
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          [5]
          <string-name>
            <given-names>C.</given-names>
            <surname>Chen</surname>
          </string-name>
          and
          <string-name>
            <given-names>V.</given-names>
            <surname>Ng</surname>
          </string-name>
          .
          <article-title>Chinese Overt Pronoun Resolution: A Bilingual Approach</article-title>
          .
          <source>In Proceedings of the Twenty-Eighth AAAI Conference on Artificial Intelligence</source>
          , pages
          <fpage>1615</fpage>
          -
          <lpage>1621</lpage>
          ,
          <string-name>
            <surname>Québec</surname>
            <given-names>City</given-names>
          </string-name>
          , Québec, Canada,
          <year>2014</year>
          . AAAI Press.
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          [6]
          <string-name>
            <given-names>P.</given-names>
            <surname>Denis</surname>
          </string-name>
          and
          <string-name>
            <given-names>J.</given-names>
            <surname>Baldridge</surname>
          </string-name>
          .
          <article-title>A Ranking Approach to Pronoun Resolution</article-title>
          .
          <source>In Proceedings of the 20th International Joint Conference on Artifical Intelligence</source>
          , pages
          <fpage>1588</fpage>
          -
          <lpage>1593</lpage>
          , San Francisco, CA, USA,
          <year>2007</year>
          . Morgan Kaufmann Publishers Inc.
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          [7]
          <string-name>
            <given-names>C.</given-names>
            <surname>Fellbaum. WordNet: An Electronic Lexical Database (Language</surname>
          </string-name>
          , Speech, and Communication). The MIT Press,
          <year>1998</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          [8]
          <string-name>
            <given-names>Q.</given-names>
            <surname>Gao</surname>
          </string-name>
          and
          <string-name>
            <given-names>S.</given-names>
            <surname>Vogel</surname>
          </string-name>
          .
          <article-title>Parallel Implementations of Word Alignment Tool</article-title>
          . In Software Engineering, Testing, and
          <article-title>Quality Assurance for Natural Language Processing</article-title>
          , pages
          <fpage>49</fpage>
          -
          <lpage>57</lpage>
          , Stroudsburg, PA, USA,
          <year>2008</year>
          .
          <article-title>Association for Computational Linguistics</article-title>
          .
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          [9]
          <string-name>
            <given-names>L.</given-names>
            <surname>Guillou</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Hardmeier</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Smith</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Tiedemann</surname>
          </string-name>
          , and
          <string-name>
            <given-names>B.</given-names>
            <surname>Webber</surname>
          </string-name>
          .
          <source>ParCor 1</source>
          .
          <article-title>0: A Parallel Pronoun-Coreference Corpus to Support Statistical MT</article-title>
          .
          <source>In Proceedings of the 9th International Conference on Language Resources and Evaluation (LREC-2014)</source>
          , pages
          <fpage>3191</fpage>
          -
          <lpage>3198</lpage>
          , Reykjavik, Iceland,
          <year>2014</year>
          .
          <string-name>
            <given-names>European</given-names>
            <surname>Language Resources Association (ELRA).</surname>
          </string-name>
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          [10]
          <string-name>
            <given-names>S. M.</given-names>
            <surname>Harabagiu</surname>
          </string-name>
          and
          <string-name>
            <given-names>S. J.</given-names>
            <surname>Maiorano</surname>
          </string-name>
          .
          <article-title>Multilingual Coreference Resolution</article-title>
          .
          <source>In Proceedings of the Sixth Conference on Applied Natural Language Processing</source>
          , pages
          <fpage>142</fpage>
          -
          <lpage>149</lpage>
          , Stroudsburg, PA, USA,
          <year>2000</year>
          .
          <article-title>Association for Computational Linguistics</article-title>
          .
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          [11]
          <string-name>
            <given-names>M.</given-names>
            <surname>Marcus</surname>
          </string-name>
          ,
          <string-name>
            <given-names>B.</given-names>
            <surname>Santorini</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M. A.</given-names>
            <surname>Marcinkiewicz</surname>
          </string-name>
          ,
          <article-title>and</article-title>
          <string-name>
            <given-names>A.</given-names>
            <surname>Taylor</surname>
          </string-name>
          .
          <source>Penn Treebank 3</source>
          ,
          <year>1999</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          [12]
          <string-name>
            <given-names>R.</given-names>
            <surname>McDonald</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F.</given-names>
            <surname>Pereira</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            <surname>Ribarov</surname>
          </string-name>
          , and
          <string-name>
            <given-names>J.</given-names>
            <surname>Hajicˇ. Nonprojective Dependency</surname>
          </string-name>
          <article-title>Parsing Using Spanning Tree Algorithms</article-title>
          .
          <source>In Proceedings of the Conference on Human Language Technology and Empirical Methods in Natural Language Processing</source>
          , pages
          <fpage>523</fpage>
          -
          <lpage>530</lpage>
          , Stroudsburg, PA, USA,
          <year>2005</year>
          .
          <article-title>Association for Computational Linguistics</article-title>
          .
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          [13]
          <string-name>
            <given-names>R.</given-names>
            <surname>Mitkov</surname>
          </string-name>
          and
          <string-name>
            <given-names>C.</given-names>
            <surname>Barbu</surname>
          </string-name>
          .
          <article-title>Using Bilingual Corpora to Improve Pronoun Resolution</article-title>
          . Languages in contrast,
          <volume>4</volume>
          (
          <issue>2</issue>
          ),
          <year>2003</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          [14]
          <string-name>
            <given-names>A.</given-names>
            <surname>Nedoluzhko</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Novák</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Cinková</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Mikulová</surname>
          </string-name>
          , and
          <string-name>
            <given-names>J.</given-names>
            <surname>Mírovský</surname>
          </string-name>
          .
          <article-title>Coreference in Prague Czech-English Dependency Treebank</article-title>
          .
          <source>In Proceedings of the 10th International Conference on Language Resources and Evaluation (LREC</source>
          <year>2016</year>
          ), pages
          <fpage>169</fpage>
          -
          <lpage>176</lpage>
          , Paris, France,
          <year>2016</year>
          . European Language Resources Association.
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          [15]
          <string-name>
            <given-names>M.</given-names>
            <surname>Novák</surname>
          </string-name>
          .
          <article-title>Coreference Resolution System Not Only for Czech</article-title>
          .
          <source>In Proceedings of the 17th conference ITAT</source>
          <year>2017</year>
          :
          <article-title>Slovenskocˇeský NLP workshop</article-title>
          (
          <year>SloNLP 2017</year>
          ), volume
          <volume>1885</volume>
          <source>of CEUR Workshop Proceedings</source>
          , pages
          <fpage>193</fpage>
          -
          <lpage>200</lpage>
          , Praha, Czechia,
          <year>2017</year>
          . CreateSpace Independent Publishing Platform.
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          [16]
          <string-name>
            <given-names>M.</given-names>
            <surname>Novák</surname>
          </string-name>
          and
          <string-name>
            <given-names>A.</given-names>
            <surname>Nedoluzhko</surname>
          </string-name>
          .
          <article-title>Correspondences between Czech and English Coreferential Expressions</article-title>
          . Discours: Revue de linguistique, psycholinguistique et informatique.,
          <volume>16</volume>
          :
          <fpage>1</fpage>
          -
          <lpage>41</lpage>
          ,
          <year>2015</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          [17]
          <string-name>
            <given-names>M.</given-names>
            <surname>Novák</surname>
          </string-name>
          and
          <string-name>
            <given-names>Z.</given-names>
            <surname>Žabokrtský</surname>
          </string-name>
          .
          <article-title>Cross-lingual Coreference Resolution of Pronouns</article-title>
          .
          <source>In Proceedings of COLING</source>
          <year>2014</year>
          ,
          <source>the 25th International Conference on Computational Linguistics: Technical Papers</source>
          , pages
          <fpage>14</fpage>
          -
          <lpage>24</lpage>
          , Dublin, Ireland,
          <year>2014</year>
          . Dublin City University and Association for Computational Linguistics.
        </mixed-citation>
      </ref>
      <ref id="ref18">
        <mixed-citation>
          [18]
          <string-name>
            <given-names>M.</given-names>
            <surname>Popel</surname>
          </string-name>
          and
          <string-name>
            <given-names>Z.</given-names>
            <surname>Žabokrtský. TectoMT: Modular NLP</surname>
          </string-name>
          <article-title>Framework</article-title>
          .
          <source>In Proceedings of the 7th International Conference on Advances in Natural Language Processing</source>
          , pages
          <fpage>293</fpage>
          -
          <lpage>304</lpage>
          , Berlin, Heidelberg,
          <year>2010</year>
          . Springer-Verlag.
        </mixed-citation>
      </ref>
      <ref id="ref19">
        <mixed-citation>
          [19]
          <string-name>
            <given-names>S.</given-names>
            <surname>Pradhan</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Moschitti</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N.</given-names>
            <surname>Xue</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H. T.</given-names>
            <surname>Ng</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Björkelund</surname>
          </string-name>
          ,
          <string-name>
            <given-names>O.</given-names>
            <surname>Uryupina</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y.</given-names>
            <surname>Zhang</surname>
          </string-name>
          , and
          <string-name>
            <given-names>Z.</given-names>
            <surname>Zhong</surname>
          </string-name>
          .
          <article-title>Towards Robust Linguistic Analysis using OntoNotes</article-title>
          .
          <source>In Proceedings of the Seventeenth Conference on Computational Natural Language Learning</source>
          , pages
          <fpage>143</fpage>
          -
          <lpage>152</lpage>
          , Sofia, Bulgaria,
          <year>2013</year>
          .
          <article-title>Association for Computational Linguistics</article-title>
          .
        </mixed-citation>
      </ref>
      <ref id="ref20">
        <mixed-citation>
          [20]
          <string-name>
            <given-names>P.</given-names>
            <surname>Sgall</surname>
          </string-name>
          , E. Hajicˇová, and
          <string-name>
            <given-names>J.</given-names>
            <surname>Panevová</surname>
          </string-name>
          .
          <article-title>The Meaning of the Sentence in Its Semantic</article-title>
          and
          <string-name>
            <given-names>Pragmatic</given-names>
            <surname>Aspects</surname>
          </string-name>
          . D. Reidel Publishing Company, Dordrecht, Netherlands,
          <year>1986</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref21">
        <mixed-citation>
          [21]
          <string-name>
            <given-names>J.</given-names>
            <surname>Straková</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Straka</surname>
          </string-name>
          , and
          <string-name>
            <surname>J. Hajicˇ.</surname>
          </string-name>
          <article-title>Open-Source Tools for Morphology, Lemmatization, POS Tagging and Named Entity Recognition</article-title>
          .
          <source>In Proceedings of 52nd Annual Meeting of the Association for Computational Linguistics: System Demonstrations</source>
          , pages
          <fpage>13</fpage>
          -
          <lpage>18</lpage>
          , Baltimore, Maryland,
          <year>2014</year>
          .
          <article-title>Association for Computational Linguistics</article-title>
          .
        </mixed-citation>
      </ref>
      <ref id="ref22">
        <mixed-citation>
          [22]
          <string-name>
            <given-names>J.</given-names>
            <surname>Straková</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Straka</surname>
          </string-name>
          , and
          <string-name>
            <surname>J. Hajicˇ.</surname>
          </string-name>
          <article-title>Open-Source Tools for Morphology, Lemmatization, POS Tagging and Named Entity Recognition</article-title>
          .
          <source>In Proceedings of 52nd Annual Meeting of the Association for Computational Linguistics: System Demonstrations</source>
          , pages
          <fpage>13</fpage>
          -
          <lpage>18</lpage>
          , Baltimore, Maryland,
          <year>2014</year>
          .
          <article-title>Association for Computational Linguistics</article-title>
          .
        </mixed-citation>
      </ref>
      <ref id="ref23">
        <mixed-citation>
          [23]
          <string-name>
            <given-names>M.</given-names>
            <surname>Vilain</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Burger</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Aberdeen</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Connolly</surname>
          </string-name>
          , and
          <string-name>
            <given-names>L.</given-names>
            <surname>Hirschman</surname>
          </string-name>
          .
          <article-title>A Model-theoretic Coreference Scoring Scheme</article-title>
          .
          <source>In Proceedings of the 6th Conference on Message Understanding</source>
          , pages
          <fpage>45</fpage>
          -
          <lpage>52</lpage>
          , Stroudsburg, PA, USA,
          <year>1995</year>
          .
          <article-title>Association for Computational Linguistics</article-title>
          .
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>