Online Query Relaxation via Bayesian Causal Structures Discovery

Abstract

We introduce a novel algorithm, TOQR, for relaxing failed queries over databases; i.e., over-constrained DNF queries that return an empty result. TOQR uses a small dataset to discover the implicit relationships among the domain attributes, and then it exploits this domain knowledge to relax the failed query. TOQR starts with a relaxed query that does not include any constraint, and it tries to add to it as many as possible of the original constraints or their relaxations. The order in which the constraints are added is derived from the domain's causal structure, which is learned by applying the TAN algorithm to the small training dataset. Our experiments show that TOQR clearly outperforms other approaches: even when trained on a handful of examples, it successfully relaxes more that 97% of the failed queries; furthermore, TOQR's relaxed queries are highly similar to the original failed query.

Cite

Text

Muslea and Lee. "Online Query Relaxation via Bayesian Causal Structures Discovery." AAAI Conference on Artificial Intelligence, 2005.

Markdown

[Muslea and Lee. "Online Query Relaxation via Bayesian Causal Structures Discovery." AAAI Conference on Artificial Intelligence, 2005.](https://mlanthology.org/aaai/2005/muslea2005aaai-online/)

BibTeX

@inproceedings{muslea2005aaai-online,
  title     = {{Online Query Relaxation via Bayesian Causal Structures Discovery}},
  author    = {Muslea, Ion and Lee, Thomas J.},
  booktitle = {AAAI Conference on Artificial Intelligence},
  year      = {2005},
  pages     = {831-836},
  url       = {https://mlanthology.org/aaai/2005/muslea2005aaai-online/}
}