书签 分享 收藏 举报 版权申诉 / 36
上传文档赚钱

类型Sophia Peng-Use Conversational AI to Realize Insights As A Service with Big Data.pptx

  • 上传人(卖家):无敌的果实
  • 文档编号:2527657
  • 上传时间:2022-04-29
  • 格式:PPTX
  • 页数:36
  • 大小:2.96MB
  • 【下载声明】
    1. 本站全部试题类文档,若标题没写含答案,则无答案;标题注明含答案的文档,主观题也可能无答案。请谨慎下单,一旦售出,不予退换。
    2. 本站全部PPT文档均不含视频和音频,PPT中出现的音频或视频标识(或文字)仅表示流程,实际无音频或视频文件。请谨慎下单,一旦售出,不予退换。
    3. 本页资料《Sophia Peng-Use Conversational AI to Realize Insights As A Service with Big Data.pptx》由用户(无敌的果实)主动上传,其收益全归该用户。163文库仅提供信息存储空间,仅对该用户上传内容的表现方式做保护处理,对上传内容本身不做任何修改或编辑。 若此文所含内容侵犯了您的版权或隐私,请立即通知163文库(点击联系客服),我们立即给予删除!
    4. 请根据预览情况,自愿下载本文。本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。
    5. 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007及以上版本和PDF阅读器,压缩文件请下载最新的WinRAR软件解压。
    配套讲稿:

    如PPT文件的首页显示word图标,表示该PPT已包含配套word讲稿。双击word图标可打开word文档。

    特殊限制:

    部分文档作品中含有的国旗、国徽等图片,仅作为作品整体效果示例展示,禁止商用。设计者仅对作品中独创性部分享有著作权。

    关 键  词:
    Sophia Peng-Use Conversational AI to Realize Insights As Service with Big Data Peng Use
    资源描述:

    1、Use Conversational AI to Realize Insights As AService with Big DAbstract Gain an overview of building a Bot using various Microsoft products Learn how to get insights from complex data using Conversational AI Describe the challenges of domain-specific chat bots Overcome the challenges using latest M

    2、SR technologies (Conversation Learner)Insight as a service- What s the use case scenarioProblem Inefficient Typical Insights Generation ProcessI need to knowcompanies with thehighest PropensityASAPInteresting, whatabout Cloud Usage ?Thats not what IaskedNike, Accenture,BMW, City Bank,GM, Dell * Fake

    3、 answer How can we empower the field, marketing, strategy teamsin making data driven decisions by democratizing data andinsights in a timely fashion ?Situation Build an easy to use conversational engine with real-timeanalysis that can answer questions in the commercialsegment.Recommendation Build a

    4、repository of internal and external data sourcesthat can be leveraged to generate insightsProof of concept Microsofts Mycroft AI that returns data + deep insightsthereby abstracting the analysis away from the user.Conversational AI: Azure Bot Service + Cognitive ServicesUser InputChannelsBot Intelli

    5、genceBusiness ProcessAzure ToolsSecurityLoggingAuditingIntegrationA great bot provides a delightful user experienceBot Use CasesCommerce ChatbotCreate conversational interfaces for variousscenarios like banking, travel, and entertainment.Information ChatbotAnswer questions in a knowledge set or FAQ

    6、usingQnA Maker and answer more open-ended questionsusing Azure Search.Enterprise Productivity ChatbotStreamline common work activities by integratingexternal systems.Solution ArchitectureStandard Data Access- Azure SQL- ElasticSearch- Impala- KustoWhat is the bot framework? Bot builder SDK + bot ser

    7、viceC# Tools for building REST websites Services to enrich (LUIS, QnA, Azure Search, etc.) Data to debug and tools to analyzehttps:/ is the LUIS? Language Understanding (LUIS) is a cloud-based API service that applies custom machine-learning intelligence to a usersconversational, natural language te

    8、xt to predict overall meaning, and pull out relevant, detailed information.https:/ page Identity & authorization Typical question templatesCompany A?Company A?Company B?Company C?Company D?All company names are fake/blanked in the following demo slides.Intro page Identity & authorization Typical que

    9、stion templatesCompany A?Company A?Company B?Company C?Company D?All company names are fake/blanked in the following demo slides. More question template relatedto Cloud deployments, cloud andOS compete, feedback, M365,etc.Tell me about company MADWhat are the feedbacks from A? Extracted representati

    10、vefeedbacks Word cloudWhat about deployments?HooliUmbrella CorporationInitechGlobex CorporationAcme CorporationFake Company AFake Company BWhat is the OS distribution about A?What are the top 4 companies with highest propensity score?InitechFake Company BMassive Dynamic(Fringe)HooliHow about some de

    11、ep insights?However, things are not as Challenge 1: Fail To Ask Clarification QuestionsIn the dialog below, we can see that a new user is trying to ask question that the NLP engine was not able to catch.Ideally, the bot should have asked clarifying questions.DateAccessTime UserNameQueryReturnStatus

    12、ErrorTypeDialog10/2/2017 3:46:53 PMHow many windows 10 devices are at AB InbevHow many windows 10 deployments are at AB inbev?What is the deployments for Pfizer?ERRORERRORSUCCESSNLP17517517510/2/2017 3:47:14 PM10/2/2017 3:48:16 PMEntity ExtractionChallenge 2: Untrained Questions This user started wi

    13、th a good question that was not trained on The bot should have ask more clarifying questions based on the NLP classification, and retrained itself.DateAccessTime9:50:29 PM9:50:50 PMUserNameQueryReturnStatusERRORErrorTypeDialog10/10/201710/10/2017who has the most deploymentsNLP154154What is the top 1

    14、0 company with the highest deployments?SUCCESSHow did we overcome the challenges?Conversation Learner : AI-driven task-oriented botsTraditional approachescity = nullNeuralnetworkWhich city?Solution: Conversation Learner1 + Entity Tracking+ Context SwitchingEntity extractor can be customizedBuilt-in

    15、LUISextractorUser InputOur ExtractorLSTM ClassifierAction Entity detection plays a critical role in our We leverage the built-in entity extractorsystemfrom LUIS. But it is not sufficient. Extraction accuracy of entity values (pany names) directly impacts theperformance of the bot We dont want to tra

    16、in the NLP with 50Kcompany names We build a company name extractor thatrecognizes the normalized company namefrom the utterance Domain-Specific Entity extraction is challenging Lots of instances in our Business Insightscenario Lots of variations on company namesacross systems Customers can upload a

    17、dictionary forthe extractorTranslation VS ClassificationMany existing methods treat multi-rounddialog chatbot as a translation problem Natural language processing Parsing treeHelpBye Translate into SQL queryBI Bot treats Q&A as a user intentclassification problemMetric Map utterance to intentLSTM Fi

    18、ll the predefined SQL template in each intentbased on detected entity valuesCorrelationAggregationContext Switch We have 15 actions that the LSTM is classifyingbased on user utterance and entities Including one for context switchingExtending Conversation Learner to our caseMulti-tasks inone Chat Bot

    19、Context switchContext Switch DetectedWhat is the MAD for Accenture?What is the MAD for Accenture?What about in China?Show me Feedback in ChinaForget contextWhat is the MAD forChinaNo Context Switch DetectedWhat is the MAD for Accenture?Can you show me User Feedback aswell?What is the userfeedback in

    20、 ChinaAnd what about IBM?Remember MADConversation Learner: Train It To Adapt To Mycroft ScenarioInteractiveteachingCLDeveloper plays roleDeveloper makescorrectionsof userMakecorrections tologged dialogsCLCLEnd usersDeveloper makescorrectionsAutonomousimprovementReinforcementlearningEnd usersWe Use U

    21、ser-Study to Measure SuccessPseudo-experiment: Multi-round user study to assess improvementMetricOld Version New Version% of questions result in “I dontknow”46.2%9.1%90.9%N/A% of questions result in an answer 53.8% of answers that are marked ashelpful by the user6.2%Synthetic dialogsgeneratorTrained

    22、 on Synthetic DialoguesLabeled Entity TypesLearnings Insights-As-A-Service can largely reduce time cost for ad-hoc reporting requests Domain knowledge is very valuable for building bot use it Whenever you want to start something from scratch, know that there is probablysome existing solutions that can accelerate your progress

    展开阅读全文
    提示  163文库所有资源均是用户自行上传分享,仅供网友学习交流,未经上传用户书面授权,请勿作他用。
    关于本文
    本文标题:Sophia Peng-Use Conversational AI to Realize Insights As A Service with Big Data.pptx
    链接地址:https://www.163wenku.com/p-2527657.html

    Copyright@ 2017-2037 Www.163WenKu.Com  网站版权所有  |  资源地图   
    IPC备案号:蜀ICP备2021032737号  | 川公网安备 51099002000191号


    侵权投诉QQ:3464097650  资料上传QQ:3464097650
       


    【声明】本站为“文档C2C交易模式”,即用户上传的文档直接卖给(下载)用户,本站只是网络空间服务平台,本站所有原创文档下载所得归上传人所有,如您发现上传作品侵犯了您的版权,请立刻联系我们并提供证据,我们将在3个工作日内予以改正。

    163文库