Building Expressive and Tractable Probabilistic Generative Models: A Review

Abstract

Document-level relation extraction (Doc-RE) aims to extract relations between entities across multiple sentences. Therefore, Doc-RE requires more comprehensive reasoning abilities like humans, involving complex cross-sentence interactions between entities, contexts, and external general knowledge, compared to the sentence-level RE. However, most existing Doc-RE methods focus on optimizing single reasoning ability, but lack the ability to utilize external knowledge for comprehensive reasoning on long documents. To solve these problems, a knowledge retrieval augmented method, named KnowRA, was proposed with comprehensive reasoning to autonomously determine whether to accept external knowledge to assist Doc-RE. Firstly, we constructed a document graph for semantic encoding and integrated the co-reference resolution model to augment the co-reference reasoning ability. Then, we expanded the document graph into a document knowledge graph by retrieving the external knowledge base for common-sense reasoning and a novel knowledge filtration method was presented to filter out irrelevant knowledge. Finally, we proposed the axis attention mechanism to build direct and indirect associations with intermediary entities for achieving cross-sentence logical reasoning. Extensive experiments conducted on two datasets verified the effectiveness of our method compared to the state-of-the-art baselines. Our code is available at https://anonymous.4open.science/r/KnowRA.

Cite

Text

Sidheekh and Natarajan. "Building Expressive and Tractable Probabilistic Generative Models: A Review." International Joint Conference on Artificial Intelligence, 2024. doi:10.24963/ijcai.2024/910

Markdown

[Sidheekh and Natarajan. "Building Expressive and Tractable Probabilistic Generative Models: A Review." International Joint Conference on Artificial Intelligence, 2024.](https://mlanthology.org/ijcai/2024/sidheekh2024ijcai-building/) doi:10.24963/ijcai.2024/910

BibTeX

@inproceedings{sidheekh2024ijcai-building,
  title     = {{Building Expressive and Tractable Probabilistic Generative Models: A Review}},
  author    = {Sidheekh, Sahil and Natarajan, Sriraam},
  booktitle = {International Joint Conference on Artificial Intelligence},
  year      = {2024},
  pages     = {8234-8243},
  doi       = {10.24963/ijcai.2024/910},
  url       = {https://mlanthology.org/ijcai/2024/sidheekh2024ijcai-building/}
}