<!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>Unresolved Issues in Ontology Learning - Position Paper -</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Amal Zouaq</string-name>
          <email>amal.zouaq@rmc.ca</email>
          <xref ref-type="aff" rid="aff0">0</xref>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Dragan Gasevic</string-name>
          <email>dgasevic@sfu.ca</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Marek Hatala</string-name>
          <email>mhatala@sfu.ca</email>
          <xref ref-type="aff" rid="aff2">2</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Athabasca University</institution>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>Royal Military College of</institution>
          <country country="CA">Canada</country>
        </aff>
        <aff id="aff2">
          <label>2</label>
          <institution>Simon Fraser University</institution>
        </aff>
      </contrib-group>
      <fpage>52</fpage>
      <lpage>57</lpage>
      <abstract>
        <p>Despite a number of approaches to ontology learning in the last decade, there are still a number of challenges that need to be tackled by the research community. This paper describes some of these challenges and sketches some ideas that might be beneficial for solving them. What is ontology learning?</p>
      </abstract>
      <kwd-group>
        <kwd>ontology learning</kwd>
        <kwd>Semantic Web</kwd>
        <kwd>challenges</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>Introduction</title>
      <p>
        Ontologies are a fundamental knowledge representation structure in modern Artificial
Intelligence. They are also an essential component of the Semantic Web, which uses
domain ontologies to conceptualize a domain through the definition of concepts,
relationships, axioms and rules. However, this heavy reliance of the Semantic Web on
domain ontologies also hinders its development, as building and maintaining domain
ontologies is a highly error-prone and time-consuming process. Not only does the
Semantic Web require domain ontologies, but it also requires semantic markup of
Web content once domain ontologies are available, which is again a tedious and
nonscalable task if it is done manually. To alleviate this bottleneck, the Semantic Web
community has been investigating for more than a decade how to automatize ontology
building and maintenance through ontology learning. Various ontology learning
systems like Text-To-Onto [
        <xref ref-type="bibr" rid="ref4">4</xref>
        ], Text2Onto [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ], Ontolearn [
        <xref ref-type="bibr" rid="ref3">3</xref>
        ], OntoGen [
        <xref ref-type="bibr" rid="ref5">5</xref>
        ], Abraxas [
        <xref ref-type="bibr" rid="ref8">8</xref>
        ],
Texcomon [
        <xref ref-type="bibr" rid="ref2">2</xref>
        ] and OntoCmaps [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ] have been proposed. In general, these tools extract
ontological structures from text corpora.
      </p>
      <p>
        This paper aims at identifying the challenges facing the ontology learning tools,
and opens some questions on the way these challenges might be solved.
It is now widely accepted in the community that ontology learning refers to learning
its constitutive components in OWL1: concepts (classes), taxonomy, conceptual
relationships (OWL Object Property), attributes (OWL Data Type Property), axioms
(Defined classes) and axiom schemata (disjointness, functional properties, transitive
properties, etc.). However, one can notice that the majority of the approaches focus on
concept and taxonomy learning [
        <xref ref-type="bibr" rid="ref4 ref7">4, 7</xref>
        ], with very few attempts to develop the other
levels [
        <xref ref-type="bibr" rid="ref1 ref17">1, 17</xref>
        ]. Through our research, exploration of literature and interaction with
different end-users, we have identified a number of issues that are, to our opinion, not
satisfactorily resolved or dealt with in the research community.
3
      </p>
    </sec>
    <sec id="sec-2">
      <title>Text Understanding</title>
      <p>
        The issue of text understanding refers to the ambiguity and complexity of natural
language and raises the question of the availability of NLP tools able to deal with this
complexity. In fact, there has been considerable progress these last few years in
computational syntax and semantics with the development of robust statistical syntactic
parsers and wide-coverage semantic parsers [
        <xref ref-type="bibr" rid="ref13">13</xref>
        ]. These advances will certainly
facilitate the understanding of texts but it still remains true that current knowledge
extraction techniques are fragmentary and generally work at the sentence-level. Building
wide-coverage semantic parsers would mean a broader perspective at the discourse
level with the incorporation of techniques such as anaphora resolution and discourse
representation structures [
        <xref ref-type="bibr" rid="ref15">15</xref>
        ]. However, to the best of our knowledge, there is no
ontology learning tool which currently adopts this approach due to the complexity of the
task. In fact, ontology learning tools generally rely on shallow NLP techniques and
statistical methods [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ]. Moreover, even with the progress in NLP-based tools for
syntactic and semantic analysis, one should expect that extending the coverage of the
extraction would also result in more noisy results. Dealing with this noise is another
issue that we address in Section 6. Finally, semantic analysis, as practiced by the
computational semantic community, adopts formal representations that can take the form
of very detailed logical expressions. However, as stated by [
        <xref ref-type="bibr" rid="ref12">12</xref>
        ], purely logical
approaches produce representations that are not yet robust enough to handle real text
corpora. From another perspective, since current works on ontology learning rely
mainly on shallower NLP or statistical methods, they fail to handle semantic
phenomena such as negation and quantification and thus are unable to produce rich
conceptual relations and axioms. To overcome these shortcomings, we advocate an approach
to semantic analysis which takes a middle stance between such formal approaches and
shallower approaches.
4
      </p>
    </sec>
    <sec id="sec-3">
      <title>Knowledge Extraction</title>
      <p>
        As previously said, the field of ontology learning theoretically covers the extraction of
a number of ontological layers in increasing order of complexity. In reality, due to
their reliance on shallow NLP methods, the majority of the approaches only covers
the extraction of concepts and taxonomies, and generally fails to address the more
complex-levels. Thus, the implementation of deeper NLP methods is a must [
        <xref ref-type="bibr" rid="ref16">16</xref>
        ]. In
particular, conceptual relationships and axiom extraction seem to be lacking in the
state-of-the-art, with the exception of very few works [
        <xref ref-type="bibr" rid="ref1 ref17">1, 17</xref>
        ]. In the best case, most of
the available NLP approaches to ontology learning are based on regular expressions.
One disadvantage of regular expressions is that they might not discover long-distance
dependencies, or they might fail to appropriately extract the right knowledge from
complex structures. In our previous work [
        <xref ref-type="bibr" rid="ref1 ref2">1, 2</xref>
        ], we have proposed patterns based on
dependency grammars with a syntactic-semantic interface that transforms a syntactic
representation into a “semantic” one. However, similarly to the majority of ontology
learning approaches which rely on a fixed number of regular expressions, our pattern
knowledge base was created manually, which limits its coverage. Implementing
automatic methods for pattern learning is one challenge that should be tackled by the
ontology learning community, with pattern weighting schemes that indicate the
confidence or reliability of each discovered pattern. Moreover, such a learning method
would provide also a way to learn domain-dependent patterns as well. In fact, this
research is important in order to evaluate how far we can go with the domain
independence paradigm, but we are also fully aware that we might hit a limit at some point.
Defining this limit would be of interest to the research community and would define a
clear-cut architecture with some domain-independent and domain-dependent layers.
      </p>
      <p>
        Besides pure knowledge extraction issues, it is also of tremendous importance to
start considering how ontology learning can effectively help domain experts in their
work (e.g., biological data curators) [
        <xref ref-type="bibr" rid="ref19">19</xref>
        ]. In fact, current prototypes do not really
allow for much interaction with the expert. Given that ontologies are a way to formalize
expert knowledge, and that some fields rely heavily on very large ontologies (e.g.,
biomedicine), there is a need to develop an ontology learning platform which would
suggest not only new concepts and relationships to the expert, but would suggest also
appropriate resources (definitions, web pages, and papers) related to a given
ontological item, and would exhibit active learning capabilities by considering expert input.2
5
      </p>
    </sec>
    <sec id="sec-4">
      <title>Ontological Structures Labeling</title>
      <p>
        As ontological structures are learned from texts, ontology learning often takes the
