You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What the meaning of ”discover new intents“?
"we set BookRestaurant and SearchCreativeWork as unknown in training set. Our method is still able to find out these intents."
As shown in the paper, the two unknown intents also need to know their label name? If there is a query with intent which is totally different from any known and unknown intents in the training data, which the predicted intent will be? It will be one in the training data?
The text was updated successfully, but these errors were encountered:
Q1) In this work, discovering new intents means finding new categories rather than new labels. It is because we do not know the true label of new intents in real-world scenarios. However, it is also valuable to discover new group of samples with the same intent, which is helpful to save time and human-labour to anotate the new label.
We hope to use known intent labeled data for learning pair-wise similarities and transfer the knowledge to group the unlabeled known and new intents. We only use the true labels for evaluating the performance of the clustering during testing.
Q2) Each query will be assigned to its corresponding cluster by learning pair-wise similarities. We mainly focus on the meaningful intents with a group of samples, so a single anomalous sample does not matter.
What the meaning of ”discover new intents“?
"we set BookRestaurant and SearchCreativeWork as unknown in training set. Our method is still able to find out these intents."
As shown in the paper, the two unknown intents also need to know their label name? If there is a query with intent which is totally different from any known and unknown intents in the training data, which the predicted intent will be? It will be one in the training data?
The text was updated successfully, but these errors were encountered: