<!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>Using Semantic Web Resources for Solving Winograd Schemas: Sculptures, Shelves, Envy, and Success</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Peter Schüller</string-name>
          <email>peter.schuller@marmara.edu.tr</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Mishal Kazmi</string-name>
          <email>mishalkazmi@sabanciuniv.edu</email>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Computer Engineering Department, Faculty of Engineering, Marmara University</institution>
          ,
          <addr-line>Istanbul</addr-line>
          ,
          <country country="TR">Turkey</country>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>Faculty of Engineering and Natural Science, Sabanci University</institution>
          ,
          <addr-line>Istanbul</addr-line>
          ,
          <country country="TR">Turkey</country>
        </aff>
      </contrib-group>
      <fpage>22</fpage>
      <lpage>25</lpage>
      <abstract>
        <p>Winograd Schemas are sentences where a pronoun must be linked to one of two possible entities in the same sentence. Deciding correctly which entity should be linked was proposed as an alternative to the Turing test. Knowledge is a critical component of solving this challenge and Linked Data resources promise to be useful to that end. We discuss two example Winograd Schemas and related knowledge that can be discovered by manual search in WikiData, DBPedia, BabelNet, freebase, WordNet, VerbNet, and the Component Library. We nd that these resources are di cult to leverage because (i) they mix named entities with expert jargon and generic ontological knowledge, (ii) annotation tools are lacking, and (ii) commonsense knowledge is kept implicit.</p>
      </abstract>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>1. INTRODUCTION</title>
      <p>The Winograd Schema Challenge (WSC) [20, 12] was
proposed as a more practical alternative for the Turing Test.
An example is the following Winograd Schema (WS):
[The sculpture]a rolled o [the shelf ]b
because [it]X wasn't anchored.
[The sculpture]a rolled o [the shelf ]b
because [it]X wasn't level.
(ScAnchor)
(ScLevel)
Each sentence in such a schema poses a coreference
ambiguity problem between the phrases marked in square brackets.
This example has two candidate solutions: X = a and X = b.
An important property of WSs is, that the correct solution
is di erent in both sentences, and that the sentences di er
only by a single word (`level' vs. `anchored'): the correct
solution of (ScAnchor) is X = a while for (ScLevel) it is X = b.
Because of this property it has been argued, that purely
statistical approaches will be insu cient for beating the WSC
and that methods of (symbolic) knowledge representation
and reasoning will be necessary [12].</p>
      <p>This work has been supported by Scienti c and
Technological Research Council of Turkey (TUBITAK) Grant 114E777.</p>
      <p>Reasoning requires knowledge, the biggest repository of
knowledge is arguably the Internet, however it is mostly
unstructured information. The Linked Data e ort [4]
structures data in a way that it becomes machine readable, hence
it can be used for automated reasoning. Therefore using the
Semantic Web as a knowledge resource for tackling the WSC
is highly suggestive. But knowledge is more than data, so
how far can we get with existing resources?</p>
      <p>In this work we discuss two examples of WSs and attempt
to resolve them using data repositories typically considered
part of the Semantic Web and other resources. We show
that repositories like WikiData, DBPedia, BabelNet, and
freebase are necessary but not su cient by themselves: they
contain mostly taxonomic knowledge and (historical) facts
about named entities.</p>
      <p>On the contrary, most existing Winograd Schemas [7] do
not refer to historical events or entities, they can be
understood out of the blue (i.e., without additional context) using
Commonsense knowledge [14] that is shared by humans
because they live in a similar world as other humans.1 In the
above WS such knowledge is that anchoring/ xing an object
(usually) prevents its movement.</p>
      <p>But is such Commonsense knowledge represented in
Semantic Web resources?</p>
      <p>In this work we rst outline how to perform reasoning,
following the idea that many schemas can be resolved
using correlation [2].2 Then we give an | in our opinion |
representative part of background knowledge obtained from
existing resources by manual search</p>
      <p>Our contribution is to point out potential use of Semantic
Web resources towards tackling Winograd Schemas and to
show problems that become apparent while doing so. The
main issues we point out are as follows.</p>
      <p>Misinterpreting the topic of a sentence causes
annotation of many wrong entities, in particular if knowledge
about named entities or expert jargon is preferred over
generic concepts. Therefore tools that annotate text
with the correct links (concepts or entities) are crucial.
A high level of detail in textual descriptions, or a
varying detail of such descriptions, can mislead reasoning.
Missing Commonsense knowledge is a limiting factor,
but annotating Web content with links to common
vo1We will disregard the question where commonsense
knowledge ends and where culture-dependent knowledge starts.
2Note that such reasoning need not be based on symbolic
logic, we can similarly envision to realize it statistically.
cabularies has the potential to enable future work that
mines such knowledge from the (annotated) Web.</p>
    </sec>
    <sec id="sec-2">
      <title>REASONING ABOUT CORRELATION</title>
      <p>Why is correlation [2] a possibility for resolving coreferences
in the WSC?</p>
      <p>If we split (ScAnchor) and (ScLevel) into two sentences,
including all possible resolutions of the pronoun, we obtain
the following simple statements.</p>
      <sec id="sec-2-1">
        <title>The sculpture rolled o the shelf.</title>
      </sec>
      <sec id="sec-2-2">
        <title>The sculpture wasn't anchored.</title>
      </sec>
      <sec id="sec-2-3">
        <title>The shelf wasn't anchored.</title>
      </sec>
      <sec id="sec-2-4">
        <title>The sculpture wasn't level.</title>
      </sec>
      <sec id="sec-2-5">
        <title>The shelf wasn't level.</title>
        <p>
          In the original schema, the word `because' raises an
expectation in the reader, namely that the second sentence is
a plausible reason for the rst sentence. One way to handle
this plausibility is to reduce it to correlation: For example
by checking whether (
          <xref ref-type="bibr" rid="ref1">1</xref>
          ) has a higher correlation with (
          <xref ref-type="bibr" rid="ref2">2</xref>
          )
than with (
          <xref ref-type="bibr" rid="ref3">3</xref>
          ) we can nd the correct solution.
        </p>
        <p>
          But what kind of correlation do we use in this case?
The topic of all three sentences is related with movement
or its impossibility. Hence the correlation can be about
properties within that topic. (
          <xref ref-type="bibr" rid="ref1">1</xref>
          ) and (
          <xref ref-type="bibr" rid="ref2">2</xref>
          ) pertain to movement of
the sculpture, while (
          <xref ref-type="bibr" rid="ref3">3</xref>
          ) pertains to movement of the shelf.
In absence of knowledge about the meaning of anchoring this
can be enough to infer the correct solution, namely that (
          <xref ref-type="bibr" rid="ref1">1</xref>
          )
and (
          <xref ref-type="bibr" rid="ref2">2</xref>
          ) are correlated more than (
          <xref ref-type="bibr" rid="ref1">1</xref>
          ) and (
          <xref ref-type="bibr" rid="ref3">3</xref>
          ). If we
additionally know that anchoring prevents rolling, and not anchoring
allows rolling (this can be seen as a positive correlation) then
we can also infer the correct solution: (
          <xref ref-type="bibr" rid="ref2">2</xref>
          ) better ful lls the
expectation raised by `because', yielding the solution X = a.
        </p>
        <p>Note that we deal with (ScLevel) in the next section.
Our second example is the following schema.</p>
        <p>(EnvyBecause)
(EnvyAlthough)
[Pete]a envies [Martin]b
because [he]X is very successful.
[Pete]a envies Martinb
although [he]X is very successful.</p>
      </sec>
      <sec id="sec-2-6">
        <title>Extracted parts of this schema are</title>
        <p>Pete envies Martin.</p>
        <p>Pete is very successful.</p>
        <p>Martin is very successful.</p>
        <p>Note that this time the same three sentences are used for
resolving (EnvyBecause) and (EnvyAlthough). The only
difference between (EnvyBecause) and (EnvyAlthough) is the
connective between the sentences: `because' (again) raises
an expectation of positive correlation, however `although'
raises an expectation of an exception: although we would
normally assume that Pete is not envious (because he is
successful), he actually is.</p>
        <p>Intuitively, the object of `to envy' is correlated with being
successful, and the subject of `to envy' is correlated with not
being successful. Therefore the solution for (EnvyBecause)
can be found by maximizing correlation, while we need to
minimize correlation for (EnvyAlthough).</p>
        <p>
          Theoretical Justi cation. The expectation of correlation
is explained by linguistic theories about discourse structure
(
          <xref ref-type="bibr" rid="ref1">1</xref>
          )
(
          <xref ref-type="bibr" rid="ref2">2</xref>
          )
(
          <xref ref-type="bibr" rid="ref3">3</xref>
          )
(
          <xref ref-type="bibr" rid="ref4">4</xref>
          )
(
          <xref ref-type="bibr" rid="ref5">5</xref>
          )
(
          <xref ref-type="bibr" rid="ref6">6</xref>
          )
(
          <xref ref-type="bibr" rid="ref7">7</xref>
          )
(
          <xref ref-type="bibr" rid="ref8">8</xref>
          )
and discourse coherence (e.g., [13, 1]). For simplicity, our
examples show only explicit discourse structure indicated
by `because' or `although'. However in a coherent text all
sentences are related in a structure, often a tree structure,
and often not explicitly marked. Two examples of frequent
implicit discourse relations are temporal order (time
usually progresses forward from one sentence to the subsequent
one); and elaboration (a topic is explained in more detail in
a subsequent sentence). Examples for further explicit
discourse connectives are `but', `hence', `in order to', . . . .
        </p>
      </sec>
    </sec>
    <sec id="sec-3">
      <title>3. SEMANTIC WEB KNOWLEDGE</title>
      <p>We now investigate how to obtain the required knowledge
from resources integrated into the Semantic Web and from
similar resources built by other communities. We consider
WikiData [19], which is a language- and
presentation-independent annotated data backend for Wikipedia, DBPedia [10],
which contains RDF triples extracted from Wikipedia
infoboxes, freebase [5], which is a community-built knowledge
graph repository, and BabelNet [17], which connects
several Wikipedia projects with the linguistic resources WordNet
[15]. Furthermore we use the linguistic resources WordNet,
VerbNet [9], and the Component Library Clib [3], which is a
Commonsense knowledge resource.</p>
      <p>For WikiData, freebase, WordNet, VerbNet, and Clib, we
lookup single words. We also search in the Falcons Semantic
Web search engine [18] which performs search and ranking
results in most of the above resources.</p>
      <p>Additionally we perform annotation of the whole schemas
using the annotation engines DBPedia Spotlight3 [6] and the
Babelfy [16] annotation engine for linking to BabelNet.4
3.1</p>
    </sec>
    <sec id="sec-4">
      <title>Disambiguating the Anchored Schema</title>
      <p>
        (ScAnchor) can be disambiguated if we have knowledge that
(i) sentences (
        <xref ref-type="bibr" rid="ref1">1</xref>
        ), (
        <xref ref-type="bibr" rid="ref2">2</xref>
        ), and (
        <xref ref-type="bibr" rid="ref3">3</xref>
        ) are about the same topic
(movement of a physical object); and that (ii) anchoring
prevents movement and rolling is movement.
      </p>
      <p>We will take for granted that we have linguistic knowledge
and mechanisms that allow us to identify subject and object
of `rolled' and how to handle the predicate `wasn't': these
are research areas on their own.</p>
      <p>Useful Knowledge. WikiData has de nitions for
`sculpture' as well as `shelf', classifying them as `three-dimensional
work of art' and as `furniture', respectively, and both are a
subclass of `arti cial physical object'.</p>
      <p>VerbNet contains an entry classifying `roll o 'as `move'.</p>
      <p>Babelfy produces several correct annotations: `rolled' is
linked to `roll' which is a kind of `move'; `anchored' is linked
to `anchor' which is a kind of ` x' which is a kind of `attach'.</p>
      <p>Falcons nds WordNet and WikiData concepts for
`sculpture', `to roll', and `shelf', ranking correct data high but not
in rst place. Results for `anchored' are not helpful, but
searching for `anchor' reveals the correct WordNet entry.</p>
      <p>While attaching intuitively prevents moving, this
knowledge is cannot be found easily.</p>
      <p>Clib contains nearly enough information to infer this causal
relation: `Move' has a precondition that the object to be
moved does not have the property `Be-Restrained' which
inherits from `Be-Obstructed'. The problem is that
obstruction or restraint is caused by `Move' and the separate
3http://spotlight.dbpedia.org/rest/annotate
4http://babelfy.org/index
event `Attach' is not causally related to restraining
(`BeRestrained' contains the linguistic annotation ` xed' but
xing and attaching are modeled as di erent concepts).</p>
      <p>While it seems that enough knowledge is available,
automatically linking that knowledge in the right way is not
trivial. Next we show that there is also additional knowledge
that could be linked and that is counterproductive towards
the goal of reasoning about the intuition of our example.
Misleading knowledge. freebase provides several entries
for `sculpture', mostly about the art form of sculpturing,
and few about (very speci c) physical objects. The closest
helpful entry is `statue' which, according to its de nition,
`. . . is a sculpture representing one or more people or animals
. . . .' For `shelf' the rst hit is the correct entry, however in
its de nition we nd that `A shelf is a at horizontal plane
. . . to hold items . . . It is raised o the ground and usually
anchored/supported on its shorter length sides by brackets.'</p>
      <p>The de nition of sculpture (or statue) does not contain
information about anchoring, hence a system that heuristically
evaluates correlation will conclude that shelves are more
likely to be anchored than sculptures. Therefore (ScAnchor)
will be disambiguated in the wrong way, even though we
have only truthful evidence. The problem is that the
heuristic fails because (by chance) one de nition contains
misleading information. (Actually searching the web yields many
do-it-yourself forums with information about proper ways
to anchor shelves in the wall, and not nearly as much for
anchoring statues, hence correlation of anchoring seems to
be higher for shelves than for statues, however we need to
consider correlation between rolling an object and not
anchoring that object.)</p>
      <p>Babelfy provides the following annotations: `sculpture' is
a `three-dimensional gure' which is a `shape' which is a
`mathematical object', moreover `sculpture' is subclass of
several art forms; `shelf' is a `furniture' which is a
`decorative art' which is a `perceptible object', moreover `shelf' is
a `support' which is a `machine' and a `tool'. In summary
`sculpture' is classi ed as an intangible abstract concept, and
`shelf' is classi ed also as a tool which can be misleading.</p>
      <p>DBPedia Spotlight annotates `sculpture' with a particular
species of sea snail, `shelf' with `Shelf life' (shelf here means
shallow coastal area of the sea). While `rolled' and
`anchored' are not associated with any entity, a search on the
web reveals more potentially misleading information: there
are `roll anchors' for anchoring ships in the shelf zone,
moreover rolling is a speci c movement of ships induced by wind.</p>
      <p>While the presence of this (expert jargon) knowledge in
DBPedia is no problem, its usage is a problem: it should be
linked only when signi cant evidence suggests that the text
is about anchoring ships near the coast. It seems that
Babelfy performs better than DBPedia Spotlight, although this
can be a random e ect due to the limited number of
examples we are looking at. While Falcons contains a possibility
to choose between `object' and `concept' in the search, this
does not seem to provide the required distinction: expert
jargon is always contained in search results.</p>
      <p>Note that we mainly discussed `sculpture', because for
other content words, misleading knowledge cannot be found
to such an extent. Due to the amount of available
knowledge, separating useful from irrelevant knowledge is crucial.
3.2</p>
    </sec>
    <sec id="sec-5">
      <title>Disambiguating the Level Schema</title>
      <p>
        For (ScLevel) we do not need correlation: if we can show that
among the two candidates (
        <xref ref-type="bibr" rid="ref4">4</xref>
        ) and (
        <xref ref-type="bibr" rid="ref5">5</xref>
        ), the second one is a
property that is reasonable while the rst is an unreasonable
one, then we nd the correct result.
      </p>
      <p>To show this we require the following knowledge: (i) a
shelf is usually a at entity, (ii) a sculpture is usually not
at, and (iii) `level' is a potential property of at entities.5
Useful knowledge. freebase's entry for `shelf' states `A
shelf is a at horizontal plane [. . . ]' and most of its entries
for `level' refer to `horizontal' or `plane' in their de nitions.
This allows us to infer that `level' is a more likely property
of `shelf' than of `sculpture', yielding the solution X = b.
Misleading knowledge. DBPedia Spotlight wrongly links
`level' to `deck of a ship', again using the wrong topic area.</p>
      <p>Babelfy wrongly links `level' to `level of a game'.</p>
      <p>Falcons provides many pages of search results, but the
order of results is misleading: the rst ve entries are related
with `level of visibility'.
3.3</p>
    </sec>
    <sec id="sec-6">
      <title>Disambiguating both Envy Schemas</title>
      <p>(EnvyBecause) and (EnvyAlthough)di er only in the
rhetorical relation, therefore the same knowledge is relevant.
Useful knowledge. DBPedia Spotlight correctly links
`envies' to an emotion which `occurs when a person lacks
another's superior quality, achievement, or possession and
either desires it or wishes that the other lacked it'.</p>
      <p>VerbNet does not contain an entry for `to envy' but for
`success' which is a potential property of humans according
to several of its free-text de nitions.</p>
      <p>WikiData provides as rst results for `envy' the same entry
as DBPedia Spotlight. Additionally for `success' it contains
an entry for `achievement of a goal' and one for `victory'.
(For `successful' there are only entries related to arts pieces.)</p>
      <p>Babelfy links `envies' to `to envy' which is a subclass of `to
admire' which is a subclass of `to think', moreover
`successful' is linked to the entry of the same name but this entry
does not contain any classi cation.</p>
      <p>Falcons provides useful results, linking `successful' to the
corresponding WordNet entry, and `to envy' to `jealousy'.</p>
      <p>These pieces of knowledge can be su cient for our
purpose, in particular the de nition of `to envy' in connection
with linking success to `achievement'.</p>
      <p>Misleading knowledge. However there is also misleading
and missing knowledge.</p>
      <p>freebase provides many results for `envy', `envies',
`success', and `successful', most of them names of arts pieces.</p>
      <p>DBPedia Spotlight links `Pete' and `Martin' to TV
programs and characters, respectively. Note that interpreting
these names is not useful for disambiguating this schema.</p>
      <p>Clib does not contain any information about envy or
success, it does not even contain the concepts of feeling,
emotion, attitude, or thinking.</p>
      <p>In summary, (EnvyBecause) and (EnvyAlthough) can be
disambiguated automatically with existing resources, if we
manage to ignore irrelevant search results.
4.</p>
    </sec>
    <sec id="sec-7">
      <title>CONCLUSION</title>
      <p>Authors of content in the Web rarely describe how the world
works, mostly they give an e cient account of what
happened, why, when, and how it happened. Such an e cient
5The words `usually' and `potential' point out that this
knowledge is default knowledge and can be defeated by more
speci c knowledge (to account for atypical cases).
use of natural language omits certain content that can be
inferred by the reader, therefore computers must interpret
natural language to reason with it. Similarly, if data is
published in non-annotated unstructured form, humans can
often guess which part of that data is a name or a location.
Computers cannot do that, therefore the Linked Data
initiative aims to annotate data with type information in common
ontologies and information about its relation to other data.</p>
      <p>Linked Data, as the name indicates, is about data,
annotated with its type and further meta information. However,
various Semantic Web resources do not only contain data
about named entities and events, they also contain a bit of
(mostly taxonomic) commonsense knowledge. This
knowledge is used to organize the meta information and is often
mixed with the other knowledge.</p>
      <p>Using Linked Data for reasoning requires to connect it
with additional commonsense knowledge that is currently
not contained in existing resources. Moreover, connecting
Linked Data to natural language texts (i.e., with
unstructured data), requires annotation tools like Babelfy or
DBPedia Spotlight that annotate words and phrases in a text with
appropriate URIs to resources in the Semantic Web. Such
tools are often based on (or supported by) machine learning.</p>
      <p>In this work we saw that only Babelfy provides reasonable
automatic annotations, so its ranking scheme seems to be
superior to DBPedia Spotlight. Babelfy distinguishes between
knowledge about concepts and named entities, and
internally uses coherence measures. Our examples of misleading
knowledge consider only the correct POS, however NER
detection could help to separate between common nouns and
names. Falcons distinguishes between `concepts' and
`objects', however it returns expert jargon in both result types
and the t df ranking [18] produces misleading search results.</p>
      <p>About the issue of expert jargon (e.g., `sculpture' as a
certain type of mollusc) we note that already in the CYC
project [11] there were `microtheories' for separating more
speci c from more generic knowledge. However, in none of
the resources discussed in this work we found a method of
distinguishing between these types of knowledge.</p>
      <p>RDFa allows Web authors to annotate parts of their
website content (i.e., words or phrases) with type information
and links to common vocabularies such as WikiData. This
eliminates the need for disambiguation and can make
machine reading more feasible on these websites. Therefore we
think that widespread usage of RDFa could be a crucial
enabler for mining commonsense knowledge from the web, in
e orts similar to [8].</p>
      <p>We conclude that Linked Data can be used for
reasoning, but we need better tools that automatically annotate a
given text with the most suitable Semantic Web URIs.
Additionally, only if we manage to integrate Linked Data with
commonsense knowledge, we can use this data as knowledge.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [1]
          <string-name>
            <given-names>N.</given-names>
            <surname>Asher</surname>
          </string-name>
          and
          <string-name>
            <given-names>A.</given-names>
            <surname>Lascarides</surname>
          </string-name>
          . Logics of Conversation. Cambridge University Press,
          <year>2003</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          [2]
          <string-name>
            <given-names>D.</given-names>
            <surname>Bailey</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Harrison</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y.</given-names>
            <surname>Lierler</surname>
          </string-name>
          ,
          <string-name>
            <given-names>V.</given-names>
            <surname>Lifschitz</surname>
          </string-name>
          , and
          <string-name>
            <surname>J. Michael.</surname>
          </string-name>
          <article-title>The Winograd Schema Challenge and Reasoning about Correlation</article-title>
          .
          <source>In Symposium on Logical Formalizations of Commonsense Reasoning</source>
          ,
          <year>2015</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          [3]
          <string-name>
            <given-names>K.</given-names>
            <surname>Barker</surname>
          </string-name>
          ,
          <string-name>
            <given-names>B.</given-names>
            <surname>Porter</surname>
          </string-name>
          , and
          <string-name>
            <given-names>P.</given-names>
            <surname>Clark</surname>
          </string-name>
          .
          <article-title>A Library of Generic Concepts for Composing Knowledge Bases</article-title>
          . In International Conference on Knowledge
          <string-name>
            <surname>Capture (K-CAP)</surname>
          </string-name>
          , New York, USA,
          <year>2001</year>
          . ACM Press.
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          [4]
          <string-name>
            <given-names>T.</given-names>
            <surname>Berners-Lee</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Bizer</surname>
          </string-name>
          , and
          <string-name>
            <given-names>T.</given-names>
            <surname>Heath</surname>
          </string-name>
          .
          <article-title>Linked data-the story so far</article-title>
          .
          <source>International Journal on Semantic Web and Information Systems (Special Issue on Linked Data)</source>
          ,
          <volume>5</volume>
          (
          <issue>3</issue>
          ):1{
          <fpage>22</fpage>
          ,
          <year>2009</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          [5]
          <string-name>
            <given-names>K.</given-names>
            <surname>Bollacker</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Evans</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Paritosh</surname>
          </string-name>
          ,
          <string-name>
            <given-names>T.</given-names>
            <surname>Sturge</surname>
          </string-name>
          , and
          <string-name>
            <given-names>J.</given-names>
            <surname>Taylor</surname>
          </string-name>
          . Freebase:
          <article-title>A Collaboratively Created Graph Database For Structuring Human Knowledge</article-title>
          .
          <source>In ACM SIGMOD International Conference on Management of Data</source>
          , pages
          <volume>1247</volume>
          {
          <fpage>1249</fpage>
          ,
          <year>2008</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          [6]
          <string-name>
            <given-names>J.</given-names>
            <surname>Daiber</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Jakob</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Hokamp</surname>
          </string-name>
          , and
          <string-name>
            <given-names>P. N.</given-names>
            <surname>Mendes</surname>
          </string-name>
          .
          <article-title>Improving E ciency and Accuracy in Multilingual Entity Extraction Categories and Subject Descriptors</article-title>
          .
          <source>In Semantic Systems</source>
          , pages
          <fpage>3</fpage>
          <issue>{6</issue>
          ,
          <year>2012</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          [7]
          <string-name>
            <given-names>E.</given-names>
            <surname>Davis</surname>
          </string-name>
          .
          <article-title>A collection of Winograd Schemas</article-title>
          . http: //www.cs.nyu.edu/faculty/davise/papers/WS.html.
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          [8]
          <string-name>
            <given-names>A. S.</given-names>
            <surname>Gordon</surname>
          </string-name>
          .
          <article-title>Mining Commonsense Knowledge From Personal Stories in Internet Weblogs</article-title>
          .
          <source>In Workshop on Automated Knowledge Base Construction (AKBC)</source>
          , pages
          <fpage>8</fpage>
          {
          <fpage>15</fpage>
          ,
          <year>2010</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          [9]
          <string-name>
            <given-names>K.</given-names>
            <surname>Kipper</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Korhonen</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N.</given-names>
            <surname>Ryant</surname>
          </string-name>
          , and
          <string-name>
            <given-names>M.</given-names>
            <surname>Palmer</surname>
          </string-name>
          .
          <article-title>A large-scale classi cation of English verbs</article-title>
          .
          <source>Language Resources and Evaluation</source>
          ,
          <volume>42</volume>
          (
          <issue>1</issue>
          ):
          <volume>21</volume>
          {
          <fpage>40</fpage>
          ,
          <year>2007</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          [10]
          <string-name>
            <given-names>J.</given-names>
            <surname>Lehmann</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Isele</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Jakob</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Jentzsch</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Kontokostas</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P. N.</given-names>
            <surname>Mendes</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Hellmann</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Morsey</surname>
          </string-name>
          , P. van Kleef,
          <string-name>
            <given-names>S.</given-names>
            <surname>Auer</surname>
          </string-name>
          , and
          <string-name>
            <given-names>C.</given-names>
            <surname>Bizer. DBpedia - A Large-scale</surname>
          </string-name>
          ,
          <article-title>Multilingual Knowledge Base Extracted from Wikipedia</article-title>
          .
          <source>Semantic Web Journal</source>
          ,
          <volume>1</volume>
          (
          <issue>1</issue>
          -5):1{
          <fpage>29</fpage>
          ,
          <year>2012</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          [11]
          <string-name>
            <given-names>D. B.</given-names>
            <surname>Lenat</surname>
          </string-name>
          .
          <article-title>CYC: A Largs-Scale Investment in Knowledge Infrastructure</article-title>
          .
          <source>Communications of the ACM</source>
          ,
          <volume>38</volume>
          (
          <issue>11</issue>
          ):
          <volume>33</volume>
          {
          <fpage>38</fpage>
          ,
          <year>1995</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          [12]
          <string-name>
            <given-names>H. J.</given-names>
            <surname>Levesque</surname>
          </string-name>
          , E. Davis, and
          <string-name>
            <given-names>L.</given-names>
            <surname>Morgenstern</surname>
          </string-name>
          .
          <article-title>The Winograd Schema Challenge</article-title>
          .
          <source>In Principles of Knowledge Representation and Reasoning (KR)</source>
          , pages
          <fpage>552</fpage>
          {
          <fpage>561</fpage>
          . AAAI Press,
          <year>2012</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          [13]
          <string-name>
            <given-names>W. C.</given-names>
            <surname>Mann</surname>
          </string-name>
          and
          <string-name>
            <given-names>S. A.</given-names>
            <surname>Thompson</surname>
          </string-name>
          .
          <article-title>Rhetorical structure theory: Toward a functional theory of text organization</article-title>
          .
          <source>Text</source>
          ,
          <volume>8</volume>
          (
          <issue>3</issue>
          ):
          <volume>243</volume>
          {
          <fpage>281</fpage>
          ,
          <year>1988</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          [14]
          <string-name>
            <given-names>J.</given-names>
            <surname>McCarthy</surname>
          </string-name>
          .
          <article-title>Programs with Common Sense. www-formal</article-title>
          .stanford.edu/jmc/mcc59.ps,
          <year>1959</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          [15]
          <string-name>
            <given-names>G. A.</given-names>
            <surname>Miller</surname>
          </string-name>
          .
          <article-title>WordNet: a lexical database for English</article-title>
          .
          <source>Communications of the ACM</source>
          ,
          <volume>38</volume>
          (
          <issue>11</issue>
          ):
          <volume>39</volume>
          {
          <fpage>41</fpage>
          ,
          <year>1995</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          [16]
          <string-name>
            <given-names>A.</given-names>
            <surname>Moro</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Raganato</surname>
          </string-name>
          , and
          <string-name>
            <given-names>R.</given-names>
            <surname>Navigli</surname>
          </string-name>
          .
          <article-title>Entity Linking meets Word Sense Disambiguation: a Uni ed Approach</article-title>
          .
          <source>Transactions of the Association for Computational Linguistics</source>
          ,
          <volume>2</volume>
          :
          <fpage>231</fpage>
          {
          <fpage>244</fpage>
          ,
          <year>2014</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          [17]
          <string-name>
            <given-names>R.</given-names>
            <surname>Navigli</surname>
          </string-name>
          and
          <string-name>
            <given-names>S. P.</given-names>
            <surname>Ponzetto. BabelNet:</surname>
          </string-name>
          <article-title>The automatic construction, evaluation and application of a wide-coverage multilingual semantic network</article-title>
          .
          <source>Arti cial Intelligence</source>
          ,
          <volume>193</volume>
          :
          <fpage>217</fpage>
          {
          <fpage>250</fpage>
          ,
          <year>2012</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref18">
        <mixed-citation>
          [18]
          <string-name>
            <given-names>Y.</given-names>
            <surname>Qu</surname>
          </string-name>
          and G. Cheng.
          <article-title>Falcons concept search: A practical search engine for web ontologies</article-title>
          .
          <source>IEEE Transactions on Systems, Man, and Cybernetics Part A: Systems and Humans</source>
          ,
          <volume>41</volume>
          (
          <issue>4</issue>
          ):
          <volume>810</volume>
          {
          <fpage>816</fpage>
          ,
          <year>2011</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref19">
        <mixed-citation>
          [19]
          <string-name>
            <given-names>D.</given-names>
            <surname>Vrandecic</surname>
          </string-name>
          and
          <string-name>
            <surname>M.</surname>
          </string-name>
          <article-title>Krotzsch. Wikidata: A Free Collaborative Knowledgebase</article-title>
          .
          <source>Communications of the ACM</source>
          ,
          <volume>57</volume>
          (
          <issue>10</issue>
          ):
          <volume>78</volume>
          {
          <fpage>85</fpage>
          ,
          <year>2014</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref20">
        <mixed-citation>
          [20]
          <string-name>
            <given-names>T.</given-names>
            <surname>Winograd</surname>
          </string-name>
          .
          <article-title>Understanding Natural Language</article-title>
          . Academic Press,
          <year>1972</year>
          .
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>