<!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>Language-independent Taxonomy Derivation from Wikipedia via Multi-task Adversarial Learning</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Shulin Cao</string-name>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Zijun Yao</string-name>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Lei Hou</string-name>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Juanzi Li</string-name>
        </contrib>
      </contrib-group>
      <abstract>
        <p>Many recent efforts explore the task of Taxonomy Derivation from Wikipedia Category Network (TDWCN), which induces rich hypernymy relations between instances and classes from Wikipedia to integrate hierarchical information into knowledge graphs. However, current methods rely heavily on languagedependent information including heuristic rules, human annotations and inter-language links, which limit their applications. In this paper, we propose a language-independent model for TDWCN. Specifically, we design an adversarial learning approach to distill hypernymy relations from noisy raw Wikipedia, avoiding any language dependencies. Besides, we incorporate multi-task learning to explore the correlation among instanceOf, subClassOf, and the relations of instances. In addition, we contribute an English evaluation dataset ENT5k with about 6000 categories. Experimental results on 4 different languages demonstrate that our model can be applied generally to any language and achieve better or comparable performance compared with previous language-dependent models.</p>
      </abstract>
      <kwd-group>
        <kwd>eol&gt;Taxonomy</kwd>
        <kwd>Knowledge Base</kwd>
        <kwd>Wikipedia Category Network</kwd>
        <kwd>Adversarial Learning</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>1. Introduction</title>
      <p>
        Taxonomies hierarchically organize hypernymy (consisting of instanceOf and subClassOf ) among
instances and classes, which are the core pieces of large-scale knowledge graphs [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ], and have
been proven beneficial for various NLP tasks such as question answering [
        <xref ref-type="bibr" rid="ref2">2</xref>
        ], document
understanding [
        <xref ref-type="bibr" rid="ref3">3</xref>
        ] and information extraction [
        <xref ref-type="bibr" rid="ref4">4</xref>
        ]. Taxonomy derivation is a crucial task to integrate
hierarchical and abstract information into knowledge graphs.
      </p>
      <p>
        Current approaches for taxonomy derivation can be divided into three lines: (1) manual
construction [
        <xref ref-type="bibr" rid="ref5 ref6">5, 6</xref>
        ]; (2) extracting separate hypernymy from unstructured text and then organizing
the collection into a complete taxonomy [
        <xref ref-type="bibr" rid="ref7 ref8">7, 8</xref>
        ]; (3) recognizing hypernymy from Wikipedia
Category Network (WCN). Because WCN in Wikipedia is large-scale, domain-independent,
dynamically generated and with high coverage, Taxonomy Derivation from WCN (TDWCN)
has attracted lots of research [
        <xref ref-type="bibr" rid="ref10 ref11 ref12 ref9">9, 10, 11, 12</xref>
        ], which is the focus of this paper.
      </p>
      <p>As shown in Figure 1, WCN is a directed graph linking Wikipedia articles (e.g., Micky Mouse)
with inter-connected categories of different granularities (e.g., Disney comics characters, Disney
characters, Disney comics). The links from articles to categories are articleOf, and those between</p>
      <p>The Walt
Disney
Company</p>
      <sec id="sec-1-1">
        <title>Fictional</title>
      </sec>
      <sec id="sec-1-2">
        <title>Characters</title>
      </sec>
      <sec id="sec-1-3">
        <title>Comics by</title>
      </sec>
      <sec id="sec-1-4">
        <title>Genre</title>
      </sec>
      <sec id="sec-1-5">
        <title>Disney</title>
      </sec>
      <sec id="sec-1-6">
        <title>Characters</title>
      </sec>
      <sec id="sec-1-7">
        <title>Disney</title>
      </sec>
      <sec id="sec-1-8">
        <title>Comics</title>
      </sec>
      <sec id="sec-1-9">
        <title>Animated</title>
      </sec>
      <sec id="sec-1-10">
        <title>Film Series</title>
        <p>Disney</p>
        <p>Comics
Characters</p>
        <sec id="sec-1-10-1">
          <title>Derivation</title>
          <p>The Walt
Disney
Company</p>
        </sec>
      </sec>
      <sec id="sec-1-11">
        <title>Animated</title>
      </sec>
      <sec id="sec-1-12">
        <title>Film Series</title>
        <sec id="sec-1-12-1">
          <title>Taxonomy</title>
        </sec>
      </sec>
      <sec id="sec-1-13">
        <title>Fictional</title>
      </sec>
      <sec id="sec-1-14">
        <title>Characters</title>
      </sec>
      <sec id="sec-1-15">
        <title>Disney</title>
      </sec>
      <sec id="sec-1-16">
        <title>Characters</title>
        <p>Disney</p>
        <p>Comics
Characters</p>
      </sec>
      <sec id="sec-1-17">
        <title>Comics by</title>
      </sec>
      <sec id="sec-1-18">
        <title>Genre</title>
      </sec>
      <sec id="sec-1-19">
        <title>Disney</title>
      </sec>
      <sec id="sec-1-20">
        <title>Comics</title>
      </sec>
      <sec id="sec-1-21">
        <title>Donald</title>
      </sec>
      <sec id="sec-1-22">
        <title>Duck</title>
      </sec>
      <sec id="sec-1-23">
        <title>Mickey</title>
      </sec>
      <sec id="sec-1-24">
        <title>Mouse</title>
      </sec>
      <sec id="sec-1-25">
        <title>Donald</title>
      </sec>
      <sec id="sec-1-26">
        <title>Duck</title>
      </sec>
      <sec id="sec-1-27">
        <title>Mickey</title>
      </sec>
      <sec id="sec-1-28">
        <title>Mouse</title>
        <p>article/instance category/class articleOf subClassOf instanceOf subClassOf
categories are subCategoryOf. By treating each article and category as one candidate instance
and class, each articleOf and subCategoryOf as one candidate instanceOf and subClassOf
respectively, we can obtain a large-scale taxonomy with millions of instances and classes without
extra human efforts. However, not all articleOf and subCategoryOf links are correct hypernymy
relations. If we do not filter out the non-hypernymy in WCN, wrong facts might be inferred
(e.g., “(Micky Mouse, instanceOf, The Walt Disney Company)”). Therefore, TDWCN needs to
recognize whether each articleOf and subCategoryOf in WCN is a correct hypernymy relation,
which can be formed as a hypernymy classification task consisting of InstanceOf Classification
and SubClassOf Classification.</p>
        <p>
          Most previous methods for TDWCN [
          <xref ref-type="bibr" rid="ref10 ref11 ref13 ref9">9, 13, 10, 11</xref>
          ] rely on heuristic rules mainly designed
for English (e.g., syntactic and lexicon patterns). They can hardly be applied to non-English
languages. Recently, supervised methods are proposed, which rely on labeled corpus from
expensive human annotations [
          <xref ref-type="bibr" rid="ref14 ref15">14, 15</xref>
          ] or sparse inter-language links in Wikipedia [
          <xref ref-type="bibr" rid="ref12">12</xref>
          ]. Both
rule-based and supervised methods rely on language-dependent information including heuristic
rules, human annotations and inter-language links, which is quite time-consuming and
laborintensive. For example, if we design heuristic rules, annotate a corpus or use inter-language
links to construct a dataset for one certain language, we can not directly apply them to another
language, since the syntactic, lexicon and the patterns for different languages are quite different.
These language dependencies limit their applications.
        </p>
        <p>To address the above issues, we propose a language-independent method through multi-task
adversarial learning to perform TDWCN. Specifically, we pretrain a coarse classifier over the
raw WCN, based on which we split the training data into a reliable set and an unreliable set.
Then, we use adversarial learning to iteratively distill the two training sets and refine the classifier
(i.e., the discriminator) through a min-max game between the discriminator and sampler. Our
model can purify the large-scale raw WCN and is general enough to any language without the
limitation of heuristic rules, human annotations or inter-language links. In addition, considering
that (1) InstanceOf Classification and SubClassOf Classification can mutually enhance each other
because instances and classes are highly correlated; (2) the rich semantics provided by relational
facts among instances through Knowledge Embedding may benefit Hypernymy Classification,
we propose a multi-task learning framework to learn Knowledge Embedding, InstanceOf
Classification and SubClassOf Classification simultaneously. These three sub-tasks fully integrate the
connections from multiple views of instance-instance, instance-class and class-class information
lfow respectively to further improve the performance of TDWCN.</p>
      </sec>
    </sec>
    <sec id="sec-2">
      <title>2. Related Work</title>
      <p>Taxonomy Derivation. Taxonomies organize classes and instances in the real world in
hierarchical structure, and directly affect the computational ability of knowledge graphs. Therefore, the
derivation of large-scale, high-coverage and high-quality taxonomies is essential.</p>
      <p>
        Current methods for taxonomy derivation can be divided into three categories. One category
focuses on manual construction [
        <xref ref-type="bibr" rid="ref5 ref6">5, 6</xref>
        ], which is time-intensive and domain-dependent. The
second category, taxonomy derivation from text, usually includes two steps: hypernymy relation
extraction from text and taxonomy induction. The representative works include [
        <xref ref-type="bibr" rid="ref16 ref17 ref18 ref19 ref20 ref21 ref7">7, 16, 17, 18, 19,
20, 21</xref>
        ], etc.. Our paper focuses on the third category, taxonomy derivation from WCN. Most
previous works utilize heuristic hand-crafted rules, such as the syntactic structure of category
labels, the topology and lexico-syntactic patterns [
        <xref ref-type="bibr" rid="ref9">9</xref>
        ], the lemmas from the first sentences of
articles (WiBi [
        <xref ref-type="bibr" rid="ref22">22</xref>
        ]), linking with external resources (MENTA [
        <xref ref-type="bibr" rid="ref13">13</xref>
        ]), inter-language links and
link surface forms (MultiWiBi [
        <xref ref-type="bibr" rid="ref10">10</xref>
        ]) and so on [
        <xref ref-type="bibr" rid="ref1 ref11 ref23 ref24">23, 24, 1, 11</xref>
        ]. Recent supervised methods rely
on human annotations [
        <xref ref-type="bibr" rid="ref14 ref15">14, 15</xref>
        ] or inter-language links (MultiTax [
        <xref ref-type="bibr" rid="ref12">12</xref>
        ]), where the former is
expensive and the latter is sparse. MultiTax, given an English taxonomy as a source taxonomy,
leverages inter-language links to construct the dataset for the target language and then trains
classifiers.
      </p>
      <p>Different from MENTA, MultiWiBi and MultiTax, our method avoids language-dependent
information including heuristic rules and inter-language links. Different from WiBi and MultiWiBi
which also consider the correlation between instances and classes, we use deep representation
learning to vectorize them, which serve as a basis that connects InstanceOf and SubClassOf
classification.</p>
      <p>Note that Wikipedia has links from each article to the corresponding Wikidata item and
Wikidata has taxonomic relations among its items. However, these relations focus only on the
articles of Wikipedia and ignore categories. We believe the rich taxonomic relations among
articles and categories in Wikipedia are crucial for large-scale and high-coverage taxonomies and
can complement with the existing taxonomy in Wikidata.</p>
      <p>
        Adversarial Training. For adversarial training, prior works in computer vision add imperceptible
adversarial perturbations to input images, relying on the fact that such small perturbations cannot
change an image’s true label. [
        <xref ref-type="bibr" rid="ref25">25</xref>
        ] add noise in the form of small perturbations to the input data,
and the generated adversarial examples let models make wrong predictions. Then, [
        <xref ref-type="bibr" rid="ref26">26</xref>
        ] attempt
to analyze adversarial examples and propose adversarial training for image classification tasks.
These works inspire subsequent works for NLP tasks, such as text generation [
        <xref ref-type="bibr" rid="ref27">27</xref>
        ], knowledge
graph embedding [
        <xref ref-type="bibr" rid="ref28">28</xref>
        ], etc.
      </p>
      <p>Different from previous works, we exploit the ability of adversarial training to distinguish
nuances between input data and refine a pretrained coarse classifier. We split the unlabeled
training data into a reliable set and an unreliable set, and use adversarial training to iteratively
distill the two training sets through a min-max game between a discriminator and a sampler.</p>
    </sec>
    <sec id="sec-3">
      <title>3. Notations and Definitions</title>
      <p>Definition 1. WCN is a directed graph defined as  = ⟨, , ℛ, ℛ⟩: Each  ∈  is
an article in Wikipedia. Each  ∈  is a category grouping articles and other categories on
similar topics, which can be represented as a word sequence {1, . . . , ||}. ℛ = {| =
(, ),  ∈ ,  ∈ },  is articleOf between article  and category . ℛ = {| =
(, ), ,  ∈ },  is subCategoryOf between two categories , .</p>
      <p>Definition 2. Taxonomy is a directed acyclic graph defined as  = ⟨ℐ, ˜, ℛℐ , ℛ˜⟩: (1) Each
 ∈ ℐ is an instance. Each ˜ ∈ ˜ is a class. (2) ℛℐ = { | = (, ˜),  ∈ ℐ, ˜ ∈ ˜},
 is instanceOf between instance  and class ˜. ℛ˜ = {˜|˜ = (˜, ˜), ˜, ˜ ∈ ˜}, ˜ is
subClassOf between two classes ˜, ˜.</p>
      <p>As shown in Figure 1, articles and categories in WCN can be viewed as candidate instances and
classes respectively; articleOf and subCategoryOf are candidates of instanceOf and subClassOf.
Namely, ℐ ⊆  , ˜ ⊆  , ℛℐ ⊆ ℛ  and ℛ˜ ⊆ ℛ . We want to recognize whether each articleOf
is a correct instanceOf and whether each subCategoryOf is a correct subClassOf. Therefore, the
main task Hypernymy Classification can be formalized as follows.</p>
      <p>Definition 3. Hypernymy Classification is to learn two functions ℐ and  for instanceOf
classification and subClassOf classification respectively: (1) ℐ() ↦→ {+1, − 1},  ∈ ℛ, +1
denotes articleOf  is a correct instanceOf and -1 not. (2) ( ) ↦→ {+1, − 1},  ∈ ℛ, +1

denotes subCategoryOf  is a correct subClassOf and -1 not.</p>
    </sec>
    <sec id="sec-4">
      <title>4. Methodology</title>
      <p>We conduct taxonomy derivation in three steps: (1) Network cleanup, a pre-processing step to
iflter out meta-categories related to Wikipedia management; (2) Hypernymy classification, the
core step to learn both InstanceOf and SubClassOf classification; (3) Taxonomy induction, a
post-processing step to induce a globally-optimized taxonomy.</p>
      <p>
        For network cleanup, we follow [
        <xref ref-type="bibr" rid="ref9">9</xref>
        ] to use several light-weighted rules. For taxonomy induction,
we follow [
        <xref ref-type="bibr" rid="ref12">12</xref>
        ] to use greedy selection strategies. These two steps are not our focus and will not
be unfold in this paper due to space limit.
      </p>
      <p>For Hypernymy Classification, as shown in Figure 2, we learn three sub-tasks Knowledge
Embedding, InstanceOf Classification and SubClassOf Classification simultaneously in a
multitask learning framework to fully incorporate the connections among instances and classes. For
Coarse Pretraining
(') via negative sampling</p>
      <p>(%) from WCN</p>
      <p>Classifier
Unreliable set ( '</p>
      <p>Reliable set ( %
Adversarial Refining</p>
      <p>( '
Unreliable Samples</p>
      <p>Reliable Samples</p>
      <p>( %</p>
      <p>Encoder
Discriminator
Shared instances</p>
      <p>InstanceOf
Classification</p>
      <p>Shared classes
SubClassOf</p>
      <p>Classification</p>
      <p>Knowledge Embedding, we introduce an external knowledge graph with rich semantic relations
among instances. For InstanceOf and SubClassOf classification, they follow the same learning
process and model architecture. Specifically, we pretrain a coarse classifier based on the raw WCN
and a negative sampling strategy. According to the output of the classifier, we split the training
data into a reliable set and an unreliable set. Then, we use adversarial learning to iteratively
distill the two training sets and refine the classifier (i.e., the discriminator) through a min-max
game between the discriminator and sampler. In Section Coarse Pretraining and Adversarial
Refining, we take SubClassOf Classification as a representative to introduce the details. In
Section Multi-task Learning, we introduce the overall learning objective in the multi-task learning
framework.
4.1. Coarse Pretraining
The coarse pretraining aims to learn a coarse classifier to predict whether each relation in WCN
is a hypernymy.</p>
      <p>Encoder
Scorer</p>
      <p />
      <p>Sampler
Noisy</p>
      <p>
        Informative
0/1
4.1.1. Category Encoding
Firstly, we capture the semantics for each category from its word sequence. Specifically, given
the word sequence {1, · · · , ||} of category  ∈ , we represent all words with their word
embeddings {1, . . . , ||}, and then feed the embeddings into a neural encoder to obtain the
category representation  . Without loss of generality, we select convolutional neural networks
(CNN) [
        <xref ref-type="bibr" rid="ref29">29</xref>
        ] as the neural encoder.
4.1.2. Hypernymy Encoding
Next, we encode each category pair in WCN to get the representations of hypernymy candidates.
Given a relation ( , ) ∈ ℛ, we take their difference as the relation embedding , . Formally,
we calculate the relation embedding with equation , =  − 1.
4.1.3. Hypernymy Scoring
Finally, we learn a scoring function to predict whether a subCategoryOf relation is a correct
subClassOf. Given ( , ) ∈ ℛ, we measure its possibility of subClassOf relation by
( , ) =  (︀ , · )︀ .
where  (· ) is the sigmoid function.  is a vector which is randomly initialized and to be learned.
      </p>
      <p>We observe that most of subCategoryOf are correct subClassOf and most of subClassOf
are already contained in subCategoryOf. Due to the lack of supervised labels, we assume the
equivalence between the subClassOf set and subCategoryOf set to coarsely train our classifier,
and then enhance it in a finer granularity by multi-task adversarial learning which will be explained
in the following.</p>
      <p>Specifically, let  (+) and  (− ) be the positive and negative sample sets of the subClassOf
classifier. We have  (+) = ℛ and  (− ) = {( , )| ,  ∈ , ( , ) ∈/ ℛ}. As there are
a huge amount of negative samples and most of them can be easily recognized, we design an
efficient negative sampling strategy to sample the most informative ones from  (− ). Specifically,
for each category pair ( , ) ∈  (+), we choose (1) one reverse hypernymy pair for predicting
the directionality of hypernymy; (2) one co-hypernymy pair for distinguishing hypernymy from
semantic relatedness relations; (3) one randomly corrupted pair for distinguishing hypernymy
from other relations. The loss function of coarse pretraining is:
ℒ = −
−</p>
      <p>∑︁
(,)∈(+)</p>
      <p>∑︁
(,)∈(− )
log (︀ ( , )︀)
log (︀ 1 − ( , )︀) .</p>
      <p>
        (1)
(2)
1For InstanceOf Classification, given a relation (, ) ∈ ℛℐ, the relation embedding , =   () − 
where  is the instance embedding initialized by Knowledge Embedding as will be introduced in Section
Multitask Learning and   (· ) is a multilayer perceptron to project the instance embedding to the space of category
embedding.
4.2. Adversarial Refining
The  (+) and  (− ) mentioned in the above section are coarse-grained because a critical mass of
samples are placed into the mistaken set. Inspired by [
        <xref ref-type="bibr" rid="ref30 ref31">30, 31</xref>
        ], we apply adversarial training to
iteratively distill
      </p>
      <p>(+) and  (− ) and refine the classifier.</p>
      <p>According to the predicted score in Eq. (1), we choose the samples in  (+) whose scores are
higher than a threshold  to construct a reliable set ˜ (+)
, and the remaining samples in 
(+) and
 (− ) to construct an unreliable set ˜ (− ). As shown in Figure 2, we design a discriminator and a
sampler to conduct an adversarial min-max game. Given a sample ( , ), the discriminator aims
to learn a score function ( , ) to judge whether it is from ˜ (+) or ˜ (− ), while the sampler
learns a probability ( , ) for each sample of ˜ (− ), representing its chance of being a false
negative. According to , we select the most confusing negative samples from ˜ (− ) to cheat
the discriminator. During training, the generator provides large amounts of latent noisy samples
to enhance the discriminator, and the discriminator influences the generator to select the more
informative samples. We also dynamically select the most informative and reliable samples from
the unreliable set to the reliable set. During the adversarial refining process, we can enhance the
classification capability of the discriminator. Formally, the objective of the min-max game can be
expressed as</p>
      <p>Discriminator is transferred from the coarsely trained hypernymy classifier in Eq. 1:
min max(</p>
      <p>(,)∼ ˜(+) [( , )]
+ (,)∼  [(1 − ( , ))]).</p>
      <p>( , ) =  (︀ , · )︀ .
calculated as,
which will be further refined with adversarial loss.</p>
      <p>Sampler aims to select samples from ˜ (− ) to cheat the discriminator according to  which is
( , ) =  · , + ;
( , ) = ∑︀
(˜,˜)∈
exp (︀ ( , )︀)
˜(− ) exp (︀ (˜
, ˜)

︀)
.</p>
      <p>By unfolding the min-max objective in Eq. 3, the adversarial loss for the discriminator is as
where  and  are parameters.
follows:
And the adversarial loss for the sampler is:
ℒ = −
−
∑︁
∑︁
(,)∈
(,)∈</p>
      <p>˜(− )
ℒ = −</p>
      <p>∑︁
(,)∈
˜(− )</p>
      <p>1
˜(+) |˜ (+) log ( , )</p>
      <p>|
( , ) log (︀ 1</p>
      <p>− ( , )︀) .
( , ) log ( , ).</p>
      <p>(3)
(4)
(5)
(6)
(7)</p>
      <p>As we treat instanceOf and subClassOf separately, and adopt adversarial training for both of
them, the holistic adversarial training loss functions for instanceOf and subClassOf are:
ℒ = ℒ +   ℒ; ℒ = ℒ +   ℒ .
(8)
ℒ and ℒ are the discriminator loss functions for instanceOf and subClassOf respectively.
Similarly, ℒ and ℒ denote the sampler loss functions.   and   are the weighting factors.
4.3. Multi-task Learning
Besides distilling the training data and refining the classifiers through adversarial learning, we
further incorporate multi-task learning to enhance the hypernymy classifiers. The main idea is
that (1) InstanceOf Classification and SubClassOf Classification can mutually enhance each other
because instances and classes are highly correlated; (2) relational facts about instances provide
rich semantics which benefits Hypernymy Classification. Specifically, we learn three sub-tasks,
Knowledge Embedding, InstanceOf Classification, and SubClassOf Classification simultaneously
to integrate the instance-instance, instance-class and class-class information flow.</p>
      <p>
        For Knowledge Embedding, we introduce a knowledge graph , which expresses data as a
directed graph  = {ℐ, ,  }. ℐ,  and  indicate the sets of instances, predicates and triples
respectively. A score function (ℎ, , ) is learned to measure the plausibility of (ℎ, , ) being
a legal triple, where ℎ,  ∈ ℐ,  ∈ . In this paper, we utilize TransE [
        <xref ref-type="bibr" rid="ref32">32</xref>
        ] as a representative,
whose scoring function is (ℎ, , ) = −‖ ℎ +  − ‖ where ℎ, ,  are embeddings of instances
and predicates. We utilize a hinge loss function ℒ , which is calculated as,
ℒ = ∑︁
      </p>
      <p>∑︁
(ℎ,,)∈ (ℎ˜,˜,˜)∈/
max (︀ 0,  + (ℎ, , ) − (ℎ˜, ˜, ˜))︀
where  is a hyper-parameter denoting the margin.</p>
      <p>Finally, the overall loss of multi-task learning is formalized as</p>
      <p>ℒ = ℒ +  1ℒ +  2ℒ.</p>
      <p>Here,  1 and  2 are two weighting factors. Specifically, instance embeddings are shared by
Knowledge Embedding and InstanceOf Classification. Class embeddings are shared by
InstanceOf Classification and SubClassOf Classification. By jointly optimizing the shared
parameters, we can fully integrate the connections among instances and classes and enhance the
hypernymy classifiers.
4.4. Model Training
First, we optimize the loss function ℒ in Eq. (2). Then, we use the coarsely trained model and
hyper-parameter  to construct ˜ (+) and ˜ (− ) for adversarial training. In practice, we share
the parameters of the classifier (Eq. (2)) and discriminator (Eq. (6)) to warm up the adversarial
training process. Then, we optimize the multi-task learning loss function in Eq. (10). ℒ and ℒ

are optimized alternately, with   integrated into the learning rate of ℒ to avoid adjusting. ℒ

and ℒ take the similar optimization strategy. Instead of directly updating ℒ, we optimize ℒ ,
ℒ and ℒ alternatively.</p>
      <p>(9)
(10)</p>
    </sec>
    <sec id="sec-5">
      <title>5. Experiments</title>
      <p>5.1. Datasets
As far as we know, previous datasets for TDWCN are all small datasets. For example, as shown
in Table 1, the datasets in MultiTax contain only about 200 articles and 200 categories. For better
evaluation, we create a large-scale English evaluation dataset ENT5k. Specifically, we use a 2018
snapshot of Wikipedia, select 7,000 articles and 7,000 categories from its WCN and then annotate
whether articleOf and subCategoryOf of sampled WCN are hypernymy or not. Each articleOf or
subCategoryOf is allocated to 5 highly-educated crowd-workers2. Only the ones consented by
more than 4 crowd-workers are kept to assure quality. Instead of selecting categories randomly,
we consider both the abstract ones such as “(Learning, Education)” and the specific ones such
as “(American Male Painters, American Painters)”, and select categories to cover diverse areas
such as people, society, geography, etc. Finally, ENT5k contains 5,989 articles, 5,983 categories,
27,696 articleOf and 19,857 subCategoryOf. As for the annotated results, for articleOf, the
incorrect relations make up 3.0% and for subCategoryOf, the incorrect make up 24.8%.
2Inter-annotator agreement (Cohen’s Kappa) is 0.72
5.2. Baselines
As far as we know, our model is the first weakly-supervised method. We compare our method
with the following rule-based and supervised methods:</p>
      <p>
        Heads [
        <xref ref-type="bibr" rid="ref11">11</xref>
        ], a rule-based method only designed for English.
      </p>
      <p>
        MENTA [
        <xref ref-type="bibr" rid="ref13">13</xref>
        ], a rule-based method, links WordNet and Wikipedia of different languages into
a single taxonomy using heuristic rules.
      </p>
      <p>
        MultiWiBi [
        <xref ref-type="bibr" rid="ref10">10</xref>
        ], a rule-based method, induces taxonomies for English, and then transfers
them to other languages using heuristic rules and inter-language links.
      </p>
      <p>
        MultiTax [
        <xref ref-type="bibr" rid="ref12">12</xref>
        ], a supervised method, given an English taxonomy as a source taxonomy, first
constructs a supervised dataset for the target language using inter-language links and then trains
binary classifiers. MultiTax is not designed for inducing English taxonomy. Instead, it takes the
existing English taxonomy as input.
5.3. Model settings and Evaluation Metrics
We use pretrained 50-dimensional Glove [33] for English and 300-dimensional fasttext [34]
for other languages. For knowledge graph in ℒ (Eq. (9)), we employ Wikidata [35] which is
closely related to WCN. The optimizer is selected through a grid search over {Adam, Adagrad,
SGD}. The learning rate is selected over {0.1, 0.01, 0.001}. The threshold   for subClassOf
and instanceOf are selected over {0.1, 0.2, · · · , 0.9}. The margin for Knowledge Embedding is
selected over {0.5, 1.0, 2.0, 3.0, 4.0, 5.0}. Finally, the optimizers for ℒ, ℒ
 , ℒ, ℒ and ℒ
are Adam, Adam, Adagrad, Adagrad and SGD respectively. The learning rate for them are 0.001,
0.001, 0.01, 0.01 and 0.1 respectively. The threshold   for subClassOf and instanceOf are both
0.9. The margin  for Knowledge Embedding is 1.0. The hidden size and sliding window size
for CNN are 50 and 3 respectively. MultiWiBi for non-English languages, MENTA and MultiTax
results are evaluated by [
        <xref ref-type="bibr" rid="ref12">12</xref>
        ]. Theoretically, for comparison on English for MultiWiBi and Heads,
it is best that we use the evaluation dataset of the corresponding old version. However, 2012
and 2015 snapshots of Wikipedia are not available (e.g., https://dumps.wikimedia.org/enwiki/
does not maintain the old versions of Wikipedia.). Therefore, it is a compromise that Heads
and MultiWiBi for English are evaluated based on ENT5k and their published taxonomies. For
French, Italian and Spanish, we use the small datasets with only 200 articles by [
        <xref ref-type="bibr" rid="ref12">12</xref>
        ]. For English,
we use ENT5k. The results of MENTA and MultiTax are not evaluated for English because: (1)
MultiTax is not designed for English. (2) For MENTA, the codes are not public and we can not
reproduce them because lots of details are missing in the papers.
      </p>
      <p>
        For a fair comparison with the baselines, we follow the evaluation metrics used in
MultiWiBi [
        <xref ref-type="bibr" rid="ref10">10</xref>
        ]: (1) Macro-precision (P*), the average ratio of the correct hypernyms to the total
number of hypernyms returned (per node in taxonomies); (2) Recall (R*), the ratio of the nodes
for which at least one correct hypernym is returned; (3) Coverage (C), the ratio of the nodes with
at least one hypernym returned irrespective of its correctness. Note that (1) P*, R* are different
from the conventional precision and recall; (2) F1 calculation of P* and R* is meaningless; (3)
The R* and C of the original WCN are 100%. The P* of the raw WCN is shown in Table 2
according to the annotated evaluation datasets.
5.4. Overall Performance
Table 3 shows the overall performance. From the table, we can observe that:
      </p>
      <p>(1) For English, our model distinguishes the non-hypernymy from the original WCN and
improves P* by a large margin. It also surpasses Heads and MultiWiBi significantly, which
indicates that our neural model can outperform the rule-based method.</p>
      <p>(2) For the non-English languages, our method significantly outperforms the rule-based models.
Even compared with the supervised model, our weakly-supervised model provides comparable
performance. Especially for subClassOf, it even outperforms MultiTax slightly in French and
Spanish, indicating that weakly-supervised methods are promising and worth exploring in the
future.</p>
      <p>(3) Our model performance for instanceOf is worse than that for subClassOf. A possible
reason is that infrequent instances cannot learn a good representation due to data sparsity. As
described in Section Coarse Pretraining, categories are represented by a textual encoder, but
most of the instances (e.g., “Donald Duck") are named entities whose semantics are beyond
the word sequence can describe. Instead, instance embeddings are randomly initialized and
further learned from the knowledge graph  by Knowledge Embedding. However, as previous
study shows [36, 37], the frequency of instances follows a pow-law distribution and most of the
instances are infrequent, which cannot learn a good representation and further harm InstanceOf
Classification. A reasonable solution is to utilize instance descriptions, which will be our future
work.</p>
      <p>As shown in Table 2, the original WCNs for different languages vary a lot. For French, only
72.0% articleOf are correct, yet for English, 97% are correct. For English, improving InstanceOf
Classification is not easy but necessary because more than 25 million articleOf exist in WCN
and the number of invalid articleOf is 750k, which will harm SubClassOf Classification due to
error propagation.</p>
      <p>Note that we propose the language-independent method to avoid excessive manual rules and
corpus labeling in the language-dependent method. Our focus is on reducing costs and improving
generalization ability, rather than claiming that our experimental results are definitely better than
theirs. Therefore, in the experiment, compared to language-dependent methods (which are based
on manual rules or corpus annotations), our model can achieve comparable results and be applied
generally to different languages without rules or annotations, showing the benefits of our method.
5.5. Ablation Study
In this section, we conduct ablation study to further investigate the proposed adversarial training
strategy and multi-task learning framework. Without loss of generality, we investigate the
subClassOf results on ENT5k. We refer to the coarsely trained classifier as BASE, the classifier
with adversarial training as BASE+ADV, and the classifier with both adversarial training and
multi-task learning as BASE+ADV+MT. Further, we denote the BASE+ADV+MT model without
Knowledge Embedding as BASE+ADV+MT− .</p>
      <p>We use a variant of precision (P˜), recall ( R˜), F1 score (F̃︁1) and Area Under Curve (A˜U︁C) for
evaluation. Specifically, since we expect our model to find out as many true negatives as possible,
we employ P˜ = (TN+FN) , R˜ = (TN+FP) , where TN, FN and FP denote true negative, false</p>
      <p>TN TN
negative and false positive results respectively. A˜U︁C is the area under the P˜- R˜ curve. The overall
results are shown in Table 4.</p>
      <p>The reasons that different metrics are used in the overall performance evaluation and the
ablation study are as follows: (1) the overall performance evaluation is to measure the quality of
taxonomy, while the ablation study is to investigate the effectiveness of hypernymy classification.
(2) the quality of our taxonomy is not merely determined by hypernymy classification, because
we conduct taxonomy derivation in three steps: network cleanup, hypernymy classification and
taxonomy induction. Therefore, in the ablation study, we use the precision, recall and F1 measures
for the classification model. While in the overall performance evaluation, we follow previous
work and use P*, R* and C.</p>
      <p>Effect of Adversarial Training. When we apply adversarial training, F̃︁1 is improved by 3.6%
and A˜U︁C is improved by 3.9%, which indicates that adversarial training improves classification
performance and generalization ability.</p>
      <p>We further conduct an in-depth study of the sampler. Examples in Table 5 show that, given a
hyponym and multiple candidate hypernyms, the sampler can reasonably calculate the probability
distribution and distinguish informative candidates from noisy ones. The informative data from
the sampler can further help to boost the performance of the discriminator, which explains the
improvement of BASE+ADV over BASE.
Effect of Multi-task Learning. When we compare BASE+ADV+MT− with BASE+ADV, F̃︁1
and A˜U︁C is improved by 1.0% and 2.2% respectively, demonstrating that InstanceOf and
SubClassOf classification mutually enhance each other. When introducing Knowledge Embedding,
we achieve the best F̃︁1 and A˜U︁C compared with all the other models. Specifically, when we
compare BASE+ADV+MT with BASE+ADV+MT− , F̃︁1 and A˜U︁C is increased by 2.7% and 4.5%
respectively. This shows the relational facts among instances benefit Hypernymy Classification.
All the results demonstrate the effectiveness of our multi-task learning framework.</p>
      <p>To further show the effectiveness of multi-task learning, we conduct a case study by comparing
BASE+ADV+MT with BASE+ADV. From Table 6 we can see that BASE+ADV+MT can produce
more reasonable results.</p>
    </sec>
    <sec id="sec-6">
      <title>6. Conclusion</title>
      <p>In this paper, we propose a language-independent model for TDWCN, which (1) designs an
adversarial learning approach to distill hypernymy relations from noisy raw Wikipedia without
the limitation of language dependencies; (2) incorporates multi-task learning to integrate the
information flow among instances and classes. In addition, we contribute a large-scale evaluation
dataset with 27k articleOf and 19k subCategoryOf for TDWCN. Experimental results on 4
different languages demonstrate that our model can be applied generally to different languages
and achieve better or comparable performance compared with previous language-dependent
approaches. Future work includes investigating instance embeddings, deriving taxonomies for
more languages and extracting domain-specific taxonomies based on our approach.
[33] J. Pennington, R. Socher, C. D. Manning, Glove: Global vectors for word representation,
in: EMNLP, 2014.
[34] A. Joulin, E. Grave, P. Bojanowski, T. Mikolov, Bag of tricks for efficient text classification,
in: EACL, 2016.
[35] D. Vrandecic, M. Krötzsch, Wikidata: a free collaborative knowledgebase, Commun. ACM
57 (2014).
[36] Z. Wang, K. P. Lai, P. Li, L. Bing, W. H. Lam, Tackling long-tailed relations and uncommon
entities in knowledge graph completion, ArXiv abs/1909.11359 (2019).
[37] E. Cao, D. feng Wang, J. Huang, W. Hu, Open knowledge enrichment for long-tail entities,
Proceedings of The Web Conference 2020 (2020).</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [1]
          <string-name>
            <given-names>J.</given-names>
            <surname>Hoffart</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F. M.</given-names>
            <surname>Suchanek</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            <surname>Berberich</surname>
          </string-name>
          , G. Weikum,
          <article-title>Yago2: A spatially and temporally enhanced knowledge base from wikipedia</article-title>
          , in: Artif. Intell.,
          <year>2013</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          [2]
          <string-name>
            <given-names>A. B.</given-names>
            <surname>Abacha</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Zweigenbaum</surname>
          </string-name>
          ,
          <article-title>Means: A medical question-answering system combining nlp techniques and semantic web technologies</article-title>
          ,
          <source>Information processing &amp; management 51</source>
          (
          <year>2015</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          [3]
          <string-name>
            <given-names>B. W.</given-names>
            <surname>Liu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>W.</given-names>
            <surname>Guo</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Niu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Wang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Xu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Lin</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            <surname>Lai</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y.</given-names>
            <surname>Xu</surname>
          </string-name>
          ,
          <article-title>A user-centered concept mining system for query and document understanding at tencent</article-title>
          ,
          <source>Proceedings of the 25th ACM SIGKDD International Conference on Knowledge Discovery and Data Mining</source>
          (
          <year>2019</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          [4]
          <string-name>
            <given-names>X.</given-names>
            <surname>Han</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Yu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Z.</given-names>
            <surname>Liu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Sun</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Li</surname>
          </string-name>
          ,
          <article-title>Hierarchical relation extraction with coarse-to-fine grained attention</article-title>
          ,
          <source>in: EMNLP</source>
          ,
          <year>2018</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          [5]
          <string-name>
            <given-names>C.</given-names>
            <surname>Elkan</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Greiner</surname>
          </string-name>
          ,
          <article-title>Building large knowledge-based systems: Representation and inference in the cyc project: Db lenat</article-title>
          and rv guha,
          <year>1993</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          [6]
          <string-name>
            <given-names>G. A.</given-names>
            <surname>Miller</surname>
          </string-name>
          ,
          <string-name>
            <surname>WordNet:</surname>
          </string-name>
          <article-title>An electronic lexical database</article-title>
          , MIT press,
          <year>1998</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          [7]
          <string-name>
            <given-names>M. A.</given-names>
            <surname>Hearst</surname>
          </string-name>
          ,
          <article-title>Automatic acquisition of hyponyms from large text corpora</article-title>
          ,
          <source>in: ACL</source>
          ,
          <year>1992</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          [8]
          <string-name>
            <given-names>M.</given-names>
            <surname>Le</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Roller</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.</given-names>
            <surname>Papaxanthos</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Kiela</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Nickel</surname>
          </string-name>
          ,
          <article-title>Inferring concept hierarchies from text corpora via hyperbolic embeddings</article-title>
          ,
          <source>in: ACL</source>
          ,
          <year>2019</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          [9]
          <string-name>
            <given-names>S. P.</given-names>
            <surname>Ponzetto</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Strube</surname>
          </string-name>
          ,
          <article-title>Wikitaxonomy: A large scale knowledge resource</article-title>
          .,
          <source>in: ECAI</source>
          ,
          <year>2008</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          [10]
          <string-name>
            <given-names>T.</given-names>
            <surname>Flati</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Vannella</surname>
          </string-name>
          ,
          <string-name>
            <given-names>T.</given-names>
            <surname>Pasini</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Navigli</surname>
          </string-name>
          ,
          <article-title>Multiwibi: The multilingual wikipedia bitaxonomy project</article-title>
          ,
          <source>Artif. Intell</source>
          .
          <volume>241</volume>
          (
          <year>2016</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          [11]
          <string-name>
            <given-names>A.</given-names>
            <surname>Gupta</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F.</given-names>
            <surname>Piccinno</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Kozhevnikov</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Pasca</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Pighin</surname>
          </string-name>
          ,
          <article-title>Revisiting taxonomy induction over wikipedia</article-title>
          ,
          <source>in: COLING</source>
          ,
          <year>2016</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          [12]
          <string-name>
            <given-names>A.</given-names>
            <surname>Gupta</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Lebret</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            <surname>Harkous</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            <surname>Aberer</surname>
          </string-name>
          ,
          <article-title>280 birds with one stone: Inducing multilingual taxonomies from wikipedia using character-level classification</article-title>
          ,
          <source>in: AAAI</source>
          ,
          <year>2018</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          [13]
          <string-name>
            <surname>G. de Melo</surname>
          </string-name>
          , G. Weikum, Menta:
          <article-title>Inducing multilingual taxonomies from wikipedia</article-title>
          ,
          <source>in: CIKM</source>
          ,
          <year>2010</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          [14]
          <string-name>
            <given-names>Z.</given-names>
            <surname>Wang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Li</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Li</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Li</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Tang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            <surname>Zhang</surname>
          </string-name>
          , K. Zhang,
          <article-title>Cross-lingual knowledge validation based taxonomy derivation from heterogeneous online wikis</article-title>
          ,
          <source>in: AAAI</source>
          ,
          <year>2014</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          [15]
          <string-name>
            <given-names>C. X.</given-names>
            <surname>Chu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Razniewski</surname>
          </string-name>
          , G. Weikum,
          <article-title>Tifi: Taxonomy induction for fictional domains?</article-title>
          ,
          <source>in: WWW</source>
          ,
          <year>2019</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          [16]
          <string-name>
            <given-names>S.</given-names>
            <surname>Roller</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            <surname>Erk</surname>
          </string-name>
          , G. Boleda,
          <article-title>Inclusive yet selective: Supervised distributional hypernymy detection</article-title>
          ,
          <source>in: COLING</source>
          ,
          <year>2014</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          [17]
          <string-name>
            <given-names>M.</given-names>
            <surname>Bansal</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Burkett</surname>
          </string-name>
          , G. de Melo, D. Klein,
          <article-title>Structured learning for taxonomy induction with belief propagation</article-title>
          ,
          <source>in: ACL</source>
          ,
          <year>2014</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref18">
        <mixed-citation>
          [18]
          <string-name>
            <given-names>A.</given-names>
            <surname>Gupta</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Lebret</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            <surname>Harkous</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            <surname>Aberer</surname>
          </string-name>
          ,
          <article-title>Taxonomy induction using hypernym subsequences</article-title>
          ,
          <source>in: CIKM</source>
          ,
          <year>2017</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref19">
        <mixed-citation>
          [19]
          <string-name>
            <given-names>Y.</given-names>
            <surname>Mao</surname>
          </string-name>
          ,
          <string-name>
            <given-names>X.</given-names>
            <surname>Ren</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Shen</surname>
          </string-name>
          ,
          <string-name>
            <given-names>X.</given-names>
            <surname>Gu</surname>
          </string-name>
          , J. Han,
          <article-title>End-to-end reinforcement learning for automatic taxonomy induction</article-title>
          ,
          <source>in: ACL</source>
          ,
          <year>2018</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref20">
        <mixed-citation>
          [20]
          <string-name>
            <given-names>R.</given-names>
            <surname>Aly</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Acharya</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Ossa</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Köhn</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Biemann</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Panchenko</surname>
          </string-name>
          ,
          <article-title>Every child should have parents: a taxonomy refinement algorithm based on hyperbolic term embeddings</article-title>
          ,
          <source>in: ACL</source>
          ,
          <year>2019</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref21">
        <mixed-citation>
          [21]
          <string-name>
            <given-names>G.</given-names>
            <surname>Bordea</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Faralli</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F.</given-names>
            <surname>Mougin</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Buitelaar</surname>
          </string-name>
          , G. Diallo,
          <article-title>Evaluation dataset and methodology for extracting application-specific taxonomies from the wikipedia knowledge graph</article-title>
          ,
          <source>in: LREC</source>
          ,
          <year>2020</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref22">
        <mixed-citation>
          [22]
          <string-name>
            <given-names>T.</given-names>
            <surname>Flati</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Vannella</surname>
          </string-name>
          ,
          <string-name>
            <given-names>T.</given-names>
            <surname>Pasini</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Navigli</surname>
          </string-name>
          ,
          <article-title>Two is bigger (and better) than one: the wikipedia bitaxonomy project</article-title>
          ,
          <source>in: ACL</source>
          ,
          <year>2014</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref23">
        <mixed-citation>
          [23]
          <string-name>
            <given-names>S.</given-names>
            <surname>Auer</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Bizer</surname>
          </string-name>
          , G. Kobilarov,
          <string-name>
            <given-names>J.</given-names>
            <surname>Lehmann</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Cyganiak</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Z.</given-names>
            <surname>Ives</surname>
          </string-name>
          ,
          <article-title>Dbpedia: A nucleus for a web of open data</article-title>
          ,
          <source>in: ISWC</source>
          ,
          <year>2007</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref24">
        <mixed-citation>
          [24]
          <string-name>
            <given-names>V.</given-names>
            <surname>Nastase</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Strube</surname>
          </string-name>
          ,
          <string-name>
            <given-names>B.</given-names>
            <surname>Börschinger</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Zirn</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Elghafari</surname>
          </string-name>
          ,
          <article-title>Wikinet: A very large scale multi-lingual concept network</article-title>
          .,
          <source>in: LREC</source>
          ,
          <year>2010</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref25">
        <mixed-citation>
          [25]
          <string-name>
            <given-names>C.</given-names>
            <surname>Szegedy</surname>
          </string-name>
          ,
          <string-name>
            <given-names>W.</given-names>
            <surname>Zaremba</surname>
          </string-name>
          ,
          <string-name>
            <surname>I. Sutskever</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Bruna</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Erhan</surname>
          </string-name>
          ,
          <string-name>
            <given-names>I. J.</given-names>
            <surname>Goodfellow</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Fergus</surname>
          </string-name>
          ,
          <article-title>Intriguing properties of neural networks</article-title>
          ,
          <source>CoRR abs/1312</source>
          .6199 (
          <year>2013</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref26">
        <mixed-citation>
          [26]
          <string-name>
            <given-names>I. J.</given-names>
            <surname>Goodfellow</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Shlens</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Szegedy</surname>
          </string-name>
          ,
          <article-title>Explaining and harnessing adversarial examples</article-title>
          ,
          <source>CoRR abs/1412</source>
          .6572 (
          <year>2014</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref27">
        <mixed-citation>
          [27]
          <string-name>
            <given-names>H.</given-names>
            <surname>Chen</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            <surname>Zhang</surname>
          </string-name>
          , P.-Y. Chen,
          <string-name>
            <given-names>J.</given-names>
            <surname>Yi</surname>
          </string-name>
          ,
          <string-name>
            <surname>C.-J. Hsieh</surname>
          </string-name>
          ,
          <article-title>Attacking visual language grounding with adversarial examples: A case study on neural image captioning</article-title>
          ,
          <source>in: ACL</source>
          ,
          <year>2018</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref28">
        <mixed-citation>
          [28]
          <string-name>
            <given-names>Z.</given-names>
            <surname>Sun</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Z.-H.</given-names>
            <surname>Deng</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.-Y.</given-names>
            <surname>Nie</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Tang</surname>
          </string-name>
          ,
          <article-title>Rotate: Knowledge graph embedding by relational rotation in complex space</article-title>
          ,
          <source>in: ICLR</source>
          ,
          <year>2019</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref29">
        <mixed-citation>
          [29]
          <string-name>
            <given-names>A.</given-names>
            <surname>Krizhevsky</surname>
          </string-name>
          , I. Sutskever,
          <string-name>
            <given-names>G. E.</given-names>
            <surname>Hinton</surname>
          </string-name>
          ,
          <article-title>Imagenet classification with deep convolutional neural networks</article-title>
          ,
          <source>in: NIPS</source>
          ,
          <year>2012</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref30">
        <mixed-citation>
          [30]
          <string-name>
            <given-names>P.</given-names>
            <surname>Qin</surname>
          </string-name>
          ,
          <string-name>
            <given-names>W.</given-names>
            <surname>Xu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>W. Y.</given-names>
            <surname>Wang</surname>
          </string-name>
          , Dsgan:
          <article-title>Generative adversarial training for distant supervision relation extraction</article-title>
          ,
          <source>in: ACL</source>
          ,
          <year>2018</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref31">
        <mixed-citation>
          [31]
          <string-name>
            <given-names>X.</given-names>
            <surname>Wang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>X.</given-names>
            <surname>Han</surname>
          </string-name>
          ,
          <string-name>
            <surname>Z</surname>
          </string-name>
          . Liu,
          <string-name>
            <given-names>M.</given-names>
            <surname>Sun</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Li</surname>
          </string-name>
          ,
          <article-title>Adversarial training for weakly supervised event detection</article-title>
          ,
          <source>in: NAACL-HLT</source>
          ,
          <year>2019</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref32">
        <mixed-citation>
          [32]
          <string-name>
            <given-names>A.</given-names>
            <surname>Bordes</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N.</given-names>
            <surname>Usunier</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>García-Durán</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Weston</surname>
          </string-name>
          ,
          <string-name>
            <given-names>O.</given-names>
            <surname>Yakhnenko</surname>
          </string-name>
          ,
          <article-title>Translating embeddings for modeling multi-relational data</article-title>
          ,
          <source>in: NIPS</source>
          ,
          <year>2013</year>
          .
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>