Pinterest researchers introduce PinEqualizer, a system addressing the content cold-start problem across the full multi-stage retrieval and ranking funnel for both search and recommendation surfaces. The system reduces bias toward established content, enabling more accurate predictions for new content and improving fresh content exploration. Deployed at Pinterest over two years, it reports improvements in user engagement and content ecosystem health, evaluated via a scalable short-term/long-term measurement framework.
TailorMind is a new system for personalized multimodal content generation that translates user behavioral traces into generation-ready preferences without relying on existing item pools or user-generated content. The approach combines hypergraph collaborative filtering for sparse user histories, ranking-error feedback with textual gradient descent for profile optimization, and retrieval-augmented style control. The authors introduce TailorBench, a benchmark across three platforms evaluated on coherence, novelty, aesthetic quality, hallucination, and profiling, reporting up to 29% Recall gains in reranking over baselines.
Researchers from Kuaishou present Taiji, an LLM-as-Enhancer framework for industrial recommender systems that addresses two bottlenecks: generating high-quality chain-of-thought data via reverse-engineered reasoning and rejection sampling during SFT, and balancing semantic vs. ID-based rewards during RL alignment via a new algorithm called Pareto Optimal Policy Optimization (POPO). The system has been deployed on Kuaishou's advertising platform since May 2026, serving over 400 million daily users. The paper contributes both a practical deployment case study and a novel RL alignment technique for the LLM4Rec paradigm.
Researchers introduce ESPP (Evidence-Grounded, Social-Weighted Persona Panel), a three-stage evaluation method for Generative UI that simulates psychologically diverse personas, has them exchange opinions under a bounded-confidence mechanism, and aggregates judgments via Delphi-inspired social weighting. ESPP raises Pearson correlation with human judgment from 0.716 to 0.922 compared to a naive single-pass LLM judge, with prompt-ensemble baselines recovering only about a third of the gap. The method also reveals that user subgroups agree on overall model rankings but diverge on specific rating dimensions — a structural disagreement a single homogeneous judge would erase.
A new arXiv paper introduces a unified framework for standardizing social bias benchmarks across isolated and forced-choice comparative evaluation settings. The study finds a large 'paradigm gap': comparative settings act as aggressive catalysts for latent discrimination compared to isolated assessments, and Chain-of-Thought reasoning exacerbates this effect rather than mitigating it. Critically, this comparative bias persists even when models are given neutral fallback options or claim to answer randomly, and scales positively with model size. The authors recommend comparative settings for auditing but warn practitioners against using comparative deployments in ambiguous real-world tasks.
Researchers introduce PINT (Parallel INvariant Tokenization), a method that fine-tunes a self-supervised speech encoder using alignment losses across parallel utterances from multiple speakers to extract purely linguistic content tokens. The approach achieves a 98.7% relative reduction in speaker probe accuracy and 42% lower ABX error rate compared to baselines, while preserving frame-level temporal grounding. PINT tokens are designed as drop-in semantic targets for audio codecs, addressing a known limitation of HuBERT-style SSL models that leak speaker identity and prosody into discrete representations.
Researchers introduce Parallel Decoding Distillation (PDD), a trajectory-based distillation method that accelerates diffusion and flow matching models by predicting multiple denoising steps per network evaluation, achieving state-of-the-art performance at 4-8 NFE. Unlike prior methods relying on variational score distillation and adversarial losses, PDD avoids mode collapse and improves generated video diversity. The method is validated on LTX-2.3 Text-to-Video/Audio, Wan 14B Text-to-Video, and Qwen-Image Text-to-Image models.
Researchers introduce FORGE, a benchmark measuring how often search-augmented LLMs recommend fake products when retrieval results are polluted with fabricated reviews or promotional pages. Across 12 commercial and open-weights models, a single polluted page causes fooled rates up to 27%, rising to 73.8% when all top-3 results are replaced. Notably, chain-of-thought reasoning does not mitigate the vulnerability and often generates spurious social proof to justify false recommendations. Three defenses tested—skepticism prompting, model-prior filtering, and cross-document consensus—each carry significant drawbacks.
OpenAI announced a new technique applied to DALL·E 2 that adjusts image generation of people to better reflect global demographic diversity. The intervention targets representational bias in the model's outputs when generating human subjects. This is an early public example of a major lab deploying a post-training bias mitigation technique in a production image generation system.