Tagged articles
9 articles
Page 1 of 1
Data Party THU
Data Party THU
Apr 30, 2026 · Artificial Intelligence

Turning Transformers into Mamba: How Apple Linearized Inference Costs

Apple introduced a two‑step cross‑architecture distillation method that converts costly quadratic‑time Transformers into cheaper linear‑time Mamba models, preserving most of the original performance while dramatically reducing inference cost.

AI researchLinear AttentionMamba
0 likes · 8 min read
Turning Transformers into Mamba: How Apple Linearized Inference Costs
Design Hub
Design Hub
Mar 29, 2026 · Industry Insights

Why Perplexity’s Biggest Risk Is Becoming Just a Routing Layer

The article analyzes Perplexity’s product logic, arguing that its value lies in the middle‑layer that hides model complexity, but this advantage is fragile because it depends on a permanently fragmented model ecosystem and could disappear if upstream providers integrate workflow capabilities themselves.

Business ModelIndustry AnalysisPerplexity
0 likes · 13 min read
Why Perplexity’s Biggest Risk Is Becoming Just a Routing Layer
Fighter's World
Fighter's World
Jul 19, 2025 · Industry Insights

Why Perplexity Is Betting on Its Own AI Browser, Comet

The article analyzes the emerging AI browser war, explaining why Perplexity sees building its own native browser Comet as essential for survival, detailing its strategic rationale, workflow‑centric business model, technical architecture, and the risks of relying on rival AI models.

AI browserAI integrationAgent Architecture
0 likes · 12 min read
Why Perplexity Is Betting on Its Own AI Browser, Comet
AI Algorithm Path
AI Algorithm Path
Feb 20, 2025 · Artificial Intelligence

What Is Perplexity in Large Language Models?

The article explains perplexity as a metric for evaluating large language models, walks through a step‑by‑step probability calculation for a sample sentence, shows how to normalize by sentence length using the geometric mean, and demonstrates that lower perplexity indicates a more accurate and less uncertain model.

Language ModelPerplexityai
0 likes · 6 min read
What Is Perplexity in Large Language Models?
21CTO
21CTO
Feb 1, 2023 · Artificial Intelligence

How a 22‑Year‑Old Built GPTZero to Spot AI‑Written Text

A Princeton senior created GPTZero, a free tool that uses perplexity and burstiness metrics to quickly tell whether a passage was written by a human or by ChatGPT, sparking massive user interest and raising ethical questions about AI transparency.

AI detectionGPTZeroPerplexity
0 likes · 9 min read
How a 22‑Year‑Old Built GPTZero to Spot AI‑Written Text
58 Tech
58 Tech
Mar 2, 2020 · Artificial Intelligence

Low-Quality Text Detection Using Unsupervised Language Model Perplexity

This article proposes a method to identify low-quality text in business data by training a large-scale unsupervised language model to compute sentence perplexity, converting the detection problem into a threshold decision, and details model design, challenges, optimizations, and online performance results.

BERTLanguage ModelNLP
0 likes · 13 min read
Low-Quality Text Detection Using Unsupervised Language Model Perplexity
58 Tech
58 Tech
Feb 20, 2019 · Artificial Intelligence

Building and Deploying Language Models for Text Quality Evaluation and Generation

This article explains the concepts, training pipeline, deployment formats, and practical applications of language models—particularly LSTM‑based models—for evaluating and generating text quality in a real‑world rental listing platform, highlighting data preparation, model training, and online serving techniques.

DeploymentLSTMLanguage Model
0 likes · 16 min read
Building and Deploying Language Models for Text Quality Evaluation and Generation
Hulu Beijing
Hulu Beijing
Jan 11, 2018 · Artificial Intelligence

Topic Modeling Explained: pLSA, LDA, and How to Pick the Right Number of Topics

This article introduces the fundamentals of topic modeling, compares the probabilistic latent semantic analysis (pLSA) and latent Dirichlet allocation (LDA) methods, explains their graphical models and inference via EM or Gibbs sampling, and discusses practical strategies for selecting the optimal number of topics using perplexity or hierarchical Dirichlet processes.

LDAPerplexitypLSA
0 likes · 10 min read
Topic Modeling Explained: pLSA, LDA, and How to Pick the Right Number of Topics