<!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>Mining Scholarly Data for Fine-Grained Knowledge Graph Construction</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Davide Buscaldi</string-name>
          <email>davide.buscaldi@lipn.univ-paris13.fr</email>
          <xref ref-type="aff" rid="aff2">2</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Danilo Dess</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Enrico Motta</string-name>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Francesco Osborne</string-name>
          <email>francesco.osborneg@open.ac.uk</email>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Diego Reforgiato Recupero</string-name>
          <email>diego.reforgiatog@unica.it</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Computer Science Department, University of Cagliari</institution>
          ,
          <addr-line>Cagliari</addr-line>
          ,
          <country country="IT">Italy</country>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>Knowledge Media Institute, The Open University</institution>
          ,
          <addr-line>MK7 6AA, Milton Keynes</addr-line>
          ,
          <country country="UK">UK</country>
        </aff>
        <aff id="aff2">
          <label>2</label>
          <institution>LIPN, CNRS (UMR 7030), University Paris 13</institution>
          ,
          <addr-line>Villetaneuse</addr-line>
          ,
          <country country="FR">France</country>
        </aff>
      </contrib-group>
      <fpage>21</fpage>
      <lpage>30</lpage>
      <abstract>
        <p>Knowledge graphs (KG) are large networks of entities and relationships, typically expressed as RDF triples, relevant to a speci c domain or an organization. Scienti c Knowledge Graphs (SKGs) focus on the scholarly domain and typically contain metadata describing research publications such as authors, venues, organizations, research topics, and citations. The next big challenge in this eld regards the generation of SKGs that also contain an explicit representation of the knowledge presented in research publications. In this paper, we present a preliminary approach that uses a set of NLP and Deep Learning methods for extracting entities and relationships from research publications, and then integrates them in a KG. More speci cally, we i) tackle the challenge of knowledge extraction by employing several state-of-the-art Natural Language Processing and Text Mining tools, ii) describe an approach for integrating entities and relationships generated by these tools, iii) analyze an automatically generated Knowledge Graph including 10 425 entities and 25 655 relationships derived from 12 007 publications in the eld of Semantic Web, and iv) discuss some open problems that have not been solved yet.</p>
      </abstract>
      <kwd-group>
        <kwd>Knowledge Graph</kwd>
        <kwd>Semantic Web</kwd>
        <kwd>Knowledge Extraction</kwd>
        <kwd>Scholarly Data</kwd>
        <kwd>Natural Language Processing</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>-</title>
      <p>
        Knowledge graphs (KG) are large networks of entities and relationships, usually
expressed as RDF triples, relevant to a speci c domain or an organization [
        <xref ref-type="bibr" rid="ref6">6</xref>
        ].
Many state-of-the-art projects such as DBPedia [
        <xref ref-type="bibr" rid="ref9">9</xref>
        ], Google Knowledge Graph,
BabelNet, and YAGO build KGs by harvesting entities and relations from textual
resources, such as Wikipedia pages. The creation of such KGs is a complex
process that typically requires to extract and integrate various information from
structured and unstructured sources.
      </p>
      <p>
        Scienti c Knowledge Graphs (SKGs) focus on the scholarly domain and
typically contain metadata describing research publications such as authors, venues,
organizations, research topics, and citations. Good examples are Open Academic
Graph4, Scholarlydata.org [
        <xref ref-type="bibr" rid="ref15">15</xref>
        ], and OpenCitations [
        <xref ref-type="bibr" rid="ref17">17</xref>
        ]. These resources provide
substantial bene ts to researchers, companies, and policy makers by powering
several data-driven services for navigating, analyzing, and making sense of
research dynamics. One of their main limitations is that the content of scienti c
papers is represented by unstructured texts (e.g., title and abstract). Therefore,
a signi cant open challenge in this eld regards the generation of SKGs that
contain also an explicit representation of the knowledge presented in scienti c
publications [
        <xref ref-type="bibr" rid="ref2">2</xref>
        ], and potentially describe entities such as approaches, claims,
applications, data, and so on. The resulting KG would be able to support a new
generation of content-aware services for exploring the research environment at a
much more granular level.
      </p>
      <p>
        Most of the relevant information for populating such a KG might be derived
from the text of research publications. In the last year, we saw the emergence of
several excellent Natural Language Processing (NLP) and Deep Learning
methods for entity linking and relationship extraction [
        <xref ref-type="bibr" rid="ref10 ref11 ref12 ref2 ref8">12, 2, 8, 11, 10</xref>
        ]. However,
