Closed lexmen318 closed 4 years ago
Because sometimes the value of the slot doesn't appear in the utterance:
Also, a simple string matching algorithm can help you get the span info easily. By the way, the original MultiWOZ doesn't have span info.
To get the span automatically, you can refer to https://github.com/thu-coai/CrossWOZ/blob/master/convlab2/nlu/jointBERT/crosswoz/preprocess.py
OK. Thx a lot for your reply on time! However, I would like to share my understanding: 1) span info is very helpful for NLU module to catch attention to the slots; 2) for those slots that does not exactly equal to there appearance inside utterances, that's much more helpful, just like teaching a language learner to understand some words' real implication.
Even some entities may not occur in the utterance, I agree with @lexmen318 that span info is even more important in this case.
Hi,
I wonder why not add span info for slots, just like MultiWOZ?
Thx a lot!