Top Banner
Semantic indexing modelling of resources in personal and collective memories based on a P2P approach Cristian LAI Thesis Director: Claude MOULIN PhD Defense – July 6, 2011 1 / 51
54

Phd_cristian_lai presentation

Jun 13, 2015

Download

Technology

Cristian Lai

PdD dissertation, Compiègne july 6 2011
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: Phd_cristian_lai presentation

Semantic indexing modelling of resources inpersonal and collective memories based on a P2P

approach

Cristian LAI

Thesis Director: Claude MOULIN

PhD Defense – July 6, 2011 1 / 51

Page 2: Phd_cristian_lai presentation

Outline

l Motivation

l Semantic Indexing

l Indexing Patterns

l Community of Users

l Conclusion

l Future Work

PhD Defense – July 6, 2011 2 / 51

Page 3: Phd_cristian_lai presentation

MotivationContext

l Loose community of usersm Private and shared resources.m Experts and general users.

l Resources of different types.l Any nature of community

m Possible focus on community ofteachers and students.

PhD Defense – July 6, 2011 3 / 51

Page 4: Phd_cristian_lai presentation

MotivationIssues

l How to manage publication and retrieval contexts?m How to match the description made during the retrieval context with a

description made during the publication context?

l How to transform a user understandable description to machineunderstandable one?

m How to create a formal description from the user input?

l How to make possible the life of a decentralized community?m How to manage a certain level of communication among members?m How to manage elements allowing the indexing of resources?

PhD Defense – July 6, 2011 4 / 51

Page 5: Phd_cristian_lai presentation

MotivationContribution

l How to manage publication and retrieval contexts?m Description extension.m The description is enlarged during publication to foresee different possible

retrieval situations.

l How to transform a user understandable description to machineunderstandable one?

m Model of Indexing Patterns.

l How to make possible the life of a decentralized community?m A distributed Semantic Wiki of the community and a distributed system of

Notes.m A set of Core resources is managed for allowing the indexing.

PhD Defense – July 6, 2011 5 / 51

Page 6: Phd_cristian_lai presentation

Outline

l Motivation

l Semantic Indexing

l Indexing Patterns

l Community of Users

l Conclusion

l Future Work

PhD Defense – July 6, 2011 6 / 51

Page 7: Phd_cristian_lai presentation

Semantic IndexingA P2P system

PhD Defense – July 6, 2011 7 / 51

Page 8: Phd_cristian_lai presentation

Semantic IndexingIndexing

l P2P networks require the Boolean indexingm We choose to adopt the same Boolean indexing also for the personal memory.

l Indexing is the process of creating or updating an indexm Given a list of resources it is necessary to create their proper descriptions

different from the only title.

l The only title of a resource does not give a meaning universally knownm In traditional filesharing systems it is usually used the title or a set of keywords

to identify a resource.

l We consider semantic descriptions built manually by users.

PhD Defense – July 6, 2011 8 / 51

Page 9: Phd_cristian_lai presentation

Semantic IndexingDescription and query

l A description is supplied during publicationl In a Boolean Index, for retrieving a resource it is required the same

descriptionm Exact matching between descriptions.

l A query is supplied during retrievalm It is equivalent to a description of a potential set of resources.

PhD Defense – July 6, 2011 9 / 51

Page 10: Phd_cristian_lai presentation

Semantic IndexingOntologies and Knowledge bases

l Expert community members are able tom Find the proper ontologies.m Build a population of an ontology grouping the most prominent individuals of

the domain: knowledge base.

l Ontologies and knowledge bases are available within the community.l Open description

m Add keywords to the description.m Guidelines for preventing typing ambiguities.

PhD Defense – July 6, 2011 10 / 51

Page 11: Phd_cristian_lai presentation

Semantic IndexingSemantic description

PhD Defense – July 6, 2011 11 / 51

Page 12: Phd_cristian_lai presentation

Semantic IndexingTypes of Descriptions

l Resource typem Address resources giving elements of description concerning the resource

itself and not its content.m Document written by Chomsky.

l Content typem Address resources giving elements of description that concern their content.m Document about Chomsky.

PhD Defense – July 6, 2011 12 / 51

Page 13: Phd_cristian_lai presentation

Semantic IndexingResource Type

l Document written by Chomsky.l An ontology of domain is necessary. It should contain:

m A concept that can represent the resource.m A concept that can represent an author.m A relation that binds the document to the author.

l The resource is considered as an instance of the concept that representsthe resource itself.

