PulseAugur
EN
LIVE 13:33:00
ENTITY Glue

Glue

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

Show in brief
Total · 30d
11
11 over 90d
Releases · 30d
0
0 over 90d
Papers · 30d
10
10 over 90d
TIER MIX · 90D
TOPICS
SENTIMENT · 30D

2 day(s) with sentiment data

RECENT · PAGE 1/1 · 11 TOTAL
  1. TOOL · CL_100065 ·

    ITNet architecture unifies convolution, attention, and recurrence

    Researchers have introduced ITNet, a novel neural network architecture that unifies convolution, attention, and recurrence into a single learnable integral transform. This architecture uses a learnable kernel, implement…

  2. TOOL · CL_72631 ·

    New hybrid objective improves language model representations

    Researchers have introduced a novel self-supervised learning objective for language models that combines masked language modeling (MLM) with a Joint Embedding Predictive Architecture (JEPA) approach. This hybrid method …

  3. RESEARCH · CL_51028 ·

    New research explores advanced masking techniques for LLM fine-tuning and pre-training

    Researchers are exploring novel masking strategies to improve the fine-tuning and pre-training of large language models. One approach, EKSFT, selectively masks tokens with high entropy or KL divergence during supervised…

  4. TOOL · CL_36930 ·

    PEML method optimizes LLM prompts and weights for multi-task learning

    Researchers have introduced PEML, a new method for parameter-efficient multi-task learning in large language models. PEML optimizes both continuous prompts and model weights simultaneously, addressing limitations of exi…

  5. TOOL · CL_25657 ·

    New SWAP-Score metric evaluates neural networks without training

    Researchers have introduced SWAP-Score, a novel zero-shot metric designed to evaluate neural networks without requiring training. This method measures a network's expressivity using sample-wise activation patterns and d…

  6. TOOL · CL_21937 ·

    New AS-LoRA method improves privacy in federated learning

    Researchers have developed AS-LoRA, a novel framework for adaptive selection of LoRA components in privacy-preserving federated learning. This method addresses aggregation errors common in such setups by allowing each l…

  7. TOOL · CL_21302 ·

    LoRA fine-tuning explained: Why low rank adapts LLMs effectively

    This article explains the intrinsic-low-rank hypothesis of fine-tuning large language models, detailing how techniques like LoRA adapt models without altering original weights. It clarifies that LoRA's expressive update…

  8. TOOL · CL_20347 ·

    AWS MCP service controls bypassed by Lambda and other downstream services

    AWS has introduced new IAM context keys, aws:ViaAWSMCPService and aws:CalledViaAWSMCP, to track traffic flowing through its managed MCP service. While these keys enhance security by preventing direct deletion of S3 obje…

  9. RESEARCH · CL_10117 ·

    AdaFRUGAL paper introduces dynamic controls for memory-efficient LLM training

    Researchers have developed AdaFRUGAL, a new framework designed to make training Large Language Models (LLMs) more memory-efficient. Unlike previous methods that required manual tuning of hyperparameters, AdaFRUGAL autom…

  10. RESEARCH · CL_06833 ·

    New hardware design offers efficient Softmax and LayerNorm for edge AI

    Researchers have developed new hardware-efficient approximations for Softmax and Layer Normalization operations, crucial for Transformer models on edge devices. These methods ensure guaranteed normalization, which is vi…

  11. RESEARCH · CL_05149 ·

    LoRA fine-tuning research suggests rank 1 is sufficient, proposes data-aware initialization

    Three new research papers explore methods to optimize LoRA fine-tuning for large language models. One paper proposes reducing the LoRA rank threshold to 1 for binary classification tasks, showing competitive performance…