<!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>Confirming the Generalizability of a Chain-Based Animacy Detector</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Labiba Jahan⇤</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>W. Victor H. Yarlott</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Rahul Mittal</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Mark A. Finlayson</string-name>
          <email>markaf@fiu.edu</email>
          <xref ref-type="aff" rid="aff0">0</xref>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>In: A. Jorge, R. Campos, A. Jatowt, A. Aizawa (eds.): Proceedings of the first AI4Narratives Workshop</institution>
          ,
          <addr-line>Yokohama</addr-line>
          ,
          <country country="JP">Japan</country>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>School of Computing and Information Sciences Florida International University</institution>
          ,
          <addr-line>Miami, FL 33199</addr-line>
          ,
          <country country="US">USA</country>
        </aff>
      </contrib-group>
      <abstract>
        <p>Animacy is the characteristic of a referent being able to independently carry out actions in a story world (e.g., movement, communication). It is a necessary property of characters in stories, and so detecting animacy is an important step in automatic story understanding; it is also potentially useful for many other natural language processing tasks such as word sense disambiguation, coreference resolution, character identification, and semantic role labeling. Recent work by Jahan et al. [2018] demonstrated a new approach to detecting animacy where animacy is considered a direct property of coreference chains (and referring expressions) rather than words. In Jahan et al., they combined hand-built rules and machine learning (ML) to identify the animacy of referring expressions and used majority voting to assign the animacy of coreference chains, and reported high performance of up to 0.90 F1. In this short report we verify that the approach generalizes to two different corpora (OntoNotes and the Corpus of English Novels) and we confirmed that the hybrid model performs best, with the rule-based model in second place. Our tests apply the animacy classifier to almost twice as much data as Jahan et al.'s initial study. Our results also strongly suggest, as would be expected, the dependence of the models on coreference chain quality. We release our data and code to enable reproducibility.</p>
      </abstract>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>-</title>
      <p>Animacy is the characteristic of a referent being able to
independently carry out actions in a story world (e.g., movement,
communication). For example, human beings are animate
because they can move or communicate in a realistic story
world but a chair or a table cannot accomplish those actions
independently, so they are considered inanimate. Because
animacy is a necessary quality of characters in stories (that is,
all characters, traditionally conceived, must be animate),
animacy is useful to story understanding. Further, animacy is
potentially useful in many natural language processing tasks
including word sense disambiguation, semantic role labeling,
coreference resolution, and character identification.</p>
      <p>Most prior approaches assigned animacy as a property of
individual words; by contrast, Jahan et al. [2018] introduced
a new approach to animacy detection that reconceived of
animacy as a property of referring expressions and coreference
chains. In the work by Jahan et al., they demonstrated their
approach on 142 stories, comprising 156,154 words, that
included Russian folktales and Islamist Extremists stories. That
work left some questions as to the generalizability of the
detector to other story forms. Here we test the generalizability
of Jahan et al.’s detector on two new corpora, a news
subset of OntoNotes [Weischedel et al., 2013] and the subset of
the Corpus of English Novels (CEN) [De Smet, 2008]. We
test all three of Jahan et al.’s models, specifically, an
SVMbased ML, a rule-based model, and a hybrid model combining
both. We show, in agreement with Jahan et al.’s results, that
the hybrid model performs best, followed by the rule-based
model. Our results also suggest that the animacy models have
a strong dependence on the quality of coreference chains; in
particular, the performance of the models on the CEN data
(with automatically computed chains) is much poorer than on
OntoNotes and the ProppLearner corpus (with manually
corrected chains).</p>
      <p>In this paper first we discuss our corpora (§2), followed
by the models (§3) created by Jahan et al. [2018]. We then
outline the experimental setup (§4) and describe our results
(§5). We briefly discuss related work (§6), before finishing
with a discussion of the contributions of the paper (§7).
2</p>
    </sec>
    <sec id="sec-2">
      <title>Data</title>
      <p>We annotated animacy on two new corpora. First, 94 news
texts drawn from the OntoNotes Corpus [Weischedel et al.,
2013]. Second, 30 chapters from 30 novels drawn from
CEN. We performed this manual annotation by following the
same guidelines described by Jahan et al. [2018]. In
accordance with their procedure, we have annotated the
coreference chains of these two corpora as to whether each
coreference chain head acted as an animate being in the text.
Because the inter-annotator agreement for this annotation was
quite high, we only performed single annotation. Details of
the corpora are given in Table 1. These corpora contain
approximately twice as much data, by count of referring
expressions and coreference chains, as the original work.</p>
      <p>OntoNotes [Weischedel et al., 2013] is a large corpus
