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.
-
Ability to refer to phrase lists in a Regex
I think what would actually be useful would be to be able to refer to a phrase list in a regex, since phrase lists are basically a very simple type of regex.
For example, if I wanted to have a list of pizza toppings it would be good to be able to say Topping+.
“Topping” being a Phrase List rather than an entity.2 votes -
When labelling entities, prebuilt entities should show in the entity list.
If using pre-built entities and you unselect a prebuilt entity i.e. "number", then you can't reselect that word as a number entity.
When labelling entities, prebuilt entities should show in the entity list.
20 votesHello,
If a manual label overrides a prebuilt entity label, then you can remove the label for the prebuilt entity to get detected. You can’t label prebuilt entities yourself because prebuilt entities are exact matches from a list of regular expressions. For more information, please see: https://docs.microsoft.com/en-us/azure/cognitive-services/luis/luis-prebuilt-entities.
You can also open a GitHub issue here: https://github.com/Microsoft/Recognizers-Text.
Thanks,
Luke -
Arabic support
There is growing interest in this service in MEA with the need to support arabic language
41 votesHello,
We are currently working on support for Arabic.
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 -
ablilty to indicate that certain words are synonyms
I would like to be able to indicate that certain words are synonyms (like "Coke", "Coca-Cola", "television", "TV", etc.)
18 votesHello,
This is supported with list entities: https://docs.microsoft.com/en-us/azure/cognitive-services/luis/luis-concept-entity-types#list-entity.
Thanks,
Luke -
Ability to have an offline or a license for LUIS that lets us use our own servers.
We would like to be able to have an offline or at least a license for LUIS that lets us use our own servers.
11 votesHello,
LUIS has container support. Please see: https://docs.microsoft.com/en-us/azure/cognitive-services/luis/luis-container-howto.
We are also planning an offline release as well. Keep up-to-date with our releases by visiting our roadmap: https://azure.microsoft.com/en-us/updates/.
Thanks,
Luke -
Document limitations on regex. The current documentation does not specify exact limits
Document limitations on regex. The current documentation just says "exceptionally complex regexes are not permitted". I tried a list of 18 words, but that was too long.
2 votes -
JSON results should include a "message id"
JSON results should include a "message id" to improve the ability to post-process results.
1 vote -
Prebuilt Entities
The current list:
datetime
encyclopedia
percentage
dimension
age
money
number
geography
temperature
ordinal7 votesHello,
For the latest information about our prebuilt entities, please see: https://docs.microsoft.com/en-us/azure/cognitive-services/luis/luis-concept-entity-types.
Thanks,
Luke -
163 votes
Hello,
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 -
7 votes
Hello,
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 -
Description field in Custom Entities
When creating new custom Entities, it would be helpful if there was a description field for any additional notes. The description field would then show (i.e. title html attribute) when hovering over an Entity when labelling utterances in the Entity selection popup box.
2 votes -
Add security to LUIS applications so only trusted clients can make queries
It would be very useful to be able to create applications that are not publicly available. Our customers would not appreciate a public component as part of their solutions.
1 voteHello,
You can deploy LUIS with containers and have control over where the deployment occurs, and it will not be part of the shared runtime.
However, each application is not public, it will require a key to be accessed and is encrypted through Azure.
For more information, please see: https://docs.microsoft.com/en-us/azure/cognitive-services/luis/luis-container-howto.
Thanks,
Luke -
Bug: If you enter an utterance that has already been labeled
Just a minor bug: If you enter an utterance that has already been labeled, a message tells you "This utterance has already been labeled." But if you enter it again, the message goes away. Enter again, it comes back, and so on.
1 vote -
It would help if the entities were highlighted on the review labels page for "show all labeled utterances"
It would help if the entities were highlighted on the review labels page for "show all labeled utterances"
2 votesHello,
Entities are now highlighted on that page.
Thanks,
Luke -
Allow LUIS to detect multiple intents (complex intents) instead of just 1
For example:
I want to book a flight and reserve a seatI want to order a special meal and find out how many miles I will earn for this trip.
21 votesHello,
Multiple intent support will be released for Build. Please see: https://www.microsoft.com/en-us/build.
Thanks,
Luke -
Allow developers to programmatically retrieve the remaining quota for the API they are using
This should actually be applied across the board to all of the APIs
6 votesHello,
This is managed by Azure, and you can see it here: https://docs.microsoft.com/en-us/rest/api/compute/usage/list.
Thanks,
Luke -
Sharing LUIS Applications
It would be very useful to have the possibility to share a LUIS application with other users so they are also able to edit the settings, intents, entities, etc.
58 votesThis feature is now supported as collaborators, you can find the details about it here.
https://docs.microsoft.com/en-us/azure/cognitive-services/luis/luis-how-to-collaborate
-
Show the total number of utterances and most recent utterance received in the my applications view
In the My Applications view I'd like to see the last timestamp an utterance was received (helps to see which models are in active use) and the total number of utterances. Currently it shows the # of intents, entities, and some other info.
4 votesHello,
You can now sort by the number of endpoint hits.
Thanks,
Luke -
More than 10 entities
There should be more than 10 entities available for use, despite the availability of children for each entity.
This might actually be more constraining than the limitation of 10 intents
26 votesYou can now add up to 30 entities to a LUIS app.
-
Use of phrase lists eliminates child entities being reported
Phrase lists are very useful for cleaning up ambiguity in picking up entities, but also seem to cause any of their expressions to be picked up as a single entity type but without the child role.
5 votes
- Don't see your idea?