AI SPT HUM TCH YA Yash Bhaskar Top-H Decoding: Solving the Creativity vs. Coherence Dilemma in LLMs This work was presented at NeurIPS 2025. You can read the full paper here: https://arxiv.org/pdf/2509.02510
AI TCH RO R'o'K LLM Decoding Strategies Large Language Models (LLMs) have revolutionized how we interact with AI, exhibiting remarkable abilities in text generation, code…
AI TCH SU Sulbha Jain LLM Inferencing strategies —Review of Greedy Search and Beam Search LLM inference refers to the process where a trained language model generates text in response to a given input prompt. Transformer-based…
AI TCH SH shashank Jain · AI Mind Speculative Decoding in LLMs Before diving into speculative decoding, it's important to understand the concept of decoding in NLP. Decoding refers to the process by…
AI TCH SH shashank Jain · AI Mind Decoding Strategies in Large Language Models: From Basic to Speculative One crucial aspect of Large Language models is the decoding process — the method by which they generate text. In this blog post, we’ll…