paper-with-me

Papers

SENSE: Semantic Embedding Navigation with Soft-gated Evaluation for Retrieval-based Speculative Decoding

2026-04-14 · Shaowen Chen, Zhicheng Liao, Hongwei Wang arxiv

Speculative Decoding (SD) accelerates Large Language Model (LLM) inference by employing a lightweight draft model to propose candidate tokens, which are verified in parallel by the target model, without compromising generation quality. While Retrieval-based Speculative Decoding (RSD) is favored for its plug-and-play versatility, its potential is impeded by rigid lexical dependencies, rendering both retrieval and verification brittle to surface-level variations. To address this, we propose SENSE (Semantic Embedding Navigation with Soft-gated Evaluation). By anchoring retrieval on the hidden states of the target model, SENSE establishes robust semantic alignment, which empowers the Soft-gated Evaluation module to validate semantic equivalence rather than surface forms. To ensure rigorous benchmarking, we deconstruct existing methods into atomic primitives within a unified framework, facilitating granular, component-level comparison. Extensive experiments across diverse domains demonstrate that SENSE outperforms multiple baselines on the LLaMA and Qwen families, attaining up to 4.09 mean acceptance length and 3.26x speedup, while preserving generation quality. Our code will be released upon publication.

📄 PDF Abstract BibTeX arXiv:2606.00021

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

ESC: Exploration with Soft Commonsense Constraints for Zero-shot Object Navigation

2023-01-30 · Kaiwen Zhou, Kaizhi Zheng, Connor Pryor, Yilin Shen 외

The ability to accurately locate and navigate to a specific object is a crucial capability for embodied agents that operate in the real world and interact with objects to complete tasks. Such object navigation tasks usua…

Efficient ExplorationLanguage ModelingLanguage ModellingNavigate+1

Multi-sense Definition Modeling using Word Sense Decompositions

2019-09-19 · Ruimin Zhu, Thanapon Noraset, Alisa Liu, Wenxin Jiang 외

Word embeddings capture syntactic and semantic information about words. Definition modeling aims to make the semantic content in each embedding explicit, by outputting a natural language definition based on the embedding…

Word Embeddings

Kernelized Bayesian Softmax for Text Generation

2019-11-01 · NeurIPS 2019 12 · Ning Miao, Hao Zhou, Chengqi Zhao, Wenxian Shi 외

Neural models for text generation require a softmax layer with proper token embeddings during the decoding phase. Most existing approaches adopt single point embedding for each token. However, a word may have multiple se…

SentenceText Generation

Sense representations for Portuguese: experiments with sense embeddings and deep neural language models

2021-08-31 · Jessica Rodrigues da Silva, Helena de Medeiros Caseli

Sense representations have gone beyond word representations like Word2Vec, GloVe and FastText and achieved innovative performance on a wide range of natural language processing tasks. Although very useful in many applica…

Semantic Textual SimilarityTransfer LearningWord Embeddings

IPPON: Common Sense Guided Informative Path Planning for Object Goal Navigation

2024-10-25 · Kaixian Qu, Jie Tan, Tingnan Zhang, Fei Xia 외

Navigating efficiently to an object in an unexplored environment is a critical skill for general-purpose intelligent robots. Recent approaches to this object goal navigation problem have embraced a modular strategy, inte…

Common Sense ReasoningLanguage ModelingLanguage ModellingLarge Language Model+2