Official Implementation of "A Hybrid Architecture for Out of Domain Intent Detection and Intent Discovery"
- install libraries in requirements.txt
pip install -r requirements.txt
- edit parameters in config.json as your needs
- run main.py to train models
python main.py
- run predict.py to evaluate models
python predict.py
This repository currently contains only the implementation of OOD Intent Detection, and the implementation of Intent Discovery will be added ASAP.