Movatterモバイル変換


[0]ホーム

URL:


US20150142420A1 - Dialogue evaluation via multiple hypothesis ranking - Google Patents

Dialogue evaluation via multiple hypothesis ranking
Download PDF

Info

Publication number
US20150142420A1
US20150142420A1US14/086,897US201314086897AUS2015142420A1US 20150142420 A1US20150142420 A1US 20150142420A1US 201314086897 AUS201314086897 AUS 201314086897AUS 2015142420 A1US2015142420 A1US 2015142420A1
Authority
US
United States
Prior art keywords
dialogue
hypothesis
expression
user
ranking
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
US14/086,897
Other versions
US10162813B2 (en
Inventor
Ruhi Sarikaya
Daniel Boies
Paul A. Crook
Jean-Philippe Robichaud
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Microsoft Technology Licensing LLC
Original Assignee
Microsoft Technology Licensing LLC
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Microsoft Technology Licensing LLCfiledCriticalMicrosoft Technology Licensing LLC
Priority to US14/086,897priorityCriticalpatent/US10162813B2/en
Assigned to MICROSOFT CORPORATIONreassignmentMICROSOFT CORPORATIONASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS).Assignors: BOIES, DANIEL, ROBICHAUD, JEAN-PHILIPPE, CROOK, PAUL A., SARIKAYA, RUHI
Priority to PCT/US2014/066253prioritypatent/WO2015077263A1/en
Assigned to MICROSOFT TECHNOLOGY LICENSING, LLCreassignmentMICROSOFT TECHNOLOGY LICENSING, LLCASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS).Assignors: MICROSOFT CORPORATION
Assigned to MICROSOFT TECHNOLOGY LICENSING, LLCreassignmentMICROSOFT TECHNOLOGY LICENSING, LLCASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS).Assignors: MICROSOFT CORPORATION
Publication of US20150142420A1publicationCriticalpatent/US20150142420A1/en
Application grantedgrantedCritical
Publication of US10162813B2publicationCriticalpatent/US10162813B2/en
Activelegal-statusCriticalCurrent
Adjusted expirationlegal-statusCritical

Links

Images

Classifications

Definitions

Landscapes

Abstract

In language evaluation systems, user expressions are often evaluated by speech recognizers and language parsers, and among several possible translations, a highest-probability translation is selected and added to a dialogue sequence. However, such systems may exhibit inadequacies by discarding alternative translations that may initially exhibit a lower probability, but that may have a higher probability when evaluated in the full context of the dialogue, including subsequent expressions. Presented herein are techniques for communicating with a user by formulating a dialogue hypothesis set identifying hypothesis probabilities for a set of dialogue hypotheses, using generative and/or discriminative models, and repeatedly re-ranks the dialogue hypotheses based on subsequent expressions. Additionally, knowledge sources may inform a model-based with a pre-knowledge fetch that facilitates pruning of the hypothesis search space at an early stage, thereby enhancing the accuracy of language parsing while also reducing the latency of the expression evaluation and economizing computing resources.

Description

Claims (20)

What is claimed is:
1. A method of evaluating a dialogue with a user on a device having a processor, the method comprising:
executing on the processor instructions causing the device to:
generate a dialogue hypothesis set comprising at least two dialogue hypotheses respectively having a hypothesis probability;
rank the dialogue hypothesis set according to the hypothesis probabilities;
after the ranking, upon identifying a low-ranking dialogue hypothesis having a hypothesis probability below a hypothesis retention threshold, discard the low-ranking dialogue hypothesis;
after the discarding, using a knowledge source, adjust the hypothesis probabilities of the respective dialogue hypotheses;
after the adjusting, re-rank the dialogue hypothesis set according to the hypothesis probabilities; and
for a high-ranking dialogue hypothesis having a hypothesis probability exceeding a hypothesis confidence threshold, execute an action fulfilling the high-ranking dialogue hypothesis.
2. The method ofclaim 1, wherein the instructions, when executed on the processor, further cause the device to, upon identifying at least two high-ranking dialogue hypotheses respectively having a hypothesis probability within a hypothesis proximity range:
present to the user a disambiguation query; and
upon receiving from the user a response to the disambiguation query, adjust the hypothesis probability of the respective at least two high-ranking dialogue hypotheses in view of the response.
3. The method ofclaim 1, wherein:
the dialogue comprises at least two expressions of the user; and
adjusting the hypothesis probabilities further comprises: for the respective dialogue hypotheses, adjust the hypothesis probability in view of the at least two expressions of the user.
4. The method ofclaim 1, wherein adjusting the hypothesis probabilities further comprises: upon identifying an expression of the user that declines the high-ranking dialogue hypothesis, reducing the hypothesis probability of the high-ranking dialogue hypothesis.
5. The method ofclaim 1, wherein the knowledge source is selected from a knowledge source set comprising:
a user profile of the user;
an execution of an earlier action in response to an earlier dialogue with the user; and
a current environment of the device.
6. The method ofclaim 1, wherein the instructions further cause the device to, upon receiving a knowledge domain comprising at least one subject and at least one action, add the at least one subject and the at least one action of the knowledge domain to the knowledge source.
7. A computer-readable memory device storing instructions that, when executed on a processor of a device, cause the device to evaluate a dialogue with a user, by:
generating a dialogue hypothesis set comprising at least two dialogue hypotheses respectively having a hypothesis probability;
ranking the dialogue hypothesis set according to the hypothesis probabilities;
after the ranking, upon identifying a low-ranking dialogue hypothesis having a hypothesis probability below a hypothesis retention threshold, discarding the low-ranking dialogue hypothesis;
after the discarding, using a knowledge source, adjust the hypothesis probabilities of the respective dialogue hypotheses;
after the adjusting, re-rank the dialogue hypothesis set according to the hypothesis probabilities; and
for a high-ranking dialogue hypothesis having a hypothesis probability exceeding a hypothesis confidence threshold, execute an action fulfilling the high-ranking dialogue hypothesis.
8. The computer-readable memory device ofclaim 7, wherein the instructions, when executed on the processor, further cause the device to, upon identifying an error in response to an action fulfilling the high-ranking dialogue hypothesis, reduce the hypothesis probability of the high-ranking dialogue hypothesis.
9. The computer-readable memory device ofclaim 8, wherein the instructions, when executed on the processor, further cause the device to, upon identifying a failure while executing the action for the high-ranking dialogue hypothesis, report to the user an action error indicating the failure of the action.
10. The computer-readable memory device ofclaim 9, wherein the instructions, when executed on the processor, further cause the device to:
upon receiving an expression of the dialogue, evaluate the expression of the dialogue according to an expression evaluator to generate at least one dialogue hypothesis involving the expression; and
upon identifying a failure to parse the expression of the dialogue according to the expression evaluator, report to the user a parsing error indicating the failure to parse the expression of the dialogue, where the parsing error is different than the action error.
11. The computer-readable memory device ofclaim 10, wherein:
the expression evaluator further comprises:
a language recognizer that identifies at least one language element of the expression, and
a language parser that parses the expressions to generate the dialogue hypothesis; and
the parsing error is selected from a parsing error set comprising:
an expression recognizer error indicating to the user a failure to recognize the expression; and
a language parsing error indicating to the user a failure to parse the expression, where the language parsing error is different from the expression recognizer error.
12. A system for evaluating a dialogue with a user on a device having a processor and a memory, the system comprising:
a dialogue hypothesis set;
an expression evaluator comprising instructions stored in the memory that, when executed on the processor, cause the device to, for respective expressions of the dialogue:
apply an expression recognizer and a natural language processor to:
store in the dialogue hypothesis set at least one dialogue hypothesis of the expression, the at least one dialogue hypothesis respectively comprising:
at least one slot associated with a subject of the expression, and
a hypothesis probability; and
for respective previous dialogue hypotheses in the dialogue hypothesis set that were generated for a previous expression of the dialogue, update the subject of the at least one slot of the previous dialogue hypothesis; and
using a knowledge source, adjust the hypothesis probabilities of the respective dialogue hypotheses; and
a dialogue hypothesis comparator comprising instructions stored in the memory that, when executed on the processor, cause the device to:
rank the dialogue hypothesis set according to the hypothesis probabilities; and
for a high-ranking dialogue hypothesis having a hypothesis probability exceeding a hypothesis confidence threshold, execute an action fulfilling the high-ranking dialogue hypothesis.
13. The system ofclaim 12, wherein the expression evaluator, upon receiving from the user an expression replacing a previous subject of the dialogue with a substitute subject, replaces the previous subject in at least one slot of at least one previous dialogue hypothesis with the substitute subject.
14. The system ofclaim 13, wherein:
the previous subject further comprises a current knowledge domain within the knowledge source; and
the substitute subject further comprises an alternative knowledge domain within the knowledge source that is different from the current knowledge domain.
15. The system ofclaim 13, wherein:
the previous subject further comprises a subject genus within a current knowledge domain of the knowledge source; and
the substitute subject further comprises a subject species within the subject genus within the current knowledge domain.
16. The system ofclaim 13, wherein:
the previous subject further comprises a selected action to be applied to a second subject of the dialogue hypothesis; and
the substitute subject further comprises an alternative action to be applied to the second subject of the dialogue hypothesis, where the alternative action is different from the selected action.
17. The system ofclaim 12, wherein the expression evaluator further comprises:
a language recognizer that identifies at least one language element in the expression, and
a language parser that parses the expressions to generate the dialogue hypothesis.
18. The system ofclaim 17, wherein the language recognizer further comprises:
a camera that detects a physical language element of the user; and
a language recognizer that identifies an expression indicated by the physical language element.
19. The system ofclaim 17, wherein the language parser parses the expressions in view of the knowledge source.
20. The system ofclaim 19, wherein the language parser:
retrieves from the knowledge source at least one included fact that is related to the expression and excludes at least one excluded fact that is not related to the expression; and
parses the expression in view of the at least one included fact to generate the dialogue hypothesis.
US14/086,8972013-11-212013-11-21Dialogue evaluation via multiple hypothesis rankingActive2035-06-23US10162813B2 (en)

Priority Applications (2)

Application NumberPriority DateFiling DateTitle
US14/086,897US10162813B2 (en)2013-11-212013-11-21Dialogue evaluation via multiple hypothesis ranking
PCT/US2014/066253WO2015077263A1 (en)2013-11-212014-11-19Dialogue evaluation via multiple hypothesis ranking

Applications Claiming Priority (1)

Application NumberPriority DateFiling DateTitle
US14/086,897US10162813B2 (en)2013-11-212013-11-21Dialogue evaluation via multiple hypothesis ranking

Publications (2)

Publication NumberPublication Date
US20150142420A1true US20150142420A1 (en)2015-05-21
US10162813B2 US10162813B2 (en)2018-12-25

Family

ID=52021436

Family Applications (1)

Application NumberTitlePriority DateFiling Date
US14/086,897Active2035-06-23US10162813B2 (en)2013-11-212013-11-21Dialogue evaluation via multiple hypothesis ranking

Country Status (2)

CountryLink
US (1)US10162813B2 (en)
WO (1)WO2015077263A1 (en)

Cited By (212)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
US20150348551A1 (en)*2014-05-302015-12-03Apple Inc.Multi-command single utterance input method
US20160098393A1 (en)*2014-10-012016-04-07Nuance Communications, Inc.Natural language understanding (nlu) processing based on user-specified interests
WO2017011424A1 (en)*2015-07-132017-01-19Microsoft Technology Licensing, LlcDelayed binding in response selection during input understanding processing
WO2017040437A1 (en)*2015-08-312017-03-09Microsoft Technology Licensing, LlcGeneration and application of universal hypothesis ranking model
US9668024B2 (en)2014-06-302017-05-30Apple Inc.Intelligent automated assistant for TV user interactions
US9734142B2 (en)*2015-09-222017-08-15Facebook, Inc.Universal translation
US20170262432A1 (en)*2014-12-012017-09-14Microsoft Technology Licensing, LlcContextual language understanding for multi-turn language tasks
US9805029B2 (en)2015-12-282017-10-31Facebook, Inc.Predicting future translations
US9830404B2 (en)2014-12-302017-11-28Facebook, Inc.Analyzing language dependency structures
US9830386B2 (en)2014-12-302017-11-28Facebook, Inc.Determining trending topics in social media
US20170357635A1 (en)*2016-06-082017-12-14Rovi Guides, Inc.Systems and methods for determining context switching in conversation
US9865248B2 (en)2008-04-052018-01-09Apple Inc.Intelligent text-to-speech conversion
US9864744B2 (en)2014-12-032018-01-09Facebook, Inc.Mining multi-lingual data
US9899020B2 (en)2015-02-132018-02-20Facebook, Inc.Machine learning dialect identification
US9934775B2 (en)2016-05-262018-04-03Apple Inc.Unit-selection text-to-speech synthesis based on predicted concatenation parameters
US9953637B1 (en)*2014-03-252018-04-24Amazon Technologies, Inc.Speech processing using skip lists
US9966060B2 (en)2013-06-072018-05-08Apple Inc.System and method for user-specified pronunciation of words for speech synthesis and recognition
US9971774B2 (en)2012-09-192018-05-15Apple Inc.Voice-based media searching
US9972304B2 (en)2016-06-032018-05-15Apple Inc.Privacy preserving distributed evaluation framework for embedded personalized systems
US9986419B2 (en)2014-09-302018-05-29Apple Inc.Social reminders
US10002131B2 (en)2014-06-112018-06-19Facebook, Inc.Classifying languages for objects and entities
US10002125B2 (en)2015-12-282018-06-19Facebook, Inc.Language model personalization
US10043516B2 (en)2016-09-232018-08-07Apple Inc.Intelligent automated assistant
US10049668B2 (en)2015-12-022018-08-14Apple Inc.Applying neural network language models to weighted finite state transducers for automatic speech recognition
US10049675B2 (en)2010-02-252018-08-14Apple Inc.User profiling for voice input processing
US10049663B2 (en)2016-06-082018-08-14Apple, Inc.Intelligent automated assistant for media exploration
US10067936B2 (en)2014-12-302018-09-04Facebook, Inc.Machine translation output reranking
US10067938B2 (en)2016-06-102018-09-04Apple Inc.Multilingual word prediction
US10079014B2 (en)2012-06-082018-09-18Apple Inc.Name recognition system
US10083690B2 (en)2014-05-302018-09-25Apple Inc.Better resolution when referencing to concepts
US10089299B2 (en)2015-12-172018-10-02Facebook, Inc.Multi-media context language processing
US10089072B2 (en)2016-06-112018-10-02Apple Inc.Intelligent device arbitration and control
US10108608B2 (en)*2014-06-122018-10-23Microsoft Technology Licensing, LlcDialog state tracking using web-style ranking and multiple language understanding engines
US10108612B2 (en)2008-07-312018-10-23Apple Inc.Mobile device having human language translation capability with positional feedback
US10133738B2 (en)2015-12-142018-11-20Facebook, Inc.Translation confidence scores
US10162813B2 (en)2013-11-212018-12-25Microsoft Technology Licensing, LlcDialogue evaluation via multiple hypothesis ranking
US10169329B2 (en)2014-05-302019-01-01Apple Inc.Exemplar-based natural language processing
US10180935B2 (en)2016-12-302019-01-15Facebook, Inc.Identifying multiple languages in a content item
US10192552B2 (en)2016-06-102019-01-29Apple Inc.Digital assistant providing whispered speech
US10223066B2 (en)2015-12-232019-03-05Apple Inc.Proactive assistance based on dialog communication between devices
US10229687B2 (en)2016-03-102019-03-12Microsoft Technology Licensing, LlcScalable endpoint-dependent natural language understanding
JPWO2017200072A1 (en)*2016-05-202019-03-14日本電信電話株式会社 Dialogue method, dialogue system, dialogue apparatus, and program
US10249300B2 (en)2016-06-062019-04-02Apple Inc.Intelligent list reading
US10269345B2 (en)2016-06-112019-04-23Apple Inc.Intelligent task discovery
US10283110B2 (en)2009-07-022019-05-07Apple Inc.Methods and apparatuses for automatic speech recognition
US10289681B2 (en)2015-12-282019-05-14Facebook, Inc.Predicting future translations
US10297253B2 (en)2016-06-112019-05-21Apple Inc.Application integration with a digital assistant
US10303715B2 (en)2017-05-162019-05-28Apple Inc.Intelligent automated assistant for media exploration
US10311871B2 (en)2015-03-082019-06-04Apple Inc.Competing devices responding to voice triggers
US10311144B2 (en)2017-05-162019-06-04Apple Inc.Emoji word sense disambiguation
US10318871B2 (en)2005-09-082019-06-11Apple Inc.Method and apparatus for building an intelligent automated assistant
US10332518B2 (en)2017-05-092019-06-25Apple Inc.User interface for correcting recognition errors
US10354011B2 (en)2016-06-092019-07-16Apple Inc.Intelligent automated assistant in a home environment
US10356243B2 (en)2015-06-052019-07-16Apple Inc.Virtual assistant aided communication with 3rd party service in a communication session
US10366158B2 (en)2015-09-292019-07-30Apple Inc.Efficient word encoding for recurrent neural network language models
US10372824B2 (en)*2017-05-152019-08-06International Business Machines CorporationDisambiguating concepts in natural language
US10380249B2 (en)2017-10-022019-08-13Facebook, Inc.Predicting future trending topics
US10381016B2 (en)2008-01-032019-08-13Apple Inc.Methods and apparatus for altering audio output signals
US10395654B2 (en)2017-05-112019-08-27Apple Inc.Text normalization based on a data-driven learning network
US10403283B1 (en)2018-06-012019-09-03Apple Inc.Voice interaction at a primary device to access call functionality of a companion device
US10403278B2 (en)2017-05-162019-09-03Apple Inc.Methods and systems for phonetic matching in digital assistant services
US10410637B2 (en)2017-05-122019-09-10Apple Inc.User-specific acoustic models
US10417266B2 (en)2017-05-092019-09-17Apple Inc.Context-aware ranking of intelligent response suggestions
US10417405B2 (en)2011-03-212019-09-17Apple Inc.Device access using voice authentication
US10431204B2 (en)2014-09-112019-10-01Apple Inc.Method and apparatus for discovering trending terms in speech requests
WO2019190462A1 (en)*2018-03-262019-10-03Rovi Guides, Inc.Methods and systems for performing context maintenance on search queries in a conversational search environment
US10437841B2 (en)2016-10-102019-10-08Microsoft Technology Licensing, LlcDigital assistant extension automatic ranking and selection
US10438595B2 (en)2014-09-302019-10-08Apple Inc.Speaker identification and unsupervised speaker adaptation techniques
US10445429B2 (en)2017-09-212019-10-15Apple Inc.Natural language understanding using vocabularies with compressed serialized tries
US10446143B2 (en)2016-03-142019-10-15Apple Inc.Identification of voice inputs providing credentials
US10446137B2 (en)2016-09-072019-10-15Microsoft Technology Licensing, LlcAmbiguity resolving conversational understanding system
US10453443B2 (en)2014-09-302019-10-22Apple Inc.Providing an indication of the suitability of speech recognition
US10474753B2 (en)2016-09-072019-11-12Apple Inc.Language identification using recurrent neural networks
US10482874B2 (en)2017-05-152019-11-19Apple Inc.Hierarchical belief states for digital assistants
US10490187B2 (en)2016-06-102019-11-26Apple Inc.Digital assistant providing automated status report
US10496705B1 (en)2018-06-032019-12-03Apple Inc.Accelerated task performance
US10509862B2 (en)2016-06-102019-12-17Apple Inc.Dynamic phrase expansion of language input
US10521466B2 (en)2016-06-112019-12-31Apple Inc.Data driven natural language event detection and classification
US10529332B2 (en)2015-03-082020-01-07Apple Inc.Virtual assistant activation
CN110720090A (en)*2017-07-072020-01-21谷歌有限责任公司Invoking an automated assistant to perform multiple tasks through individual commands
US10567477B2 (en)2015-03-082020-02-18Apple Inc.Virtual assistant continuity
US10572810B2 (en)2015-01-072020-02-25Microsoft Technology Licensing, LlcManaging user interaction for input understanding determinations
US10592604B2 (en)2018-03-122020-03-17Apple Inc.Inverse text normalization for automatic speech recognition
US10593346B2 (en)2016-12-222020-03-17Apple Inc.Rank-reduced token representation for automatic speech recognition
US20200105258A1 (en)*2018-09-272020-04-02Coretronic CorporationIntelligent voice system and method for controlling projector by using the intelligent voice system
US10636424B2 (en)2017-11-302020-04-28Apple Inc.Multi-turn canned dialog
US10643611B2 (en)2008-10-022020-05-05Apple Inc.Electronic devices with voice command and contextual data processing capabilities
US10657328B2 (en)2017-06-022020-05-19Apple Inc.Multi-task recurrent neural network architecture for efficient morphology handling in neural language modeling
US10657961B2 (en)2013-06-082020-05-19Apple Inc.Interpreting and acting upon commands that involve sharing information with remote devices
US10671428B2 (en)2015-09-082020-06-02Apple Inc.Distributed personal assistant
US10684703B2 (en)2018-06-012020-06-16Apple Inc.Attention aware virtual assistant dismissal
US10691473B2 (en)2015-11-062020-06-23Apple Inc.Intelligent automated assistant in a messaging environment
US10699717B2 (en)2014-05-302020-06-30Apple Inc.Intelligent assistant for home automation
US10706841B2 (en)2010-01-182020-07-07Apple Inc.Task flow identification based on user intent
US10714117B2 (en)2013-02-072020-07-14Apple Inc.Voice trigger for a digital assistant
US10726832B2 (en)2017-05-112020-07-28Apple Inc.Maintaining privacy of personal information
US10733982B2 (en)2018-01-082020-08-04Apple Inc.Multi-directional dialog
US10733375B2 (en)2018-01-312020-08-04Apple Inc.Knowledge-based framework for improving natural language understanding
US10733993B2 (en)2016-06-102020-08-04Apple Inc.Intelligent digital assistant in a multi-tasking environment
US10741185B2 (en)2010-01-182020-08-11Apple Inc.Intelligent automated assistant
US10748546B2 (en)2017-05-162020-08-18Apple Inc.Digital assistant services based on device capabilities
US10747498B2 (en)2015-09-082020-08-18Apple Inc.Zero latency digital assistant
US10755051B2 (en)2017-09-292020-08-25Apple Inc.Rule-based natural language processing
US10755703B2 (en)2017-05-112020-08-25Apple Inc.Offline personal assistant
US10769385B2 (en)2013-06-092020-09-08Apple Inc.System and method for inferring user intent from speech inputs
US10789945B2 (en)2017-05-122020-09-29Apple Inc.Low-latency intelligent automated assistant
US10791176B2 (en)2017-05-122020-09-29Apple Inc.Synchronization and task delegation of a digital assistant
US10789959B2 (en)2018-03-022020-09-29Apple Inc.Training speaker recognition models for digital assistants
US10795541B2 (en)2009-06-052020-10-06Apple Inc.Intelligent organization of tasks items
US10810274B2 (en)2017-05-152020-10-20Apple Inc.Optimizing dialogue policy decisions for digital assistants using implicit feedback
US10818288B2 (en)2018-03-262020-10-27Apple Inc.Natural assistant interaction
US10818293B1 (en)2020-07-142020-10-27Drift.com, Inc.Selecting a response in a multi-turn interaction between a user and a conversational bot
US10839159B2 (en)2018-09-282020-11-17Apple Inc.Named entity normalization in a spoken dialog system
US20210005177A1 (en)*2018-02-202021-01-07Sony CorporationInformation processing apparatus, information processing system, information processing method, and program
US10892996B2 (en)2018-06-012021-01-12Apple Inc.Variable latency device coordination
US10902215B1 (en)2016-06-302021-01-26Facebook, Inc.Social hash for language models
US10902221B1 (en)2016-06-302021-01-26Facebook, Inc.Social hash for language models
US10909331B2 (en)2018-03-302021-02-02Apple Inc.Implicit identification of translation payload with neural machine translation
US10928918B2 (en)2018-05-072021-02-23Apple Inc.Raise to speak
US10984780B2 (en)2018-05-212021-04-20Apple Inc.Global semantic word embeddings using bi-directional recurrent neural networks
US20210117681A1 (en)2019-10-182021-04-22Facebook, Inc.Multimodal Dialog State Tracking and Action Prediction for Assistant Systems
US20210124879A1 (en)*2018-04-172021-04-29Ntt Docomo, Inc.Dialogue system
US11010550B2 (en)2015-09-292021-05-18Apple Inc.Unified language modeling framework for word prediction, auto-completion and auto-correction
US11010561B2 (en)2018-09-272021-05-18Apple Inc.Sentiment prediction from textual data
US11010127B2 (en)2015-06-292021-05-18Apple Inc.Virtual assistant for media playback
US11023513B2 (en)2007-12-202021-06-01Apple Inc.Method and apparatus for searching using an active ontology
US11025565B2 (en)2015-06-072021-06-01Apple Inc.Personalized prediction of responses for instant messaging
US11049493B2 (en)*2016-07-282021-06-29National Institute Of Information And Communications TechnologySpoken dialog device, spoken dialog method, and recording medium
US11048473B2 (en)2013-06-092021-06-29Apple Inc.Device, method, and graphical user interface for enabling conversation persistence across two or more instances of a digital assistant
US11069336B2 (en)2012-03-022021-07-20Apple Inc.Systems and methods for name pronunciation
US11070949B2 (en)2015-05-272021-07-20Apple Inc.Systems and methods for proactively identifying and surfacing relevant content on an electronic device with a touch-sensitive display
US20210224346A1 (en)2018-04-202021-07-22Facebook, Inc.Engaging Users by Personalized Composing-Content Recommendation
US11080012B2 (en)2009-06-052021-08-03Apple Inc.Interface for a virtual digital assistant
US11087754B2 (en)2018-09-272021-08-10Coretronic CorporationIntelligent voice system and method for controlling projector by using the intelligent voice system
US11120372B2 (en)2011-06-032021-09-14Apple Inc.Performing actions associated with task items that represent tasks to perform
US11127397B2 (en)2015-05-272021-09-21Apple Inc.Device voice control
US11133008B2 (en)2014-05-302021-09-28Apple Inc.Reducing the need for manual start/end-pointing and trigger phrases
US11140099B2 (en)2019-05-212021-10-05Apple Inc.Providing message response suggestions
US11145294B2 (en)2018-05-072021-10-12Apple Inc.Intelligent automated assistant for delivering content from user experiences
US20210319001A1 (en)*2019-09-242021-10-14Workday, Inc.Data space scalability for algorithm traversal
US20210319032A1 (en)*2016-08-092021-10-14Ripcord Inc.Systems and methods for contextual retrieval and contextual display of records
US11170166B2 (en)2018-09-282021-11-09Apple Inc.Neural typographical error modeling via generative adversarial networks
US11204787B2 (en)2017-01-092021-12-21Apple Inc.Application integration with a digital assistant
US11217251B2 (en)2019-05-062022-01-04Apple Inc.Spoken notifications
US11227589B2 (en)2016-06-062022-01-18Apple Inc.Intelligent list reading
US11231904B2 (en)2015-03-062022-01-25Apple Inc.Reducing response latency of intelligent automated assistants
US11237797B2 (en)2019-05-312022-02-01Apple Inc.User activity shortcut suggestions
US11269678B2 (en)2012-05-152022-03-08Apple Inc.Systems and methods for integrating third party services with a digital assistant
US11281993B2 (en)2016-12-052022-03-22Apple Inc.Model and ensemble compression for metric learning
US11289073B2 (en)2019-05-312022-03-29Apple Inc.Device text to speech
US11301477B2 (en)2017-05-122022-04-12Apple Inc.Feedback analysis of a digital assistant
US20220111294A1 (en)*2020-10-142022-04-14Sony Interactive Entertainment Inc.Apparatus and method for audio data analysis
US11307752B2 (en)2019-05-062022-04-19Apple Inc.User configurable task triggers
US11307880B2 (en)2018-04-202022-04-19Meta Platforms, Inc.Assisting users with personalized and contextual communication content
US11314370B2 (en)2013-12-062022-04-26Apple Inc.Method for extracting salient dialog usage from live data
US11335346B1 (en)*2018-12-102022-05-17Amazon Technologies, Inc.Natural language understanding processing
US11350253B2 (en)2011-06-032022-05-31Apple Inc.Active transport based notifications
US11348573B2 (en)2019-03-182022-05-31Apple Inc.Multimodality in digital assistant systems
EP4006899A4 (en)*2020-08-172022-06-01Guangzhou Chengxing Zhidong Motors Technology Co., Ltd. VOICE INTERACTION METHOD, SERVER AND VOICE INTERACTION SYSTEM
US11360641B2 (en)2019-06-012022-06-14Apple Inc.Increasing the relevance of new available information
US11388291B2 (en)2013-03-142022-07-12Apple Inc.System and method for processing voicemail
US11386266B2 (en)2018-06-012022-07-12Apple Inc.Text correction
US11423908B2 (en)2019-05-062022-08-23Apple Inc.Interpreting spoken requests
US11462215B2 (en)2018-09-282022-10-04Apple Inc.Multi-modal inputs for voice commands
US11468282B2 (en)2015-05-152022-10-11Apple Inc.Virtual assistant in a communication session
US11467802B2 (en)2017-05-112022-10-11Apple Inc.Maintaining privacy of personal information
US11475884B2 (en)2019-05-062022-10-18Apple Inc.Reducing digital assistant latency when a language is incorrectly determined
US11475898B2 (en)2018-10-262022-10-18Apple Inc.Low-latency multi-speaker speech recognition
US11488406B2 (en)2019-09-252022-11-01Apple Inc.Text detection using global geometry estimators
US11495218B2 (en)2018-06-012022-11-08Apple Inc.Virtual assistant operation in multi-device environments
US11496600B2 (en)2019-05-312022-11-08Apple Inc.Remote execution of machine-learned models
US11532306B2 (en)2017-05-162022-12-20Apple Inc.Detecting a trigger of a digital assistant
US11563706B2 (en)2020-12-292023-01-24Meta Platforms, Inc.Generating context-aware rendering of media contents for assistant systems
US11567788B1 (en)2019-10-182023-01-31Meta Platforms, Inc.Generating proactive reminders for assistant systems
US11638059B2 (en)2019-01-042023-04-25Apple Inc.Content playback on multiple devices
US11657813B2 (en)2019-05-312023-05-23Apple Inc.Voice identification in digital assistant systems
US11671920B2 (en)2007-04-032023-06-06Apple Inc.Method and system for operating a multifunction portable electronic device using voice-activation
US11676220B2 (en)2018-04-202023-06-13Meta Platforms, Inc.Processing multimodal user input for assistant systems
US11696060B2 (en)2020-07-212023-07-04Apple Inc.User identification using headphones
US11715042B1 (en)2018-04-202023-08-01Meta Platforms Technologies, LlcInterpretability of deep reinforcement learning models in assistant systems
US11755276B2 (en)2020-05-122023-09-12Apple Inc.Reducing description length based on confidence
US11765209B2 (en)2020-05-112023-09-19Apple Inc.Digital assistant hardware abstraction
US11790914B2 (en)2019-06-012023-10-17Apple Inc.Methods and user interfaces for voice-based control of electronic devices
US11798547B2 (en)2013-03-152023-10-24Apple Inc.Voice activated device for use with a voice-based digital assistant
US11809480B1 (en)2020-12-312023-11-07Meta Platforms, Inc.Generating dynamic knowledge graph of media contents for assistant systems
US11809483B2 (en)2015-09-082023-11-07Apple Inc.Intelligent automated assistant for media search and playback
US11838734B2 (en)2020-07-202023-12-05Apple Inc.Multi-device audio adjustment coordination
US11853536B2 (en)2015-09-082023-12-26Apple Inc.Intelligent automated assistant in a media environment
US11861315B2 (en)2021-04-212024-01-02Meta Platforms, Inc.Continuous learning for natural-language understanding models for assistant systems
US11868734B2 (en)*2018-04-162024-01-09Ntt Docomo, Inc.Dialogue system
US11886473B2 (en)2018-04-202024-01-30Meta Platforms, Inc.Intent identification for agent matching by assistant systems
US11886805B2 (en)2015-11-092024-01-30Apple Inc.Unconventional virtual assistant interactions
US11914848B2 (en)2020-05-112024-02-27Apple Inc.Providing relevant data items based on context
US11983329B1 (en)2022-12-052024-05-14Meta Platforms, Inc.Detecting head gestures using inertial measurement unit signals
US11984124B2 (en)2020-11-132024-05-14Apple Inc.Speculative task flow execution
US12010262B2 (en)2013-08-062024-06-11Apple Inc.Auto-activating smart responses based on activities from remote devices
US12014118B2 (en)2017-05-152024-06-18Apple Inc.Multi-modal interfaces having selection disambiguation and text modification capability
US12045568B1 (en)2021-11-122024-07-23Meta Platforms, Inc.Span pointer networks for non-autoregressive task-oriented semantic parsing for assistant systems
US12051413B2 (en)2015-09-302024-07-30Apple Inc.Intelligent device identification
US12112001B1 (en)2023-03-142024-10-08Meta Platforms, Inc.Preventing false activations based on don/doff detection for assistant systems
US12118790B2 (en)2021-04-212024-10-15Meta Platforms, Inc.Auto-capture of interesting moments by assistant systems
US12125297B2 (en)2021-04-212024-10-22Meta Platforms, Inc.Task execution based on real-world text detection for assistant systems
US12131733B2 (en)2021-04-212024-10-29Meta Platforms, Inc.Active listening for assistant systems
US12142298B1 (en)2022-02-142024-11-12Meta Platforms, Inc.Creating digital stories based on memory graphs and multi-turn dialogs for assistant systems
US20250005050A1 (en)*2023-06-292025-01-02Microsoft Technology Licensing, LlcGenerative summarization dialog-based information retrieval system
US12198430B1 (en)2020-09-012025-01-14Meta Platforms, Inc.Multimodal state tracking via scene graphs for assistant systems
US12197817B2 (en)2016-06-112025-01-14Apple Inc.Intelligent device arbitration and control
US12223282B2 (en)2016-06-092025-02-11Apple Inc.Intelligent automated assistant in a home environment
US12249014B1 (en)2022-07-292025-03-11Meta Platforms, Inc.Integrating applications with dynamic virtual assistant avatars
US12301635B2 (en)2020-05-112025-05-13Apple Inc.Digital assistant hardware abstraction
US12353897B2 (en)2022-07-292025-07-08Meta Platforms, Inc.Dynamically morphing virtual assistant avatars for assistant systems
US12443797B1 (en)2021-12-062025-10-14Meta Platforms, Inc.Low-resource task-oriented semantic parsing via intrinsic modeling for assistant systems

