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.3.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.3-py3-none-any.whl (19.0 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: cat_survey-0.2.3.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.3.tar.gz
Algorithm Hash digest
SHA256 8b7b4ad49528a8109d197197fb68532577077a4e83fbbcf9821f16965259156f
MD5 b21a30256914fd4364019556fb2ffda2
BLAKE2b-256 adff9e89df7c311a40f725ce5773ee52ddb31fb494767acfde411651fb56506b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: cat_survey-0.2.3-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.3-py3-none-any.whl
Algorithm Hash digest
SHA256 88051d5f8aa8bd83a137aa6defed8b21829639c5adc0e62a5366231c80be9ba6
MD5 a62fa64109445a265271b23adb81252d
BLAKE2b-256 380e4363e01c6d1246c370abf737458d37b4ed3dbd577245cb0187a4f5583cf7

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