Chris's picture

Chris

WesPro

AI & ML interests

None yet

Recent Activity

reacted to codelion's post with ๐Ÿค— 5 days ago
Adaptive Classifier: Dynamic Text Classification with Strategic Learning New text classification system that learns continuously without catastrophic forgetting. Achieved 22.2% robustness improvement on adversarial datasets while maintaining clean data performance. ๐ŸŽฏ THE PROBLEM Traditional classifiers require complete retraining when adding new classes. Expensive and time-consuming, especially with adversarial users trying to game the system. ๐Ÿš€ KEY INNOVATIONS โ€ข Hybrid memory-neural architecture (prototype-based + neural adaptation) โ€ข Strategic classification using game theory to predict and defend against manipulation โ€ข Elastic Weight Consolidation prevents catastrophic forgetting ๐Ÿ“Š RESULTS Tested on AI-Secure/adv_glue dataset: โ€ข Clean data: 80.0% โ†’ 82.2% (+2.2%) โ€ข Manipulated data: 60.0% โ†’ 82.2% (+22.2%) โ€ข Zero performance drop under adversarial attacks ๐Ÿ”ฌ APPLICATIONS โ€ข Hallucination detection: 80.7% recall for RAG safety โ€ข LLM routing: 26.6% cost optimization improvement โ€ข Content moderation: Robust against gaming attempts โš™๏ธ USAGE pip install adaptive-classifier from adaptive_classifier import AdaptiveClassifier classifier = AdaptiveClassifier("bert-base-uncased") classifier.add_examples(texts, labels) predictions = classifier.predict("New text") ๐Ÿ”— RESOURCES Blog: https://huggingface.co/blog/codelion/adaptive-classifier Code: https://github.com/codelion/adaptive-classifier Models: https://huggingface.co/adaptive-classifier Available models: llm-hallucination-detector, llm-config-optimizer, llm-router Works with any HuggingFace transformer. Fully open source and production-ready!
updated a model 2 months ago
WesPro/Broken-Tutu-24B-Q6_K-GGUF
View all activity

Organizations

None yet