monologg / JointBERT

Pytorch implementation of JointBERT: "BERT for Joint Intent Classification and Slot Filling"
Apache License 2.0
662 stars 186 forks source link

对于英文中一个词被划分成多个部分,使得与标签序列对应不上的问题如何解决? #20

Open 1535966643 opened 3 years ago

1535966643 commented 3 years ago

对于序列标注任务,一个单词被划分为多个部分,导致输入的token序列长于标签序列,如何解决