Frame Semantic Role Labeling Using Arbitrary-Order Conditional Random Fields

Abstract

This paper presents an approach to frame semantic role labeling (FSRL), a task in natural language processing that identifies semantic roles within a text following the theory of frame semantics. Unlike previous approaches which do not adequately model correlations and interactions amongst arguments, we propose arbitrary-order conditional random fields (CRFs) that are capable of modeling full interaction amongst an arbitrary number of arguments of a given predicate. To achieve tractable representation and inference, we apply canonical polyadic decomposition to the arbitrary-order factor in our proposed CRF and utilize mean-field variational inference for approximate inference. We further unfold our iterative inference procedure into a recurrent neural network that is connected to our neural encoder and scorer, enabling end-to-end training and inference. Finally, we also improve our model with several techniques such as span-based scoring and decoding. Our experiments show that our approach achieves state-of-the-art performance in FSRL.

Cite

Text

Ai and Tu. "Frame Semantic Role Labeling Using Arbitrary-Order Conditional Random Fields." AAAI Conference on Artificial Intelligence, 2024. doi:10.1609/AAAI.V38I16.29715

Markdown

[Ai and Tu. "Frame Semantic Role Labeling Using Arbitrary-Order Conditional Random Fields." AAAI Conference on Artificial Intelligence, 2024.](https://mlanthology.org/aaai/2024/ai2024aaai-frame/) doi:10.1609/AAAI.V38I16.29715

BibTeX

@inproceedings{ai2024aaai-frame,
  title     = {{Frame Semantic Role Labeling Using Arbitrary-Order Conditional Random Fields}},
  author    = {Ai, Chaoyi and Tu, Kewei},
  booktitle = {AAAI Conference on Artificial Intelligence},
  year      = {2024},
  pages     = {17638-17646},
  doi       = {10.1609/AAAI.V38I16.29715},
  url       = {https://mlanthology.org/aaai/2024/ai2024aaai-frame/}
}