PulseAugur
EN
LIVE 23:20:07
ENTITY DistilBERT

DistilBERT

PulseAugur coverage of DistilBERT — every cluster mentioning DistilBERT across labs, papers, and developer communities, ranked by signal.

Show in brief
Total · 30d
7
18 over 90d
Releases · 30d
0
0 over 90d
Papers · 30d
7
15 over 90d
TIER MIX · 90D
TOPICS
RELATIONSHIPS
SENTIMENT · 30D

6 day(s) with sentiment data

RECENT · PAGE 1/2 · 37 TOTAL
  1. TOOL · CL_254245 ·

    Naive Bayes classifiers remain competitive against LLMs for text classification with labeled data

    A new research paper compares the performance of large language models (LLMs) against traditional Naive Bayes classifiers for text classification tasks. The study found that while LLMs excel in zero-data scenarios, part…

  2. TOOL · CL_251979 ·

    AI framework detects social tipping points in climate literature

    Researchers have developed a modular AI framework designed to automatically detect and structure evidence of social tipping points within climate-related documents. This system integrates several components, including D…

  3. TOOL · CL_247707 ·

    New study benchmarks privacy risks in NLP text classifiers

    A new study on arXiv evaluates the privacy risks associated with training natural language processing (NLP) text classifiers. Researchers benchmarked membership inference attacks (MIAs) on the GLUE SST-2 sentiment datas…

  4. TOOL · CL_245275 ·

    New AI framework CareGuard detects cyberbullying for mental health support

    A new research paper introduces CareGuard, an early-warning framework designed to detect cyberbullying and harmful online interactions to support mental health and proactive online safety. The framework utilizes advance…

  5. TOOL · CL_244782 ·

    New RAPID method enhances AI model distillation efficiency

    Researchers have developed a new method called Reliability-Aware Pair Importance Distillation (RAPID) to improve the efficiency of inter-example relational distillation in machine learning. This technique separates the …

  6. TOOL · CL_235504 ·

    New DRET method efficiently adapts AI models for biomedical text mining

    Researchers have developed Distilled Rapid Embedding Transfer (DRET), a novel method for adapting smaller, general-purpose language models to specialized domains like biomedical text mining. DRET efficiently transfers k…

  7. TOOL · CL_231558 ·

    AI artifact developed to detect and rewrite toxic workplace communication

    Researchers have developed a new AI artifact using a Design Science Research approach to address toxic communication in digital workplaces. This artifact employs fine-tuned transformer models, DistilBERT and DistilRoBER…

  8. RESEARCH · CL_201870 ·

    AI text detectors: Building and auditing from scratch

    Sebastian Raschka's tutorial details the construction of an AI text detector from scratch, using a fine-tuned DistilBERT classifier similar to Pangram models used by Substack. The project aims to illustrate how AI detec…

  9. TOOL · CL_196070 ·

    BERT-based QA models assessed for reliability; RoBERTa shows most stability

    A new study published on arXiv evaluates the reliability of several BERT-based models, including RoBERTa, ALBERT, and DistilBERT, when applied to question-answering tasks. Researchers assessed model stability by introdu…

  10. TOOL · CL_193733 ·

    New RA-FinBERT model boosts financial sentiment analysis with rule-based features

    Researchers have developed RA-FinBERT, a novel framework for financial sentiment analysis that enhances accuracy by integrating rule-derived features with a pre-trained language model. This approach combines sentiment p…

  11. RESEARCH · CL_189999 ·

    IMDb sentiment analysis tutorial combines classic ML with DistilBERT LoRA

    A new tutorial details a comprehensive sentiment analysis workflow using the Stanford NLP IMDb dataset. It compares traditional TF-IDF and Logistic Regression baselines with fine-tuned DistilBERT models utilizing LoRA a…

  12. RESEARCH · CL_171967 ·

    New research advances LoRA fine-tuning theory and practice

    Researchers have developed new theoretical and practical advancements in Low-Rank Adaptation (LoRA) for fine-tuning large language models. One study provides a theoretical framework, establishing matching upper and lowe…

  13. TOOL · CL_156336 ·

    Phishing detection models vulnerable to adversarial attacks, study finds

    A new study published on arXiv compares the effectiveness of two machine learning models, TF-IDF + Logistic Regression and a fine-tuned DistilBERT transformer, in detecting phishing emails. While both models achieved ov…

  14. TOOL · CL_147642 ·

    DisruptIQ uses DistilBERT and Neo4j to predict supply chain risks

    This article details the creation of DisruptIQ, a system designed to predict supply chain disruptions. It leverages a fine-tuned DistilBERT model for natural language processing, Neo4j for graph database capabilities, a…

  15. RESEARCH · CL_145743 ·

    CF-Net uses multimodal fusion for ambivalence and hesitancy recognition

    Researchers have developed CF-Net, a deep multimodal network designed to recognize ambivalence and hesitancy in videos. This network utilizes frozen SigLIP2, HuBERT, and DistilBERT backbones to process visual, audio, an…

  16. RESEARCH · CL_141839 ·

    New research tackles large-scale retrieval challenges with unified frameworks

    Two new research papers address challenges in large-scale retrieval systems, focusing on improving efficiency and accuracy. The first paper, MESH, proposes a unified framework for heterogeneous content retrieval that en…

  17. TOOL · CL_134478 ·

    Physics-Informed AI integrates physics into training loop

    This article details advancements in Physics-Informed AI, specifically focusing on integrating physics principles directly into the AI model's training loop. Unlike previous methods where physics checks were performed p…

  18. TOOL · CL_134345 ·

    Author fine-tunes DistilBERT model in 10 minutes using custom CLI

    The author details a process for fine-tuning an AI model, specifically DistilBERT on the AG News dataset, within a strict 10-minute timeframe. This involved using a custom CLI tool called Crunr to manage dependencies an…

  19. RESEARCH · CL_107845 ·

    Lightweight transformers benchmarked for on-device fault detection

    A new benchmark study compares lightweight transformer models against traditional machine learning methods for on-device fault detection. The research found that while transformers can match traditional methods in accur…

  20. COMMENTARY · CL_101258 ·

    User explores fine-tuning LLMs without formal ML education

    A user explored the possibility of fine-tuning a small LLM without formal machine learning education, referencing past difficulties in teaching DistilBERT math due to Python's dependency issues. The user is now attempti…