Semi-Structured Document Annotation Using Entity and Relation Types

Abstract

Semi-structured documents such as web-pages and reports contain text units with complex structure connecting these. We motivate and address the problem of annotating such semi-structured documents using a knowledge graph schema with entity and relation types. This poses significant challenges not addressed by the existing literature. The latent document structure needs to be recovered, and paths in the latent structure need to be jointly annotated with entities and relationships. We present a two stage solution. First, the most likely document structure is recovered by structure search using a probabilistic graphical model. Next, nodes and edges in the recovered document structure are jointly annotated using a probabilistic logic program, considering logical constraints as well as uncertainty. We additionally discover new entity and relation types beyond those in the specified schema. We perform experiments on real webpage and complex table data to show that our model outperforms existing table and webpage annotation models for entity and relation annotation.

Cite

Text

Kundu et al. "Semi-Structured Document Annotation Using Entity and Relation Types." European Conference on Machine Learning and Principles and Practice of Knowledge Discovery in Databases, 2021. doi:10.1007/978-3-030-86523-8_4

Markdown

[Kundu et al. "Semi-Structured Document Annotation Using Entity and Relation Types." European Conference on Machine Learning and Principles and Practice of Knowledge Discovery in Databases, 2021.](https://mlanthology.org/ecmlpkdd/2021/kundu2021ecmlpkdd-semistructured/) doi:10.1007/978-3-030-86523-8_4

BibTeX

@inproceedings{kundu2021ecmlpkdd-semistructured,
  title     = {{Semi-Structured Document Annotation Using Entity and Relation Types}},
  author    = {Kundu, Arpita and Ghosh, Subhasis and Bhattacharya, Indrajit},
  booktitle = {European Conference on Machine Learning and Principles and Practice of Knowledge Discovery in Databases},
  year      = {2021},
  pages     = {52-68},
  doi       = {10.1007/978-3-030-86523-8_4},
  url       = {https://mlanthology.org/ecmlpkdd/2021/kundu2021ecmlpkdd-semistructured/}
}