<!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>KD Strikes Back: from Keyphrases to Labelled Domains Using External Knowledge Sources</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Giovanni Moretti</string-name>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Rachele Sprugnoli</string-name>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Sara Tonelli</string-name>
          <email>satonellig@fbk.eu</email>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Fondazione Bruno Kessler</string-name>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Trento</string-name>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Universita` di Trento</institution>
        </aff>
      </contrib-group>
      <abstract>
        <p>English. This paper presents L-KD, a tool that relies on available linguistic and knowledge resources to perform keyphrase clustering and labelling. The aim of L-KD is to help finding and tracing themes in English and Italian text data, represented by groups of keyphrases and associated domains. We perform an evaluation of the top-ranked domains using the 20 Newsgroup dataset, and we show that 8 domains out of 10 match with manually assigned labels. This confirms the good accuracy of this approach, which does not require supervision.</p>
      </abstract>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>-</title>
      <p>Italiano. In questo lavoro descriviamo
LKD, un sistema che utilizza risorse
linguistiche e basate su conoscenza per
ragruppare concetti-chiave e categorizzarli.
L’obiettivo di L-KD e` quello di
supportare gli utenti nel rilevare la presenza di
specifici temi in documenti italiani e
inglesi, rappresentandoli attraverso gruppi
di concetti-chiave e relativi domini.
Abbiamo valutato l’affidabilita` del sistema
analizzando i domini piu` rilevanti nel 20
Newsgroup dataset, e dimostrando che 8
su 10 domini nel gold standard sono
assegnati correttamente anche dal sistema.
Questa valutazione conferma le buone
performance di L-KD, senza il bisogno di
supervisione.</p>
    </sec>
    <sec id="sec-2">
      <title>1 Introduction</title>
      <p>
        With the increasing availability of large document
collections in digital format, companies,
organizations but also non-expert users face everyday the
need to efficiently extract and categorize relevant
information from large corpora. The possibility
to extract key-concepts and assign them to a
domain without the need of supervision would
allow them to systematically track the flow of
information and retain only relevant content at two
granularity levels: key-concepts, and domains to
which these key-concepts can be ascribed.
Although topic models
        <xref ref-type="bibr" rid="ref4">(Blei et al., 2003)</xref>
        can be used
to this purpose, they have two main drawbacks:
the number of topics for a corpus is arbitrary and
topics are often not labelled.
      </p>
      <p>
        In this work, we present a solution to the
aforementioned research problem by presenting
LKD (Labelled-KD), a tool to perform keyphrase
clustering and labelling through the exploitation
of external linguistic and knowledge resources.
The tool takes advantage of the availability of
Keyphrase Digger1 (KD), a multilingual
rulebased system that detects a weighted list of
ngrams representing the most important concepts in
a text
        <xref ref-type="bibr" rid="ref17">(Moretti et al., 2015)</xref>
        . These key-concepts
are then linked to WordNet Domains
        <xref ref-type="bibr" rid="ref14">(Magnini
and Cavaglia, 2000)</xref>
        in order to create clusters of
key-concepts labelled by domain. The problem
of ambiguous concepts, i.e. possibly belonging
to more than one WordNet domain, is tackled by
using ConceptNet 5
        <xref ref-type="bibr" rid="ref10 ref20 ref21">(Speer and Havasi, 2013)</xref>
        , a
multilingual knowledge source containing single
and multi-word concepts linked to each other by
a broad set of relations covering different types
of associations. The outcome of this study is the
L-KD tool, supporting both English and Italian,
which we make available to the research
community2. L-KD takes in input a document in plain text
format, and outputs the ranked list of semantic
domains discussed in the documents, each associated
with a set of keyphrases.
      </p>
      <sec id="sec-2-1">
        <title>1http://dh.fbk.eu/technologies/kd</title>
      </sec>
      <sec id="sec-2-2">
        <title>2https://dh.fbk.eu/technologies/l-kd</title>
      </sec>
    </sec>
    <sec id="sec-3">
      <title>Related Works</title>
      <p>
        In the last years, a number of works dealing
with the unsupervised clustering of keyphrases
has been presented
        <xref ref-type="bibr" rid="ref9">(Hasan and Ng, 2014)</xref>
        . Liu
