y0news
AnalyticsDigestsSourcesTopicsRSSAICrypto

#batch-processing News & Analysis

4 articles tagged with #batch-processing. AI-curated summaries with sentiment analysis and key takeaways from 50+ sources.

4 articles
AIBullisharXiv – CS AI · Jun 107/10
🧠

K-Forcing: Joint Next-K-Token Decoding via Push-Forward Language Modeling

Researchers introduce K-Forcing, a novel language modeling approach that enables autoregressive models to generate multiple tokens simultaneously rather than sequentially, achieving 2.4-3.5x inference speedup. The technique distills existing AR models into a push-forward mapping trained via progressive self-forcing, maintaining compatibility with standard serving infrastructure while trading modest quality for significant computational efficiency gains critical for industrial-scale LLM deployment.

AIBullisharXiv – CS AI · Jun 47/10
🧠

SharedRequest: Privacy-Preserving Model-Agnostic Inference for Large Language Models

SharedRequest introduces a privacy-preserving inference framework for large language models that protects user prompt privacy by mixing prompts with noisy variants at the batch level, rather than individual-prompt level. The model-agnostic approach achieves 20% higher utility than differential privacy baselines while reducing query costs by up to 5x, requiring no modifications to LLM architecture.

🧠 ChatGPT
AIBullisharXiv – CS AI · Feb 276/107
🧠

GetBatch: Distributed Multi-Object Retrieval for ML Data Loading

Researchers introduce GetBatch, a new object store API that optimizes machine learning data loading by replacing thousands of individual GET requests with a single batch operation. The system achieves up to 15x throughput improvement for small objects and reduces batch retrieval latency by 2x in production ML training workloads.