FrameNet Semantic Role Classification by Analogy

arXiv cs.CL / 3/23/2026

📰 NewsIdeas & Deep AnalysisModels & Research

Key Points

  • The paper proposes a relational, analogy-based approach to semantic role classification in FrameNet, modeling analogies as relations over frame evoking lexical units and frame element pairs to build a new dataset.
  • Semantic Role Classification is reframed as a binary classification task, trained with a lightweight artificial neural network that converges rapidly with few parameters.
  • Unlike typical SRL models, semantic roles are not provided to the network during training; they are recovered at inference by sampling candidates and transferring analogies within a frame.
  • The approach achieves state-of-the-art results while maintaining computational efficiency and frugality.

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 | AI Navigate