Families Citing this family (5)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
CN107369443B (en)*2017-06-292020-09-25北京百度网讯科技有限公司Dialog management method and device based on artificial intelligence
US11043214B1 (en)*2018-11-292021-06-22Amazon Technologies, Inc.Speech recognition using dialog history
CN110162633B (en)*2019-05-212022-02-11深圳市珍爱云信息技术有限公司Voice data intention determining method and device, computer equipment and storage medium
US11227128B2 (en)*2019-06-072022-01-18Raytheon Bbn Technologies Corp.Linguistically rich cross-lingual text event embeddings
RU2757264C2 (en)2019-12-242021-10-12Общество С Ограниченной Ответственностью «Яндекс»Method and system for processing user spoken speech fragment

Citations (6)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
WO1999044154A1 (en)*1998-02-241999-09-02Gte Internetworking IncorporatedVoice activated relational database system providing user assistance
US20030233230A1 (en)*2002-06-122003-12-18Lucent Technologies Inc.System and method for representing and resolving ambiguity in spoken dialogue systems
US20060085192A1 (en)*2004-10-192006-04-20International Business Machines CorporationSystem and methods for conducting an interactive dialog via a speech-based user interface
EP1701247A2 (en)*2005-03-082006-09-13Sap AgXML based architecture for controlling user interfaces with contextual voice commands
US7363215B1 (en)*2003-09-122008-04-22Patrick William JamiesonProcess and system for updating semantic knowledge over a computer network
US8521526B1 (en)*2010-07-282013-08-27Google Inc.Disambiguation of a spoken query term