containing a variety of genres, e.g., news, conversational
telephone speech, broadcast, talk show transcripts, etc., in
English, Chinese, and Arabic. We extracted 94 English
broadcast news texts that had coreference chain annotations. The
first author annotated the animacy of the coreference chains.</p>
      <p>Corpus of English Novels (CEN) [De Smet, 2008]
contains 292 English novels written between 1881 and 1922
comprising various genres including drama, romance,
fantasy, etc. We selected 30 novels and listed the characters of
these novels from the online resources. Then we extracted a
single chapter of each novel that contains a significant
number of characters. We computed coreference chains using
Stanford CoreNLP [Manning et al., 2014], and the first
author annotated those chains for animacy.
3</p>
    </sec>
    <sec id="sec-3">
      <title>Models</title>
      <p>Jahan et al.’s animacy model first classifies the animacy of
referring expressions, and second classifies each coreference
chain as animate or not by taking the majority vote of it’s
constituting referring expressions. In our experiments we ran
Jahan et al.’s three referring expression animacy detection
models and the single coreference chain animacy detection
model. (majority vote backed by the different referring
expression models, which were determined by to be the best
coreference model). Jahan et al. released the code so the
models are identical to their work.</p>
      <p>SVM Model is a simple supervised SVM classifier [Chang
and Lin, 2011] for assigning animacy to referring
expressions, with a Radial Basis Function Kernel where SVM
parameters were set at = 1, C = 0.5 and p = 1. The features
of the best performing model are boolean values of whether a
given referring expression contained a noun, a grammatical or
a semantic subject. Jahan et al. chose these features because
animate references tend to appear as nouns, grammatical
subjects, or semantic subjects. When training and testing on the
same dataset, we used ten-fold cross validation, and reported
the micro-averages across the performance on test folds.</p>
      <p>Rule-Based Model The second approach is a rule-based
classifier that marks a referring expression as animate if its
last word was: (a) a gendered personal, reflexive, or
possessive pronoun (i.e., excluding it, its, itself, etc.); (b) the
semantic subject to a verb; (c) a proper noun (i.e., excluding
namedentity types of LOCATION, ORGANIZATION, MONEY); or, (d)
a descendant of LIVING BEING in WordNet. If the last word
of a referring expression is a descendant of ENTITY but not a
descendant of LIVING BEING in WordNet, the model
considers it inanimate.</p>
      <p>Hybrid Model is the third approach where hand-built rules
are applied first, followed by the ML classifier to those
referring expressions not covered by the rules.</p>
      <p>Majority Vote Model The coreference model applies
majority voting to combine the results of the referring expression
animacy model to obtain a coreference animacy prediction.
For ties, the chain was marked inanimate.
4</p>
    </sec>
    <sec id="sec-4">
      <title>Experiments</title>
      <p>We investigated four training setups for the SVM and Hybrid
referring expression models: first, training the model each
data set individually, and also training on all three datasets
together. For all models (SVM, Hybrid, Rule-Based) we also
varied the test corpus. Where the test data was a subset of
the training data, we applied ten-fold cross-validation. In all
approaches, we used the majority vote classifier to identify
the animacy of the coreference chains. These experiments are
used to compare the performance of Jahan et al.’s referring
expression model on our new corpora, as well as determine
the performance for determining coreference chain animacy.
5</p>
    </sec>
    <sec id="sec-5">
      <title>Results &amp; Discussion</title>
      <p>The results in Table 2 show that the hybrid model
outperformed all of the other models in detecting referring
expression animacy, which is the same result reported in Jahan et al.
[2018]. It performed the best on Jahan et al.’s original data,
achieving an F1 of 0.88, and is the most useful model when
applying as input to the majority vote model to identify the
animacy of coreference chains, achieving an F1 of 0.77.</p>
      <p>The rule-based model performs second-best. It performed
best on Jahan et al.’s original data for referring
expressions, achieving an F1 of 0.88. But the majority vote model
achieved the best result (F1 of 0.76) on OntoNotes when the
rule-based results are used to detect the chain animacy. We
developed a baseline for chain animacy where we considered
the first referring expression only instead of majority vote and
achieved an F1 of 0.69 and 0.43 on OntoNotes and CEN.</p>
      <p>The SVM model performed worse in most of the cases,
especially when the outputs are used for the majority vote
model. It performed worst when it trained on the Corpus
of English Novels and tested on Jahan et al.’s original data,
achieving an F1 of only 0.56 for the referring expressions and
achieved an F1 of 0.37 when the results of the referring
expressions are used for the majority vote model.</p>
      <p>The majority vote model performed best when tested on