l The system must show the concepts of the ontology that can represent theresource: Entry Point

m The ontology provider has to declare what are the Entry Points.

PhD Defense – July 6, 2011 13 / 51

Page 14: Phd_cristian_lai presentation

Semantic IndexingContent Type

l Document about Chomsky

l An ontology that represents the resource and its content is necessary.l We have defined the System Ontology that contains

m The concept system:Document that represents the resource.m The property system:hasInterest that paraphrases about.

l It is necessary to have an ontology of domain for extracting the conceptdescribing the content

m It is necessary to represent the author Chomsky.

PhD Defense – July 6, 2011 14 / 51

Page 15: Phd_cristian_lai presentation

Semantic IndexingDescription Tree: Content Type

l The whole figure represents the Formal Description: it is an RDF Graph.

l The bordered part is used for the Final Description.

PhD Defense – July 6, 2011 15 / 51

Page 16: Phd_cristian_lai presentation

Semantic IndexingDescription Tree: Resource Type

l The whole figure represents the Formal Description: it is an RDF Graph.

l The bordered part is used for the Final Description.

PhD Defense – July 6, 2011 16 / 51

Page 17: Phd_cristian_lai presentation

Semantic IndexingSimple description

DefinitionA Simple Description is a description where the root of the Description Tree hasonly one child.

_:id_document _:id_1 _:id_n-1 ont:C

p1 ... pn

l The general form of the part used for the Final Description.

l The blank nodes are virtual instances of concepts.

l The last node is a real individual of a concept defined in the ontology.

PhD Defense – July 6, 2011 17 / 51

Page 18: Phd_cristian_lai presentation

Semantic IndexingComplex description: Description Tree

A Complex Description contains several paths. Each path starts from the rootand relates a Simple Description SDes of the same document.

_:id_document

r1

r3

r2

PhD Defense – July 6, 2011 18 / 51

Page 19: Phd_cristian_lai presentation

Semantic IndexingComplex description: definition

DefinitionA Complex Description is a Description Tree where the root has more than onechild. The tree is the merging of n simple descriptions. A Complex DescriptionCDes is defined by the union of simple descriptions:

CDes =SDes1 ∨SDes2 ∨ ...∨SDesn

PhD Defense – July 6, 2011 19 / 51

Page 20: Phd_cristian_lai presentation

Semantic IndexingComplex description: publication and retrieval

l A resource R with n SDes is published n times, once with each SDes.

l A query with one of the n descriptions must answer positively with theresource R.

l A query requesting for resources having a complex description isconsidered as a set of elementary queries (corresponding at a simpledescription). The result of the query is the intersection of the elementaryquery results.

Result(QCDes)=⋂

i=1,pResult(QSDesi )

PhD Defense – July 6, 2011 20 / 51

Page 21: Phd_cristian_lai presentation

Semantic IndexingCreation of keys

l A key used in the index is a representation of the semantic description of aresource and is written in a language based on RDF.

l The semantic description is an RDF graph (the Description Tree)m That contains blank nodes useless for indexing because they do not contain

semantic information necessary for describing a resource.

PhD Defense – July 6, 2011 21 / 51

Page 22: Phd_cristian_lai presentation

Semantic IndexingAn example of Description Tree

Very difficult documents.

_:lo

lom:LearningObject

_:lec lom:very_difficult

lom:LomEducationalCategory lom:Difficulty

"Very Difficult"

rdf:type

lom:has_lomEducational lom:has_difficulty

rdf:type

rdf:type

rdfs:label

PhD Defense – July 6, 2011 22 / 51

Page 23: Phd_cristian_lai presentation

Semantic IndexingA small knowledge base

The description contains the following triples:

courier

_:lo rdf:type lom:LearningObject ._:lo lom:has_lomEducational :_lec ._:lec rdf:type lom:LomEducationalCategory ._:lec lom:has_difficulty lom:very_difficult .

The N3 notation synthesizes the description as follows:

courier[ a lom:LearningObject ] lom:has_lomEducational[a lom:LomEducationalCategory ;

lom:has_difficulty lom:very_difficult .]

PhD Defense – July 6, 2011 23 / 51

Page 24: Phd_cristian_lai presentation

Semantic IndexingFormat of the key

courier

Key:{rdf:type,lom:LearningObject}{lom:has_lomEducational}{lom:has_difficulty,lom:very_difficult}

PhD Defense – July 6, 2011 24 / 51

Page 25: Phd_cristian_lai presentation

Semantic IndexingKeys extension

