DST-STAR icon indicating copy to clipboard operation
DST-STAR copied to clipboard

Model test results for filling slots with incorrect values

Open elnaz776655 opened this issue 4 years ago • 2 comments

Hi. Thanks for your interesting article. I have a question. In part of the article, you compared a sample conversation from the test dataset with Tripy model and showed that Tripy incorrectly fills slots in the diparture and destination of the taxi domain.
My question is how can we check the results of filling the slots with the wrong value and see them clearly in the conversations?
Do we need to make changes to the code? In which code file can these results be viewed and checked?

elnaz776655 avatar Aug 14 '21 20:08 elnaz776655

Hi. Thanks for your interesting article. I have a question. In part of the article, you compared a sample conversation from the test dataset with Tripy model and showed that Tripy incorrectly fills slots in the diparture and destination of the taxi domain. My question is how can we check the results of filling the slots with the wrong value and see them clearly in the conversations? Do we need to make changes to the code? In which code file can these results be viewed and checked?

Hi, thanks for your interest! The evaluation.py script will generate full predictions for each slot, then you can compare the predictions with the ground truth. Thanks!

smartyfh avatar Aug 15 '21 16:08 smartyfh

Hi. Thanks for your interesting article. I have a question. In part of the article, you compared a sample conversation from the test dataset with Tripy model and showed that Tripy incorrectly fills slots in the diparture and destination of the taxi domain. My question is how can we check the results of filling the slots with the wrong value and see them clearly in the conversations? Do we need to make changes to the code? In which code file can these results be viewed and checked?

Hi, thanks for your interest! The evaluation.py script will generate full predictions for each slot, then you can compare the predictions with the ground truth. Thanks!

Thanks

elnaz776655 avatar Aug 17 '21 09:08 elnaz776655