salesforce/TaiChi
Open source library for few shot NLP
This tool helps machine learning practitioners classify customer intent from short text inputs, like chatbot messages, even when very little training data is available. You provide a small set of example utterances and their corresponding intents, and the system outputs a trained model that can accurately categorize new user requests. It's designed for data scientists or ML engineers building conversational AI systems or other NLP applications where data labeling is a bottleneck.
No commits in the last 6 months.
Use this if you need to build an intent classification model but only have a handful of labeled examples for each intent.
Not ideal if you have extensive labeled datasets for your text classification task, as it's specifically optimized for low-data scenarios.
Stars
79
Forks
8
Language
Python
License
BSD-3-Clause
Category
Last pushed
Jun 12, 2023
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/salesforce/TaiChi"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
rodrigopivi/Chatito
🎯🗯 Dataset generation for AI chatbots, NLP tasks, named entity recognition or text...
SimGus/Chatette
A powerful dataset generator for Rasa NLU, inspired by Chatito
metterian/peep-talk
A Situational Conversation-Based English Education Platform
WenRichard/Customer-Chatbot
中文智能客服机器人demo,包含闲聊和专业问答2个部分,支持自定义组件(Chinese intelligent customer chatbot Demo, including the...
oswaldoludwig/Seq2seq-Chatbot-for-Keras
This repository contains a new generative model of chatbot based on seq2seq modeling.