namisan / mt-dnn

Multi-Task Deep Neural Networks for Natural Language Understanding
MIT License
2.22k stars 412 forks source link

sequence labeling for sentences #142

Open antgr opened 4 years ago

antgr commented 4 years ago

It would be nice to have a capability that I can give a dataset with labels at sentence level, but which will be treated as a sequential task. example: [B-label1, I-label1, O], ["this is a sentence", "this is another sentence"]

Thank you

namisan commented 4 years ago

I would like to support such task if there is a dataset. But it may take a while since I'm quite busy for other matters.

antgr commented 4 years ago

Hi, thanks. Here is an example of such a dataset: https://raw.githubusercontent.com/titipata/detecting-scientific-claim/master/dataset/train_labels.json