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

                    Thal And Out Agency railway station See also References External links Navigation menuOfficial Web Site of Pakistan RailwaysArchivedOfficial Web Site of Pakistan Railwayseeexpanding ite

                    Understanding generators in Python2019 Community Moderator ElectionGenerator function not working pythonFor loop not executing two timesGenerators - Printing generated valuesWhy can a python generator only be used once?What exactly do generators do?What does the “yield” keyword do?What does “list comprehension” mean? How does it work and how can I use it?sklearn Kfold acces single fold instead of for loopIs a generator the callable? Which is the generator?Apply Border To Range Of Cells Using OpenpyxlCalling an external command in PythonWhat are metaclasses in Python?What is the difference between @staticmethod and @classmethod?Finding the index of an item given a list containing it in PythonDifference between append vs. extend list methods in PythonHow can I safely create a nested directory in Python?Does Python have a ternary conditional operator?Understanding slice notationUnderstanding Python super() with __init__() methodsDoes Python have a string 'contains' substring method?

                    How can I change the color of pagination dots of UIPageControl?How to change UIPageControl dotsIs there a way to change page indicator dots colorCustomize dot with image of UIPageControl at index 0 of UIPageControlNo visible @interface for 'NSObject<PageControlDelegate>' declares the selector 'pageControlPageDidChange:'How to change the color of pagination dots in UIPageControl with a different color per pagepagecontrol indicator custom image instead of DefaultChanging the colour of UIPageControl dots in MonoTouchpagecontrol selectable page visibility color?Alternative way to load ViewControllers on a UIPageControlHow to set only layer.border-color for UIpage control dots in swiftHow can I develop for iPhone using a Windows development machine?How to change the name of an iOS app?UITableView - change section header coloruipagecontrol indicator(dot)issueCustom UIPageControl dots color not changingchange the interspace between UIPageControl dotsHow to change Status Bar text color in iOSHow can I change image tintColor in iOS and WatchKitUIPageControl dots with larger space in between each dotsHow to change the color of pagination dots in UIPageControl with a different color per page