Family Cites Families (23)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
US5477451A (en)1991-07-251995-12-19International Business Machines Corp.Method and system for natural language translation
US5293584A (en)1992-05-211994-03-08International Business Machines CorporationSpeech recognition system for natural language translation
US5652897A (en)1993-05-241997-07-29Unisys CorporationRobust language processor for segmenting and parsing-language containing multiple instructions
US6122361A (en)1997-09-122000-09-19Nortel Networks CorporationAutomated directory assistance system utilizing priori advisor for predicting the most likely requested locality
US6631346B1 (en)1999-04-072003-10-07Matsushita Electric Industrial Co., Ltd.Method and apparatus for natural language parsing using multiple passes and tags
US6513006B2 (en)1999-08-262003-01-28Matsushita Electronic Industrial Co., Ltd.Automatic control of household activity using speech recognition and natural language
US6941268B2 (en)2001-06-212005-09-06Tellme Networks, Inc.Handling of speech recognition in a declarative markup language
TW518483B (en)2001-08-142003-01-21Ind Tech Res InstPhrase verification method using probability-oriented confidence tag
US20030200094A1 (en)2002-04-232003-10-23Gupta Narendra K.System and method of using existing knowledge to rapidly train automatic speech recognizers
US7539619B1 (en)2003-09-052009-05-26Spoken Translation Ind.Speech-enabled language translation system and method enabling interactive user supervision of translation and speech recognition accuracy
US20060004570A1 (en)2004-06-302006-01-05Microsoft CorporationTranscribing speech data with dialog context and/or recognition alternative information
US8909528B2 (en)2007-05-092014-12-09Nuance Communications, Inc.Method and system for prompt construction for selection from a list of acoustically confusable items in spoken dialog systems
US8275615B2 (en)2007-07-132012-09-25International Business Machines CorporationModel weighting, selection and hypotheses combination for automatic speech recognition and machine translation
US8140328B2 (en)2008-12-012012-03-20At&T Intellectual Property I, L.P.User intention based on N-best list of recognition hypotheses for utterances in a dialog
EP2622428A4 (en)2010-09-282017-01-04International Business Machines CorporationProviding answers to questions using hypothesis pruning
EP2622510A4 (en)2010-09-282017-04-05International Business Machines CorporationProviding answers to questions using logical synthesis of candidate answers
US8849628B2 (en)2011-04-152014-09-30Andrew Nelthropp LauderSoftware application for ranking language translations and methods of use thereof
EP3392876A1 (en)2011-09-302018-10-24Apple Inc.Using context information to facilitate processing of commands in a virtual assistant
US10282419B2 (en)2012-12-122019-05-07Nuance Communications, Inc.Multi-domain natural language processing architecture
US9292492B2 (en)2013-02-042016-03-22Microsoft Technology Licensing, LlcScaling statistical language understanding systems across domains and intents
US10162813B2 (en)2013-11-212018-12-25Microsoft Technology Licensing, LlcDialogue evaluation via multiple hypothesis ranking
US9779085B2 (en)2015-05-292017-10-03Oracle International CorporationMultilingual embeddings for natural language processing
US10339916B2 (en)2015-08-312019-07-02Microsoft Technology Licensing, LlcGeneration and application of universal hypothesis ranking model

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
WO1999044154A1 (en)*1998-02-241999-09-02Gte Internetworking IncorporatedVoice activated relational database system providing user assistance
US20030233230A1 (en)*2002-06-122003-12-18Lucent Technologies Inc.System and method for representing and resolving ambiguity in spoken dialogue systems
US7363215B1 (en)*2003-09-122008-04-22Patrick William JamiesonProcess and system for updating semantic knowledge over a computer network
US20060085192A1 (en)*2004-10-192006-04-20International Business Machines CorporationSystem and methods for conducting an interactive dialog via a speech-based user interface
EP1701247A2 (en)*2005-03-082006-09-13Sap AgXML based architecture for controlling user interfaces with contextual voice commands
US8521526B1 (en)*2010-07-282013-08-27Google Inc.Disambiguation of a spoken query term