l Users should be able to find a resource with other characteristics than those exactlyused for publishing

m The System must also publish a resource with descriptions corresponding tothese expected characteristics.

l The extension of keys produces a Complex Descriptionm The Simple Description supplied by the resource provider is combined with

others generated by the system.m The resource is published with each of them.

PhD Defense – July 6, 2011 25 / 51

Page 26: Phd_cristian_lai presentation

Semantic IndexingKeys extension: subsumption

l Documents about Stack.

l The ontology Theory of Languages contains the concept lt:Stack and thesuper-concept: lt:Data_Structure.

l Any request of resources concerning Data Structure should also returnresources concerning Stack.

courierKey_initial:

{rdf:type,system:Document}{system:hasInterest, lt:Stack}

courierKey_extended:

{rdf:type,system:Document}{system:hasInterest, lt:Data_Structure}

PhD Defense – July 6, 2011 26 / 51

Page 27: Phd_cristian_lai presentation

Semantic IndexingKeys extension: facet

l Very difficult documents.

l A resource may be published with a specific difficulty level(lom:very_difficult).

l We consider also interesting to look for resources where the difficulty levelhas been defined.

l A request of resources where the difficulty level has been defined, shouldalso return resources published with a specific difficulty level (instances ofthe concept lom:Difficulty).

courier

Key_initial:{rdf:type,lom:LearningObject}{lom:has_lomEducational}{lom:has_difficulty,lom:very_difficult}

courier

Key_extended:{rdf:type,lom:LearningObject}{lom:has_lomEducational}{lom:has_difficulty}

PhD Defense – July 6, 2011 27 / 51

Page 28: Phd_cristian_lai presentation

Semantic IndexingKeys extension: category

l Documents about Chomsky.

l We consider that if the content of a resource is about a particular author, itis also about the concept of Author.

courierKey_initial:

{rdf:type,system:Document}{system:hasInterest, lt:chomsky}

courierKey_extended:

{rdf:type,system:Document}{system:hasInterest, lt:Author}

PhD Defense – July 6, 2011 28 / 51

Page 29: Phd_cristian_lai presentation

Semantic IndexingKeys extension: keyword (I)

l Documents about "Jeffrey D. Ullman".l The ontology Theory of Languages does not contain any individual of the

concept lt:Author referring to the author "Jeffrey D. Ullman"m We considered the possibility for the System to create a virtual individual of

the concept lt:Authorm And let the user enter the string "Jeffrey D. Ullman" as value of its property

lt:hasName

courier

Key_initial:{rdf:type,system:Document}{system:hasInterest,lt:Author}{lt:hasName,"Jeffrey D. Ullman"ˆˆxsd:string}

PhD Defense – July 6, 2011 29 / 51

Page 30: Phd_cristian_lai presentation

Semantic IndexingKeys extension: keyword (II)

l A resource whose content is about a particular author, is also about theconcept of Author (Category extension).

courierKey_extended:

{rdf:type,system:Document}{system:hasInterest, lt:Author}

l A resource whose content is associated to a string, is also about a keyword(Keyword extension).

courier

Key_extended:{rdf:type,system:Document}{system:hasKeyword,

"Jeffrey D. Ullman"ˆˆxsd:string}

PhD Defense – July 6, 2011 30 / 51

Page 31: Phd_cristian_lai presentation

Outline

l Motivation

l Semantic Indexing

l Indexing Patterns

l Community of Users

l Conclusion

l Future Work

PhD Defense – July 6, 2011 31 / 51

Page 32: Phd_cristian_lai presentation

Indexing PatternsCases of indexing

1 Step 2 Steps Example Extension

C.T.

concept treating of Family. SubsumptionN.V. property about the semantic density of a LO. Subsumption

individual treating of Chomsky. CategoryV. individual property treating of Ullman. Keyword

≥1 Step >1 Step Example Extension

R.T.N.V. individual having a known contributor. FacetV. individual property having an unknown contributor. Facet + Keyword

1 Step Example ExtensionK.T. string about Medieval Italy.

Legenda:C.T.: Content TypeR.T.: Resource TypeK.T.: Keyword Type

V.: VirtualN.V.: Not Virtual

PhD Defense – July 6, 2011 32 / 51

Page 33: Phd_cristian_lai presentation

Indexing PatternsObjective

l An Indexing Pattern is a model of a case of indexing.l An Indexing Pattern allows to follow a path within an ontology, defining a

sequence of stepsm At each step, the user interacts only with the necessary part of the ontology.

