Skip to content
This repository was archived by the owner on Jan 10, 2023. It is now read-only.
This repository was archived by the owner on Jan 10, 2023. It is now read-only.

SLING with many frames on a small dataset #446

@JoshuaMathias

Description

@JoshuaMathias

These questions are about using SLING on a small data set.

Motivation for using SLING: SLING appears to be unique in providing a good framework for specifying and training on arbitrary entity relationships that originate from text, while still allowing entities that are not directly tied to specific tokens.

However, on limited data, my confidence in SLING is based on the following assumptions:

  1. Specifying many entities (frames) that are based on logical relationships will aid training (a different kind of feature engineering). Some identification of entities and their relationships is complex, and other aspects are logic-based. If the logical relationships and hierarchies are specified, then the model will only need to focus on what's not specified, as long as it's able to handle a large amount of entities with a small dataset. So the main problem to avoid would be overfitting, but if I understand right specifying more related entities to keep things in check can help to not overfit.
  2. The use of hierarchical frames helps leverage the training data. For example, there are some features (in the text) consistent for all sub-frames of the parent frame, and some things unique among the sub-frames. Will the SLING model take advantage of this in the training data? My intuition is yes, since once it identifies the parent, it knows that the children must meet the requirements of the parent.

I'd appreciate any insights you have or corrections to my understanding. Thank you.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions