[507a54]: / development / testcase / nlu_test.yml

Download this file

100 lines (84 with data), 3.1 kB

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
version: "2.0"
nlu:
- intent: what_is
examples: |
- what is [atenolol](entity_name)?
- [benazepril](entity_name)
- tell me what is this
- give me info about it.
- intent: usage
examples: |
- why do i need [baclofen](entity_name)?
- When is [platelet tests](entity_name) useful?
- Uses of it?
- when i need [anion gap blood](entity_name)?
- What is the purpose of the [ketones in urine](entity_name)?
- intent: risk
examples: |
- is it Harmful for body?
- What is the risk of an [complete blood count](entity_name)
- is [yeast infection tests](entity_name) risky?
- What is the risk of having an [strep a test](entity_name)?
- is [shbg blood](entity_name) dangerous?
- intent: lab_result
examples: |
- help me to understand this test result
- Could you explain my results from the [pleural fluid analysis](entity_name) test to me?
- i can't understand my lab result, help me
- intent: lab_prepare
examples: |
- Am I required to do anything before my test
- Will I need to do anything to prepare for the [hiv screening](entity_name)?
- Could you provide some advice about how to prep for an [uric acid test](entity_name)?
- How can I prepare myself for an [fobt](entity_name)
- intent: lab_during
examples: |
- During the [nasal swab](entity_name), what happens?
- What do I need to do during test?
- What happens during an [immunoglobulins blood test](entity_name)?
- intent: drug_warning
examples: |
- What warnings do you have about [acetaminophen](entity_name)
- What are the warnings about [bryhali](entity_name)?
- Would you pls tell me about the warnings of [aimovig](entity_name)
- what is warnings of the drug?
- intent: drug_dosage
examples: |
- I need information on [berinert](entity_name) dosage.
- Give me [advil](entity_name) dosage information.
- How much [nebivolol](entity_name) should I take.
- How many times per day can I take [kevzara](entity_name)?
- tell me what [xofluza](entity_name) dosage I need.
- intent: drug_interaction
examples: |
- How does [trazodone](entity_name) interact with other drugs?
- What other drugs will affect [alunbrig](entity_name)?
- Which drugs should not be taken with [glucagon](entity_name)
- intent: drug_sideeffects
examples: |
- What are [gemfibrozil](entity_name) side effects?
- Are there any [jadenu](entity_name) sideeffects?
- What are its side effects?
- [ketamine](entity_name) side effects?
- Are there any side-effects associated with [vraylar](entity_name)?
- What are the side effects of this drug?
- intent: greet
examples: |
- hello
- hey
- hi
- intent: goodbye
examples: |
- bye
- i'll catch you later
- thanks bye
- intent: new_issue
examples: |
- I want some information about a drug.
- I need some information about a pill.
- I'm looking for lab test details.
- intent: bot_challenge
examples: |
- are you a bot?
- are you a human?
- am I talking to a bot?