monologg / JointBERT

Pytorch implementation of JointBERT: "BERT for Joint Intent Classification and Slot Filling"

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

1535966643 opened this issue · comments

commented

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