<!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>LODIE: Linked Open Data for Web-scale Information Extraction</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Fabio Ciravegna</string-name>
          <email>f.ciravegna@dcs.shef.ac.uk</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Anna Lisa Gentile</string-name>
          <email>a.l.gentile@dcs.shef.ac.uk</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Ziqi Zhang</string-name>
          <email>z.zhang@dcs.shef.ac.uk</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Department of Computer Science, The University of Sheffield</institution>
          ,
          <country country="UK">UK</country>
        </aff>
      </contrib-group>
      <abstract>
        <p>This work analyzes research gaps and challenges for Web-scale Information Extraction and foresees the usage of Linked Open Data as a groundbreaking solution for the field. The paper presents a novel methodology for Web scale Information Extraction which will be the core of the LODIE project (Linked Open Data Information Extraction). LODIE aims to develop Information Extraction techniques able to (i) scale at web level and (ii) adapt to user information need. We argument that for the first time in the history of IE this will be possible given the availability of Linked Data, a very large-scale information resource, providing annotated data on a growing number of domains.</p>
      </abstract>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>1 Introduction</title>
      <p>
        Information Extraction (IE) is the technique for transforming unstructured textual data
into structured representation that can be understood by machines. It is an essential
technique to automatic knowledge capture, and has been an active research topic for
decades. With the exponential growth of the Web, an unprecedented amount of data is
made available online. Extracting information from this gigantic data source - or to be
called Web-scale IE in the rest of this paper - in an effective and efficient way has been
considered a major research challenge. Over the years, many different approaches [
        <xref ref-type="bibr" rid="ref1 ref2 ref3 ref4 ref5">1–
5</xref>
        ] have been proposed. Nevertheless, the current state of the art has mainly addressed
tasks for which resources for training are available (e.g. the TAP ontology in [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ]) or
use generic patterns to extract generic facts (e.g. [
        <xref ref-type="bibr" rid="ref2">2</xref>
        ], OpenCalais.com). The limited
availability of resources for training has so far prevented the study of the generalised
use of large-scale resources to port to specific user information needs.
      </p>
      <p>
        This paper introduces the Linked Open Data Information Extraction (LODIE) project,
