Skip to main content
Erschienen in: Journal of Intelligent Information Systems 3/2012

01.06.2012

SMARTINT: using mined attribute dependencies to integrate fragmented web databases

verfasst von: Ravi Gummadi, Anupam Khulbe, Aravind Kalavagattu, Sanil Salvi, Subbarao Kambhampati

Erschienen in: Journal of Intelligent Information Systems | Ausgabe 3/2012

Einloggen

Aktivieren Sie unsere intelligente Suche, um passende Fachinhalte oder Patente zu finden.

search-config
loading …

Abstract

Many web databases can be seen as providing partial and overlapping information about entities in the world. To answer queries effectively, we need to integrate the information about the individual entities that are fragmented over multiple sources. At first blush this is just the inverse of traditional database normalization problem—rather than go from a universal relation to normalized tables, we want to reconstruct the universal relation given the tables (sources). The standard way of reconstructing the entities will involve joining the tables. Unfortunately, because of the autonomous and decentralized way in which the sources are populated, they often do not have Primary Key–Foreign Key relations. While tables may share attributes, naive joins over these shared attributes can result in reconstruction of many spurious entities thus seriously compromising precision. Our system, SmartInt is aimed at addressing the problem of data integration in such scenarios. Given a query, our system uses the Approximate Functional Dependencies (AFDs) to piece together a tree of relevant tables to answer it. The result tuples produced by our system are able to strike a favorable balance between precision and recall.

Sie haben noch keine Lizenz? Dann Informieren Sie sich jetzt über unsere Produkte:

Springer Professional "Wirtschaft+Technik"

Online-Abonnement

Mit Springer Professional "Wirtschaft+Technik" erhalten Sie Zugriff auf:

  • über 102.000 Bücher
  • über 537 Zeitschriften

aus folgenden Fachgebieten:

  • Automobil + Motoren
  • Bauwesen + Immobilien
  • Business IT + Informatik
  • Elektrotechnik + Elektronik
  • Energie + Nachhaltigkeit
  • Finance + Banking
  • Management + Führung
  • Marketing + Vertrieb
  • Maschinenbau + Werkstoffe
  • Versicherung + Risiko

Jetzt Wissensvorsprung sichern!

Springer Professional "Technik"

Online-Abonnement

Mit Springer Professional "Technik" erhalten Sie Zugriff auf:

  • über 67.000 Bücher
  • über 390 Zeitschriften

aus folgenden Fachgebieten:

  • Automobil + Motoren
  • Bauwesen + Immobilien
  • Business IT + Informatik
  • Elektrotechnik + Elektronik
  • Energie + Nachhaltigkeit
  • Maschinenbau + Werkstoffe




 

Jetzt Wissensvorsprung sichern!

Springer Professional "Wirtschaft"

Online-Abonnement

Mit Springer Professional "Wirtschaft" erhalten Sie Zugriff auf:

  • über 67.000 Bücher
  • über 340 Zeitschriften

aus folgenden Fachgebieten:

  • Bauwesen + Immobilien
  • Business IT + Informatik
  • Finance + Banking
  • Management + Führung
  • Marketing + Vertrieb
  • Versicherung + Risiko




Jetzt Wissensvorsprung sichern!

Fußnoten
1
In other words, web data sources can be seen as resulting from an ad hoc normalization followed by the attribute name change.
 
2
Presently we give equal weight to all the attributes in the system, this can be generalized to account for attributes with different levels of importance.
 
3
Cumulative Confidence is defined as product of the confidences of all the dependencies in a chain.
 
4
At first blush, pruning highly specific AFDs seems to hurt the precision, but in the current set of experiements specificity based pruning reduced the total running time and did not effect the accuracy.
 
