You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 10, 2023. It is now read-only.
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:
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.
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.