<!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>Ontology Population Using Corpus Statistics</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Rogelio Nazar</string-name>
          <email>rogelio.nazar@ucv.cl</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Irene Renau</string-name>
          <email>irene.renau@ucv.cl</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Instituto de Literatura y Ciencias del Lenguaje Pontificia Universidad Cato ́lica de Valpara ́ıso</institution>
        </aff>
      </contrib-group>
      <abstract>
        <p>This paper presents a combination of algorithms for automatic ontology building based mainly on lexical cooccurrence statistics. We populate an ontology with hypernymy links, thus we refer more specifically to a taxonomy of lexical units (nouns organized by hypernymy relations) rather than an ontology of formally defined concepts. A set of combined statistical procedures produce fragments of taxonomies from corpora that are later integrated into a unified taxonomy by a central algorithm. Our results show that with an ensemble of different components it is possible to achieve an accuracy only slightly worse than human performance. Finally, as our methods are based on quantitative linguistics, the algorithm we propose is not language specific. The language used for the experiments is, however, Spanish.</p>
      </abstract>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>1 Introduction</title>
      <p>
        The study of the vocabulary in its real context of use
is currently a central part of linguistics
        <xref ref-type="bibr" rid="ref24 ref28">(Kilgarriff 2007;
Hanks 2013)</xref>
        . Among other tasks in this discipline, it is of
utmost importance to extract and organize vocabulary units
from corpora. There is an intrinsic theoretical interest in
such attempt, like the study of the laws that govern how
words can be combined and classified. But there is also a
practical motivation: to have the ability of transforming
unstructured data into structured databases, i.e., to go from
plain text to lexical databases, which can be later organized
as an ontology which specifies the terminology of a domain
and the conceptual relations between terms.
      </p>
      <p>
        This paper presents a preliminary description and
assessment of results of a methodology based on co-occurrence
statistics to transform text into a knowledge structure, which
can be later developed into a taxonomy or an ontology. The
objective is to populate with lexical units the CPA
Ontology (http://www.pdev.org.uk/#onto), handcrafted by
        <xref ref-type="bibr" rid="ref48">Pustejovsky et al. (2004)</xref>
        and substantially modified later by
Hanks (in process). Given a top-node ontology of around
200 lexical units (nouns) denoting the most general concepts
of the language, the proposed method consists of populating
this shallow ontology by means of corpus statistics. Hence,
the objective is to link a noun such as “bicycle” with its
hypernym, “Vehicle”, and this one with “Artifact”, and so on.
      </p>
      <p>
        For a more precise definition of the terms, taxonomies
and ontologies are different kinds of knowledge structures.
Whereas an ontology is “a system of categories accounting
for a certain vision of the world”
        <xref ref-type="bibr" rid="ref34">(Maedche 1995, 11)</xref>
        , a
taxonomy can be considered a hierarchical relational structure
of words. For instance, “Vehicle” can be a formally defined
concept in an ontology, and “vehicle”, “car” or “bicycle”
words related to this concept, the first being a hypernym of
the others. A hypernymy relation is a basic semantic
relation between a word, the hyponym, and the word used as
a descriptor to define it, the hypernym
        <xref ref-type="bibr" rid="ref33">(Lyons 1977)</xref>
        .
Hypernymy provides the hierarchical structure for conceptual
organization of a domain. In the following pages, we will
use the term ‘ontology’ to refer to the most general nodes of
the structure, and ‘taxonomy’ to refer to the connection
between concepts of the ontology and words, establishing thus
a difference between the ontological and the linguistic point
of view.
      </p>
      <p>In different ways, the paper represents an innovative way
of addressing the problem. Our method is based on a
combination of five different algorithms which produce raw
results from corpora in the form of fragments of taxonomies,
which are later compared and integrated into a single
structure by a central algorithm in charge with the decision
making process. The result is a tree of hyponym/hypernym
relations between nouns, i.e. words rather than concepts and
their formal definitions, characteristic of the linguistic view.
Another novelty of the approach is that it is quantitative, thus
it does not involve language or domain specific knowledge
coded directly into the system. No external resources are
needed apart from the analyzed corpora, a Part-of-Speech
tagger and the CPA Ontology itself, which does not change
because it uses English as a metalanguage. Up to now,
however, experiments have been carried out only in English and
more extensively in Spanish. We are starting with French
and expect to continue replicating the experiment in other
languages and offering the results in the accompanying
website (http://www.verbario.com).</p>
      <p>In the following sections we present a general overview
of the related work and then we describe our proposal. We
offer an evaluation of the results and, finally, we draft some
conclusions and plans for future work.</p>
    </sec>
    <sec id="sec-2">
      <title>Related Work on Taxonomy Building</title>
      <p>The interest for the development of taxonomies is of course
not new, as the publications on the subject span for four
decades. Space limitations only allow us to offer a very brief
account of the research in this field, which we organize as
follows: first, some efforts to produce taxonomies by hand.
Then, the literature on automatic taxonomy building from
machine readable dictionaries. Finally, taxonomy extraction
from corpora, on the one hand by rule-based systems and,
on the other, based on quantitative analysis.
2.1</p>
      <sec id="sec-2-1">
        <title>Handmade Taxonomies</title>
        <p>There is a large body of work in handcrafted taxonomy
creation. We will only focus on some of the most representative
modern efforts, not 3rd century Porphyrian tree or Roget’s
Thesaurus. We also exclude from this account all the
specialized ontologies, restricting ourselves to some of the most
well-known projects devoted to general vocabulary. Among
the most cited projects are FrameNet, Cyc, WordNet and the
CPA Ontology. With the exception of WordNet, that also
includes a Spanish version, the rest are only available in
English1.</p>
        <p>
          FrameNet is aimed at the implementation of
Charles
          <xref ref-type="bibr" rid="ref19">Fillmore’s (1976</xref>
          ) frame semantics as a lexical
database organized in conceptual structures, available at
http://framenet.icsi.berkeley.edu/. The Cyc ontology, in
turn, was born in 1984 not in the context of a linguistic
theory but in the field of Artificial Intelligence
          <xref ref-type="bibr" rid="ref31">(Lenat 1995)</xref>
          .
It is defined as an ontology of everyday common sense
knowledge and is available at http://www.opencyc.org/.
Another large taxonomy is WordNet
          <xref ref-type="bibr" rid="ref36 ref57">(Miller 1995;
Vossen 1998)</xref>
          , originally created by psychologists but then
widely used in many natural language processing tasks.
WordNet, avialable at https://wordnet.princeton.edu/, is
based on ‘synsets’, defined as sets of words that have the
same sense or refer to the same concept. It can be considered
a taxonomy because it includes hypernymy links. Finally,
the other project that has come to our attention is the CPA
Ontology, created in the context of a lexicography project
(Hanks in progress). It is at the moment a shallow ontology
including only the upper nodes, i.e. the most general
concepts denoted by words called “semantic types” in
CPA terminology: “Event”, “Emotion”, “Physical Object”
or “Human”, etc. This includes no more than 200 words
hierarchically organized in hypernymy links. This top-node
structure is currently being populated with lexical items
by Hanks and his team. It is handmade work but built
from corpus analysis, which means that categories are not
assumed a priori.
        </p>
        <p>An examination of these taxonomies reveals different
limitations. FrameNet departs from our main interest because
strictly speaking it cannot be considered a taxonomy. In the
case of the Cyc ontology, the formalisms used to express
the relations are too complex to be manipulated and used as
a basis for this Spanish taxonomy. In the case of WordNet,
1There are, however, ongoing efforts to produce a Spanish
version of FrameNet as well, cf. http://sfn.uab.es/
its general architecture based on synsets can often be
problematic because at times the words in a synset are too
different from a semantic point of view. For instance, the case
of the Spanish synset containing the words animal, bestia,
criatura and fauna, which is equivalent to the English synset
containing ‘animal’, ‘animate being’, ‘beast’, ‘brute’,
‘creature’ and ‘fauna’. Here, the Spanish word pez and its English
equivalent ‘fish’ are correctly placed as hyponyms of
‘animal’, but not as hyponyms of ‘beast’. Furthermore, WordNet
is a top-down approach, while our interest is on the
corpusdriven approach.</p>
        <p>Overall, we decided in favor of the CPA Ontology for our
taxonomy population project because its architecture, based
on lexical units rather than synsets, is simple enough to be
manipulated as needed.
2.2</p>
      </sec>
      <sec id="sec-2-2">
        <title>Taxonomy Induction from Machine Readable</title>
      </sec>
      <sec id="sec-2-3">
        <title>Dictionaries</title>
        <p>
          The field of automatic semantic relation extraction and, in
particular, hypernymy extraction, began to develop soon
after the publication of the first machine readable dictionaries
in the seventies and eighties. This new resource favored the
development of different methodologies to transform
dictionaries made for human users into a lexical database with
information stored and organized for computers
          <xref ref-type="bibr" rid="ref10 ref12 ref14 ref15 ref21 ref23 ref3 ref38 ref4 ref45 ref5 ref59">(Calzolari,
Pecchia, and Zampolli 1973; Calzolari 1977; Amsler 1981;
Chodorow, Byrd, and Heidorn 1985; Alshawi 1989; Fox et
al. 1988; Nakamura and Nagao 1988; Wilks et al. 1989;
Guthrie et al. 1990; Boguraev 1991; Araujo and
Pe´rezAgu¨era 2006)</xref>
          .
        </p>
        <p>The first researchers shared the idea of taking a machine
readable dictionary and study the regularities and patterns
in the definitions and subsequently write a system of rules
that would allow to extract hypernymy and other semantic
relations between vocabulary units. Depending on the
dictionary, one of these rules could be that the first noun of the
definition would be the hypernym of a defined noun.
However, this is not always the case, and thus one needs to
develop more rules to cope with the exceptions.
2.3</p>
      </sec>
      <sec id="sec-2-4">
        <title>Taxonomy Induction from Corpora</title>
        <p>
          The Pattern-based Approaches With the advent of
corpus linguistics in the nineties, researchers interested in
semantic relation extraction moved on to corpus analysis but
keeping the same philosophy as in the previous attempts
with dictionaries, that is, elaborating rule-based systems that
would search for lexico-syntactic patterns in corpora
expressing the desired information. Typically, if one finds in
running text a sequence such as “X is a type of Y” or
“X and other (types of) Y”, etc., then one would assume
that any pair of nouns occupying the positions X and Y
would hold a hypernymy relation
          <xref ref-type="bibr" rid="ref18 ref27 ref45 ref45 ref47 ref47 ref47 ref5 ref5 ref51 ref54 ref6 ref6 ref6 ref7 ref7 ref7">(Hearst 1992; Rydin 2002;
Cimiano and Vo¨lker 2005; Snow, Jurafsky, and Ng 2006;
Pantel and Pennacchiotti 2006; Potrich and Pianta 2008;
Auger and Barriere 2008; Aussenac-Gilles and Jacques
2008, among others)</xref>
          .
        </p>
        <p>Of course, the problem with this approach is that not
always the collected patterns express the desired relations
and, in addition, many times the desired relations appear
expressed in patterns that the researchers were not able to
anticipate.</p>
      </sec>
      <sec id="sec-2-5">
        <title>The Quantitative Approaches A different view on the</title>
        <p>subject is the extraction of thesauri from corpora based on
distributional similarity. There are two main lines of
research, one that specializes in finding semantic similarity
between groups of words and the other in establishing
hypernymy links between pairs of words.</p>
        <p>
          In the first case, the semantic similarity between groups
of words is calculated on the basis of distributional
similarity, as it is considered that semantically similar words will
tend to occur in similar contexts. To be semantically
similar, in this case, means to be synonyms or near-synonyms
or, more interestingly, words that pertain to the same
semantic class, i.e., cohyponyms
          <xref ref-type="bibr" rid="ref1 ref11 ref17 ref22 ref30 ref30 ref32 ref46 ref53 ref53 ref9">(Grefenstette 1994; Landauer and
Dumais 1997; Schu¨tze and Pedersen 1997; Lin 1998;
Ciaramita 2002; Biemann, Bordag, and Quasthoff 2003;
Alfonseca and Manandhar 2002; Pekar, Krkoska, and Staab 2004;
Bullinaria 2008)</xref>
          . This line of research is tributary to the
general notion of distributional semantics initiated by
          <xref ref-type="bibr" rid="ref26">Harris
(1954)</xref>
          and developed later by many others
          <xref ref-type="bibr" rid="ref44 ref52 ref8">(Sahlgren 2008;
Baroni and Lenci 2010; Nazar 2010)</xref>
          .
        </p>
        <p>
          The second trend goes a step further than the previous
notion of distributional thesauri as just clusters of
similar words, and emphasizes the importance of
establishing a hierarchic organization of the vocabulary, a difficult
task that imposes its own challenges. As in the previous
case, the data is obtained from corpora defined as
document collections, the Wikipedia or the Web, but the method
used is most often directed co-occurrence graphs
          <xref ref-type="bibr" rid="ref20 ref20 ref35 ref39 ref41 ref41 ref42 ref42 ref43 ref49 ref49 ref55 ref58 ref60 ref60">(Woon
and Madnick 2009; Wang, Barnaghi, and Bargiela 2009;
Navigli, Velardi, and Faralli 2011; Nazar, Vivaldi, and
Wanner 2012; Fountain and Lapata 2012; Medelyan et al. 2013;
Velardi, Faralli, and Navigli 2013)</xref>
          .
2.4
        </p>
      </sec>
      <sec id="sec-2-6">
        <title>Why a New Approach</title>
        <p>After so many publications on the subject, there continue to
be attempts on taxonomy extraction, because despite the
variety of ideas already proposed there is still plenty of room
for improvement. The large body of bibliography appears to
indicate that the field has come to a point in which the
integration of different ideas is needed, i.e., an algorithm able to
integrate different fragments of taxonomies.
3</p>
      </sec>
    </sec>
    <sec id="sec-3">
      <title>Methodology: an Integration of Algorithms</title>
      <p>The novelty of our approach lies on the modular design.
Modular algorithms produce small fragments of taxonomies
which are later contrasted and integrated into a larger
taxonomy by a central module.</p>
      <p>Algorithm 1 computes distributional similarity between
words. Algorithm 2 calculates asymmetric relations in word
co-occurrence in corpora. Algorithm 3 analyzes definitions
from various dictionaries of a language and detects cases of
significant definiens-definiendum co-occurrence. Algorithm
4 is a variant of 1 because it computes distributional
similarity as the number of identical ngrams (as sequences of
words) that a group of words may share. Algorithm 5 is an
inference engine, which tries to reason upon the results of
the other algorithms and extract new hypernymy assertions.
Algorithm 6, finally, is the “assembly algorithm”, which is
in charge of integrating the taxonomy fragments produced
by all the components into a modified version of the CPA
Ontology.</p>
      <p>
        Experimental evaluation shows that with this method it
is possible to obtain a robust homeostatic or self-regulated
taxonomy, because it is based on corpus statistics and can
update itself automatically. Evidently, this list of methods is
not exhaustive and, as this is work in progress, we foresee
the integration of other methodologies as well. Up to now
we have avoided matching Hearst patterns because they are
costly to develop, they are language specific and, depending
on the implementation, can also be error prone, as in the case
of the Text2onto software, with precision figures of 17.38%
and 29.95% recall for hypernymy extraction
        <xref ref-type="bibr" rid="ref18">(Cimiano and
Vo¨lker 2005)</xref>
        . We have also avoided the use of explicit
semantic or grammatical knowledge, preferring a design that is
self-contained and not dependent on external resources like
Hearst patterns or WordNet, because this facilitates
replication in other languages.
      </p>
      <p>As a textual corpus for our experiments we used a
collection of Spanish press articles and Wikipedia pages
accumulated on a single text file of ca. a billion tokens. In the case
of algorithm 3, as it is fed with a lexicographic corpus, we
used online dictionaries via a web search engine.
3.1</p>
      <sec id="sec-3-1">
        <title>Algorithm 1: Clustering of Nouns Based on</title>
      </sec>
      <sec id="sec-3-2">
        <title>Distributional Similarity</title>
        <p>
          The first component is based on a clustering technique that
produces sets of semantically related nouns on the basis
of distributional similarity. It bears some resemblance with
the quantitative approach of
          <xref ref-type="bibr" rid="ref22">Grefenstette (1994)</xref>
          , although
aimed at cohyponyms rather than synonyms, and without
grammar-specific information.
        </p>
        <p>Consider, for instance, the semantic class of drinks, with
elements such as “coffee”, “tea”, “beer”, “brandy”, and so
on. In the case of these nouns, there is a great probability
that they will co-occur with other words such as the verb “to
drink” or nouns such as “glass”, “cup” or “bottle”. These and
other shared words are the ones we used as indicators of the
nouns’ semantic relatedness, without POS-tag distinction.</p>
        <p>We can represent the overlap of shared vocabulary
between lexical units as a Venn diagram (figure 1). In the
intersection we can observe words that are shared by the
units cerveza (beer), cafe´ (coffee) and te´ (tea), e.g. servir (to
serve), beber (to drink), tomar (to drink), querer (to want),
etc. Of course, we also have words that are shared only by
two of the units, e.g., cafe´ and te´ share caliente (hot), which
does not co-occur with cerveza. By the same token, cerveza
and cafe´ share the unit amargo/a (bitter), which does not
cooccur with te´.</p>
        <p>In concrete, this component analyzes the syntagmatic
context in which a word appears and extracts the
vocabulary (excluding function words). It then obtains pairs of
words that, following the previous examples of drinks, could
be brandy france´s, bebiendo brandy, tomar brandy, brandy
barato, etc. (French brandy, drinking brandy, drink brandy,
cheap brandy, etc.). From these elements, a data structure
is created in which each term is associated with the lexical
units it co-occurs with.</p>
        <p>
          Terms are then represented as co-occurrence vectors, and
thus the algorithm conducts a pairwise comparison of the
terms applying a similarity measure which calculates the
degree of overlapping between vectors. In this case, this is
calculated with the Jaccard coefficient, as suggested by
          <xref ref-type="bibr" rid="ref22">Grefenstette (1994)</xref>
          , defined as follows, where A and B are the two
vectors to be compared:
        </p>
        <p>J (A, B) = |A [ B| (1)</p>
        <p>|A \ B|</p>
        <p>As it is usual in any clustering procedure, for this
comparison we need a table of distances, from which we obtain
a pair of units showing the greatest similarity. Hereafter, the
members of this pair merge and create the first cluster, which
occupies the place of both words and contains the sum of
their attributes. The process is iterative, thus, another table
of distances is created, but every time with one less element.
This process stops when the units to cluster do not reach a
similarity threshold, defined as a minimum proportion of
attributes in common that a set of units must have in order to
be assigned the same cluster.</p>
        <p>Class
Vehicles
Types of cheese</p>
        <p>In order to obtain an estimation of the quality of the
results produced by this single module, we manually evaluated
an arbitrary selection of 145 nouns which can be classified
as drinks, hats, vehicles, animals and types of cheese. Table
1 shows some examples of the clusters created from these
nouns and their member elements. In this experiment, our
algorithm was able to produce correct clusters in 96% of the
cases, though it was only capable of classifying half of the
input words (51%). Better precision was met at the expense
of a considerable loss of recall. More details on this
experiment will appear in Nazar &amp; Renau (In press).
3.2</p>
      </sec>
      <sec id="sec-3-3">
        <title>Algorithm 2: Taxonomy Extraction Based on</title>
      </sec>
      <sec id="sec-3-4">
        <title>Asymmetric Word Co-occurrence</title>
        <p>Instead of clusters of semantically-related words, as
produced by the first algorithm, the second one consists of
creating hyponym-hypernym pairs based on their co-occurrence
patterning. Here, we define co-occurrence as a tendency
of two lexical units to appear together in the same
sentences, not taking into account the distance nor their order
in the sentence. The main idea behind this study is that
cooccurrence is asymmetric in the case of hyponym-hypernym
pairs. For instance, the word motocicleta shows a tendency
to appear in the same sentences with the word veh´ıculo, but
the relation is not reciprocated. The asymmetric nature of
such association allows us to automatically represent
hierarchical relations without resorting to external knowledge
bases. The computation of these relations is produced with
the help of directed graphs that express the co-occurrence
relations.</p>
        <p>The graphs shown in figure 2 illustrate this method. The
arrows in the graph represent asymmetric co-occurrence
relations, and the node with most incoming arrows is selected
as the hypernym of the input term. Here, the input term
cortisol tends to co-occur with glucocoricoide and hormona. In
turn, glucocoricoide also tends to co-occur with hormona,
but this last unit does not reciprocate the relation with neither
of both. The output of the graph is read as saying that
hormona is the hypernym of cortisol because it is the node with
the largest number of incoming arrows. As shown by the
other graph, the same pattern is exhibited by noun phrases,
very common in multiword terms.</p>
        <p>
          In order to test the performance of this module alone, we
manually evaluated the results of an experiment with 200
Spanish nouns pertaining to the semantic classes of
mammals, insects, drinks, hats, vehicles and, again, varieties of
cheese. This preliminary evaluation shows that we can
expect approximately a 60% chance of obtaining a correct
hypernym for a given noun using this algorithm in isolation.
More details on this experiment can be found in
          <xref ref-type="bibr" rid="ref41 ref42 ref43">Nazar &amp;
Renau (2012)</xref>
          .
3.3
        </p>
      </sec>
      <sec id="sec-3-5">
        <title>Algorithm 3: Extraction of Hypernymy</title>
      </sec>
      <sec id="sec-3-6">
        <title>Relations from Definiens-Definiendum</title>
      </sec>
      <sec id="sec-3-7">
        <title>Co-occurrence in General Dictionaries</title>
        <p>As already mentioned in subsection 2.2, electronic
dictionaries have been used in the past to extract hypernymy and other
semantic relations, but in general the approach has been
focused on a single dictionary, which is parsed with a
rulebased system to extract the relations from the definitions.
Our approach here is different because we use a set of
dictionaries and infer the hypernymy relations by the frequency
of co-occurrence between lexical items in the headword and
in the definitions. The algorithm uses the frequency to select
hypernyms from the text of the definitions, assuming that
there will be some consensus among the dictionaries when
selecting a given hypernym, and thus this should be the most
frequent word (excluding function words). In this way we
save the effort of building a set of rules for each dictionary
and we make it possible to replicate the experiment in other
languages.</p>
        <p>
          In order to obtain an evaluation of the performance of this
single module, we manually examined the results for a
random sample of 150 nouns and concluded that we can expect
approximately 70% chance of obtaining a correct hypernym
for a given input word. More details on this experiment can
be found in Renau &amp;
          <xref ref-type="bibr" rid="ref41 ref42 ref43">Nazar (2012)</xref>
          .
3.4
        </p>
      </sec>
      <sec id="sec-3-8">
        <title>Algorithm 4: N grams with “Asterisks”</title>
        <p>With algorithm 4 we explored the possibility of creating
clusters of words that have a tendency to occur in exactly
the same positions in short sequences of words. This is why
we describe this module “ngrams with asterisks”.</p>
        <p>What we do here is to study large samples of ngrams,
defined as sequences of three to five words, and then replace
one of the words inside the ngram with an asterisk. The goal
is to record then which are the words that most frequently
occur in the position of such asterisk. Normally, these words
will show some kind of paradigmatic relation and therefore
will have some features in common, such as the
grammatical category and, in most cases, also a semantic relatedness.
Consider, for instance, the case of the ngram ‘at * airport’,
taken from the BNC corpus (table 2). Only a limited number
of words can occur in the position of the asterisk, and these
are semantically related.</p>
        <p>at * airport [645]
Heathrow 56, Manchester 23, Gatwick 19, London 15,
Frankfurt 15, Teesside 10, Edinburgh 8, an 7, Glasgow 7,
Stansted 7, Dublin 6, Birmingham 5, Coventry 5, Aberdeen 5,
...</p>
        <p>To share a single ngram is of course not and indication
of semantic similarity. But if there are words that show a
tendency to appear in the same positions in a large number
of different ngrams, then one can conclude that these words
are paradigmatically related. As a result, this algorithm
produces clusters of words, where it can be seen that the
members of each class share not only the same grammatical
category but also an evident semantic relatedness. Table 3 shows
some examples of the results in English. Results were
virtually the same in Spanish. In this paper we are only interested
in nouns, but as the table shows, the same procedure can be
applied to the study of other grammatical categories.</p>
        <p>POS-tag
Adverbs
Adjectives
Proper nouns
Nouns</p>
        <p>Members of the cluster
entirely, exclusively, mainly, primarily, principally
cost-effective, efficient, elaborate, professional, subtle
Australia, Dublin, England, France, India, Janeiro,
Middlesbrough, Newcastle, Sunderland, Yorkshire
chess, cricket, football, golf, rugby, soccer, tennis</p>
        <p>In order to evaluate this component, we again carried out
a manual examination of the results. This was done by a
random sample of 30 clusters, containing 1191 words in total.
We found that in 96% of the cases the clusters were
consistent. This internal consistency is computed as the mean
consistency of each individual cluster, with numbers for the
individual clusters ranging from 80 to 100% consistency.
More details on this experiment will appear in Nazar &amp;
Renau (Submitted).
3.5</p>
      </sec>
      <sec id="sec-3-9">
        <title>Algorithm 5: Analogical Inference</title>
        <p>We use algorithm 5 as an inference engine to analyze the
results produced by the previous modules. It is the only
component that is not corpus-driven, in the sense that it only
analyzes the morphological and lexical features of the terms.</p>
        <p>This component is described as an analogical inference
engine because it learns to associate features of the lexical
items with the category that is assigned to them by the other
algorithms. In this way, if a term cannot be found in the
analyzed corpora, it may still be classified by this module.</p>
        <p>
          The features that are learned are both lexical and
morphological. The lexical level is only useful in the case of
multiword expressions, but of course these are also very frequent,
especially in the case of technical or specialized domains.
For instance, this algorithm first learns that the other ones
are placing terms such as s´ındrome de Carpenter (Carpenter
syndrome) and s´ındrome de Meretoja (Meretoja syndrome),
among others, as hyponyms of enfermedad (disease). Thus,
it learns to associate features of the terms (in the case, the
sequence s´ındrome de) with a semantic class, and
subsequently classify new terms such as s´ındrome de Maffucci
(Maffucci syndrome) also as a disease. The same is done at
the morphology level: the module learns to detect
morphological similarities between the members of the same
semantic class. Continuing with the same example, it can learn that
very frequently the terms denoting diseases have the suffixes
-osis or -itis, such as hepatitis or endometriosis. Given, thus,
a new term such as pancreatitis, the module will recognize it
as a disease. More details on this experiment were published
in
          <xref ref-type="bibr" rid="ref41 ref42 ref43">Nazar et al. (2012)</xref>
          .
After the implementation and experimentation with each
procedure, we developed a new central or “assembly”
algorithm, with the purpose of integrating the results into a
single taxonomy. The task of this module is to reinforce the
certainty of the results on the basis of the combined output of
each module. The result is a sort of “consensus” taxonomy
which, according to our preliminary experiments, is larger
and more reliable than the ones produced by each module in
isolation.
        </p>
        <p>The integration procedure is however not straightforward,
because each algorithm is of a different nature, and thus
the combination of the results cannot be solved with a
simple voting scheme. Algorithms 1 and 4 result in groups of
semantically-similar words, while 2, 3 and 5 result in
hypernymy pairs. Moreover, the desired result is to populate the
already existing CPA Ontology, which, as already explained,
refers to very general or abstract concepts.</p>
        <p>Two basic operations are conducted. On the one hand, to
integrate the results of modules that produce clusters of
semantically similar words and, on the other hand, to link these
clusters of words with a correct hypernym. This is done in
sequential steps. For each noun in each cluster produced by
modules 1 and 4, there (might) be a hypernym candidate
provided by modules 2, 3 and 5. The result is that, for each
cluster, there will be a most frequent hypernym candidate, which
is thus selected as the semantic class of all the members of
the cluster. As a result, a pairing of a hypernym with a group
of hyponyms is obtained, e.g. seda´n, coche, limusina, etc.
are classified as hyponyms of automo´vil. A chain of
ascending hypernymy links is built until one of the semantic types
of the CPA Ontology is found, and then each word is
integrated in an hypernymy chain until the top node Entity:</p>
        <p>Entity ! Physical Object ! Inanimate ! Artifact ! Machine
! Vehicle ! Automobile ! sedan
3.7</p>
      </sec>
      <sec id="sec-3-10">
        <title>User Interface</title>
        <p>A first prototype is now being developed as a web demo,
available at http://www.verbario.com. The taxonomy of
nouns is only a module of Verbario.com, a website that is
part of a wider project devoted to lexical analysis. The
“Taxonomy” part shows two ways of obtaining results: the user
can either introduce a noun and get the hypernymy chain or
viceversa, he/she can obtain all the hyponyms of a given
target noun. At the moment, more than 30,000 Spanish nouns
have already been introduced and, while the system is
running, more words are being added at a fast pace with a
reasonably low error rate, as shown in the next section. We plan
to offer regular back up files of the taxonomy in OWL
format at this website.</p>
        <p>4</p>
      </sec>
    </sec>
    <sec id="sec-4">
      <title>Evaluation of the Results</title>
      <p>Samples of the overall results were evaluated by a group of
8 human judges, all of them advanced graduate students in
linguistics. Each one received the same instructions and a
random sample of 52 nouns to evaluate. Criteria for
considering a link between a word and a node as correct was that it
should correspond to the hypernymy relation type. Among
the words from the samples we have, for instance, lechuga
(‘lettuce’). In this case, the taxonomy offers two hypernymy
chains:</p>
      <p>Entity ! Physical Object ! Plant [Planta] ! [Arbusto] !
lechuga</p>
      <p>Entity ! Physical Object ! Plant [Planta] ! lechuga
For one, it states that it is a type of bush ([Arbusto]),
which, in turn, is a type of plant, and so on. But a lettuce
is not really a bush, thus this chain is incorrect (it cannot be
analyzed as “lettuce IS A bush”). For the other, it asserts that
a lettuce is a type of plant ([Planta]), which in turn is a type
of physical object, and so on. This last chain is considered
correct (it can be analyzed as “lettuce IS A plant”).</p>
      <p>For each noun, our human judges indicate how many
hypernyms were offered by the taxonomy (two in the case of
lechuga) and how many of them were correct: one out of two
in this case. We thus calculated overall precision as the
ratio of correct chains over total chains. We consider recall
very difficult to calculate, because of the lack of
corpusbased lexicographic material in Spanish. As a consequence,
we only evaluated precision, and obtained that for a total of
763 hypernymy chains examined, 586 were found to be
correct, which makes a precision of 76.80%. The standard
deviation in the group of judges is 14.34. If we exclude the two
judges with more extreme positive and negative scores, then
mean precision rate is 77.18%, with a standard deviation of
12.82.</p>
      <p>Regarding the control of inter-coder agreement, we
included in all samples given to the judges a common group of
11 nouns, which makes 88 judgments that should ideally be
identical. However, raters agreed only on 72 cases, which is
still more than moderate agreement (81.8% or 63.2% if
measured with a Kappa coefficient to correct for chance-related
agreement). We can interpret the agreement percentage as
the ceiling of the precision one can expect from this type of
algorithms.</p>
      <p>
        With respect to error analysis, we found out that they
mostly occurred as a consequence of the polysemy of the
words, a circumstance already noticed by
        <xref ref-type="bibr" rid="ref4">Amsler (1981)</xref>
        for this kind of output. It is the case, for instance, of the
word adiccio´n (addiction), tagged as hyponym of
dependencia (dependence), which is correct in principle. But then
dependencia is only registered as a type of construction,
according to one of the senses that the word has in Spanish.
      </p>
      <p>Another frequent cause of error is confusion between
hypernymy and other semantic relation. Vit´ıligo, for instance,
is correctly classified as a disease in one case but incorrectly
as a hyponym of piel (skin) in another, obviously because
it is a skin-related disease and then both words tend to
cooccur in the same contexts. The same happens in the case
of synonyms, which are often placed incorrectly in a
hypernymy relation. For instance, the word cuch´ı is a synonym
and not a hyponym of cerdo (pig). There are also cases
of meronymy, such as the word oce´ano (ocean), which is
wrongly connected to agua (water): an ocean is made of
water, but it is not a type of water.</p>
      <p>5</p>
    </sec>
    <sec id="sec-5">
      <title>Conclusions and Future Work</title>
      <p>This paper has presented a set of combined algorithms for
building a taxonomy of Spanish nouns based on procedures
from quantitative linguistics. The method, based mainly on
the study of co-occurrence patterns, could in principle be
replicated with different languages. The precision we obtain
at the moment can be improved but at the same time it is only
slightly lower than the inter-coder agreement percentage. In
semantic analysis, total agreement is unrealistic given the
fact that even dictionaries not always agree.</p>
      <p>
        For future work, we are focusing on the following aspects:
on the one hand, we will try to improve precision by
addressing the problem of polysemy and the confusion between
synonyms and meronyms with hypernyms. We have already
experimented with sense-induction algorithms which, for each
noun found in a corpus, will produce a list of different senses
        <xref ref-type="bibr" rid="ref44">(Nazar 2010)</xref>
        . This algorithm can now be used to map each
sense with a hypernym. Pending work also includes a
detailed large scale evaluation. In this respect, we must
distinguish precision of frequent nouns (e.g. manzana - apple,
casa - house, etc.) from precision of very infrequent nouns
(e.g. acet a´bulo, an anatomic part of a bone). Finally, we will
evaluate separately how the system operates with specialized
terms and with general language.
      </p>
      <p>6</p>
    </sec>
    <sec id="sec-6">
      <title>Acknowledgments</title>
      <p>This paper has been made possible thanks to funding
from Projects Fondecyt 11140704, lead by Irene
Renau, and Fondecyt 11140686, lead by Rogelio Nazar
(http://www.conicyt.cl/fondecyt). We would like to express
our gratitude to the students for their participation and to the
reviewers for their extended and detailed comments, which
have been very helpful to improve this paper. Unfortunately,
lack of time and space prevented us from introducing all of
the changes that were suggested.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          <string-name>
            <surname>Alfonseca</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          , and
          <string-name>
            <surname>Manandhar</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          <year>2002</year>
          .
          <article-title>Extending a lexical ontology by a combination of distributional semantics signatures</article-title>
          .
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          <source>In Proc. of EKAW'02</source>
          ,
          <fpage>1</fpage>
          -
          <lpage>7</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          <string-name>
            <surname>Alshawi</surname>
            ,
            <given-names>H.</given-names>
          </string-name>
          <year>1989</year>
          .
          <article-title>Analysing the dictionary definitions</article-title>
          . In Boguraev,
          <string-name>
            <given-names>B.</given-names>
            , and
            <surname>Briscoe</surname>
          </string-name>
          , T., eds.,
          <source>Computational Lexicography for Natural Language Processing. White Plains</source>
          ,
          <string-name>
            <surname>NY</surname>
          </string-name>
          , USA: Longman Publishing Group.
          <fpage>153</fpage>
          -
          <lpage>169</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          <string-name>
            <surname>Amsler</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          <year>1981</year>
          .
          <article-title>A taxonomy for English nouns and verbs</article-title>
          .
          <source>In Proc. of 19th annual meeting on ACL (Morristown</source>
          , NJ, USA),
          <fpage>133</fpage>
          -
          <lpage>138</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          <string-name>
            <surname>Araujo</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          ,
          <article-title>and Pe´rez-Ag u¨era</article-title>
          ,
          <string-name>
            <surname>J. R.</surname>
          </string-name>
          <year>2006</year>
          .
          <article-title>Enriching thesauri with hierarchical relationships by pattern matching in dictionaries</article-title>
          . In FinTAL,
          <fpage>268</fpage>
          -
          <lpage>279</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          <string-name>
            <surname>Auger</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          , and
          <string-name>
            <surname>Barriere</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          <year>2008</year>
          .
          <article-title>Pattern-based approaches to semantic relation extraction - A state-of-the-art</article-title>
          .
          <source>Terminology</source>
          <volume>14</volume>
          (
          <issue>1</issue>
          ):
          <fpage>1</fpage>
          -
          <lpage>19</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          <string-name>
            <surname>Aussenac-Gilles</surname>
            ,
            <given-names>N.</given-names>
          </string-name>
          , and
          <string-name>
            <surname>Jacques</surname>
          </string-name>
          , M.-P.
          <year>2008</year>
          .
          <article-title>Designing and evaluating patterns for relation acquisition from texts with Came´le´on</article-title>
          .
          <source>Terminology</source>
          <volume>14</volume>
          (
          <issue>1</issue>
          ):
          <fpage>45</fpage>
          -
          <lpage>73</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          <string-name>
            <surname>Baroni</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          , and
          <string-name>
            <surname>Lenci</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          <year>2010</year>
          .
          <article-title>Distributional memory: A general framework for corpus-based semantics</article-title>
          .
          <source>Comput. Linguist.</source>
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          <string-name>
            <surname>Biemann</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ;
          <string-name>
            <surname>Bordag</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ; and Quasthoff,
          <string-name>
            <surname>U.</surname>
          </string-name>
          <year>2003</year>
          .
          <article-title>Lernen von paradigmatischen relationen auf iterierten kollokationen</article-title>
          .
          <source>In Beitr a¨ge zum GermaNet-Workshop: Anwendungendes deutschen Wortnetzes in Theorie und Praxis.</source>
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          <string-name>
            <surname>Boguraev</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          <year>1991</year>
          .
          <article-title>Building a Lexicon: The Contribution of Computers</article-title>
          .
          <source>International Journal of Lexicography</source>
          <volume>4</volume>
          (
          <issue>3</issue>
          ):
          <fpage>227</fpage>
          -
          <lpage>260</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          <string-name>
            <surname>Bullinaria</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          <year>2008</year>
          .
          <article-title>Semantic categorization using simple word co-occurrence statistics</article-title>
          . In Baroni, M.;
          <string-name>
            <surname>Evert</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ; and
          <string-name>
            <surname>Lenci</surname>
          </string-name>
          , A., eds.,
          <source>Proceedings of the ESSLLI Workshop on Distributional Lexical Semantics</source>
          ,
          <fpage>1</fpage>
          -
          <lpage>8</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          <string-name>
            <surname>Calzolari</surname>
            ,
            <given-names>N.</given-names>
          </string-name>
          ;
          <string-name>
            <surname>Pecchia</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          ; and
          <string-name>
            <surname>Zampolli</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          <year>1973</year>
          .
          <article-title>Working on the Italian machine dictionary: a semantic approach</article-title>
          .
          <source>In Proc.</source>
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          <source>of 5th Conference on Computational Linguistics (Morristown</source>
          , NJ, USA),
          <fpage>49</fpage>
          -
          <lpage>52</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          <string-name>
            <surname>Calzolari</surname>
            ,
            <given-names>N.</given-names>
          </string-name>
          <year>1977</year>
          .
          <article-title>An empirical approach to circularity in dictionary definitions</article-title>
          .
          <source>Cahiers de Lexicologie</source>
          <volume>31</volume>
          (
          <issue>2</issue>
          )
          <fpage>118</fpage>
          -
          <lpage>128</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          <string-name>
            <surname>Chodorow</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ;
          <string-name>
            <surname>Byrd</surname>
            , R.; and Heidorn,
            <given-names>G.</given-names>
          </string-name>
          <year>1985</year>
          .
          <article-title>Extracting semantic hierarchies from a large on-line dictionary</article-title>
          .
          <source>In Proc.</source>
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          <article-title>of the 23rd annual meeting on ACL (Chicago, Illinois</article-title>
          , USA),
          <fpage>299</fpage>
          -
          <lpage>304</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          <string-name>
            <surname>Ciaramita</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          <year>2002</year>
          .
          <article-title>Boosting automatic lexical acquisition with morphological information</article-title>
          .
          <source>In Proc. of the ACL-02 Workshop on Unsupervised Lexical Acquisition, ACL</source>
          ,
          <fpage>17</fpage>
          -
          <lpage>25</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref18">
        <mixed-citation>
          <string-name>
            <surname>Cimiano</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          , and V o¨lker,
          <string-name>
            <surname>J.</surname>
          </string-name>
          <year>2005</year>
          .
          <article-title>Text2onto</article-title>
          .
          <source>In Natural language processing and information systems</source>
          . Springer.
          <fpage>227</fpage>
          -
          <lpage>238</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref19">
        <mixed-citation>
          <string-name>
            <surname>Fillmore</surname>
            ,
            <given-names>C. J.</given-names>
          </string-name>
          <year>1976</year>
          .
          <article-title>Frame semantics and the nature of language</article-title>
          .
          <source>Annals of the New York Academy of Sciences: Conference on the Origin and Development of Language and Speech</source>
          <volume>280</volume>
          (
          <issue>1</issue>
          ):
          <fpage>20</fpage>
          -
          <lpage>32</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref20">
        <mixed-citation>
          <string-name>
            <surname>Fountain</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          , and
          <string-name>
            <surname>Lapata</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          <year>2012</year>
          .
          <article-title>Taxonomy induction using hierarchical random graphs</article-title>
          .
          <source>In Proc. of the</source>
          <year>2012</year>
          <article-title>Conference of the North American Chapter of the Association for Computational Linguistics: Human Language Technologies</article-title>
          , NAACL HLT '
          <volume>12</volume>
          ,
          <fpage>466</fpage>
          -
          <lpage>476</lpage>
          . Stroudsburg, PA, USA: Association for Computational Linguistics.
        </mixed-citation>
      </ref>
      <ref id="ref21">
        <mixed-citation>
          <string-name>
            <surname>Fox</surname>
            ,
            <given-names>E. A.</given-names>
          </string-name>
          ;
          <string-name>
            <surname>Nutter</surname>
            ,
            <given-names>J. T.</given-names>
          </string-name>
          ;
          <string-name>
            <surname>Ahlswede</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          ;
          <string-name>
            <surname>Evens</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ; and
          <string-name>
            <surname>Markowitz</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          <year>1988</year>
          .
          <article-title>Building a large thesaurus for information retrieval</article-title>
          .
          <source>In Proc. of the Second Conference on Applied Natural Language Processing</source>
          , ANLC '
          <volume>88</volume>
          ,
          <fpage>101</fpage>
          -
          <lpage>108</lpage>
          . Stroudsburg, PA, USA: Association for Computational Linguistics.
        </mixed-citation>
      </ref>
      <ref id="ref22">
        <mixed-citation>
          <string-name>
            <surname>Grefenstette</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          <year>1994</year>
          .
          <article-title>Explorations in Automatic Thesaurus Discovery</article-title>
          . Kluwer, Dordrecht, The Netherlands.
        </mixed-citation>
      </ref>
      <ref id="ref23">
        <mixed-citation>
          <string-name>
            <surname>Guthrie</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          ;
          <string-name>
            <surname>Slator</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          ;
          <string-name>
            <surname>Wilks</surname>
            ,
            <given-names>Y.</given-names>
          </string-name>
          ; and Bruce,
          <string-name>
            <surname>R.</surname>
          </string-name>
          <year>1990</year>
          .
          <article-title>Is there content in empty heads?</article-title>
          <source>In Proc. of the 13th International Conference on Computational Linguistics</source>
          , COLING'
          <volume>90</volume>
          (Helsinki, Finland),
          <fpage>138</fpage>
          -
          <lpage>143</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref24">
        <mixed-citation>
          <string-name>
            <surname>Hanks</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          <year>2013</year>
          .
          <article-title>Lexical Analysis: Norms and Exploitations</article-title>
          .
        </mixed-citation>
      </ref>
      <ref id="ref25">
        <mixed-citation>
          http://www.pdev.org.uk/ (last access:
          <volume>26</volume>
          /04/0215.
        </mixed-citation>
      </ref>
      <ref id="ref26">
        <mixed-citation>
          <string-name>
            <surname>Harris</surname>
            ,
            <given-names>Z.</given-names>
          </string-name>
          <year>1954</year>
          .
          <article-title>Distributional structure</article-title>
          .
          <source>Word</source>
          <volume>10</volume>
          (
          <issue>23</issue>
          ):
          <fpage>146</fpage>
          -
          <lpage>162</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref27">
        <mixed-citation>
          <string-name>
            <surname>Hearst</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          <year>1992</year>
          .
          <article-title>Automatic acquisition of hyponyms from large text corpora</article-title>
          .
          <source>In Proc. of the 14th International Conference on Computational Linguistics (Nantes</source>
          , France),
          <fpage>539</fpage>
          -
          <lpage>545</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref28">
        <mixed-citation>
          <string-name>
            <surname>Kilgarriff</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          <year>2007</year>
          .
          <article-title>Googleology is bad science</article-title>
          .
          <source>Comput.</source>
        </mixed-citation>
      </ref>
      <ref id="ref29">
        <mixed-citation>
          Linguist.
          <volume>33</volume>
          (
          <issue>1</issue>
          ):
          <fpage>147</fpage>
          -
          <lpage>151</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref30">
        <mixed-citation>
          <string-name>
            <surname>Landauer</surname>
            ,
            <given-names>T. K.</given-names>
          </string-name>
          , and
          <string-name>
            <surname>Dumais</surname>
            ,
            <given-names>S. T.</given-names>
          </string-name>
          <year>1997</year>
          .
          <article-title>A solution to plato's problem: The latent semantic analysis theory of acquisition, induction, and representation of knowledge</article-title>
          .
          <source>Psychological review 211-240.</source>
        </mixed-citation>
      </ref>
      <ref id="ref31">
        <mixed-citation>
          <string-name>
            <surname>Lenat</surname>
            ,
            <given-names>D. B.</given-names>
          </string-name>
          <year>1995</year>
          .
          <article-title>Cyc: A large-scale investment in knowledge infrastructure</article-title>
          .
          <source>Commun. ACM</source>
          <volume>38</volume>
          (
          <issue>11</issue>
          ):
          <fpage>33</fpage>
          -
          <lpage>38</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref32">
        <mixed-citation>
          <string-name>
            <surname>Lin</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          <year>1998</year>
          .
          <article-title>Automatic retrieval and clustering of similar words</article-title>
          .
          <source>In Proc. of the 36th Annual Meeting of the Association for Computational Linguistics and 17th International Conference on Computational Linguistics - Volume</source>
          <volume>2</volume>
          , ACL '
          <volume>98</volume>
          ,
          <fpage>768</fpage>
          -
          <lpage>774</lpage>
          . Stroudsburg, PA, USA: Association for Computational Linguistics.
        </mixed-citation>
      </ref>
      <ref id="ref33">
        <mixed-citation>
          <string-name>
            <surname>Lyons</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          <year>1977</year>
          . Semantics, volume
          <volume>2</volume>
          . Cambridge University Press.
        </mixed-citation>
      </ref>
      <ref id="ref34">
        <mixed-citation>
          <string-name>
            <surname>Maedche</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          <year>1995</year>
          .
          <article-title>Ontology Learning For The Semantic Web</article-title>
          .
        </mixed-citation>
      </ref>
      <ref id="ref35">
        <mixed-citation>
          <string-name>
            <surname>Medelyan</surname>
            ,
            <given-names>O.</given-names>
          </string-name>
          ;
          <string-name>
            <surname>Manion</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ;
          <string-name>
            <surname>Broekstra</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ;
          <string-name>
            <surname>Divoli</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ;
          <string-name>
            <surname>Huang</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ; and
          <string-name>
            <surname>Witten</surname>
            ,
            <given-names>I. H.</given-names>
          </string-name>
          <year>2013</year>
          .
          <article-title>Constructing a focused taxonomy from a document collection</article-title>
          .
          <source>In The Semantic Web: Semantics and Big Data</source>
          , 10th International Conference, ESWC 2013, Montpellier, France, May
          <volume>26</volume>
          -30,
          <year>2013</year>
          . Proc.,
          <volume>367</volume>
          -
          <fpage>381</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref36">
        <mixed-citation>
          <string-name>
            <surname>Miller</surname>
            ,
            <given-names>G. A.</given-names>
          </string-name>
          <year>1995</year>
          .
          <article-title>WordNet: A Lexical Database for English.</article-title>
        </mixed-citation>
      </ref>
      <ref id="ref37">
        <mixed-citation>
          <source>Communications of the ACM</source>
          <volume>38</volume>
          (
          <issue>11</issue>
          ):
          <fpage>39</fpage>
          -
          <lpage>41</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref38">
        <mixed-citation>
          <string-name>
            <surname>Nakamura</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          , and
          <string-name>
            <surname>Nagao</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          <year>1988</year>
          .
          <article-title>Extraction of Semantic Information from an Ordinary English Dictionary and its Evaluation</article-title>
          .
          <source>In Proc. of the 12th International Conference on Computational Linguistics COLING-88</source>
          (Budapest, Hungary),
          <fpage>459</fpage>
          -
          <lpage>464</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref39">
        <mixed-citation>
          <string-name>
            <surname>Navigli</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ; Velardi,
          <string-name>
            <given-names>P.</given-names>
            ; and
            <surname>Faralli</surname>
          </string-name>
          ,
          <string-name>
            <surname>S.</surname>
          </string-name>
          <year>2011</year>
          .
          <article-title>A graph-based algorithm for inducing lexical taxonomies from scratch</article-title>
          .
          <source>In Proc.</source>
        </mixed-citation>
      </ref>
      <ref id="ref40">
        <mixed-citation>
          <source>of the Twenty-Second International Joint Conference on Artificial Intelligence -</source>
          Volume Volume Three,
          <source>IJCAI'11</source>
          ,
          <fpage>1872</fpage>
          -
          <lpage>1877</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref41">
        <mixed-citation>
          <string-name>
            <surname>Nazar</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          , and
          <string-name>
            <surname>Renau</surname>
            ,
            <given-names>I.</given-names>
          </string-name>
          <year>2012</year>
          .
          <article-title>A co-occurrence taxonomy from a general language corpus</article-title>
          .
          <source>In Proc. of EURALEX</source>
          ,
          <fpage>367</fpage>
          -
          <lpage>375</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref42">
        <mixed-citation>
          <string-name>
            <surname>Nazar</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          , and
          <string-name>
            <surname>Renau</surname>
          </string-name>
          , I. In press. Agrupacio´
          <article-title>n sema´ntica de sustantivos basada en similitud distribucional. implicaciones lexicogra´ficas</article-title>
          . In
          <string-name>
            <surname>Actas del V Congreso Internacional de Lexicograf</surname>
          </string-name>
          <article-title>´ıa Hisp a´nica (25-</article-title>
          27 de junio de
          <year>2012</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref43">
        <mixed-citation>
          <string-name>
            <surname>Nazar</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ; Vivaldi, J.; and
          <string-name>
            <surname>Wanner</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          <year>2012</year>
          .
          <article-title>Co-occurrence graphs applied to taxonomy extraction in scientific and technical corpora</article-title>
          .
          <source>Procesamiento del Lenguaje Natural</source>
          (
          <volume>49</volume>
          ):
          <fpage>67</fpage>
          -
          <lpage>74</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref44">
        <mixed-citation>
          <string-name>
            <surname>Nazar</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          <year>2010</year>
          .
          <article-title>A Quantitative Approach to Concept Analysis</article-title>
          .
        </mixed-citation>
      </ref>
      <ref id="ref45">
        <mixed-citation>
          <string-name>
            <surname>Pantel</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          , and
          <string-name>
            <surname>Pennacchiotti</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          <year>2006</year>
          .
          <article-title>Espresso: Leveraging generic patterns for automatically harvesting semantic relations</article-title>
          .
          <source>In Proc. of 21st International Conference on Computational Linguistics</source>
          and
          <article-title>44th annual meeting of the ACL (Sydney</article-title>
          , Australia),
          <fpage>113</fpage>
          -
          <lpage>120</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref46">
        <mixed-citation>
          <string-name>
            <surname>Pekar</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          ;
          <string-name>
            <surname>Krkoska</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ; and
          <string-name>
            <surname>Staab</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          <year>2004</year>
          .
          <article-title>Feature weighting for co-occurrence-based classification of words</article-title>
          .
          <source>In Proc. of the 20th International Conference on Computational Linguistics</source>
          , COLING '
          <fpage>04</fpage>
          .
          <string-name>
            <surname>Stroudsburg</surname>
          </string-name>
          , PA, USA: Association for Computational Linguistics.
        </mixed-citation>
      </ref>
      <ref id="ref47">
        <mixed-citation>
          <string-name>
            <surname>Potrich</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          , and
          <string-name>
            <surname>Pianta</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          <year>2008</year>
          .
          <article-title>L-isa: Learning domain specific isa-relations from the web</article-title>
          .
          <source>In LREC. European Language Resources Association.</source>
        </mixed-citation>
      </ref>
      <ref id="ref48">
        <mixed-citation>
          <string-name>
            <surname>Pustejovsky</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ; Hanks,
          <string-name>
            <given-names>P.</given-names>
            ; and
            <surname>Rumshisky</surname>
          </string-name>
          ,
          <string-name>
            <surname>A.</surname>
          </string-name>
          <year>2004</year>
          .
          <article-title>Automated induction of sense in context</article-title>
          .
          <source>In Proc. of the 20th International Conference on Computational Linguistics</source>
          , COLING '
          <fpage>04</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref49">
        <mixed-citation>
          <string-name>
            <surname>Renau</surname>
            ,
            <given-names>I.</given-names>
          </string-name>
          , and
          <string-name>
            <surname>Nazar</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          <year>2012</year>
          .
          <article-title>Hypernym extraction by definiens-definiendum co-occurrence in multiple dictionaries</article-title>
          .
        </mixed-citation>
      </ref>
      <ref id="ref50">
        <mixed-citation>
          <string-name>
            <surname>Procesamiento del Lenguaje Natural</surname>
          </string-name>
          (
          <volume>49</volume>
          ):
          <fpage>83</fpage>
          -
          <lpage>90</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref51">
        <mixed-citation>
          <string-name>
            <surname>Rydin</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          <year>2002</year>
          .
          <article-title>Building a hyponymy lexicon with hierarchical structure</article-title>
          .
          <source>In Proc. of the ACL-02 Workshop on Unsupervised Lexical Acquisition - Volume 9</source>
          , ULA '
          <volume>02</volume>
          ,
          <fpage>26</fpage>
          -
          <lpage>33</lpage>
          . Stroudsburg, PA, USA: Association for Computational Linguistics.
        </mixed-citation>
      </ref>
      <ref id="ref52">
        <mixed-citation>
          <string-name>
            <surname>Sahlgren</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          <year>2008</year>
          .
          <article-title>The distributional hypothesis</article-title>
          .
          <source>Rivista di Linguistica</source>
          <volume>20</volume>
          (
          <issue>1</issue>
          )
          <fpage>33</fpage>
          -
          <lpage>53</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref53">
        <mixed-citation>
          <string-name>
            <surname>Sch</surname>
          </string-name>
          u¨tze, H., and
          <string-name>
            <surname>Pedersen</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          <year>1997</year>
          .
          <article-title>A co-occurrence-based thesaurus and two applications to information retrieval</article-title>
          .
          <source>Information Processing and Management</source>
          <volume>33</volume>
          (
          <issue>3</issue>
          ):
          <fpage>307</fpage>
          -
          <lpage>318</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref54">
        <mixed-citation>
          <string-name>
            <surname>Snow</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ; Jurafsky,
          <string-name>
            <given-names>D.</given-names>
            ; and
            <surname>Ng</surname>
          </string-name>
          ,
          <string-name>
            <surname>A.</surname>
          </string-name>
          <year>2006</year>
          .
          <article-title>Semantic taxonomy induction from heterogeneous evidence</article-title>
          .
          <source>In Proc. of the 21st International Conference on Computational Linguistics (Sydney, Australia)</source>
          ,
          <fpage>801</fpage>
          -
          <lpage>808</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref55">
        <mixed-citation>
          <string-name>
            <surname>Velardi</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ;
          <string-name>
            <surname>Faralli</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ; and Navigli,
          <string-name>
            <surname>R.</surname>
          </string-name>
          <year>2013</year>
          .
          <article-title>Ontolearn reloaded: A graph-based algorithm for taxonomy induction</article-title>
          .
        </mixed-citation>
      </ref>
      <ref id="ref56">
        <mixed-citation>
          <source>Computational Linguistics</source>
          <volume>39</volume>
          (
          <issue>3</issue>
          ):
          <fpage>665</fpage>
          -
          <lpage>707</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref57">
        <mixed-citation>
          <string-name>
            <surname>Vossen</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          <year>1998</year>
          .
          <article-title>Eurowordnet: A multilingual database with lexical semantic networks</article-title>
          .
          <source>Computers and the Humanities</source>
          <volume>32</volume>
          (
          <issue>2</issue>
          -
          <fpage>3</fpage>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref58">
        <mixed-citation>
          <string-name>
            <surname>Wang</surname>
            ,
            <given-names>W.</given-names>
          </string-name>
          ; Barnaghi,
          <string-name>
            <given-names>P.</given-names>
            ; and
            <surname>Bargiela</surname>
          </string-name>
          ,
          <string-name>
            <surname>A.</surname>
          </string-name>
          <year>2009</year>
          .
          <article-title>Probabilistic topic models for learning terminological ontologies</article-title>
          .
          <source>IEEE Transactions on Knowledge and Data Engineering</source>
          <volume>99</volume>
          (RapidPosts).
        </mixed-citation>
      </ref>
      <ref id="ref59">
        <mixed-citation>
          <string-name>
            <surname>Wilks</surname>
            ,
            <given-names>Y.</given-names>
          </string-name>
          ;
          <string-name>
            <surname>Fass</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ;
          <string-name>
            <surname>Guo</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ;
          <string-name>
            <surname>McDonald</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ; Plate,
          <string-name>
            <given-names>T.</given-names>
            ; and
            <surname>Slator</surname>
          </string-name>
          ,
          <string-name>
            <surname>B.</surname>
          </string-name>
          <year>1989</year>
          .
          <article-title>A tractable machine dictionary as a resource for computational semantics</article-title>
          .
          <source>In Computational Lexiography for Natural Language Processing. B. Boguraev and T</source>
          . Briscoe (eds): Essex, UK: Longman.
          <fpage>193</fpage>
          -
          <lpage>228</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref60">
        <mixed-citation>
          <string-name>
            <surname>Woon</surname>
            ,
            <given-names>W. L.</given-names>
          </string-name>
          , and
          <string-name>
            <surname>Madnick</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          <year>2009</year>
          .
          <article-title>Asymmetric information distances for automated taxonomy construction</article-title>
          .
          <source>Knowl</source>
          . Inf.
        </mixed-citation>
      </ref>
      <ref id="ref61">
        <mixed-citation>
          Syst.
          <volume>21</volume>
          (
          <issue>1</issue>
          ):
          <fpage>91</fpage>
          -
          <lpage>111</lpage>
          .
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>