a 3-year project that focuses on the study, implementation and evaluation of IE models
and algorithms able to perform efficient user-centric Web-scale learning by exploiting
Linked Open Data (LOD). Linked Data is [. . . ] a recommended best practice for
exposing, sharing, and connecting data [. . . ] using URIs and RDF (www.linkeddata.org).
LOD is ideally suited for supporting Web-scale IE adaptation because it is: (i) very
large scale, (ii) constantly growing, (iii) covering multiple domains and (iv) being used
to annotate a growing number of pages that can be exploited for training. The latter is
particular interesting for IE: with the creation of schema.org, major players like Google,
Yahoo! and Bing are currently inviting Web content creators to include LOD-based
microformats in their webpages in order to make the data and information contained
understandable to search engines and Web robots. Similarly, RDFa is being adopted to
produce annotations (http://www.w3.org/TR/xhtml-rdfa-primer). Researchers are
starting to consider the use of LOD for Web-scale IE, however the approaches adopted so far
are limited in scope to recognising tables [
        <xref ref-type="bibr" rid="ref6">6</xref>
        ], and extraction of specific answers from
large corpora [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ], but a generalised approach to the use of LOD for training large scale
IE is still missing. LODIE will fill this gap by studying how an imprecise, redundant
and large-scale resources like LOD can be used to support Web-scale user-driven IE
in an effective and efficient way. The idea behind the project is to adapt IE methods to
detailed user information needs in a completely automated way, with the objective of
creating very large domain-dependent and task-dependent knowledge bases.
      </p>
      <p>The remainder of this paper is organised as follows: Section 2 briefly introduces
state of the art on Web-scale IE and the use of LOD in IE; Section 3 discusses the
research gaps and challenges that LODIE aims to address; Section 4 introduces the
LODIE methodology and architecture; Section 5 describes evaluation plan; and Section
6 concludes this paper.
2</p>
    </sec>
    <sec id="sec-2">
      <title>Related Work</title>
      <p>
        Adapting IE methods to Web-scale implies dealing with two major challenges: large
scale and lack of training data. Traditional IE approaches apply learning algorithms that
require large amount of training data, typically created by humans. However, creating
such learning resources at Web-scale is infeasible in practice; meanwhile, learning from
massive training datasets can be redundant and quickly become intractable [
        <xref ref-type="bibr" rid="ref8">8</xref>
        ].
      </p>
      <p>
        Typical Web-scale IE methods adopt a light-weight iterative learning approach, in
which the amount of training data is reduced to a handful of manually created
examples called “seed data”. These are searched in a large corpus to create an “annotated”
dataset, whereby extraction patterns are generalised using some learning algorithms.
Next, the learnt extraction patterns are re-applied to the corpus to extract new instances
of the target relations or classes. Mostly these methods adopt a bootstrapping pattern
where the newly learnt instances are selected to seed the next round of learning. This
is often accompanied by some measures for assessing the quality of the newly learnt
instances in order to control noisy data. Two well-known earlier systems in this area are
Snowball [
        <xref ref-type="bibr" rid="ref9">9</xref>
        ] and KnowItAll [
        <xref ref-type="bibr" rid="ref1 ref2">1, 2</xref>
        ]. Snowball iteratively learns new instances of a given
type of relation from a large document collection, while KnowItAll learns new entities
of predefined classes from the Web. Both have inspired a number of more recent
studies, including StatSnowball [
        <xref ref-type="bibr" rid="ref10">10</xref>
        ], ExtremeExtraction [
        <xref ref-type="bibr" rid="ref4">4</xref>
        ], NELL [
        <xref ref-type="bibr" rid="ref3">3</xref>
        ] and PROSPERA
[
        <xref ref-type="bibr" rid="ref5">5</xref>
        ]. Some interesting directions undertaken by these systems include exploiting
background knowledge in existing knowledge bases or ontologies to infer and validate new
knowledge instances, and learning from negative seed data. While these systems learn
to extract predefined types of information based on (limited) training data, the
TextRunner [
        <xref ref-type="bibr" rid="ref2">2</xref>
        ] system proposes the “Open Information Extraction”, a new paradigm that
exploits generic patterns to extract generic facts from the Web for unlimited domains
without predefined interests.
      </p>
      <p>
        The emergence of LOD has opened an opportunity to reshape Web-scale IE
technologies. The underlying multi-billion triple store1 and increasing availability of
LODbased annotated webpages (e.g., RDFa) can be invaluable resources to seed learning.
Researchers are starting to consider the use of LOD for Web-scale information
extraction. However, so far research in this direction has just taken off and the use of Linked
Data is limited. Mulwad et al. [
        <xref ref-type="bibr" rid="ref6">6</xref>
        ] proposed a method to interpret tables based on linked
data and extract new instances of relations and entities from tables. The TREC2011
evaluation on the Related Entity Finding task [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ] has proposed to use LOD to support
answering generic queries in large corpora. While these are relevant to our research,
full user-driven complex IE task based on LOD is still to come.
      </p>
      <p>LODIE will address these gaps by focussing on the following research questions:
(i) How to let users define Web-IE tasks tailored to their own needs? (ii) How to
automatically obtain training data (and filter noise) from the LOD? (iii) How to combine
multi-strategy learning (e.g., from both structured and unstructured contents) to avoid
drifting away from the learning task? (iv) How to integrate IE results with LOD?
3</p>
    </sec>
    <sec id="sec-3">
      <title>LODIE - User-centric Web-scale IE</title>
      <p>In LODIE we propose to develop an approach to Web-scale IE that enables fully
automated adaptation to specific user needs. Users will be supported in defining their tasks
using the LOD and IE methods and algorithms will be able to adapt to the new tasks
using LOD as background knowledge. LOD will provide ontologies to formalise the user
information need, and will enable seeding learning by providing instances (triples) and
webpages formally annotated via RDFa or Microformats. Such background knowledge
will be used to seed semi-supervised Web-scale learning. Output from the IE task will
be both a set of instances to publish on the LOD, as well as a set of annotations which
will provide provenance for the generated instances.</p>
      <p>
        The use of an uncontrolled and constantly evolving, community provided set of
independent Web resource for large-scale training is totally untapped in the current
state of the art. Research has shown that the relation between the quantity of training
data and learning accuracy follows a non-linear curve with diminishing returns [
        <xref ref-type="bibr" rid="ref11">11</xref>
        ]. On
LOD the majority of resources are created automatically by converting legacy databases
with limited or no human validation, thus errors are present [
        <xref ref-type="bibr" rid="ref12">12</xref>
        ]. Similarly,
communityprovided resources and annotations can contain errors, imprecision [
        <xref ref-type="bibr" rid="ref13">13</xref>
        ], spam, or even
deviations from standards [
        <xref ref-type="bibr" rid="ref14">14</xref>
        ]. Also, large resources can be redundant, i.e. contain a
large number of instances that contribute little to the learning task, while introducing
considerable overhead. For example, the uptake of RDFa and microformat annotations
is mainly happening at sites that generate webpages automatically, e.g. using a database
back-end (e.g. eCommerce sites). Very regular annotations present very limited
variability, and hence (i) high overhead for the learners (which will have to cope with thousands
1 http://www4.wiwiss.fu-berlin.de/lodcloud
of examples providing little contribution) and (ii) the high risk of overfitting the model.
For this reason, LODIE will put particular focus on measures and strategies to filter
background knowledge to obtain noiseless and efficient learning.
      </p>
      <p>
        The main contributions by LODIE will be:
– A method to formalise user requirements for Web-scale IE via LOD. We introduce
methods based on ontology patterns [
        <xref ref-type="bibr" rid="ref15">15</xref>
        ] both to allow users to formalise their
information needs and to identify relevant LOD resources to power adaptation to
the task.
– Methods to evaluate the quality of LOD data and to select the optimal subset to
seed learning. We introduce two measures: (i) Variability: to select seeds able to
provide the learner with the optimal variety, so to avoid overfitting and overhead;
this is expected to increase recall in extraction; (ii) Consistency to identify noisy
data; this is expected to increase the precision of the IE process while reducing
overhead during learning.
– The development of efficient, iterative, semi-supervised, multi-strategy Web-scale
learning methods robust to noise and able to avoid drifting away when re-seeding.
The methods will be able to exploit local and global regularities (e.g. page and
site-wide regularities) as well redundancy in information [
        <xref ref-type="bibr" rid="ref16">16</xref>
        ].
– An evaluation process where we will test the above mentioned models in a number
of tasks in order to compare them with the state of the art, both by defining tasks to
be reused by other researchers and by participating in international competitions on
large scale IE. The level of complexity of using large scale uncontrolled resources
to seed Web-scale IE has never been previously addressed.
4
      </p>
    </sec>
    <sec id="sec-4">
      <title>LODIE - Architecture and Methodology</title>
      <p>We define Web-scale IE as a tuple: &lt; T, O, C, I, A &gt; where: T is the formalisation of
the user information needs (i.e. an IE Task); O is the set of ontologies on the LOD. C
is a large corpus (typically the Web) which can be annotated already in part (CL) with
RDFa/Microformats; we refer to the unannotated part as CU . I represents a collection
of instances (knowledge base) defined according to O; IL is a subset of I containing
instances already present on the LOD; IU is the subset of I containing all the instances
generated by the IE process when the task is executed on C. A is a set of annotations
and consists of two parts: AL are found in CL, and AU are created by the IE process;
AU can be the final set or the intermediate sets created to re-seed learning.</p>
      <p>
        The proposed method for IE applies a semi-supervised approach, based on
identification of weak seeds for learning (high recall) followed by a filtering process that
ensures only the candidates that are reasonably certain (precision) are used to (re)seed
learning. We will work on an extension of the model we presented in [
        <xref ref-type="bibr" rid="ref17">17</xref>
        ] where (i) an
initial set of seed instances IL is identified, (ii) candidate annotation AL and AU are
identified from CL and CU ; (iii) a learning model is learned using (CC , IL, AL, AU ),
(iv) information is extracted by applying the model to CC to generate IU , AU and (v)
the new annotations are used to reseed another round of learning.
      </p>
      <p>
        The overview of the LODIE approach is shown in Figure 1. The workflow includes
the formalisation of the task T using LOD, the identification and optimisation of I and
A to seed learning, the study of semi-supervised multi-strategy IE learning models, and
the publication of AU and IU to LOD.
The first requirement for adapting Web-scale IE to specific user needs is to support users
in formalising their information needs in a machine understandable format. Formally
we define the user needs as a function: T = f (O) ! OL identifying a view on the
LOD ontologies describing the information extraction task. T will be materialised in
the form of an OWL ontology. We propose two ways to define T . The baseline strategy
will be bottom up and will include: (i) identifying manually relevant ontologies and
concepts on the LOD by using search engines like Swoogle (swoogle.umbc.edu) and
Watson (watson.kmi.open.ac.uk) and (ii) manually defining a view on them using a
standard tool like the Neon Toolkit (neon-toolkit.org). The second, more challenging
strategy will be top-down and will be based on: (i) the formalisation of user needs using
Content Ontology Design Patterns (Content ODP) [
        <xref ref-type="bibr" rid="ref18">18</xref>
        ] and (ii) the matching of the
resulting ontology with existing LOD ontologies using Reeningeering ODPs.
      </p>
      <p>
        An ODP is a reusable successful solution to a recurrent modelling problem. Content
ODPs are patterns that describe a conceptualization addressing specific requirements,
e.g. in terms of competency questions or reasoning tasks. Content ODPs can be
manifested as OWL ontologies, i.e. small OWL building blocks. User requirements will
be described in terms of specializations of general Content ODPs, i.e. by specialising
the general Content ODPs using user terminology. This will generate an ideal ontology
describing the task. This ideal task will then have to be mapped to the reality of the
LOD. First, relevant ontologies will be found using search engines like Swoogle and
Watson. Then, transformational ODPs are used to turn the generated ontology into a
view on the LOD by matching its concepts and relations with those actually found on
the LOD. We will use Reeningeering Patterns, e.g. transformation recipes [
        <xref ref-type="bibr" rid="ref19">19</xref>
        ],
currently proposed for semantically grounded triplifications. Reengineering Patterns will
here be applied to map the user-generated semantically grounded ontology to an
existing LOD ontology. This represent a kind of reverse approach than generally used in
literature where Reengineering ODPs are used to map a database schema to a
semantically grounded ontology. We will develop a user interface to define the IE task which
will guide the user in an effective and efficient way. We will identify relevant Content
and Reengineering ODP for the IE task and if necessary develop new ones.
Application of patterns will be done using the Neon XD Tools plugin [
        <xref ref-type="bibr" rid="ref20">20</xref>
        ] and the Semion tool
(stlab.istc.cnr.it/stlab/Semion).
4.2
      </p>
      <sec id="sec-4-1">
        <title>Learning seed identification and filtering</title>
        <p>
          A set of triples IL relevant to the users need are identified as side effect of the definition
of T : they can be retrieved from existing LOD knowledge bases associated with the
types in T . We will use search engines like Sindice to identify RDFa and Microformat
AL which are associated to the types in T (if available). To these, we will add further
candidates AU identified by searching the Web for linguistic realisation of the triples
IL. In order to reduce noise due to ambiguity of the linguistic realisations [
          <xref ref-type="bibr" rid="ref17">17</xref>
          ], we will
look for co-occurrence of known related instances in the same textual contexts (e.g.
sentences [
          <xref ref-type="bibr" rid="ref3">3</xref>
          ]), and structural elements (e.g. tables and lists [
          <xref ref-type="bibr" rid="ref21">21</xref>
          ]) and apply focussing
techniques (e.g. relevant ranking [
          <xref ref-type="bibr" rid="ref7">7</xref>
          ]).
        </p>
        <p>
          These annotations together with AL are used by the multi-strategy learning process
to create new candidate annotations and instances. We have adopted similar approaches
in [
          <xref ref-type="bibr" rid="ref17">17</xref>
          ] and [
          <xref ref-type="bibr" rid="ref21">21</xref>
          ]. Before feeding the identified annotations to the learning process, they
will be filtered to ensure high quality in training data. This is achieved by using two
measures, the measures of consistency and variability.
        </p>
        <p>
          Filtering seeds - consistency measure: We will define a measure of consistency to
filter A to prevent the learning algorithm to be misled by spurious data. Our hypothesis
is that good data should present consistency with respect to the learning task. We will
cast filtering as a problem of detecting noise in training data [
          <xref ref-type="bibr" rid="ref22 ref23">22, 23</xref>
          ]. These methods
usually apply an ensemble of supervised classifiers to the training data and identify
the noisy examples as those demonstrating high level of inconsistency in terms of the
labels produced by classifiers. However in doing so, the classifiers used to detect noisy
examples are constructed initially from a training set already containing noise, which
may introduce bias in the process [
          <xref ref-type="bibr" rid="ref23">23</xref>
          ].
        </p>
        <p>We propose to evaluate the consistency of the annotations by applying unsupervised
clustering techniques and study the cluster membership of individual examples. We will
map each a 2 A to a feature vector representing its form (superficial and semantic),
other entities it appears with (together with their types and their reciprocal relations,
from simple co-occurrence to specific relations), and other words it appears with in the
sentence, etc. Then we will exploit unsupervised clustering techniques to split the data
into clusters. Each generated cluster will be associated to a specific class by assigning
the type of the largest majority of instances; ambiguous clusters will be discarded. The
clustering procedure will be repeated iteratively under different settings; each a will
then be assigned a value of consistency, which will be a function of how a consistently
scores in the clusters associated to its actual type during the iterative process.</p>
        <p>To minimise computation we will apply sampling methods to A to create a
representative sample of manageable size. We will introduce methods to mathematically
formulate the assessment of consistency based on an annotations cluster membership
behaviour. The consistency score will be used to confirm the validity of a both before
seeding (or re-seeding) learning and before the generation of the final set of annotations.</p>
        <p>
          Optimising seeds - variability measure: Large numbers of examples in a very
large resource like the LOD can contribute little to learning while substantially increase
the computational overhead. The issue is increased when semi-supervised algorithms
use self-learning (i.e. re-seeding) as strategy (e.g., [
          <xref ref-type="bibr" rid="ref1 ref3">1, 3</xref>
          ]) because, due to the nature
of information redundancy on the Web, it is highly likely that a large portion of the
reseeding data is also redundant. Very little has been done to prevent this issue in large
scale IE. We hypothesize that good data should also present variability with respect to
the learning task. Thus we introduce the notion of variability in the IE task and propose
a novel measure to address this.
        </p>
        <p>
          Given the annotations tA ✓ A associated with one specific type t, we use the
variability measure to evaluate tA and select a subset tA0 ✓ tA ✓ A to (re-)seed learning
for the type t. The measure of variability is adapted from the consistency measure. We
will start by mapping each a 2 A to a feature vector representing its form in the same
way as in the consistency measure. Then we will apply an agglomerative clustering
algorithm [
          <xref ref-type="bibr" rid="ref24">24</xref>
          ] so that tA will be clustered into a number of groups and the centroid of
each cluster can be computed. The variability of the data collection tA should reflect
the number of clusters derived naturally and the distribution of members in each
cluster. Intuitively, a higher number of clusters imply a higher number of groups of different
examples, which ensures more extraction patterns to be learnt to ensure coverage; while
even distribution of cluster members ensures the patterns can be generalised for each
group. We hypothesize the variability of each a 2 A be dependent on the general
variability of the collection, and on their distance to the centroid of each cluster because
intuitively, the closer an element is to the centroid, the more representative it is for the
cluster. We will introduce methods to mathematically formulate the variability based on
these factors. At the end of the process we will have selected a subset tA0 ✓ tA ✓ A.
4.3
        </p>
      </sec>
      <sec id="sec-4-2">
        <title>Multi-strategy Learning</title>
        <p>The seed data identified and filtered in the previous steps are submitted to a
multistrategy learning method, which is able to work in different ways according to the type
of webpages the information is located in: (i) a model MS able to extract from
regular structures such as tables and lists; (ii) a model MW wrapping very regular web
sites generated by backing databases and (iii) a model MT for information in natural
language based on lexical-syntactic extraction patterns.</p>
        <p>
          As for extracting from regular structures, following early work by [
          <xref ref-type="bibr" rid="ref25 ref26">25, 26</xref>
          ], we
will adopt a strategy able to exploit the dependencies among entities expressed in one
page/site to learn to extract from that page. As an example, for tables we will build a
feature model based on text in each cell, as well as text from column label and text
in the possibly related entities (text from cells in the same row). Moreover, when two
or more annotations aW 2 A of compatible type W appear in the same substructure
(e.g. same column) in a document in CU , and other candidates aX 2 A of compatible
type X bearing a relation r with aW can be found in other parts of the same structure
(e.g. other columns in the same table), we will hypothesize that all the other elements
in those sub-structures will be of the type W and X and carry the same relation r. As a
result, we will output a number of potential annotations a 2 AU for each candidate in
the table. To decide the best type assignment for each column we will initially
experiment with strategies such as least common ancestors and majority [
          <xref ref-type="bibr" rid="ref26">26</xref>
          ] and compare
and combine them with methods exploiting an enhanced feature model, that will take
into account the semantics and restrictions in O [
          <xref ref-type="bibr" rid="ref21">21</xref>
          ].
        </p>
        <p>
          For learning to wrap a site given one of its pages containing a potential reference
to ajW 2 A, we will check if other pages from the same site are on the to do list for
T and contain other aiW 2 A of compatible type W in equivalent position (i.e. same
XPath). If they do, we will suppose the site is to be wrapped and will extract from
all the site pages that follow the identical XPath structure. As a result, we will output a
number of potential annotations a 2 AU . Exploiting structural patterns of web pages for
Information Extraction is often referred as wrapper induction [
          <xref ref-type="bibr" rid="ref27">27</xref>
          ]. We will experiment
with both bottom-up and top-down strategies to wrapping [
          <xref ref-type="bibr" rid="ref28">28</xref>
          ] and combine structural
and content elements from the pages.
        </p>
        <p>
          Finally for all other cases, we will learn shallow patterns. As opposed to approaches
based on complex machine learning algorithms (e.g. random walks in [
          <xref ref-type="bibr" rid="ref24">24</xref>
          ]), we will
focus on lexical-syntactic shallow pattern generalization algorithms. The patterns will be
generalised from the textual context of each a 2 A and will be based on features such
as words (lexical), part of speech (syntactic) and expected semantics such as related
entity classes. We will base the algorithm on our previous research in [
          <xref ref-type="bibr" rid="ref21">21</xref>
          ]. The
innovation will be focused on modifying the algorithm to account for negative examples, and
enriching the pattern representation with semantics mined from external knowledge
resources, such as fine-grained entity labels as in [
          <xref ref-type="bibr" rid="ref29">29</xref>
          ]. The patterns are then applied to
other webpages to create new candidate annotations.
        </p>
        <p>
          At the end of this process, we concatenate the candidate annotations extracted by
each learning strategy and create a collection of candidates a 2 AU . These will refer to
instances already known (IL) as well as new instances (IU ). The goal of the next steps
will be to create new triples in I. Also to form an iterative semi-supervised learning
pattern, the annotations will be selected to reseed the new round of learning. In order to
prevent the learner from drifting away if noisy data is permitted to creep in re-seeding
[
          <xref ref-type="bibr" rid="ref28 ref3 ref30">30, 28, 3</xref>
          ], we will filter the candidate AU by their consistency, and optimize them by
their variability (see previous section). The learning continues in a never-ending fashion
to consistently update the knowledge base [
          <xref ref-type="bibr" rid="ref3">3</xref>
          ]. Results will be visualized as soon as they
are produced and users will be able to subscribe to their queries and be notified and
updated when new facts of interest are mined.
4.4
        </p>
      </sec>
      <sec id="sec-4-3">
        <title>Publication of new triples in the LOD</title>
        <p>
          We will develop methods to enable the learned knowledge to be published and
integrated into the LOD by exposing a SPARQL endpoint. In order to do so, the candidates
AU identified by IE will be assigned to a URI, i.e. a unique identifier. We call this
step disambiguation [
          <xref ref-type="bibr" rid="ref17">17</xref>
          ]. The core of our disambiguation process will be exploiting
features to obtain the optimal representation of each candidate set. We will use both
co-occurrence based features (gathered from the context of occurrence of a given noun
phrase) and relational features (obtained by exploring relational properties in the
ontologies) [
          <xref ref-type="bibr" rid="ref31">31</xref>
          ]. As scalability is a major requirement both in terms of T and C, we will
explore methods with minimum requirements in computational terms such as simple
feature overlapping based methods [
          <xref ref-type="bibr" rid="ref32">32</xref>
          ] and string distance metrics [
          <xref ref-type="bibr" rid="ref13">13</xref>
          ]. We will
compare their effectiveness with that of more computationally intensive machine learning
methods such as HMM [
          <xref ref-type="bibr" rid="ref17">17</xref>
          ], random walks [
          <xref ref-type="bibr" rid="ref24">24</xref>
          ] etc.
        </p>
        <p>
          Finally, in order to correct mistakes and improve the quality of both data and
learning, a user-friendly interface will be created to enable users to provide feedback by
correcting mistakes in both the knowledge base and the annotations. Strategies such
as those employed by WIQA (Information Quality Assessment Framework) [
          <xref ref-type="bibr" rid="ref33">33</xref>
          ] using
different information filtering policies will be employed. Corrections made by users are
collected as feedback to the learning process. These are fed into new learning cycles
and it is anticipated that with minimum and voluntary user feedback the learning
process can improve over time. It has been shown that learning systems benefit largely
from very little human supervision [
          <xref ref-type="bibr" rid="ref11">11</xref>
          ].
5
        </p>
      </sec>
    </sec>
    <sec id="sec-5">
      <title>Evaluation</title>
      <p>In order to test the effectiveness of the IE algorithms we will test both the suitability of
the approach to formalise the user needs and the suitability of the approach to IE.</p>
      <p>As for the definition of user needs, we will test the approach by giving a task
described in natural language to experts in IE with a reasonable understanding of LOD
and asking them to define an equivalent IE task. Evaluation will consider (i) feasibility
and efficiency: can a user develop a task in a reasonable time with limited overhead
using ontology patterns? We will test this by timing the task and comparing with the use
of the baseline method; (ii) effectiveness: is the result really representative of the user
needs? Are the resulting task ontology and the associated triples/annotations suitable to
seeding IE? This will be assessed in two ways: on the one hand users will have to judge
the resulting T , AL and IL as relevant to their needs; on the other hand we will
evaluate the returned triples in terms of usefulness to learning using the quality measures
described below.</p>
      <p>
        As for the effectiveness of the IE process, we will measure empirically different
aspects of the learning strategy, from the different algorithms, different versions of the
measures, etc. To separate this aspect of evaluation from the user evaluation, we will
define a new task based on population of sections of the schema.org ontology and we
will test the effectiveness of the IE system in different configurations. Typically standard
measures of evaluation for IE are based on precision; since the unbounded domain and
sheer amount of data on the Web makes it largely impossible to study other measures
such as recall. However, besides precision, we will attempt also a partial evaluation of
recall by providing the system with just a fraction of the available AL and checking
recall with respect to the AL not provided for training. Moreover, we plan to participate
in comparative large scale IE evaluations such as the TAC Knowledge Base Population
[
        <xref ref-type="bibr" rid="ref34">34</xref>
        ] or the TREC Entity Extraction task [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ] to compare our technology with the state
of the art.
6
      </p>
    </sec>
    <sec id="sec-6">
      <title>Conclusion</title>
      <p>LODIE is a project addressing complex challenges that we believe are novel and of
high interest to the scientific community. It is timely because (i) for the first time in the
history of IE a very large-scale information resource is available, covering a growing
number of domains and (ii) of the very recent interest in the use of Linked Data for Web
extraction. Potential for exploitation is very high. A number of challenges are ahead
and require the use of technologies from fields such as knowledge representation and
reasoning, IE and machine learning. We intend to use knowledge patterns to formalise
user requirements for Web-scale IE. We will develop efficient iterative semi-supervised
multi-strategy Web-scale learning methods robust to noise and able to avoid drifting
away when re-seeding. Particular focus will be put on efficient and robust methods: we
will develop and test methods to evaluate the quality of LOD data for training and to
select the optimal subset to seed learning.</p>
    </sec>
    <sec id="sec-7">
      <title>Acknowledgments</title>
      <p>The LODIE project (Linked Open Data Information Extraction) is funded by the
Engineering and Physical Sciences Research Council, Grant Reference: EP/J019488/1.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          1.
          <string-name>
            <surname>Etzioni</surname>
            ,
            <given-names>O.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Cafarella</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Downey</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kok</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Popescu</surname>
            ,
            <given-names>A.M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Shaked</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Soderland</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Weld</surname>
            ,
            <given-names>D.S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Yates</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          :
          <article-title>Web-Scale Information Extraction in KnowItAll (Preliminary Results)</article-title>
          .
          <source>In: WWW2004 Proceedings of the 13th international conference on World Wide Web</source>
          . (
          <year>2004</year>
          )
          <fpage>100</fpage>
          -
          <lpage>110</lpage>
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          2.
          <string-name>
            <surname>Banko</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Cafarella</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Soderland</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Broadhead</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Etzioni</surname>
            ,
            <given-names>O.</given-names>
          </string-name>
          :
          <article-title>Open information extraction for the web</article-title>
          .
          <source>In: IJCAI'07 Proceedings of the 20th international joint conference on Artifical intelligence</source>
          . (
          <year>2007</year>
          )
          <fpage>2670</fpage>
          -
          <lpage>2676</lpage>
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          3.
          <string-name>
            <surname>Carlson</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Betteridge</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kisiel</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Settles</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Jr</surname>
            ,
            <given-names>E.R.H</given-names>
          </string-name>
          ., Mitchell, T.M.:
          <article-title>Toward an Architecture for Never-Ending Language Learning</article-title>
          .
          <source>In: Proceedings of the Conference on Artificial Intelligence (AAAI)</source>
          .
          <article-title>(</article-title>
          <year>2010</year>
          )
          <fpage>1306</fpage>
          -
          <lpage>1313</lpage>
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          4.
          <string-name>
            <surname>Freedman</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ramshaw</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          :
          <article-title>Extreme extraction: machine reading in a week</article-title>
          .
          <source>In: Proceedings of the 2011 Conference on Empirical Methods in Natural Language Processing</source>
          , ACL (
          <year>2011</year>
          )
          <fpage>1437</fpage>
          -
          <lpage>1446</lpage>
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          5.
          <string-name>
            <surname>Nakashole</surname>
            ,
            <given-names>N.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Theobald</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          :
          <article-title>Scalable knowledge harvesting with high precision and high recall</article-title>
          .
          <source>WSDM '11 Proceedings of the fourth ACM international conference on Web search and data mining</source>
          (
          <year>1955</year>
          ) (
          <year>2011</year>
          )
          <fpage>227</fpage>
          -
          <lpage>236</lpage>
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          6.
          <string-name>
            <surname>Mulwad</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Finin</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Syed</surname>
            ,
            <given-names>Z.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Joshi</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          :
          <article-title>Using linked data to interpret tables</article-title>
          .
          <source>In: First International Workshop on Consuming Linked Data (COLD2010)</source>
          . (
          <year>2010</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          7.
          <string-name>
            <surname>Balog</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Serdyukov</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          :
          <article-title>Overview of the TREC 2010 Entity Track</article-title>
          .
          <source>In: Proceedings of the Nineteenth Text REtrieval Conference (TREC</source>
          <year>2010</year>
          ), NIST (
          <year>2011</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          8.
          <string-name>
            <surname>Joachims</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          :
          <article-title>Making large scale SVM learning practical</article-title>
          . In B.
          <string-name>
            <surname>Scholkprof</surname>
            ,
            <given-names>C.J.C.</given-names>
          </string-name>
          <string-name>
            <surname>Borges</surname>
          </string-name>
          , Smola, A., eds.:
          <article-title>Advances in kernel methods</article-title>
          . MIT Press, Cambridge, MA, USA (
          <year>1999</year>
          )
          <fpage>169</fpage>
          -
          <lpage>184</lpage>
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          9.
          <string-name>
            <surname>Agichtein</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Gravano</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Pavel</surname>
          </string-name>
          , J.:
          <article-title>Snowball: a prototype system for extracting relations from large text collections</article-title>
          .
          <source>ACM SIGMOD</source>
          . . . (
          <year>2001</year>
          )
          <fpage>612</fpage>
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          10.
          <string-name>
            <surname>Zhu</surname>
            ,
            <given-names>J.:</given-names>
          </string-name>
          <article-title>StatSnowball : a Statistical Approach to Extracting Entity</article-title>
          .
          <source>In: WWW '09 Proceedings of the 18th international conference on World wide web.</source>
          (
          <year>2009</year>
          )
          <fpage>101</fpage>
          -
          <lpage>110</lpage>
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          11.
          <string-name>
            <surname>Thompson</surname>
            ,
            <given-names>C.A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Hall</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Mooney</surname>
          </string-name>
          , R.J.:
          <article-title>Active Learning for Natural Language Parsing and Information Extraction LEARNING SYSTEMS</article-title>
          .
          <source>In: Proceedings of the Sixteenth International Conference on Machine Learning. ICML 99</source>
          . (
          <year>1999</year>
          )
          <fpage>406</fpage>
          -
          <lpage>414</lpage>
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          12.
          <string-name>
            <surname>Auer</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Dietzold</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Lehmann</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Hellmann</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Aumueller</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          :
          <article-title>Triplify Light-Weight Linked Data Publication from Relational Databases</article-title>
          .
          <source>WWW '09 Proceedings of the 18th international conference on World wide web (</source>
          <year>2009</year>
          )
          <fpage>621</fpage>
          -
          <lpage>630</lpage>
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          13.
          <string-name>
            <surname>Lopez</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Nikolov</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Sabou</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Uren</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          :
          <article-title>Scaling up question-answering to linked data. In: Proceedings of the 17th international conference on Knowledge engineering and management by the masses</article-title>
          .
          <source>EKAW10</source>
          . (
          <year>2010</year>
          )
          <fpage>193</fpage>
          -
          <lpage>210</lpage>
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          14.
          <string-name>
            <surname>Halpin</surname>
            ,
            <given-names>H.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Hayes</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>McCusker</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          :
          <article-title>When owl: sameas isn't the same: An analysis of identity in linked data</article-title>
          .
          <source>In: Proceedings of 9th International Semantic Web Conference ISWC</source>
          <year>2010</year>
          .
          <article-title>(</article-title>
          <year>2010</year>
          )
          <fpage>305</fpage>
          -
          <lpage>320</lpage>
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          15.
          <string-name>
            <surname>Gangemi</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Presutti</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          :
          <article-title>Towards a pattern science for the Semantic Web</article-title>
          .
          <source>Semantic Web</source>
          <volume>0</volume>
          (
          <year>2010</year>
          )
          <fpage>1</fpage>
          -
          <lpage>7</lpage>
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          16.
          <string-name>
            <surname>Blanco</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Bronzi</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Crescenzi</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Merialdo</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Papotti</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          :
          <article-title>Redundancy-driven web data extraction and integration</article-title>
          .
          <source>Procceedings of the 13th International Workshop on the Web and Databases - WebDB '10</source>
          (
          <year>2010</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          17.
          <string-name>
            <surname>Rowe</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ciravegna</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          :
          <article-title>Disambiguating identity web references using Web 2.0 data and semantics</article-title>
          .
          <source>Web Semantics: Science, Services and Agents on the World Wide Web</source>
          <volume>8</volume>
          (
          <issue>2</issue>
          -3)
          <issue>(</issue>
          <year>July 2010</year>
          )
          <fpage>125</fpage>
          -
          <lpage>142</lpage>
        </mixed-citation>
      </ref>
      <ref id="ref18">
        <mixed-citation>
          18.
          <string-name>
            <surname>Presutti</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Gangemi</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          :
          <article-title>Content ontology design patterns as practical building blocks for web ontologies</article-title>
          . In:
          <string-name>
            <surname>Conceptual</surname>
            <given-names>Modeling-ER</given-names>
          </string-name>
          <year>2008</year>
          .
          <article-title>(</article-title>
          <year>2008</year>
          )
          <fpage>128</fpage>
          -
          <lpage>141</lpage>
        </mixed-citation>
      </ref>
      <ref id="ref19">
        <mixed-citation>
          19.
          <string-name>
            <surname>Nuzzolese</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Gangemi</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          :
          <article-title>Fine-tuning triplification with Semion</article-title>
          .
          <source>Proceedings of the 1st Workshop on Knowledge Injection and Extraction from LD at EKAW</source>
          <year>2010</year>
          (
          <year>2010</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref20">
        <mixed-citation>
          20.
          <string-name>
            <surname>Blomqvist</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Presutti</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Daga</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Gangemi</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          :
          <article-title>Experimenting with eXtreme Design</article-title>
          .
          <article-title>In: Proceedings of the 17th international conference on Knowledge engineering and management by the masses</article-title>
          .
          <source>EKAW10</source>
          . (
          <year>2010</year>
          )
          <fpage>120</fpage>
          -
          <lpage>134</lpage>
        </mixed-citation>
      </ref>
      <ref id="ref21">
        <mixed-citation>
          21.
          <string-name>
            <surname>Ciravegna</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Chapman</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Dingli</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          :
          <article-title>Learning to harvest information for the semantic web</article-title>
          .
          <source>The Semantic Web: (1)</source>
          (
          <year>2004</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref22">
        <mixed-citation>
          22.
          <string-name>
            <surname>Jiang</surname>
            ,
            <given-names>Y.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Zhou</surname>
            ,
            <given-names>Z.</given-names>
          </string-name>
          <year>h</year>
          .:
          <article-title>Editing Training Data for kNN Classifiers with</article-title>
          .
          <source>In: ISNN</source>
          <year>2004</year>
          ,
          <source>International Symposium on Neural Networks</source>
          . (
          <year>2004</year>
          )
          <fpage>356</fpage>
          -
          <lpage>361</lpage>
        </mixed-citation>
      </ref>
      <ref id="ref23">
        <mixed-citation>
          23.
          <string-name>
            <surname>Valizadegan</surname>
            ,
            <given-names>H.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Tan</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          :
          <article-title>Kernel Based Detection of Mislabeled Training Examples</article-title>
          .
          <source>In: Proceedings of the Seventh SIAM International Conference on Data Mining</source>
          . (
          <year>2007</year>
          )
          <fpage>309</fpage>
          -
          <lpage>319</lpage>
        </mixed-citation>
      </ref>
      <ref id="ref24">
        <mixed-citation>
          24.
          <string-name>
            <surname>Iria</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Xia</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Zhang</surname>
            ,
            <given-names>Z.</given-names>
          </string-name>
          :
          <article-title>Wit: Web people search disambiguation using random walks</article-title>
          .
          <source>SemEval '07 Proceedings of the 4th International Workshop on Semantic Evaluations (June)</source>
          (
          <year>2007</year>
          )
          <fpage>480</fpage>
          -
          <lpage>483</lpage>
        </mixed-citation>
      </ref>
      <ref id="ref25">
        <mixed-citation>
          25.
          <string-name>
            <surname>Milne</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Witten</surname>
            ,
            <given-names>I.</given-names>
          </string-name>
          :
          <article-title>Learning to link with wikipedia</article-title>
          .
          <source>In: CIKM '08 Proceedings of the 17th ACM conference on Information and knowledge management</source>
          . (
          <year>2008</year>
          )
          <fpage>509</fpage>
          -
          <lpage>518</lpage>
        </mixed-citation>
      </ref>
      <ref id="ref26">
        <mixed-citation>
          26.
          <string-name>
            <surname>Limaye</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Sarawagi</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Chakrabarti</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          :
          <article-title>Annotating and Searching Web Tables Using Entities , Types and Relationships</article-title>
          .
          <source>Proceedings of the VLDB Endowment</source>
          <volume>3</volume>
          (
          <issue>1</issue>
          -2) (
          <year>2010</year>
          )
          <fpage>1338</fpage>
          -
          <lpage>1347</lpage>
        </mixed-citation>
      </ref>
      <ref id="ref27">
        <mixed-citation>
          27.
          <string-name>
            <surname>Kushmerick</surname>
          </string-name>
          , N.:
          <article-title>Wrapper Induction for information Extraction</article-title>
          .
          <source>In: IJCAI97</source>
          . (
          <year>1997</year>
          )
          <fpage>729</fpage>
          -
          <lpage>735</lpage>
        </mixed-citation>
      </ref>
      <ref id="ref28">
        <mixed-citation>
          28.
          <string-name>
            <surname>Dalvi</surname>
            ,
            <given-names>N.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kumar</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Soliman</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          :
          <article-title>Automatic wrappers for large scale web extraction</article-title>
          .
          <source>Proceedings of the VLDB Endowment</source>
          <volume>4</volume>
          (
          <issue>4</issue>
          ) (
          <year>2011</year>
          )
          <fpage>219</fpage>
          -
          <lpage>230</lpage>
        </mixed-citation>
      </ref>
      <ref id="ref29">
        <mixed-citation>
          29.
          <string-name>
            <surname>Kazama</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Torisawa</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          :
          <article-title>Inducing gazetteers for named entity recognition by largescale clustering of dependency relations</article-title>
          .
          <source>In: Proceedings of ACL-08: HLT</source>
          . (
          <year>2008</year>
          )
          <fpage>407</fpage>
          -
          <lpage>415</lpage>
        </mixed-citation>
      </ref>
      <ref id="ref30">
        <mixed-citation>
          30.
          <string-name>
            <surname>Curran</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Murphy</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Scholz</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          :
          <article-title>Minimising semantic drift with mutual exclusion bootstrapping</article-title>
          .
          <source>In: Proceedings of the 10th Conference of the Pacific Association for Computational Linguistics</source>
          . (
          <year>2007</year>
          )
          <fpage>172</fpage>
          -
          <lpage>180</lpage>
        </mixed-citation>
      </ref>
      <ref id="ref31">
        <mixed-citation>
          31.
          <string-name>
            <surname>Krishnamurthy</surname>
          </string-name>
          , J., Mitchell, T.:
          <article-title>Which noun phrases denote which concepts? In: Proceedings of the 49th Annual Meeting of the Association for Computational Linguistics: Human Language Technologies</article-title>
          . Volume
          <volume>15213</volume>
          . (
          <year>2011</year>
          )
          <fpage>570</fpage>
          -
          <lpage>580</lpage>
        </mixed-citation>
      </ref>
      <ref id="ref32">
        <mixed-citation>
          32.
          <string-name>
            <surname>Banerjee</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Pedersen</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          :
          <article-title>An Adapted Lesk Algorithm for Word Sense Disambiguation Using WordNet</article-title>
          .
          <source>In: CICLing '02: Proceedings of the Third International Conference on Computational Linguistics and Intelligent Text Processing</source>
          , London, UK, Springer-Verlag (
          <year>2002</year>
          )
          <fpage>136</fpage>
          -
          <lpage>145</lpage>
        </mixed-citation>
      </ref>
      <ref id="ref33">
        <mixed-citation>
          33.
          <string-name>
            <surname>Bizer</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Cyganiak</surname>
          </string-name>
          , R.:
          <article-title>Quality-driven information filtering using the WIQA policy framework</article-title>
          .
          <source>Web Semantics: Science, Services and Agents on the World Wide Web</source>
          <volume>7</volume>
          (
          <issue>1</issue>
          ) (
          <year>January 2009</year>
          )
          <fpage>1</fpage>
          -
          <lpage>10</lpage>
        </mixed-citation>
      </ref>
      <ref id="ref34">
        <mixed-citation>
          34.
          <string-name>
            <surname>Ji</surname>
            ,
            <given-names>H.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Grishman</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          :
          <article-title>Knowledge base population: Successful approaches and challenges</article-title>
          .
          <source>In: Proceedings of the 49th Annual Meeting of the Association for Computational Linguistics: Human Language Technologies - HLT 11</source>
          .
          <article-title>(</article-title>
          <year>2011</year>
          )
          <fpage>1148</fpage>
          -
          <lpage>1158</lpage>
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>