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.2.tar.gz (162.4 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.2-py3-none-any.whl (265.1 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: autointent-0.3.2.tar.gz
  • Upload date:
  • Size: 162.4 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.2.tar.gz
Algorithm Hash digest
SHA256 c31f0c5a3a09b4a1a0e7d6e9e433d6394be1e2a50103b9707fd95c4241f06cc3
MD5 910ad5c6446962a8bfe5d873c575128c
BLAKE2b-256 b4c12e0e12e550272ff7b5c584ba9891ef024cf2959d05266fda41c7f8c4883a

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: autointent-0.3.2-py3-none-any.whl
  • Upload date:
  • Size: 265.1 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.2-py3-none-any.whl
Algorithm Hash digest
SHA256 8d58c2c3b1a7cfca71bccafd463c999d1c2d57f194c628dd0f563004d64a2c2e
MD5 6fa0d63ed9867057aeccf6ff98e06264
BLAKE2b-256 df56ac96425c3dfe0a1903c208770f3839ddd70e057755c2cb13a75ca9e8dbc0

See more details on using hashes here.

Provenance

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