integrating the outputs of these tools in a coherent KG is still an open challenge.
      </p>
      <p>In this paper, we present a preliminary approach that uses a set of NLP and
Deep Learning methods for extracting entities and relationships from research
publications and then integrates them in a KG. Within our work, we refer to
an entity as a linguistic expression that refers to an object (e.g., topics, tools
names, a well-know algorithm, etc.). We de ne a relation between two entities
when they are syntactically or semantically connected. As an example, if a tool
T adopts an algorithm A, we may build the relation (T , adopt, A).</p>
      <p>The main contributions of this paper are: i) a preliminary approach that
combines di erent tools for extracting entities and relations from research
publications ii) an approach for integrating these entities and relationships, iii) a
qualitative analysis of a generated SKG in the eld of Semantic Web, and iv) a
discussion of some open problems that have not been solved yet.</p>
    </sec>
    <sec id="sec-2">
      <title>2 Related Work</title>
      <p>In textual resources there are both syntactical and semantic peculiarities that
make hard the identi cation of entities and relations.</p>
      <p>
        In previous works, entities in textual resources were detected by studying
Part-Of-Speech (POS) tags. An example is constituted by [
        <xref ref-type="bibr" rid="ref14">14</xref>
        ], where authors
provided a graph based approach for Word Sense Disambiguation (WSD) and
Entity Linking (EL) named Babel y. Later, some approaches started to exploit
various resources (e.g., context information and existing KGs) for developing
ensemble methodologies [
        <xref ref-type="bibr" rid="ref11">11</xref>
        ]. Following this idea, we exploited an ensemble of tools
to mine scienti c publications and get the input data. Subsequently, we have
developed our methodology on top of the ensemble result. Relations extraction is
an important task in order to connect entities of a KG.
      </p>
      <p>
        For doing so, authors in [
        <xref ref-type="bibr" rid="ref8">8</xref>
        ] developed a machine reader called FRED which
exploits Boxer [
        <xref ref-type="bibr" rid="ref4">4</xref>
        ] and links elements to various ontologies in order to represent
      </p>
      <sec id="sec-2-1">
        <title>4 https://www.openacademic.ai/oag/</title>
        <p>
          the content of a text in a RDF representation. Among its features FRED
extracts relations between frames, events, concepts and entities5. One more project
that enables the extraction of RDF triples from text is [
          <xref ref-type="bibr" rid="ref3">3</xref>
          ], where a framework
called PIKES has been designed to exploit the frame analysis to detect entities
and their relations. These works consider a single text at a time and do not
consider the type of text they parse. In contrast with them, our approach aims
at parsing speci c type of textual data and, moreover, at combining information
from various textual resources. We decided to rely on open domain information
extraction tool results re ned by contextual information of our data, adapting
open domain results on Scholarly Data. In addition, we combined entities and
relations coming from di erent scienti c papers instead of mining a single text
at a time. With our approach the resulting KG represents the overall knowledge
presented in the input scienti c publications.
        </p>
        <p>
          Recently, extraction of relations from scienti c papers has also raised interest
within the SemEval 2018 Task 7 Semantic Relation Extraction and Classi cation
in Scienti c Papers challenge [
          <xref ref-type="bibr" rid="ref7">7</xref>
          ], where participants had to face the problem
of detecting and classifying domain-speci c semantic relations. An attempt to
build KGs from scholarly data was also performed by [
          <xref ref-type="bibr" rid="ref10">10</xref>
          ], as an evolution of their
work at SemEval 2018 Task 7. Authors proposed both a Deep Learning approach
to extract entities and relations, and then built a KG on a dataset of 110; 000
papers. Our work nds inspiration from it, but we used di erent strategies to
address open issues for combining entities and relations. In fact, authors of [
          <xref ref-type="bibr" rid="ref10">10</xref>
          ]
considered clusters of co-referenced entities to come up with a representative
entity in the cluster and solving ambiguity issues. On the contrary, we adopted
textual and statistics similarity to solve it.
3
        </p>
      </sec>
    </sec>
    <sec id="sec-3">
      <title>The Proposed Approach</title>
      <p>In this section, we describe the preliminary approach that we applied to produce