OntoNotes. It performed worst when tested on the Corpus
of English Novels (CEN). Besides the text genre, the
major difference between these corpora is the quality of the
coreference chains. For OntoNotes, they are manually
corrected, while we automatically computed those on CEN. This
strongly suggests that the quality of coreference chains is a
major factor in the performance of the animacy classifier.
Jahan et al. [2018]
Jahan et al. [2018]
Jahan et al. [2018]
OntoNotes
OntoNotes
OntoNotes
English Novels
English Novels
English Novels
All
Jahan et al. [2018]
OntoNotes
English Novels
Jahan et al. [2018]
OntoNotes
English Novels
Jahan et al. [2018]
OntoNotes
English Novels
All
0.84</p>
      <p>Finally, the results on the combined corpus are reasonable
for the referring expression models but performed poorly for
the majority vote coreference chain model. This is perhaps
to be expected because CEN is the largest corpus among the
three and the coreference chains are poor in quality.</p>
      <p>Overall, these results strongly suggest that the features
used in Jahan et al. [2018] are generalizable to domains
outside the Russian folklore corpus used as long as high quality
coreference chains are available.
6</p>
    </sec>
    <sec id="sec-6">
      <title>Related Work</title>
      <p>Most prior work classifies animacy as a word or noun level
property using different supervised and unsupervised
approaches. For example, Orasan and Evans [2007] performed
animacy classification of senses and nouns and achieved the
best performance by the supervised ML method (F1 of 0.94).
Similarly, Bowman and Chopra [2012] used a maximum
entropy classifier to classify noun phrases into a most
probable class (human, animal, place, etc.), which was used to
mark animacy, achieving 94% accuracy. Again, Karsdorp et
al. [2015] employed a maximum entropy classifier to label
the animacy of Dutch words using different combinations of
lemmas, POS tags, dependency tags, and word embeddings.
Their best result reported an F1 of 0.93. However, the work is
language-bound and hasn’t been tested on other natural
languages.</p>
      <p>Ji and Lin [2009] leveraged gender and animacy
properties to detect person mentions with an unsupervised
learning model. They reported an F1 of 0.85 which is marginally
lower than a supervised learning approach, but has higher
coverage of low frequency mentions. More recently, Ardanuy
et al. [2020] proposed an unsupervised approach to atypical
animacy detection using contextualized word embeddings.
Using a masking approach with context, they achieved the
best performance of F1 of 0.78 on one dataset, while reported
an F1 of 0.94 on another dataset using a simple BERT
classifier on the target expressions in a sentence. Zhu et al. [2019]
proposed an animacy detector based on a bi-directional Long
Short-term Memory (bi-LSTM) network with a conditional
random field (CRF) layer to mark a word in a text sequence
with the animal attribute (animate). The work was done in
Chinese and they reported an F1 of 0.38.</p>
      <p>There are some works based on ontologies or other
external resources. As an example, Declerck et al. [2012]
augmented an existing ontology using nominal phrases found
in folktales. They reported an F1 of 0.80 with 79%
accuracy. Moore et al. [2013] assigned animacy to words, where
multiple model (including WordNet and WordSim) votes
between Animal, Person, Inanimate or abstains, and then the
results are combined using various interpretable voting
models. They reported an accuracy of 89% under majority voting
and 95% under an SVM scheme.</p>
      <p>Generally, however, compared to all other prior work on
animacy, only Jahan et al. [2018] demonstrated an approach
where animacy is considered a direct property of coreference
chains (and referring expressions) rather than words or nouns.
7</p>
    </sec>
    <sec id="sec-7">
      <title>Contributions</title>
      <p>This paper makes two contributions. First, we have
demonstrated the generalizability of a previously reported approach
in animacy detection [Jahan et al., 2018] by testing the
approach on twofold more data comprising two additional types
of story genres (news and novels). We release this data for use
by the community1. These results confirm the best
performing models, and also strongly suggest the dependence of the
models of the quality of coreference chain annotations.</p>
    </sec>
    <sec id="sec-8">
      <title>Acknowledgements</title>
      <p>This work was supported by NSF CAREER Award
IIS-1749917 and DARPA Contract FA8650-19-C-6017. We
would also like to thank the members of the FIU Cognac Lab
for their discussions and assistance.</p>
      <p>1The data and code may be downloaded from https://doi.org/10.
