Build vocab from training sentences and parse sentences to token_ids
Question - how to handle entities that are part of the relationship?
Treat them as all other words at this stage, or replace with placeholders now - e.g. treat similar to the unknown word as special tokens?
Build vocab from training sentences and parse sentences to token_ids
Question - how to handle entities that are part of the relationship?
Treat them as all other words at this stage, or replace with placeholders now - e.g. treat similar to the unknown word as special tokens?