Language Understanding (LUIS)
Welcome to the LUIS API Forum
(Language Understanding Intelligent Service)
Categories
Documentation – Any ideas or suggestions for the API Reference or Documentation.
Language Support – Submit a request to have a particular language supported.
luis.ai WebApp – Ideas and suggestions for luis.ai and functionality used through the WebApp.
Programmatic API – Any ideas or feedback pertaining to features or enhancements to LUIS programmatic API.
Samples & SDK Request – Let us know if you would like to see a tutorial/sample or a SDK provided.
Attention!
We have moved our Customer Feedback & Ideas for Azure Cognitive Services portal to the Azure Feedback Forum.
-
Phrase List Recommendations Dutch (nl-NL)
Phrase List recommendations in Dutch would be really helpful to improve the performance of simple entities. There aren't a lot of prebuilt entities in Dutch. So you have to train a lot of them yourself and phrase list recommendations would help to improve them.
2 votesHello,
For LUIS, the current plan for language support is to extend the current language support to be at parity with our English language support.
For information about about our current language support, please see: https://docs.microsoft.com/en-us/azure/cognitive-services/luis/luis-language-support.
Thanks,
Luke -
About new parttern in Chinese
I could type new parttern in Chinese tomorrow. But today, I can't type it in Chinese.
1 voteHello,
For LUIS, the current plan for language support is to extend the current language support to be at parity with our English language support.
For information about our current language support, please see: https://docs.microsoft.com/en-us/azure/cognitive-services/luis/luis-language-support.
Thanks,
Luke -
Allow unlabelling of recognized entities in utterances.
When an entity is recognized and labelled in an utterance, we should be able to unlabel it so that LUIS does not pass it through as a recognised entity.
This is important as you might have a phrase that is an entity in one scenario, but is not in another scenario. Currently the entity is just recognised and passed on from LUIS in every scenario.
As an example, see this Stack Overflow post: https://stackoverflow.com/questions/54226528/how-to-remove-luis-entity-marker-from-utterance
2 votesHello,
Prebuilt entities are exact matches from a list of regular expressions.
If you are unable to label something because it is labelled, remove the prebuilt entity, add the label, and then add the prebuilt entity again.
Thanks,
Luke -
Improve datetimeV2 date range understanding
When using the datetimeV2 entity, the phrase "from april to may" returns a date range of 4/01 - 5/01. However the phrase "from april through may" returns the same date range. It would make more sense if the latter returned 4/01 - 5/31
1 voteHello,
Prebuilt entities are managed by Microsoft’s Open Source Text Recognizer. You can add these requests to their GitHub repo here: https://github.com/Microsoft/Recognizers-Text.
Thanks,
Luke -
1 vote
Hello,
Prebuilt entities are managed by Microsoft’s Open Source Text Recognizer. Please open an issue in their GitHub repo here: https://github.com/Microsoft/Recognizers-Text.
Thanks,
Luke -
Increase entities(type: List) limit in LUIS to 150
The number of Entities (type:List) is limited to 50.
We need to increase entities(type: List) limit in LUIS to 150 or more, cause it's used to handle desambiguation situations.
1 voteHello,
LUIS has hard limits in order to enable machine learning, but you can use a simple entity to use machine learned entities that learn from context. For more information, see https://docs.microsoft.com/en-us/azure/cognitive-services/luis/luis-concept-entity-types#simple-entity.
Thanks,
Luke -
Problem with the "Include all entitiets" switch in the Keys and endpoint page
When I am enabling the "Include all entities" switch and publish, I am getting all the entities with their respective score for an utterance in the JSON file. But this is permanent. When I restart the LUIS.ai the swict will be still on, but the JSON file doesn't have all the intents. It only shows the Top scored intent.
1 voteHello,
If verbose=true is in your endpoint URL, then you should see all intents.
Please open a ticket if this is not the case.
Thanks,
Luke -
Support phrase lists inside patterns
Given the following pattern:
tell me when I get {money}And the following phrase list:
tell me
let me knowI get the following pattern matches:
tell me when i get 100 eur -> MATCH (expected)
let me know when i get 100 eur -> NO MATCH
when I get 100 eur -> NO MATCH (expected)Supporting phrase lists inside pattern would help unclutter and simplify patterns.
5 votesHello,
Phrase lists in LUIS do not support this. But, to enable this scenario, LUIS has Grouping and ORing functionality, so [tell me | let me know] when I get 100 eur will meet your scenario.
Thanks,
Luke -
Add UI to view and edit Pattern.any explicitListItems
Pattern.any entities can be created, but adding/removing explicit list items is only supported through API/CLI.
A UI on the page would be very useful, as very few people know this feature.
3 votesHello,
We do support adding pattern.any entities through the UI.
Thanks,
Luke -
We have created a new application using “ca-fr” language. We find out that the model does not give as good result compared to the English la
Support on CA-FR Language
We have created a new application using “ca-fr” language. We find out that the model does not give as good result compared to the English language. Differences are important, such as:
- The model is very slow
- The model does not take in account singular / plural intent. It seems that we need to enter automobile & automobiles to get better results.
- We are wondering if semantic / synonym are taken in account too based on our tests.
- The number of Phrases List is limited to 10, as we may need almost one…2 votesHello,
Phrase lists are not meant to be used in this way, use list entities instead. Please see: https://docs.microsoft.com/en-us/azure/cognitive-services/luis/luis-concept-best-practices.
Thanks,
Luke -
tenant
Can't select any tenant when "Assign a resource to your app". The account of LUIS and Azure is "bothub-uat@outlook.com"
2 votesHello,
Thanks,
Luke -
If an intent has a list of utterances and I delete the utterance at the end of the list, it deletes the whole intent.
See title; this is a bug report.
1 voteHello,
We were unable to reproduce this. If this still is an issue, please open a ticket.
Thanks,
Luke -
Add more than 10 child entities under a Hierarchical entity type
I need to add more than 10 child entities under a Hierarchical entity type. I'm working with a list of schools in a particular region and I need to add 40 schools as children.
3 votesHello,
For your particular scenario, please use list entities: https://docs.microsoft.com/en-us/azure/cognitive-services/luis/luis-concept-entity-types#list-entity.
Thanks,
Luke -
What about words with non-English characters?
What's the behavior of LUIS for words that include non-English characters?
I have found no documentation on it and it should be clear what to expect from it when it comes to other languages.
1 voteHello,
LUIS supports different languages so non-English characters are supported. You can change the culture of our app and use different languages. For more information, see: https://docs.microsoft.com/en-us/azure/cognitive-services/luis/luis-language-support.
Thanks,
Luke -
Fix Link to LUIS Site in Documentaion
On the Create an app page (https://docs.microsoft.com/en-us/azure/cognitive-services/luis/luis-how-to-start-new-app) the link to the LUIS site goes to the documentation site for region and keys instead the expected LUIS service site.
1 vote -
Issue with the number of intents
We are working on an application where we have nearly 200 different intents. Our code is unable to hit Luis dialog in this case and fails. but the same code works good if i have only 80 intent related methods in c# code.
Please advise on how to make the code work in case of 200 intents.
1 voteHello,
Most application, even enterprise scale ones, should not need 200 intents. But, if you must include 200 intents, use Dispatch, where you can add multiple LUIS apps, each with the maximum number of intents.
For more information, please see https://docs.microsoft.com/en-us/azure/bot-service/bot-builder-tutorial-dispatch?view=azure-bot-service-4.0&tabs=csharp.
Thanks,
Luke -
explicit list.
in "Patterns improve prediction accuracy", It said, "add 'the man from la mancha' as an explicit list match for the {subject} entity using the authoring API for explicit list."
But I can't find the API for explicit list.1 voteHello,
Please see: https://westus.dev.cognitive.microsoft.com/docs/services/5890b47c39e2bb17b84a55ff/operations/5890b47c39e2bb052c5b9c14.
Thanks,
Luke -
Please add generic entities (like e-mail and url) to alla languages.
I'm italian and I noted that some entities doesn't exist in italian culture (like email and url) and others work better in english (like DateTimeV2 VS DateTime in italian culture). Could you add a sett of these entities to all language?
1 voteHello,
For LUIS, the current plan for language support is to extend the current language support, including prebuilt entities for Italian, to be at parity with our English language support.
For information about about our current language support, please see: https://docs.microsoft.com/en-us/azure/cognitive-services/luis/luis-language-support.
Thanks,
Luke -
Whenever I try to log in for LUIS, it is redirecting to the same location. Please fix this Asap. - Same here!!! Enoiying!
Whenever I try to log in for LUIS, it is redirecting to the same location. Please fix this Asap. - same here!!!! Enoying!
1 voteHello,
This should be resolved. Please open a ticket if it is not.
Thanks,
Luke -
LUIS login portal not working
Whenever I try to log in for LUIS, it is redirecting to the same location. Please fix this Asap.
6 votes
- Don't see your idea?