<?xml version="1.0" encoding="UTF-8"?>
<TEI xml:space="preserve" xmlns="http://www.tei-c.org/ns/1.0" 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
xsi:schemaLocation="http://www.tei-c.org/ns/1.0 https://raw.githubusercontent.com/kermitt2/grobid/master/grobid-home/schemas/xsd/Grobid.xsd"
 xmlns:xlink="http://www.w3.org/1999/xlink">
	<teiHeader xml:lang="en">
		<fileDesc>
			<titleStmt>
				<title level="a" type="main">Generating Knowledge Graphs from Scientific Literature of Degenerative Diseases</title>
			</titleStmt>
			<publicationStmt>
				<publisher/>
				<availability status="unknown"><licence/></availability>
			</publicationStmt>
			<sourceDesc>
				<biblStruct>
					<analytic>
						<author>
							<persName><forename type="first">Anderson</forename><surname>Rossanez</surname></persName>
							<email>anderson.rossanez@ic.unicamp.br</email>
							<affiliation key="aff0">
								<orgName type="department">Institute of Computing</orgName>
								<orgName type="institution">University of Campinas</orgName>
								<address>
									<settlement>Campinas -SP</settlement>
									<country key="BR">Brazil</country>
								</address>
							</affiliation>
						</author>
						<author>
							<persName><forename type="first">Julio</forename><surname>Cesar</surname></persName>
							<affiliation key="aff0">
								<orgName type="department">Institute of Computing</orgName>
								<orgName type="institution">University of Campinas</orgName>
								<address>
									<settlement>Campinas -SP</settlement>
									<country key="BR">Brazil</country>
								</address>
							</affiliation>
						</author>
						<author>
							<persName><surname>Reis</surname></persName>
							<email>jreis@ic.unicamp.br</email>
							<affiliation key="aff0">
								<orgName type="department">Institute of Computing</orgName>
								<orgName type="institution">University of Campinas</orgName>
								<address>
									<settlement>Campinas -SP</settlement>
									<country key="BR">Brazil</country>
								</address>
							</affiliation>
						</author>
						<title level="a" type="main">Generating Knowledge Graphs from Scientific Literature of Degenerative Diseases</title>
					</analytic>
					<monogr>
						<imprint>
							<date/>
						</imprint>
					</monogr>
					<idno type="MD5">C407DF2780BEB2973151A07C74609C15</idno>
				</biblStruct>
			</sourceDesc>
		</fileDesc>
		<encodingDesc>
			<appInfo>
				<application version="0.7.2" ident="GROBID" when="2023-03-24T21:29+0000">
					<desc>GROBID - A machine learning software for extracting information from scholarly documents</desc>
					<ref target="https://github.com/kermitt2/grobid"/>
				</application>
			</appInfo>
		</encodingDesc>
		<profileDesc>
			<textClass>
				<keywords>
					<term>Knowledge Graphs</term>
					<term>RDF triples</term>
					<term>Ontologies</term>
					<term>Information Extraction</term>
				</keywords>
			</textClass>
			<abstract>
