<?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">Semantic Link Prediction through Probabilistic Description Logics</title>
			</titleStmt>
			<publicationStmt>
				<publisher/>
				<availability status="unknown"><licence/></availability>
			</publicationStmt>
			<sourceDesc>
				<biblStruct>
					<analytic>
						<author>
							<persName><forename type="first">Kate</forename><surname>Revoredo</surname></persName>
							<email>katerevoredo@uniriotec.br</email>
							<affiliation key="aff0">
								<orgName type="department">Departamento de Informática Aplicada</orgName>
								<orgName type="institution">Unirio Av. Pasteur</orgName>
								<address>
									<addrLine>458</addrLine>
									<settlement>Rio de Janeiro</settlement>
									<region>RJ</region>
									<country key="BR">Brazil</country>
								</address>
							</affiliation>
						</author>
						<author>
							<persName><forename type="first">José</forename><forename type="middle">Eduardo</forename><surname>Ochoa</surname></persName>
							<affiliation key="aff1">
								<orgName type="department">Escola Politécnica</orgName>
								<orgName type="institution">Universidade de São Paulo</orgName>
								<address>
									<addrLine>Av. Prof. Mello Morais 2231</addrLine>
									<settlement>São Paulo -SP</settlement>
									<country key="BR">Brazil</country>
								</address>
							</affiliation>
						</author>
						<author>
							<persName><forename type="first">Fabio</forename><forename type="middle">Gagliardi</forename><surname>Cozman</surname></persName>
							<email>fgcozman@usp.br</email>
							<affiliation key="aff1">
								<orgName type="department">Escola Politécnica</orgName>
								<orgName type="institution">Universidade de São Paulo</orgName>
								<address>
									<addrLine>Av. Prof. Mello Morais 2231</addrLine>
									<settlement>São Paulo -SP</settlement>
									<country key="BR">Brazil</country>
								</address>
							</affiliation>
						</author>
						<title level="a" type="main">Semantic Link Prediction through Probabilistic Description Logics</title>
					</analytic>
					<monogr>
						<imprint>
							<date/>
						</imprint>
					</monogr>
					<idno type="MD5">D2CC97F8BB89E9FAED4C68138B8114FC</idno>
				</biblStruct>
			</sourceDesc>
		</fileDesc>
		<encodingDesc>
			<appInfo>
				<application version="0.7.2" ident="GROBID" when="2023-03-24T07:01+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>
			<abstract>
