Using Watson as a testing tool2019 Community Moderator ElectionHow to train watson conversation service?Watson Conversation: How to maintain position in dialog flow for additional user inputHow to redirect user to human in stamplay watson/intercom integrationWatson Conversation - handling invalid inputsWhat should I use IBM Watson Conversation or Discovery?To find out which emotion I'm writing in sentence, How can I make my chatbot?Update output in Watson Assistant with info from DB?Serverless Watson Deployment? (Questions about integrations with other RESTful services)IBM Watson Assistant: How do I have the chatbot repeat a response until it recognizes what the user is saying?Problem with dialog nodes and intents in Watson Assistent

Short story about cities being connected by a conveyor belt

ESPP--any reason not to go all in?

Draw this image in the TIKZ package

How does a sound wave propagate?

Does an unused member variable take up memory?

Why do phishing e-mails use faked e-mail addresses instead of the real one?

Are small insurances worth it?

What is the oldest European royal house?

I've given my players a lot of magic items. Is it reasonable for me to give them harder encounters?

How can I have x-axis ticks that show ticks scaled in powers of ten?

Giving a talk in my old university, how prominently should I tell students my salary?

What is Tony Stark injecting into himself in Iron Man 3?

Is there a logarithm base for which the logarithm becomes an identity function?

Help! My Character is too much for her story!

Too soon for a plot twist?

A vote on the Brexit backstop

What exactly is the meaning of "fine wine"?

How does learning spells work when leveling a multiclass character?

How can I portion out frozen cookie dough?

What does it take to become a wilderness skills guide as a business?

I am the light that shines in the dark

How to recover against Snake as a heavyweight character?