form of learning linguistic or lexical items. This approach is motivated by the fact that
domain ontologies often represent an interface between human and machines rather
than purely logical machine-readable metadata. However, this lexical-based approach
might also lead to some problems. Firstly, some domains such as the biomedical field
have evolving terminologies (e.g. known genes can be renamed) [
        <xref ref-type="bibr" rid="ref18">18</xref>
        ]. Maintaining
lexical ontologies in this case seems to be a huge hurdle for the domain expert.
Secondly, this creates the problem of the effective label to be associated to the
ontological item (e.g. stem, lemma). In the case of relationships, this problem is even harder to
solve: which lemma can we assign for example to the relationship X can be described
with Y? If we choose “describe”, then what is the conceptual difference with the
relationship X describes Y?
      </p>
      <p>In general, an ontological element (class, relationship) is conceptually separate
from its labels, which can take various forms from a language to another (Semantic
Web (en), Web sémantique (fr)) and even from a domain to another. However, to
2 Many thanks to Prof. Melissa Haendle and Prof. Carlo Torniai of Oregon Health Sciences</p>
      <p>
        University for fruitful discussions on the needs of the biomedical community.
keep this notion of interface between human and machines and facilitate the ontology
reading for a domain expert, there is a need to identify naming conventions and
standard annotations for ontological items to increase their recognition-velocity, i.e. the
ability to quickly grasp the meaning of a term via its name, for domain experts [
        <xref ref-type="bibr" rid="ref14">14</xref>
        ]
but also for machines. In [
        <xref ref-type="bibr" rid="ref14">14</xref>
        ], a set of annotations associated to each ontological
element is proposed such as “Display name” (the name appearing in the ontology
structure) or “lexical variant”. A similar standard nomenclature would allow a certain
consistency in the output of ontology learning tools. In our opinion, the “Display name”
should not be related to the label contrary to what is being currently done by all
ontology learning tools but should be a semantic free identifier with a set of semantic
annotations. This would help the management and evolution of ontologies.
6
      </p>
    </sec>
    <sec id="sec-5">
      <title>Ontological Structures Filtering</title>
      <p>
        As we already mentioned, ontology learning extracts lexical items from texts. The
question is how to identify important lexical items that should be promoted as
ontological structures in the domain ontology. This also raises the issue of the nature of a
concept, which is here considered as a relevant/important term. For example, while
building an ontology about SCORM, an eLearning standard, the term “SCORM” is
certainly relevant. However, it does not admit an instance as there is no object that
could be of type “SCORM”. Nevertheless, this term will be a candidate class in the
majority of ontology learning systems, and this is also the approach adopted in our
own work [
        <xref ref-type="bibr" rid="ref1 ref2">1, 2</xref>
        ]. Generally, a concept is considered as a nominal expression
(including multi-word expressions) that is relevant to a domain. However this widely
adopted definition also raises questions. For example, given the following expressions, one
can wonder if they are acceptable in a domain ontology: XML representation of
content organization (yes), Aggregation of content object (may be?) and Educational use
of SCORM content model component (may be?). As it can be seen, it is not always
easy to differentiate what is a relevant expression (concept) and what is not.
      </p>
      <p>
        Besides this question on the nature of concepts, there is also the notion of the
statistical ranking or importance of knowledge items. In general, some ontology learning
tools such as OntoGen [
        <xref ref-type="bibr" rid="ref5">5</xref>
        ] do not assign any explicit score to the extracted knowledge
items while others, such as Text2Onto [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ], allocate some score to the extracted
knowledge using traditional metrics from information retrieval such as Relative Term
Frequency (RTF), TF-IDF, or Entropy. This score is used to determine the relevance
of a given item but is not used to automatically filter out the extraction. However, by
looking at the precision/recall results of such systems (see for example [
        <xref ref-type="bibr" rid="ref10 ref9">9, 10</xref>
        ]), which
are very low, it is obvious that there is much room for improvement both at the
extraction level and at the filtering level.
      </p>
      <p>
        Another popular weighting scheme is the use of the number of hits of a search
engine to calculate the probability of a given item. However, using search engines
comes at the cost of a number of issues [
        <xref ref-type="bibr" rid="ref11">11</xref>
        ] generally ignored by the ontology
community. For example, search engines do not stem or lemmatise the terms. Thus, all
combinations of a given term should be submitted to the search engine to obtain an
appropriate (if not entirely correct) web frequency. Moreover, the number of hits
refers to the number of pages containing the term rather than the frequency of the term
itself. For all these reasons, relying on NLP-specific resources such as Google
Ngram Corpus3 might be an interesting avenue to explore by the ontology learning
community.
      </p>
      <p>
        Finally, graph-based metrics (Betweenness, Degree, Hits, and PageRank) were also
proposed to identify relevant ontological structures in our work [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ]. To our
knowledge, this is the sole initiative that uses these types of metrics for ontology
learning. Surprisingly, these graph-based metrics outperformed standard term
relevance schemes such as TF-IDF or frequency of co-occurrence in our experiments.
However, these results need to be replicated on several domains and further research
need to be devoted to that aspect.
7
      </p>
    </sec>
    <sec id="sec-6">
      <title>Ontology Evaluation</title>
      <p>
        One of the last but not least issues of the ontology learning community is how to
handle the appropriate evaluation of the extracted ontologies due to the lack of gold
standards and resources. This hinders the development of the ontology learning field
and does not enable the proper evaluation of the developed tools. While we notice a
number of competitions in information retrieval (e.g. TREC4) or information
extraction (e.g. ACE5), such resources do not exist for ontology learning. The experience
also shows that a field starts to be more mature when resources and tools can be shared
and compared. Therefore, the ontology learning community would need corpora
coupled with gold standards (incorporating all the constituent knowledge items of an
ontology and not only glossaries and taxonomies) mimicking the content of corpora in
various domains to effectively evaluate the tools. In fact, it does not seem fair for an
automatic tool to compare its output to an ontology built manually by domain experts
for a number of reasons:
• The ontology learning tool does not have access to the background knowledge of
experts, which is one of the oldest problems in AI. An extracted ontology can only
mimic or represent the content of the knowledge source. Thus comparing such an
ontology with an extensive ontology built by domain experts is not satisfactory, as it
does not evaluate the possibilities of the tool but rather the lack of background
knowledge of the tool.
• Another challenge is related to the domain coverage of texts. Generally, even the
most extensive collection of texts will not cover sufficiently a domain. Some
researchers have advocated using the Web to resolve this issue (e.g. [
        <xref ref-type="bibr" rid="ref17">17</xref>
        ]), but this may
also introduce more noise, hence urging the need for efficient filtering mechanisms
as explained in section 6.
      </p>
      <p>As a conclusion, we believe that the first challenge of an ontology learning tool
should be to adequately extract meaningful information from text (with the least
possible omissions of important knowledge). Thus the need of corpora and ontological
gold standards is one of the most acute issues of the field.
3 http://www.ldc.upenn.edu/Catalog/CatalogEntry.jsp?catalogId=LDC2006T13
4 http://trec.nist.gov/
5 http://projects.ldc.upenn.edu/ace/
Ontology learning is a complex process that, besides integrating deeper NLP
techniques than what is currently being done in the field, is of an acute need for
appropriate evaluation resources. This paper summarizes some of the current issues and open
questions of the field.</p>
      <p>Acknowledgments. This research was partly funded by the NSERC Discovery Grant Program
