Table of Contents
Fetching ...

FrameNet Semantic Role Classification by Analogy

Van-Duy Ngo, Stergos Afantenos, Emiliano Lorini, Miguel Couceiro

Abstract

In this paper, we adopt a relational view of analogies applied to Semantic Role Classification in FrameNet. We define analogies as formal relations over the Cartesian product of frame evoking lexical units (LUs) and frame element (FEs) pairs, which we use to construct a new dataset. Each element of this binary relation is labelled as a valid analogical instance if the frame elements share the same semantic role, or as invalid otherwise. This formulation allows us to transform Semantic Role Classification into binary classification and train a lightweight Artificial Neural Network (ANN) that exhibits rapid convergence with minimal parameters. Unconventionally, no Semantic Role information is introduced to the neural network during training. We recover semantic roles during inference by computing probability distributions over candidates of all semantic roles within a given frame through random sampling and analogical transfer. This approach allows us to surpass previous state-of-the-art results while maintaining computational efficiency and frugality.

FrameNet Semantic Role Classification by Analogy

Abstract

In this paper, we adopt a relational view of analogies applied to Semantic Role Classification in FrameNet. We define analogies as formal relations over the Cartesian product of frame evoking lexical units (LUs) and frame element (FEs) pairs, which we use to construct a new dataset. Each element of this binary relation is labelled as a valid analogical instance if the frame elements share the same semantic role, or as invalid otherwise. This formulation allows us to transform Semantic Role Classification into binary classification and train a lightweight Artificial Neural Network (ANN) that exhibits rapid convergence with minimal parameters. Unconventionally, no Semantic Role information is introduced to the neural network during training. We recover semantic roles during inference by computing probability distributions over candidates of all semantic roles within a given frame through random sampling and analogical transfer. This approach allows us to surpass previous state-of-the-art results while maintaining computational efficiency and frugality.
Paper Structure (13 sections, 7 equations, 4 figures, 6 tables)

This paper contains 13 sections, 7 equations, 4 figures, 6 tables.

Figures (4)

  • Figure 1: An example of an annotated sentence for the frame type triggered by decline.v.
  • Figure 2: Architecture of our pipeline
  • Figure 3: Training statistics wrt checkpoints
  • Figure 4: Semantic parsing workflows with two distinct semantic role classifiers