A Semantic Approach to Keyword Search over Relational Databases

0
94

Authors: Mong Li Lee, Tok Wang Ling, Zhifeng Bao, Zhong Zeng

Tags: 2013, conceptual modeling

Research in relational keyword search has been focused on the efficient computation of results as well as strategies to rank and output the most relevant ones. However, the challenge to retrieve the intended results remains. Existing relational keyword search techniques suffer from the problem of returning overwhelming number of results, many of which may not be useful. In this work, we adopt a semantic approach to relational keyword search via an Object-Relationship-Mixed data graph. This graph is constructed based on database schema constraints to capture the semantics of objects and relationships in the data. Each node in the ORM data graph represents either an object, or a relationship, or both. We design an algorithm that utilizes the ORM data graph to process keyword queries. Experiment results show our approach returns more informative results compared to existing methods, and is efficient.

Read the full paper here: https://link.springer.com/chapter/10.1007/978-3-642-41924-9_21