paper-with-me

Papers

SEED: Accelerating Reasoning Tree Construction via Scheduled Speculative Decoding

2024-06-26 · Zhenglin Wang, Jialong Wu, Yilong Lai, Congzhi Zhang, Deyu Zhou

Large Language Models (LLMs) demonstrate remarkable emergent abilities across various tasks, yet fall short of complex reasoning and planning tasks. The tree-search-based reasoning methods address this by surpassing the capabilities of chain-of-thought prompting, encouraging exploration of intermediate steps. However, such methods introduce significant inference latency due to the systematic exploration and evaluation of multiple thought paths. This paper introduces SeeD, a novel and efficient inference framework to optimize runtime speed and GPU memory management concurrently. By employing a scheduled speculative execution, SeeD efficiently handles multiple iterations for the thought generation and the state evaluation, leveraging a rounds-scheduled strategy to manage draft model dispatching. Extensive experimental evaluations on three reasoning datasets demonstrate superior speedup performance of SeeD, providing a viable path for batched inference in training-free speculative decoding.

📄 PDF Abstract BibTeX arXiv:2406.18200

Code (1)

Linking-ai/SEED 공식 구현 pytorch

Tasks

GPUManagement

Methods 이 논문이 사용한 방법론

SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…

Similar Papers 제목 키워드 기반

Accelerating Evolutionary Construction Tree Extraction via Graph Partitioning

2020-08-09 · Markus Friedrich, Sebastian Feld, Thomy Phan, Pierre-Alain Fayolle

Extracting a Construction Tree from potentially noisy point clouds is an important aspect of Reverse Engineering tasks in Computer Aided Design. Solutions based on algorithmic geometry impose constraints on usable model …

Combinatorial Optimizationgraph partitioning

Seed1.5-VL Technical Report

2025-05-11 · Dong Guo, Faming Wu, Feida Zhu, Fuxing Leng 외

We present Seed1.5-VL, a vision-language foundation model designed to advance general-purpose multimodal understanding and reasoning. Seed1.5-VL is composed with a 532M-parameter vision encoder and a Mixture-of-Experts (…

Mixture-of-ExpertsMultimodal ReasoningVideo Question AnsweringVideo Understanding

TA&AT: Enhancing Task-Oriented Dialog with Turn-Level Auxiliary Tasks and Action-Tree Based Scheduled Sampling

2024-01-28 · Longxiang Liu, Xiuxing Li, Yang Feng

Task-oriented dialog systems have witnessed substantial progress due to conversational pre-training techniques. Yet, two significant challenges persist. First, most systems primarily utilize the latest turn's state label…

Decoder

Dynamic Parallel Tree Search for Efficient LLM Reasoning

2025-02-22 · Yifu Ding, Wentao Jiang, Shunyu Liu, Yongcheng Jing 외

Tree of Thoughts (ToT) enhances Large Language Model (LLM) reasoning by structuring problem-solving as a spanning tree. However, recent methods focus on search accuracy while overlooking computational efficiency. The cha…

Computational EfficiencyGSM8KLanguage ModelingLanguage Modelling+1

HiExpan: Task-Guided Taxonomy Construction by Hierarchical Tree Expansion

2019-10-17 · Jiaming Shen, Zeqiu Wu, Dongming Lei, Chao Zhang 외

Taxonomies are of great value to many knowledge-rich applications. As the manual taxonomy curation costs enormous human effects, automatic taxonomy construction is in great demand. However, most existing automatic taxono…

RelationRelation Extraction