Relation
Learning Frame Embeddings
Replace the focus verb with its FrameNet frame label (either provided in the Gold data, or tagged via the parser), and train embedding models(word2vec skip-gram Glove, and Fast-Text) on the resulting data.
This yields joint embedding spaces that contain both common words and FrameNet frame embeddings.
Evaluation metrics:
- This lexical metric (lex) evaluates whether the frame embedding is similar to words within its frame and dissimilar to those without.
- The structural similarity metric str is evaluating whether the frame embeddings are more similar around their neighbors as FrameNet also contains linking relations between frames (eg. used-by, uses), yielding a hierarchy of connected frames.

0
1
Updated 2023-02-12
Tags
Natural language processing
Data Science