PulseAugur
EN
LIVE 20:03:30
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
8
29 over 90d
Releases · 30d
0
0 over 90d
Papers · 30d
7
25 over 90d
TIER MIX · 90D
TOPICS
RELATIONSHIPS
SENTIMENT · 30D

7 day(s) with sentiment data

RECENT · PAGE 1/2 · 29 TOTAL
  1. 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…

  2. 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…

  3. 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…

  4. 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…

  5. 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…

  6. 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…

  7. 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…

  8. 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…

  9. 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…

  10. 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…

  11. 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…

  12. 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…

  13. RESEARCH · CL_104781 ·

    New hybrid pipeline boosts phishing detection with DistilBERT and URL analysis

    Researchers have developed a novel hybrid pipeline designed to enhance phishing and threat classification. This system integrates multiple engines, including a URL analysis stack, a DistilBERT NLP classifier, and a thre…

  14. RESEARCH · CL_84465 ·

    New framework reveals LLM memory asymmetry

    Researchers have developed a new diagnostic framework to analyze user-side memory in large language models, revealing that personalization capabilities are not a single metric but rather factor into distinct axes: behav…

  15. RESEARCH · CL_74430 ·

    New ECI method ranks hard-negatives for dense retrieval without training

    Researchers have developed a new training-free method called Effective Contrastive Information (ECI) to evaluate hard-negative sources for dense retrieval systems. This technique ranks candidate negatives using frozen e…

  16. TOOL · CL_70400 ·

    Fine-tuned models beat LLMs in misinformation detection

    A new research paper suggests that task-specific fine-tuned models still outperform large language models (LLMs) in detecting misinformation on Reddit. The study found that fine-tuned RoBERTa achieved a higher F1 score …

  17. TOOL · CL_68390 ·

    New AI framework boosts phishing detection with explainability

    Researchers have developed a new framework using DistilBERT, a lightweight Transformer model, to enhance the detection of sophisticated phishing emails. This framework incorporates adversarial training techniques to imp…

  18. TOOL · CL_65788 ·

    AI model boosts depression detection using cognitive-linguistic features

    Researchers have developed a hybrid model that combines DistilBERT embeddings with cognitive-linguistic features to detect depression in online text. This model, which incorporates cognitive distortions like absolutist …

  19. RESEARCH · CL_62267 ·

    New framework improves multilingual orthopedic decision support

    Researchers have developed a new framework for reliable multilingual orthopedic decision support using clinical narratives. The system, named IndicBERT-HPA, adapts existing models with language-aware orthopedic adapters…

  20. TOOL · CL_59144 ·

    MLOps Guide: DistilBERT + LoRA for Document Classification

    This article details a practical application of MLOps principles for document classification using DistilBERT and LoRA. It focuses on the key performance metrics and numerical results achieved, emphasizing the effective…