2

Referring to the batch testing document from Microsoft, I have imported the LUIS app provided from this document and import this this JSON batch file to LUIS batch testing panel and try to run the test.

The testing result of 'Intents' is as expected, however, for the 'Entities', it is expected some of the entities will pass but at the end all entities are failed: Entities Fail Screenshot

Is it a bug in LUIS or anything going wrong?

Updates: The issue above is fixed but some batch testing function are still not working

After the fix have been released, I have tried it again. I found that it works fine with no entity, simple entity and hierarchical entity. However, for List Entity and Regex Entity still not working on Microsoft sample. Entity list and entity list in batch testing in Microsoft sample are not match. Besides, in my own Luis project, the list entity is showing in the batch testing entity list but the result is strange (caption in this screen cap).

Eric Chan
  • 21
  • 1
  • 4
  • just repro'd your steps. It does seem like a bug...pinging the LUIS dev team to verify – Zeryth Aug 13 '18 at 21:16
  • Indeed it is a bug, and has been reported. We will work towards a resolution. Thank you for bringing the matter to our attention – Zeryth Aug 17 '18 at 20:33
  • Thanks for the reply. Hope that it can be fixed asap. – Eric Chan Aug 18 '18 at 03:15
  • @ Eric, a fix was deployed over the weekend. Is everything working alright for you now? – Zeryth Aug 20 '18 at 16:34
  • @Zeryth thank you very much for fixing the issue. The original issue have been fixed but there are still some bugs in batch testing. Please kindly see the above updates. – Eric Chan Aug 21 '18 at 02:33
  • Eric are the issues still persisting for you? There have been more pushes made with regards to batch entities – Zeryth Sep 14 '18 at 00:23
  • @Zeryth It works perfectly now! Thanks for fixing it :) – Eric Chan Sep 15 '18 at 07:53

1 Answers1

0

By the way, if you look at the tutorial, it is stated that:

"Only the machine-learned entities are used: simple, hierarchical (parent-only), and composite entities. Do not add non-machine-learned entities because they are always found either through regular expressions, or explicit text matches"

And List Entities are not machine-learned entities.

Tiresia
  • 91
  • 8