Skip to main content

Survey response classification powered by LLMs

Project description

cat-survey

Survey response classification powered by LLMs. A thin, survey-specific wrapper around cat-stack.

cat-survey adds survey-specific prompt framing ("A respondent was asked: ...") on top of the domain-agnostic cat-stack engine — giving LLMs the context that responses come from a survey instrument.

Installation

pip install cat-survey

With optional extras:

pip install "cat-survey[pdf]"         # PDF survey processing
pip install "cat-survey[embeddings]"  # Embedding-based similarity scoring

Quick Start

Classify survey responses

import catsurvey

results = catsurvey.classify(
    input_data=["I feel great about the program", "It was a waste of time"],
    categories=["Positive", "Negative", "Neutral"],
    survey_question="How do you feel about the new wellness program?",
    api_key="sk-...",
)

Discover categories from open-ended responses

result = catsurvey.extract(
    input_data=responses,
    api_key="sk-...",
    survey_question="What changes would you suggest for the workplace?",
)
print(result["top_categories"])

Summarize responses

summaries = catsurvey.summarize(
    input_data=responses,
    api_key="sk-...",
    description="Open-ended feedback from employee satisfaction survey",
)

How It Works

cat-survey is a thin wrapper that:

  1. Takes your survey_question parameter
  2. Injects survey-specific framing: "A respondent was asked: '{survey_question}'."
  3. Delegates to cat-stack for all LLM communication, classification logic, batch processing, and ensemble methods

All cat-stack parameters (multi-model ensemble, batch mode, chain-of-thought, etc.) are passed through via **kwargs.

API

Function Description
classify() Classify responses into predefined categories
extract() Discover and normalize categories from responses
explore() Raw category extraction (no deduplication)
summarize() Summarize responses (pass-through to cat-stack)

Ecosystem

Package Role
cat-stack Domain-agnostic LLM classification engine
cat-survey Survey-specific wrapper (this package)
cat-cog Cognitive assessment scoring (CERAD)

License

GPL-3.0-or-later

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

cat_survey-0.2.2.tar.gz (15.8 kB view details)

Uploaded Source

Built Distribution

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

cat_survey-0.2.2-py3-none-any.whl (19.0 kB view details)

Uploaded Python 3

File details

Details for the file cat_survey-0.2.2.tar.gz.

File metadata

  • Download URL: cat_survey-0.2.2.tar.gz
  • Upload date:
  • Size: 15.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.11.14

File hashes

Hashes for cat_survey-0.2.2.tar.gz
Algorithm Hash digest
SHA256 c6889d7a7904e4ec4fd0c6297f8a97bbad1d62da212825b57d1b7625a5ae300e
MD5 2e262b897f9da0b997fdb6e1e6a5bc92
BLAKE2b-256 d87058985862448561c1feb141285be10118bf8886e6b7f23f418f23abea11be

See more details on using hashes here.

File details

Details for the file cat_survey-0.2.2-py3-none-any.whl.

File metadata

  • Download URL: cat_survey-0.2.2-py3-none-any.whl
  • Upload date:
  • Size: 19.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.11.14

File hashes

Hashes for cat_survey-0.2.2-py3-none-any.whl
Algorithm Hash digest
SHA256 01825aea67d55634c34047ee358a334d55a277b74305909a8d7c011f2c6a72db
MD5 5dcede7b43846cc5ed1f0142a1f336ab
BLAKE2b-256 44db0dfc5079d1825fc3c69dfd367a31f7c1b7633d2bb1758cd04eb1a0a94c23

See more details on using hashes here.

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