<!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>Managing the semantics of coreference relations with Open Ontology Forge</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Ai Kawazoe</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Asanobu Kitamoto</string-name>
          <email>kitamoto@nii.ac.jp</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Nigel Collier</string-name>
          <email>collier@nii.ac.jp</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>National Institute of Informatics 2-1-2 Hitotsubashi Chiyoda-ku Tokyo 101-8430 JAPAN</institution>
        </aff>
      </contrib-group>
      <fpage>103</fpage>
      <lpage>106</lpage>
      <abstract>
        <p>In this paper, we will discuss managing the semantics of “coreference relations” in the framework of the Semantic Web. In the Semantic Web context coreference is important in integrating many kinds of information sources (of various linguistic forms, images, etc.) and helping users to share such information. In this paper we propose a knowledge model for describing the semantics of co-referential identity relations on annotations, and introduce the Open Ontology Forge (OOF) software to support users to manually annotate coreference in texts and between images and texts.</p>
      </abstract>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>1 Introduction</title>
      <p>
        In this paper, we will discuss how to manage the semantics of coreference by human
experts. In the domain of natural language processing, coreference has been a key
problem for computers to understand the meaning of natural language texts through
anaphoric expressions that require disambiguation, and accurate identification of
coreference makes it possible for computers to maximize the amount of useful
information. In the Semantic Web context, “coreference” play a role not only in
augmenting information, but also in integrating information sources which refer to the same
class instance and helping users to share the information. So far, the Semantic Web
initiative [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ] has enabled RDF [
        <xref ref-type="bibr" rid="ref5">5</xref>
        ] and OWL [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ] to become a common meta-data
standard for sharing knowledge on the World Wide Web, and this allows for the explicit
description of concepts, properties and relations in an ontology. Instances of concepts
in an ontology appear in documents in many different forms (ex. various linguistic
forms, images, etc.) and in order to integrate information it is necessary to manage the
coreference relations between such surface forms.
      </p>
      <p>In this paper we outline a knowledge model for describing the semantics of
coreference on annotations implemented within Open Ontology Forge (OOF), software to
support users for annotating coreference relations by hand. The coreference cases
which we aim to deal with in this work are taken from the domain of molecular
biology and include 1) coreference among linguistic expressions including anaphoric
relations (ex. Interleukin-2…it) and term variations (ex. Interleukin-2 vs. IL-2), 2)
multimodal coreference among texts and images (ex. a biomedical image of a cell and
description of the cell in a figure legend), and 3) cross-document coreference.
2</p>
    </sec>
    <sec id="sec-2">
      <title>Representing Coreference</title>
      <p>In the OOF knowledge model, we represent coreference relations as illustrated in
Fig.1. In this model, co-referring expressions are related to what we call a
“coreference pool” which is linked to an ontological class.
…………………………………….
……t…ex…t1………………………….
…………………………………….
…………………………te…x…t2…….
…………………………………….</p>
      <p>………………
……t…ex…t3…….
……………….
……………….</p>
      <p>………………..</p>
      <p>Image1</p>
      <p>documents
Ontological class 1</p>
      <p>Coreference pool1
…..</p>
      <p>Coreference pool2
Ontological class 1
ontology Coreference pools
Fig. 1. Overview of the coreference annotation model.</p>
      <p>
        The important feature of the model here is that the co-referring expressions in a
coreference pool have the same status (unlike “coreference sets” in Conceptual
Graph) and there is no hierarchical relation among them. Each of the expressions,
regardless of their type, are independently related to a coreference pool. From a
practical point of view, we can say that this style of annotation is one of the easiest ways
to represent cross-modal and cross-document coreference. Also in intra-text
coreference annotation, it will reduce a lot of user efforts and make no assumption of
linguistic training, especially in that it does not require specifying antecedents for
pronouns or canonical forms for names, unlike other schemes such as MUC [
        <xref ref-type="bibr" rid="ref4">4</xref>
        ].
3
      </p>
    </sec>
    <sec id="sec-3">
      <title>OOF annotation support tool</title>
      <p>We have developed the OOF software to support users in annotating coreference
relations by hand. The main features of the software are 1) an integrated function for
ontology creation and text/image annotation, and 2) a user interface which realizes an
easy way of annotation for cross-modal items. OOF has a full Web-browser view of
a html document, along with a window showing the ontology and coreference pools.
Users can create the class hierarchy by expanding the root class and defining new
class names. The software allows for two modes of instance capture: the named
entity annotation mode and the coreference annotation mode. In both, users can make
text annotation by dragging and dropping the selected part of text (Fig.2) to the class
in the taxonomy. For image annotation, OOF has an SVG editor window for
selecting a part of image and editing properties as in Fig. 3. The selected part of the image
can be linked to an ontological class or a coreference pool in the same manner as
texts: a simple drag-and-drop fashion.</p>
      <p>Dragging and dropping of an item under the appropriate class</p>
      <p>creates a new coreference pool
Dragging and Dropping of a selected item to the ontological class
wil add the item to the class.</p>
      <p>Dragging and dropping of a co-referring expression to the
coreference pool will add the expression to the pool</p>
      <p>
        The OOF knowledge model has several similarities to other ontology editors such
as Protégé-2000 [
        <xref ref-type="bibr" rid="ref6">6</xref>
        ] and OntoEdit [
        <xref ref-type="bibr" rid="ref8">8</xref>
        ]. What distinguishes OOF is its focus on
providing support for content annotation. An annotation in OOF is regarded as an
instance with a linkage to the document and tracking information about the annotator,
recorded by the pre-defined properties including (1-3) below, whose values are
automatically assigned by the software. Annotations are grouped within ‘coreference
pools’ via (4), and (5) and (6) to record characteristics of instances.
1. XPointer takes an XPointer value [
        <xref ref-type="bibr" rid="ref2">2</xref>
        ] and relates an annotation to the resource
2. author is a name of the author of the annotation
3. ontology_id relates an annotation to an ontological class
4. pool_id takes an ID of the coreference pool to which the item belong
5. expression_type specifies the subtype of the instance (name, pronoun, image, etc.)
6. svg records a description of the annotated part of image in SVG [
        <xref ref-type="bibr" rid="ref3">3</xref>
        ].
We have conducted two kinds of annotation case studies using OOF: 1) annotation of
biomedical articles (text only), and 2) annotation of documents which include images
of Buddhist statues in Dunhuang. We had two biologists and some experts in the
cultural heritage domain as annotators, who are not experts in NLP. In the former
experiment, the annotators seemed to have a good understanding of the notion of
coreference pool, and they made coreference annotations in the way we have intended.
However, since the current version of OOF does not have semi-automatic annotation
function for coreference, some coreference relations were left unannotated. The latter
experiment have revealed some limitations of the current OOF knowledge model.
For example, when annotating an image of a Buddhist statue, users sometimes want
the same image to be both under a class of styles (ex. Ghandara_style) and under a
class of motifs (ex. Bodhisattva), but OOF does not allow such annotation. Further,
relations such as a part-of relation seem necessary, where we are describing the
relationship between a Buddhist statue and its halo. We should reconsider how to
manage these situations with OOF.
5
      </p>
    </sec>
    <sec id="sec-4">
      <title>Concluding remarks</title>
      <p>Open Ontology Forge was released in February 2004 and available freely for
download from http://research.nii.ac.jp/~collier/resources/OOF/index.htm. We plan
to release a new version of OOF in December 2004 with several functions including
multi-document annotation.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          1.
          <string-name>
            <surname>Berners-Lee</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Fischetti</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          , and
          <string-name>
            <surname>Dertouzos</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          <year>1999</year>
          .
          <article-title>Weaving the Web: The Original Design and Ultimate Destiny of the World Wide Web</article-title>
          . Harper, San Francisco, September.
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          2.
          <string-name>
            <surname>DeRose</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Maler</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          , and Daniel, R. eds.
          <year>2001</year>
          .
          <article-title>XML Pointer Language (XPointer) Version 1.0. W3C can-didate recommendation, 11th September</article-title>
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          3.
          <string-name>
            <surname>Ferraiolo</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Fujisawa</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Jackson</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          <year>2003</year>
          .
          <article-title>Scalable Vector Graphics (SVG) 1.1 Specification, W3C Recommendation 14 January 2003</article-title>
          . ( http://www.w3.org/TR/SVG11/)
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          4.
          <string-name>
            <surname>Hirschman</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          , and
          <string-name>
            <surname>Chinchor</surname>
            ,
            <given-names>N.</given-names>
          </string-name>
          <year>1997</year>
          . MUC-7
          <source>Coreference Task Definition, Version</source>
          <volume>3</volume>
          .0.
          <source>In Proceedings of the Seventh Message Understanding Conference.</source>
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          5.
          <string-name>
            <surname>Lassila</surname>
            ,
            <given-names>O.</given-names>
          </string-name>
          , and
          <string-name>
            <surname>Swick</surname>
          </string-name>
          , R. eds.
          <year>1999</year>
          .
          <article-title>Resource Description Framework (RDF) Model and Syntax Specification</article-title>
          . Recommendation, W3C, February.
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          6.
          <string-name>
            <surname>Noy</surname>
            ,
            <given-names>N. F.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Sintek</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Decker</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Crubezy</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Fergerson</surname>
            ,
            <given-names>R. W.</given-names>
          </string-name>
          , and
          <string-name>
            <surname>Musen</surname>
            ,
            <given-names>M. A.</given-names>
          </string-name>
          <year>2001</year>
          .
          <article-title>Creating semantic web contents with Prot´eg´e-2000</article-title>
          .
          <source>In IEEE Intelligent Systems</source>
          ,
          <volume>16</volume>
          (
          <issue>2</issue>
          ):
          <fpage>60</fpage>
          -
          <lpage>71</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          7.
          <string-name>
            <surname>Smith</surname>
            ,
            <given-names>M. K.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Chris Welty</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>McGuinness</surname>
            ,
            <given-names>D. L</given-names>
          </string-name>
          . (eds.)
          <source>OWL Web Ontology Language Guide, W3C Recommendation 10 February</source>
          <year>2004</year>
          . http://www.w3.org/TR/owl-guide/
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          8.
          <string-name>
            <surname>Sure</surname>
            ,
            <given-names>Y.</given-names>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Erdmann</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Angele</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Staab</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Studer</surname>
          </string-name>
          , and
          <string-name>
            <given-names>D.</given-names>
            <surname>Wenke</surname>
          </string-name>
          .
          <year>2002</year>
          .
          <article-title>OntoEdit: Collaborative ontology engineering for the semantic web. In I Horrocks and</article-title>
          J. Hendler, editors,
          <source>The Semantic Web - ISWC</source>
          <year>2002</year>
          :First International Semantic Web Conference,Sardinia, Italy, Lecture notes in Computer Science. Springer-Verlag,
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>