Literatur
Zurück zum Zitat Agrawal, R., & Srikant, R. (1994). Fast algorithms for mining association rules in large databases. VLDB. Agrawal, R., & Srikant, R. (1994). Fast algorithms for mining association rules in large databases. VLDB.
Zurück zum Zitat Balmin, A., Hristidis, V., & Papakonstantinou, Y. (2004). Objectrank: Authority-based keyword search in databases. In: VLDB. Balmin, A., Hristidis, V., & Papakonstantinou, Y. (2004). Objectrank: Authority-based keyword search in databases. In: VLDB.
Zurück zum Zitat Bhalotia, G., Hulgeri, A., Nakhe, C., Chakrabarti, S., Sudarshan, S., & Bombay, I. (2002). Keyword searching and browsing in databases using banks. ICDE. Bhalotia, G., Hulgeri, A., Nakhe, C., Chakrabarti, S., Sudarshan, S., & Bombay, I. (2002). Keyword searching and browsing in databases using banks. ICDE.
Zurück zum Zitat DeMichiel, L. (1989). Resolving database incompatibility: An approach to performing relational operations over mismatched domains. IEEE Transactions on Knowledge and Data Engineering, 1(4), 485–493.CrossRef DeMichiel, L. (1989). Resolving database incompatibility: An approach to performing relational operations over mismatched domains. IEEE Transactions on Knowledge and Data Engineering, 1(4), 485–493.CrossRef
Zurück zum Zitat Gummadi, R., Khulbe, A., Kalavagattu, A., Salvi, S., & Kambhampati, S. (2010). Smartint: A system for answering queries over web databases using attribute dependencies. ICDE (Demo). Gummadi, R., Khulbe, A., Kalavagattu, A., Salvi, S., & Kambhampati, S. (2010). Smartint: A system for answering queries over web databases using attribute dependencies. ICDE (Demo).
Zurück zum Zitat Gummadi, R., Khulbe, A., Kalavagattu, A., Salvi, S., & Kambhampati, S. (2011). SmartInt: Using mined attribute dependencies to integrate fragmented web databases. WWW (Poster). Gummadi, R., Khulbe, A., Kalavagattu, A., Salvi, S., & Kambhampati, S. (2011). SmartInt: Using mined attribute dependencies to integrate fragmented web databases. WWW (Poster).
Zurück zum Zitat Halevy, A. Y. (2001). Answering queries using views: A survey. The VLDB Journal, 10(4), 270–294.CrossRef Halevy, A. Y. (2001). Answering queries using views: A survey. The VLDB Journal, 10(4), 270–294.CrossRef
Zurück zum Zitat Hristidis V., & Papakonstantinou, Y. (2002). Discover: Keyword search in relational databases. In: VLDB. Hristidis V., & Papakonstantinou, Y. (2002). Discover: Keyword search in relational databases. In: VLDB.
Zurück zum Zitat Huhtala, Y., Kärkkäinen, J., Porkka, P., & Toivonen, H. (1999). TANE: An efficient algorithm for discovering functional and approximate dependencies. The Computer Journal, 42(2), 100–111.CrossRef Huhtala, Y., Kärkkäinen, J., Porkka, P., & Toivonen, H. (1999). TANE: An efficient algorithm for discovering functional and approximate dependencies. The Computer Journal, 42(2), 100–111.CrossRef
Zurück zum Zitat Ilyas, I. F., Markl, V., Haas, P., Brown, P., & Aboulnaga, A. (2004). Cords: Automatic discovery of correlations and soft functional dependencies. In SIGMOD. Ilyas, I. F., Markl, V., Haas, P., Brown, P., & Aboulnaga, A. (2004). Cords: Automatic discovery of correlations and soft functional dependencies. In SIGMOD.
Zurück zum Zitat Kalavagattu, A. (2008). Mining approximate functional dependencies as condensed representations of association rules. Master’s thesis, Arizona State University. Kalavagattu, A. (2008). Mining approximate functional dependencies as condensed representations of association rules. Master’s thesis, Arizona State University.
Zurück zum Zitat Kambhampati, S., Lambrecht, E., Nambiar, U., Nie, Z., & Senthil, G. (2004). Optimizing recursive information gathering plans in emerac. Journal of Intelligent Information Systems, 22, 119–153.CrossRef Kambhampati, S., Lambrecht, E., Nambiar, U., Nie, Z., & Senthil, G. (2004). Optimizing recursive information gathering plans in emerac. Journal of Intelligent Information Systems, 22, 119–153.CrossRef
Zurück zum Zitat Larson, J., Navathe, S., & Elmasri, R. (1989). A theory of attributed equivalence in databases with application to schema integration. IEEE Transaction on Software Engineering, 15, 258–274.CrossRef Larson, J., Navathe, S., & Elmasri, R. (1989). A theory of attributed equivalence in databases with application to schema integration. IEEE Transaction on Software Engineering, 15, 258–274.CrossRef
Zurück zum Zitat Lenzerini, M. (2002). Data integration: A theoretical perspective. In PODS (pp. 233–246). Lenzerini, M. (2002). Data integration: A theoretical perspective. In PODS (pp. 233–246).
Zurück zum Zitat Li, W.-S., & Clifton, C. (1995). Semint: A system prototype for semantic integration in heterogeneous databases. In SIGMOD. Li, W.-S., & Clifton, C. (1995). Semint: A system prototype for semantic integration in heterogeneous databases. In SIGMOD.
Zurück zum Zitat Lim, E.-P., Srivastava, J., Prabhakar, S., & Richardson, J. (1993). Entity identification in database integration. In Proc. ICDE (pp. 294–301). Lim, E.-P., Srivastava, J., Prabhakar, S., & Richardson, J. (1993). Entity identification in database integration. In Proc. ICDE (pp. 294–301).
Zurück zum Zitat Melnik, S., Garcia-Molina, H., & Rahm, E. (2002). Similarity flooding: A versatile graph matching algorithm and its application to schema matching. In ICDE. Melnik, S., Garcia-Molina, H., & Rahm, E. (2002). Similarity flooding: A versatile graph matching algorithm and its application to schema matching. In ICDE.
Zurück zum Zitat Nambiar U., & Kambhampati, S. (2006). Answering imprecise queries over autonomous web databases. In ICDE (p. 45). Nambiar U., & Kambhampati, S. (2006). Answering imprecise queries over autonomous web databases. In ICDE (p. 45).
Zurück zum Zitat Oan, A., Domingos, P., & Halevy, A. Y. (2003). Learning to match the schemas of data sources: A multistrategy approach. Machine Learning, 50(3), 279–301.CrossRef Oan, A., Domingos, P., & Halevy, A. Y. (2003). Learning to match the schemas of data sources: A multistrategy approach. Machine Learning, 50(3), 279–301.CrossRef
Zurück zum Zitat Sayyadian, M., LeKhac, H., Doan, A., & Gravano, L. (2007). Efficient keyword search across heterogeneous relational databases. ICDE. Sayyadian, M., LeKhac, H., Doan, A., & Gravano, L. (2007). Efficient keyword search across heterogeneous relational databases. ICDE.
Zurück zum Zitat Wolf, G., Khatri, H., Chokshi, B., Fan, J., Chen, Y., & Kambhampati, S. (2007). Query processing over incomplete autonomous databases. In VLDB. Wolf, G., Khatri, H., Chokshi, B., Fan, J., Chen, Y., & Kambhampati, S. (2007). Query processing over incomplete autonomous databases. In VLDB.
Metadaten
Titel
SMARTINT: using mined attribute dependencies to integrate fragmented web databases
verfasst von
Ravi Gummadi
Anupam Khulbe
Aravind Kalavagattu
Sanil Salvi
Subbarao Kambhampati
Publikationsdatum
01.06.2012
Verlag
Springer US
Erschienen in
Journal of Intelligent Information Systems / Ausgabe 3/2012
Print ISSN: 0925-9902
Elektronische ISSN: 1573-7675
DOI
https://doi.org/10.1007/s10844-011-0169-0

Weitere Artikel der Ausgabe 3/2012

Journal of Intelligent Information Systems 3/2012 Zur Ausgabe