יום שישי, 31 ביולי 2026 LIVE
AI־INFO

כתבה arXiv cs.AI ·

CSV-Decode: פיענוח תת-מילון מהיר

CSV-Decode: Certifiable Sub-Vocabulary Decoding for Efficient Large Language Model Inference
CSV-Decode הוא שיטה חדשה לפיענוח תת-מילון מהיר עבור מודלי שפה גדולים. היא מאפשרת חישוב דליל יותר ומהיר יותר, תוך כדי שמירה על דיוק ואמינות. השיטה משתמשת בחישובי גיאומטריה וקבוצות תת-מילון.
תקציר מקורי באנגליתarXiv:2511.21702v2 Announce Type: replace-cross Abstract: Large language models face significant computational bottlenecks during inference due to the expensive output layer computation over large vocabularies. We present CSV-Decode, a novel approach that uses geometric upper bounds to construct small sub-vocabularies for each decoding step, enabling efficient sparse computation while maintaining dual correctness guarantees: exact top-$k$ certification and $\varepsilon$-certified softmax approximations. Our method clusters vocabulary embeddings offline and uses centroid-plus-radius bounds to identify which tokens can be safely omitted from computation. We provide a complete system implementation with sparse GEMV kernels, multi-GPU sharding, and CUDA Graph optimization. Experimental results
קרא במקור המקורי