DialBB ver. 1.0 Document
Contents:
- 1. Introduction
- 2. DialBB Overview
- 3. Tutorial
- 4. Framework Specifications
- 5. Built-in Block Classes
- 5.1. Simple Canonicalizer (Simple String Canonicalizer Block)
- 5.2. LR-CRF Understander (Language Understanding Block using Logistic Regression and Conditional Random Fields)
- 5.3. ChatGPT Understander (Language Understanding Block using ChatGPT)
- 5.4. STN Manager (State Transition Network-based Dialogue Management Block)
- 5.5. ChatGPT Dialogue (ChatGPT-based Dialogue Block)
- 5.6. ChatGPT NER (Named Entity Recognition Block Using ChatGPT)
- 5.7. spaCy-Based NER (Named Entity Recognizer Block using spaCy)
- 6. Appendix