Tags: classification* + text*

0 bookmark(s) - Sort by: Date ↓ / Title /

  1. Iván Palomares Carrascosa writes about methods for interpreting the dense numerical vector representations, or embeddings, generated by large language models (LLMs). By using a combination of probing classifiers like logistic regression, UMAP dimensionality reduction for visualization, and SHAP values to identify influential latent dimensions, one can analyze the quality and semantic structure captured within LLM-generated embedding spaces.

    - Probing classifiers help determine if embeddings are rich enough to distinguish between classes by testing them with simpler models.
    - UMAP is used to project high-dimensional embeddings into 2D space for visual inspection of natural groupings.
    - SHAP values can pinpoint which specific dimensions in an embedding most significantly influence a classifier's decisions.
    - The article demonstrates using Scikit-LLM alongside local Ollama models to generate embeddings cost-effectively.
  2. A practical pipeline for classifying messy free-text data into meaningful categories using a locally hosted LLM, no labeled training data required.
  3. Python tutorial for reproducible labeling of cutting-edge topic models with GPT4-o-mini. The article details training a FASTopic model and labeling its results using GPT-4.0 mini, emphasizing reproducibility and control over the labeling process.
  4. Multi-class zero-shot embedding classification and error checking. This project improves zero-shot image/text classification using a novel dimensionality reduction technique and pairwise comparison, resulting in increased agreement between text and image classifications.
  5. This article provides a comprehensive guide on the basics of BERT (Bidirectional Encoder Representations from Transformers) models. It covers the architecture, use cases, and practical implementations, helping readers understand how to leverage BERT for natural language processing tasks.
  6. A detailed guide on creating a text classification model with Hugging Face's transformer models, including setup, training, and evaluation steps.
  7. BEAL is a deep active learning method that uses Bayesian deep learning with dropout to infer the model’s posterior predictive distribution and introduces an expected confidence-based acquisition function to select uncertain samples. Experiments show that BEAL outperforms other active learning methods, requiring fewer labeled samples for efficient training.
  8. A tutorial on using LLM for text classification, addressing common challenges and providing practical tips to improve accuracy and usability.
  9. Replace traditional NLP approaches with prompt engineering and Large Language Models (LLMs) for Jira ticket text classification. A code sample walkthrough.
  10. A Github Gist containing a Python script for text classification using the TxTail API

Top of the page

First / Previous / Next / Last / Page 1 of 0 SemanticScuttle - klotz.me: tagged with "classification+text"

About - Propulsed by SemanticScuttle