<div xmlns="http://www.tei-c.org/ns/1.0"><p>Degenerative diseases, such as the Alzheimer's Disease, can be very serious and life-threatening. As the scientific community strives to fully understand their exact root causes and advance their research on the domain, a massive amount of knowledge is generated. To represent and link all this knowledge, we propose the generation of knowledge graphs from the scientific literature. We aim to provide researchers the ability to relate their new discoveries with the current knowledge and possibly formulate new hypotheses to further advance the research. In this paper, we describe a method to extract information from scientific literature for generating a knowledge graph reusing existing domain ontologies. We demonstrate the effectiveness of our method by generating knowledge graphs from a set of abstracts of scientific papers on Alzheimer's Disease.</p></div>
			</abstract>
		</profileDesc>
	</teiHeader>
	<text xml:lang="en">
		<body>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="1">Introduction</head><p>Degenerative diseases affect the function and structure of cells, tissues, and organs, becoming worse over time <ref type="bibr" target="#b24">[25]</ref>. In the case of degenerative nerve diseases, or neurodegenerative diseases, the brain cells, called neurons, are affected. Neurons do not normally reproduce, so they are not replaced by the body when they die or become damaged. Thus, neurodegenerative diseases can be very serious and life-threatening, affecting balance, movement, talking, breathing, and the heart function <ref type="bibr" target="#b13">[14]</ref>.</p><p>One example of such neurodegenerative diseases is the Alzheimer's Disease (AD). It is the sixth leading cause of death in the United States, and the fifth leading cause among individuals aged 65 and older <ref type="bibr" target="#b8">[9]</ref>. The disease is estimated to begin with small changes in the brains of affected individuals, at least 20 years before the symptoms are noticeable <ref type="bibr" target="#b5">[6]</ref>. The affected individuals, then, start experiencing memory loss and language problems, due to neurons involved in cognitive functions being either damaged or destroyed. Over time, the symptoms increase and start interfering with the individual's ability to perform daily activities, at which point, the individual is said to have dementia due to AD <ref type="bibr" target="#b0">[1]</ref>.</p><p>AD is still not curable. The current treatments for the disease aim on slowing its progress down in the affected individuals, for which an early diagnosis is of extreme importance. The scientific community works on better understanding the disease to find new methods of early diagnosis, treatment, and ultimately, the cure. This research on AD continuously generates new knowledge. Integrating available data and properly representing the domain knowledge could bring great benefits. It could, for instance, provide the researchers the ability to visualize how the known concepts and their discoveries may relate to each other, as well as correlate their findings to discoveries from other researchers. By observing such relations, researchers might be able to formulate new hypotheses, and in this way, advance the domain's current state-of-the-art.</p><p>Knowledge Graphs (KGs) define the interrelations of real world entities in facts represented as a graph <ref type="bibr" target="#b7">[8]</ref>. KGs model knowledge using the Resource Description Framework (RDF) 1 representation. The computational formal representation and explicit description of disease information via KGs can play a key role in the analysis and understanding of the disease.</p><p>In this article, we investigate the generation of KGs as automatically as possible from the scientific literature on AD. Several research challenges remain open in our study context. The scientific literature has a specific, yet not uniform writing style, then posing several issues to information extraction. There are cases where the sentences are too long, containing several abbreviations, and a very specific set of terms that are only known by domain specialists. Natural Language Processing (NLP) tools involved in the information extraction techniques are usually not trained for applications in such vocabulary. For those reasons, a completely automatic system to generate KGs from scientific texts is a hard task to be accomplished.</p><p>Our goal is to define a (semi)-automatic method to generate KGs from the processing of unstructured text obtained from scientific papers on the AD domain. Via our method a KG is generated by the identification and extraction of information from unstructured text using NLP techniques. The extracted information is stored in the form of RDF triples. Then, we identify the concepts and relations present in the text using a knowledge base mapped to a single domain ontology that is recommended by the NCBO 2 bioportal. Via the implementation of a KGen software tool 3 , we evaluate the effectiveness of our approach to generate KGs from scientific papers on AD.</p><p>The remaining of this paper is organized as follows: Section 2 discusses the related work; Section 3 presents our method, along with a running example to illustrate the process; Section 4 shows the evaluation with KGs generated from a set of scientific papers; Section 5 discusses our obtained findings. Finally, Section 6 closes the paper presenting the conclusions and future work.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2">Background</head><p>The generation of KGs from unstructured texts has been studied in the past years for the purposes of knowledge representation and reasoning. The knowledge extraction of RDF triples was addressed via the use of open information extraction systems, such as ReVerb <ref type="bibr" target="#b10">[11]</ref> and OLLIE <ref type="bibr" target="#b21">[22]</ref>. Such systems extract triples from sentences using purely syntactical and lexical patterns, without considering entities in the text.</p><p>Differently, Exner and Nugues <ref type="bibr" target="#b9">[10]</ref> considered entity recognition, and also used Semantic Role Labeling (SRL) to extract triples from text. SRL helps identifying the Agent and the Patient of a verb. Those elements are then mapped correctly to the triple's elements consulting resources from VerbNet <ref type="bibr" target="#b25">[26]</ref> and FrameNet <ref type="bibr" target="#b2">[3]</ref>. This is very helpful in passive voice sentences, where the subject and the object may have their orders changed in a triple.</p><p>Martinez-Rodrigues et al. <ref type="bibr" target="#b16">[17]</ref> combined open information extraction systems and SRL to extract triples. Their work introduced a technique that considers noun phrases in the identification of entities. The identified entities are mapped to multiple knowledge bases, such as DBpedia <ref type="bibr" target="#b1">[2]</ref>, Babelfy <ref type="bibr" target="#b22">[23]</ref>, and TagMe <ref type="bibr" target="#b11">[12]</ref>. Exner and Nugues <ref type="bibr" target="#b10">[11]</ref> interconnected the extracted information to DBpedia <ref type="bibr" target="#b1">[2]</ref>, using a rule-based approach. In such investigations, if there is not an exact match for any of the triple's constituents in the knowledge bases, then they are left unmapped.</p><p>Similarly, T2KG tool <ref type="bibr" target="#b15">[16]</ref> uses a hybrid of a rule-based approach and a vectorbased similarity metric to identify similar mappings to DBpedia <ref type="bibr" target="#b1">[2]</ref> in case of a missing exact match. On the other hand, FRED tool <ref type="bibr" target="#b12">[13]</ref> generates its own ontology from a text, mapping existing entities and concepts to other existing ontologies/knowledge bases, such as DBpedia <ref type="bibr" target="#b1">[2]</ref>.</p><p>Other software tools have been proposed for the purpose of KG building. For instance, the IBM provides a tool for the information extraction from plain text to ultimately build a KG integrating input documents <ref type="bibr" target="#b26">[27]</ref>. The tool integrates a set of their services (e.g. Watson<ref type="foot" target="#foot_0">4</ref> and Cloud<ref type="foot" target="#foot_1">5</ref> ).</p><p>Concerning KGs and AD, Lam et al. <ref type="bibr" target="#b18">[19]</ref> converted information from different neuroscience sources to RDF format, making it available as an ontology. AlzPharm <ref type="bibr" target="#b19">[20]</ref> used RDF to build a framework that integrates neuroscience information, which also includes Alzheimer, obtained from multiple domains. The goal was unify the neuroscientists' queries into a single ontology.</p><p>The National Center for Biomedical Ontology <ref type="bibr" target="#b17">[18]</ref> (NCBO) provides an endpoint to access multiple ontologies from the biomedical domain, including Alzheimer's. It provides an annotator for natural language sentences, helping to identify mappings from concepts and entities to the ontologies.</p><p>The vast majority of the investigations dealing with RDF in the biomedical domain focus on the ontologies, either by creating, finding, and unifying them. In our case, we focus on generating a KG from a text. In this process, entities are then mapped to already existing ontologies. We seek to match instances of concepts and entities from ontologies in a text, which may even describe information that is not yet captured in an existing ontology, due to its novelty aspect. The works presenting techniques to generate KG are not applied to the biomedical or scientific domains, and we seek to employ similar techniques to address the generation of KGs on scientific texts from this domain.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3">KGen: Knowledge Graph Generation</head><p>We describe the proposed KGen method developed to generate KGs from unstructured text. KGs rely on RDF and Linked Data principles <ref type="bibr" target="#b4">[5]</ref>. In RDF, entities are represented as resources, which in turn, are referenced by Universal Resource Identifiers<ref type="foot" target="#foot_2">6</ref> (URIs).</p><p>Formally, a Knowledge Graph KG = (V, E) is represented as a regular graph with a set of Vertices V and Edges E. Whereas the vertices express entities or concepts, the edges express the relations between them. A RDF triple refers to a data entity composed of subject, predicate and object defined as t = (s, p, o). In KGs, the relations are predicates (p), such that E = {p 0 , p 1 , ..., p n }, i.e., the edges in KGs are a set of predicates. The predicates are formally defined in ontologies.</p><p>An ontology O describes a domain in terms of concepts, attributes and relationships <ref type="bibr" target="#b14">[15]</ref>. Formally, an ontology O = (C O , R O , A O ) consists in a set of classes C O interrelated by directed relations R, and a set of attributes A O . In this sense, a predicate p ∈ R.</p><p>Also in KGs, the entities or concepts are either subjects (s) or objects (o), considering that the vertices are a set of subjects and objects, such that V = {s 0 , s 1 , ..., s n , o 0 , o 1 , ..., o n }. In this context, o i ∈ C O . We may also say that a KG is a set of RDF triples, such that, KG = {t 0 , t 1 , ..., t n }, where</p><formula xml:id="formula_0">t 0 = (s 0 , p 0 , o 0 ), t 1 = (s 1 , p 1 , o 1 ), ..., t n = (s n , p n , o n ).</formula><p>Figure <ref type="figure" target="#fig_0">1</ref> presents the key elements involved in our method. First, there is a preprocessing of the input text, in a way to identify all the sentences available. From such sentences, our method of KG generation extracts triples by identifying the subject, predicate and object. Afterwards, it performs the identification of entities, concepts and properties from the sentences to obtain links in our graph to an ontology. By combining the output of both steps, i.e., the triples and the ontology links, the method reaches a new set of linked triples. Finally, the generated graph is represented in RDF turtle<ref type="foot" target="#foot_3">7</ref> format.</p><p>Preprocessor. The preprocessing step (cf. 1 in Figure <ref type="figure" target="#fig_0">1</ref>) receives as input an unstructured text file in plain-text format (e.g., a *.txt file). This preprocessing step submits the text through some sub-steps. The first sub-step identifies the sentences from the raw text using a sentence splitter. This NLP tool outputs each identified sentence per line. Afterwards, the next sub-step resolves co-references by using a NLP technique which identifies pronoun references in different sentences (e.g., John lives next door. He works on Sundays. -He refers to John). Once identified the references, the pronouns are changed to the actual references (e.g., John lives next door. John works on Sundays). This is important to keep the coherence when generating triples, maintaining the actual entities in the subjects and objects, instead of the pronouns.</p><p>The next preprocessing sub-step is an abbreviation resolver. The method identifies a common practice in scientific writing: abbreviations of terms when they are first mentioned in the text, whereas the abbreviation is used from that point on. For instance, Alzheimer's Disease (AD) can be very serious and lifethreatening. AD is the sixth leading cause of death in the United States. -In this case, Alzheimer's Disease is replaced in the remainder of the text by AD. The substep replaces the abbreviated form by the original one in every identified instance to generate coherent triples.</p><p>The last preprocessing sub-step aims at simplifying sentences. This is also a common practice in scientific writing, where we may have a complex sentence bound by conjunctions (e.g., Mitophagy inhibits amyloid-beta and thau pathology) -In this case, it would be preferable to have two distinct sentences (e.g., Mitophagy inhibits amyloid-beta and Mitophagy inhibits thau pathology) to generate coherent triples. The overall output of the preprocessing step is a text containing a simplified, co-reference and abbreviation-resolved sentence.</p><p>Figure <ref type="figure" target="#fig_1">2</ref> presents a running example to illustrate our defined process. It presents the unstructured input text and its correspondent preprocessed output. Extractor of triples. The next step is the extractor of triples (cf. 2 in Figure <ref type="figure" target="#fig_0">1</ref>), which takes as input the preprocessed text. In this step, each sentence is processed to identify the candidate predicate, the subject and the object. Our proposal explores a Semantic Role Labeling (SRL) technique to perform this identification as the first sub-step. SRL identifies the verbs from a sentence, along with its agents, patients and other semantic roles (e.g., theme, topic, etc.).</p><p>Once agent and patient are identified, the second sub-step explores an algorithm to identify the triple's constituents. According to the triple definition, t = (s, p, o), the method needs to identify the subject, predicate and object from the SRL output. The predicate is naturally mapped to the verb. As for the subject and object, if there is an agent and a patient linked to the verb, the subject maps to the agent and the object to the patient. It is important to mention that, in case of passive voice sentences, the patient and agent may be out of order, but SRL already assigns them correctly. If there is an agent, but no patient, the subject maps to the agent, and the object maps to the closest semantic role to patient. The same applies in the case we have a patient (mapped to the object), but no agent (subject maps to the closest semantic role). Finally, if either the object, or the subject cannot be mapped to a role, we discard the sentence, as, per definition, a triple must have its three constituents. This algorithm has been adapted from a similar algorithm defined by Martinez-Rodrigues et al. <ref type="bibr" target="#b16">[17]</ref>, dealing with the outputs of the SRL method.</p><p>Ontology linker. This step (cf. 3 in Figure <ref type="figure" target="#fig_0">1</ref>) takes as input the preprocessed text. The first sub-step performs a tokenization to split the sentences into tokens in addition to explore a Part of Speech (PoS) Tagger to tag the tokens (e.g., as nouns, verbs, adjectives, etc.). Then, a parse tree is obtained for the referred sentence. By doing so, the technique enables the identification of verbs, considered as predicate candidates, and noun phrases, considered as subject/object candidates. Such candidates are matched against an ontology to find correspondences on such ontology's concepts and attributes.</p><p>Formalizing this process, a sentence S = {t 0 , t 1 , ..., t n } is a set of terms (or tokens) t i . Each term gets a PoS p associated (t i , p i ). A predicate candidate p c = t i |p i = "V B is a term whose PoS is a verb. A subject/object candidate so c = {t i } is a set of terms whose parents in the parse tree are noun-phrases (NP ). Each candidate is then associated to ontology elements, i.e., p c ⇒ R O , and so c ⇒ C O .</p><p>Graph builder. The graph builder (cf. 4 in Figure <ref type="figure" target="#fig_0">1</ref>) takes as input the triples and the ontology links. In this step, the method first creates a local resource for each of the triple's constituents, binding them to resources obtained from the ontology links. This results in a turtle content describing the KG. We convert the turtle content to a set of vertices and edges, feeding them to a graph generator system, which outputs the graph.</p><p>Figure <ref type="figure" target="#fig_2">3</ref> illustrates a reduced KG generated for a single triple from our running example. In this graph, we note that the predicate (local:causes) is linked to a resource from the ontology (nci:16390 ). The predicate type is a property (rdf:Property). The subject and object types are classes (rdf:Class). The subject is linked to an ontology resource (nci:C2866 ), whereas the object is not. Implementation aspects. KGen has been implemented in Python language. In the preprocessing, we used Stanford's CoreNLP <ref type="bibr" target="#b20">[21]</ref> toolkit, which provides a sentence splitter, coreference resolver, and a tokenizer, PoS Tagger, and Parser, used to implement the abbreviation resolver. The sentence simplificator used iSimp <ref type="bibr" target="#b23">[24]</ref>, a sentence simplification system trained for biomedical texts. The extractor of triples used SENNA <ref type="bibr" target="#b6">[7]</ref> to perform the SRL. SENNA has been chosen as it shows good accuracy in texts from the biomedical domain <ref type="bibr" target="#b3">[4]</ref>.</p><p>The ontology linker uses mainly Stanford's CoreNLP <ref type="bibr" target="#b20">[21]</ref> toolkit to identify verbs and noun-phrases, especially using the Tokenizer, PoS tagger, and Parser. To obtain the ontology links, we explored the National Center for Biomedical Ontology (NCBO) annotator 8 , using its REST API. The links are retrieved from the returned annotations. The conversion of the turtle contents to graphs edges and vertices are performed using Raptor 9 .</p><p>Cancer Institute Thesaurus<ref type="foot" target="#foot_5">12</ref> (NCIT). It was the ontology returned by NCBO's recommender endpoint <ref type="foot" target="#foot_6">13</ref> for all the abstracts.</p><p>The subjects and objects of the triples are most of the time composed of more than a single entity (or noun-phrase). To capture such characteristic, the local partof property (local:partof ) links the composing entities belonging to a subject or object. This property, in turn, is linked to NCIT's Part Of property (nci:C43743), as illustrated in Figure <ref type="figure" target="#fig_3">4</ref>. This sub-graph is available in all graphs generated for this evaluation, as they all have composing entities (e.g. "series" and "rutacecarpine derivatives" are composing entities of "A series of rutacecarpine derivatives"). The snippet of the KG present in Figure <ref type="figure" target="#fig_5">5</ref> has been generated for the specific triple t=(A series of rutacecarpine derivatives, identify, novel ligands), obtained from one of the abstracts <ref type="foot" target="#foot_7">14</ref> . In this graph, the original triple is represented by linking the predicate to the subject and object through the rdf:subject and the rdf:object properties. This form of reification was chosen to allow the representation of the constituent parts (local:partOf ), and links to the ontology concepts and attributes.</p><p>The local entities and properties are represented preceded by the local prefix (e.g., local:identify), and their original text is mapped through the rdfs:label (e.g., identify). As literals, those values are represented inside rectangular nodes. The other nodes, as resources, are represented inside elliptical nodes (cf. Figure <ref type="figure">6</ref>).</p><p>The links to the concepts and attributes of the ontology are achieved through the rdf:type property. They are represented by their ontology prefixes and code property (e.g., nci:C25737 ). To enhance the readability, we present their preferred names, through the rdfs:label property (e.g. Identification). In case no link was retrieved in the ontology for an entity, their local resource is not bound to an ontology resource in the graph, as illustrated in Figures <ref type="figure" target="#fig_5">5 and 6</ref>  </p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="5">Discussion</head><p>This investigation aimed to generate KGs from the scientific literature on degenerative diseases. Our method linked the concepts, entities and properties from the graph to classes and attributes from existing ontology in the biomedical domain. The way of combining extracted triples with the ontology linkage, both from this specific domain, refers to the key originality in this investigation. Our findings indicate success in generating KGs for unstructured text from abstracts of scientific papers.</p><p>The language employed on scientific papers, especially those in the degenerative diseases domain, pose a great difficulty for the techniques and tools involved in the method. For this reason, a fully automated method is still a challenge. Although our method is able to run to completion without human intervention, the method allows a domain specialist to review and manually change the intermediate artifacts, i.e., the preprocessed text, triples, ontology links, and the RDF representation of the KG. In the KGen tool, such intermediary artifacts are represented by text files. When they are manually changed, the tool is able to reconsider those intermediary files and update the graphs. Fig. <ref type="figure">6</ref>. KG for t=(most of the synthesized compounds, inhibited, butyrylcholinesterase). Some labels were omitted from the graph. Some aspects of our work demand further improvements. The triples generated from the text sentences capture the most important aspects dealt within the text, but secondary information is usually left aside from them. Open Information Extraction systems and Semantic Role Labeling focus mainly in the verbal relations. Secondary information, not directly related to the main verb is, therefore, not captured in the KG. We believe that exploring the output of a dependency parser could bring into the graph such missed information.</p><p>The linked concepts and properties from an ontology requires additional improvements. We could explore alternatives to find a link when there is not an exact match. In order to minimize the cases where no link is assigned to a local concept, we plan to investigate SPARQL queries to obtain more generic concepts within an ontology, or search for a match from another ontology and then seeking to find a mapping between these two ontologies.</p><p>We plan investigating alternatives to improve the issues and refine our method to generate an ontology-linked KG from scientific documents. Domain specialists will be invited to assess the obtained KGs.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="6">Conclusion</head><p>The creation of KGs from scientific literature on degenerative diseases can help researchers investigating how their discoveries relate to the existing domain, and to other researchers' discoveries. However, the automatic generation of KGs is an open research challenge. In this article, we proposed a method to generate ontology-linked KGs from scientific papers on degenerative diseases. Our method is suited to extract triples and connect them with existing ontologies. The conducted evaluation used abstracts obtained from scientific papers. We showed that the KGs were successfully generated from them. Future work involves generating KGs linked from different ontologies, as well as studies comparing temporal texts through their generated KGs.</p></div><figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_0"><head>Fig. 1 .</head><label>1</label><figDesc>Fig. 1. Knowledge Graph generation.</figDesc><graphic coords="5,143.41,115.84,328.54,97.78" type="bitmap" /></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_1"><head>Fig. 2 .</head><label>2</label><figDesc>Fig. 2. Running example's input (top) and the preprocessed output (bottom).</figDesc><graphic coords="5,212.58,586.79,190.21,52.97" type="bitmap" /></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_2"><head>Fig. 3 .</head><label>3</label><figDesc>Fig. 3. Knowledge graph generated for the running example.</figDesc><graphic coords="7,134.77,166.16,345.82,115.93" type="bitmap" /></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_3"><head>Fig. 4 .</head><label>4</label><figDesc>Fig. 4. A graph representation of the local:partOf property.</figDesc><graphic coords="8,134.77,259.87,345.83,112.99" type="bitmap" /></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_4"><head></head><label></label><figDesc>.</figDesc></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_5"><head>Fig. 5 .</head><label>5</label><figDesc>Fig.5. KG for t=(A series of rutacecarpine derivatives, identify, novel ligands). Some labels were omitted from the graph.</figDesc><graphic coords="9,134.77,115.84,363.12,261.01" type="bitmap" /></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0"><head></head><label></label><figDesc></figDesc><graphic coords="10,134.77,115.84,345.82,214.65" type="bitmap" /></figure>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="4" xml:id="foot_0">https://www.ibm.com/watson</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="5" xml:id="foot_1">https://www.ibm.com/cloud</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="6" xml:id="foot_2">https://www.w3.org/wiki/URI</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="7" xml:id="foot_3">https://www.w3.org/TR/turtle/</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="4" xml:id="foot_4">EvaluationThe goal in the evaluation of our method is to understand the quality of the generated KGs. For this purpose, we used as input for the method abstracts of scientific papers dealing with AD, obtained from PubMed 10 . The KGs generated, along with their intermediary artifacts, are available in the KGen project repository<ref type="bibr" target="#b10">11</ref> . The linked ontology that better suited the abstracts was the National 8 https://bioportal.bioontology.org/annotator 9 http://librdf.org/raptor/ 10 https://www.ncbi.nlm.nih.gov/pubmed/ 11 https://github.com/rossanez/KGen</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="12" xml:id="foot_5">https://ncit.nci.nih.gov/ncitbrowser/</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="13" xml:id="foot_6">https://bioportal.bioontology.org/recommender</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="14" xml:id="foot_7">https://www.ncbi.nlm.nih.gov/pubmed/31136894</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="15" xml:id="foot_8">The opinions expressed in this work do not necessarily reflect those of the funding agencies.</note>
		</body>
		<back>

			<div type="acknowledgement">
