Reviewing Labels: Label Graph Network with Top-K Prediction Set for Relation Extraction

Abstract

The typical way for relation extraction is fine-tuning large pre-trained language models on task-specific datasets, then selecting the label with the highest probability of the output distribution as the final prediction. However, the usage of the Top-k prediction set for a given sample is commonly overlooked. In this paper, we first reveal that the Top-k prediction set of a given sample contains useful information for predicting the correct label. To effectively utilizes the Top-k prediction set, we propose Label Graph Network with Top-k Prediction Set, termed as KLG. Specifically, for a given sample, we build a label graph to review candidate labels in the Top-k prediction set and learn the connections between them. We also design a dynamic k selection mechanism to learn more powerful and discriminative relation representation. Our experiments show that KLG achieves the best performances on three relation extraction datasets. Moreover, we observe thatKLG is more effective in dealing with long-tailed classes.

Cite

Text

Li et al. "Reviewing Labels: Label Graph Network with Top-K Prediction Set for Relation Extraction." AAAI Conference on Artificial Intelligence, 2023. doi:10.1609/AAAI.V37I11.26533

Markdown

[Li et al. "Reviewing Labels: Label Graph Network with Top-K Prediction Set for Relation Extraction." AAAI Conference on Artificial Intelligence, 2023.](https://mlanthology.org/aaai/2023/li2023aaai-reviewing/) doi:10.1609/AAAI.V37I11.26533

BibTeX

@inproceedings{li2023aaai-reviewing,
  title     = {{Reviewing Labels: Label Graph Network with Top-K Prediction Set for Relation Extraction}},
  author    = {Li, Bo and Ye, Wei and Zhang, Jinglei and Zhang, Shikun},
  booktitle = {AAAI Conference on Artificial Intelligence},
  year      = {2023},
  pages     = {13051-13058},
  doi       = {10.1609/AAAI.V37I11.26533},
  url       = {https://mlanthology.org/aaai/2023/li2023aaai-reviewing/}
}