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
training Dataset used was In B-I-O format Begin Inside Out format
but for some of the predictions it shows I-LOC without B-LOC
If I assume correctly, Inside should be always after Begin ... Any thoughts where it is going wrong?
Is there any way to control this transitions
The text was updated successfully, but these errors were encountered:
@varshachawan , as @iampuntre pointed out, using a CRF should prevent you from such patterns, but because there is no actual mechanisms that strictly enforces it, it's still technically possible that this happens in your predictions. Remember, the model knows nothing about the tagging scheme, it's just trying to predict the right tags.
@guillaumegenthial
If I assume correctly, Inside should be always after Begin ... Any thoughts where it is going wrong?
Is there any way to control this transitions
The text was updated successfully, but these errors were encountered: