Using Rasa Version : 3.6.13
Hi can someone please help me get started on my Rasa project, there is so much information I do not know what I am doing wrong. I am trying to extract college course titles and it is not completely accurate. It only does good on courses that are similar to my training examples.
Here is my current setup. Any tips on how to get the most accurate results possible will be great. Fyi I already the exact names for all the course titles as I am using a database.
- regex: course_name
examples: |
- [A-Za-z][A-Za-z0-9\s]+
- [Ii]ntro[A-Za-z0-9\s]+
- [A-Za-z0-9]+ [A-Za-z0-9]+
- [A-Za-z0-9]+ [A-Za-z0-9]+ [A-Za-z0-9]+
- intent: specify_class
examples: |
- Tell me about the course Discrete Structures
- Tell me about the course Principles of Finance
- Tell me about the course Statistics II
- Tell me about the course Software Engineering I
- Tell me about the course ORGANIZATIONAL BEHAVIOR
- Tell me about the course Organic Chemistry
- Tell me about the course Intro to Evolution
- Tell me about the course Data Structures and Algorithms
- Tell me about the course Foundations of Computer Science
- Tell me about the course Foundations of Human Anatomy
- I want information on Principles of Finance
- What can you tell me about Calculus II
- Give me details about Foundations of Computer Science
- Provide information on Linear Algebra
- Tell me everything about Marketing 101
- What do you know about Principles of Finance
- Describe ORGANIZATIONAL BEHAVIOR
- Explain Statistics II to me
- Database Systems details, please
- Can you give me the scoop on Software Engineering I
- I’d like to learn about Accounting I
- Share some insights on ORGANIZATIONAL BEHAVIOR
- What’s the story with Principles of Marketing
- I’m interested in Chemistry I
- Tell me more about Organic Chemistry
- I need info on Intro to Evolution