Lookup Entity Extractor - Getting Started with Rasa / Tutorials, Resources & Videos - Rasa Community Forum

Lookup Entity Extractor

Hi everyone,

I had built my own entity extractor similar to Lookup Tables. but this is not machine-learned but will try to extract entities from a list of data just like lookup tables but here it will try to do text matching from a list of examples. But how this will help the entity extraction process? so you don’t need to train the NLU model for the know list of examples but rather just pass it as a list and let the extractor extract the entities from the list of examples during prediction.

Code Repo:

GitHub - JiteshGaikwad/LookupEntityExtractor

For the demo purpose I have used @koaning’s Pokemon Demo Bot, you can get it here:

GitHub - JiteshGaikwad/pokedex-demo

Demo Video:

YouTube

Hope this helps! :)


post by koaning on Jul 6, 2020

This is a cool example; just sayin'.

post by koaning on Jul 6, 2020

It’s actually a bit meta, because @Emma and myself were seriously discussing this exact issue last week.

post by JiteshGaikwad on Jul 6, 2020

@koaning @Emma that’s great! 😉, I was first to implement it!

Related topics

Topic Replies Views Activity
How does the lookup table in rasa_nlu work? Is there something similar to keyword_intent_classifier for entity extractors?
Rasa Open Source
6 5.4k Aug 2021
Lookup does not used to extract entities
Rasa Open Source
3 792 Jun 2020
Lookup Table or Multiple Examples?
Rasa Open Source
12 3.6k Dec 2023
How to detect entity values which are not part of Lookup table
Rasa Open Source
3 479 Dec 2022
Lookup table is not working
Rasa Open Source
15 5.9k Oct 2022