paper-with-me

홈 › Papers

Step-TP: A Grounded, Step-Level Dataset with Chain-of-Thought Reasoning for LLM-Guided Tensor Program Optimization

2026-05-25 · Mengfan Liu, Da Zheng, Junwei Su, Chuan Wu arxiv

Despite the strong reasoning capabilities of large language models (LLMs), optimizing the execution efficiency of tensor programs remains challenging due to the need for precise, composable transformation decisions. Recent LLM-guided approaches frame tensor program optimization as an iterative decision process, but existing datasets provide only end-to-end optimized program pairs using token-inefficient representations, lacking verifiable step-level supervision and interpretability. As a result, LLMs struggle to make reliable single-step decisions in large combinatorial optimization spaces. We introduce Step-TP, a post-training dataset for tensor program optimization that provides grounded, atomic, step-level supervision with structured chain-of-thought (CoT) reasoning. Step-TP forms a closed reasoning loop over intermediate program states, enabling reliable multi-step optimization rather than outcome imitation. Its design is guided by four principles: (i) a token-efficient, verifiable intermediate representation (IR) that deterministically lowers to TVM TIR; (ii) atomic and composable optimization strategies that decompose complex trajectories into interpretable single-step decisions; (iii) structured CoT supervision coupled with explicit IR-to-IR state transitions; and (iv) strategy filtering to balance coverage while preventing shortcut exploitation. The dataset and implementation are available at a GitHub link, https://github.com/LIUMENGFAN-gif/StepTP.

📄 PDF Abstract BibTeX arXiv:2605.25954

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

GRACE: Step-Level Benchmark for Faithful Reasoning over Context

2026-06-15 · Hoang Pham, Dong Le, Anh Tuan Luu arxiv

Many reasoning tasks require models to reason over input context, from document-grounded question answering to rule-based deduction. Chain-of-Thought (CoT) prompting produces traces that appear transparent, yet individua…

Reinforcement LearningQuestion Answering

CrossTrace: A Cross-Domain Dataset of Grounded Scientific Reasoning Traces for Hypothesis Generation

2026-03-30 · Andrew Bouras, OMS-II Research Fellow arxiv

Scientific hypothesis generation is a critical bottleneck in accelerating research, yet existing datasets for training and evaluating hypothesis-generating models are limited to single domains and lack explicit reasoning…

Chain-of-Glimpse: Search-Guided Progressive Object-Grounded Reasoning for Video Understanding

2026-04-16 · Zhixuan Wu, Quanxing Zha, Teng Wang, Genbao Xu 외 arxiv

Video understanding requires identifying and reasoning over semantically discriminative visual objects across frames, yet existing object-agnostic solutions struggle to effectively handle substantial object variations ov…

Reinforcement Learning

VG-CoT: Towards Trustworthy Visual Reasoning via Grounded Chain-of-Thought

2026-04-23 · Byeonggeuk Lim, Kyeonghyun Kim, JungMin Yun, YoungBin Kim arxiv

The advancement of Large Vision-Language Models (LVLMs) requires precise local region-based reasoning that faithfully grounds the model's logic in actual visual evidence. However, existing datasets face limitations in sc…

Visual GroundingVisual Reasoning

DiagChain: A Diagnostic Benchmark for Evaluating LLM Agents on Evidence-Grounded Attack Chain Reconstruction

2026-08-04 · Xuyang Liu, Yibin Han, Zhenwei Zhang, Kai Chang 외 arxiv

Large Language Model (LLM) agents offer a promising approach to attack chain reconstruction by retrieving and interpreting heterogeneous telemetry to infer ordered attacker actions. However, existing benchmarks mainly ev…