Cited By (404)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
US10318871B2 (en)2005-09-082019-06-11Apple Inc.Method and apparatus for building an intelligent automated assistant
US11928604B2 (en)2005-09-082024-03-12Apple Inc.Method and apparatus for building an intelligent automated assistant
US11979836B2 (en)2007-04-032024-05-07Apple Inc.Method and system for operating a multi-function portable electronic device using voice-activation
US11671920B2 (en)2007-04-032023-06-06Apple Inc.Method and system for operating a multifunction portable electronic device using voice-activation
US11023513B2 (en)2007-12-202021-06-01Apple Inc.Method and apparatus for searching using an active ontology
US10381016B2 (en)2008-01-032019-08-13Apple Inc.Methods and apparatus for altering audio output signals
US9865248B2 (en)2008-04-052018-01-09Apple Inc.Intelligent text-to-speech conversion
US10108612B2 (en)2008-07-312018-10-23Apple Inc.Mobile device having human language translation capability with positional feedback
US12361943B2 (en)2008-10-022025-07-15Apple Inc.Electronic devices with voice command and contextual data processing capabilities
US10643611B2 (en)2008-10-022020-05-05Apple Inc.Electronic devices with voice command and contextual data processing capabilities
US11348582B2 (en)2008-10-022022-05-31Apple Inc.Electronic devices with voice command and contextual data processing capabilities
US11900936B2 (en)2008-10-022024-02-13Apple Inc.Electronic devices with voice command and contextual data processing capabilities
US10795541B2 (en)2009-06-052020-10-06Apple Inc.Intelligent organization of tasks items
US11080012B2 (en)2009-06-052021-08-03Apple Inc.Interface for a virtual digital assistant
US10283110B2 (en)2009-07-022019-05-07Apple Inc.Methods and apparatuses for automatic speech recognition
US11423886B2 (en)2010-01-182022-08-23Apple Inc.Task flow identification based on user intent
US12165635B2 (en)2010-01-182024-12-10Apple Inc.Intelligent automated assistant
US10741185B2 (en)2010-01-182020-08-11Apple Inc.Intelligent automated assistant
US10706841B2 (en)2010-01-182020-07-07Apple Inc.Task flow identification based on user intent
US12431128B2 (en)2010-01-182025-09-30Apple Inc.Task flow identification based on user intent
US12087308B2 (en)2010-01-182024-09-10Apple Inc.Intelligent automated assistant
US10049675B2 (en)2010-02-252018-08-14Apple Inc.User profiling for voice input processing
US10692504B2 (en)2010-02-252020-06-23Apple Inc.User profiling for voice input processing
US10417405B2 (en)2011-03-212019-09-17Apple Inc.Device access using voice authentication
US11350253B2 (en)2011-06-032022-05-31Apple Inc.Active transport based notifications
US11120372B2 (en)2011-06-032021-09-14Apple Inc.Performing actions associated with task items that represent tasks to perform
US11069336B2 (en)2012-03-022021-07-20Apple Inc.Systems and methods for name pronunciation
US11269678B2 (en)2012-05-152022-03-08Apple Inc.Systems and methods for integrating third party services with a digital assistant
US11321116B2 (en)2012-05-152022-05-03Apple Inc.Systems and methods for integrating third party services with a digital assistant
US10079014B2 (en)2012-06-082018-09-18Apple Inc.Name recognition system
US9971774B2 (en)2012-09-192018-05-15Apple Inc.Voice-based media searching
US11636869B2 (en)2013-02-072023-04-25Apple Inc.Voice trigger for a digital assistant
US12277954B2 (en)2013-02-072025-04-15Apple Inc.Voice trigger for a digital assistant
US10714117B2 (en)2013-02-072020-07-14Apple Inc.Voice trigger for a digital assistant
US11862186B2 (en)2013-02-072024-01-02Apple Inc.Voice trigger for a digital assistant
US12009007B2 (en)2013-02-072024-06-11Apple Inc.Voice trigger for a digital assistant
US11557310B2 (en)2013-02-072023-01-17Apple Inc.Voice trigger for a digital assistant
US10978090B2 (en)2013-02-072021-04-13Apple Inc.Voice trigger for a digital assistant
US11388291B2 (en)2013-03-142022-07-12Apple Inc.System and method for processing voicemail
US11798547B2 (en)2013-03-152023-10-24Apple Inc.Voice activated device for use with a voice-based digital assistant
US9966060B2 (en)2013-06-072018-05-08Apple Inc.System and method for user-specified pronunciation of words for speech synthesis and recognition
US10657961B2 (en)2013-06-082020-05-19Apple Inc.Interpreting and acting upon commands that involve sharing information with remote devices
US11048473B2 (en)2013-06-092021-06-29Apple Inc.Device, method, and graphical user interface for enabling conversation persistence across two or more instances of a digital assistant
US12073147B2 (en)2013-06-092024-08-27Apple Inc.Device, method, and graphical user interface for enabling conversation persistence across two or more instances of a digital assistant
US11727219B2 (en)2013-06-092023-08-15Apple Inc.System and method for inferring user intent from speech inputs
US10769385B2 (en)2013-06-092020-09-08Apple Inc.System and method for inferring user intent from speech inputs
US12010262B2 (en)2013-08-062024-06-11Apple Inc.Auto-activating smart responses based on activities from remote devices
US10162813B2 (en)2013-11-212018-12-25Microsoft Technology Licensing, LlcDialogue evaluation via multiple hypothesis ranking
US11314370B2 (en)2013-12-062022-04-26Apple Inc.Method for extracting salient dialog usage from live data
US9953637B1 (en)*2014-03-252018-04-24Amazon Technologies, Inc.Speech processing using skip lists
US20150348551A1 (en)*2014-05-302015-12-03Apple Inc.Multi-command single utterance input method
US12118999B2 (en)2014-05-302024-10-15Apple Inc.Reducing the need for manual start/end-pointing and trigger phrases
US11810562B2 (en)2014-05-302023-11-07Apple Inc.Reducing the need for manual start/end-pointing and trigger phrases
US10083690B2 (en)2014-05-302018-09-25Apple Inc.Better resolution when referencing to concepts
US11257504B2 (en)2014-05-302022-02-22Apple Inc.Intelligent assistant for home automation
US10417344B2 (en)2014-05-302019-09-17Apple Inc.Exemplar-based natural language processing
US11699448B2 (en)2014-05-302023-07-11Apple Inc.Intelligent assistant for home automation
US9966065B2 (en)*2014-05-302018-05-08Apple Inc.Multi-command single utterance input method
US10497365B2 (en)2014-05-302019-12-03Apple Inc.Multi-command single utterance input method
US11670289B2 (en)2014-05-302023-06-06Apple Inc.Multi-command single utterance input method
US12067990B2 (en)2014-05-302024-08-20Apple Inc.Intelligent assistant for home automation
US10699717B2 (en)2014-05-302020-06-30Apple Inc.Intelligent assistant for home automation
US10169329B2 (en)2014-05-302019-01-01Apple Inc.Exemplar-based natural language processing
US10657966B2 (en)2014-05-302020-05-19Apple Inc.Better resolution when referencing to concepts
US10714095B2 (en)2014-05-302020-07-14Apple Inc.Intelligent assistant for home automation
US10878809B2 (en)2014-05-302020-12-29Apple Inc.Multi-command single utterance input method
US11133008B2 (en)2014-05-302021-09-28Apple Inc.Reducing the need for manual start/end-pointing and trigger phrases
US10013417B2 (en)2014-06-112018-07-03Facebook, Inc.Classifying languages for objects and entities
US10002131B2 (en)2014-06-112018-06-19Facebook, Inc.Classifying languages for objects and entities
US10108608B2 (en)*2014-06-122018-10-23Microsoft Technology Licensing, LlcDialog state tracking using web-style ranking and multiple language understanding engines
US10904611B2 (en)2014-06-302021-01-26Apple Inc.Intelligent automated assistant for TV user interactions
US9668024B2 (en)2014-06-302017-05-30Apple Inc.Intelligent automated assistant for TV user interactions
US12200297B2 (en)2014-06-302025-01-14Apple Inc.Intelligent automated assistant for TV user interactions
US11516537B2 (en)2014-06-302022-11-29Apple Inc.Intelligent automated assistant for TV user interactions
US11838579B2 (en)2014-06-302023-12-05Apple Inc.Intelligent automated assistant for TV user interactions
US10431204B2 (en)2014-09-112019-10-01Apple Inc.Method and apparatus for discovering trending terms in speech requests
US10390213B2 (en)2014-09-302019-08-20Apple Inc.Social reminders
US10453443B2 (en)2014-09-302019-10-22Apple Inc.Providing an indication of the suitability of speech recognition
US9986419B2 (en)2014-09-302018-05-29Apple Inc.Social reminders
US10438595B2 (en)2014-09-302019-10-08Apple Inc.Speaker identification and unsupervised speaker adaptation techniques
US10817672B2 (en)*2014-10-012020-10-27Nuance Communications, Inc.Natural language understanding (NLU) processing based on user-specified interests
US20160098393A1 (en)*2014-10-012016-04-07Nuance Communications, Inc.Natural language understanding (nlu) processing based on user-specified interests
US10007660B2 (en)*2014-12-012018-06-26Microsoft Technology Licensing, LlcContextual language understanding for multi-turn language tasks
US20170262432A1 (en)*2014-12-012017-09-14Microsoft Technology Licensing, LlcContextual language understanding for multi-turn language tasks
US9864744B2 (en)2014-12-032018-01-09Facebook, Inc.Mining multi-lingual data
US9830386B2 (en)2014-12-302017-11-28Facebook, Inc.Determining trending topics in social media
US10067936B2 (en)2014-12-302018-09-04Facebook, Inc.Machine translation output reranking
US9830404B2 (en)2014-12-302017-11-28Facebook, Inc.Analyzing language dependency structures
US10572810B2 (en)2015-01-072020-02-25Microsoft Technology Licensing, LlcManaging user interaction for input understanding determinations
US9899020B2 (en)2015-02-132018-02-20Facebook, Inc.Machine learning dialect identification
US11231904B2 (en)2015-03-062022-01-25Apple Inc.Reducing response latency of intelligent automated assistants
US12236952B2 (en)2015-03-082025-02-25Apple Inc.Virtual assistant activation
US10311871B2 (en)2015-03-082019-06-04Apple Inc.Competing devices responding to voice triggers
US10529332B2 (en)2015-03-082020-01-07Apple Inc.Virtual assistant activation
US10930282B2 (en)2015-03-082021-02-23Apple Inc.Competing devices responding to voice triggers
US11842734B2 (en)2015-03-082023-12-12Apple Inc.Virtual assistant activation
US11087759B2 (en)2015-03-082021-08-10Apple Inc.Virtual assistant activation
US10567477B2 (en)2015-03-082020-02-18Apple Inc.Virtual assistant continuity
US12154016B2 (en)2015-05-152024-11-26Apple Inc.Virtual assistant in a communication session
US12333404B2 (en)2015-05-152025-06-17Apple Inc.Virtual assistant in a communication session
US11468282B2 (en)2015-05-152022-10-11Apple Inc.Virtual assistant in a communication session
US12001933B2 (en)2015-05-152024-06-04Apple Inc.Virtual assistant in a communication session
US11127397B2 (en)2015-05-272021-09-21Apple Inc.Device voice control
US11070949B2 (en)2015-05-272021-07-20Apple Inc.Systems and methods for proactively identifying and surfacing relevant content on an electronic device with a touch-sensitive display
US10356243B2 (en)2015-06-052019-07-16Apple Inc.Virtual assistant aided communication with 3rd party service in a communication session
US10681212B2 (en)2015-06-052020-06-09Apple Inc.Virtual assistant aided communication with 3rd party service in a communication session
US11025565B2 (en)2015-06-072021-06-01Apple Inc.Personalized prediction of responses for instant messaging
US11010127B2 (en)2015-06-292021-05-18Apple Inc.Virtual assistant for media playback
US11947873B2 (en)2015-06-292024-04-02Apple Inc.Virtual assistant for media playback
WO2017011424A1 (en)*2015-07-132017-01-19Microsoft Technology Licensing, LlcDelayed binding in response selection during input understanding processing
US10249297B2 (en)2015-07-132019-04-02Microsoft Technology Licensing, LlcPropagating conversational alternatives using delayed hypothesis binding
CN107924483A (en)*2015-08-312018-04-17微软技术许可有限责任公司The general generation and application for assuming arranged model
WO2017040437A1 (en)*2015-08-312017-03-09Microsoft Technology Licensing, LlcGeneration and application of universal hypothesis ranking model
US10339916B2 (en)2015-08-312019-07-02Microsoft Technology Licensing, LlcGeneration and application of universal hypothesis ranking model
US11809483B2 (en)2015-09-082023-11-07Apple Inc.Intelligent automated assistant for media search and playback
US11550542B2 (en)2015-09-082023-01-10Apple Inc.Zero latency digital assistant
US11853536B2 (en)2015-09-082023-12-26Apple Inc.Intelligent automated assistant in a media environment
US10747498B2 (en)2015-09-082020-08-18Apple Inc.Zero latency digital assistant
US11954405B2 (en)2015-09-082024-04-09Apple Inc.Zero latency digital assistant
US12386491B2 (en)2015-09-082025-08-12Apple Inc.Intelligent automated assistant in a media environment
US11500672B2 (en)2015-09-082022-11-15Apple Inc.Distributed personal assistant
US12204932B2 (en)2015-09-082025-01-21Apple Inc.Distributed personal assistant
US10671428B2 (en)2015-09-082020-06-02Apple Inc.Distributed personal assistant
US11126400B2 (en)2015-09-082021-09-21Apple Inc.Zero latency digital assistant
US9734142B2 (en)*2015-09-222017-08-15Facebook, Inc.Universal translation
US10346537B2 (en)*2015-09-222019-07-09Facebook, Inc.Universal translation
US11010550B2 (en)2015-09-292021-05-18Apple Inc.Unified language modeling framework for word prediction, auto-completion and auto-correction
US10366158B2 (en)2015-09-292019-07-30Apple Inc.Efficient word encoding for recurrent neural network language models
US12051413B2 (en)2015-09-302024-07-30Apple Inc.Intelligent device identification
US10691473B2 (en)2015-11-062020-06-23Apple Inc.Intelligent automated assistant in a messaging environment
US11526368B2 (en)2015-11-062022-12-13Apple Inc.Intelligent automated assistant in a messaging environment
US11809886B2 (en)2015-11-062023-11-07Apple Inc.Intelligent automated assistant in a messaging environment
US11886805B2 (en)2015-11-092024-01-30Apple Inc.Unconventional virtual assistant interactions
US10354652B2 (en)2015-12-022019-07-16Apple Inc.Applying neural network language models to weighted finite state transducers for automatic speech recognition
US10049668B2 (en)2015-12-022018-08-14Apple Inc.Applying neural network language models to weighted finite state transducers for automatic speech recognition
US10133738B2 (en)2015-12-142018-11-20Facebook, Inc.Translation confidence scores
US10089299B2 (en)2015-12-172018-10-02Facebook, Inc.Multi-media context language processing
US10223066B2 (en)2015-12-232019-03-05Apple Inc.Proactive assistance based on dialog communication between devices
US11853647B2 (en)2015-12-232023-12-26Apple Inc.Proactive assistance based on dialog communication between devices
US10942703B2 (en)2015-12-232021-03-09Apple Inc.Proactive assistance based on dialog communication between devices
US9805029B2 (en)2015-12-282017-10-31Facebook, Inc.Predicting future translations
US10540450B2 (en)2015-12-282020-01-21Facebook, Inc.Predicting future translations
US10002125B2 (en)2015-12-282018-06-19Facebook, Inc.Language model personalization
US10289681B2 (en)2015-12-282019-05-14Facebook, Inc.Predicting future translations
US10229687B2 (en)2016-03-102019-03-12Microsoft Technology Licensing, LlcScalable endpoint-dependent natural language understanding
US10446143B2 (en)2016-03-142019-10-15Apple Inc.Identification of voice inputs providing credentials
JPWO2017200072A1 (en)*2016-05-202019-03-14日本電信電話株式会社 Dialogue method, dialogue system, dialogue apparatus, and program
US9934775B2 (en)2016-05-262018-04-03Apple Inc.Unit-selection text-to-speech synthesis based on predicted concatenation parameters
US9972304B2 (en)2016-06-032018-05-15Apple Inc.Privacy preserving distributed evaluation framework for embedded personalized systems
US10249300B2 (en)2016-06-062019-04-02Apple Inc.Intelligent list reading
US11227589B2 (en)2016-06-062022-01-18Apple Inc.Intelligent list reading
US12400084B2 (en)*2016-06-082025-08-26Adeia Guides Inc.Systems and methods for determining context switching in conversation
US20170357635A1 (en)*2016-06-082017-12-14Rovi Guides, Inc.Systems and methods for determining context switching in conversation
US11263406B2 (en)*2016-06-082022-03-01Rovi Guides, Inc.Systems and methods for determining context switching in conversation
AU2021245232B2 (en)*2016-06-082023-08-10Rovi Guides, Inc.Systems and methods for determining context switching in conversation
US9858265B1 (en)*2016-06-082018-01-02Rovi Guides, Inc.Systems and methods for determining context switching in conversation
US10049663B2 (en)2016-06-082018-08-14Apple, Inc.Intelligent automated assistant for media exploration
US20190286644A1 (en)*2016-06-082019-09-19Rovi Guides, Inc.Systems and methods for determining context switching in conversation
US11069347B2 (en)2016-06-082021-07-20Apple Inc.Intelligent automated assistant for media exploration
US20220215178A1 (en)*2016-06-082022-07-07Rovi Guides, Inc.Systems and methods for determining context switching in conversation
US12223282B2 (en)2016-06-092025-02-11Apple Inc.Intelligent automated assistant in a home environment
US10354011B2 (en)2016-06-092019-07-16Apple Inc.Intelligent automated assistant in a home environment
US11657820B2 (en)2016-06-102023-05-23Apple Inc.Intelligent digital assistant in a multi-tasking environment
US10490187B2 (en)2016-06-102019-11-26Apple Inc.Digital assistant providing automated status report
US10509862B2 (en)2016-06-102019-12-17Apple Inc.Dynamic phrase expansion of language input
US11037565B2 (en)2016-06-102021-06-15Apple Inc.Intelligent digital assistant in a multi-tasking environment
US10192552B2 (en)2016-06-102019-01-29Apple Inc.Digital assistant providing whispered speech
US10067938B2 (en)2016-06-102018-09-04Apple Inc.Multilingual word prediction
US12175977B2 (en)2016-06-102024-12-24Apple Inc.Intelligent digital assistant in a multi-tasking environment
US10733993B2 (en)2016-06-102020-08-04Apple Inc.Intelligent digital assistant in a multi-tasking environment
US10521466B2 (en)2016-06-112019-12-31Apple Inc.Data driven natural language event detection and classification
US11749275B2 (en)2016-06-112023-09-05Apple Inc.Application integration with a digital assistant
US10942702B2 (en)2016-06-112021-03-09Apple Inc.Intelligent device arbitration and control
US12293763B2 (en)2016-06-112025-05-06Apple Inc.Application integration with a digital assistant
US11152002B2 (en)2016-06-112021-10-19Apple Inc.Application integration with a digital assistant
US10580409B2 (en)2016-06-112020-03-03Apple Inc.Application integration with a digital assistant
US12197817B2 (en)2016-06-112025-01-14Apple Inc.Intelligent device arbitration and control
US10297253B2 (en)2016-06-112019-05-21Apple Inc.Application integration with a digital assistant
US10269345B2 (en)2016-06-112019-04-23Apple Inc.Intelligent task discovery
US10089072B2 (en)2016-06-112018-10-02Apple Inc.Intelligent device arbitration and control
US11809783B2 (en)2016-06-112023-11-07Apple Inc.Intelligent device arbitration and control
US10902215B1 (en)2016-06-302021-01-26Facebook, Inc.Social hash for language models
US10902221B1 (en)2016-06-302021-01-26Facebook, Inc.Social hash for language models
US11049493B2 (en)*2016-07-282021-06-29National Institute Of Information And Communications TechnologySpoken dialog device, spoken dialog method, and recording medium
US20210319032A1 (en)*2016-08-092021-10-14Ripcord Inc.Systems and methods for contextual retrieval and contextual display of records
US10474753B2 (en)2016-09-072019-11-12Apple Inc.Language identification using recurrent neural networks
US10446137B2 (en)2016-09-072019-10-15Microsoft Technology Licensing, LlcAmbiguity resolving conversational understanding system
US10043516B2 (en)2016-09-232018-08-07Apple Inc.Intelligent automated assistant
US10553215B2 (en)2016-09-232020-02-04Apple Inc.Intelligent automated assistant
US11379489B2 (en)2016-10-102022-07-05Microsoft Technology Licensing, LlcDigital assistant extension automatic ranking and selection
US10437841B2 (en)2016-10-102019-10-08Microsoft Technology Licensing, LlcDigital assistant extension automatic ranking and selection
US11281993B2 (en)2016-12-052022-03-22Apple Inc.Model and ensemble compression for metric learning
US10593346B2 (en)2016-12-222020-03-17Apple Inc.Rank-reduced token representation for automatic speech recognition
US10180935B2 (en)2016-12-302019-01-15Facebook, Inc.Identifying multiple languages in a content item
US12260234B2 (en)2017-01-092025-03-25Apple Inc.Application integration with a digital assistant
US11656884B2 (en)2017-01-092023-05-23Apple Inc.Application integration with a digital assistant
US11204787B2 (en)2017-01-092021-12-21Apple Inc.Application integration with a digital assistant
US10417266B2 (en)2017-05-092019-09-17Apple Inc.Context-aware ranking of intelligent response suggestions
US10741181B2 (en)2017-05-092020-08-11Apple Inc.User interface for correcting recognition errors
US10332518B2 (en)2017-05-092019-06-25Apple Inc.User interface for correcting recognition errors
US10847142B2 (en)2017-05-112020-11-24Apple Inc.Maintaining privacy of personal information
US11599331B2 (en)2017-05-112023-03-07Apple Inc.Maintaining privacy of personal information
US10395654B2 (en)2017-05-112019-08-27Apple Inc.Text normalization based on a data-driven learning network
US10755703B2 (en)2017-05-112020-08-25Apple Inc.Offline personal assistant
US11467802B2 (en)2017-05-112022-10-11Apple Inc.Maintaining privacy of personal information
US10726832B2 (en)2017-05-112020-07-28Apple Inc.Maintaining privacy of personal information
US11580990B2 (en)2017-05-122023-02-14Apple Inc.User-specific acoustic models
US11862151B2 (en)2017-05-122024-01-02Apple Inc.Low-latency intelligent automated assistant
US10789945B2 (en)2017-05-122020-09-29Apple Inc.Low-latency intelligent automated assistant
US11301477B2 (en)2017-05-122022-04-12Apple Inc.Feedback analysis of a digital assistant
US10791176B2 (en)2017-05-122020-09-29Apple Inc.Synchronization and task delegation of a digital assistant
US11405466B2 (en)2017-05-122022-08-02Apple Inc.Synchronization and task delegation of a digital assistant
US11538469B2 (en)2017-05-122022-12-27Apple Inc.Low-latency intelligent automated assistant
US10410637B2 (en)2017-05-122019-09-10Apple Inc.User-specific acoustic models
US11380310B2 (en)2017-05-122022-07-05Apple Inc.Low-latency intelligent automated assistant
US11837237B2 (en)2017-05-122023-12-05Apple Inc.User-specific acoustic models
US12014118B2 (en)2017-05-152024-06-18Apple Inc.Multi-modal interfaces having selection disambiguation and text modification capability
US10482874B2 (en)2017-05-152019-11-19Apple Inc.Hierarchical belief states for digital assistants
US10565314B2 (en)*2017-05-152020-02-18International Business Machines CorporationDisambiguating concepts in natural language
US10810274B2 (en)2017-05-152020-10-20Apple Inc.Optimizing dialogue policy decisions for digital assistants using implicit feedback
US10372824B2 (en)*2017-05-152019-08-06International Business Machines CorporationDisambiguating concepts in natural language
US20190251173A1 (en)*2017-05-152019-08-15International Business Machines CorporationDisambiguating concepts in natural language
US12026197B2 (en)2017-05-162024-07-02Apple Inc.Intelligent automated assistant for media exploration
US11532306B2 (en)2017-05-162022-12-20Apple Inc.Detecting a trigger of a digital assistant
US10403278B2 (en)2017-05-162019-09-03Apple Inc.Methods and systems for phonetic matching in digital assistant services
US10303715B2 (en)2017-05-162019-05-28Apple Inc.Intelligent automated assistant for media exploration
US10909171B2 (en)2017-05-162021-02-02Apple Inc.Intelligent automated assistant for media exploration
US12254887B2 (en)2017-05-162025-03-18Apple Inc.Far-field extension of digital assistant services for providing a notification of an event to a user
US10748546B2 (en)2017-05-162020-08-18Apple Inc.Digital assistant services based on device capabilities
US10311144B2 (en)2017-05-162019-06-04Apple Inc.Emoji word sense disambiguation
US11217255B2 (en)2017-05-162022-01-04Apple Inc.Far-field extension for digital assistant services
US11675829B2 (en)2017-05-162023-06-13Apple Inc.Intelligent automated assistant for media exploration
US10657328B2 (en)2017-06-022020-05-19Apple Inc.Multi-task recurrent neural network architecture for efficient morphology handling in neural language modeling
CN110720090A (en)*2017-07-072020-01-21谷歌有限责任公司Invoking an automated assistant to perform multiple tasks through individual commands
EP3519955B1 (en)*2017-07-072022-12-07Google LLCInvoking an automated assistant to perform multiple tasks through an individual command
US11494225B2 (en)2017-07-072022-11-08Google LlcInvoking an automated assistant to perform multiple tasks through an individual command
US11861393B2 (en)2017-07-072024-01-02Google LlcInvoking an automated assistant to perform multiple tasks through an individual command
US10445429B2 (en)2017-09-212019-10-15Apple Inc.Natural language understanding using vocabularies with compressed serialized tries
US10755051B2 (en)2017-09-292020-08-25Apple Inc.Rule-based natural language processing
US10380249B2 (en)2017-10-022019-08-13Facebook, Inc.Predicting future trending topics
US10636424B2 (en)2017-11-302020-04-28Apple Inc.Multi-turn canned dialog
US10733982B2 (en)2018-01-082020-08-04Apple Inc.Multi-directional dialog
US10733375B2 (en)2018-01-312020-08-04Apple Inc.Knowledge-based framework for improving natural language understanding
US20210005177A1 (en)*2018-02-202021-01-07Sony CorporationInformation processing apparatus, information processing system, information processing method, and program
US11694675B2 (en)*2018-02-202023-07-04Sony CorporationInformation processing apparatus, information processing system, and information processing method
US10789959B2 (en)2018-03-022020-09-29Apple Inc.Training speaker recognition models for digital assistants
US10592604B2 (en)2018-03-122020-03-17Apple Inc.Inverse text normalization for automatic speech recognition
WO2019190462A1 (en)*2018-03-262019-10-03Rovi Guides, Inc.Methods and systems for performing context maintenance on search queries in a conversational search environment
US11710482B2 (en)2018-03-262023-07-25Apple Inc.Natural assistant interaction
US20210103606A1 (en)*2018-03-262021-04-08Rovi Guides, Inc.Methods and systems for performing context maintenance on search queries in a conversational search environment
US12061634B2 (en)*2018-03-262024-08-13Rovi Guides, Inc.Methods and systems for performing context maintenance on search queries in a conversational search environment
US10818288B2 (en)2018-03-262020-10-27Apple Inc.Natural assistant interaction
US12211502B2 (en)2018-03-262025-01-28Apple Inc.Natural assistant interaction
US10909331B2 (en)2018-03-302021-02-02Apple Inc.Implicit identification of translation payload with neural machine translation
US11868734B2 (en)*2018-04-162024-01-09Ntt Docomo, Inc.Dialogue system
US20210124879A1 (en)*2018-04-172021-04-29Ntt Docomo, Inc.Dialogue system
US11663420B2 (en)*2018-04-172023-05-30Ntt Docomo, Inc.Dialogue system
US20230186618A1 (en)2018-04-202023-06-15Meta Platforms, Inc.Generating Multi-Perspective Responses by Assistant Systems
US12198413B2 (en)2018-04-202025-01-14Meta Platforms, Inc.Ephemeral content digests for assistant systems
US11908179B2 (en)2018-04-202024-02-20Meta Platforms, Inc.Suggestions for fallback social contacts for assistant systems
US12112530B2 (en)2018-04-202024-10-08Meta Platforms, Inc.Execution engine for compositional entity resolution for assistant systems
US11245646B1 (en)2018-04-202022-02-08Facebook, Inc.Predictive injection of conversation fillers for assistant systems
US12125272B2 (en)2018-04-202024-10-22Meta Platforms Technologies, LlcPersonalized gesture recognition for user interaction with assistant systems
US12131523B2 (en)2018-04-202024-10-29Meta Platforms, Inc.Multiple wake words for systems with multiple smart assistants
US12131522B2 (en)2018-04-202024-10-29Meta Platforms, Inc.Contextual auto-completion for assistant systems
US11688159B2 (en)2018-04-202023-06-27Meta Platforms, Inc.Engaging users by personalized composing-content recommendation
US11249773B2 (en)2018-04-202022-02-15Facebook Technologies, Llc.Auto-completion for gesture-input in assistant systems
US11249774B2 (en)2018-04-202022-02-15Facebook, Inc.Realtime bandwidth-based communication for assistant systems
US11887359B2 (en)2018-04-202024-01-30Meta Platforms, Inc.Content suggestions for content digests for assistant systems
US11429649B2 (en)2018-04-202022-08-30Meta Platforms, Inc.Assisting users with efficient information sharing among social connections
US20210224346A1 (en)2018-04-202021-07-22Facebook, Inc.Engaging Users by Personalized Composing-Content Recommendation
US11886473B2 (en)2018-04-202024-01-30Meta Platforms, Inc.Intent identification for agent matching by assistant systems
US11676220B2 (en)2018-04-202023-06-13Meta Platforms, Inc.Processing multimodal user input for assistant systems
US11544305B2 (en)2018-04-202023-01-03Meta Platforms, Inc.Intent identification for agent matching by assistant systems
US11721093B2 (en)2018-04-202023-08-08Meta Platforms, Inc.Content summarization for assistant systems
US11368420B1 (en)*2018-04-202022-06-21Facebook Technologies, Llc.Dialog state tracking for assistant systems
US11231946B2 (en)2018-04-202022-01-25Facebook Technologies, LlcPersonalized gesture recognition for user interaction with assistant systems
US11694429B2 (en)2018-04-202023-07-04Meta Platforms Technologies, LlcAuto-completion for gesture-input in assistant systems
US11727677B2 (en)2018-04-202023-08-15Meta Platforms Technologies, LlcPersonalized gesture recognition for user interaction with assistant systems
US12001862B1 (en)2018-04-202024-06-04Meta Platforms, Inc.Disambiguating user input with memorization for improved user assistance
US12374097B2 (en)2018-04-202025-07-29Meta Platforms, Inc.Generating multi-perspective responses by assistant systems
US11307880B2 (en)2018-04-202022-04-19Meta Platforms, Inc.Assisting users with personalized and contextual communication content
US11308169B1 (en)2018-04-202022-04-19Meta Platforms, Inc.Generating multi-perspective responses by assistant systems
US11704900B2 (en)2018-04-202023-07-18Meta Platforms, Inc.Predictive injection of conversation fillers for assistant systems
US12406316B2 (en)2018-04-202025-09-02Meta Platforms, Inc.Processing multimodal user input for assistant systems
US11704899B2 (en)2018-04-202023-07-18Meta Platforms, Inc.Resolving entities from multiple data sources for assistant systems
US11301521B1 (en)2018-04-202022-04-12Meta Platforms, Inc.Suggestions for fallback social contacts for assistant systems
US11715042B1 (en)2018-04-202023-08-01Meta Platforms Technologies, LlcInterpretability of deep reinforcement learning models in assistant systems
US11715289B2 (en)2018-04-202023-08-01Meta Platforms, Inc.Generating multi-perspective responses by assistant systems
US10928918B2 (en)2018-05-072021-02-23Apple Inc.Raise to speak
US11900923B2 (en)2018-05-072024-02-13Apple Inc.Intelligent automated assistant for delivering content from user experiences
US11169616B2 (en)2018-05-072021-11-09Apple Inc.Raise to speak
US11145294B2 (en)2018-05-072021-10-12Apple Inc.Intelligent automated assistant for delivering content from user experiences
US11854539B2 (en)2018-05-072023-12-26Apple Inc.Intelligent automated assistant for delivering content from user experiences
US11487364B2 (en)2018-05-072022-11-01Apple Inc.Raise to speak
US11907436B2 (en)2018-05-072024-02-20Apple Inc.Raise to speak
US10984780B2 (en)2018-05-212021-04-20Apple Inc.Global semantic word embeddings using bi-directional recurrent neural networks
US10984798B2 (en)2018-06-012021-04-20Apple Inc.Voice interaction at a primary device to access call functionality of a companion device
US11630525B2 (en)2018-06-012023-04-18Apple Inc.Attention aware virtual assistant dismissal
US10720160B2 (en)2018-06-012020-07-21Apple Inc.Voice interaction at a primary device to access call functionality of a companion device
US10684703B2 (en)2018-06-012020-06-16Apple Inc.Attention aware virtual assistant dismissal
US12061752B2 (en)2018-06-012024-08-13Apple Inc.Attention aware virtual assistant dismissal
US10892996B2 (en)2018-06-012021-01-12Apple Inc.Variable latency device coordination
US12067985B2 (en)2018-06-012024-08-20Apple Inc.Virtual assistant operations in multi-device environments
US10403283B1 (en)2018-06-012019-09-03Apple Inc.Voice interaction at a primary device to access call functionality of a companion device
US12080287B2 (en)2018-06-012024-09-03Apple Inc.Voice interaction at a primary device to access call functionality of a companion device
US12386434B2 (en)2018-06-012025-08-12Apple Inc.Attention aware virtual assistant dismissal
US11360577B2 (en)2018-06-012022-06-14Apple Inc.Attention aware virtual assistant dismissal
US11495218B2 (en)2018-06-012022-11-08Apple Inc.Virtual assistant operation in multi-device environments
US11009970B2 (en)2018-06-012021-05-18Apple Inc.Attention aware virtual assistant dismissal
US11431642B2 (en)2018-06-012022-08-30Apple Inc.Variable latency device coordination
US11386266B2 (en)2018-06-012022-07-12Apple Inc.Text correction
US10944859B2 (en)2018-06-032021-03-09Apple Inc.Accelerated task performance
US10496705B1 (en)2018-06-032019-12-03Apple Inc.Accelerated task performance
US10504518B1 (en)2018-06-032019-12-10Apple Inc.Accelerated task performance
US11010561B2 (en)2018-09-272021-05-18Apple Inc.Sentiment prediction from textual data
US20200105258A1 (en)*2018-09-272020-04-02Coretronic CorporationIntelligent voice system and method for controlling projector by using the intelligent voice system
US11100926B2 (en)*2018-09-272021-08-24Coretronic CorporationIntelligent voice system and method for controlling projector by using the intelligent voice system
US11087754B2 (en)2018-09-272021-08-10Coretronic CorporationIntelligent voice system and method for controlling projector by using the intelligent voice system
US11893992B2 (en)2018-09-282024-02-06Apple Inc.Multi-modal inputs for voice commands
US12367879B2 (en)2018-09-282025-07-22Apple Inc.Multi-modal inputs for voice commands
US10839159B2 (en)2018-09-282020-11-17Apple Inc.Named entity normalization in a spoken dialog system
US11170166B2 (en)2018-09-282021-11-09Apple Inc.Neural typographical error modeling via generative adversarial networks
US11462215B2 (en)2018-09-282022-10-04Apple Inc.Multi-modal inputs for voice commands
US11475898B2 (en)2018-10-262022-10-18Apple Inc.Low-latency multi-speaker speech recognition
US11335346B1 (en)*2018-12-102022-05-17Amazon Technologies, Inc.Natural language understanding processing
US11638059B2 (en)2019-01-042023-04-25Apple Inc.Content playback on multiple devices
US12136419B2 (en)2019-03-182024-11-05Apple Inc.Multimodality in digital assistant systems
US11348573B2 (en)2019-03-182022-05-31Apple Inc.Multimodality in digital assistant systems
US11783815B2 (en)2019-03-182023-10-10Apple Inc.Multimodality in digital assistant systems
US11675491B2 (en)2019-05-062023-06-13Apple Inc.User configurable task triggers
US11217251B2 (en)2019-05-062022-01-04Apple Inc.Spoken notifications
US11475884B2 (en)2019-05-062022-10-18Apple Inc.Reducing digital assistant latency when a language is incorrectly determined
US11307752B2 (en)2019-05-062022-04-19Apple Inc.User configurable task triggers
US11705130B2 (en)2019-05-062023-07-18Apple Inc.Spoken notifications
US12154571B2 (en)2019-05-062024-11-26Apple Inc.Spoken notifications
US11423908B2 (en)2019-05-062022-08-23Apple Inc.Interpreting spoken requests
US12216894B2 (en)2019-05-062025-02-04Apple Inc.User configurable task triggers
US11888791B2 (en)2019-05-212024-01-30Apple Inc.Providing message response suggestions
US11140099B2 (en)2019-05-212021-10-05Apple Inc.Providing message response suggestions
US11289073B2 (en)2019-05-312022-03-29Apple Inc.Device text to speech
US11237797B2 (en)2019-05-312022-02-01Apple Inc.User activity shortcut suggestions
US11360739B2 (en)2019-05-312022-06-14Apple Inc.User activity shortcut suggestions
US11657813B2 (en)2019-05-312023-05-23Apple Inc.Voice identification in digital assistant systems
US11496600B2 (en)2019-05-312022-11-08Apple Inc.Remote execution of machine-learned models
US11790914B2 (en)2019-06-012023-10-17Apple Inc.Methods and user interfaces for voice-based control of electronic devices
US11360641B2 (en)2019-06-012022-06-14Apple Inc.Increasing the relevance of new available information
US12026133B2 (en)*2019-09-242024-07-02Workday, Inc.Data space scalability for algorithm traversal
US12153555B2 (en)2019-09-242024-11-26Workday, Inc.Data space scalability for algorithm traversal
US20210319001A1 (en)*2019-09-242021-10-14Workday, Inc.Data space scalability for algorithm traversal
US11488406B2 (en)2019-09-252022-11-01Apple Inc.Text detection using global geometry estimators
US11443120B2 (en)2019-10-182022-09-13Meta Platforms, Inc.Multimodal entity and coreference resolution for assistant systems
US11694281B1 (en)2019-10-182023-07-04Meta Platforms, Inc.Personalized conversational recommendations by assistant systems
US12299755B2 (en)2019-10-182025-05-13Meta Platforms Technologies, LlcContext carryover across tasks for assistant systems
US20210117681A1 (en)2019-10-182021-04-22Facebook, Inc.Multimodal Dialog State Tracking and Action Prediction for Assistant Systems
US11704745B2 (en)2019-10-182023-07-18Meta Platforms, Inc.Multimodal dialog state tracking and action prediction for assistant systems
US11238239B2 (en)2019-10-182022-02-01Facebook Technologies, LlcIn-call experience enhancement for assistant systems
US11308284B2 (en)2019-10-182022-04-19Facebook Technologies, Llc.Smart cameras enabled by assistant systems
US11341335B1 (en)2019-10-182022-05-24Facebook Technologies, LlcDialog session override policies for assistant systems
US11567788B1 (en)2019-10-182023-01-31Meta Platforms, Inc.Generating proactive reminders for assistant systems
US11699194B2 (en)2019-10-182023-07-11Meta Platforms Technologies, LlcUser controlled task execution with task persistence for assistant systems
US11688022B2 (en)2019-10-182023-06-27Meta Platforms, Inc.Semantic representations using structural ontology for assistant systems
US11948563B1 (en)2019-10-182024-04-02Meta Platforms, Inc.Conversation summarization during user-control task execution for assistant systems
US12019685B1 (en)2019-10-182024-06-25Meta Platforms Technologies, LlcContext carryover across tasks for assistant systems
US11403466B2 (en)2019-10-182022-08-02Facebook Technologies, Llc.Speech recognition accuracy with natural-language understanding based meta-speech systems for assistant systems
US11688021B2 (en)2019-10-182023-06-27Meta Platforms Technologies, LlcSuppressing reminders for assistant systems
US11636438B1 (en)2019-10-182023-04-25Meta Platforms Technologies, LlcGenerating smart reminders by assistant systems
US11861674B1 (en)2019-10-182024-01-02Meta Platforms Technologies, LlcMethod, one or more computer-readable non-transitory storage media, and a system for generating comprehensive information for products of interest by assistant systems
US11314941B2 (en)2019-10-182022-04-26Facebook Technologies, Llc.On-device convolutional neural network models for assistant systems
US11669918B2 (en)2019-10-182023-06-06Meta Platforms Technologies, LlcDialog session override policies for assistant systems
US12182883B2 (en)2019-10-182024-12-31Meta Platforms Technologies, LlcIn-call experience enhancement for assistant systems
US12301635B2 (en)2020-05-112025-05-13Apple Inc.Digital assistant hardware abstraction
US11914848B2 (en)2020-05-112024-02-27Apple Inc.Providing relevant data items based on context
US12197712B2 (en)2020-05-112025-01-14Apple Inc.Providing relevant data items based on context
US11924254B2 (en)2020-05-112024-03-05Apple Inc.Digital assistant hardware abstraction
US11765209B2 (en)2020-05-112023-09-19Apple Inc.Digital assistant hardware abstraction
US11755276B2 (en)2020-05-122023-09-12Apple Inc.Reducing description length based on confidence
US10818293B1 (en)2020-07-142020-10-27Drift.com, Inc.Selecting a response in a multi-turn interaction between a user and a conversational bot
US11838734B2 (en)2020-07-202023-12-05Apple Inc.Multi-device audio adjustment coordination
US12219314B2 (en)2020-07-212025-02-04Apple Inc.User identification using headphones
US11750962B2 (en)2020-07-212023-09-05Apple Inc.User identification using headphones
US11696060B2 (en)2020-07-212023-07-04Apple Inc.User identification using headphones
EP4006899A4 (en)*2020-08-172022-06-01Guangzhou Chengxing Zhidong Motors Technology Co., Ltd. VOICE INTERACTION METHOD, SERVER AND VOICE INTERACTION SYSTEM
US12198430B1 (en)2020-09-012025-01-14Meta Platforms, Inc.Multimodal state tracking via scene graphs for assistant systems
US20220111294A1 (en)*2020-10-142022-04-14Sony Interactive Entertainment Inc.Apparatus and method for audio data analysis
US12070688B2 (en)*2020-10-142024-08-27Sony Interactive Entertainment Inc.Apparatus and method for audio data analysis
US11984124B2 (en)2020-11-132024-05-14Apple Inc.Speculative task flow execution
US11563706B2 (en)2020-12-292023-01-24Meta Platforms, Inc.Generating context-aware rendering of media contents for assistant systems
US11809480B1 (en)2020-12-312023-11-07Meta Platforms, Inc.Generating dynamic knowledge graph of media contents for assistant systems
US11966701B2 (en)2021-04-212024-04-23Meta Platforms, Inc.Dynamic content rendering based on context for AR and assistant systems
US12131733B2 (en)2021-04-212024-10-29Meta Platforms, Inc.Active listening for assistant systems
US11861315B2 (en)2021-04-212024-01-02Meta Platforms, Inc.Continuous learning for natural-language understanding models for assistant systems
US12118790B2 (en)2021-04-212024-10-15Meta Platforms, Inc.Auto-capture of interesting moments by assistant systems
US12125297B2 (en)2021-04-212024-10-22Meta Platforms, Inc.Task execution based on real-world text detection for assistant systems
US12374330B1 (en)2021-04-212025-07-29Meta Platforms, Inc.Action registry management via assistant application and device software development toolkits
US12045568B1 (en)2021-11-122024-07-23Meta Platforms, Inc.Span pointer networks for non-autoregressive task-oriented semantic parsing for assistant systems
US12443797B1 (en)2021-12-062025-10-14Meta Platforms, Inc.Low-resource task-oriented semantic parsing via intrinsic modeling for assistant systems
US12142298B1 (en)2022-02-142024-11-12Meta Platforms, Inc.Creating digital stories based on memory graphs and multi-turn dialogs for assistant systems
US12353897B2 (en)2022-07-292025-07-08Meta Platforms, Inc.Dynamically morphing virtual assistant avatars for assistant systems
US12249014B1 (en)2022-07-292025-03-11Meta Platforms, Inc.Integrating applications with dynamic virtual assistant avatars
US11983329B1 (en)2022-12-052024-05-14Meta Platforms, Inc.Detecting head gestures using inertial measurement unit signals
US12112001B1 (en)2023-03-142024-10-08Meta Platforms, Inc.Preventing false activations based on don/doff detection for assistant systems
US20250005050A1 (en)*2023-06-292025-01-02Microsoft Technology Licensing, LlcGenerative summarization dialog-based information retrieval system
US12299015B2 (en)*2023-06-292025-05-13Microsoft Technology Licensing, LlcGenerative summarization dialog-based information retrieval system

