paper-with-me

Papers

Corrective In-Context Learning: Evaluating Self-Correction in Large Language Models

2025-03-20 · Mario Sanz-Guerrero, Katharina von der Wense

In-context learning (ICL) has transformed the use of large language models (LLMs) for NLP tasks, enabling few-shot learning by conditioning on labeled examples without finetuning. Despite its effectiveness, ICL is prone to errors, especially for challenging examples. With the goal of improving the performance of ICL, we propose corrective in-context learning (CICL), an approach that incorporates a model's incorrect predictions alongside ground truth corrections into the prompt, aiming to enhance classification accuracy through self-correction. However, contrary to our hypothesis, extensive experiments on text classification tasks demonstrate that CICL consistently underperforms standard ICL, with performance degrading as the proportion of corrections in the prompt increases. Our findings indicate that CICL introduces confusion by disrupting the model's task understanding, rather than refining its predictions. Additionally, we observe that presenting harder examples in standard ICL does not improve performance, suggesting that example difficulty alone may not be a reliable criterion for effective selection. By presenting these negative results, we provide important insights into the limitations of self-corrective mechanisms in LLMs and offer directions for future research.

📄 PDF Abstract BibTeX arXiv:2503.16022

Code (1)

mario-sanz/cicl 공식 구현 pytorch

Tasks

Few-Shot LearningIn-Context Learningtext-classificationText Classification

Similar Papers 제목 키워드 기반

Self-Corrective Task Planning by Inverse Prompting with Large Language Models

2025-03-10 · Jiho Lee, Hayun Lee, Jonghyeon Kim, Kyungjae Lee 외

In robot task planning, large language models (LLMs) have shown significant promise in generating complex and long-horizon action sequences. However, it is observed that LLMs often produce responses that sound plausible …

Robot Task PlanningTask Planning

PosePilot: An Edge-AI Solution for Posture Correction in Physical Exercises

2025-05-25 · Rushiraj Gadhvi, Priyansh Desai, Siddharth

Automated pose correction remains a significant challenge in AI-driven fitness systems, despite extensive research in activity recognition. This work presents PosePilot, a novel system that integrates pose recognition wi…

Activity RecognitionComputational Efficiency

ROSD: Reflective On-Policy Self-Distillation for Language Model Reasoning across Domains

2026-05-27 · Ziqi Zhao, Xinyu Ma, Liu Yang, Yujie Feng 외 arxiv

On-policy self-distillation (OPSD) improves the reasoning performance of large language models (LLMs) by providing dense token-level supervision for on-policy rollouts. However, existing OPSD methods often yield limited …

Domain Generalization

Self-Paced and Self-Corrective Masked Prediction for Movie Trailer Generation

2025-12-04 · Sidan Zhu, Hongteng Xu, Dixin Luo arxiv

As a challenging video editing task, movie trailer generation involves selecting and reorganizing movie shots to create engaging trailers. Currently, most existing automatic trailer generation methods employ a "selection…

Reinforcing Step-level Reasoning for Effective Self-Correction in LLMs

2026-08-12 · Vu Duc Anh, Nhat M. Hoang, Do Xuan Long, Cong-Duy Nguyen 외 arxiv

Achieving effective self-correction, where models verify and correct their own mistakes, remains a fundamental challenge for large language models (LLMs). In this work, we propose Self-Fix Step-DPO (SFS-DPO), a reinforce…