The unnecessary parts are hidden.

l An Indexing Pattern is usedm For presenting the ontologies to users in a friendly and easy-to-use way

l Developers can provide a User Interface able to guide the user through theontologies.

m For creating the keys of indexing.

PhD Defense – July 6, 2011 33 / 51

Page 34: Phd_cristian_lai presentation

Indexing PatternsDefinition

We call Indexing Pattern a tripleIP = (D,P ,A ) where:

l D is a Description Template, the generalized description of a resource. Itcontains some variables that are fixed during the steps followed by usersfor creating the description.

l P is a User Process, the sequence of steps necessary for determining thevalues of the variables. It is composed of a sequence of assignmentsinvolving either SPARQL queries, or other types of user inputs.

l A is an Algorithm, the sequence of computations used for creating thekeys of indexing.

PhD Defense – July 6, 2011 34 / 51

Page 35: Phd_cristian_lai presentation

Indexing PatternsDescription Template: Iterative Pattern

Individual: _:d

Types: <T0>

loop (k=1,n)

Facts: <Pk> _:ik

Individual: _:ik

Types: <Tk>

end loop

<i_v> ← _:in

<V> ← <Tn>

D_:d

⟨T0⟩← lom:LearningObject

_:i1

⟨ i_v ⟩←lom:very_difficult

⟨T1⟩←lom:LomEducationalCategory

⟨T2⟩←lom:Difficulty

"Very Difficult"

rdf:ty

pe

⟨P1⟩←lom:has_lomEducational

⟨P2⟩←lom:has_difficulty

rdf:ty

pe

rdf:type

rdfs:label

PhD Defense – July 6, 2011 35 / 51

Page 36: Phd_cristian_lai presentation

Indexing PatternsUser process: Iterative Pattern

O ← userOntologyChoice()

T0 ← user(entry_point(O))

k ← 0

i_v ← null

repeat

k ← k++

Sk<Tk−1>←(γ<Tk−1>,{O}, select ?p ?r)

with γ<Tk−1>= {

?p rdf:type owl:ObjectProperty .

?p rdfs:domain <Tk−1> .

?p rdfs:range ?r . }

<pk, Tk>← user(res(Sk<Tk−1>))

SF <Tk>←(γ<Tk>, {O}, select ?i)

with γ<Tk>= { ?i rdf:type <Tk> . }

if (res(SF <Tk>)) 6=∅

<i_v> = user(res(SF <Tk>))

until <i_v> 6=null

P

_:d

⟨T0⟩← lom:LearningObject

_:i1

⟨ i_v ⟩←lom:very_difficult

⟨T1⟩←lom:LomEducationalCategory

⟨T2⟩←lom:Difficulty

"Very Difficult"

rdf:ty

pe

⟨P1⟩←lom:has_lomEducational

⟨P2⟩←lom:has_difficulty

rdf:ty

pe

rdf:type

rdfs:label

PhD Defense – July 6, 2011 36 / 51

Page 37: Phd_cristian_lai presentation

Indexing PatternsUser process: Iterative Pattern

O ← userOntologyChoice()

T0 ← user(entry_point(O))

k ← 0

i_v ← null

repeat

k ← k++

Sk<Tk−1>←(γ<Tk−1>,{O}, select ?p ?r)

with γ<Tk−1>= {

?p rdf:type owl:ObjectProperty .

?p rdfs:domain <Tk−1> .

?p rdfs:range ?r . }

<pk, Tk>← user(res(Sk<Tk−1>))

SF <Tk>←(γ<Tk>, {O}, select ?i)

with γ<Tk>= { ?i rdf:type <Tk> . }

if (res(SF <Tk>)) 6=∅

<i_v> = user(res(SF <Tk>))

until <i_v> 6=null

P

_:d

⟨T0⟩← lom:LearningObject

_:i1

⟨ i_v ⟩←lom:very_difficult

⟨T1⟩←lom:LomEducationalCategory

⟨T2⟩←lom:Difficulty

"Very Difficult"

rdf:ty

pe

⟨P1⟩←lom:has_lomEducational

⟨P2⟩←lom:has_difficulty

rdf:ty

pe

rdf:type

rdfs:label

PhD Defense – July 6, 2011 36 / 51

Page 38: Phd_cristian_lai presentation

Indexing PatternsUser process: Iterative Pattern

O ← userOntologyChoice()

T0 ← user(entry_point(O))

k ← 0

i_v ← null

repeat

k ← k++

