paper-with-me

Papers

Adaptive Rectification Sampling for Test-Time Compute Scaling

2025-04-02 · Zhendong Tan, Xingjun Zhang, Chaoyi Hu, Yancheng Pan, Shaoxun Wang

The newly released OpenAI-o1 and DeepSeek-R1 have demonstrated that test-time scaling can significantly improve model performance, especially in complex tasks such as logical reasoning. Common test-time scaling methods involve generating more chain of thoughts (CoTs) or longer CoTs with self-correction. However, while self-correction can improve performance, it may lead to significant token waste and reduce readability of the CoT if the reasoning steps are already correct. To demonstrate that large language models (LLMs) can rectify errors at a more fine-grained level, we propose Adaptive Rectification Sampling (AR-Sampling), which can guide the LLMs to self-correction at the appropriate step. AR-Sampling leverages a process-supervised reward model (PRM) as a verifier and constructed trigger sentences to guide the model in adaptive step-level rethinking. Through the experiments on GSM8K and MATH500, it indicate that our approach enables the models to rethink in more fine-grained level, improving the accuracy of solutions, while generating a reasonable number of additional tokens.

📄 PDF Abstract BibTeX arXiv:2504.01317

Code (1)

TanZhendong/AR-Sampling 공식 구현

Tasks

GSM8KLogical Reasoning

Similar Papers 제목 키워드 기반

DREAM: Diffusion Rectification and Estimation-Adaptive Models

2023-11-30 · CVPR 2024 1 · Jinxin Zhou, Tianyu Ding, Tianyi Chen, Jiachen Jiang 외

We present DREAM, a novel training framework representing Diffusion Rectification and Estimation Adaptive Models, requiring minimal code changes (just three lines) yet significantly enhancing the alignment of training wi…

Image Super-ResolutionSuper-Resolution

Model Rectification via Unknown Unknowns Extraction from Deployment Samples

2021-02-08 · Bruno Abrahao, Zheng Wang, Haider Ahmed, Yuchen Zhu

Model deficiency that results from incomplete training data is a form of structural blindness that leads to costly errors, oftentimes with high confidence. During the training of classification tasks, underrepresented cl…

Active Learning

UnRectDepthNet: Self-Supervised Monocular Depth Estimation using a Generic Framework for Handling Common Camera Distortion Models

2020-07-13 · Varun Ravi Kumar, Senthil Yogamani, Markus Bach, Christian Witt 외

In classical computer vision, rectification is an integral part of multi-view depth estimation. It typically includes epipolar rectification and lens distortion correction. This process simplifies the depth estimation si…

Depth Estimationdistortion correctionMonocular Depth EstimationVisual Odometry

TARO: Temporal Adversarial Rectification Optimization Using Diffusion Models as Purifiers

2026-05-08 · Daniel Wesego, Pedram Rooshenas arxiv

Adversarial purification with diffusion models seeks to project adversarial examples back toward the data manifold, but balancing semantic preservation and robustness against adaptive attacks remains challenging. Recent …

Contrastive Spectral Rectification: Test-Time Defense towards Zero-shot Adversarial Robustness of CLIP

2026-01-27 · Sen Nie, Jie Zhang, Zhuo Wang, Shiguang Shan 외 arxiv

Vision-language models (VLMs) such as CLIP have demonstrated remarkable zero-shot generalization, yet remain highly vulnerable to adversarial examples (AEs). While test-time defenses are promising, existing methods fail …

Zero-shot GeneralizationAdversarial Robustness