Skip to main content

A tool for automatically configuring a text classification pipeline for intent prediction.

Project description

AutoIntent

Auto ML for intent classification.

Documentation: deeppavlov.github.io/AutoIntent.

Changelog: CHANGELOG.md.

The project is under active development.

Installation

pip install autointent

About

AutoIntent is an open source tool for automatic configuration of a text classification pipeline for intent prediction.

The task of intent detection is one of the main subtasks in creating task-oriented dialogue systems, along with scriptwriting and slot filling. AutoIntent project offers users the following:

  • A convenient library of methods for intent classification that can be used in a sklearn-like "fit-predict" format.
  • An AutoML approach to creating classifiers, where the only thing needed is to upload a set of labeled data.

Example of building an intent classifier in a couple of lines of code:

from autointent import Pipeline, Dataset

dataset = Dataset.from_json(path_to_json)
pipeline = Pipeline.from_preset("classic-light")
pipeline.fit(dataset)
pipeline.predict(["show me my latest transactions"])

Cite

If you find our work useful, please cite our EMNLP 2025 paper:

@misc{alekseev2025autointentautomltextclassification,
      title={AutoIntent: AutoML for Text Classification}, 
      author={Ilya Alekseev and Roman Solomatin and Darina Rustamova and Denis Kuznetsov},
      year={2025},
      eprint={2509.21138},
      archivePrefix={arXiv},
      primaryClass={cs.CL},
      url={https://arxiv.org/abs/2509.21138}, 
}

Disclaimer

This project is in development phase. Bugs and breaking changes are expected. Contributions and feedback are welcome! See CONTRIBUTING.md.

Credits

Logo designed by nkognit0.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

autointent-0.3.0.tar.gz (158.0 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

autointent-0.3.0-py3-none-any.whl (261.0 kB view details)

Uploaded Python 3

File details

Details for the file autointent-0.3.0.tar.gz.

File metadata

  • Download URL: autointent-0.3.0.tar.gz
  • Upload date:
  • Size: 158.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for autointent-0.3.0.tar.gz
Algorithm Hash digest
SHA256 2a19206455071935f2e615cb17c61bf5818a2c4485fe1146cc8053249ca95dff
MD5 7e96b89b40eb285c03dff626b3b2ab68
BLAKE2b-256 e962bd094529e637e705139a47bda7d590957b868ffd5e060f962dd527a5ae02

See more details on using hashes here.

Provenance

The following attestation bundles were made for autointent-0.3.0.tar.gz:

Publisher: release.yaml on deeppavlov/AutoIntent

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file autointent-0.3.0-py3-none-any.whl.

File metadata

  • Download URL: autointent-0.3.0-py3-none-any.whl
  • Upload date:
  • Size: 261.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for autointent-0.3.0-py3-none-any.whl
Algorithm Hash digest
SHA256 8f56955b2238357715ac73f86ba7d4915bed9780408efb952d672134604ebae3
MD5 08c42dc3bec99e7efb29d3236198fc18
BLAKE2b-256 5b2d1b13cbe0316a2122140d52e0b0e7f8538230fbcf76cafc850202ef91ed95

See more details on using hashes here.

Provenance

The following attestation bundles were made for autointent-0.3.0-py3-none-any.whl:

Publisher: release.yaml on deeppavlov/AutoIntent

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page