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.1.tar.gz (161.2 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.1-py3-none-any.whl (264.4 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: autointent-0.3.1.tar.gz
  • Upload date:
  • Size: 161.2 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.1.tar.gz
Algorithm Hash digest
SHA256 6d2c3dece3a5a9ddc3cbe2e815a0153b2b1cbcb251513c153a3ccc0fd290f42a
MD5 94ca68156af436d9882bb64c364c1dde
BLAKE2b-256 69ca27477b19d50939aa9745166d30b4d748165efeb716b3def2936fc7a2c47e

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: autointent-0.3.1-py3-none-any.whl
  • Upload date:
  • Size: 264.4 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.1-py3-none-any.whl
Algorithm Hash digest
SHA256 94b15613373e8f948ad80d773d05069c29ed51fc5af6c7fcd5b4e28cfda6847b
MD5 eed353881afcf191f25612134ac5389a
BLAKE2b-256 8ad8626fdc7f18c2e32c5c61d0824efec62d2606e9a1309157c738feef3a8ab9

See more details on using hashes here.

Provenance

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