PulseAugur
EN
LIVE 14:40:28
ENTITY Unigram

Unigram

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

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

1 day(s) with sentiment data

RECENT · PAGE 1/1 · 3 TOTAL
  1. TOOL · CL_95561 ·

    minbpe vs turboBPE: Faster BPE tokenization for LLMs

    Two distinct implementations of the Byte-Pair Encoding (BPE) tokenizer algorithm are compared: minbpe, a pure Python educational tool, and turboBPE, a significantly faster C-extension based implementation. While minbpe …

  2. RESEARCH · CL_44851 ·

    New LLM Watermarking Techniques Face Evasion and Robustness Challenges

    Researchers have developed several new methods to address vulnerabilities in large language model (LLM) watermarking techniques. One approach, SeedHijack, targets the pseudo-random number generator (PRNG) to manipulate …

  3. RESEARCH · CL_43967 ·

    New ConvexTok algorithm optimizes NLP tokenization using convex optimization

    Researchers have developed a new tokenization algorithm called ConvexTok, which uses convex optimization to construct tokenizers. Unlike existing greedy methods like BPE and Unigram, ConvexTok considers the entire vocab…