Semantic Navigation over Linked Data Using the Link Pattern Space

Slides:



Advertisements
Similar presentations
SDMX in the Vietnam Ministry of Planning and Investment - A Data Model to Manage Metadata and Data ETV2 Component 5 – Facilitating better decision-making.
Advertisements

Mining User Similarity Based on Location History Yu Zheng, Quannan Li, Xing Xie Microsoft Research Asia.
Quality Center Test Management Tool. Overview Test Lab Module Tasks Performed in Test Lab Module.
1 Relational Data Mining Applied to Virtual Engineering of Product Designs Monika Žáková 1, Filip Železný 1, Javier A. Garcia-Sedano 2, Cyril Masia Tissot.
Learning Location Correlation From GPS Trajectories Yu Zheng Microsoft Research Asia March 16, 2010.
Video Summarization Using Mutual Reinforcement Principle and Shot Arrangement Patterns Lu Shi Oct. 4, 2004.
OntoBlog: Informal Knowledge Management by Semantic Blogging Aman Shakya 1, Vilas Wuwongse 2, Hideaki Takeda 1, Ikki Ohmukai 1 1 National Institute of.
Human Language Technologies. Issue Corporate data stores contain mostly natural language materials. Knowledge Management systems utilize rich semantic.
Predicting the Semantic Orientation of Adjective Vasileios Hatzivassiloglou and Kathleen R. McKeown Presented By Yash Satsangi.
Bootstrapping Privacy Compliance in Big Data System Shayak Sen, Saikat Guha et al Carnegie Mellon University Microsoft Research Presenter: Cheng Li.
Chapter 2 Modeling and Finding Abnormal Nodes. How to define abnormal nodes ? One plausible answer is : –A node is abnormal if there are no or very few.
Grant Number: IIS Institution of PI: Arizona State University PIs: Zoé Lacroix Title: Collaborative Research: Semantic Map of Biological Data.
References: [1] [2] [3] Acknowledgments:
Of 33 lecture 10: ontology – evolution. of 33 ece 720, winter ‘122 ontology evolution introduction - ontologies enable knowledge to be made explicit and.
SemSearch: A Search Engine for the Semantic Web Yuangui Lei, Victoria Uren, Enrico Motta Knowledge Media Institute The Open University EKAW 2006 Presented.
Knowledge Representation CPTR 314. The need of a Good Representation  The representation that is used to represent a problem is very important  The.
LOD for the Rest of Us Tim Finin, Anupam Joshi, Varish Mulwad and Lushan Han University of Maryland, Baltimore County 15 March 2012
Supporting Scenario-Based Requirements Engineering IEEE TRANSACTIONS ON SOFTWARE ENGINEERING, VOL. 24, NO. 12, DECEMBER, 1998 A. G. Sutcliffe, N. A. M.
Understanding and using patterns in software development EEL 6883 Software Engineering Vol. 1 Chapter 4 pp Presenter: Sorosh Olamaei.
Relationships Relationships between objects and between classes.
MICHAL TVAROŽEK, MICHAL BARLA, GYÖRGY FRIVOLT, MAREK TOMŠA, MÁRIA BIELIKOVÁ Improving Semantic Search via Integrated Personalized Faceted and Visual Graph.
Different types of data Hamish gully. Different types Machine data types All data in computers based on digital electronics is represented as bits (alternatives.
ADVANCED OPERATING SYSTEMS STRUCTURED NAMING BY KANNA KARRI.
Text Clustering Hongning Wang
1 Challenge the future Automatic extraction of Improved Geometrical Network Model from CityGML for Indoor Navigation Filippo Mortari.
MMM2005The Chinese University of Hong Kong MMM2005 The Chinese University of Hong Kong 1 Video Summarization Using Mutual Reinforcement Principle and Shot.
Naming CSCI 6900/4900. Names & Naming System Names have unique importance –Resource sharing –Identifying entities –Location reference Name can be resolved.
Data Grids, Digital Libraries and Persistent Archives: An Integrated Approach to Publishing, Sharing and Archiving Data. Written By: R. Moore, A. Rajasekar,
LRM-RDA Gordon Dunsire
WP5: Semantic Multimedia
Towards Scalable Traffic Management in Cloud Data Centers
Sentiment analysis algorithms and applications: A survey
Abstract Major Cloud computing companies have started to integrate frameworks for parallel data processing in their product portfolio, making it easy for.
CSC 594 Topics in AI – Natural Language Processing
The design process Software engineering and the design process for interactive systems Standards and guidelines as design rules Usability engineering.
The design process Software engineering and the design process for interactive systems Standards and guidelines as design rules Usability engineering.
Lecture Software Process Definition and Management Chapter 3: Descriptive Process Models Dr. Jürgen Münch Fall
Visual Perception.
Bo Wang1, Yingfei Xiong2, Zhenjiang Hu3, Haiyan Zhao1,
Gong Cheng, Yanan Zhang, and Yuzhong Qu
LRM-RDA Gordon Dunsire.
A test technique is a recipe these tasks that will reveal something
Generic and Automatic Address Configuration for Data Center Networks
Navi 下一步工作的设想 郑 亮 6.6.
ece 627 intelligent web: ontology and beyond
Exponential Time Paradigms Through the Polynomial Time Lens
Type-directed Topic Segmentation of Entity Descriptions
G-CORE: A Core for Future Graph Query Languages
INFO/CSE 100, Spring 2006 Fluency in Information Technology
A Graph-Based Approach to Learn Semantic Descriptions of Data Sources
Introducing IFLA-LRM Gordon Dunsire, Chair, RSC
Database Management System
Magnet & /facet Zheng Liang
Towards Exploratory Relationship Search: A Clustering-Based Approach
Information Networks: State of the Art
Entity Description Pattern Extraction and Their Usage in Entity Query
Logical Data Modeling – Attributes, Primary Keys, and Identity
Facilitating Navigation on Linked Data through Top-K Link Patterns
Object-Oriented Software Engineering
Exploring neighboring entities via semantic links
Sample Test Questions Please identify the use cases of the system that cover all the behaviors described in the system specification. Please identify.
Filtering Properties of Entities By Class
An Approach to Abstractive Multi-Entity Summarization
Faceted Filter Jidong Jiang
Tantan Liu, Fan Wang, Gagan Agrawal The Ohio State University
Database Dr. Roueida Mohammed.
Links Liang Zheng
GhostLink: Latent Network Inference for Influence-aware Recommendation
Cheng (Sp2001): Object-Oriented Development Overview
Table 2. Cronin, Dekker and Dunn Model
Presentation transcript:

Semantic Navigation over Linked Data Using the Link Pattern Space Liang Zheng 11.9

Background Challenges in browsing linked data are rich: large numbers of data instances (entities), high entropy and diversity in links between data instances (entities), often makes it hard for users to understand and find the particular bits of the data that might be of interest. We introduce a novel navigating paradigm based on the link pattern space, that allows users to navigate the linked data by starting from a set of instances(entities) through meaningful link patterns.

Background We formally define link patterns and analyze their desirable properties. We design methods to efficiently detect link patterns based on multiple measures of “interestingness.” We implement an approach to find a group of link patterns for refocusing and refining the detect link patterns.

Preliminaries Link Pattern (LP) Path (on a labeled entity graph) Properties of LP Atomicity/Minimality (Non-explicitly rdfs:subPropertyOf ) E[LP](e, G): the set of entities selected by the navigational link pattern starting from e on the entity graph G. LP1。LP2: Join-operator ; path1。path2 (LP) k (LP)2=LP。LP (LP) -1 the inverse path LP3=LP1&LP2: E[LP3](e, G)= E[LP1](e, G)  E[LP2](e, G)

Preliminaries Properties of LP Hierarchical link pattern space All Link Patterns LP1 LP2 author first Author second Author Virtual Node(Link pattern) LP3 Explicit inclusion relation Underlying semantic relationship LP3=LP1&LP2

1. Automatically capture link patterns Frequency High-entropy (rareness) Pointwise Mutual Information (PMI) avgPMI(LP) = ∑ j=1 →n PMI (e, ej ) / n where PMI (e, ej)= log( p(e&ej)/p(e)*p(ej)) p(e)= |hits(e)| / |Z| e ej Path LP:

2. Finding a group of link patterns from the hierarchical link pattern space Among all the link patterns, we aim to find up to K ones that are as meaningful as possible while covering the most of linked entities. EBMC GAP (General Assignment Problem)

Thanks!