et al. (2009) use Wikipedia and
co-occurrencebased statistics to semantically cluster similar
keyphrases in a set of unweighted topics. In order
to improve this approach by weighting topics, Liu
et al. (2010) and Grineva et al. (2009) propose a
topic-decomposed PageRank and a network
analysis algorithm respectively to perform hierarchical
clustering. Our method is simpler than the
previously mentioned studies, and relies on available
resources to label the clusters. Indeed, the lists of
terms listed in the topics are not always easy to
interpret
        <xref ref-type="bibr" rid="ref2">(Aletras et al., 2015)</xref>
        , and adding a
label that captures the meaning of each cluster is a
way to enhance its understanding. The problem
of interpretation affects also the output of topic
modelling algorithms, i.e. unsupervised
statistical methods such as Latent Dirichlet Allocation
        <xref ref-type="bibr" rid="ref4">(Blei et al., 2003)</xref>
        . Many techniques have been
developed to automatically label topics for
example by using probabilistic approaches
        <xref ref-type="bibr" rid="ref16">(Mei et al.,
2007)</xref>
        , Wikipedia links
        <xref ref-type="bibr" rid="ref22">(Xu and Oard, 2011)</xref>
        and
DBpedia structured data
        <xref ref-type="bibr" rid="ref10">(Hulpus et al., 2013)</xref>
        . As
for the automatic labelling of keyphrase clusters,
Carmel et al. (2009) adopt Wikipedia as an
external resource to extract candidate labels. To the
best of our knowledge, no available system
performs this task by combining WordNet Domains
and ConceptNet 5.
3
      </p>
    </sec>
    <sec id="sec-4">
      <title>System Overview</title>
      <p>L-KD performs several steps (see Fig. 1) to
semantically cluster keyphrases and label each
cluster:</p>
    </sec>
    <sec id="sec-5">
      <title>1) Text preprocessing: Stanford CoreNLP</title>
      <p>
        <xref ref-type="bibr" rid="ref15">(Manning et al., 2014)</xref>
        is used to split sentences,
tokenize, lemmatize and tag the part-of-speech of
the input English text. For Italian texts, we rely on
Tint3, a suite of NLP tools
        <xref ref-type="bibr" rid="ref17 ref18 ref3">(Aprosio and Moretti,
2016)</xref>
        based on the Stanford CoreNLP pipeline.
      </p>
    </sec>
    <sec id="sec-6">
      <title>2) Keyphrase extraction and ranking: L</title>
      <p>KD integrates KD, a keyphrase extraction tool
that combines statistical and linguistic knowledge,
given by recurrent relevant PoS patterns, to
extract single words and multi-token expressions
encoding the main concepts of a document. A
detailed description of KD functionalities is given in
Moretti et al. (2015). The output of this step is a
weighted and ranked list of keyphrases.</p>
      <p>
        3) Domain mapping: L-KD maps the lemma
forms of keyphrases with the lemmas in WND
aligned to WordNet 3.04. For Italian we rely
on the data available through the Open
Multilingual WordNet project
        <xref ref-type="bibr" rid="ref1 ref5">(Bond and Paik, 2012)</xref>
        as a bridge between lemmas and WND. In case
of multi-token expressions (e.g. “federal
government”), the system looks for a perfect match. If no
match is found, the tokens are splitted and only the
nouns are searched in WND (e.g. “government”).
A list of domain-keyphrases associations is
created, as well as a list of ambiguous keyphrases.
The latter comprises those that are assigned to the
Factotum domain and those that could belong
to several domains, if none of them contains &gt; 3
keyphrases. This threshold was manually set in
order to identify domains that are likely to be little
relevant.
      </p>
      <p>4) Expansion of ambiguous keyphrases: The
lemmas of ambiguous keyphrases are aligned with</p>
      <sec id="sec-6-1">
        <title>3http://tint.fbk.eu/</title>
        <p>
          4Courtesy of Carlo Strapparava.
the lemmas in ConceptNet 5 and are expanded
by retrieving all the connected concepts
following ConcepNet 5 relations. L-KD relies on a
subset of relations including hierarchical (HasA,
PartOf, MadeOf, IsA, DerivedFrom) and
synonymous (Synonym, RelatedTo) ones
          <xref ref-type="bibr" rid="ref10 ref20 ref21">(Mukherjee and
Joshi, 2013)</xref>
          . Functional relations such as