<div xmlns="http://www.tei-c.org/ns/1.0"><p>Predicting potential links between nodes in a network is a problem of great practical interest. Link prediction is mostly based on graph-based features and, recently, on approaches that consider the semantics of the domain. However, there is uncertainty in these predictions; by modeling it, one can improve prediction results. In this paper, we propose an algorithm for link prediction that uses a probabilistic ontology described through the probabilistic description logic crALC. We use an academic domain in order to evaluate this proposal.</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>Many social, biological, and information systems can be well described by networks, where nodes represent objects (individuals), and links denote the relations or interactions between nodes. Predicting a possible link in a network is an interesting issue that has recently gained attention, due to the growing interest in social networks. For instance, one may be interested on finding potential friendship between two persons in a social network, or a potential collaboration between two researchers. Thus link prediction <ref type="bibr" target="#b11">[12,</ref><ref type="bibr" target="#b19">20]</ref> aims at predicting whether two nodes (i.e. people) should be connected given that we know previous information about their relationships or interests. A common approach is to exploit the network structure, where numerical information about nodes is analyzed <ref type="bibr" target="#b11">[12,</ref><ref type="bibr" target="#b19">20,</ref><ref type="bibr" target="#b8">9]</ref>. However, knowledge about the objects represented in the nodes can improve prediction results. For instance consider that the researchers Joe and Mike do not have a publication in common, thus they do not share a link in a collaboration network. Moreover, graph features do not indicate a potential link between them. However, they have published in the same journal and they both teach the same course in their respectively universities. This information can be an indication of a potential collaboration between them. Given this, approaches that are based on the semantics related to the domain of the objects represented by the nodes <ref type="bibr" target="#b20">[21,</ref><ref type="bibr" target="#b17">18]</ref> have been proposed. In some of them, an ontology modeling the domain and the object interests were used in the prediction task.</p><p>However, there is uncertainty in such predictions. Often, it is not possible to guarantee the relationship between two objects (nodes). This is maybe due to the fact that information about the domain is incomplete. Thus, it would be interesting if link prediction approaches could handle the probability of a link conditioned on the information about the domain. In our example, knowing that the probability of the relationship between Joe and M ike conditioned on the knowledge of them publishing in the same journal and teaching the same course is high implies a link between them in the network; otherwise, a link is not suggested. In graph-based approaches, probabilistic models learned through machine learning algorithms were used for link prediction. Some examples of probabilistic models are Probabilistic Relational Model (PRM) <ref type="bibr" target="#b5">[6]</ref>, Probabilistic Entity Relationship Model (PERM) <ref type="bibr" target="#b6">[7]</ref> and Stochastic Relational Model (SRM) <ref type="bibr" target="#b21">[22]</ref>. On approaches based on semantic we claim that ontologies must be used to model the domain. Therefore, to model uncertainty, probabilistic approaches, such as probabilistic ontologies, must be considered.</p><p>An ontology can be represented through a description logic <ref type="bibr" target="#b1">[2]</ref>, which is typically a decidable fragment of first-order logic that tries to reach a practical balance between expressivity and complexity. To encode uncertainty, a probabilistic description logic (PDL) must be contemplated. The literature contains a number of proposals for PDLs <ref type="bibr" target="#b7">[8,</ref><ref type="bibr" target="#b9">10,</ref><ref type="bibr" target="#b18">19,</ref><ref type="bibr" target="#b12">13]</ref>. In this paper we adopt a recently proposed PDL, called Credal ALC (crALC) <ref type="bibr" target="#b3">[4,</ref><ref type="bibr" target="#b15">16,</ref><ref type="bibr" target="#b4">5]</ref>, that extends the popular logic ALC <ref type="bibr" target="#b1">[2]</ref>. In crALC one can specify sentences such as P (Professor|Researcher) = 0.4, indicating the probability that an element of the domain is a Professor given that it is a Researcher. These sentences are called probabilistic inclusions. Exact and approximate inference algorithms that deal with probabilistic inclusions have been proposed <ref type="bibr" target="#b3">[4,</ref><ref type="bibr" target="#b4">5]</ref>, using ideas inherited from the theory of Relational Bayesian Networks (RBN) <ref type="bibr" target="#b10">[11]</ref>.</p><p>In this paper, we propose to use a probabilistic ontology defined with the PDL crALC for semantic link prediction.</p><p>The paper is organized as follows. Section 2 reviews basic concepts of PDLs and crALC. Section 3 presents our algorithm for semantic link prediction through the PDL crALC. Experiments are discussed in Section 4, and Section 5 concludes the paper.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2">Probabilistic Description Logics and crALC</head><p>Description logics (DLs) form a family of representation languages that are typically decidable fragments of first order logic (FOL) <ref type="bibr" target="#b1">[2]</ref>. Knowledge is expressed in terms of individuals, concepts, and roles. The semantic of a description is given by a domain D (a set) and an interpretation • I (a functor). Individuals represent objects through names from a set N I = {a, b, . . .}. Each concept in the set N C = {C, D, . . .} is interpreted as a subset of a domain D. Each role in the set N R = {r, s, . . .} is interpreted as a binary relation on the domain.</p><p>Several probabilistic descriptions logics (PDLs) have appeared in the literature. Heinsohn <ref type="bibr" target="#b7">[8]</ref>, Jaeger <ref type="bibr" target="#b9">[10]</ref> and Sebastiani <ref type="bibr" target="#b18">[19]</ref> consider probabilistic inclusion axioms such as P D (Professor) = α, meaning that a randomly selected object is a Professor with probability α. This characterizes a domain-based semantics: prob-abilities are assigned to subsets of the domain D. Sebastiani also allows inclusions such as P (Professor(John)) = α, specifying probabilities over the interpretations themselves. For example, one interprets P (Professor(John)) = 0.001 as assigning 0.001 to be the probability of the set of interpretations where John is a Professor. This characterizes an interpretation-based semantics.</p><p>The PDL crALC is a probabilistic extension of the DL ALC that adopts an interpretation-based semantics. It keeps all constructors of ALC, but only allows concept names on the left hand side of inclusions/definitions. Additionally, in crALC one can have probabilistic inclusions such as P (C|D) = α or P (r) = β for concepts C and D, and for role r. If the interpretation of D is the whole domain, then we simply write P (C) = α. The semantics of these inclusions is roughly (a formal definition can be found in <ref type="bibr" target="#b4">[5]</ref>) given by:</p><formula xml:id="formula_0">∀x ∈ D : P (C(x)|D(x)) = α, ∀x ∈ D, y ∈ D : P (r(x, y)) = β.</formula><p>We assume that every terminology is acyclic; no concept uses itself. This assumption allows one to represent any terminology T through a directed acyclic graph. Such a graph, denoted by G(T ), has each concept name and role name as a node, and if a concept C directly uses concept D, that is if C and D appear respectively in the left and right hand sides of an inclusion/definition, then D is a parent of C in G(T ). Each existential restriction ∃r.C and value restriction ∀r.C is added to the graph G(T ) as nodes, with an edge from r and C to each restriction directly using it. Each restriction node is a deterministic node in that its value is completely determined by its parents.   The semantics of crALC is based on probability measures over the space of interpretations, for a fixed domain. Inferences, such as P (A o (a 0 )|A) for an ABox A, can be computed by propositionalization and probabilistic inference (for exact calculations) or by a first order loopy propagation algorithm (for approximate calculations) <ref type="bibr" target="#b4">[5]</ref>.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3">Link Prediction by using crALC</head><p>In this section we describe how to apply the PDL crALC for semantic link prediction. We borrowed some syntax from the graph-based approach where each node (a person in a social network) is represented by A, B, C, and we are interested in defining whether a link between A and B is suitable given there is no link between these nodes. Interests between the nodes are modeled through a probabilistic ontology represented by the PDL crALC. The prediction link task can be described as:</p><p>Given:</p><p>• a network defining relationship between objects;</p><p>• an ontology represented by crALC describing the domain of the objects;</p><p>• the ontology role that defines the semantic of the relationship between objects; • the ontology concept that describes the network objects. Find:</p><p>• a revised network defining relationship between objects.</p><p>The proposed algorithm for link prediction receives a network of a specific domain. For instance, in a collaboration network the nodes represent researchers and the relationship can have the semantic "has a publication with" or "is advised by". Therefore, the ontology represented by crALC describes the domain of publications between researchers, having concepts like Researcher, Publication, StrongRelatedResearcher and NearCollaborator and roles like hasPublication, hasSameInstitution and sharePublication. This ontology can be learned automatically through a learning algorithm as the ones proposed in <ref type="bibr" target="#b14">[15,</ref><ref type="bibr" target="#b16">17]</ref>. Thus, the nodes represent instances of one of the concepts described in the PDL crALC and the semantic of the links is described by one of the roles in the PDL crALC. These concept and role must be informed as inputs to the proposed algorithm. The link prediction algorithm is described in Algorithm 1.</p><p>The algorithm starts looking for all pairs of instances of the concept C defined as the concept that provides the semantic for the network nodes. For each pair it checks whether the corresponding nodes exist in the network (this can be improved by exploring graph-based properties). If not the probability of the link is calculated through the probability of the defined role conditioned on evidence. The evidence is provided by the instances of the ontology. As many instances the ontology have the better is the inference performed. The inference is performed through the Relational Bayesian network build from ontology O. If the probability inferred is greater than a threshold then the corresponding link end if 8:</p><p>end if 9: end for Algorithm 1: Algorithm for link prediction through crALC.</p><p>is added to the network. Alternatively, when the threshold to be considered is not known a priori, a rank of the inferred links based on their probability is done and the top-k, where k would be a parameter, are chosen.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="4">Preliminary Results</head><p>Experiments were run over a collaborative network of researchers. Data was gathered from the Lattes curriculum platform<ref type="foot" target="#foot_0">3</ref> , the public repository for Brazilian curriculum researchers. In this platform, every researcher has a unique Lattes code that allows one to link to other researchers according to: shared publications, advising tasks, and examination board participations. Given this collaborative network we are interested in predicting further links among researchers in order to either promote further collaborations (suitable co-workers to research tasks would be suggested) or gather information about research groups. Due to form-filling errors there are many missing links among researchers; thus, we are unable to completely state co-working relationships using only the Lattes platform.</p><p>To tackle link prediction we firstly have collected information about 1200 researchers and learned a probabilistic ontology <ref type="bibr" target="#b14">[15,</ref><ref type="bibr" target="#b16">17]</ref>, represented by the PDL crALC, for modeling their research interests. A simplified probabilistic ontology is given by: P (Publication) = 0.3 P (Board) = 0.33 P (sharePublication) = 0.22 P (wasAdvised) = 0.05 P (hasSameInstitution) = 0. In this probabilistic ontology concepts and probabilistic inclusions denote mutual research interests. For instance, a PublicationCollaborator inclusion refers to Researchers who shares a Publication, thus relates two nodes (Researcher) in a collaboration graph. Therefore, the concept Researcher and the role sharePublication are inputs to the algorithm we proposed in Algorithm 1.</p><p>To perform inferences and therefore to obtain link predictions, a propositionalization step (a resulting relational Bayesian network) is required.</p><p>In addition, a collaboration graph, based on shared publications, was also defined. Statistical information was computed accordingly. Figure <ref type="figure">2</ref> depicts collaborations among 303 researchers. Several relationships and clusterings can also be observed.</p><p>If we carefully inspect this collaboration graph (Figure <ref type="figure" target="#fig_5">3</ref> shows a subgraph obtained from Figure <ref type="figure">2</ref>) we could be interested, for instance, in predicting links among researchers from different groups.</p><p>Thus, in Figure <ref type="figure" target="#fig_5">3</ref> one could further investigate whether a link between researcher R (red octagon node) and the researcher B (blue polygon node) is suitable. In order to infer this, the probability of a possible link between R and  If we took a threshold of 0.60, the link between R and B would not be included.</p><p>One could gain more evidence, such as information about nodes that indirectly connect these two groups (Figure <ref type="figure" target="#fig_5">3</ref>), denoted by I 1 , I 2 . The inference would be P (PublicationCollaborator(R) |Researcher(R) ∃sharePublication(I 1 ).∃sharePublication(B) ∃sharePublication(I 2 ).∃sharePublication(B)) = 0.65.</p><p>Because more information was provided the probability inferred was different. The same threshold now would preserve the link.</p><p>Other inferences are possible by considering the suggestion of links between surrounding nodes, i.e. nodes directly linked to the two nodes R and B , denoted by R 1 , . . . , R k , and B 1 , . . . , B n respectively. For each i = 1, ..., k and j = 1, ..., n, calculates P (link(R i , R j )|E) and P (link(B i , B j )|E).</p><p>As a rule, if we are interested in discovering whether A and B could be linked, probabilistic inference P (link(A, B)) should be performed.</p><p>In a more general framework, graph information could be useful to deal with a large number of link predictions. Note that graph adjacency allow us to address probabilistic inference for promising nodes. In a naive approach, each pair of nodes in the collaboration graph would be evaluated so, multiple probabilistic relational Bayesian inference calls would be required.</p><p>On the other hand, if graph-based information is used, such naive scheme could be improved. In our approach, two nodes are probabilistically evaluated if there is a path between them (number of incoming/outgoing edges, number of mutual friends, node distances are also considered). Thus, numerical graphbased information guides the inference process in the relational Bayesian network (linked to the probabilistic ontology). In addition, other candidates sharing any kind of evidence are also evaluated, i.e., interests based features (linked to ontological knowledge) allow us to further explore link prediction.</p><p>Alternatively, by completing an overall link predicting task we can devise further functionalities to the resulting collaboration network. The resulting graph can be considered as being a probabilistic network, i.e., probabilities inferred for each link could be denote strenght of the relationship.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="5">Conclusion</head><p>We have presented an approach for predicting links that resorts both to graphbased and ontological information. Given a collaborative network, e.g., a social network, we encode interests and graph features through a crALC probabilistic ontology. In order to predict links we resort to probabilistic inference. Preliminary results focused on an academic domain, and we aimed at predicting links among researchers. These preliminary results showed the potential of the idea.</p><p>Previous combined approaches for link prediction <ref type="bibr" target="#b2">[3,</ref><ref type="bibr" target="#b0">1]</ref> have focused on machine learning algorithms <ref type="bibr" target="#b13">[14]</ref>. In such schemes, numerical graph-based features and ontology-based features are computed; then both features are input into a machine learning setting where prediction is performed. Differently from such approaches, in our work we adopt a generic ontology (instead of a hierarchical ontology, expressing only is-a relationships among interests). Therefore, our approach uses more information about the domain to help the prediction.</p></div><figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_0"><head>Example 1 .</head><label>1</label><figDesc>Consider a terminology T 1 with concepts A, B, C, D. Suppose P (A) = 0.9, B A, C B ∃r.D, P (B|A) = 0.45, P (C|B ∃r.D) = 0.5, and P (D|∀r.A) = 0.6. The last three assessments specify beliefs about partial overlap among concepts. Suppose also P (D|¬∀r.A) = ≈ 0 (conveying the existence of exceptions to the inclusion of D in ∀r.A).</figDesc></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_1"><head></head><label></label><figDesc>Figure 1 depicts G(T ).</figDesc></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_2"><head>Fig. 1 .</head><label>1</label><figDesc>Fig. 1. G(T ) for terminology T in Example 1 and its grounding for domain D = {a, b}.</figDesc><graphic coords="3,147.07,542.93,312.60,105.60" type="bitmap" /></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_3"><head></head><label></label><figDesc>Require: a network N , an ontology O, the role r( , ) representing the semantic of the network link, the concept C describing the objects of the network and a threshold. Ensure: a revised network N f 1: define N f as N 2: for all pair of instances (a, b) of concept C do 3: if does not exist a link between nodes a and b in the network N then 4: infer probability P (r(a, b)|evidences) using the RBN created through the ontology O 5: if P (r(a, b)|evidences) &gt; threshold then 6: add a link between a and b in network N f 7:</figDesc></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_5"><head>Fig. 3 .</head><label>3</label><figDesc>Fig. 3. Collaboration subgraph.</figDesc></figure>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="3" xml:id="foot_0">http://lattes.cnpq.br/</note>
		</body>
		<back>

			<div type="acknowledgement">
