Presentation is loading. Please wait.

Presentation is loading. Please wait.

Testing our ranking in different dataset Overview Centrality-based ranking for RDF nodes Alvaro Graves, Sibel Adali and Jim Hendler.

Similar presentations


Presentation on theme: "Testing our ranking in different dataset Overview Centrality-based ranking for RDF nodes Alvaro Graves, Sibel Adali and Jim Hendler."— Presentation transcript:

1 http://tw.rpi.edu/ Testing our ranking in different dataset Overview Centrality-based ranking for RDF nodes Alvaro Graves, Sibel Adali and Jim Hendler Department of Computer Science, Rensselaer Polytechnic Institute, Troy, NY 12180, USA TW funding from: DARPA, NSF, IARPA, ARL, Lockheed Martin, SRI, Fujitsu, IBM This work focuses on finding ways to sort nodes of an RDF graph in a “relevant” order. By relevant we mean some reasonable order, generally accepted by people with expertise in the information represented in the graph. We base our method on what is called the closeness centrality. Finding the centrality for every node in a graph is equivalent to solving the All-Pairs Shortest Path problem. Our current solution is based on Dijkstra's algorithm and has complexity O(nm log(n)) where n is the number of nodes and m is the number of edges. This approach allows us to solve the problem in a parallelized platform improving the speed. Definition of centralityWeights and distance functions How ranking works We define closeness centrality for a node i as where d is a distance function between nodes, A is the connected component that i belongs to, and r i is the reachability of the node i, the number of nodes in A. The distance d of a path is given by the sum of the edge weights along this path. We consider two different types of weights: Constant: Each edge has weight c (usually c = 1). This basic distance function does not take into account the semantics of the graph. Predicate-based weights: Edges weights are determined as a function of the predicate they contain. For example c = p(u, v)/|E| A simple example The simplest type of graph to rank is a taxonomy. Which are the most relevant nodes? CIA Factbook This dataset is an RDF version of the annual publication made by the CIA about the different countries in the world. It is interesting that the top ranked nodes are international organizations and some globally important issues, like “Climate Change” and “Biodiversity”. Scalability over bigger graphs Customizability using other weights. Stability with respect to the properties of the different data sets. Future work In degree top 10Centrality top 10 1rdf:Statementorg:OIC 2cia:Estimateorg:WHO 3cia:CommodityPercentorg:UN 4cia:CountryPercentorg:ITU 5cia:AirportBreakdownorg:UNCTAD 6cia:Portorg:UPU 7 cia:SexRationBreakdown org:ICAO 8cia:EthnicGroupPercentorg:UNESCO 9cia:ReligionPercentenv:Biodiversity 10cia:LanguagePercent env:ClimateChange Wine Ontology It contains 720 nodes and almost 2000 edges without literals. In this table we show the weighted and non weighted results. We can see that the weights favor the more specific instances of the ontologyover more general concepts. Weighted top 10Constant top 10 1WhitehallCabernetBlancWine 2MariettaOldVinesRedWinery 3CorbansOldDryRieslingRegion 4MountadamRieslingDry 5 StGenevieveTexasWhite WineGrape 6SelaksIceWineDessertWine 7 KathrynKennedyLateral LateHarvest 8 WhitehallLanePrimavera Moderate 9adjacentRegionWineColor 10ChiantiClassico EarlyHarvest Terrorists Ontology It was developed from Mindswap. It contains information about terrorists, events in 11000 nodes and 33000 edges.It contains noisy data ranging from mistyped instances to the inclusion of information not related with terrorirsm. It is focused in middle eastern terrorists. Weighted bottom 10Weighted top 10 1Pir FarouqAyman Al-Zawahiri 2Ricardo PalmeraMidhat Mursi 3Naim KassemOsama Bin Laden 4Rodney ColoradoMustafa Kamel 5Jamal Abu SamhadenaOmar al Rahman 6Qari Thair YuldashevMusab al Zarqawi 7 Shoko Asahar Ramzi Yousef 8Juan Jose MartinezKhalid Mohammed 9Erminso CuevasHafiz Saeed 10Tomas Molina Caracas Huthaifa Azzam


Download ppt "Testing our ranking in different dataset Overview Centrality-based ranking for RDF nodes Alvaro Graves, Sibel Adali and Jim Hendler."

Similar presentations


Ads by Google