CapableOf and UsedFor are not taken into
consideration because the concepts evoked by these
relations may be too far from the original meaning
of the key-concept. The upper part of Fig. 2
shows how “nature”, an ambiguous keyphrase, is
expanded following this procedure. Examples of
the relations that lead to this expansion are the
following:
- nature ) RelatedTo ) flora
- nature ) IsA ) great place
- nature ) HasA ) many wonder
        </p>
      </sec>
    </sec>
    <sec id="sec-7">
      <title>5) Domain mapping of expanded keyphrases:</title>
      <p>All the lemmas included in the expansion created
in the previous step are mapped to domains
using WND. The lower part of Fig. 2 reports the
top domains related to the expansion of “nature”
together with the number of lemmas associated
with them, e.g. 19 lemmas are mapped to the
Biology domain. A relevance score (i.e.
number of keyphrases associated with a domain) is
computed for the domains retrieved for each
expanded keyphrase. Domains are then compared
with the ones found in Step (3) starting from the
domain with the highest score. If it is already
present in the domain-keyphrases list compiled in
Step (3), then the keyphrase is associated with this
domain, otherwise the other domains are checked.
If the domain is not present in the list, it is added to
the list with its associated keyphrase. The final
relevance score of the domains is recalculated at the
end of this step. Four sub-domains of Factotum,
i.e. Time Period, Person, Metrology and
Numbers, which are very generic, usually have a
high relevance because they tend to include many
keywords. Therefore, we introduce a final
reweighting step to deboost them.</p>
      <p>6) Final ranking. L-KD creates a final
ranked list of domains associated with clusters of
keyphrases. The ranking is based on the relevance
score of the domains as described in the previous
step and on the rank of keyphrases as given by KD
in step (2).</p>
    </sec>
    <sec id="sec-8">
      <title>Evaluation</title>
      <p>
        We evaluated L-KD using the 20 Newsgroup
dataset
        <xref ref-type="bibr" rid="ref11">(Joachims, 1996)</xref>
        , a corpus of 20,000
documents extracted from UseNet discussion groups.
This dataset is freely available online5 and has
been often employed to train and test text
categorization algorithms
        <xref ref-type="bibr" rid="ref19">(Moschitti and Basili, 2004)</xref>
        .
Specifically, each of its documents was
manually assigned to one out of twenty different
categories, which can be easily mapped to WND
labels. Although L-KD can assign a ranked list of
domains to one or more documents, thus
providing a richer representation of the document(s)
content, we did not find a suitable gold standard to
evaluate the rank. Therefore, we limit our
evaluation to the top-ranked domain extracted by the
tool. We also decided to group Newsgroup
categories that are strictly related to each other: e.g.
documents in talk.religion.misc, alt.atheism, and
soc.religion.christian all discuss religious issues
and for this reason their texts are collapsed in a
single category.
      </p>
      <p>Table 1 reports the results of L-KD on the
documents included in each category or group
of categories. The second column shows the
top two domains retrieved by the system and
the third column presents some of the extracted
keyphrases. Only in 2 cases out of 10, the
first ranked domain does not perfectly match
the original category: indeed Law is the top
domain of sci.eletronics and of the documents
related to political themes (talk.politics.misc,
talk.politics.guns, talk.politics.mideast). We can
notice that Law is a very frequent domain because
it contains generic and recurring words such as
“article”, “opinion” and “information”. In the rest
of the cases (8 out of 10), the match between the
first ranked domain and the original category is
perfect: for example, the domain with the
highest rank for documents discussing computer
technologies is Computer Science. In many cases
also the second domain is extremely relevant. For
instance, misc.forsale contains messages of
people searching or selling goods with a focus on
computer devices and components: the first
retrieved domain is Commerce and the second one
is Computer Science. Each domain is
associated with pertinent keyphrases such as “best offer”
for the first domain and “floppy drive” for the
second.</p>
      <p>5http://qwone.com/˜jason/20Newsgroups/
ORIGINAL CATEGORIES
sci.med
sci.space
sci.crypt
sci.electronics
talk.religion.misc - alt.atheism
soc.religion.christian
rec.sport.baseball - rec.sport.hockey
rec.autos - rec.motorcycles
comp.graphics - comp.os.mswindows.misc
comp.sys.ibm.pc.hardware - comp.windows.x
- comp.sys.mac.hardware
talk.politics.misc - talk.politics.guns
talk.politics.mideast
misc.forsale
Publishing
Law
Transport
Commerce
Computer Science</p>
      <p>
        KEYPHRASES