and by the Burroughs Wellcome Fund.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          1.
          <string-name>
            <surname>Zouaq</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Gasevic</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          and
          <string-name>
            <surname>Hatala</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          (
          <year>2011</year>
          ).
          <article-title>Towards open ontology learning and filtering</article-title>
          ,
          <source>Information Systems</source>
          , Volume
          <volume>36</volume>
          ,
          <string-name>
            <surname>Issue</surname>
            <given-names>7</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Pages</surname>
          </string-name>
          1064-
          <fpage>1081</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          2.
          <string-name>
            <surname>Zouaq</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          (
          <year>2008</year>
          ).
          <article-title>An Ontological Engineering Approach for the Acquisition and Exploitation of Knowledge in Texts</article-title>
          ,
          <source>PhD Thesis</source>
          , University of Montreal (in French).
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          3.
          <string-name>
            <surname>Navigli</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          and
          <string-name>
            <surname>Velardi</surname>
          </string-name>
          , R.:
          <article-title>Learning Domain Ontologies from Document Warehouses and Dedicated Web Sites</article-title>
          .
          <source>Computational Linguistics</source>
          <volume>30</volume>
          (
          <issue>2</issue>
          ):
          <fpage>151</fpage>
          -
          <lpage>179</lpage>
          (
          <year>2004</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          4.
          <string-name>
            <surname>Maedche</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          and
          <string-name>
            <surname>Volz</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          (
          <year>2001</year>
          ).
          <article-title>The ontology extraction maintenance framework TextTo-Onto</article-title>
          ,
          <source>in Proc. of the Wshp on Integrating Data Mining and Knowledge Management.</source>
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          5.
          <string-name>
            <surname>Fortuna</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Grobelnik</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          , and
          <string-name>
            <surname>Mladenic</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          (
          <year>2006</year>
          ).
          <article-title>Semi-automatic Data-driven Ontology Construction System</article-title>
          .
          <source>Proc. Of the 9th Int. Multi-conf. on IS</source>
          , pp.
          <fpage>309</fpage>
          -
          <lpage>318</lpage>
          , Springer.
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          6.
          <string-name>
            <surname>Frantzi</surname>
          </string-name>
          , K.T. and
          <string-name>
            <surname>Ananiadou</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          (
          <year>1999</year>
          ).
          <article-title>The C/NC value domain independent method for multi-word term extraction</article-title>
          ,
          <source>Journal of NLP 3</source>
          (
          <issue>6</issue>
          ):
          <fpage>145</fpage>
          -
          <lpage>180</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          7.
          <string-name>
            <surname>Cimiano</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          and
          <string-name>
            <surname>Völker</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          (
          <year>2005</year>
          ).
          <source>Text2Onto. NLDB</source>
          <year>2005</year>
          , pp.
          <fpage>227</fpage>
          -
          <lpage>238</lpage>
          , Springer.
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          8.
          <string-name>
            <surname>Brewster</surname>
            ,
            <given-names>C.A.</given-names>
          </string-name>
          (
          <year>2008</year>
          ).
          <article-title>Mind the gap: bridging from text to ontological knowledge</article-title>
          ,
          <source>Ph.D. Thesis</source>
          , University of Sheffield.
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          9.
          <string-name>
            <surname>Brewster</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Jupp</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Luciano</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Shotton</surname>
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Stevens</surname>
            <given-names>R.</given-names>
          </string-name>
          and
          <string-name>
            <surname>Zhang Z.</surname>
          </string-name>
          (
          <year>2009</year>
          ).
          <article-title>Issues in learning an ontology from text</article-title>
          .
          <source>BMC Bioinformatics</source>
          <volume>10</volume>
          ,
          <fpage>S1</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          10.
          <string-name>
            <surname>Cimiano</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          <string-name>
            <surname>Hotho</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          and
          <string-name>
            <surname>Staab</surname>
            <given-names>S.</given-names>
          </string-name>
          (
          <year>2005</year>
          ).
          <article-title>Learning concept hierarchies from text corpora using formal concept analysis</article-title>
          .
          <source>J. Artif. Int. Res</source>
          .
          <volume>24</volume>
          ,
          <issue>1</issue>
          ,
          <fpage>305</fpage>
          -
          <lpage>339</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          11.
          <string-name>
            <given-names>Adam</given-names>
            <surname>Kilgarriff</surname>
          </string-name>
          .
          <year>2007</year>
          .
          <article-title>Googleology is Bad Science</article-title>
          .
          <source>Comput. Linguist</source>
          .
          <volume>33</volume>
          ,
          <issue>1</issue>
          (March
          <year>2007</year>
          ),
          <fpage>147</fpage>
          -
          <lpage>151</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          12.
          <string-name>
            <surname>MacCartney</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          (
          <year>2009</year>
          ).
          <article-title>Natural language inference</article-title>
          .
          <source>Ph.D. dissertation</source>
          , Stanford Un.
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          13.
          <string-name>
            <surname>Bos</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          (
          <year>2008</year>
          ).
          <article-title>Introduction to the shared task on comparing semantic representations</article-title>
          .
          <source>In Proc. of the 2008 Conf. on Semantics in Text Processing</source>
          , pp.
          <fpage>257</fpage>
          -
          <lpage>261</lpage>
          , ACL.
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          14. http://ontogenesis.knowledgeblog.
          <source>org/948</source>
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          15.
          <string-name>
            <surname>Kamp</surname>
            , Hans and Reyle,
            <given-names>U.</given-names>
          </string-name>
          <year>1993</year>
          . From Discourse to Logic. Kluwer, Dordrecht.
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          16.
          <string-name>
            <surname>Zouaq</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          (
          <year>2010</year>
          ).
          <article-title>Shallow and Deep Natural Language Processing for Ontology Learning: a Quick Overview, In Ontology Learning and Knowledge Discovery Using the Web</article-title>
          .
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          17.
          <string-name>
            <surname>Sanchez</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          and
          <string-name>
            <surname>Moreno</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          <year>2008</year>
          .
          <article-title>Learning non-taxonomic relationships from web documents for domain ontology construction</article-title>
          .
          <source>Data Knowl. Eng</source>
          .
          <volume>64</volume>
          ,
          <issue>3</issue>
          ,
          <fpage>600</fpage>
          -
          <lpage>623</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref18">
        <mixed-citation>
          18.
          <string-name>
            <surname>Tuason</surname>
            ,
            <given-names>O.</given-names>
          </string-name>
          ,
          <string-name>
            <given-names>L.</given-names>
            <surname>Chen</surname>
          </string-name>
          , H. Liu,
          <string-name>
            <given-names>J.A.</given-names>
            <surname>Blake</surname>
          </string-name>
          , and
          <string-name>
            <given-names>C.</given-names>
            <surname>Friedman</surname>
          </string-name>
          .
          <article-title>Biological Nomenclature: A Source of Lexical Knowledge and Ambiguity</article-title>
          .
          <source>In: Proc. of Pac Symp Biocomput</source>
          .
          <year>2004</year>
          . p.
          <fpage>238</fpage>
          -
          <lpage>49</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref19">
        <mixed-citation>
          19.
          <string-name>
            <surname>Winnenburg</surname>
            ,
            <given-names>R</given-names>
          </string-name>
          , Wächter,
          <string-name>
            <surname>T</surname>
          </string-name>
          , Plake,
          <string-name>
            <surname>C</surname>
          </string-name>
          , Doms, and
          <string-name>
            <given-names>A</given-names>
            ,
            <surname>Schroeder</surname>
          </string-name>
          ,
          <string-name>
            <surname>M.</surname>
          </string-name>
          <article-title>Facts from text: can text mining help to scale-up high-quality manual curation of gene products with ontologies? Brief</article-title>
          . Bioinform.
          <year>2008</year>
          ;
          <volume>9</volume>
          :
          <fpage>466</fpage>
          -
          <lpage>478</lpage>
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>