Why does this boat have a landing pad? (SpaceX's GO Searcher) Any plans for propulsive capsule landings?

Interpretation of linear regression interaction term plot



Using Watson as a testing tool



2019 Community Moderator ElectionHow to train watson conversation service?Watson Conversation: How to maintain position in dialog flow for additional user inputHow to redirect user to human in stamplay watson/intercom integrationWatson Conversation - handling invalid inputsWhat should I use IBM Watson Conversation or Discovery?To find out which emotion I'm writing in sentence, How can I make my chatbot?Update output in Watson Assistant with info from DB?Serverless Watson Deployment? (Questions about integrations with other RESTful services)IBM Watson Assistant: How do I have the chatbot repeat a response until it recognizes what the user is saying?Problem with dialog nodes and intents in Watson Assistent










0















I'm wondering about using Watson assistant as a simple tool for informal testing of medical students. I'm a bit confused as to whether this is an appropriate use. I have played around but am quite stuck.



I have a symptom X in mind, that, if the user asks about, Watson would spit out 3 questions sequentially, and test the users responses against some specific terms.



These questions look like
1. how much water does a 'symptom X' patient drink ?
Watson would take their input and compare it against definition somehow



  1. what are the 3 diseases that can manifest with 'symptom X' ?
    Watson would then take their input and compare it against the known list


  2. what tests should be run immediately on a patient presenting with 'symptom X' ?
    Watson would then compare their input to known list


Am I way off base with how I am using trying to use it?



-So far I have set up



intent = test_me (eg Can you test me)



@entity = symptom X



My first dialog node is if #test_me and @symptom X ->
'Sure, I can test you on symptom X'. I'm going to ask you 3 questions on this.



Pause.



Response -> how much water does a 'symptom X' patient drink ?
Their response would be along the lines of 'more than 100ml/kg/day'



How can I evaluate this response?
Is what I'm trying to do beyond the scope of a chatbot / WA?










share|improve this question


























    0















    I'm wondering about using Watson assistant as a simple tool for informal testing of medical students. I'm a bit confused as to whether this is an appropriate use. I have played around but am quite stuck.



    I have a symptom X in mind, that, if the user asks about, Watson would spit out 3 questions sequentially, and test the users responses against some specific terms.



    These questions look like
    1. how much water does a 'symptom X' patient drink ?
    Watson would take their input and compare it against definition somehow



    1. what are the 3 diseases that can manifest with 'symptom X' ?
      Watson would then take their input and compare it against the known list


    2. what tests should be run immediately on a patient presenting with 'symptom X' ?
      Watson would then compare their input to known list


    Am I way off base with how I am using trying to use it?



    -So far I have set up



    intent = test_me (eg Can you test me)



    @entity = symptom X



    My first dialog node is if #test_me and @symptom X ->
    'Sure, I can test you on symptom X'. I'm going to ask you 3 questions on this.



    Pause.



    Response -> how much water does a 'symptom X' patient drink ?
    Their response would be along the lines of 'more than 100ml/kg/day'



    How can I evaluate this response?
    Is what I'm trying to do beyond the scope of a chatbot / WA?










    share|improve this question
























      0












      0








      0








      I'm wondering about using Watson assistant as a simple tool for informal testing of medical students. I'm a bit confused as to whether this is an appropriate use. I have played around but am quite stuck.



      I have a symptom X in mind, that, if the user asks about, Watson would spit out 3 questions sequentially, and test the users responses against some specific terms.



      These questions look like
      1. how much water does a 'symptom X' patient drink ?
      Watson would take their input and compare it against definition somehow



      1. what are the 3 diseases that can manifest with 'symptom X' ?
        Watson would then take their input and compare it against the known list


      2. what tests should be run immediately on a patient presenting with 'symptom X' ?
        Watson would then compare their input to known list


      Am I way off base with how I am using trying to use it?



      -So far I have set up



      intent = test_me (eg Can you test me)



      @entity = symptom X



      My first dialog node is if #test_me and @symptom X ->
      'Sure, I can test you on symptom X'. I'm going to ask you 3 questions on this.



      Pause.



      Response -> how much water does a 'symptom X' patient drink ?
      Their response would be along the lines of 'more than 100ml/kg/day'



      How can I evaluate this response?
      Is what I'm trying to do beyond the scope of a chatbot / WA?










      share|improve this question














      I'm wondering about using Watson assistant as a simple tool for informal testing of medical students. I'm a bit confused as to whether this is an appropriate use. I have played around but am quite stuck.



      I have a symptom X in mind, that, if the user asks about, Watson would spit out 3 questions sequentially, and test the users responses against some specific terms.



      These questions look like
      1. how much water does a 'symptom X' patient drink ?
      Watson would take their input and compare it against definition somehow



      1. what are the 3 diseases that can manifest with 'symptom X' ?
        Watson would then take their input and compare it against the known list


      2. what tests should be run immediately on a patient presenting with 'symptom X' ?
        Watson would then compare their input to known list


      Am I way off base with how I am using trying to use it?



      -So far I have set up



      intent = test_me (eg Can you test me)



      @entity = symptom X



      My first dialog node is if #test_me and @symptom X ->
      'Sure, I can test you on symptom X'. I'm going to ask you 3 questions on this.



      Pause.



      Response -> how much water does a 'symptom X' patient drink ?
      Their response would be along the lines of 'more than 100ml/kg/day'



      How can I evaluate this response?
      Is what I'm trying to do beyond the scope of a chatbot / WA?







      ibm-watson watson-conversation






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked 2 days ago









      arumiatarumiat

      5617




      5617






















          1 Answer
          1






          active

          oldest

          votes


















          0














          The simple way would be by adding NLU (Natural Language Understanding) to the solution. If the language is English, NLU by default would get the 100ml as a Quantity and you can also use the syntax enchantment, if you need to apply a different rule when the user writes things like "more".



          If there are more complexity to the sentences and NLU by default is not enough, you can train a custom model using WKS (Watson Knowledge Studio) and use it with NLU. The same applies for languages where the default model doesn't give you enough info.



          NLU also have some understand of a good number of medical terms, that seems to be of use for your solution.



          If you need to do it using only Watson Assistant, the only solution I can imagine is to use regex to get the number and the type (ml/day/km/etc). Something like "(d+)(w2)"






          share|improve this answer






















            Your Answer






            StackExchange.ifUsing("editor", function ()
            StackExchange.using("externalEditor", function ()
            StackExchange.using("snippets", function ()
            StackExchange.snippets.init();
            );
            );
            , "code-snippets");

            StackExchange.ready(function()
            var channelOptions =
            tags: "".split(" "),
            id: "1"
            ;
            initTagRenderer("".split(" "), "".split(" "), channelOptions);

            StackExchange.using("externalEditor", function()
            // Have to fire editor after snippets, if snippets enabled
            if (StackExchange.settings.snippets.snippetsEnabled)
            StackExchange.using("snippets", function()
            createEditor();
            );

            else
            createEditor();

            );

            function createEditor()
            StackExchange.prepareEditor(
            heartbeatType: 'answer',
            autoActivateHeartbeat: false,
            convertImagesToLinks: true,
            noModals: true,
            showLowRepImageUploadWarning: true,
            reputationToPostImages: 10,
            bindNavPrevention: true,
            postfix: "",
            imageUploader:
            brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
            contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
            allowUrls: true
            ,
            onDemand: true,
            discardSelector: ".discard-answer"
            ,immediatelyShowMarkdownHelp:true
            );



            );













            draft saved

            draft discarded


















            StackExchange.ready(
            function ()
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55027033%2fusing-watson-as-a-testing-tool%23new-answer', 'question_page');

            );

            Post as a guest















            Required, but never shown

























            1 Answer
            1






            active

            oldest

            votes








            1 Answer
            1






            active

            oldest

            votes









            active

            oldest

            votes






            active

            oldest

            votes









            0














            The simple way would be by adding NLU (Natural Language Understanding) to the solution. If the language is English, NLU by default would get the 100ml as a Quantity and you can also use the syntax enchantment, if you need to apply a different rule when the user writes things like "more".



            If there are more complexity to the sentences and NLU by default is not enough, you can train a custom model using WKS (Watson Knowledge Studio) and use it with NLU. The same applies for languages where the default model doesn't give you enough info.



            NLU also have some understand of a good number of medical terms, that seems to be of use for your solution.



            If you need to do it using only Watson Assistant, the only solution I can imagine is to use regex to get the number and the type (ml/day/km/etc). Something like "(d+)(w2)"






            share|improve this answer



























              0














              The simple way would be by adding NLU (Natural Language Understanding) to the solution. If the language is English, NLU by default would get the 100ml as a Quantity and you can also use the syntax enchantment, if you need to apply a different rule when the user writes things like "more".



              If there are more complexity to the sentences and NLU by default is not enough, you can train a custom model using WKS (Watson Knowledge Studio) and use it with NLU. The same applies for languages where the default model doesn't give you enough info.



              NLU also have some understand of a good number of medical terms, that seems to be of use for your solution.



              If you need to do it using only Watson Assistant, the only solution I can imagine is to use regex to get the number and the type (ml/day/km/etc). Something like "(d+)(w2)"






              share|improve this answer

























                0












                0








                0







                The simple way would be by adding NLU (Natural Language Understanding) to the solution. If the language is English, NLU by default would get the 100ml as a Quantity and you can also use the syntax enchantment, if you need to apply a different rule when the user writes things like "more".



                If there are more complexity to the sentences and NLU by default is not enough, you can train a custom model using WKS (Watson Knowledge Studio) and use it with NLU. The same applies for languages where the default model doesn't give you enough info.



                NLU also have some understand of a good number of medical terms, that seems to be of use for your solution.



                If you need to do it using only Watson Assistant, the only solution I can imagine is to use regex to get the number and the type (ml/day/km/etc). Something like "(d+)(w2)"






                share|improve this answer













                The simple way would be by adding NLU (Natural Language Understanding) to the solution. If the language is English, NLU by default would get the 100ml as a Quantity and you can also use the syntax enchantment, if you need to apply a different rule when the user writes things like "more".



                If there are more complexity to the sentences and NLU by default is not enough, you can train a custom model using WKS (Watson Knowledge Studio) and use it with NLU. The same applies for languages where the default model doesn't give you enough info.



                NLU also have some understand of a good number of medical terms, that seems to be of use for your solution.



                If you need to do it using only Watson Assistant, the only solution I can imagine is to use regex to get the number and the type (ml/day/km/etc). Something like "(d+)(w2)"







                share|improve this answer












                share|improve this answer



                share|improve this answer










                answered 6 hours ago









                Felipe PaixaoFelipe Paixao

                30616




                30616





























                    draft saved

                    draft discarded
















































                    Thanks for contributing an answer to Stack Overflow!


                    • Please be sure to answer the question. Provide details and share your research!

                    But avoid


                    • Asking for help, clarification, or responding to other answers.

                    • Making statements based on opinion; back them up with references or personal experience.

                    To learn more, see our tips on writing great answers.




                    draft saved


                    draft discarded














                    StackExchange.ready(
                    function ()
                    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55027033%2fusing-watson-as-a-testing-tool%23new-answer', 'question_page');

                    );

                    Post as a guest















                    Required, but never shown





















































                    Required, but never shown














                    Required, but never shown












                    Required, but never shown







                    Required, but never shown

































                    Required, but never shown














                    Required, but never shown












                    Required, but never shown







                    Required, but never shown







                    Popular posts from this blog

                    Identity Server 4 is not redirecting to Angular app after login2019 Community Moderator ElectionIdentity Server 4 and dockerIdentityserver implicit flow unauthorized_clientIdentityServer Hybrid Flow - Access Token is null after user successful loginIdentity Server to MVC client : Page Redirect After loginLogin with Steam OpenId(oidc-client-js)Identity Server 4+.NET Core 2.0 + IdentityIdentityServer4 post-login redirect not working in Edge browserCall to IdentityServer4 generates System.NullReferenceException: Object reference not set to an instance of an objectIdentityServer4 without HTTPS not workingHow to get Authorization code from identity server without login form

                    2005 Ahvaz unrest Contents Background Causes Casualties Aftermath See also References Navigation menue"At Least 10 Are Killed by Bombs in Iran""Iran"Archived"Arab-Iranians in Iran to make April 15 'Day of Fury'"State of Mind, State of Order: Reactions to Ethnic Unrest in the Islamic Republic of Iran.10.1111/j.1754-9469.2008.00028.x"Iran hangs Arab separatists"Iran Overview from ArchivedConstitution of the Islamic Republic of Iran"Tehran puzzled by forged 'riots' letter""Iran and its minorities: Down in the second class""Iran: Handling Of Ahvaz Unrest Could End With Televised Confessions""Bombings Rock Iran Ahead of Election""Five die in Iran ethnic clashes""Iran: Need for restraint as anniversary of unrest in Khuzestan approaches"Archived"Iranian Sunni protesters killed in clashes with security forces"Archived

                    Can't initialize raids on a new ASUS Prime B360M-A motherboard2019 Community Moderator ElectionSimilar to RAID config yet more like mirroring solution?Can't get motherboard serial numberWhy does the BIOS entry point start with a WBINVD instruction?UEFI performance Asus Maximus V Extreme