Semantic Matching for Stream Reasoning

Total Page:16

File Type:pdf, Size:1020Kb

Semantic Matching for Stream Reasoning Institutionen f¨orDatavetenskap Department of Computer and Information Science Master's thesis Semantic Matching for Stream Reasoning by Zlatan Dragisic LIU-IDA/LITH-EX-A{11/041{SE 2011-10-03 ' $ & Link¨opingsuniversitet Link¨opingsuniversitet % SE-581 83 Link¨oping, Sweden 581 83 Link¨oping Institutionen f¨orDatavetenskap Department of Computer and Information Science Master's thesis Semantic Matching for Stream Reasoning by Zlatan Dragisic LIU-IDA/LITH-EX-A{11/041{SE 2011-10-03 Supervisor: Fredrik Heintz Department of Computer and Information Science KPLAB - Knowledge Processing Lab Examiner: Fredrik Heintz Department of Computer and Information Science KPLAB - Knowledge Processing Lab På svenska Detta dokument hålls tillgängligt på Internet – eller dess framtida ersättare – under en längre tid från publiceringsdatum under förutsättning att inga extra- ordinära omständigheter uppstår. Tillgång till dokumentet innebär tillstånd för var och en att läsa, ladda ner, skriva ut enstaka kopior för enskilt bruk och att använda det oförändrat för ick- ekommersiell forskning och för undervisning. Överföring av upphovsrätten vid en senare tidpunkt kan inte upphäva detta tillstånd. All annan användning av dokumentet kräver upphovsmannens medgivande. För att garantera äktheten, säkerheten och tillgängligheten finns det lösningar av teknisk och administrativ art. Upphovsmannens ideella rätt innefattar rätt att bli nämnd som upphovsman i den omfattning som god sed kräver vid användning av dokumentet på ovan beskrivna sätt samt skydd mot att dokumentet ändras eller presenteras i sådan form eller i sådant sammanhang som är kränkande för upphovsmannens litterära eller konst- närliga anseende eller egenart. För ytterligare information om Linköping University Electronic Press se för- lagets hemsida http://www.ep.liu.se/ In English The publishers will keep this document online on the Internet - or its possible replacement - for a considerable time from the date of publication barring excep- tional circumstances. The online availability of the document implies a permanent permission for anyone to read, to download, to print out single copies for your own use and to use it unchanged for any non-commercial research and educational purpose. Sub- sequent transfers of copyright cannot revoke this permission. All other uses of the document are conditional on the consent of the copyright owner. The pub- lisher has taken technical and administrative measures to assure authenticity, security and accessibility. According to intellectual property law the author has the right to be men- tioned when his/her work is accessed as described above and to be protected against infringement. For additional information about the Linköping University Electronic Press and its procedures for publication and for assurance of document integrity, please refer to its WWW home page: http://www.ep.liu.se/ © Zlatan Dragisic Abstract Autonomous system needs to do a great deal of reasoning during execu- tion in order to provide timely reactions to changes in their environment. Data needed for this reasoning process is often provided through a number of sensors. One approach for this kind of reasoning is evaluation of tem- poral logical formulas through progression. To evaluate these formulas it is necessary to provide relevant data for each symbol in a formula. Map- ping relevant data to symbols in a formula could be done manually, however as systems become more complex it is harder for a designer to explicitly state and maintain this mapping. Therefore, automatic support for map- ping data from sensors to symbols would make system more flexible and easier to maintain. DyKnow is a knowledge processing middleware which provides the sup- port for processing data on different levels of abstractions. The output from the processing components in DyKnow is in the form of streams of informa- tion. In the case of DyKnow, reasoning over incrementally available data is done by progressing metric temporal logical formulas. A logical formula contains a number of symbols whose values over time must be collected and synchronized in order to determine the truth value of the formula. Mapping symbols in formula to relevant streams is done manually in DyKnow. The purpose of this matching is for each variable to find one or more streams whose content matches the intended meaning of the variable. This thesis analyses and provides a solution to the process of semantic matching. The analysis is mostly focused on how the existing semantic technologies such as ontologies can be used in this process. The thesis also analyses how this process can be used for matching symbols in a formula to content of streams on distributed and heterogeneous platforms. Finally, the thesis presents an implementation in the Robot Operating System (ROS). The implementation is tested in two case studies which cover a scenario where there is only a single platform in a system and a scenario where there are multiple distributed heterogeneous platforms in a system. The conclusions are that the semantic matching represents an impor- tant step towards fully automatized semantic-based stream reasoning. Our solution also shows that semantic technologies are suitable for establishing machine-readable domain models. The use of these technologies made the iii iv semantic matching domain and platform independent as all domain and platform specific knowledge is specified in ontologies. Moreover, seman- tic technologies provide support for integration of data from heterogeneous sources which makes it possible for platforms to use streams from distributed sources. Contents List of Figures vii List of Tables ix 1 Introduction 1 1.1 Background . .1 1.2 Goal . .2 1.3 Thesis outline . .3 2 DyKnow 5 2.1 Overview . .5 2.2 Basic Concepts . .6 2.3 Architecture in ROS . .8 2.3.1 ROS . .8 2.3.2 ROS implementation . .9 2.4 DyKnow Federations . 11 2.4.1 Components . 12 2.5 Summary . 12 3 Semantic Technologies 15 3.1 Semantic Web . 15 3.2 RDF/RDFS . 16 3.2.1 Syntax . 17 3.3 Ontologies . 19 3.3.1 OWL . 20 3.3.2 Semantic mappings . 24 3.4 Summary . 27 4 Analysis 29 4.1 Semantic stream representation . 29 4.2 Matching symbols to topics . 34 4.3 Integrating data from multiple platforms . 39 4.4 Design . 40 4.5 Related work . 42 v vi CONTENTS 5 Implementation 47 5.1 Introduction . 47 5.2 Proposed solution . 47 5.3 Design . 48 5.4 Matching a formula to topics . 51 5.5 Multiple Platform Scenario . 53 5.6 Integration . 55 5.7 Summary . 57 6 Case studies 59 6.1 Single platform scenario . 59 6.2 Multiple platform scenario . 64 6.3 Discussion . 71 7 Performance evaluation 73 7.1 Test cases . 73 7.2 Test setup . 74 7.3 Results . 75 7.4 Conclusion . 83 8 Conclusion 85 8.1 Summary . 85 8.2 Future work . 86 Bibliography 89 A Acronyms 93 B Ontologies 95 B.1 RDF/XML representation of the ontology for platform 1 . 95 B.2 RDF/XML representation of the ontology for platform 2 . 101 B.3 RDF/XML representation of the ontology for platform 3 . 103 C Topic Specifications 107 C.1 XML representation of topic specifications for platform 1 . 107 C.2 XML representation of topic specifications for platform 2 . 108 C.3 XML representation of topic specifications for platform 3 . 108 List of Figures 2.1 An example of a ROS computation graph. .9 2.2 DyKnow architecture in ROS. 10 2.3 An overview of the components of a DyKnow federation [17]. 11 3.1 Visualization of the ontology for the single platform scenario. 22 3.2 Visualization of the ontology of platform 2. 23 3.3 Visualization of the ontology of platform 3. 24 4.1 Process of semantic matching. 34 4.2 DyKnow architecture in ROS. 41 5.1 Components in ROS implementation of DyKnow. 48 5.2 Multiple Platform scenario - example. 54 6.1 Visualization of the ontology for the single platform scenario. 60 6.2 Visualization of the ontology for platform 2. 65 6.3 Visualization of the ontology for platform 3. 65 7.1 Varying number of concepts. 76 7.2 Varying number of irrelevant individuals. 77 7.3 Varying number of relevant individuals. 78 7.4 Varying number of irrelevant topic specifications. 79 7.5 Varying number of relevant topic specifications. 80 7.6 Varying number of features in the formula. 81 7.7 Comparing quantified and non-quantified versions of a formula. 82 vii viii LIST OF FIGURES List of Tables 6.1 Unary relations and argument types. 60 6.2 Binary relations and argument types. 61 6.3 Ternary relation and argument types. 61 6.4 Unary relations and argument types for platform 2. 65 6.5 Unary relations and argument types for platform 3. 66 6.6 Binary relations and argument types for platform 3. 66 7.1 Varying number of concepts. 75 7.2 Varying number of irrelevant individuals. 76 7.3 Varying number of relevant individuals. 77 7.4 Varying number of irrelevant topic specifications. 78 7.5 Varying number of relevant topic specifications. 79 7.6 Varying number of features in a formula. 80 7.7 Comparing quantified and non-quantified versions of a formula. 82 ix x LIST OF TABLES Listings 3.1 Bridge rule in XML. 25 3.2 Bridge rules in XML. 26 4.1 A topic specifying the features Altitude and Speed for the sort UAV. 31 4.2 Formal grammar for SSLT .................... 31 4.3 Topic specifications in SSLT ................... 32 4.4 Topic specifications in SSLT ................... 33 4.5 DTD for the SSLT XML syntax. 35 4.6 Topic specifications in SSLT ................... 36 5.1 Possible topics for feature Behind[car1, car2]. 52 5.2 CreateGroundingService service and relevant messages. 55 5.3 State Processor service and relevant messages. 56 6.1 Topic specifications in SSLT ..................
Recommended publications
  • Towards Ontology Based BPMN Implementation. Sophea Chhun, Néjib Moalla, Yacine Ouzrout
    Towards ontology based BPMN Implementation. Sophea Chhun, Néjib Moalla, Yacine Ouzrout To cite this version: Sophea Chhun, Néjib Moalla, Yacine Ouzrout. Towards ontology based BPMN Implementation.. SKIMA, 6th Conference on Software Knowledge Information Management and Applications., Jan 2012, Chengdu, China. 8 p. hal-01551452 HAL Id: hal-01551452 https://hal.archives-ouvertes.fr/hal-01551452 Submitted on 6 Nov 2018 HAL is a multi-disciplinary open access L’archive ouverte pluridisciplinaire HAL, est archive for the deposit and dissemination of sci- destinée au dépôt et à la diffusion de documents entific research documents, whether they are pub- scientifiques de niveau recherche, publiés ou non, lished or not. The documents may come from émanant des établissements d’enseignement et de teaching and research institutions in France or recherche français ou étrangers, des laboratoires abroad, or from public or private research centers. publics ou privés. 1 Towards ontology based BPMN implementation CHHUN Sophea, MOALLA Néjib and OUZROUT Yacine University of Lumiere Lyon2, laboratory DISP, France Natural language is understandable by human and not machine. None technical persons can only use natural language to specify their business requirements. However, the current version of Business process management and notation (BPMN) tools do not allow business analysts to implement their business processes without having technical skills. BPMN tool is a tool that allows users to design and implement the business processes by connecting different business tasks and rules together. The tools do not provide automatic implementation of business tasks from users’ specifications in natural language (NL). Therefore, this research aims to propose a framework to automatically implement the business processes that are expressed in NL requirements.
    [Show full text]
  • Harnessing the Power of Folksonomies for Formal Ontology Matching On-The-Fly
    Edinburgh Research Explorer Harnessing the power of folksonomies for formal ontology matching on the fly Citation for published version: Togia, T, McNeill, F & Bundy, A 2010, Harnessing the power of folksonomies for formal ontology matching on the fly. in Proceedings of the ISWC workshop on Ontology Matching. <http://ceur-ws.org/Vol- 689/om2010_poster4.pdf> Link: Link to publication record in Edinburgh Research Explorer Document Version: Early version, also known as pre-print Published In: Proceedings of the ISWC workshop on Ontology Matching General rights Copyright for the publications made accessible via the Edinburgh Research Explorer is retained by the author(s) and / or other copyright owners and it is a condition of accessing these publications that users recognise and abide by the legal requirements associated with these rights. Take down policy The University of Edinburgh has made every reasonable effort to ensure that Edinburgh Research Explorer content complies with UK legislation. If you believe that the public display of this file breaches copyright please contact [email protected] providing details, and we will remove access to the work immediately and investigate your claim. Download date: 01. Oct. 2021 Harnessing the power of folksonomies for formal ontology matching on-the-y Theodosia Togia, Fiona McNeill and Alan Bundy School of Informatics, University of Edinburgh, EH8 9LE, Scotland Abstract. This paper is a short introduction to our work on build- ing and using folksonomies to facilitate communication between Seman- tic Web agents with disparate ontological representations. We briey present the Semantic Matcher, a system that measures the semantic proximity between terms in interacting agents' ontologies at run-time, fully automatically and minimally: that is, only for semantic mismatches that impede communication.
    [Show full text]
  • Learning to Match Ontologies on the Semantic Web
    The VLDB Journal manuscript No. (will be inserted by the editor) Learning to Match Ontologies on the Semantic Web AnHai Doan1, Jayant Madhavan2, Robin Dhamankar1, Pedro Domingos2, Alon Halevy2 1 Department of Computer Science, University of Illinois at Urbana-Champaign, Urbana, IL 61801, USA fanhai,[email protected] 2 Department of Computer Science and Engineering, University of Washington, Seattle, WA 98195, USA fjayant,pedrod,[email protected] Received: date / Revised version: date Abstract On the Semantic Web, data will inevitably come and much of the potential of the Web has so far remained from many different ontologies, and information processing untapped. across ontologies is not possible without knowing the seman- In response, researchers have created the vision of the Se- tic mappings between them. Manually finding such mappings mantic Web [BLHL01], where data has structure and ontolo- is tedious, error-prone, and clearly not possible at the Web gies describe the semantics of the data. When data is marked scale. Hence, the development of tools to assist in the ontol- up using ontologies, softbots can better understand the se- ogy mapping process is crucial to the success of the Seman- mantics and therefore more intelligently locate and integrate tic Web. We describe GLUE, a system that employs machine data for a wide variety of tasks. The following example illus- learning techniques to find such mappings. Given two on- trates the vision of the Semantic Web. tologies, for each concept in one ontology GLUE finds the most similar concept in the other ontology. We give well- founded probabilistic definitions to several practical similar- Example 1 Suppose you want to find out more about some- ity measures, and show that GLUE can work with all of them.
    [Show full text]
  • Kgvec2go – Knowledge Graph Embeddings As a Service
    Proceedings of the 12th Conference on Language Resources and Evaluation (LREC 2020), pages 5641–5647 Marseille, 11–16 May 2020 c European Language Resources Association (ELRA), licensed under CC-BY-NC KGvec2go – Knowledge Graph Embeddings as a Service Jan Portisch (1,2), Michael Hladik (2), Heiko Paulheim (1) (1) University of Mannheim - Data and Web Science Group, (2) SAP SE (1) B 6, 26 68159 Mannheim, Germany (2) Dietmar-Hopp Allee 16, 60190, Walldorf, Germany [email protected], [email protected], [email protected] Abstract In this paper, we present KGvec2go, a Web API for accessing and consuming graph embeddings in a light-weight fashion in downstream applications. Currently, we serve pre-trained embeddings for four knowledge graphs. We introduce the service and its usage, and we show further that the trained models have semantic value by evaluating them on multiple semantic benchmarks. The evaluation also reveals that the combination of multiple models can lead to a better outcome than the best individual model. Keywords: RDF2Vec, knowledge graph embeddings, knowledge graphs, background knowledge resources 1. Introduction The data set presented here allows to compare the perfor- A knowledge graph (KG) stores factual information in the mance of different knowledge graph embeddings on differ- form of triples. Today, many such graphs exist for various ent application tasks. It further allows to combine embed- domains, are publicly available, and are being interlinked. dings from different knowledge graphs in downstream ap- As of 2019, the linked open data cloud (Schmachtenberg plications. We evaluated the embeddings on three semantic et al., 2014) counts more than 1,000 data sets with multiple gold standards and also explored the combination of em- billions of unique triples.1 Knowledge graphs are typically beddings.
    [Show full text]
  • An Efficient Wikipedia Semantic Matching Approach to Text Document Classification
    Information Sciences 393 (2017) 15–28 Contents lists available at ScienceDirect Information Sciences journal homepage: www.elsevier.com/locate/ins An efficient Wikipedia semantic matching approach to text document classification ∗ ∗ Zongda Wu a, , Hui Zhu b, , Guiling Li c, Zongmin Cui d, Hui Huang e, Jun Li e, Enhong Chen f, Guandong Xu g a Oujiang College, Wenzhou University, Wenzhou, Zhejiang, China b Wenzhou Vocational College of Science and Technology, Wenzhou, Zhejiang, China c School of Computer Science, China University of Geosciences, Wuhan, China d School of Information Science and Technology, Jiujiang University, Jiangxi, China e College of Physics and Electronic Information Engineering, Wenzhou University, Wenzhou, Zhejiang, China f School of Computer Science and Technology, University of Science and Technology of China, Hefei, Anhui, China g Faculty of Engineering and IT, University of Technology, Sydney, Australia a r t i c l e i n f o a b s t r a c t Article history: A traditional classification approach based on keyword matching represents each text doc- Received 28 July 2016 ument as a set of keywords, without considering the semantic information, thereby, re- Revised 6 January 2017 ducing the accuracy of classification. To solve this problem, a new classification approach Accepted 3 February 2017 based on Wikipedia matching was proposed, which represents each document as a con- Available online 7 February 2017 cept vector in the Wikipedia semantic space so as to understand the text semantics, and Keywords: has been demonstrated to improve the accuracy of classification. However, the immense Wikipedia matching Wikipedia semantic space greatly reduces the generation efficiency of a concept vector, re- Keyword matching sulting in a negative impact on the availability of the approach in an online environment.
    [Show full text]
  • A Survey of Schema Matching Research Using Database Schemas and Instances
    (IJACSA) International Journal of Advanced Computer Science and Applications, Vol. 8, No. 10, 2017 A Survey of Schema Matching Research using Database Schemas and Instances Ali A. Alwan Mogahed Alzeber International Islamic University Malaysia, IIUM, International Islamic University Malaysia, IIUM Kuala Lumpur, Malaysia Kuala Lumpur, Malaysia Azlin Nordin Abedallah Zaid Abualkishik International Islamic University Malaysia, IIUM College of Computer Information Technology Kuala Lumpur, Malaysia American University in the Emirates Dubai, United Arab Emirates Abstract—Schema matching is considered as one of the which might negatively influence in the process of integrating essential phases of data integration in database systems. The the data [3]. main aim of the schema matching process is to identify the correlation between schema which helps later in the data Many firms might attempt to integrate some developed integration process. The main issue concern of schema matching heterogeneous data sources where these businesses have is how to support the merging decision by providing the various databases, and each database might consist of a vast correspondence between attributes through syntactic and number of tables that encompass different attributes. The semantic heterogeneous in data sources. There have been a lot of heterogeneity in these data sources leads to increasing the attempts in the literature toward utilizing database instances to complexity of handling these data, which result in the need for detect the correspondence between attributes during schema data integration [4]. Identifying the conflicts of (syntax matching process. Many approaches based on instances have (structure) and semantic heterogeneity) between schemas is a been proposed aiming at improving the accuracy of the matching significant issue during data integration.
    [Show full text]
  • A Distributional Semantic Search Infrastructure for Linked Dataspaces
    A Distributional Semantic Search Infrastructure for Linked Dataspaces Andr´eFreitas, Se´an O’Riain, Edward Curry Digital Enterprise Research Institute (DERI) National University of Ireland, Galway Abstract. This paper describes and demonstrates a distributional se- mantic search service infrastructure for Linked Dataspaces. The center of the approach relies on the use of a distributional semantics infrastruc- ture to provide semantic search and query services over data for users and applications, improving data accessibility over the Dataspace. By ac- cessing the services through a REST API, users can semantically index and search over data using the distributional semantic knowledge embed- ded in the reference corpus. The use of distributional semantic models, which rely on the automatic extraction from large corpora, supports a comprehensive and approximative semantic matching mechanism with a low associated adaptation cost for the inclusion of new data sources. Keywords: Distributional Semantics, Semantic Matching, Semantic Search, Explicit Semantic Analysis, Dataspaces, Linked Data. 1 Motivation Within the realm of the Web and of Big Data, dataspaces where data is more complex, sparse and heterogeneous are becoming more common. Consuming this data demands applications and search/query mechanisms with the seman- tic flexibility necessary to cope with the semantic/vocabulary gap between users, different applications and data sources within the dataspace. Traditionally, con- suming structured data demands that users, applications and databases share the same vocabulary before data consumption, where the semantic matching process is done manually. As dataspaces grow in complexity, the ability to se- mantically search over data using one’s own vocabulary becomes a fundamental functionality for dataspaces.
    [Show full text]
  • YASA-M: a Semantic Web Service Matchmaker
    YASA-M : a semantic Web service matchmaker Yassin Chabeb, Samir Tata, Alain Ozanne To cite this version: Yassin Chabeb, Samir Tata, Alain Ozanne. YASA-M : a semantic Web service matchmaker. 24th IEEE International Conference on Advanced Information Networking and Applications (AINA 2010):, Apr 2010, Perth, Australia. pp.966 - 973, 10.1109/AINA.2010.122. hal-01356801 HAL Id: hal-01356801 https://hal.archives-ouvertes.fr/hal-01356801 Submitted on 26 Aug 2016 HAL is a multi-disciplinary open access L’archive ouverte pluridisciplinaire HAL, est archive for the deposit and dissemination of sci- destinée au dépôt et à la diffusion de documents entific research documents, whether they are pub- scientifiques de niveau recherche, publiés ou non, lished or not. The documents may come from émanant des établissements d’enseignement et de teaching and research institutions in France or recherche français ou étrangers, des laboratoires abroad, or from public or private research centers. publics ou privés. YASA-M: A Semantic Web Service Matchmaker Yassin Chabeb, Samir Tata, and Alain Ozanne TELECOM SudParis, CNRS UMR Samovar, Evry, France Email: fyassin.chabeb, samir.tata, [email protected] Abstract—In this paper, we present new algorithms for match- This paper is organized as follows. Section II presents a state ing Web services described in YASA4WSDL (YASA for short). of the art of semantic matching approaches. In Section III, We have already defined YASA that overcomes some issues we give an overview of our service description language then missing in WSDL or SAWSDL. In this paper, we continue on our contribution and show how YASA Web services are we detail our service matching algorithm.
    [Show full text]
  • Semantic Matching in Search
    Foundations and Trends⃝R in Information Retrieval Vol. 7, No. 5 (2013) 343–469 ⃝c 2014 H. Li and J. Xu DOI: 10.1561/1500000035 Semantic Matching in Search Hang Li Huawei Technologies, Hong Kong [email protected] Jun Xu Huawei Technologies, Hong Kong [email protected] Contents 1 Introduction 3 1.1 Query Document Mismatch ................. 3 1.2 Semantic Matching in Search ................ 5 1.3 Matching and Ranking ................... 9 1.4 Semantic Matching in Other Tasks ............. 10 1.5 Machine Learning for Semantic Matching in Search .... 11 1.6 About This Survey ...................... 14 2 Semantic Matching in Search 16 2.1 Mathematical View ..................... 16 2.2 System View ......................... 19 3 Matching by Query Reformulation 23 3.1 Query Reformulation .................... 24 3.2 Methods of Query Reformulation .............. 25 3.3 Methods of Similar Query Mining .............. 32 3.4 Methods of Search Result Blending ............. 38 3.5 Methods of Query Expansion ................ 41 3.6 Experimental Results .................... 44 4 Matching with Term Dependency Model 45 4.1 Term Dependency ...................... 45 ii iii 4.2 Methods of Matching with Term Dependency ....... 47 4.3 Experimental Results .................... 53 5 Matching with Translation Model 54 5.1 Statistical Machine Translation ............... 54 5.2 Search as Translation .................... 56 5.3 Methods of Matching with Translation ........... 59 5.4 Experimental Results .................... 61 6 Matching with Topic Model 63 6.1 Topic Models ........................ 64 6.2 Methods of Matching with Topic Model .......... 70 6.3 Experimental Results .................... 74 7 Matching with Latent Space Model 75 7.1 General Framework of Matching .............. 76 7.2 Latent Space Models ...................
    [Show full text]
  • A Library of Schema Matching Algorithms for Dataspace Management Systems
    A LIBRARY OF SCHEMA MATCHING ALGORITHMS FOR DATASPACE MANAGEMENT SYSTEMS A dissertation submitted to the University of Manchester for the degree of Master of Science in the Faculty of Engineering and Physical Sciences 2011 By Syed Zeeshanuddin School of Computer Science Contents Abstract 8 Declaration 10 Copyright 11 Acknowledgments 12 List of Abbreviations 13 1 Introduction 14 1.1 Aims and Objectives . 18 1.2 Overview Of Approach . 19 1.3 Summary of Achievements . 19 1.4 Dissertation Structure . 20 2 Background 22 2.1 Applications Of Schema Matching . 22 2.2 Review Of State-of-the-art Schema Matching Systems . 25 3 Overview 32 3.1 Taxonomy Of Schema Matching Algorithms . 32 3.1.1 Element-level Schema Matching . 33 3.1.2 Structure-level Schema Matching . 38 3.1.3 Instance-level Schema Matching . 39 3.2 String Matching Algorithms . 42 3.2.1 Distance Based . 42 3.2.2 N-gram Based . 43 3.2.3 Stem Based String Comparison . 44 2 3.2.4 Phonetics Based String Comparison . 44 4 Architecture 45 4.1 Development Methodology . 46 4.2 Prototype Design . 46 4.2.1 Use Case . 46 4.2.2 Flow Of Activities . 48 4.2.3 Prototype Components . 48 5 Algorithms 55 5.1 Element-level Schema Matchers . 55 5.1.1 Element-level Name-based Without Context . 55 5.1.2 Element-level Name-based With Context . 56 5.1.3 Element-level Domain-based Without Context . 56 5.1.4 Element-level Domain-based With Context . 56 5.2 Structure-level Schema Matcher .
    [Show full text]
  • A Distributional Semantic Search Infrastructure for Linked Dataspaces
    A Distributional Semantic Search Infrastructure for Linked Dataspaces Andr´eFreitas,Se´an O’Riain, and Edward Curry Digital Enterprise Research Institute (DERI) National University of Ireland, Galway Abstract. This paper describes and demonstrates a distributional se- mantic search service infrastructure for Linked Dataspaces. The center of the approach relies on the use of a distributional semantics infrastruc- ture to provide semantic search and query services over data for users and applications, improving data accessibility over the Dataspace. By ac- cessing the services through a REST API, users can semantically index and search over data using the distributional semantic knowledge embed- ded in the reference corpus. The use of distributional semantic models, which rely on the automatic extraction from large corpora, supports a comprehensive and approximative semantic matching mechanism with a low associated adaptation cost for the inclusion of new data sources. Keywords: Distributional Semantics, Semantic Matching, Semantic Search, Explicit Semantic Analysis, Dataspaces, Linked Data. 1 Motivation Within the realm of the Web and of Big Data, dataspaces where data is more complex, sparse and heterogeneous are becoming more common. Consuming this data demands applications and search/query mechanisms with the seman- tic flexibility necessary to cope with the semantic/vocabulary gap between users, different applications and data sources within the dataspace. Traditionally, con- suming structured data demands that users, applications and databases share the same vocabulary before data consumption, where the semantic matching process is done manually. As dataspaces grow in complexity, the ability to se- mantically search over data using one’s own vocabulary becomes a fundamental functionality for dataspaces.
    [Show full text]
  • A Semantic Tag Recommendation Framework for Collaborative Tagging Systems
    See discussions, stats, and author profiles for this publication at: https://www.researchgate.net/publication/220876230 A Semantic Tag Recommendation Framework for Collaborative Tagging Systems Conference Paper · October 2011 DOI: 10.1109/PASSAT/SocialCom.2011.170 · Source: DBLP CITATIONS READS 2 89 3 authors, including: Konstantinos N. Vavliakis Pericles A. Mitkas Aristotle University of Thessaloniki Aristotle University of Thessaloniki 21 PUBLICATIONS 60 CITATIONS 272 PUBLICATIONS 1,634 CITATIONS SEE PROFILE SEE PROFILE All content following this page was uploaded by Pericles A. Mitkas on 06 April 2014. The user has requested enhancement of the downloaded file. All in-text references underlined in blue are added to the original document and are linked to publications on ResearchGate, letting you access and read them immediately. 2011 IEEE International Conference on Privacy, Security, Risk, and Trust, and IEEE International Conference on Social Computing A Semantic Tag Recommendation Framework for Collaborative Tagging Systems Zinovia I. Alepidou∗, Konstantinos N. Vavliakis∗,† and Pericles A. Mitkas∗,† ∗Electrical and Computer Engineering, Aristotle University of Thessaloniki †Informatics and Telematics Institute, CERTH Thessaloniki, Greece Email: [email protected], [email protected], [email protected] Abstract—In this work we focus on folksonomies. Our goal is II. RELATED WORK to develop techniques that coordinate information processing, by taking advantage of user preferences, in order to auto- Numerous methodologies, such as statistical models, mul- matically produce semantic tag recommendations. To this end, tilabel classifiers and collaborative systems that combine we propose a generalized tag recommendation framework that conveys the semantics of resources according to different user information from multiple resources have been proposed profiles.
    [Show full text]