<div xmlns="http://www.tei-c.org/ns/1.0"><head>Acknowledgements</head><p>The third author is partially supported by CNPq. The work reported here has received substantial support by FAPESP grant 2008/03995-5.</p></div>
			</div>

			<div type="annex">
<div xmlns="http://www.tei-c.org/ns/1.0"><head>Antonio Domingues de Figueiredo</head><p>Carmen Cecilia Tadini Hercílio Gomes de Melo B is calculated, P (link(R, B)|E), where E denotes evidence about researchers such as publications, institution, examination board participations and so on. The role sharePublication is the one defining the semantic of the links in the graph. Therefore, it is through it that we must calculate P (link(R, B)|E). Since the concept PublicationCollaborator is defined by the role sharePublication and considering as evidence Researcher(R) ∃hasSameInstitution.Researcher(B) one can infer P (link(R, B)|E) through: </p></div>			</div>
			<div type="references">

				<listBibl>

<biblStruct xml:id="b0">
	<analytic>
		<title level="a" type="main">Ontology-aware classification and association rule mining for interest and link prediction in social networks</title>
		<author>
			<persName><forename type="first">W</forename><surname>Aljandal</surname></persName>
		</author>
		<author>
			<persName><forename type="first">V</forename><surname>Bahirwani</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Caragea</surname></persName>
		</author>
		<author>
			<persName><forename type="first">H</forename><forename type="middle">W</forename><surname>Hsu</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">AAAI 2009 Spring Symposium on Social Semantic Web: Where Web 2.0 Meets Web 3.0</title>
				<meeting><address><addrLine>Standford,CA</addrLine></address></meeting>
		<imprint>
			<date type="published" when="2009">2009</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b1">
	<analytic>
		<title level="a" type="main">Basic description logics</title>
		<author>
			<persName><forename type="first">F</forename><surname>Baader</surname></persName>
		</author>
		<author>
			<persName><forename type="first">W</forename><surname>Nutt</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Description Logic Handbook</title>
				<imprint>
			<publisher>Cambridge University Press</publisher>
			<date type="published" when="2002">2002</date>
			<biblScope unit="page" from="47" to="100" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b2">
	<analytic>
		<title level="a" type="main">Ontology-based link prediction in the livejournal social network</title>
		<author>
			<persName><forename type="first">D</forename><surname>Caragea</surname></persName>
		</author>
		<author>
			<persName><forename type="first">V</forename><surname>Bahirwani</surname></persName>
		</author>
		<author>
			<persName><forename type="first">W</forename><surname>Aljandal</surname></persName>
		</author>
		<author>
			<persName><forename type="first">W</forename><forename type="middle">H</forename><surname>Hsu</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Symposium on Abstraction, Reformulation and Approximation</title>
				<imprint>
			<date type="published" when="2009">2009</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b3">
	<analytic>
		<title level="a" type="main">Loopy propagation in a probabilistic description logic</title>
		<author>
			<persName><forename type="first">F</forename><forename type="middle">G</forename><surname>Cozman</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><forename type="middle">B</forename><surname>Polastro</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Second International Conference on Scalable Uncertainty Management</title>
		<title level="s">Lecture Notes in Artificial Intelligence</title>
		<editor>
			<persName><forename type="first">Sergio</forename><surname>Greco</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">Thomas</forename><surname>Lukasiewicz</surname></persName>
		</editor>
		<imprint>
			<publisher>Springer</publisher>
			<date type="published" when="2008">2008</date>
			<biblScope unit="page" from="120" to="133" />
		</imprint>
	</monogr>
	<note>LNAI 5291</note>
