Skip to content

Classification of subsequences or spans of tokens #89

Answered by edobobo
JuanFF asked this question in Q&A
Discussion options

You must be logged in to vote

Hi Juan,

Actually I would still use the token-level classification task with the BILOU formulation.
So your sequence of tokens would be labeled like this:

  • hello -> B-X
  • there -> L-X
  • my -> B-Y
  • name -> I-Y
  • is -> I-Y
  • Juan -> L-Y
  • what -> B-Z
  • 's -> I-Z
  • your -> I-Z
  • name -> L-Z

hope this will help you!
Out of curiosity, what are you using Classy for?

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@JuanFF
Comment options

@edobobo
Comment options

Answer selected by edobobo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants