<!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>
      <journal-title-group>
        <journal-title>PhD Workshop, September</journal-title>
      </journal-title-group>
    </journal-meta>
    <article-meta>
      <title-group>
        <article-title>Commonsense for Making Sense of Data</article-title>
      </title-group>
      <contrib-group>
        <aff id="aff0">
          <label>0</label>
          <institution>Max Planck Institute for Informatics Saarbru ̈ cken</institution>
          ,
          <country country="DE">Germany</country>
        </aff>
      </contrib-group>
      <pub-date>
        <year>2016</year>
      </pub-date>
      <volume>9</volume>
      <issue>2016</issue>
      <fpage>2</fpage>
      <lpage>5</lpage>
      <abstract>
        <p>In my doctoral research, I address the problem of automatically acquiring commonsense knowledge from text corpora and also from data-sets containing visuals (images, videos) along with textual descriptions. I also aim to exploit the acquired commonsense knowledge for domain-speci c and domain-independent applications such as ne-grained search, retrieval and prediction, data integration and analytics using qualitative reasoning.</p>
      </abstract>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>1. INTRODUCTION</title>
      <p>Motivation: Commonsense knowledge (CSK) can be
de ned as a set of facts that human beings inherently use
for analysis and decision making in their daily activities;
for example - heavy objects always fall to the ground.
\Intelligent Machines" therefore also need to be equipped with
similar latent general knowledge in order to be of meaningful
assistance to humans. With the introduction of ubiquitous
devices like smart phones and wearable devices, intelligent
applications and personal assistance systems have become
the need of the hour. For example, a smart phone should be
able to turn on the silent mode if the user is in a concert hall
(which it can potentially detect from the location settings
and calender events). However, since it does not `know' that
people get disturbed if a phone rings at a concert hall', it is
unable to do so. CSK of the form (phone, make, noise),
(concert, requires, silence), (noise, oppositeOf, silence)
create an inference chain to conclude that the phone needs to
be switched o /put on silent mode. Taking an example from
a more data-centric perspective, recommender systems may
bene t from CSK to make the recommendations more
personal. For example a recommender system equipped with
CSK such as (Indians, love, spicy food), (Indians, dislike,
alcohol), (wine, contains, alcohol) would recommend its
customer to buy spices rather than wine as a gift for his/her
Indian friend. Such instances introduce the need for the
integration of CSK into everyday computer applications.</p>
      <p>Opportunity and Challenges: Challenging
problems which would bene t from Commonsense Knowledge
are natural language understanding and machine
translation tasks, object/scene recognition or interpretation,
negrained search, retrieval and prediction applications,
intelligent assistant systems and household robotics, to name a
few. Improving the performance of each of these
applications by CSK would eventually pave the way for achieving
the greater goal of producing "intelligent machines".</p>
      <p>Unfortunately, the acquisition and canonicalization of CSK
is the foremost bottleneck. Firstly, this is because the
traditional source of CSK acquisition is text. However, text is
prone to omission of useful trivia simply because these are
too obvious to state in the written form and humans
automatically make assumptions while reading. For example, a
text piece about a person failing an examination may not
often mention that the person is sad as a result. This makes it
impossible to gather CSK like (failure, causeFor, sadness).
Interestingly, images express what text may not. So,
sophisticated computer vision mechanisms like object, scene,
and emotion detection on images and videos may allow for
capture of more human-like CSK. Secondly, the de nition of
\commonsense" lies in a somewhat grey area since these
inherent knowledge may depend on socio-cultural background
of a person. Since standard or general-purpose CSK
knowledgebases may not be able to bridge socio-cultural gaps, it
could be interesting to curate domain-speci c or
culturespeci c CSK knowledgebases.</p>
      <p>Approach: To overcome the shortcomings of CSK
acquisition from text, I want to look into integrating visual
cues from images/videos for curating new CSK
knowledgebases or enhancing existing ones. I would also like to
investigate the e ect and importance of CSK in domain-speci c
applications. To emulate a human-like understanding of the
digital world my e ort would be to bridge the gaps between
text and visuals through commonsense knowledge.
2.</p>
    </sec>
    <sec id="sec-2">
      <title>RELATED WORK</title>
      <p>
        Existing Commonsense Knowledge Bases: Early
efforts to consolidate a database of CSK was mostly manual,
either by experts [
        <xref ref-type="bibr" rid="ref8">8</xref>
        ] or through crowd-sourcing [
        <xref ref-type="bibr" rid="ref20">20</xref>
        ]. Since
such manual creation of a knowledge base is expensive, the
paradigm gradually shifted to automatic acquisition of CSK
from text corpora [
        <xref ref-type="bibr" rid="ref11 ref25">11, 25</xref>
        ] or the web [
        <xref ref-type="bibr" rid="ref23">23</xref>
        ].
      </p>
      <p>
        NLP and Computer Vision: Existing research on
automatic image annotations [
        <xref ref-type="bibr" rid="ref28">28</xref>
        ], description generation [
        <xref ref-type="bibr" rid="ref14 ref16 ref27">27, 16,
14</xref>
        ], scene understanding [
        <xref ref-type="bibr" rid="ref5">5</xref>
        ], and image extraction through
Detected visual objects:
tra c light, bus, person
Detected visual objects:
swimming cap,
bookshelf, wine bar, rebox
\passionate street music"
(a) Correct object detection { may aid in visual search
\environment friendly sport"
(b) Faulty object detection { will worsen visual search
natural language queries [
        <xref ref-type="bibr" rid="ref13">13</xref>
        ] point towards the ongoing
collaboration of the NLP and CV communities. Although much
have been achieved, human level of understanding of both
text and visuals is still far-fetched.
      </p>
      <p>
        Learning CSK from text and vision: To leverage the
vast resources of hidden knowledge in visuals, CSK has been
acquired from real images [
        <xref ref-type="bibr" rid="ref2">2</xref>
        ] as well as from
non-photorealistic abstractions [
        <xref ref-type="bibr" rid="ref26">26</xref>
        ]. Visual tasks like veri cation of
relational phrases [
        <xref ref-type="bibr" rid="ref18">18</xref>
        ] and also non-visual tasks like
ll-inthe-blanks by intelligent agents [
        <xref ref-type="bibr" rid="ref10">10</xref>
        ] have used CSK. Because
of the challenge in detecting visual content with perfection,
learning CSK from visual cues is a di cult problem.
      </p>
    </sec>
    <sec id="sec-3">
      <title>ONGOING WORK</title>
    </sec>
    <sec id="sec-4">
      <title>Commonsense Knowledge for Visual Search</title>
      <p>The boost in the use of social media and the internet have
led to a huge collection of images with accompanied text
on the web. In spite of the vast expanse of visual content,
search and retrieval still depend solely on textual cues. The
imperfection in state-of-the-art computer vision mechanisms
is one of the reasons for the conservative use of visual cues
(Figure 1). Traditional search engines also do not use
additional knowledge about the query. Our hypothesis in order
to improve search results is that background CSK on query
terms can be used along with textual and visual cues. To
this end we deploy three di erent modalities - text, visual
cues, and CSK pertaining to the query - as a recipe for e
cient search and retrieval .</p>
      <p>
        Inter-related work from the databases, information
retrieval, multimedia and computer vision communities have
addressed the problem of image retrieval by visual contents [
        <xref ref-type="bibr" rid="ref12 ref3">12,
3</xref>
        ]. Popular search engines like Google, Bing, Baidu crucially
rely on tags, caption, URL string, and adjacent text of the
images for this task. Although lately with deep learning
ne-grained object detection has been possible [
        <xref ref-type="bibr" rid="ref15 ref19 ref6 ref7">19, 7, 15, 6</xref>
        ],
these come with uncertainty and cannot be always e ciently
used for search and retrieval.
      </p>
      <p>
        More sophisticated search considering human factors like
emotions evoked on the viewer call for the necessity to bridge
the gap between query vocabulary and image features
(textual and visual). Let us take the following ctive queries
\side e ects of mountaineering"
as examples: passionate street music, environment friendly
sport, side e ects of mountaineering. These queries
contain abstract words like environment friendly, sport,
passionate which pertain more to emotions than to visual
objects like bicycle, tent, guitar etc., making it di cult to
retrieve relevant images. Figure 2 shows example images
which would be considered as relevant results for the
corresponding queries. To address this problem we propose an
approach that harness CSK. Recent attempts at automatic
CSK acquisition have produced huge collections of CSK with
regards to properties of commonplace objects [
        <xref ref-type="bibr" rid="ref22">22</xref>
        ],
relationships [
        <xref ref-type="bibr" rid="ref24">24</xref>
        ] and comparisons [
        <xref ref-type="bibr" rid="ref23">23</xref>
        ] between entities, activities
and their participants [
        <xref ref-type="bibr" rid="ref21">21</xref>
        ]. We believe that use of these or
newly acquired CSK would help bridge the semantic gap
between queries and retrieved results. For example CSK such
as (street musicians, havePassion, music), (bicycling, isA,
sport), (bicycling, is, eco-friendly), (mountaineering,
causeFor, garbage), (garbage, causeFor, pollution), (pollution,
destroys, environment) would successfully associate the queries
and the results in Figure 2.
      </p>
      <p>
        We develop a system architecture { Know2Look { to
incorporate CSK into image retrieval. It consists of a query
processor which expands queries with commonsense, and
an answer-ranking component based on statistical language
models [
        <xref ref-type="bibr" rid="ref30">30</xref>
        ]. Our model uni es three kinds of features:
textual features from the page context of an image, visual
features obtained from recognizing ne-grained object classes
in an image, and CSK features in the form of additional
properties of the concepts referred to by query words.
Language Model for Ranking We devise a
query-likelihood language model (LM) for ranking images x with regard
to a given query q (Equation 1). We assume that a query
is simply a set of keywords qi(i = 1::L). The following
equation for a unigram LM can be simply extended to a
bigram LM by using word pairs instead of single ones:
P [qjx] = CSPCS[qjx] + (1
      </p>
      <p>
        CS)Psmoothed[qjx]
(1)
where CS is a hyper-parameter weighing the
commonsense features of the expanded query, PCS[qjx] represents
query expansion by CSK, and Psmoothed[qjx] takes care of
smoothing the results with respect to a background corpus.
Datasets and Experiments Since automatic acquisition
of CSK from the web can be costly, we conjecture that noisy
subject-predicate-object (SPO) triples extracted through Open
Information Extraction [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ] may be used as CSK. We use
OpenIE tool ReVerb [
        <xref ref-type="bibr" rid="ref4">4</xref>
        ] on a corpus of Wikipedia articles to
collect ~22,000 assertions. To evaluate Know2Look ~50,000
images with descriptions are collected from the following
datasets: Flickr30k [
        <xref ref-type="bibr" rid="ref29">29</xref>
        ], Pascal Sentences [
        <xref ref-type="bibr" rid="ref17">17</xref>
        ], SBU
Captioned Photo Dataset [
        <xref ref-type="bibr" rid="ref16">16</xref>
        ], and MSCOCO [
        <xref ref-type="bibr" rid="ref9">9</xref>
        ]. We compare
Know2Look to Google search with a set of queries devised
from co-occurring Flickr tags. Our initial experiments have
produced promising results.
      </p>
      <p>This work is in pursuit of improving search and retrieval
by the use of CSK along with textual and visual information
in images. Emboldened by the initial results we would like
to study the e ectiveness and use of various existing
commonsense knowledgebases along with our present collection
of noisy OpenIE triples through ablation studies. We can
also naturally extend this work to search on documents with
visual contents (like blog posts).</p>
    </sec>
    <sec id="sec-5">
      <title>PROSPECTIVE USE CASES</title>
      <p>Searching Multimedia Content: In Section 3 we
have proposed a framework for improvement of search
and retrieval of images by the incorporation of
commonsense knowledge for better `understanding' of query
terms. Use of CSK would help tackle abstract queries
like the ones shown in Figure 2. A natural extension of
this work would be on video search by content.
Data Integration and Cleansing: In the age of Big
Data a major challenge is to standardize and
consolidate data from various sources in order to make it
useful. Commonsense knowledge can act as the glue
between two disjoint data sources. We motivate this idea
further by the following example. Consider the disjoint
data sources in Tables 11 and 22. Specialized factual
knowledge would be required to make sense of Table 1.
However, with CSK such as (air pollution, causeFor,
difcult breathing), (nose masks, usedFor, breathing clean
air), (air pollution, causeFor, respiratory ailments), it
is conceivable to combine the two tables and infer that
Delhi has a high air pollution level.</p>
      <p>Data Analytics with Commonsense Qualitative
Reasoning: As e-market emerge as the most convenient
marketplace, comprehensive and personalized analysis of
a product's worthiness a ects the buyer's choice.
Qualitative analysis of market trends with commonsense may
help in providing simplistic, yet strong cues for buyers
and sellers. Let us consider a scenario where a mother
plans a birthday party for her 10-year-old and wants
recommendations for food, drinks and activities.
Recommender systems that learn merely from purchase data
do not work well here, as they do not know which items
parents buy for their children and which ones for
themselves. CSK can help to overcome this bottleneck. For
example, the following CSK triples could be bene cial:
1data from WHO Report 2014
2 ctional data
3Voltaire, 1694-1778: \Commonsense is not so common."</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [1]
          <string-name>
            <given-names>M.</given-names>
            <surname>Banko</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M. J.</given-names>
            <surname>Cafarella</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Soderland</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Broadhead</surname>
          </string-name>
          , and
          <string-name>
            <given-names>O.</given-names>
            <surname>Etzioni</surname>
          </string-name>
          .
          <article-title>Open information extraction for the web</article-title>
          .
          <source>In IJCAI</source>
          , volume
          <volume>7</volume>
          , pages
          <fpage>2670</fpage>
          {
          <fpage>2676</fpage>
          ,
          <year>2007</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          [2]
          <string-name>
            <given-names>X.</given-names>
            <surname>Chen</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Shrivastava</surname>
          </string-name>
          ,
          <article-title>and</article-title>
          <string-name>
            <given-names>A.</given-names>
            <surname>Gupta</surname>
          </string-name>
          . Neil:
          <article-title>Extracting visual knowledge from web data</article-title>
          .
          <source>In Proceedings of the IEEE International Conference on Computer Vision</source>
          , pages
          <volume>1409</volume>
          {
          <fpage>1416</fpage>
          ,
          <year>2013</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          [3]
          <string-name>
            <given-names>R.</given-names>
            <surname>Datta</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Joshi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Li</surname>
          </string-name>
          ,
          <string-name>
            <given-names>and J. Z.</given-names>
            <surname>Wang</surname>
          </string-name>
          .
          <article-title>Image retrieval: Ideas, in uences, and trends of the new age</article-title>
          .
          <source>ACM Computing Surveys (CSUR)</source>
          ,
          <volume>40</volume>
          (
          <issue>2</issue>
          ):
          <fpage>5</fpage>
          ,
          <year>2008</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          [4]
          <string-name>
            <given-names>A.</given-names>
            <surname>Fader</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Soderland</surname>
          </string-name>
          , and
          <string-name>
            <given-names>O.</given-names>
            <surname>Etzioni</surname>
          </string-name>
          .
          <article-title>Identifying relations for open information extraction</article-title>
          .
          <source>In Proceedings of the Conference on Empirical Methods in Natural Language Processing</source>
          , pages
          <volume>1535</volume>
          {
          <fpage>1545</fpage>
          . Association for Computational Linguistics,
          <year>2011</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          [5]
          <string-name>
            <given-names>A.</given-names>
            <surname>Farhadi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Hejrati</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M. A.</given-names>
            <surname>Sadeghi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Young</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Rashtchian</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Hockenmaier</surname>
          </string-name>
          , and
          <string-name>
            <given-names>D.</given-names>
            <surname>Forsyth</surname>
          </string-name>
          .
          <article-title>Every picture tells a story: Generating sentences from images</article-title>
          .
          <source>In Computer Vision{ECCV</source>
          <year>2010</year>
          , pages
          <fpage>15</fpage>
          {
          <fpage>29</fpage>
          . Springer,
          <year>2010</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          [6]
          <string-name>
            <given-names>J.</given-names>
            <surname>Ho man</surname>
          </string-name>
          , S. Guadarrama,
          <string-name>
            <given-names>E. S.</given-names>
            <surname>Tzeng</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Hu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Donahue</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Girshick</surname>
          </string-name>
          ,
          <string-name>
            <given-names>T.</given-names>
            <surname>Darrell</surname>
          </string-name>
          , and
          <string-name>
            <given-names>K.</given-names>
            <surname>Saenko</surname>
          </string-name>
          . Lsda:
          <article-title>Large scale detection through adaptation</article-title>
          .
          <source>In Advances in Neural Information Processing Systems</source>
          , pages
          <fpage>3536</fpage>
          {
          <fpage>3544</fpage>
          ,
          <year>2014</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          [7]
          <string-name>
            <given-names>Y.</given-names>
            <surname>LeCun</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y.</given-names>
            <surname>Bengio</surname>
          </string-name>
          , and
          <string-name>
            <given-names>G.</given-names>
            <surname>Hinton</surname>
          </string-name>
          .
          <article-title>Deep learning</article-title>
          .
          <source>Nature</source>
          ,
          <volume>521</volume>
          (
          <issue>7553</issue>
          ):
          <volume>436</volume>
          {
          <fpage>444</fpage>
          ,
          <year>2015</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          [8]
          <string-name>
            <given-names>D. B.</given-names>
            <surname>Lenat</surname>
          </string-name>
          .
          <article-title>Cyc: A large-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="ref9">
        <mixed-citation>
          [9]
          <string-name>
            <given-names>T.-Y.</given-names>
            <surname>Lin</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Maire</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Belongie</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Hays</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Perona</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Ramanan</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Dollar</surname>
          </string-name>
          , and
          <string-name>
            <given-names>C. L.</given-names>
            <surname>Zitnick</surname>
          </string-name>
          .
          <article-title>Microsoft coco: Common objects in context</article-title>
          .
          <source>In Computer Vision{ECCV</source>
          <year>2014</year>
          , pages
          <fpage>740</fpage>
          {
          <fpage>755</fpage>
          . Springer,
          <year>2014</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          [10]
          <string-name>
            <given-names>X.</given-names>
            <surname>Lin</surname>
          </string-name>
          and
          <string-name>
            <given-names>D.</given-names>
            <surname>Parikh</surname>
          </string-name>
          .
          <article-title>Don't just listen, use your imagination: Leveraging visual common sense for non-visual tasks</article-title>
          .
          <source>In Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition</source>
          , pages
          <volume>2984</volume>
          {
          <fpage>2993</fpage>
          ,
          <year>2015</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          [11]
          <string-name>
            <given-names>H.</given-names>
            <surname>Liu</surname>
          </string-name>
          and
          <string-name>
            <given-names>P.</given-names>
            <surname>Singh</surname>
          </string-name>
          .
          <article-title>Conceptneta practical commonsense reasoning tool-kit</article-title>
          .
          <source>BT technology journal</source>
          ,
          <volume>22</volume>
          (
          <issue>4</issue>
          ):
          <volume>211</volume>
          {
          <fpage>226</fpage>
          ,
          <year>2004</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          [12]
          <string-name>
            <given-names>Y.</given-names>
            <surname>Liu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Zhang</surname>
          </string-name>
          , G. Lu, and W.-Y. Ma.
          <article-title>A survey of content-based image retrieval with high-level semantics</article-title>
          .
          <source>Pattern Recognition</source>
          ,
          <volume>40</volume>
          (
          <issue>1</issue>
          ):
          <volume>262</volume>
          {
          <fpage>282</fpage>
          ,
          <year>2007</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          [13]
          <string-name>
            <given-names>M.</given-names>
            <surname>Malinowski</surname>
          </string-name>
          and
          <string-name>
            <given-names>M.</given-names>
            <surname>Fritz</surname>
          </string-name>
          .
          <article-title>A multi-world approach to question answering about real-world scenes based on uncertain input</article-title>
          .
          <source>In Advances in Neural Information Processing Systems</source>
          , pages
          <fpage>1682</fpage>
          {
          <fpage>1690</fpage>
          ,
          <year>2014</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          [14]
          <string-name>
            <given-names>M.</given-names>
            <surname>Mitchell</surname>
          </string-name>
          , X. Han,
          <string-name>
            <given-names>J</given-names>
            .
            <surname>Dodge</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Mensch</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Goyal</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Berg</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            <surname>Yamaguchi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>T.</given-names>
            <surname>Berg</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            <surname>Stratos</surname>
          </string-name>
          , and H. Daume III.
          <article-title>Midge: Generating image descriptions from computer vision detections</article-title>
          .
          <source>In Proceedings of the 13th Conference of the European Chapter of the Association for Computational Linguistics</source>
          , pages
          <volume>747</volume>
          {
          <fpage>756</fpage>
          . Association for Computational Linguistics,
          <year>2012</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          [15]
          <string-name>
            <given-names>A.</given-names>
            <surname>Mordvintsev</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Olah</surname>
          </string-name>
          , and
          <string-name>
            <given-names>M.</given-names>
            <surname>Tyka</surname>
          </string-name>
          . Inceptionism:
          <article-title>Going deeper into neural networks</article-title>
          .
          <source>Google Research Blog. Retrieved June</source>
          ,
          <volume>20</volume>
          ,
          <year>2015</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          [16]
          <string-name>
            <given-names>V.</given-names>
            <surname>Ordonez</surname>
          </string-name>
          , G. Kulkarni, and
          <string-name>
            <given-names>T. L.</given-names>
            <surname>Berg</surname>
          </string-name>
          . Im2text:
          <article-title>Describing images using 1 million captioned photographs</article-title>
          .
          <source>In Neural Information Processing Systems (NIPS)</source>
          ,
          <year>2011</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          [17]
          <string-name>
            <given-names>C.</given-names>
            <surname>Rashtchian</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Young</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Hodosh</surname>
          </string-name>
          , and
          <string-name>
            <given-names>J.</given-names>
            <surname>Hockenmaier</surname>
          </string-name>
          .
          <article-title>Collecting image annotations using amazon's mechanical turk</article-title>
          .
          <source>In Proceedings of the NAACL HLT 2010 Workshop on Creating Speech</source>
          and
          <article-title>Language Data with Amazon's Mechanical Turk</article-title>
          , pages
          <volume>139</volume>
          {
          <fpage>147</fpage>
          . Association for Computational Linguistics,
          <year>2010</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref18">
        <mixed-citation>
          [18]
          <string-name>
            <given-names>F.</given-names>
            <surname>Sadeghi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S. K.</given-names>
            <surname>Divvala</surname>
          </string-name>
          ,
          <article-title>and</article-title>
          <string-name>
            <given-names>A.</given-names>
            <surname>Farhadi</surname>
          </string-name>
          . Viske:
          <article-title>Visual knowledge extraction and question answering by visual veri cation of relation phrases</article-title>
          .
          <source>In Computer Vision and Pattern Recognition (CVPR)</source>
          ,
          <source>2015 IEEE Conference on</source>
          , pages
          <volume>1456</volume>
          {
          <fpage>1464</fpage>
          . IEEE,
          <year>2015</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref19">
        <mixed-citation>
          [19]
          <string-name>
            <given-names>K.</given-names>
            <surname>Simonyan</surname>
          </string-name>
          and
          <string-name>
            <given-names>A.</given-names>
            <surname>Zisserman</surname>
          </string-name>
          .
          <article-title>Very deep convolutional networks for large-scale image recognition</article-title>
          .
          <source>arXiv preprint arXiv:1409.1556</source>
          ,
          <year>2014</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref20">
        <mixed-citation>
          [20]
          <string-name>
            <given-names>P.</given-names>
            <surname>Singh</surname>
          </string-name>
          ,
          <string-name>
            <given-names>T.</given-names>
            <surname>Lin</surname>
          </string-name>
          ,
          <string-name>
            <given-names>E. T.</given-names>
            <surname>Mueller</surname>
          </string-name>
          , G. Lim,
          <string-name>
            <given-names>T.</given-names>
            <surname>Perkins</surname>
          </string-name>
          , and
          <string-name>
            <given-names>W. L.</given-names>
            <surname>Zhu</surname>
          </string-name>
          .
          <article-title>Open mind common sense: Knowledge acquisition from the general public. In On the move to meaningful internet systems 2002: Coopis, doa, and odbase</article-title>
          , pages
          <volume>1223</volume>
          {
          <fpage>1237</fpage>
          . Springer,
          <year>2002</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref21">
        <mixed-citation>
          [21]
          <string-name>
            <given-names>N.</given-names>
            <surname>Tandon</surname>
          </string-name>
          , G. de Melo, A. De, and
          <string-name>
            <given-names>G.</given-names>
            <surname>Weikum</surname>
          </string-name>
          . Knowlywood:
          <article-title>Mining activity knowledge from hollywood narratives</article-title>
          .
          <source>In Proc. CIKM</source>
          ,
          <year>2015</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref22">
        <mixed-citation>
          [22]
          <string-name>
            <given-names>N.</given-names>
            <surname>Tandon</surname>
          </string-name>
          , G. de Melo,
          <string-name>
            <given-names>F.</given-names>
            <surname>Suchanek</surname>
          </string-name>
          , and
          <string-name>
            <given-names>G.</given-names>
            <surname>Weikum</surname>
          </string-name>
          . Webchild:
          <article-title>Harvesting and organizing commonsense knowledge from the web</article-title>
          .
          <source>In Proceedings of the 7th ACM international conference on Web search and data mining</source>
          , pages
          <volume>523</volume>
          {
          <fpage>532</fpage>
          . ACM,
          <year>2014</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref23">
        <mixed-citation>
          [23]
          <string-name>
            <given-names>N.</given-names>
            <surname>Tandon</surname>
          </string-name>
          , G. de Melo, and
          <string-name>
            <given-names>G.</given-names>
            <surname>Weikum</surname>
          </string-name>
          .
          <article-title>Acquiring comparative commonsense knowledge from the web</article-title>
          .
          <source>In Twenty-Eighth AAAI Conference on Arti cial Intelligence</source>
          , pages
          <fpage>166</fpage>
          {
          <fpage>172</fpage>
          . AAAI Press,
          <year>2014</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref24">
        <mixed-citation>
          [24]
          <string-name>
            <given-names>N.</given-names>
            <surname>Tandon</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C. D.</given-names>
            <surname>Hariman</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Urbani</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Rohrbach</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Rohrbach</surname>
          </string-name>
          , and
          <string-name>
            <surname>G. Weikum.</surname>
          </string-name>
          <article-title>Commonsense in parts: mining part-whole relations from the web and image tags</article-title>
          .
          <source>In Thirtieth AAAI Conference on Arti cial Intelligence. AAAI</source>
          ,
          <year>2015</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref25">
        <mixed-citation>
          [25]
          <string-name>
            <given-names>N.</given-names>
            <surname>Tandon</surname>
          </string-name>
          , G. Weikum, G. d. Melo,
          <article-title>and</article-title>
          <string-name>
            <given-names>A.</given-names>
            <surname>De. Lights</surname>
          </string-name>
          , camera, action
          <article-title>: Knowledge extraction from movie scripts</article-title>
          .
          <source>In Proceedings of the 24th International Conference on World Wide Web Companion</source>
          , pages
          <volume>127</volume>
          {
          <fpage>128</fpage>
          . International World Wide Web Conferences Steering Committee,
          <year>2015</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref26">
        <mixed-citation>
          [26]
          <string-name>
            <given-names>R.</given-names>
            <surname>Vedantam</surname>
          </string-name>
          ,
          <string-name>
            <given-names>X.</given-names>
            <surname>Lin</surname>
          </string-name>
          ,
          <string-name>
            <given-names>T.</given-names>
            <surname>Batra</surname>
          </string-name>
          , C. Lawrence Zitnick, and
          <string-name>
            <given-names>D.</given-names>
            <surname>Parikh</surname>
          </string-name>
          .
          <article-title>Learning common sense through visual abstraction</article-title>
          .
          <source>In Proceedings of the IEEE International Conference on Computer Vision</source>
          , pages
          <volume>2542</volume>
          {
          <fpage>2550</fpage>
          ,
          <year>2015</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref27">
        <mixed-citation>
          [27]
          <string-name>
            <given-names>O.</given-names>
            <surname>Vinyals</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Toshev</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Bengio</surname>
          </string-name>
          , and
          <string-name>
            <given-names>D.</given-names>
            <surname>Erhan</surname>
          </string-name>
          .
          <article-title>Show and tell: A neural image caption generator</article-title>
          .
          <source>arXiv preprint arXiv:1411.4555</source>
          ,
          <year>2014</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref28">
        <mixed-citation>
          [28]
          <string-name>
            <given-names>J. K.</given-names>
            <surname>Wang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F.</given-names>
            <surname>Yan</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Aker</surname>
          </string-name>
          , and
          <string-name>
            <given-names>R.</given-names>
            <surname>Gaizauskas</surname>
          </string-name>
          .
          <article-title>A poodle or a dog? evaluating automatic image annotation using human descriptions at di erent levels of granularity</article-title>
          .
          <source>V&amp;L Net</source>
          <year>2014</year>
          , page
          <volume>38</volume>
          ,
          <year>2014</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref29">
        <mixed-citation>
          [29]
          <string-name>
            <given-names>P.</given-names>
            <surname>Young</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Lai</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Hodosh</surname>
          </string-name>
          , and
          <string-name>
            <given-names>J.</given-names>
            <surname>Hockenmaier</surname>
          </string-name>
          .
          <article-title>From image descriptions to visual denotations: New similarity metrics for semantic inference over event descriptions</article-title>
          .
          <source>Transactions of the Association for Computational Linguistics</source>
          ,
          <volume>2</volume>
          :
          <fpage>67</fpage>
          {
          <fpage>78</fpage>
          ,
          <year>2014</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref30">
        <mixed-citation>
          [30]
          <string-name>
            <given-names>C.</given-names>
            <surname>Zhai</surname>
          </string-name>
          .
          <article-title>Statistical language models for information retrieval</article-title>
          .
          <source>Synthesis Lectures on Human Language Technologies</source>
          ,
          <volume>1</volume>
          (
          <issue>1</issue>
          ):1{
          <fpage>141</fpage>
          ,
          <year>2008</year>
          .
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>