Search papers, labs, and topics across Lattice.
The paper introduces OpenAutoNLU, an open-source AutoML library designed for NLU tasks like text classification and NER. It distinguishes itself through a data-aware training regime selection process that eliminates the need for manual configuration. The library further incorporates data quality diagnostics, configurable OOD detection, and LLM functionalities, accessible through a low-code API.
Automating NLU model training regime selection based on data characteristics slashes development time and eliminates manual configuration headaches.
OpenAutoNLU is an open-source automated machine learning library for natural language understanding (NLU) tasks, covering both text classification and named entity recognition (NER). Unlike existing solutions, we introduce data-aware training regime selection that requires no manual configuration from the user. The library also provides integrated data quality diagnostics, configurable out-of-distribution (OOD) detection, and large language model (LLM) features, all within a minimal lowcode API. The demo app is accessible here https://openautonlu.dev.