Tag
Introduces PEARL, a system for interactive optimization modeling that uses a solver-in-the-loop approach to iteratively improve formulations from natural language, outperforming much larger models like DeepSeek-V3.2-685B.
This paper reproduces the phenomenon of answer pre-commitment in an open-weight LLM (Qwen3-8B) using a minimal car-wash question and provides preliminary activation-level evidence that the commitment is encoded in hidden states before the answer text is emitted.
A discussion about building a local AI server for the Qwen3 30B model with Q8 quantization, questioning whether the chosen hardware is a good fit.
This paper introduces TRACE, a dense credit-assignment method for reinforcement learning of long-horizon agents that significantly improves Qwen3 small MoE models on agentic benchmarks without additional critic models.
A memory pipeline built on Qwen3 235B A22B Instruct 2507 achieves the highest score on LongMemEval-S (470/500) while being approximately 10x more token-efficient than the next best system.
This study evaluates whether J-space entropy (inspired by Anthropic's Jacobian Lens) can serve as an error predictor across seven datasets on Qwen3-4B. Results show it can complement output confidence for factual retrieval but is not a general hallucination detector, with strong task dependence.
Testing AI models Qwen3, Qwen3.6, and Gemma4 on a CPU setup using the Intel 285hx processor (MS-02).
Un modello linguistico locale e privato (Qwen 3 da 1.5B e 4B quantizzati) può girare offline su smartphone, con fine-tuning e LoRA distillato da un 32B.
This paper proposes a modular pipeline that uses a domain-specific knowledge graph to generate multi-hop QA pairs and fine-tune a reasoning LLM (Qwen3-4B) for the travel domain, achieving 82.4% exact match accuracy, significantly outperforming the baseline.
This paper proposes AgriTune-R, a reproducible framework for fine-tuning Qwen3-8B for agricultural tasks, integrating data governance, LoRA/QLoRA fine-tuning, RAG, expert evaluation, and safety control.
The developer improved qwen3-tts.cpp to run 5x realtime on RTX 5080 and created a cross-platform desktop GUI with Kotlin Compose Multiplatform, featuring voice cloning, streaming, and speaker embedding management.
DeepSeek AI released the DeepSpec collection on Hugging Face, featuring speculative decoding models (dspark, dflash, eagle3) based on Qwen3 and Gemma4 in various sizes (1B-3B).
This paper introduces Qwen3-Instruct SAE, a suite of sparse autoencoders trained on Qwen3 instruction-tuned models, enabling the discovery of millions of interpretable features and demonstrating refusal steering capabilities.
JetSpec is a speculative decoding framework that combines efficient forward drafting with causal conditioning to improve LLM inference speed and acceptance rates, achieving up to 9.64x speedup on MATH-500 and 4.58x on conversational workloads.
cuTile Rust introduces a tile-based programming model that leverages Rust's ownership to guarantee memory safety and data-race freedom for GPU kernels, and the Grout inference engine built on it achieves competitive throughput with vLLM/SGLang for Qwen3 models.
AEON-7 releases a fully uncensored, capability-enhanced abliteration of Qwen3.6-27B, optimized for NVIDIA DGX Spark with NVFP4 quantization and DFlash speculative decoding for improved performance.
MOSS-TTS-Local Transformer v1.5 is an open-source 48 kHz stereo TTS model with zero-shot voice cloning, native streaming, and support for 31 languages, built on a Qwen3-4B backbone and served via SGLang-Omni.
KaichouYou discusses challenges in scaling concurrent rollouts for RL training infrastructure, highlighting a stress test of sandbox scaling on Qwen3 235B with SemiAnalysis, including a writeup of errors and fixes.
ASAG uses attention entropy to detect when reasoning is unproductive, stopping early to improve accuracy and reduce token generation. Experiments on Qwen3-8B show a 4.4% accuracy gain and over 40% fewer generated tokens.
vLLM now has a streaming parser for Qwen3+ models, available in the nightly build. vLLM is a fast and easy-to-use library for LLM inference and serving.