Skip to main content

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.

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.4.0.tar.gz (205.9 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.4.0-py3-none-any.whl (316.7 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: autointent-0.4.0.tar.gz
  • Upload date:
  • Size: 205.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for autointent-0.4.0.tar.gz
Algorithm Hash digest
SHA256 f3426f6d27b1b9617977d535e0e9bd7982e596a935efc74e54d0ef31a236a7f9
MD5 9e049ea2bd614999ba73e73ff545a771
BLAKE2b-256 e01d08225a74cd03cdc7b84d6bc24afb00bc83bd7f25fed81d502eaa69a81ffb

See more details on using hashes here.

Provenance

The following attestation bundles were made for autointent-0.4.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.4.0-py3-none-any.whl.

File metadata

  • Download URL: autointent-0.4.0-py3-none-any.whl
  • Upload date:
  • Size: 316.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for autointent-0.4.0-py3-none-any.whl
Algorithm Hash digest
SHA256 d0dcce30a232faf62e7b0d9bf0e3e5ec014118bb0f5f96f9977b228879de79fc
MD5 34aaf4071548bbc5bd59fb49a1185421
BLAKE2b-256 7f6dcfe016ee975c7627827a7c625e4eaa74f55e2d0c11dcbcb42e12b241f0fb

See more details on using hashes here.

Provenance

The following attestation bundles were made for autointent-0.4.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.

Release history Release notifications | RSS feed

This release

0.4.0 This release

2 files

0.3.2

2 files

0.3.1

2 files

0.3.0

2 files

0.2.0

2 files

0.1.0

2 files

0.0.1

2 files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page