34703/gzx1-9v95/FCYIPW</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [Ardanuy et al.,
          <year>2020</year>
          ]
          <string-name>
            <given-names>Mariona</given-names>
            <surname>Coll</surname>
          </string-name>
          <string-name>
            <given-names>Ardanuy</given-names>
            , Federico Nanni, Kaspar Beelen, Kasra Hosseini, Ruth Ahnert, Jon Lawrence,
            <surname>Katherine</surname>
          </string-name>
          <string-name>
            <surname>McDonough</surname>
          </string-name>
          , Giorgia Tolfo, Daniel CS Wilson, and
          <string-name>
            <given-names>Barbara</given-names>
            <surname>McGillivray</surname>
          </string-name>
          .
          <article-title>Living machines: A study of atypical animacy</article-title>
          ,
          <year>2020</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          <source>[Bowman and Chopra</source>
          , 2012]
          <string-name>
            <surname>Samuel</surname>
            <given-names>R.</given-names>
          </string-name>
          <string-name>
            <surname>Bowman</surname>
            and
            <given-names>Harshit</given-names>
          </string-name>
          <string-name>
            <surname>Chopra</surname>
          </string-name>
          .
          <article-title>Automatic animacy classification</article-title>
          .
          <source>In Proceedings of the 2012 Conference of the North American Chapter of the Association for Computational Linguistics: Human Language Technologies: Student Research Workshop (NAACL HLT'12)</source>
          , page
          <fpage>7</fpage>
          -10, Montre´al, Canada,
          <year>2012</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          <source>[Chang and Lin</source>
          , 2011]
          <article-title>Chih-Chung Chang and Chih-Jen Lin</article-title>
          .
          <article-title>LIBSVM: A library for support vector machines</article-title>
          .
          <source>ACM Transactions on Intelligent Systems and Technology (TIST)</source>
          ,
          <volume>2</volume>
          (
          <issue>3</issue>
          ):
          <fpage>27</fpage>
          ,
          <year>2011</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          [Cohen, 1960]
          <string-name>
            <given-names>Jacob</given-names>
            <surname>Cohen</surname>
          </string-name>
          .
          <article-title>A coefficient of agreement for nominal scales</article-title>
          .
          <source>Educational and Psychological Measurement</source>
          ,
          <volume>20</volume>
          (
          <issue>1</issue>
          ):
          <fpage>37</fpage>
          -
          <lpage>46</lpage>
          ,
          <year>1960</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          <string-name>
            <surname>[De Smet</surname>
          </string-name>
          ,
          <year>2008</year>
          ] Hendrik De Smet. Corpus of English novels,
          <year>2008</year>
          . https://perswww.kuleuven.be/⇠ u0044428/.
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          [Declerck et al.,
          <year>2012</year>
          ]
          <string-name>
            <given-names>Thierry</given-names>
            <surname>Declerck</surname>
          </string-name>
          , Nikolina Koleva, and
          <string-name>
            <surname>Hans-Ulrich Krieger</surname>
          </string-name>
          .
          <article-title>Ontology-based incremental annotation of characters in folktales</article-title>
          .
          <source>In Proceedings of the 6th Workshop on Language Technology for Cultural Heritage</source>
          ,
          <source>Social Sciences, and Humanities</source>
          , pages
          <fpage>30</fpage>
          -
          <lpage>34</lpage>
          , Avignon, France,
          <year>2012</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          <source>[Glasser</source>
          , 2008]
          <string-name>
            <given-names>Stephen</given-names>
            <surname>Glasser</surname>
          </string-name>
          .
          <article-title>Research Methodology for Studies of Diagnostic Tests</article-title>
          , pages
          <fpage>245</fpage>
          -
          <lpage>257</lpage>
          . Springer Netherlands, Dordrecht,
          <year>2008</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          [Jahan et al.,
          <year>2018</year>
          ]
          <string-name>
            <given-names>Labiba</given-names>
            <surname>Jahan</surname>
          </string-name>
          , Geeticka Chauhan, and
          <string-name>
            <given-names>Mark</given-names>
            <surname>Finlayson</surname>
          </string-name>
          .
          <article-title>A new approach to animacy detection</article-title>
          .
          <source>In Proceedings of the 27th International Conference on Computational Linguistics (COLING)</source>
          , pages
          <fpage>1</fpage>
          -
          <lpage>12</lpage>
          ,
          <string-name>
            <surname>Santa</surname>
            <given-names>Fe</given-names>
          </string-name>
          ,
          <string-name>
            <surname>NM</surname>
          </string-name>
          ,
          <year>2018</year>
          . Data and code may be found at https: //dspace.mit.edu/handle/1721.1/116172.
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          <source>[Ji and Lin</source>
          , 2009]
          <string-name>
            <given-names>Heng</given-names>
            <surname>Ji</surname>
          </string-name>
          and
          <string-name>
            <given-names>Dekang</given-names>
            <surname>Lin</surname>
          </string-name>
          .
          <article-title>Gender and Animacy knowledge discovery from web-scale n-grams for unsupervised person mention detection</article-title>
          .
          <source>In Proceedings of the 23rd Pacific Asia Conference on Language, Information and Computation</source>
          , Volume
          <volume>1</volume>
          , pages
          <fpage>220</fpage>
          -
          <lpage>229</lpage>
          ,
          <string-name>
            <given-names>Hong</given-names>
            <surname>Kong</surname>
          </string-name>
          ,
          <year>2009</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          [Karsdorp et al.,
          <year>2015</year>
          ] Folgert
          <string-name>
            <surname>B Karsdorp</surname>
          </string-name>
          , Marten van der Meulen, Theo Meder, and Antal van den Bosch.
          <article-title>Animacy detection in stories</article-title>
          .
          <source>In Proceedings of the 6th Workshop on Computational Models of Narrative (CMN'15)</source>
          , pages
          <fpage>82</fpage>
          -
          <lpage>97</lpage>
          , Atlanta,
          <string-name>
            <surname>GA</surname>
          </string-name>
          ,
          <year>2015</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          [Manning et al.,
          <year>2014</year>
          ]
          <string-name>
            <given-names>Christopher D.</given-names>
            <surname>Manning</surname>
          </string-name>
          , Mihai Surdeanu, John Bauer, Jenny Finkel,
          <string-name>
            <given-names>Steven J.</given-names>
            <surname>Bethard</surname>
          </string-name>
          , and
          <string-name>
            <surname>David McClosky</surname>
          </string-name>
          .
          <article-title>The Stanford CoreNLP natural language processing toolkit</article-title>
          .
          <source>In Proceedings of the 52nd Annual Meeting of the Association for Computational Linguistics (ACL): System Demonstrations</source>
          , pages
          <fpage>55</fpage>
          -
          <lpage>60</lpage>
          . Baltimore,
          <string-name>
            <surname>MD</surname>
          </string-name>
          ,
          <year>2014</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          [Moore et al.,
          <year>2013</year>
          ]
          <string-name>
            <given-names>Joshua</given-names>
            <surname>Moore</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Christopher J.C.</given-names>
            <surname>Burges</surname>
          </string-name>
          , Erin Renshaw, and
          <article-title>Wen-tau Yih. Animacy detection with voting models</article-title>
          .
          <source>In Proceedings of the 2013 Conference on Empirical Methods in Natural Language Processing</source>
          , pages
          <fpage>55</fpage>
          -
          <lpage>60</lpage>
          , Seattle, Washington, USA,
          <year>2013</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          <source>[Orasan and Evans</source>
          , 2007]
          <string-name>
            <given-names>Constantin</given-names>
            <surname>Orasan</surname>
          </string-name>
          and Richard J Evans.
          <article-title>NP animacy identification for anaphora resolution</article-title>
          .
          <source>Journal of Artificial Intelligence Research</source>
          ,
          <volume>29</volume>
          :
          <fpage>79</fpage>
          -
          <lpage>103</lpage>
          ,
          <year>2007</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          [Weischedel et al.,
          <year>2013</year>
          ]
          <string-name>
            <given-names>Ralph</given-names>
            <surname>Weischedel</surname>
          </string-name>
          , Martha Palmer, Mitchell Marcus, Eduard Hovy, Sameer Pradhan, Lance Ramshaw, Nianwen Xue, Ann Taylor, Jeff Kaufman, Michelle Franchini, Mohammed El-Bachouti,
          <string-name>
            <given-names>Robert</given-names>
            <surname>Belvin</surname>
          </string-name>
          , and Ann Houston.
          <source>OntoNotes Release 5.0</source>
          ,
          <year>2013</year>
          . LDC Catalog No.
          <issue>LDC2013T19</issue>
          , https://catalog.ldc. upenn.edu/LDC2013T19.
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          [Zhu et al.,
          <year>2019</year>
          ]
          <string-name>
            <given-names>Yuanqing</given-names>
            <surname>Zhu</surname>
          </string-name>
          , Wei Song, Xianjun Liu, Lizhen Liu, and
          <string-name>
            <given-names>Xinlei</given-names>
            <surname>Zhao</surname>
          </string-name>
          .
          <article-title>Improving anaphora resolution by animacy identification</article-title>
          .
          <source>In Proceedings of the 2019 IEEE International Conference on Artificial Intelligence and Computer Applications (ICAICA)</source>
          , pages
          <fpage>48</fpage>
          -
          <lpage>51</lpage>
          , Dalian, China,
          <year>2019</year>
          .
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>