wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Pizzabot session 2

Total questions: 10

Worksheet time: 8mins

Name
Class
Date
1.

Which of these files will you need to edit to add a new slot you want to use to change the flow of conversation?(Assume that this slot will be filled by an existing entity)(select all that apply)

a)

nlu.yml

b)

stories.yml

c)

domain.yml

d)

config.yml

2.

What happens when you test your Rasa assistant using the command line interface command?(Select all that apply)

a)

Your test stories are run

b)

A report is generated in the results folder

c)

The action server is tested

d)

If no result's folder exists, one is created

e)

Full integration tests with all your channels are run

3.

Which of the following are true of response selectors?(select all)

a)

They can easily extract information from a document database and generate an answer to a question

b)

They reduce the amount of stories you need to provide

c)

You can use them to answer FAQ’s

4.

Which of the following is the correct example of rasa story format?

a)
b)
5.

Does the order of the components in the pipeline matter?

a)

Yes

b)

No

6.

Which is policy uses machine learning approach to predict next action?

a)

Rule Policy

b)

Memorization Policy

c)

TED Policy

7.

Which files define the universe in which your assistant operates?

a)

nlu.yml

b)

config.yml

c)

credentials.yml

d)

domain.yml

8.

If you want to train an assistant whose pre-trained word embeddings are not available, which pipeline configuration should you choose?

a)

Supervised embeddings

b)

Pre-trained embeddings

9.

Which rasa command loads your trained model and lets you talk to your assistant on the command line?

a)

rasa shell

b)

rasa train

c)

rasa init

d)

rasa run actions

10.

When should you add a new story or rule? Select all that apply

a)

When you add a new action or form

b)

When you add a new intent

c)

When a user conversation follows a new path your assistant can’t currently handle

d)

Every time you train your model

e)

When you update the NLU training data for an intent