Sk<Tk−1>←(γ<Tk−1>,{O}, select ?p ?r)

with γ<Tk−1>= {

?p rdf:type owl:ObjectProperty .

?p rdfs:domain <Tk−1> .

?p rdfs:range ?r . }

<pk, Tk>← user(res(Sk<Tk−1>))

SF <Tk>←(γ<Tk>, {O}, select ?i)

with γ<Tk>= { ?i rdf:type <Tk> . }

if (res(SF <Tk>)) 6=∅

<i_v> = user(res(SF <Tk>))

until <i_v> 6=null

P

_:d

⟨T0⟩← lom:LearningObject

_:i1

⟨ i_v ⟩←lom:very_difficult

⟨T1⟩←lom:LomEducationalCategory

⟨T2⟩←lom:Difficulty

"Very Difficult"

rdf:ty

pe

⟨P1⟩←lom:has_lomEducational

⟨P2⟩←lom:has_difficulty

rdf:ty

pe

rdf:type

rdfs:label

PhD Defense – July 6, 2011 36 / 51

Page 39: Phd_cristian_lai presentation

Indexing PatternsUser process: Iterative Pattern

O ← userOntologyChoice()

T0 ← user(entry_point(O))

k ← 0

i_v ← null

repeat

k ← k++

Sk<Tk−1>←(γ<Tk−1>,{O}, select ?p ?r)

with γ<Tk−1>= {

?p rdf:type owl:ObjectProperty .

?p rdfs:domain <Tk−1> .

?p rdfs:range ?r . }

<pk, Tk>← user(res(Sk<Tk−1>))

SF <Tk>←(γ<Tk>, {O}, select ?i)

with γ<Tk>= { ?i rdf:type <Tk> . }

if (res(SF <Tk>)) 6=∅

<i_v> = user(res(SF <Tk>))

until <i_v> 6=null

P

_:d

⟨T0⟩← lom:LearningObject

_:i1

⟨ i_v ⟩←lom:very_difficult

⟨T1⟩←lom:LomEducationalCategory

⟨T2⟩←lom:Difficulty

"Very Difficult"

rdf:ty

pe

⟨P1⟩←lom:has_lomEducational

⟨P2⟩←lom:has_difficulty

rdf:ty

pe

rdf:type

rdfs:label

PhD Defense – July 6, 2011 36 / 51

Page 40: Phd_cristian_lai presentation

Outline

l Motivation

l Semantic Indexing

l Indexing Patterns

l Community of Users

l Conclusion

l Future Work

PhD Defense – July 6, 2011 37 / 51

Page 41: Phd_cristian_lai presentation

Community of UsersCommunity and users

A Community is composed of users interested in collaborative activities

l Expert users: experts in the domain of interest of the community. They arein charge of the activities of providing the ontologies, their description andtheir publication.

l Provider users: they don’t have an high level role. They usually publish andretrieve resources.

l Consumer users: they have a passive participation because they don’tprovide any contribution to the community. They just retrieve resources.

PhD Defense – July 6, 2011 38 / 51

Page 42: Phd_cristian_lai presentation

Community of UsersCommunity and resources

l Community resourcesm Documents

l The resources shared by users through the Shared Memory.m Core resources

l Ontologies: used for creating the keys of indexing.l Notes: free text provided by a user to include additional information in the System.l Wiki : a unique space of the System shared by all users.l Are published in the network with specific keys using the System Ontology.

PhD Defense – July 6, 2011 39 / 51

Page 43: Phd_cristian_lai presentation

Community of UsersCore resources: Ontologies

l Are published in the network by expert users with a small additionaldescription:

m a textual description concerning domain of the ontology;m the set of Entry Points.

l The publication is made thanks a key of indexing assigned automatically bythe System.

l Are retrieved from the network when the user starts the system.

PhD Defense – July 6, 2011 40 / 51

Page 44: Phd_cristian_lai presentation

Community of UsersCore resources: Notes

l The use of Notes is considered of general purposem The content of the Note may be any topic of interest for the user: messages

for other users, memos, comments on certain resources, etc.m Notes are published using a keyword.

l Notes are published with a key assigned by the System.

PhD Defense – July 6, 2011 41 / 51

Page 45: Phd_cristian_lai presentation

Community of UsersCore resources: Wiki

l The Wiki of the Community is composed of only one physical documentcontaining several parts that may link to other resources, distributed in thenetwork

m Links are Semantic, refer to keys of indexing, are embedded in the HTML linktag.

