“Ambient intelligence" will accelerate advances in general AI

人工智能
自然语言处理
海外精选
海外精选的内容汇集了全球优质的亚马逊云科技相关技术内容。同时,内容中提到的“AWS” 是 “Amazon Web Services” 的缩写,在此网站不作为商标展示。
0
0
{"value":"As the world has become more connected, and computing has permeated our surroundings, a new AI paradigm is emerging: ambient intelligence. In this paradigm, our environment responds to our requests and anticipates our needs, provides information or suggests actions, and then recedes into the background.\n\n![abce27c1bada477c8bccd220203dd74b_image1.png](https://dev-media.amazoncloud.cn/d1c577b323904d56b3090ab0bdb5aa0c_abce27c1bada477c8bccd220203dd74b_image%281%29.png)\n\nRohit Prasad, Alexa head scientist and senior vice president at Amazon.\n\nThis vision of ambient intelligence is not that different from the one on Star Trek. But for most of the last decade, the focus has been reactive assistance — for example, ensuring that customer-initiated requests to Alexa meet customers’ expectations.\n\nIn the ambient-intelligence vision, an AI service such as Alexa makes sense of the state of your environment, including devices, sensors, objects, people, and activity around you, to help you in every situation where you need assistance — either reactively (customer initiated) or proactively (AI initiated).\n\nRealizing the ultimate potential of ambient intelligence requires Alexa to bring the best of machine-intelligence capabilities together with the best of human-intelligence capabilities, which is the barometer of general intelligence today.\n\nThe most pragmatic definition of general intelligence is the ability to (1) learn multiple tasks jointly, versus modeling each task independently; (2) continually adapt to changes within a set of known tasks, without explicit human supervision; and (3) learn new tasks directly by interacting with end users.\n\nWhile these general-intelligence characteristics apply to all types of AI systems, for interactive AI services such as Alexa, two more attributes are critical: (1) multisensory and multimodal intelligence — the ability to process data from multiple input sensors (e.g., microphones, cameras, ultrasound), fuse sensor data for improved understanding of customer goals, and generate output in different modalities (e.g., speech, text, image, video); and (2) interaction skills — the ability to converse in a human-like manner, which encompasses not just command of natural language but also the ability to recognize and respond to affect.\n\nWhat this means for our customers is that Alexa will become\n\n- More competent: Alexa’s functionalities and skills will expand much faster through multitask intelligence. Additionally, Alexa will improve through self-learning, becoming less reliant on labeled data;\n- More natural and conversational: Alexa interactions will be as free flowing as human interactions through multisensory intelligence, generalizable language models, commonsense reasoning, and affect modeling; \n- More personalized: Alexa will adapt to each individual using speech and computer vision. Further, customers will be able to directly personalize Alexa explicitly and implicitly; \n- More insightful and proactive: Alexa will anticipate customer needs through awareness of the shared environment, make suggestions, and even act on customers’ behalf; \n- More trustworthy: Alexa will have the same attributes that we cherish in trustworthy people, such as discretion, fairness, and ethical behavior.\n\nIn the past year, Alexa has made considerable progress on all these fronts.\n\n#### **More competent**\n\nAlexa receives billions of requests per month, and it is critical for it to answer each of these requests to customers’ satisfaction. In 2021, through advances in automatic speech recognition (ASR), natural-language understanding (NLU), and action resolution, Alexa has become 13% more accurate than the previous year — even as the complexity of customer requests has increased.\n\nAlexa has more than 130,000 third-party skills, whose diversity is a testament to their developers’ creativity. Further, it is available in more than 15 language variants across more than 80 countries, most recently Khaleeji Arabic in Saudi Arabia.\n\nThrough advances in large pretrained language models, we are making it easier to expand Alexa’s functionality in terms of both skills and languages. Specifically, we have trained an “Alexa Teacher Model,” a large, pretrained, multilingual model with billions of parameters that encodes language as well as salient patterns of interactions with Alexa. Instead of building new task-specific NLU models (e.g., a skill, a feature, or a language) from scratch on task-specific data, we can build them by fine-tuning the Alexa Teacher model, which provides substantial gains in performance from the same amount of task-specific training data.\n\nWhile today, the Alexa Teacher Model itself is impractical for real-time language understanding, once it is distilled and fine-tuned, it is compact enough to run in real time but remains more accurate than a similar-sized model trained from scratch. The capacity to generalize across tasks, which the language model enables, is one of the hallmarks of general intelligence.\n\n![image.png](https://dev-media.amazoncloud.cn/b1d1f9ba4ebd4e17bd5c2d50b3231c29_image.png)\n\nThe Alexa Teacher Model (AlexaTM) pipeline. The Alexa Teacher Model is trained on a large set of GPUs (left), then distilled into smaller variants (center), whose size depends on their uses. The end user adapts a distilled model to its particular use by fine-tuning it on in-domain data (right).\n\nModels derived from the Alexa Teacher Model have helped reduce customer friction in several locales and will help facilitate and scale multilingual and multimodal use cases in coming years.\n\nStill, faster deployment of new functionality is not sufficient. Customer interactions with Alexa are ever evolving, so Alexa needs to improve continuously. To that end, we have expanded Alexa’s self-learning capability — in particular, its ability to automatically learn from implicit feedback, e.g., when a customer cuts Alexa off in order to rephrase a query.\n\nCurrently, we have two methods for learning from implicit feedback. One is a mechanism that learns to ++[automatically reformulate the ASR output](https://www.amazon.science/blog/how-we-taught-alexa-to-correct-her-own-defects)++ to ensure a more accurate response, and the other automatically annotates interaction data to enable the retraining of NLU models with minimal human involvement.\n\nAt this year’s Conference on Empirical Methods in Natural Language Processing (EMNLP), Alexa AI researchers presented papers reporting our progress on both these fronts.\n\nLearning how to rewrite customer requests requires identifying which successful requests are rephrases of unsuccessful ones. Past work on rephrase detection considered sentences in pairs, determining the likelihood that one is a rephrase of the other. In our EMNLP paper, we explain how to use temporal features of the dialogue history to ++[better identify rephrases](https://www.amazon.science/publications/contextual-rephrase-detection-for-reducing-friction-in-dialogue-system)++, with an accuracy improvement of 28% on one test dataset.\n\n![image.png](https://dev-media.amazoncloud.cn/aa9006c2a7374cf99adf9d7e550236ba_image.png)\n\nEarlier rephrase detection models computed similarity scores between pairs of queries (right), which could lead to inaccuracies. A new model instead uses full dialogue context (left) to more accurately detect rephrases by leveraging session-level semantic information. From “++[Contextual rephrase detection for reducing friction in dialogue systems](https://www.amazon.science/publications/contextual-rephrase-detection-for-reducing-friction-in-dialogue-system)++”.\n\nIn the other paper, we describe a ++[scalable framework](https://www.amazon.science/publications/a-scalable-framework-for-learning-from-implicit-user-feedback-to-improve-natural-language-understanding-in-large-scale-conversational-ai-systems)++ for using automatically annotated data to continually update our NLU models. This paper shows how to operationalize our previous work on ++[automatic annotation](https://www.amazon.science/blog/amazon-wins-best-paper-award-at-computational-linguistics-conference)++, to deliver immediate results to our customers.\n\n#### **More natural and conversational**\n\nAs magical as it is to interact with Alexa by simply saying its name, repeating the name during longer interactions feels unnatural: when we’re talking to other people, we don’t use their names on every turn.\n\nThis year, we took a major step toward making interactions with Alexa more natural through Conversation Mode, which leverages Echo Show 10’s camera to enable wake-word-free interactions by improving the detection of ++[device directedness](https://www.amazon.science/tag/device-directed-speech-detection)++ (i.e., the intent of addressing Alexa) — even when there are multiple people in the room, conversing with each other as well as with Alexa.\n\nConversation Mode uses novel ++[computer vision algorithms](https://www.amazon.science/blog/new-alexa-feature-enables-natural-multiparty-interactions)++ to gauge customers’ physical orientations toward the device, which indicate whether they’re addressing Alexa or each other. The combination of visual and audio information dramatically improves device-directed-speech detection relative to either modality used independently. Further, on-device speech recognition using fully neural recurrent-neural-network transducers ensures that Alexa recognizes conversational speech with low latency.\n\nWe have also started extending Alexa’s conversational memory, going beyond anaphoric references within an interaction session (e.g., “What is its resolution?” while shopping for TVs) to temporarily maintain memory across sessions in certain situations. For example, for high-consideration purchases such as TVs, Alexa remembers your last interaction and starts off your next interaction where you left off. This capability required us to extend ++[Alexa Conversations](https://www.amazon.science/blog/science-innovations-power-alexa-conversations-dialogue-management)++, which trains deep-learning-based models on synthetic data automatically generated from a small amount of developer-provided data.\n\nAs effective as large neural transformer-based language models are for generating textual responses, they lack the commonsense and knowledge grounding they need to be truly useful in large-scale human-machine interactions. This fall, to help foster the type of invention needed to overcome these challenges, we released the ++[commonsense dialogue dataset](https://www.amazon.science/blog/amazon-releases-new-dataset-for-commonsense-dialogue)++, which consists of more than 11,000 newly collected dialogues. In each dialogue, successive turns are related by relationship triples in the public commonsense knowledge graph Conceptnet, such as <doctor, LocateAt, hospital> or <specialist, TypeOf, doctor>.\\n\\n![image.png](https://dev-media.amazoncloud.cn/96c84c6390c24cddadda0fcd716d401e_image.png)\\n\\nIn each dialogue in the commonsense-dialogue dataset, successive turns are related by relationship triples in the public commonsense knowledge graph Conceptnet, such as <piano, RelatedTo, musical> or <musical, RelatedTo, violin>.\\n\\nAnother way to inject common sense into dialogue models is to enable them to import information from online or other sources as needed, on the fly. At the NeurIPS Workshop on Efficient Natural Language and Speech Processing (ENLSP) earlier this month, Alexa researchers won a best-paper award for doing just that. They propose a few-shot-learning approach to training a ++[knowledge-seeking-turn detector](https://www.amazon.science/publications/towards-zero-and-few-shot-knowledge-seeking-turn-detection-in-task-oriented-dialogue-systems)++, which can recognize customer questions that can’t be answered through existing API calls.\\n\\nThis year, we also published several papers on affect modeling. At the International Conference on Acoustics, Speech, and Signal Processing, we presented the use of contrastive unsupervised learning to improve emotion recognition when ++[training data is scarce](https://www.amazon.science/publications/contrastive-unsupervised-learning-for-speech-emotion-recognition)++; and at the Spoken Language Technologies conference, we described the adaptation of pretrained language models, which have been so successful at natural-language-processing tasks, to the problem of ++[social and emotional commonsense reasoning.](https://www.amazon.science/publications/go-beyond-plain-fine-tuning-improving-pre-trained-models-for-social-commonsense)++\\n\\nOn the flip side, when human speakers recognize shifts in the emotional states of people they’re talking to, they modify the affect in their responses. At the Speech Synthesis Workshop (SSW11) this summer, we extended our previous work on ++[prosody variation](https://www.amazon.science/blog/more-natural-prosody-for-synthesized-speech)++ to modify the ++[affective characteristics](https://www.amazon.science/publications/emocat-language-agnostic-emotional-voice-conversion)++ of synthesized speech.\\n\\n#### **More personalized**\\n\\nAI’s ability to conform to customers as opposed to the other way around differentiates it from other technological advancements. This fall, we launched ++[multiple new services](https://www.amazon.science/blog/how-amazon-is-using-self-service-to-democratize-ai)++ that allow our customers to personalize AI in a self-serve fashion.\\n\\nWith preference teaching, customers can explicitly teach Alexa which skills should handle weather-related questions, which sports teams they follow, and which cuisines they prefer.\\n\\n![image.png](https://dev-media.amazoncloud.cn/7526b5a6027f4b7380989ddf2eba6874_image.png)\\n\\nA two-dimensional projection of embeddings produced through Custom Sound Event Detection. New sounds are identified by their location in the embedding space.\\n\\nWith Custom Sound Event Detection, customers can train Alexa to recognize new sounds — such as a doorbell ringing — from just a handful of examples. Custom Sound Event Detection uses proximity in a neural network’s representational space to recognize instances of the same sound.\\n\\nCustom Event Alerts for Ring Video Doorbell cameras and Spotlight cameras works in a similar way. With just a few examples, customers can train their devices to recognize certain states of affairs in the world — such as a shed door that has been left open.\\n\\nIn August, we introduced ++[adaptive volume](https://www.amazon.com/b?ie=UTF8&node=23595731011)++ for Alexa, which lets Echo devices adjust their volume according to ambient-noise levels, so that the perceived noise level stays consistent for the customer. One of the key elements of the approach is algorithmically separating the speech signal and the noise signal, so that they’re separate inputs to the volume adaptation model.\\n\\nWe also launched ++[adaptive listening](https://www.amazon.com/b?ie=UTF8&node=23623518011)++ for US English, an opt-in feature that gives customers more time to finish speaking before Alexa responds, making Alexa a more accessible, patient listener. For speakers with certain speech impediments, adaptive listening has reduced the friction in their Alexa interactions by more than two-thirds.\\n\\nFinally, Alexa customers can choose to interact with celebrity personalities such as Amitabh Bachchan, Melissa McCarthy, Samuel L. Jackson, or Shaquille O'Neal. At the end of the year, we even brought holiday cheer to Alexa interactions by launching the festive personality of Santa Claus.\\n\\n#### **More insightful and proactive**\\n\\nToday, one in four smart-home interactions is initiated by Alexa, due to the expansion of its predictive and proactive features such as ++[hunches](https://www.youtube.com/watch?v=whahElqS5eA)++ and ++[routines](https://www.amazon.com/alexa-routines/)++.\\n\\nSince 2018, Alexa hunches have recognized anomalies in customers’ daily routines and suggested corrections — noticing that a light was left on at night and offering to turn it off, for instance. This year, we gave customers the option of making hunches more proactive, so Alexa can act on their behalf. When proactive hunches are enabled, Alexa will turn that light off for you without asking first.\\n\\nRoutines let you initiate a sequence of actions with a single trigger word, rather than issuing the same instructions over and over again. Previously, customers had to specify which actions they wanted to string together. But this year, we began phasing in inferred routines. With inferred routines, Alexa recognizes sequences of actions that customers commonly repeat — such as, say, turning on the kitchen lights, starting the coffee maker, and playing the “Wake Up!” playlist — and suggests combining them into a routine. To save the routine, the customer simply accepts Alexa’s suggestion.\\n\\nWe have also continued to expand ++[latent-goal prediction](https://www.amazon.science/blog/alexa-gets-better-at-predicting-customers-goals)++, where Alexa recognizes the larger customer need implied by an initial request and suggests actions or skills to fulfill that need. For instance, a customer asks, “Who won the Celtics game?”, and after answering, Alexa asks, “Would you like to know when the Celtics are playing next?”\\n\\nLatent-goal prediction uses ++[pointwise mutual information](https://en.wikipedia.org/wiki/Pointwise_mutual_information)++ to measure the likelihood of an interaction pattern in a given context relative to its likelihood across all Alexa traffic, and it uses ++[bandit learning](https://www.amazon.science/blog/a-general-approach-to-solving-bandit-problems)++ to track whether recommendations are helping or not and suppress underperforming experiences.\\n\\nWe have also introduced ++[visual ID](https://www.amazon.science/blog/the-science-behind-visual-id)++ on our latest Echo device, ++[Echo Show 15](https://www.amazon.com/introducing-echo-show-15-smart-display-with-alexa/dp/B08MQLDFF6)++. With visual ID, Alexa shows notes and other reminders just for you (e.g., “Leave a note for Jack that his new passport has arrived”). Visual ID is also available on ++[Astro](https://www.amazon.science/blog/astros-intelligent-motion-brings-state-of-the-art-navigation-to-the-home)++, an Alexa-enabled home robot that extends environment and state awareness to your physical space. Astro can follow you playing media or find you to deliver calls, messages, timers, alarms, or reminders. With a ++[Ring Protect pro](https://ring.com/protect-pro)++ subscription, Astro can also proactively patrol your home and investigate anomalous activities.\\n\\n#### **More trustworthy**\\n\\nPreserving customer privacy is an uncompromisable tenet for us and an invention area. ++[Differential privacy](https://www.amazon.science/tag/differential-privacy)++ in particular is one of our key areas of focus. This year, we won a best-paper award at the annual meeting of the Florida Artificial Intelligence Research Society (FLAIRS) for an approach to improving the performance of machine learning models while still meeting the privacy standards imposed by differential-privacy analysis.\\n\\nAt the Conference of the European Chapter of the Association for Computational Linguistics, we presented a method for protecting privacy by ++[automatically rephrasing training text](https://www.amazon.science/blog/improving-the-accuracy-of-privacy-preserving-neural-networks)++ while preserving their semantic sense, in a way that, again, meets differential-privacy standards.\\n\\n![image.png](https://dev-media.amazoncloud.cn/3ff3b24360da44f3b8eab5e023c82773_image.png)\\n\\nAlexa AI researchers constructed a dataset of more than 23,000 text generation prompts, each consisting of six to nine words of a sentence on Wikipedia. The prompts can be used to test language models for bias.\\n\\nCREDIT: GLYNIS CONDON\\n\\nWe want Alexa to work equally well for everyone. To that end, in addition to our partnership with the National Science Foundation in the area of ++[fairness in AI](https://www.amazon.science/latest-news/3-questions-prem-natarajan-on-issues-of-ai-fairness-and-bias)++, we are pursuing research into detecting and mitigating inappropriate bias. At the ACM Conference on Fairness, Accountability, and Transparency (FAccT) and the Conference of the European Association for Computational Linguistics, we published a pair of papers on ++[measuring bias in language models](https://www.amazon.science/blog/new-dataset-metrics-enable-evaluation-of-bias-in-language-models)++ and detecting ++[bias in datasets for training models that recognize unreliable news](https://www.amazon.science/blog/amazon-paper-exposes-bias-in-unreliable-news-datasets)++.\\n\\n#### **The path ahead**\\n\\nI recognize that there are multiple paths to general AI, each with years of fundamental research ahead of it. I believe Alexa and its underlying vision of ambient intelligence offer a pragmatic path to general AI— one where every advancement makes Alexa more useful for our customers in their daily lives.\\n\\nI am in awe at the rate of invention from the Alexa team in the most difficult circumstances. As we wrap up yet another year of the COVID pandemic, I hope the advances the worldwide community of AI researchers is making in every discipline of AI will help us prevent future pandemics.\\n\\nABOUT THE AUTHOR\\n\\n#### **[Rohit Prasad](https://www.amazon.science/author/rohit-prasad)**\\n\\nRohit Prasad is senior vice president and head scientist for Alexa AI.\\n","render":"<p>As the world has become more connected, and computing has permeated our surroundings, a new AI paradigm is emerging: ambient intelligence. In this paradigm, our environment responds to our requests and anticipates our needs, provides information or suggests actions, and then recedes into the background.</p>\n<p><img src=\\"https://dev-media.amazoncloud.cn/d1c577b323904d56b3090ab0bdb5aa0c_abce27c1bada477c8bccd220203dd74b_image%281%29.png\\" alt=\\"abce27c1bada477c8bccd220203dd74b_image1.png\\" /></p>\n<p>Rohit Prasad, Alexa head scientist and senior vice president at Amazon.</p>\n<p>This vision of ambient intelligence is not that different from the one on Star Trek. But for most of the last decade, the focus has been reactive assistance — for example, ensuring that customer-initiated requests to Alexa meet customers’ expectations.</p>\n<p>In the ambient-intelligence vision, an AI service such as Alexa makes sense of the state of your environment, including devices, sensors, objects, people, and activity around you, to help you in every situation where you need assistance — either reactively (customer initiated) or proactively (AI initiated).</p>\n<p>Realizing the ultimate potential of ambient intelligence requires Alexa to bring the best of machine-intelligence capabilities together with the best of human-intelligence capabilities, which is the barometer of general intelligence today.</p>\n<p>The most pragmatic definition of general intelligence is the ability to (1) learn multiple tasks jointly, versus modeling each task independently; (2) continually adapt to changes within a set of known tasks, without explicit human supervision; and (3) learn new tasks directly by interacting with end users.</p>\n<p>While these general-intelligence characteristics apply to all types of AI systems, for interactive AI services such as Alexa, two more attributes are critical: (1) multisensory and multimodal intelligence — the ability to process data from multiple input sensors (e.g., microphones, cameras, ultrasound), fuse sensor data for improved understanding of customer goals, and generate output in different modalities (e.g., speech, text, image, video); and (2) interaction skills — the ability to converse in a human-like manner, which encompasses not just command of natural language but also the ability to recognize and respond to affect.</p>\n<p>What this means for our customers is that Alexa will become</p>\n<ul>\\n<li>More competent: Alexa’s functionalities and skills will expand much faster through multitask intelligence. Additionally, Alexa will improve through self-learning, becoming less reliant on labeled data;</li>\n<li>More natural and conversational: Alexa interactions will be as free flowing as human interactions through multisensory intelligence, generalizable language models, commonsense reasoning, and affect modeling;</li>\n<li>More personalized: Alexa will adapt to each individual using speech and computer vision. Further, customers will be able to directly personalize Alexa explicitly and implicitly;</li>\n<li>More insightful and proactive: Alexa will anticipate customer needs through awareness of the shared environment, make suggestions, and even act on customers’ behalf;</li>\n<li>More trustworthy: Alexa will have the same attributes that we cherish in trustworthy people, such as discretion, fairness, and ethical behavior.</li>\n</ul>\\n<p>In the past year, Alexa has made considerable progress on all these fronts.</p>\n<h4><a id=\\"More_competent_26\\"></a><strong>More competent</strong></h4>\\n<p>Alexa receives billions of requests per month, and it is critical for it to answer each of these requests to customers’ satisfaction. In 2021, through advances in automatic speech recognition (ASR), natural-language understanding (NLU), and action resolution, Alexa has become 13% more accurate than the previous year — even as the complexity of customer requests has increased.</p>\n<p>Alexa has more than 130,000 third-party skills, whose diversity is a testament to their developers’ creativity. Further, it is available in more than 15 language variants across more than 80 countries, most recently Khaleeji Arabic in Saudi Arabia.</p>\n<p>Through advances in large pretrained language models, we are making it easier to expand Alexa’s functionality in terms of both skills and languages. Specifically, we have trained an “Alexa Teacher Model,” a large, pretrained, multilingual model with billions of parameters that encodes language as well as salient patterns of interactions with Alexa. Instead of building new task-specific NLU models (e.g., a skill, a feature, or a language) from scratch on task-specific data, we can build them by fine-tuning the Alexa Teacher model, which provides substantial gains in performance from the same amount of task-specific training data.</p>\n<p>While today, the Alexa Teacher Model itself is impractical for real-time language understanding, once it is distilled and fine-tuned, it is compact enough to run in real time but remains more accurate than a similar-sized model trained from scratch. The capacity to generalize across tasks, which the language model enables, is one of the hallmarks of general intelligence.</p>\n<p><img src=\\"https://dev-media.amazoncloud.cn/b1d1f9ba4ebd4e17bd5c2d50b3231c29_image.png\\" alt=\\"image.png\\" /></p>\n<p>The Alexa Teacher Model (AlexaTM) pipeline. The Alexa Teacher Model is trained on a large set of GPUs (left), then distilled into smaller variants (center), whose size depends on their uses. The end user adapts a distilled model to its particular use by fine-tuning it on in-domain data (right).</p>\n<p>Models derived from the Alexa Teacher Model have helped reduce customer friction in several locales and will help facilitate and scale multilingual and multimodal use cases in coming years.</p>\n<p>Still, faster deployment of new functionality is not sufficient. Customer interactions with Alexa are ever evolving, so Alexa needs to improve continuously. To that end, we have expanded Alexa’s self-learning capability — in particular, its ability to automatically learn from implicit feedback, e.g., when a customer cuts Alexa off in order to rephrase a query.</p>\n<p>Currently, we have two methods for learning from implicit feedback. One is a mechanism that learns to <ins><a href=\\"https://www.amazon.science/blog/how-we-taught-alexa-to-correct-her-own-defects\\" target=\\"_blank\\">automatically reformulate the ASR output</a></ins> to ensure a more accurate response, and the other automatically annotates interaction data to enable the retraining of NLU models with minimal human involvement.</p>\n<p>At this year’s Conference on Empirical Methods in Natural Language Processing (EMNLP), Alexa AI researchers presented papers reporting our progress on both these fronts.</p>\n<p>Learning how to rewrite customer requests requires identifying which successful requests are rephrases of unsuccessful ones. Past work on rephrase detection considered sentences in pairs, determining the likelihood that one is a rephrase of the other. In our EMNLP paper, we explain how to use temporal features of the dialogue history to <ins><a href=\\"https://www.amazon.science/publications/contextual-rephrase-detection-for-reducing-friction-in-dialogue-system\\" target=\\"_blank\\">better identify rephrases</a></ins>, with an accuracy improvement of 28% on one test dataset.</p>\n<p><img src=\\"https://dev-media.amazoncloud.cn/aa9006c2a7374cf99adf9d7e550236ba_image.png\\" alt=\\"image.png\\" /></p>\n<p>Earlier rephrase detection models computed similarity scores between pairs of queries (right), which could lead to inaccuracies. A new model instead uses full dialogue context (left) to more accurately detect rephrases by leveraging session-level semantic information. From “<ins><a href=\\"https://www.amazon.science/publications/contextual-rephrase-detection-for-reducing-friction-in-dialogue-system\\" target=\\"_blank\\">Contextual rephrase detection for reducing friction in dialogue systems</a></ins>”.</p>\n<p>In the other paper, we describe a <ins><a href=\\"https://www.amazon.science/publications/a-scalable-framework-for-learning-from-implicit-user-feedback-to-improve-natural-language-understanding-in-large-scale-conversational-ai-systems\\" target=\\"_blank\\">scalable framework</a></ins> for using automatically annotated data to continually update our NLU models. This paper shows how to operationalize our previous work on <ins><a href=\\"https://www.amazon.science/blog/amazon-wins-best-paper-award-at-computational-linguistics-conference\\" target=\\"_blank\\">automatic annotation</a></ins>, to deliver immediate results to our customers.</p>\n<h4><a id=\\"More_natural_and_conversational_56\\"></a><strong>More natural and conversational</strong></h4>\\n<p>As magical as it is to interact with Alexa by simply saying its name, repeating the name during longer interactions feels unnatural: when we’re talking to other people, we don’t use their names on every turn.</p>\n<p>This year, we took a major step toward making interactions with Alexa more natural through Conversation Mode, which leverages Echo Show 10’s camera to enable wake-word-free interactions by improving the detection of <ins><a href=\\"https://www.amazon.science/tag/device-directed-speech-detection\\" target=\\"_blank\\">device directedness</a></ins> (i.e., the intent of addressing Alexa) — even when there are multiple people in the room, conversing with each other as well as with Alexa.</p>\n<p>Conversation Mode uses novel <ins><a href=\\"https://www.amazon.science/blog/new-alexa-feature-enables-natural-multiparty-interactions\\" target=\\"_blank\\">computer vision algorithms</a></ins> to gauge customers’ physical orientations toward the device, which indicate whether they’re addressing Alexa or each other. The combination of visual and audio information dramatically improves device-directed-speech detection relative to either modality used independently. Further, on-device speech recognition using fully neural recurrent-neural-network transducers ensures that Alexa recognizes conversational speech with low latency.</p>\n<p>We have also started extending Alexa’s conversational memory, going beyond anaphoric references within an interaction session (e.g., “What is its resolution?” while shopping for TVs) to temporarily maintain memory across sessions in certain situations. For example, for high-consideration purchases such as TVs, Alexa remembers your last interaction and starts off your next interaction where you left off. This capability required us to extend <ins><a href=\\"https://www.amazon.science/blog/science-innovations-power-alexa-conversations-dialogue-management\\" target=\\"_blank\\">Alexa Conversations</a></ins>, which trains deep-learning-based models on synthetic data automatically generated from a small amount of developer-provided data.</p>\n<p>As effective as large neural transformer-based language models are for generating textual responses, they lack the commonsense and knowledge grounding they need to be truly useful in large-scale human-machine interactions. This fall, to help foster the type of invention needed to overcome these challenges, we released the <ins><a href=\\"https://www.amazon.science/blog/amazon-releases-new-dataset-for-commonsense-dialogue\\" target=\\"_blank\\">commonsense dialogue dataset</a></ins>, which consists of more than 11,000 newly collected dialogues. In each dialogue, successive turns are related by relationship triples in the public commonsense knowledge graph Conceptnet, such as &lt;doctor, LocateAt, hospital&gt; or &lt;specialist, TypeOf, doctor&gt;.</p>\n<p><img src=\\"https://dev-media.amazoncloud.cn/96c84c6390c24cddadda0fcd716d401e_image.png\\" alt=\\"image.png\\" /></p>\n<p>In each dialogue in the commonsense-dialogue dataset, successive turns are related by relationship triples in the public commonsense knowledge graph Conceptnet, such as &lt;piano, RelatedTo, musical&gt; or &lt;musical, RelatedTo, violin&gt;.</p>\n<p>Another way to inject common sense into dialogue models is to enable them to import information from online or other sources as needed, on the fly. At the NeurIPS Workshop on Efficient Natural Language and Speech Processing (ENLSP) earlier this month, Alexa researchers won a best-paper award for doing just that. They propose a few-shot-learning approach to training a <ins><a href=\\"https://www.amazon.science/publications/towards-zero-and-few-shot-knowledge-seeking-turn-detection-in-task-oriented-dialogue-systems\\" target=\\"_blank\\">knowledge-seeking-turn detector</a></ins>, which can recognize customer questions that can’t be answered through existing API calls.</p>\n<p>This year, we also published several papers on affect modeling. At the International Conference on Acoustics, Speech, and Signal Processing, we presented the use of contrastive unsupervised learning to improve emotion recognition when <ins><a href=\\"https://www.amazon.science/publications/contrastive-unsupervised-learning-for-speech-emotion-recognition\\" target=\\"_blank\\">training data is scarce</a></ins>; and at the Spoken Language Technologies conference, we described the adaptation of pretrained language models, which have been so successful at natural-language-processing tasks, to the problem of <ins><a href=\\"https://www.amazon.science/publications/go-beyond-plain-fine-tuning-improving-pre-trained-models-for-social-commonsense\\" target=\\"_blank\\">social and emotional commonsense reasoning.</a></ins></p>\n<p>On the flip side, when human speakers recognize shifts in the emotional states of people they’re talking to, they modify the affect in their responses. At the Speech Synthesis Workshop (SSW11) this summer, we extended our previous work on <ins><a href=\\"https://www.amazon.science/blog/more-natural-prosody-for-synthesized-speech\\" target=\\"_blank\\">prosody variation</a></ins> to modify the <ins><a href=\\"https://www.amazon.science/publications/emocat-language-agnostic-emotional-voice-conversion\\" target=\\"_blank\\">affective characteristics</a></ins> of synthesized speech.</p>\n<h4><a id=\\"More_personalized_78\\"></a><strong>More personalized</strong></h4>\\n<p>AI’s ability to conform to customers as opposed to the other way around differentiates it from other technological advancements. This fall, we launched <ins><a href=\\"https://www.amazon.science/blog/how-amazon-is-using-self-service-to-democratize-ai\\" target=\\"_blank\\">multiple new services</a></ins> that allow our customers to personalize AI in a self-serve fashion.</p>\n<p>With preference teaching, customers can explicitly teach Alexa which skills should handle weather-related questions, which sports teams they follow, and which cuisines they prefer.</p>\n<p><img src=\\"https://dev-media.amazoncloud.cn/7526b5a6027f4b7380989ddf2eba6874_image.png\\" alt=\\"image.png\\" /></p>\n<p>A two-dimensional projection of embeddings produced through Custom Sound Event Detection. New sounds are identified by their location in the embedding space.</p>\n<p>With Custom Sound Event Detection, customers can train Alexa to recognize new sounds — such as a doorbell ringing — from just a handful of examples. Custom Sound Event Detection uses proximity in a neural network’s representational space to recognize instances of the same sound.</p>\n<p>Custom Event Alerts for Ring Video Doorbell cameras and Spotlight cameras works in a similar way. With just a few examples, customers can train their devices to recognize certain states of affairs in the world — such as a shed door that has been left open.</p>\n<p>In August, we introduced <ins><a href=\\"https://www.amazon.com/b?ie=UTF8&amp;node=23595731011\\" target=\\"_blank\\">adaptive volume</a></ins> for Alexa, which lets Echo devices adjust their volume according to ambient-noise levels, so that the perceived noise level stays consistent for the customer. One of the key elements of the approach is algorithmically separating the speech signal and the noise signal, so that they’re separate inputs to the volume adaptation model.</p>\n<p>We also launched <ins><a href=\\"https://www.amazon.com/b?ie=UTF8&amp;node=23623518011\\" target=\\"_blank\\">adaptive listening</a></ins> for US English, an opt-in feature that gives customers more time to finish speaking before Alexa responds, making Alexa a more accessible, patient listener. For speakers with certain speech impediments, adaptive listening has reduced the friction in their Alexa interactions by more than two-thirds.</p>\n<p>Finally, Alexa customers can choose to interact with celebrity personalities such as Amitabh Bachchan, Melissa McCarthy, Samuel L. Jackson, or Shaquille O’Neal. At the end of the year, we even brought holiday cheer to Alexa interactions by launching the festive personality of Santa Claus.</p>\n<h4><a id=\\"More_insightful_and_proactive_98\\"></a><strong>More insightful and proactive</strong></h4>\\n<p>Today, one in four smart-home interactions is initiated by Alexa, due to the expansion of its predictive and proactive features such as <ins><a href=\\"https://www.youtube.com/watch?v=whahElqS5eA\\" target=\\"_blank\\">hunches</a></ins> and <ins><a href=\\"https://www.amazon.com/alexa-routines/\\" target=\\"_blank\\">routines</a></ins>.</p>\n<p>Since 2018, Alexa hunches have recognized anomalies in customers’ daily routines and suggested corrections — noticing that a light was left on at night and offering to turn it off, for instance. This year, we gave customers the option of making hunches more proactive, so Alexa can act on their behalf. When proactive hunches are enabled, Alexa will turn that light off for you without asking first.</p>\n<p>Routines let you initiate a sequence of actions with a single trigger word, rather than issuing the same instructions over and over again. Previously, customers had to specify which actions they wanted to string together. But this year, we began phasing in inferred routines. With inferred routines, Alexa recognizes sequences of actions that customers commonly repeat — such as, say, turning on the kitchen lights, starting the coffee maker, and playing the “Wake Up!” playlist — and suggests combining them into a routine. To save the routine, the customer simply accepts Alexa’s suggestion.</p>\n<p>We have also continued to expand <ins><a href=\\"https://www.amazon.science/blog/alexa-gets-better-at-predicting-customers-goals\\" target=\\"_blank\\">latent-goal prediction</a></ins>, where Alexa recognizes the larger customer need implied by an initial request and suggests actions or skills to fulfill that need. For instance, a customer asks, “Who won the Celtics game?”, and after answering, Alexa asks, “Would you like to know when the Celtics are playing next?”</p>\n<p>Latent-goal prediction uses <ins><a href=\\"https://en.wikipedia.org/wiki/Pointwise_mutual_information\\" target=\\"_blank\\">pointwise mutual information</a></ins> to measure the likelihood of an interaction pattern in a given context relative to its likelihood across all Alexa traffic, and it uses <ins><a href=\\"https://www.amazon.science/blog/a-general-approach-to-solving-bandit-problems\\" target=\\"_blank\\">bandit learning</a></ins> to track whether recommendations are helping or not and suppress underperforming experiences.</p>\n<p>We have also introduced <ins><a href=\\"https://www.amazon.science/blog/the-science-behind-visual-id\\" target=\\"_blank\\">visual ID</a></ins> on our latest Echo device, <ins><a href=\\"https://www.amazon.com/introducing-echo-show-15-smart-display-with-alexa/dp/B08MQLDFF6\\" target=\\"_blank\\">Echo Show 15</a></ins>. With visual ID, Alexa shows notes and other reminders just for you (e.g., “Leave a note for Jack that his new passport has arrived”). Visual ID is also available on <ins><a href=\\"https://www.amazon.science/blog/astros-intelligent-motion-brings-state-of-the-art-navigation-to-the-home\\" target=\\"_blank\\">Astro</a></ins>, an Alexa-enabled home robot that extends environment and state awareness to your physical space. Astro can follow you playing media or find you to deliver calls, messages, timers, alarms, or reminders. With a <ins><a href=\\"https://ring.com/protect-pro\\" target=\\"_blank\\">Ring Protect pro</a></ins> subscription, Astro can also proactively patrol your home and investigate anomalous activities.</p>\n<h4><a id=\\"More_trustworthy_112\\"></a><strong>More trustworthy</strong></h4>\\n<p>Preserving customer privacy is an uncompromisable tenet for us and an invention area. <ins><a href=\\"https://www.amazon.science/tag/differential-privacy\\" target=\\"_blank\\">Differential privacy</a></ins> in particular is one of our key areas of focus. This year, we won a best-paper award at the annual meeting of the Florida Artificial Intelligence Research Society (FLAIRS) for an approach to improving the performance of machine learning models while still meeting the privacy standards imposed by differential-privacy analysis.</p>\n<p>At the Conference of the European Chapter of the Association for Computational Linguistics, we presented a method for protecting privacy by <ins><a href=\\"https://www.amazon.science/blog/improving-the-accuracy-of-privacy-preserving-neural-networks\\" target=\\"_blank\\">automatically rephrasing training text</a></ins> while preserving their semantic sense, in a way that, again, meets differential-privacy standards.</p>\n<p><img src=\\"https://dev-media.amazoncloud.cn/3ff3b24360da44f3b8eab5e023c82773_image.png\\" alt=\\"image.png\\" /></p>\n<p>Alexa AI researchers constructed a dataset of more than 23,000 text generation prompts, each consisting of six to nine words of a sentence on Wikipedia. The prompts can be used to test language models for bias.</p>\n<p>CREDIT: GLYNIS CONDON</p>\n<p>We want Alexa to work equally well for everyone. To that end, in addition to our partnership with the National Science Foundation in the area of <ins><a href=\\"https://www.amazon.science/latest-news/3-questions-prem-natarajan-on-issues-of-ai-fairness-and-bias\\" target=\\"_blank\\">fairness in AI</a></ins>, we are pursuing research into detecting and mitigating inappropriate bias. At the ACM Conference on Fairness, Accountability, and Transparency (FAccT) and the Conference of the European Association for Computational Linguistics, we published a pair of papers on <ins><a href=\\"https://www.amazon.science/blog/new-dataset-metrics-enable-evaluation-of-bias-in-language-models\\" target=\\"_blank\\">measuring bias in language models</a></ins> and detecting <ins><a href=\\"https://www.amazon.science/blog/amazon-paper-exposes-bias-in-unreliable-news-datasets\\" target=\\"_blank\\">bias in datasets for training models that recognize unreliable news</a></ins>.</p>\n<h4><a id=\\"The_path_ahead_126\\"></a><strong>The path ahead</strong></h4>\\n<p>I recognize that there are multiple paths to general AI, each with years of fundamental research ahead of it. I believe Alexa and its underlying vision of ambient intelligence offer a pragmatic path to general AI— one where every advancement makes Alexa more useful for our customers in their daily lives.</p>\n<p>I am in awe at the rate of invention from the Alexa team in the most difficult circumstances. As we wrap up yet another year of the COVID pandemic, I hope the advances the worldwide community of AI researchers is making in every discipline of AI will help us prevent future pandemics.</p>\n<p>ABOUT THE AUTHOR</p>\n<h4><a id=\\"Rohit_Prasadhttpswwwamazonscienceauthorrohitprasad_134\\"></a><strong><a href=\\"https://www.amazon.science/author/rohit-prasad\\" target=\\"_blank\\">Rohit Prasad</a></strong></h4>\n<p>Rohit Prasad is senior vice president and head scientist for Alexa AI.</p>\n"}
目录
亚马逊云科技解决方案 基于行业客户应用场景及技术领域的解决方案
联系亚马逊云科技专家
亚马逊云科技解决方案
基于行业客户应用场景及技术领域的解决方案
联系专家
0
目录
关闭