a KG of research entities. We used an input dataset composed by 12 007 abstracts
of scienti c publications about the Semantic Web domain. It was retrieved by
selecting all publications from the Microsoft Academic Graph dataset which
contains in the string "Semantic Web" in the " eld of science" heading.
3.1</p>
      <sec id="sec-3-1">
        <title>Extraction of Entities and Relations</title>
        <p>
          For extracting entities and relations, we exploited the following resources:
{ An extractor framework designed by [
          <xref ref-type="bibr" rid="ref10">10</xref>
          ], which is based on Deep Learning
models and provides tools for detecting entities and relations from scienti c
literature. It detects six types of entities (Task, Method, Metric, Material,
Other-Scienti c-Term, and Generic) and seven types of relations among
a list of prede ned choices (Compare, Part-of, Conjunction, Evaluate-for,
Feature-of, Used-for, Hyponym-Of ).
        </p>
        <sec id="sec-3-1-1">
          <title>5 http://wit.istc.cnr.it/stlab-tools/fred/</title>
          <p>
            { OpenIE [
            <xref ref-type="bibr" rid="ref1">1</xref>
            ] provided with Stanford Core NLP6. It detects general entities
and relations among them, especially those which can be derived by verbs.
{ The CSO Classi er [
            <xref ref-type="bibr" rid="ref18">18</xref>
            ], a tool for automatically classifying research papers
according to the Computer Science Ontology (CSO)7 [
            <xref ref-type="bibr" rid="ref19">19</xref>
            ] which is a
comprehensive automatically generated ontology of research areas in the eld of
Computer Science.
          </p>
          <p>We processed each sentence from the abstract and used the three tools to
assign to each sentence si a list of entities Ei and a list of relations Ri. For
each sentence si, we rstly extracted entities and relations with the extractor
framework, and saved them in two lists (Ei and Ri, respectively). We discarded
all relations with type CONJUNCTION because they were too generic. Then,
we used CSO to extract all Computer Science topics from the sentence, further
expanding Ei. Finally, we processed each sentence si with OpenIE, and retrieved
all triples composed by subject, verb, and object in which both subject and
object were in the set of entities Ei.
3.2</p>
        </sec>
      </sec>
      <sec id="sec-3-2">
        <title>Entities Re nement</title>
        <p>Di erent entities in Ei may actually refer to the same concept with alternative
forms (e.g., machine learning, machine learning methods, machine-learning).</p>
        <p>In this section, we report the methodology used to merge these entities when
they appeared together in the same abstract.</p>
        <p>Cleaning up entities. First, we removed punctuation (e.g., dots and
apostrophes) and stop-words (e.g., pronouns). Then we merged singular and plural
forms by using the WordNet Lemmatizer available in the NLTK8 library.</p>
        <p>Splitting entities. Some entities actually contained multiple compound
expressions, e.g., machine learning and data mining. Therefore, we split entities
when they contained the conjunction and. Referring to our example, we obtained
the two entities machine learning and data mining.</p>
        <p>Handling Acronyms. Acronyms are usually de ned, appearing the rst
time near their extended form (e.g., Computer Science Ontology (CSO)) and
then by themselves in the rest of the abstract (e.g., CSO ). In order to map
acronyms with their extended form in a speci c abstract we use a regular
expression. We then substituted every acronym (e.g., CSO ) in the abstract with
their extended form (e.g., Computer Science Ontology ).
3.3</p>
      </sec>
      <sec id="sec-3-3">
        <title>Graph Generation</title>
        <p>In order to generate the graph, we need to integrate all triples extracted from
the abstracts. In this phase we have to address three main issues. First,
multiple entities derived from di erent abstracts may refer to the same concept.</p>
        <sec id="sec-3-3-1">
          <title>6 https://stanfordnlp.github.io/CoreNLP/</title>
        </sec>
        <sec id="sec-3-3-2">
          <title>7 http://cso.kmi.open.ac.uk</title>
        </sec>
        <sec id="sec-3-3-3">
          <title>8 https://www.nltk.org/</title>
          <p>Secondly, multiple relationships derived from the verbs in the abstract may be
redundant (e.g., femphasize, highlight, underlineg), Finally, some entities may
be too generic (e.g., paper, approach) and thus useless for a SKG.
Entity Merging For the entity merging task we exploit two data structures.
The rst one, labelled W 2LE, maps each word to a list of entities that share the
last token (e.g., medical ontology, biomedical ontology, pervasive agent ontology,
and so on.). With W 2LE we avoided comparing those entities that syntactically
could not refer to the same entity (e.g., the entities ontology generation and
ontology adoption were not compared). The second one, labelled E2E, maps
each original entity to the entity that will represent it in the KG.</p>
          <p>
            Given an entity e and the list of its tokens ft0; :::; tng, we took tn. If tn was
not present in W 2LE, a new entry key tn was added to W 2LE and its value
is a list with e as its unique element. If tn was in W 2LE, then we compute
the Levenshtein string similarity9 between the entity e and all other entities
e00; :::; e0m 2 W 2LE[tn]. If the resulting score met a given threshold tL, the entity
e was mapped as e0i in E2E. Otherwise e was mapped to itself in E2E. At the
end, the entity e was added to W 2LE[tn]. Finally, the map E2E was used to
select the entities for the graph. For each entry key ex, if its corresponding entity
ey = E2E[ex] was not in the graph, a new entity with label ey was added.
Relationship Merging After selecting a unique set of entities, we need to take
care the relationships among them. First we cluster all verbs labels in order to
reduce their number. For such a reason, we exploited WordNet [
            <xref ref-type="bibr" rid="ref13">13</xref>
            ] and a set of
Word2Vec word embeddings trained on a set of 9 milion research papers from
Microsoft Academic Graph10. In details, given the set of all verbs V = fv0; :::; vng,
we built a distance matrix M considering as a distance between two verbs vi
and vj the 1 W uP almer11 similarity between their synsets. Then, we apply
a hierarchical clustering algorithm, cutting the dendrogram where the number
of clusters had the highest value of overall silhouette-width [
            <xref ref-type="bibr" rid="ref5">5</xref>
            ]. Subsequently,
clusters were re ned as follows. Given a cluster c, we assigned each verb vic 2 c
with the word embedding wi in the Word2Vec model, and computed the
centroid ce of the cluster as the average of word embeddings of its elements. Then,
we ordered verbs in ascending order by the distance from ce. All verbs with a
distance over a threshold t were discarded. All the other verbs were mapped on
the verb nearest to the centroid ce in a map V 2V .
          </p>
          <p>Finally, given each pair of entities p = (e1; e2) and their relations fr0; :::; rng,
we took every relation label lri 8ri 2 fr0; :::; rng. All relations label coming from
the extractor framework were directly merged into a single label L. All verb
labels were rstly mapped through V 2V and then merged.</p>
        </sec>
        <sec id="sec-3-3-4">
          <title>9 https://pypi.org/project/python-Levenshtein/</title>
          <p>10 Avaliable at http://tiny.cc/w0u43y
11 http://www.nltk.org/howto/wordnet.html</p>
        </sec>
      </sec>
      <sec id="sec-3-4">
        <title>Detection of Generic Entities</title>
        <p>The resulting graph may contain several generic entities (e.g., content, time,
study, article, input, and so on.) In order to discard them we used a
frequencybased lter which detects generic terms by comparing the frequency of the
entities in three set of publications:
1. the set of 12 007 publications about the Semantic Web;
2. a set of the same size covering Computer Science but not the Semantic Web;
3. a set of the same size containing generic papers not about the Semantic Web
nor the Computer Science.</p>
        <p>For each entity e, we computed the number of times it appeared in the above
datasets, so that we had three di erent counts c0; c00; c000. Then we computed the
ratios r0 = cc000 and r00 = c000 . If the ratio r0 met a threshold t0, and the ratio r00
c0
met a threshold t00 the entity e was included in the graph.</p>
        <p>In addition, we automatically preserved all entities within a whitelist
composed by CSO topics and all the paper keywords in the initial dataset.
4</p>
      </sec>
    </sec>
    <sec id="sec-4">
      <title>The Knowledge Graph</title>
      <p>In this section, we report our preliminary results about the KG produced from
12 007 papers about the Semantic Web. We used the following parameters tL =
0:9, t0 = 2, and t00 = 3, which have been determined empirically. The resulting
KG has 10 425 entities and 25 655 relationships.
Tools Entities Contribution</p>
      <p>Count</p>
      <p>Percentage</p>
      <p>CSO
Extractor Framework</p>
      <p>Exclusive CSO</p>
      <p>Exclusive Extractor Framework
Entities where both tools contribute</p>
      <p>Derived Entities
1 034
8 668
117
7 751
917
1 640</p>
      <sec id="sec-4-1">
        <title>4.1 Graph Statistics</title>
        <p>
          In this section, we report some statistics about entities and relations of our KG.
Table 2 reports statistics about entities. To weigh the actual contribution of
each tool, we counted the number of entities that were detected by applying
each tool. With the label Exclusive we indicate the number of entities detected
only by that underlying tool. The row Derived Entities refers to the additional
entities that were obtained by merging or splitting the original entities. The
majority of entities that are present in the resulting KG comes from the Extractor
Framework tool which contributes to the 83:15% of all entities, and exclusively
contributes to 74:35% of them. The CSO Classi er contributes with 9:92%, but
only a minority are exclusive. This was expected, since CSO contains fairly
established research topics that appeared in a minimum of 50 papers in the
dataset from which it was generated [
          <xref ref-type="bibr" rid="ref16">16</xref>
          ]. Conversely, the Extractor Framework
is able to identify many long tail entities [
          <xref ref-type="bibr" rid="ref12">12</xref>
          ] that may only appear in few research
papers. It is worth nothing that in the nal KG, 15:73% of all entities are di erent
from the original ones due to the transformations we applied. On average, each
entity was extracted 3:69 times by one of the tools, with a maximum of 52 and
a minimum of 1.
        </p>
        <p>Similarly to entities, the Extractor Framework produced also the majority of
the relations with a coverage of 92:09%, 87:85% of which exclusive to this tool.
However, the 12:15% of relations extracted by OpenIE are usually more
informative since they are mapped to speci c verbs. On average, each relationship
was extracted 1:32 times, with a maximum of 54 and a minimum of 1.
4.2</p>
      </sec>
      <sec id="sec-4-2">
        <title>Limitations</title>
        <p>In this section, we analyze some key entities of the Semantic Web and highlight
some issues that still need to be solved to automatically produce high quality</p>
        <p>SKGs. In order to focus on speci c subsections of the KG, we extracted three
subgraphs containing all the entities directly linked to ontology, natural language
processing, and arti cial intelligence. For the sake of space, in the following
gures we display only the most representative relationships between each pair
of entities, considering the following priority order: any verb extracted from
OpenEI, Used-for, Part-of, Feature-of, Hyponym-Of, Evaluate-for, Compare</p>
        <p>The subgraph of the natural language processing entity is showed in Figure 2a.
It is less dense than that in Figure 1, since the natural language processing entity
is less represented in the input dataset. The subgraph highlights an important
issue that needs to be addressed. The entities natural language processing and nlp
were not merged. This problem is due to the fact that acronyms are managed at
abstract level, but not at graph level. Another issue regards the distinctive lack
of verb-based relations, which are often useful to better specify a relationship
between two entities.</p>
        <p>Similar considerations also apply to Figure 2b which shows the subgraph of
the arti cial intelligence entity. Some relationships between signi cant entities
appear to be missing. For instance, machine learning and arti cial intelligence
are not connected here because they were originally linked by the
CONJUNCTION relations, which was able to detect entities listed together, but we
discarded since it is too generic. Another reason can be identi ed in textual forms
that our approach may not be able to detect. We thus need to improve our
pipeline to be able to handle similar instances and infer more speci c
relationships.
In this paper we described a preliminary work ow for producing a Scienti c
Knowledge Graph from the text of research publication. We analysed a SKG
derived from a set of 12 007 publication in the eld of Semantic Web, with the aim
of gaining a better understanding of the open problems that need to be solved
when addressing this task. In summary, the analysis presented in this paper
highlighted two main challenges. The rst regards the disambiguation of entities
that need to be further improved by also considering their semantic similarity.
We also need to be able to resolve acronyms at a graph level by inferring to
which extended form a certain acronym refers to in a speci c publication. This
may be addressed by representing entities according to word embedding learned
from the input data or relevant textual resources. However, this representations
would not consider long-tail entities that appear in few research papers. The
second challenge regards the speci city of the relationships. While the Extractor
Framework is quite good at extracting a large number of relationships, many of
them are too generic. We thus intend to experiment with other techniques that
combine Deep Learning and NLP for deriving speci c predicates from research
publications. Furthermore, we aim at validating the SKGs by human experts
through a precision-recall analysis.</p>
      </sec>
    </sec>
    <sec id="sec-5">
      <title>Acknowledgments</title>
      <p>Danilo Dess acknowledges Sardinia Regional Government for the nancial
support of his PhD scholarship (P.O.R. Sardegna F.S.E. 2014-2020).</p>
      <p>Buscaldi et al.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          1.
          <string-name>
            <surname>Angeli</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Premkumar</surname>
            ,
            <given-names>M.J.J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Manning</surname>
          </string-name>
          , C.D.:
          <article-title>Leveraging linguistic structure for open domain information extraction</article-title>
          .
          <source>In: Proceedings of the 53rd Annual Meeting of the ACL and the 7th IJCNLP</source>
          . vol.
          <volume>1</volume>
          , pp.
          <volume>344</volume>
          {
          <issue>354</issue>
          (
          <year>2015</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          2.
          <string-name>
            <surname>Auer</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kovtun</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Prinz</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kasprzik</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Stocker</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Vidal</surname>
            ,
            <given-names>M.E.</given-names>
          </string-name>
          :
          <article-title>Towards a knowledge graph for science</article-title>
          .
          <source>In: Proceedings of the 8th International Conference on Web Intelligence, Mining and Semantics</source>
          . p.
          <fpage>1</fpage>
          .
          <string-name>
            <surname>ACM</surname>
          </string-name>
          (
          <year>2018</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          3.
          <string-name>
            <surname>Corcoglioniti</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Rospocher</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Aprosio</surname>
            ,
            <given-names>A.P.:</given-names>
          </string-name>
          <article-title>A 2-phase frame-based knowledge extraction framework</article-title>
          .
          <source>In: Proceedings of the 31st Annual ACM Symposium on Applied Computing</source>
          . pp.
          <volume>354</volume>
          {
          <fpage>361</fpage>
          .
          <string-name>
            <surname>ACM</surname>
          </string-name>
          (
          <year>2016</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          4.
          <string-name>
            <surname>Curran</surname>
            ,
            <given-names>J.R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Clark</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Bos</surname>
          </string-name>
          , J.:
          <article-title>Linguistically motivated large-scale nlp with c&amp;c and boxer</article-title>
          .
          <source>In: Proceedings of the 45th Annual Meeting of the ACL on Interactive Poster and Demonstration Sessions</source>
          . pp.
          <volume>33</volume>
          {
          <issue>36</issue>
          (
          <year>2007</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          5.
          <string-name>
            <surname>Dess</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Recupero</surname>
            ,
            <given-names>D.R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Fenu</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Consoli</surname>
            ,
            <given-names>S.:</given-names>
          </string-name>
          <article-title>A recommender system of medical reports leveraging cognitive computing and frame semantics</article-title>
          .
          <source>In: Machine Learning Paradigms</source>
          , pp.
          <volume>7</volume>
          {
          <fpage>30</fpage>
          . Springer (
          <year>2019</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          6.
          <string-name>
            <surname>Ehrlinger</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          , Wo , W.:
          <article-title>Towards a de nition of knowledge graphs</article-title>
          .
          <source>SEMANTiCS (Posters</source>
          , Demos, SuCCESS)
          <volume>48</volume>
          (
          <year>2016</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          7.
          <string-name>
            <surname>Gabor</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Buscaldi</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Schumann</surname>
            ,
            <given-names>A.K.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>QasemiZadeh</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Zargayouna</surname>
            ,
            <given-names>H.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Charnois</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          :
          <article-title>Semeval-2018 task 7: Semantic relation extraction and classi cation in scienti c papers</article-title>
          .
          <source>In: Proceedings of The 12th International Workshop on Semantic Evaluation</source>
          . pp.
          <volume>679</volume>
          {
          <issue>688</issue>
          (
          <year>2018</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          8.
          <string-name>
            <surname>Gangemi</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Presutti</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Recupero</surname>
            ,
            <given-names>D.R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Nuzzolese</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          , et al.:
          <article-title>Semantic Web Machine Reading with FRED</article-title>
          .
          <source>Semantic Web</source>
          <volume>8</volume>
          (
          <issue>6</issue>
          ),
          <volume>873</volume>
          {
          <fpage>893</fpage>
          (
          <year>2017</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          9.
          <string-name>
            <surname>Lehmann</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Isele</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Jakob</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Jentzsch</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kontokostas</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Mendes</surname>
            ,
            <given-names>P.N.</given-names>
          </string-name>
          , et al.:
          <article-title>Dbpedia{a large-scale, multilingual knowledge base extracted from wikipedia</article-title>
          .
          <source>Semantic Web</source>
          <volume>6</volume>
          (
          <issue>2</issue>
          ),
          <volume>167</volume>
          {
          <fpage>195</fpage>
          (
          <year>2015</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          10.
          <string-name>
            <surname>Luan</surname>
            ,
            <given-names>Y.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>He</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ostendorf</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Hajishirzi</surname>
          </string-name>
          , H.:
          <article-title>Multi-task identi cation of entities, relations, and coreference for scienti c knowledge graph construction</article-title>
          .
          <source>In: Proceedings of the EMNLP 2018 Conference</source>
          . pp.
          <volume>3219</volume>
          {
          <issue>3232</issue>
          (
          <year>2018</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          11.
          <string-name>
            <surname>Martinez-Rodriguez</surname>
            ,
            <given-names>J.L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Lopez-Arevalo</surname>
            ,
            <given-names>I.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Rios-Alvarado</surname>
            ,
            <given-names>A.B.</given-names>
          </string-name>
          :
          <article-title>Openie-based approach for knowledge graph construction from text</article-title>
          .
          <source>Expert Systems with Applications</source>
          <volume>113</volume>
          , 339{
          <fpage>355</fpage>
          (
          <year>2018</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          12.
          <string-name>
            <surname>Mesbah</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Lo</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Torre</surname>
            ,
            <given-names>M.V.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Bozzon</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Houben</surname>
            ,
            <given-names>G.J.</given-names>
          </string-name>
          :
          <article-title>Tse-ner: An iterative approach for long-tail entity extraction in scienti c publications</article-title>
          .
          <source>In: ISWC</source>
          . pp.
          <volume>127</volume>
          {
          <fpage>143</fpage>
          . Springer (
          <year>2018</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          13.
          <string-name>
            <surname>Miller</surname>
            ,
            <given-names>G.A.</given-names>
          </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="ref14">
        <mixed-citation>
          14.
          <string-name>
            <surname>Moro</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Raganato</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Navigli</surname>
          </string-name>
          , R.:
          <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>
          ,
          <issue>231</issue>
          {
          <fpage>244</fpage>
          (
          <year>2014</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          15.
          <string-name>
            <surname>Nuzzolese</surname>
            ,
            <given-names>A.G.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Gentile</surname>
            ,
            <given-names>A.L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Presutti</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Gangemi</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          :
          <article-title>Conference linked data: the scholarlydata project</article-title>
          .
          <source>In: ISWC</source>
          . pp.
          <volume>150</volume>
          {
          <fpage>158</fpage>
          . Springer (
          <year>2016</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          16.
          <string-name>
            <surname>Osborne</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Motta</surname>
          </string-name>
          , E.:
          <article-title>Klink-2: integrating multiple web sources to generate semantic topic networks</article-title>
          .
          <source>In: ISWC</source>
          . pp.
          <volume>408</volume>
          {
          <fpage>424</fpage>
          . Springer (
          <year>2015</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          17.
          <string-name>
            <surname>Peroni</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Shotton</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Vitali</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          :
          <article-title>One year of the opencitations corpus</article-title>
          .
          <source>In: ISWC</source>
          . pp.
          <volume>184</volume>
          {
          <fpage>192</fpage>
          . Springer (
          <year>2017</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref18">
        <mixed-citation>
          18.
          <string-name>
            <surname>Salatino</surname>
            ,
            <given-names>A.A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Thanapalasingam</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Mannocci</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Osborne</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Motta</surname>
          </string-name>
          , E.:
          <article-title>Classifying research papers with the computer science ontology</article-title>
          . In:
          <string-name>
            <surname>ISWC (P&amp;D/</surname>
          </string-name>
          Industry/BlueSky).
          <source>CEUR Workshop Proceedings</source>
          . vol.
          <volume>2180</volume>
        </mixed-citation>
      </ref>
      <ref id="ref19">
        <mixed-citation>
          19.
          <string-name>
            <surname>Salatino</surname>
            ,
            <given-names>A.A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Thanapalasingam</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Mannocci</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Osborne</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Motta</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          :
          <article-title>The computer science ontology: a large-scale taxonomy of research areas</article-title>
          .
          <source>In: ISWC</source>
          . pp.
          <volume>187</volume>
          {
          <issue>205</issue>
          (
          <year>2018</year>
          )
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>