<div xmlns="http://www.tei-c.org/ns/1.0"><head>Acknowledgment</head><p>This work is supported by the São Paulo Research Foundation (FAPESP) (Grant #2017/02325-5) <ref type="bibr" target="#b14">15</ref> .</p></div>
			</div>

			<div type="references">

				<listBibl>

<biblStruct xml:id="b0">
	<analytic>
		<title level="a" type="main">Alzheimers Association: 2019 alzheimers disease facts and figures</title>
	</analytic>
	<monogr>
		<title level="j">Alzheimer&apos;s &amp; Dementia</title>
		<imprint>
			<biblScope unit="volume">15</biblScope>
			<biblScope unit="issue">3</biblScope>
			<biblScope unit="page" from="321" to="387" />
			<date type="published" when="2019">2019</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b1">
	<analytic>
		<title level="a" type="main">Dbpedia: A nucleus for a web of open data</title>
		<author>
			<persName><forename type="first">S</forename><surname>Auer</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Bizer</surname></persName>
		</author>
		<author>
			<persName><forename type="first">G</forename><surname>Kobilarov</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Lehmann</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Cyganiak</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Z</forename><surname>Ives</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the 2nd Asian Conference on Semantic Web</title>
				<meeting>the 2nd Asian Conference on Semantic Web</meeting>
		<imprint>
			<date type="published" when="2007">2007</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b2">
	<analytic>
		<title level="a" type="main">The berkeley framenet project</title>
		<author>
			<persName><forename type="first">C</forename><forename type="middle">F</forename><surname>Baker</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><forename type="middle">J</forename><surname>Fillmore</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><forename type="middle">B</forename><surname>Lowe</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proc. of the 17th International Conference on Computational Linguistics</title>
				<meeting>of the 17th International Conference on Computational Linguistics<address><addrLine>Stroudsburg, PA, USA</addrLine></address></meeting>
		<imprint>
			<publisher>Ass. for Computational Linguistics</publisher>
			<date type="published" when="1998">1998</date>
			<biblScope unit="volume">1</biblScope>
			<biblScope unit="page" from="86" to="90" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b3">
	<analytic>
		<title level="a" type="main">Large scale application of neural network based semantic role labeling for automated relation extraction from biomedical texts</title>
		<author>
			<persName><forename type="first">T</forename><surname>Barnickel</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Weston</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Collobert</surname></persName>
		</author>
		<author>
			<persName><forename type="first">H</forename><forename type="middle">W</forename><surname>Mewes</surname></persName>
		</author>
		<author>
			<persName><forename type="first">V</forename><surname>Stümpflen</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">PloS one</title>
		<imprint>
			<date type="published" when="2009">2009</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b4">
	<analytic>
		<title level="a" type="main">The emerging web of linked data</title>
		<author>
			<persName><forename type="first">C</forename><surname>Bizer</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">IEEE Intelligent Systems</title>
		<imprint>
			<biblScope unit="volume">24</biblScope>
			<biblScope unit="issue">5</biblScope>
			<biblScope unit="page" from="87" to="92" />
			<date type="published" when="2009">2009</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b5">
	<analytic>
		<title level="a" type="main">Stages of the Pathologic Process in Alzheimer Disease: Age Categories From 1 to 100 Years</title>
		<author>
			<persName><forename type="first">H</forename><surname>Braak</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><forename type="middle">R</forename><surname>Thal</surname></persName>
		</author>
		<author>
			<persName><forename type="first">E</forename><surname>Ghebremedhin</surname></persName>
		</author>
		<author>
			<persName><forename type="first">K</forename><surname>Del Tredici</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Journal of Neuropathology &amp; Experimental Neurology</title>
		<imprint>
			<biblScope unit="volume">70</biblScope>
			<biblScope unit="issue">11</biblScope>
			<biblScope unit="page" from="960" to="969" />
			<date type="published" when="2011">11. 2011</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b6">
	<analytic>
		<title level="a" type="main">Natural language processing (almost) from scratch</title>
		<author>
			<persName><forename type="first">R</forename><surname>Collobert</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Weston</surname></persName>
		</author>
		<author>
			<persName><forename type="first">L</forename><surname>Bottou</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Karlen</surname></persName>
		</author>
		<author>
			<persName><forename type="first">K</forename><surname>Kavukcuoglu</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Kuksa</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">J. Mach. Learn. Res</title>
		<imprint>
			<biblScope unit="volume">12</biblScope>
			<biblScope unit="page" from="2493" to="2537" />
			<date type="published" when="2011">2011</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b7">
	<analytic>
		<title level="a" type="main">Towards a definition of knowledge graphs</title>
		<author>
			<persName><forename type="first">L</forename><surname>Ehrlinger</surname></persName>
		</author>
		<author>
			<persName><forename type="first">W</forename><surname>Wöß</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">12th International Conference on Semantic Systems (SEMANTiCS2016)</title>
				<imprint>
			<date type="published" when="2016">2016</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b8">
	<analytic>
		<title level="a" type="main">Prevalence of Alzheimer&apos;s Disease in a Community Population of Older Persons: Higher Than Previously Reported</title>
		<author>
			<persName><forename type="first">D</forename><forename type="middle">A</forename><surname>Evans</surname></persName>
		</author>
		<author>
			<persName><forename type="first">H</forename><forename type="middle">H</forename><surname>Funkenstein</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><forename type="middle">S</forename><surname>Albert</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><forename type="middle">A</forename><surname>Scherr</surname></persName>
		</author>
		<author>
			<persName><forename type="first">N</forename><forename type="middle">R</forename><surname>Cook</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><forename type="middle">J</forename><surname>Chown</surname></persName>
		</author>
		<author>
			<persName><forename type="first">L</forename><forename type="middle">E</forename><surname>Hebert</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><forename type="middle">H</forename><surname>Hennekens</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><forename type="middle">O</forename><surname>Taylor</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">JAMA</title>
		<imprint>
			<biblScope unit="volume">262</biblScope>
			<biblScope unit="issue">18</biblScope>
			<biblScope unit="page" from="2551" to="2556" />
			<date type="published" when="1989">1989</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b9">
	<analytic>
		<title level="a" type="main">Entity extraction: From unstructured text to dbpedia rdf triples</title>
		<author>
			<persName><forename type="first">P</forename><surname>Exner</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Nugues</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">WoLE@ISWC</title>
				<imprint>
			<date type="published" when="2012">2012</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b10">
	<analytic>
		<title level="a" type="main">Identifying relations for open information extraction</title>
		<author>
			<persName><forename type="first">A</forename><surname>Fader</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Soderland</surname></persName>
		</author>
		<author>
			<persName><forename type="first">O</forename><surname>Etzioni</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the Conference of Empirical Methods in Natural Language Processing (EMNLP &apos;11)</title>
				<meeting>the Conference of Empirical Methods in Natural Language Processing (EMNLP &apos;11)<address><addrLine>Edinburgh, Scotland, UK</addrLine></address></meeting>
		<imprint>
			<date type="published" when="2011">July 27-31 2011</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b11">
	<analytic>
		<title level="a" type="main">Tagme: On-the-fly annotation of short text fragments (by wikipedia entities)</title>
		<author>
			<persName><forename type="first">P</forename><surname>Ferragina</surname></persName>
		</author>
		<author>
			<persName><forename type="first">U</forename><surname>Scaiella</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the 19th ACM International Conference on Information and Knowledge Management</title>
				<meeting>the 19th ACM International Conference on Information and Knowledge Management<address><addrLine>New York, NY, USA</addrLine></address></meeting>
		<imprint>
			<publisher>ACM</publisher>
			<date type="published" when="2010">2010</date>
			<biblScope unit="page" from="1625" to="1628" />
		</imprint>
	</monogr>
	<note>CIKM &apos;10</note>
</biblStruct>

<biblStruct xml:id="b12">
	<analytic>
		<title level="a" type="main">Semantic Web Machine Reading with FRED</title>
		<author>
			<persName><forename type="first">A</forename><surname>Gangemi</surname></persName>
		</author>
		<author>
			<persName><forename type="first">V</forename><surname>Presutti</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><forename type="middle">R</forename><surname>Recupero</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><forename type="middle">G</forename><surname>Nuzzolese</surname></persName>
		</author>
		<author>
			<persName><forename type="first">F</forename><surname>Draicchio</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Mongiov</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Semantic Web</title>
		<imprint>
			<biblScope unit="volume">8</biblScope>
			<biblScope unit="issue">6</biblScope>
			<biblScope unit="page" from="873" to="893" />
			<date type="published" when="2017">2017</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b13">
	<analytic>
		<title level="a" type="main">Neurodegenerative disease: models, mechanisms, and a new hope</title>
		<author>
			<persName><forename type="first">A</forename><forename type="middle">D</forename><surname>Gitler</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Dhillon</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Shorter</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Disease Models &amp; Mechanisms</title>
		<imprint>
			<biblScope unit="volume">10</biblScope>
			<biblScope unit="issue">5</biblScope>
			<biblScope unit="page" from="499" to="502" />
			<date type="published" when="2017">2017</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b14">
	<analytic>
		<title level="a" type="main">Toward principles for the design of ontologies used for knowledge sharing</title>
		<author>
			<persName><forename type="first">T</forename><forename type="middle">R</forename><surname>Gruber</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">International Journal of Human-Computer Studies</title>
		<imprint>
			<biblScope unit="volume">43</biblScope>
			<biblScope unit="page" from="907" to="928" />
			<date type="published" when="1995">1995</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b15">
	<analytic>
		<title level="a" type="main">T2kg: An end-to-end system for creating knowledge graph from unstructured text</title>
		<author>
			<persName><forename type="first">N</forename><surname>Kertkeidkachorn</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Ichise</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">AAAI Workshops</title>
				<imprint>
			<date type="published" when="2017">2017</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b16">
	<analytic>
		<title level="a" type="main">Openie-based approach for knowledge graph construction from text</title>
		<author>
			<persName><forename type="first">L</forename><surname>Martinez-Rodriguez</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Lopez-Arevalo</surname></persName>
		</author>
		<author>
			<persName><forename type="first">I</forename></persName>
		</author>
		<author>
			<persName><forename type="first">B</forename><surname>Rios-Alvarado</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Expert Systems with Applications</title>
		<imprint>
			<biblScope unit="volume">113</biblScope>
			<biblScope unit="issue">07</biblScope>
			<date type="published" when="2018">2018</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b17">
	<analytic>
		<title level="a" type="main">Bioportal: Enhanced functionality via new web services from the national center for biomedical ontology to access and use ontologies in software applications</title>
		<author>
			<persName><forename type="first">P</forename><surname>Whetzel</surname></persName>
		</author>
		<author>
			<persName><forename type="first">N</forename><surname>Noy</surname></persName>
		</author>
		<author>
			<persName><forename type="first">N</forename><surname>Shah</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Alexander</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Nyulas</surname></persName>
		</author>
		<author>
			<persName><forename type="first">T</forename><surname>Tudorache</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Musen</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Nucleic acids research</title>
		<imprint>
			<biblScope unit="volume">39</biblScope>
			<biblScope unit="page" from="W541" to="545" />
			<date type="published" when="2011-06">06 2011</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b18">
	<analytic>
		<title level="a" type="main">Semantic web meets e-neuroscience: An rdf use case</title>
		<author>
			<persName><forename type="first">H</forename><forename type="middle">Y K</forename><surname>Lam</surname></persName>
		</author>
		<author>
			<persName><forename type="first">L</forename><surname>Marenco</surname></persName>
		</author>
		<author>
			<persName><forename type="first">T</forename><surname>Clark</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Y</forename><surname>Gao</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Kinoshita</surname></persName>
		</author>
		<author>
			<persName><forename type="first">G</forename><surname>Shepherd</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Miller</surname></persName>
		</author>
		<author>
			<persName><forename type="first">E</forename><surname>Wu</surname></persName>
		</author>
		<author>
			<persName><forename type="first">G</forename><surname>Wong</surname></persName>
		</author>
		<author>
			<persName><forename type="first">N</forename><surname>Liu</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Crasto</surname></persName>
		</author>
		<author>
			<persName><forename type="first">T</forename><surname>Morse</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Stephens</surname></persName>
		</author>
		<author>
			<persName><forename type="first">K</forename><surname>Cheung</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">ASWC International Workshop on Semantic e-Science</title>
				<imprint>
			<publisher>University Press</publisher>
			<date type="published" when="2006">2006</date>
			<biblScope unit="page" from="158" to="170" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b19">
	<analytic>
		<title level="a" type="main">Alzpharm: integration of neurodegeneration data using rdf</title>
		<author>
			<persName><forename type="first">H</forename><forename type="middle">Y</forename><surname>Lam</surname></persName>
		</author>
		<author>
			<persName><forename type="first">L</forename><surname>Marenco</surname></persName>
		</author>
		<author>
			<persName><forename type="first">T</forename><surname>Clark</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Y</forename><surname>Gao</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Kinoshita</surname></persName>
		</author>
		<author>
			<persName><forename type="first">G</forename><surname>Shepherd</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Miller</surname></persName>
		</author>
		<author>
			<persName><forename type="first">E</forename><surname>Wu</surname></persName>
		</author>
		<author>
			<persName><forename type="first">G</forename><forename type="middle">T</forename><surname>Wong</surname></persName>
		</author>
		<author>
			<persName><forename type="first">N</forename><surname>Liu</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Crasto</surname></persName>
		</author>
		<author>
			<persName><forename type="first">T</forename><surname>Morse</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Stephens</surname></persName>
		</author>
		<author>
			<persName><forename type="first">K</forename><forename type="middle">H</forename><surname>Cheung</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">BMC Bioinformatics</title>
		<imprint>
			<biblScope unit="volume">8</biblScope>
			<biblScope unit="issue">3</biblScope>
			<biblScope unit="page">S4</biblScope>
			<date type="published" when="2007-05">May 2007</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b20">
	<analytic>
		<title level="a" type="main">The Stanford CoreNLP natural language processing toolkit</title>
		<author>
			<persName><forename type="first">C</forename><forename type="middle">D</forename><surname>Manning</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Surdeanu</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Bauer</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Finkel</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><forename type="middle">J</forename><surname>Bethard</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Mcclosky</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Association for Computational Linguistics (ACL) System Demonstrations</title>
				<imprint>
			<date type="published" when="2014">2014</date>
			<biblScope unit="page" from="55" to="60" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b21">
	<analytic>
		<title level="a" type="main">Open language learning for information extraction</title>
		<author>
			<persName><surname>Mausam</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Schmitz</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Stephen</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Bart</surname></persName>
		</author>
		<author>
			<persName><forename type="first">O</forename><surname>Etzioni</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the 2012 Joint Conference on Empirical Methods in Natural Language Processing and Computational Natural Language Learning</title>
				<meeting>the 2012 Joint Conference on Empirical Methods in Natural Language Processing and Computational Natural Language Learning</meeting>
		<imprint>
			<date type="published" when="2012">2012</date>
			<biblScope unit="page" from="523" to="534" />
		</imprint>
	</monogr>
	<note>Association for Computational Linguistics</note>
</biblStruct>

<biblStruct xml:id="b22">
	<analytic>
		<title level="a" type="main">Entity Linking meets Word Sense Disambiguation: a Unified Approach</title>
		<author>
			<persName><forename type="first">A</forename><surname>Moro</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Raganato</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Navigli</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Transactions of the Association for Computational Linguistics (TACL)</title>
		<imprint>
			<biblScope unit="volume">2</biblScope>
			<biblScope unit="page" from="231" to="244" />
			<date type="published" when="2014">2014</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b23">
	<analytic>
		<title level="a" type="main">iSimp in BioC standard format: enhancing the interoperability of a sentence simplification system</title>
		<author>
			<persName><forename type="first">Y</forename><surname>Peng</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><forename type="middle">O</forename><surname>Tudor</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Torii</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><forename type="middle">H</forename><surname>Wu</surname></persName>
		</author>
		<author>
			<persName><forename type="first">K</forename><surname>Vijay-Shanker</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Database</title>
		<imprint>
			<date type="published" when="2014-05">2014. 05. 2014</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b24">
	<monogr>
		<author>
			<persName><forename type="first">A</forename><forename type="middle">H</forename><surname>Ropper</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><forename type="middle">A</forename><surname>Samuels</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><forename type="middle">P</forename><surname>Klein</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Prasad</surname></persName>
		</author>
		<title level="m">Degenerative Diseases of the Nervous System</title>
				<imprint>
			<publisher>McGraw-Hill Incorporated</publisher>
			<date type="published" when="2019">2019</date>
			<biblScope unit="volume">38</biblScope>
			<biblScope unit="page">1645</biblScope>
		</imprint>
	</monogr>
	<note>Adams and Victor&apos;s Principles of Neurology</note>
</biblStruct>

<biblStruct xml:id="b25">
	<monogr>
		<author>
			<persName><forename type="first">K</forename><forename type="middle">K</forename><surname>Schuler</surname></persName>
		</author>
		<title level="m">Verbnet: A Broad-coverage, Comprehensive Verb Lexicon</title>
				<meeting><address><addrLine>Philadelphia, PA, USA</addrLine></address></meeting>
		<imprint>
			<date type="published" when="2005">2005</date>
		</imprint>
		<respStmt>
			<orgName>University of Pennsylvania</orgName>
		</respStmt>
	</monogr>
	<note type="report_type">Ph.D. thesis</note>
</biblStruct>

<biblStruct xml:id="b26">
	<monogr>
		<author>
			<persName><forename type="first">N</forename><surname>Setia</surname></persName>
		</author>
		<author>
			<persName><forename type="first">V</forename><surname>Chahal</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Hosurmath</surname></persName>
		</author>
		<ptr target="https://developer.ibm.com/patterns/build-a-domain-specific-knowledge-graph-from-given-set-of-documents" />
		<title level="m">Build a knowledge graph from documents</title>
				<imprint>
			<date type="published" when="2018">2018. 2019-06-25</date>
		</imprint>
	</monogr>
</biblStruct>

				</listBibl>
			</div>
		</back>
	</text>
</TEI>