l When a new community is created the System publishes the Wiki in thenetwork from a template containing the skeleton with only the essentialstructure.

PhD Defense – July 6, 2011 42 / 51

Page 46: Phd_cristian_lai presentation

Community of UsersCommunity and tools

A Community is supported by a Web platform equipped with a set of tools

l Indexing Tool : is used for choosing the ontologies retrieved from thenetwork and for creating the keys of indexing.

l Indexing Pool : is a temporary container of (key, resource) pairs. It allowsusers to select the resource they want to index and to associate the key ofindexing built with the Indexing Tool.

l Notes Editor : is a tool that enables users to create personal notes that areassociated to keys of indexing and published.

l Retrieval Tool : allows users to submit queries to the system. It retrievesresults and displays them.

PhD Defense – July 6, 2011 43 / 51

Page 47: Phd_cristian_lai presentation

Community of UsersWeb Platform

PhD Defense – July 6, 2011 44 / 51

Page 48: Phd_cristian_lai presentation

Community of UsersArchitecture of a Peer

PhD Defense – July 6, 2011 45 / 51

Page 49: Phd_cristian_lai presentation

Outline

l Motivation

l Semantic Indexing

l Indexing Patterns

l Community of Users

l Conclusion

l Future Work

PhD Defense – July 6, 2011 46 / 51

Page 50: Phd_cristian_lai presentation

Conclusion

l A model of Indexing Patternsm For transforming a user understandable description to a machine

understandable one.

l Description extension mechanismm Form managing publication and retrieval contexts.m The description is enlarged during publication to foresee different possible

retrieval situations.

l A Web platformm That makes feasible the life of a decentralized community.m Contains a set of Core resources for allowing the indexing.m Contains a distributed Semantic Wiki and a distributed system of Notes.

PhD Defense – July 6, 2011 47 / 51

Page 51: Phd_cristian_lai presentation

Outline

l Motivation

l Semantic Indexing

l Indexing Patterns

l Community of Users

l Conclusion

l Future Work

PhD Defense – July 6, 2011 48 / 51

Page 52: Phd_cristian_lai presentation

Future Work

l Advanced navigation system for ontologiesm A richer navigation system for ontologies for better organize the visual

composition of represented data.

l Exchange with an external system.m It may query our system by creatin a semantic description of potential

resources based on RDF

l Multilingual issues.m It concerns resources indexed on keywords or indexed on virtual individuals

because the user has to add at least one string in order to describe thisindividual.

l Evaluation.m Experiments should prove that the system can really support a real

community.

PhD Defense – July 6, 2011 49 / 51

Page 53: Phd_cristian_lai presentation

Publications (I)

l In proceedingsm Moulin, C., Lai, C. Ontologies based approach for semantic indexing in distributed environments. KEOD

2009, International Joint Conference on Knowledge Discovery, Knowledge Engineering and KnowledgeManagement, Madeira, 6 - 8 October 2009, Portugal. pp. 420-423.

m Moulin, C., Lai, C. Semantic indexing within a Semantic Desktop. WWW/Internet 2009, Rome, 19 - 22November 2009, Italy, pp. 149-152.

m Moulin, C., Lai, C. Indexing Patterns within a Distributed System. In S. D. Fatos Xhafa, Santi Caballe,Ajith Abraham, ed., Second International Conference on Intelligent Networking and CollaborativeSystems (INCOS 2010), Thessaloniki, 24 - 26 November 2010, Greece, pp. 206-213.

m Moulin, C., Lai, C. Reasoning in a distributed semantic indexing system. 4th International Workshop on

Distributed Agent-based Retrieval Tools, DART 2010. 18 - 19 June, Geneva, pp. 88-98.

PhD Defense – July 6, 2011 50 / 51

Page 54: Phd_cristian_lai presentation

Publications (II)

l Journalm Moulin, C., Lai, C. Harmonization between personal and shared memories. International Journal of

Software Engineering and Knowledge Engineering, 20(4), pp.521-531, 2010.

l Book chaptersm Moulin, C., Lai, C. Semantic desktop: a common gate on local and distributed indexed resources. In A.

Soro, E. Vargiu, G. Armano and G. Paddeu, eds., Information Retrieval and Mining in DistributedEnvironments, Springer, 2010. pp.61-76.

m Moulin, C., Lai, C. Query Building in a Distributed Semantic Indexing System. Advances in Distributed

Agent-based Retrieval Tools, post-proceedings of DART 2010. (in press).

PhD Defense – July 6, 2011 51 / 51