Also Published As

Publication numberPublication date
WO2015077263A1 (en)2015-05-28
US10162813B2 (en)2018-12-25

Similar Documents

PublicationPublication DateTitle
US10162813B2 (en)Dialogue evaluation via multiple hypothesis ranking
AU2022221387B2 (en)Facilitating end-to-end communications with automated assistants in multiple languages
US11354521B2 (en)Facilitating communications with automated assistants in multiple languages
CN110288985B (en)Voice data processing method and device, electronic equipment and storage medium
CN112673421B (en) Training and/or using a language selection model to automatically determine a language for speech recognition of spoken utterances
CN114830148A (en)Controlled benchmarked text generation
JP6535349B2 (en) Contextual Interpretation in Natural Language Processing Using Previous Dialogue Acts
EP3469585B1 (en)Scalable dynamic class language modeling
US11016968B1 (en)Mutation architecture for contextual data aggregator
US12387720B2 (en)Neural sentence generator for virtual assistants
US9953644B2 (en)Targeted clarification questions in speech recognition with concept presence score and concept correctness score
US20140316764A1 (en)Clarifying natural language input using targeted questions
KR20210138776A (en) Phoneme-Based Contextualization for Cross-Language Speech Recognition in End-to-End Models
CN115398436A (en)Noise data augmentation for natural language processing
US9589563B2 (en)Speech recognition of partial proper names by natural language processing
US10152298B1 (en)Confidence estimation based on frequency
KR20210060897A (en)Method and apparatus for processing speech
EP3625797A1 (en)Cluster based search and recommendation method to rapidly on-board commands in personal assistants
WO2018057427A1 (en)Syntactic re-ranking of potential transcriptions during automatic speech recognition
US12165638B2 (en)Personalizable probabilistic models
Tomashenko et al.Dialogue history integration into end-to-end signal-to-concept spoken language understanding systems
US11893994B1 (en)Processing optimization using machine learning
US11289095B2 (en)Method of and system for translating speech to text
Fan et al.Just speak it: Minimize cognitive load for eyes-free text editing with a smart voice assistant
Moyal et al.Phonetic search methods for large speech databases

Legal Events

DateCodeTitleDescription
ASAssignment

Owner name:MICROSOFT CORPORATION, WASHINGTON

Free format text:ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNORS:SARIKAYA, RUHI;BOIES, DANIEL;CROOK, PAUL A.;AND OTHERS;SIGNING DATES FROM 20131121 TO 20131122;REEL/FRAME:033285/0891

ASAssignment

Owner name:MICROSOFT TECHNOLOGY LICENSING, LLC, WASHINGTON

Free format text:ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:MICROSOFT CORPORATION;REEL/FRAME:034747/0417

Effective date:20141014

Owner name:MICROSOFT TECHNOLOGY LICENSING, LLC, WASHINGTON

Free format text:ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:MICROSOFT CORPORATION;REEL/FRAME:039025/0454

Effective date:20141014

STCFInformation on status: patent grant

Free format text:PATENTED CASE

MAFPMaintenance fee payment

Free format text:PAYMENT OF MAINTENANCE FEE, 4TH YEAR, LARGE ENTITY (ORIGINAL EVENT CODE: M1551); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY

Year of fee payment:4


[8]ページ先頭

©2009-2025 Movatter.jp