</biblStruct>

<biblStruct xml:id="b4">
	<analytic>
		<title level="a" type="main">Complexity analysis and variational inference for interpretation-based probabilistic description logics</title>
		<author>
			<persName><forename type="first">F</forename><forename type="middle">G</forename><surname>Cozman</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><forename type="middle">B</forename><surname>Polastro</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Conference on Uncertainty in Artificial Intelligence</title>
				<imprint>
			<date type="published" when="2009">2009</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b5">
	<analytic>
		<title level="a" type="main">Learning probabilistic relational models</title>
		<author>
			<persName><forename type="first">N</forename><surname>Friedman</surname></persName>
		</author>
		<author>
			<persName><forename type="first">L</forename><surname>Getoor</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Koller</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Pfeffer</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proc. 16th Int. Joint Conference on Artificial Intelligence</title>
				<meeting>16th Int. Joint Conference on Artificial Intelligence</meeting>
		<imprint>
			<date type="published" when="1999">1999</date>
			<biblScope unit="page" from="1300" to="1309" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b6">
	<analytic>
		<title level="a" type="main">Probabilistic entity-relationship models, prms, and plate models</title>
		<author>
			<persName><forename type="first">D</forename><surname>Heckerman</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Meek</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Koller</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the 21st International Conference on Machine Learning</title>
				<meeting>the 21st International Conference on Machine Learning</meeting>
		<imprint>
			<date type="published" when="2004">2004</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b7">
	<analytic>
		<title level="a" type="main">Probabilistic description logics</title>
		<author>
			<persName><forename type="first">J</forename><surname>Heinsohn</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">International Conf. on Uncertainty in Artificial Intelligence</title>
				<imprint>
			<date type="published" when="1994">1994</date>
			<biblScope unit="page" from="311" to="318" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b8">
	<analytic>
		<title level="a" type="main">Collaborative and structural recommendation of friends using weblog-based social network analysis</title>
		<author>
			<persName><forename type="first">W</forename><forename type="middle">H</forename><surname>Hsu</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><forename type="middle">L</forename><surname>King</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><forename type="middle">S R</forename><surname>Paradesi</surname></persName>
		</author>
		<author>
			<persName><forename type="first">T</forename><surname>Pydimarri</surname></persName>
		</author>
		<author>
			<persName><forename type="first">T</forename><surname>Wneinger</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of Computational Approaches to Analysing WebLogs (AAAI)</title>
				<meeting>Computational Approaches to Analysing WebLogs (AAAI)</meeting>
		<imprint>
			<date type="published" when="2006">2006</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b9">
	<analytic>
		<title level="a" type="main">Probabilistic reasoning in terminological logics</title>
		<author>
			<persName><forename type="first">M</forename><surname>Jaeger</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Principals of Knowledge Representation (KR)</title>
				<imprint>
			<date type="published" when="1994">1994</date>
			<biblScope unit="page" from="461" to="472" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b10">
	<analytic>
		<title level="a" type="main">Relational Bayesian networks: a survey</title>
		<author>
			<persName><forename type="first">M</forename><surname>Jaeger</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Linkoping Electronic Articles in Computer and Information Science</title>
		<imprint>
			<biblScope unit="volume">6</biblScope>
			<date type="published" when="2002">2002</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b11">
	<analytic>
		<title level="a" type="main">The link prediction problem for social networks</title>
		<author>
			<persName><forename type="first">D</forename><surname>Liben-Nowell</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Kleinberg</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the twelfth international conference on Information and Knowledge Management</title>
				<meeting>the twelfth international conference on Information and Knowledge Management<address><addrLine>New York, NY, USA</addrLine></address></meeting>
		<imprint>
			<publisher>ACM</publisher>
			<date type="published" when="2003">2003</date>
			<biblScope unit="page" from="556" to="559" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b12">
	<analytic>
		<title level="a" type="main">Managing uncertainty and vagueness in description logics for the semantic web</title>
		<author>
			<persName><forename type="first">T</forename><surname>Lukasiewicz</surname></persName>
		</author>
		<author>
			<persName><forename type="first">U</forename><surname>Straccia</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Web Semant</title>
		<imprint>
			<biblScope unit="volume">6</biblScope>
			<biblScope unit="page" from="291" to="308" />
			<date type="published" when="2008-11">November 2008</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b13">
	<monogr>
		<title level="m" type="main">Machine Learning</title>
		<author>
			<persName><forename type="first">T</forename><surname>Mitchell</surname></persName>
		</author>
		<imprint>
			<date type="published" when="1997">1997</date>
			<publisher>McGraw-Hill</publisher>
			<pubPlace>New York</pubPlace>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b14">
	<analytic>
		<title level="a" type="main">Learning sentences and assessments in probabilistic description logics</title>
		<author>
			<persName><forename type="first">J</forename><surname>Ochoa-Luna</surname></persName>
		</author>
		<author>
			<persName><forename type="first">K</forename><surname>Revoredo</surname></persName>
		</author>
		<author>
			<persName><forename type="first">F</forename><forename type="middle">G</forename><surname>Cozman</surname></persName>
		</author>
		<ptr target="CEUR-WS.org" />
	</analytic>
	<monogr>
		<title level="m">Proceedings of the 6th International Workshop on Uncertainty Reasoning for the Semantic Web</title>
				<editor>
			<persName><forename type="first">F</forename><surname>Bobillo</surname></persName>
		</editor>
		<meeting>the 6th International Workshop on Uncertainty Reasoning for the Semantic Web<address><addrLine>Shangai, China</addrLine></address></meeting>
		<imprint>
			<date type="published" when="2010">2010</date>
			<biblScope unit="volume">654</biblScope>
			<biblScope unit="page" from="85" to="96" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b15">
	<analytic>
		<title level="a" type="main">Inference in probabilistic ontologies with attributive concept descriptions and nominals</title>
		<author>
			<persName><forename type="first">R</forename><forename type="middle">B</forename><surname>Polastro</surname></persName>
		</author>
		<author>
			<persName><forename type="first">F</forename><forename type="middle">G</forename><surname>Cozman</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">4th International Workshop on Uncertainty Reasoning for the Semantic Web (URSW) at the 7th International Semantic Web Conference (ISWC)</title>
				<meeting><address><addrLine>Karlsruhe, Germany</addrLine></address></meeting>
		<imprint>
			<date type="published" when="2008">2008</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b16">
	<analytic>
		<title level="a" type="main">Learning terminologies in probabilistic description logics</title>
		<author>
			<persName><forename type="first">K</forename><surname>Revoredo</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Ochoa-Luna</surname></persName>
		</author>
		<author>
			<persName><forename type="first">F</forename><surname>Cozman</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Advances in Artificial Intelligence SBIA 2010</title>
		<title level="s">Lecture Notes in Computer Science</title>
		<editor>
			<persName><forename type="first">Antônio</forename><surname>Da</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">Rocha</forename><surname>Costa</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">Rosa</forename><surname>Vicari</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">Flavio</forename><surname>Tonidandel</surname></persName>
		</editor>
		<meeting><address><addrLine>Heidelberg, Berlin</addrLine></address></meeting>
		<imprint>
			<publisher>Springer</publisher>
			<date type="published" when="2010">2010</date>
			<biblScope unit="volume">6404</biblScope>
			<biblScope unit="page" from="41" to="50" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b17">
	<analytic>
		<title level="a" type="main">Using semantic information to improve link prediction results in network datasets</title>
		<author>
			<persName><forename type="first">M</forename><surname>Sachan</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Ichise</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">International Journal of Computer Theory and Engeneering</title>
		<imprint>
			<biblScope unit="volume">3</biblScope>
			<biblScope unit="page" from="71" to="76" />
			<date type="published" when="2011">2011</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b18">
	<analytic>
		<title level="a" type="main">A probabilistic terminological logic for modelling information retrieval</title>
		<author>
			<persName><forename type="first">F</forename><surname>Sebastiani</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">ACM Conf. on Research and Development in Information Retrieval (SIGIR)</title>
				<imprint>
			<date type="published" when="1994">1994</date>
			<biblScope unit="page" from="122" to="130" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b19">
	<analytic>
		<title level="a" type="main">Link prediction in relational data</title>
		<author>
			<persName><forename type="first">B</forename><surname>Taskar</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Faiwong</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Abbeel</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Koller</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the 17th Neural Information Processing Systems (NIPS)</title>
				<meeting>the 17th Neural Information Processing Systems (NIPS)</meeting>
		<imprint>
			<date type="published" when="2003">2003</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b20">
	<analytic>
		<title level="a" type="main">Semantic and event-based approach for link prediction</title>
		<author>
			<persName><forename type="first">T</forename><surname>Wohlfarth</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Ichise</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the 7th International Conference on Practical Aspects of Knowledge Management</title>
				<meeting>the 7th International Conference on Practical Aspects of Knowledge Management</meeting>
		<imprint>
			<date type="published" when="2008">2008</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b21">
	<analytic>
		<title level="a" type="main">Stochastic relational models for discriminative link prediction</title>
		<author>
			<persName><forename type="first">K</forename><surname>Yu</surname></persName>
		</author>
		<author>
			<persName><forename type="first">W</forename><surname>Chu</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Yu</surname></persName>
		</author>
		<author>
			<persName><forename type="first">V</forename><surname>Tresp</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Z</forename><surname>Xu</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the Neural Information Processing Systems (NIPS)</title>
				<meeting>the Neural Information Processing Systems (NIPS)</meeting>
		<imprint>
			<date type="published" when="2006">2006</date>
		</imprint>
	</monogr>
</biblStruct>

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