GT4SD/zero-shot-bert-adapters
Implementation of Z-BERT-A: a zero-shot pipeline for unknown intent detection.
This project helps customer service teams and product managers automatically discover new types of customer requests or "intents" from text data. You provide raw text queries from users, and it identifies and groups previously unseen user intents. This is for anyone needing to understand evolving user needs or spot emerging trends in customer communication without prior labeling.
No commits in the last 6 months.
Use this if you need to quickly identify novel categories of user inquiries or feedback from large volumes of text, without having to manually pre-define or label these categories.
Not ideal if you already have a well-defined set of intent categories and just need to classify new queries into those known categories.
Stars
44
Forks
10
Language
Python
License
MIT
Category
Last pushed
Jun 13, 2023
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/transformers/GT4SD/zero-shot-bert-adapters"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
lonePatient/Bert-Multi-Label-Text-Classification
This repo contains a PyTorch implementation of a pretrained BERT model for multi-label text...
mim-solutions/bert_for_longer_texts
BERT classification model for processing texts longer than 512 tokens. Text is first divided...
OctoberChang/X-Transformer
X-Transformer: Taming Pretrained Transformers for eXtreme Multi-label Text Classification
QData/LaMP
ECML 2019: Graph Neural Networks for Multi-Label Classification
illiterate/BertClassifier
基于PyTorch的BERT中文文本分类模型(BERT Chinese text classification model implemented by PyTorch)