doctor, infectious disease, side effect
course, science, study
solar system, physical universe, satellite
spacecraft, shuttle, high-speed collision
internet, e-mail, bit
security, second amendment, criminal
article, opinion, information
amateur radio, voltage, wire
christian, atheist, objective morality
law, evidence, private activities
game, playoff, second period
player, baseball
car, mph, front wheel
article, opinion
software, hard drive, anonymous ftp
article, opinion
opinion, second amendment
road, ways of escape
best offer, price, excellent condition
hard drive, floppy drive, email
L-KD has been recently applied to the analysis
of the complete corpus of public writings by
Alcide De Gasperi
        <xref ref-type="bibr" rid="ref7">(De Gasperi, 2006)</xref>
        in the
context of a research project, whose goal is to give
insight into De Gasperi’s communication strategy
with the help of innovative tools for text
analysis. We processed the 2,762 documents (around
3,000,000 tokens) in the corpus, published
between 1901 and 1954, to analyse which domains
appeared in the collection and how they changed
over time. The advantage of L-KD is that it can
provide both a distant view, by computing
aggregated information on the domains, and a close
reading of the documents, showing which
keyconcepts are mapped to which domain. As an
example, we report in Fig. 3 the analysis related to
two documents, entitled “Rene de la Tour du Pin”
and “I cattolici nell’evoluzione sociale’. For each
of them, the dendogram shows the three top
domains and the associated key-concepts. The
proposed analysis was validated at different
granularities by two history scholars, who confirmed the
consistency of L-KD analysis and found
correspondences between the top domains and relevant
events in De Gasperi’s life.
L-KD is available as a web application6 through
which users can copy&amp;paste a document and run
the tool processing it on the fly. This application
makes L-KD easily accessible also by users
without a technical background.
      </p>
      <sec id="sec-8-1">
        <title>6http://dhlab.fbk.eu:8080/L_KD/</title>
        <p>In the application some parameters are given,
the analysis of large document collections for
huwhile others can be changed by the user
accordmanities studies.
ing to his/her needs.</p>
        <p>As for the fixed
parameters, proper names are always discarded so to
exclude them from the list of keyphrases: this setting
is justified by the fact that WordNet, and
consequently WND, contains few proper nouns7 while
we want to maximize the mapping. For the same
reason, short keyphrases, i.e. single words and
multi-token expressions with a maximum length
of 4 words8, are preferred. On the contrary, the
minimum number of occurrences for a word or
expression to be considered as a candidate keyphrase
and the number of keyphrases to be extracted can
be customized by the user. For example, in case
of short documents, a low number of keyphrases
(e.g. up to 20) can be set together with a minimum
frequency of 1 or 2 (in a short text repetitions are
less likely to occur). For long documents more
keyphrases can be extracted: in this way it would
be easy to find clusters covering multiple themes.
7</p>
      </sec>
    </sec>
    <sec id="sec-9">
      <title>Conclusions and Future Works</title>
      <p>This paper presents L-KD, a tool that extracts
keyphrases from text data, clusters them
according to the domain and assigns a label to each
cluster. The process underlying L-KD is based on the
exploitation of external linguistic and knowledge
resources, i.e. WordNet Domains and ConceptNet
5. Our tool can process both English and Italian
texts of different length and content, from a single
news article to an entire book, from single-theme
to multi-theme documents.</p>
      <p>In the future we will explore different research
directions. First of all we want to evaluate the
tool on Italian data, even if we have not found
a suitable gold standard so far.</p>
      <p>
        Resorting to
crowd-sourcing may be a viable solution. We
expect lower performances than the ones obtained
for English, given that the current mapping
between Open Multilingual WordNet and WordNet
3.0 covers only the 32.5% of the English synsets:
this consequently affects the mapping on the
domains of WND. Moreover, the coverage of Italian
in ConcepNet 5 is limited. As for the availability
of L-KD, we plan to release the tool as a
standalone module. It will also be integrated in the
ALCIDE platform
        <xref ref-type="bibr" rid="ref17 ref18 ref3">(Moretti et al., 2016)</xref>
        that supports
7Only the 9.4% of synsets are tagged as being instances,
i.e. proper nouns, in WordNet 3.0
        <xref ref-type="bibr" rid="ref1">(Abrate et al., 2012)</xref>
        .
      </p>
      <p>8In WordNet 3.0 only the 0.2% of noun synsets have a
length greater than 4 words.</p>
    </sec>
    <sec id="sec-10">
      <title>Acknowledgments</title>
      <p>The research leading to this paper was partially
supported by the EU Horizon 2020 Programme via
the SIMPATICO Project (H2020-EURO-6-2015,
n. 692819). We thanks Alessio Palmero Aprosio
for his help in the evaluation process.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          <string-name>
            <given-names>Matteo</given-names>
            <surname>Abrate</surname>
          </string-name>
          , Clara Bacciu, Andrea Marchetti, and
          <string-name>
            <given-names>Maurizio</given-names>
            <surname>Tesconi</surname>
          </string-name>
          .
          <year>2012</year>
          .
          <article-title>WordNet atlas: a web application for visualizing WordNet as a zoomable map</article-title>
          .
          <source>In GWC 2012 6th International Global Wordnet Conference, page 23.</source>
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          <string-name>
            <given-names>Nikolaos</given-names>
            <surname>Aletras</surname>
          </string-name>
          , Timothy Baldwin, Jey Han Lau, and
          <string-name>
            <given-names>Mark</given-names>
            <surname>Stevenson</surname>
          </string-name>
          .
          <year>2015</year>
          .
          <article-title>Evaluating topic representations for exploring document collections</article-title>
          .
          <source>Journal of the Association for Information Science and Technology.</source>
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          <string-name>
            <given-names>Alessio</given-names>
            <surname>Palmero</surname>
          </string-name>
          Aprosio and
          <string-name>
            <given-names>Giovanni</given-names>
            <surname>Moretti</surname>
          </string-name>
          .
          <year>2016</year>
          .
          <article-title>Italy goes to Stanford: a collection of CoreNLP modules for Italian</article-title>
          .
          <source>arXiv preprint arXiv:1609</source>
          .
          <fpage>06204</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          <string-name>
            <surname>David M Blei</surname>
            , Andrew Y Ng, and
            <given-names>Michael I</given-names>
          </string-name>
          <string-name>
            <surname>Jordan</surname>
          </string-name>
          .
          <year>2003</year>
          .
          <article-title>Latent dirichlet allocation</article-title>
          .
          <source>Journal of machine Learning research</source>
          ,
          <volume>3</volume>
          (Jan):
          <fpage>993</fpage>
          -
          <lpage>1022</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          <string-name>
            <given-names>Francis</given-names>
            <surname>Bond</surname>
          </string-name>
          and
          <string-name>
            <given-names>Kyonghee</given-names>
            <surname>Paik</surname>
          </string-name>
          .
          <year>2012</year>
          .
          <article-title>A survey of WordNets and their licenses</article-title>
          .
          <source>Small</source>
          ,
          <volume>8</volume>
          (
          <issue>4</issue>
          ):
          <fpage>5</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          <string-name>
            <given-names>David</given-names>
            <surname>Carmel</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Haggai</given-names>
            <surname>Roitman</surname>
          </string-name>
          , and
          <string-name>
            <given-names>Naama</given-names>
            <surname>Zwerdling</surname>
          </string-name>
          .
          <year>2009</year>
          .
          <article-title>Enhancing cluster labeling using wikipedia</article-title>
          .
          <source>In Proceedings of the 32nd international ACM SIGIR conference on Research and development in information retrieval</source>
          , pages
          <fpage>139</fpage>
          -
          <lpage>146</lpage>
          . ACM.
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          <string-name>
            <surname>A. De Gasperi</surname>
          </string-name>
          .
          <year>2006</year>
          .
          <article-title>Scritti e discorsi politici</article-title>
          . In E. Tonezzer,
          <string-name>
            <given-names>M.</given-names>
            <surname>Bigaran</surname>
          </string-name>
          , and M. Guiotto, editors,
          <source>Scritti e discorsi politici</source>
          , volume
          <volume>1</volume>
          . Il Mulino.
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          <string-name>
            <given-names>Maria</given-names>
            <surname>Grineva</surname>
          </string-name>
          , Maxim Grinev, and
          <string-name>
            <given-names>Dmitry</given-names>
            <surname>Lizorkin</surname>
          </string-name>
          .
          <year>2009</year>
          .
          <article-title>Extracting key terms from noisy and multitheme documents</article-title>
          .
          <source>In Proceedings of the 18th international conference on World wide web</source>
          , pages
          <fpage>661</fpage>
          -
          <lpage>670</lpage>
          . ACM.
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          <string-name>
            <given-names>Kazi</given-names>
            <surname>Saidul</surname>
          </string-name>
          Hasan and
          <string-name>
            <given-names>Vincent</given-names>
            <surname>Ng</surname>
          </string-name>
          .
          <year>2014</year>
          .
          <article-title>Automatic keyphrase extraction: A survey of the state of the art</article-title>
          .
          <source>In Proceedings of the 52nd Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers)</source>
          , pages
          <fpage>1262</fpage>
          -
          <lpage>1273</lpage>
          . Association for Computational Linguistics.
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          <string-name>
            <given-names>Ioana</given-names>
            <surname>Hulpus</surname>
          </string-name>
          , Conor Hayes, Marcel Karnstedt, and
          <string-name>
            <given-names>Derek</given-names>
            <surname>Greene</surname>
          </string-name>
          .
          <year>2013</year>
          .
          <article-title>Unsupervised graph-based topic labelling using dbpedia</article-title>
          .
          <source>In Proceedings of the sixth ACM international conference on Web search and data mining</source>
          , pages
          <fpage>465</fpage>
          -
          <lpage>474</lpage>
          . ACM.
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          <string-name>
            <given-names>Thorsten</given-names>
            <surname>Joachims</surname>
          </string-name>
          .
          <year>1996</year>
          .
          <article-title>A Probabilistic Analysis of the Rocchio Algorithm with TFIDF for Text Categorization</article-title>
          .
          <source>Technical report, DTIC Document.</source>
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          <string-name>
            <given-names>Zhiyuan</given-names>
            <surname>Liu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Peng</given-names>
            <surname>Li</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Yabin</given-names>
            <surname>Zheng</surname>
          </string-name>
          , and
          <string-name>
            <given-names>Maosong</given-names>
            <surname>Sun</surname>
          </string-name>
          .
          <year>2009</year>
          .
          <article-title>Clustering to find exemplar terms for keyphrase extraction</article-title>
          .
          <source>In Proceedings of the 2009 Conference on Empirical Methods in Natural Language Processing: Volume 1-</source>
          Volume
          <volume>1</volume>
          , pages
          <fpage>257</fpage>
          -
          <lpage>266</lpage>
          . Association for Computational Linguistics.
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          <string-name>
            <given-names>Zhiyuan</given-names>
            <surname>Liu</surname>
          </string-name>
          , Wenyi Huang, Yabin Zheng, and
          <string-name>
            <given-names>Maosong</given-names>
            <surname>Sun</surname>
          </string-name>
          .
          <year>2010</year>
          .
          <article-title>Automatic keyphrase extraction via topic decomposition</article-title>
          .
          <source>In Proceedings of the 2010 conference on empirical methods in natural language processing</source>
          , pages
          <fpage>366</fpage>
          -
          <lpage>376</lpage>
          . Association for Computational Linguistics.
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          <string-name>
            <given-names>Bernardo</given-names>
            <surname>Magnini</surname>
          </string-name>
          and
          <string-name>
            <given-names>Gabriela</given-names>
            <surname>Cavaglia</surname>
          </string-name>
          .
          <year>2000</year>
          .
          <article-title>Integrating Subject Field Codes into WordNet</article-title>
          .
          <source>In Proceedings of the Second International Conference on Language Resources</source>
          and
          <article-title>Evaluation (LREC-</article-title>
          <year>2000</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          <string-name>
            <surname>Christopher D Manning</surname>
          </string-name>
          , Mihai Surdeanu, John Bauer, Jenny Rose Finkel, Steven Bethard, and
          <string-name>
            <surname>David McClosky</surname>
          </string-name>
          .
          <year>2014</year>
          .
          <article-title>The Stanford CoreNLP Natural Language Processing Toolkit</article-title>
          .
          <source>In ACL (System Demonstrations)</source>
          , pages
          <fpage>55</fpage>
          -
          <lpage>60</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          <string-name>
            <given-names>Qiaozhu</given-names>
            <surname>Mei</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Xuehua</given-names>
            <surname>Shen</surname>
          </string-name>
          , and
          <string-name>
            <given-names>ChengXiang</given-names>
            <surname>Zhai</surname>
          </string-name>
          .
          <year>2007</year>
          .
          <article-title>Automatic labeling of multinomial topic models</article-title>
          .
          <source>In Proceedings of the 13th ACM SIGKDD international conference on Knowledge discovery and data mining</source>
          , pages
          <fpage>490</fpage>
          -
          <lpage>499</lpage>
          . ACM.
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          <string-name>
            <given-names>Giovanni</given-names>
            <surname>Moretti</surname>
          </string-name>
          , Rachele Sprugnoli, and
          <string-name>
            <given-names>Sara</given-names>
            <surname>Tonelli</surname>
          </string-name>
          .
          <year>2015</year>
          .
          <article-title>Digging in the dirt: Extracting keyphrases from texts with kd</article-title>
          .
          <source>In Proceedings of CLiC-it</source>
          <year>2016</year>
          , page 198.
        </mixed-citation>
      </ref>
      <ref id="ref18">
        <mixed-citation>
          <string-name>
            <given-names>Giovanni</given-names>
            <surname>Moretti</surname>
          </string-name>
          , Rachele Sprugnoli, Stefano Menini, and
          <string-name>
            <given-names>Sara</given-names>
            <surname>Tonelli</surname>
          </string-name>
          .
          <year>2016</year>
          .
          <article-title>ALCIDE: Extracting and visualising content from large document collections to support Humanities studies</article-title>
          .
          <source>Knowledge-Based Systems</source>
          ,
          <volume>111</volume>
          :
          <fpage>100</fpage>
          -
          <lpage>112</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref19">
        <mixed-citation>
          <string-name>
            <given-names>Alessandro</given-names>
            <surname>Moschitti</surname>
          </string-name>
          and
          <string-name>
            <given-names>Roberto</given-names>
            <surname>Basili</surname>
          </string-name>
          .
          <year>2004</year>
          .
          <article-title>Complex linguistic features for text classification: A comprehensive study</article-title>
          .
          <source>In European Conference on Information Retrieval</source>
          , pages
          <fpage>181</fpage>
          -
          <lpage>196</lpage>
          . Springer.
        </mixed-citation>
      </ref>
      <ref id="ref20">
        <mixed-citation>
          <string-name>
            <given-names>Subhabrata</given-names>
            <surname>Mukherjee</surname>
          </string-name>
          and
          <string-name>
            <given-names>Sachindra</given-names>
            <surname>Joshi</surname>
          </string-name>
          .
          <year>2013</year>
          .
          <article-title>Sentiment Aggregation using ConceptNet Ontology</article-title>
          .
          <source>In Proceedings of the Sixth International Joint Conference on Natural Language Processing (IJCNLP)</source>
          , pages
          <fpage>570</fpage>
          -
          <lpage>578</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref21">
        <mixed-citation>
          <string-name>
            <given-names>Robert</given-names>
            <surname>Speer</surname>
          </string-name>
          and
          <string-name>
            <given-names>Catherine</given-names>
            <surname>Havasi</surname>
          </string-name>
          .
          <year>2013</year>
          .
          <article-title>ConceptNet 5: A large semantic network for relational knowledge</article-title>
          .
          <source>In The Peoples Web Meets NLP</source>
          , pages
          <fpage>161</fpage>
          -
          <lpage>176</lpage>
          . Springer.
        </mixed-citation>
      </ref>
      <ref id="ref22">
        <mixed-citation>
          <string-name>
            <given-names>Tan</given-names>
            <surname>Xu</surname>
          </string-name>
          and
          <string-name>
            <surname>Douglas W Oard</surname>
          </string-name>
          .
          <year>2011</year>
          .
          <article-title>Wikipedia-based topic clustering for microblogs</article-title>
          .
          <source>Proceedings of the American Society for Information Science and Technology</source>
          ,
          <volume>48</volume>
          (
          <issue>1</issue>
          ):
          <fpage>1</fpage>
          -
          <lpage>10</lpage>
          .
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>