Efficient Pruning of Large Knowledge Graphs

Abstract

In this paper we present an efficient and highly accurate algorithm to prune noisy or over-ambiguous knowledge graphs given as input an extensional definition of a domain of interest, namely as a set of instances or concepts. Our method climbs the graph in a bottom-up fashion, iteratively layering the graph and pruning nodes and edges in each layer while not compromising the connectivity of the set of input nodes. Iterative layering and protection of pre-defined nodes allow to extract semantically coherent DAG structures from noisy or over-ambiguous cyclic graphs, without loss of information and without incurring in computational bottlenecks, which are the main problem of state-of-the-art methods for cleaning large, i.e., Web-scale, knowledge graphs. We apply our algorithm to the tasks of pruning automatically acquired taxonomies using benchmarking data from a SemEval evaluation exercise, as well as the extraction of a domain-adapted taxonomy from the Wikipedia category hierarchy. The results show the superiority of our approach over state-of-art algorithms in terms of both output quality and computational efficiency.

Cite

Text

Faralli et al. "Efficient Pruning of Large Knowledge Graphs." International Joint Conference on Artificial Intelligence, 2018. doi:10.24963/IJCAI.2018/564

Markdown

[Faralli et al. "Efficient Pruning of Large Knowledge Graphs." International Joint Conference on Artificial Intelligence, 2018.](https://mlanthology.org/ijcai/2018/faralli2018ijcai-efficient/) doi:10.24963/IJCAI.2018/564

BibTeX

@inproceedings{faralli2018ijcai-efficient,
  title     = {{Efficient Pruning of Large Knowledge Graphs}},
  author    = {Faralli, Stefano and Finocchi, Irene and Ponzetto, Simone Paolo and Velardi, Paola},
  booktitle = {International Joint Conference on Artificial Intelligence},
  year      = {2018},
  pages     = {4055-4063},
  doi       = {10.24963/IJCAI.2018/564},
  url       = {https://mlanthology.org/ijcai/2018/faralli2018ijcai-efficient/}
}