paper-with-me

Papers

Differentiable Instruction Optimization for Cross-Task Generalization

2023-06-16 · Masaru Isonuma, Junichiro Mori, Ichiro Sakata

Instruction tuning has been attracting much attention to achieve generalization ability across a wide variety of tasks. Although various types of instructions have been manually created for instruction tuning, it is still unclear what kind of instruction is optimal to obtain cross-task generalization ability. This work presents instruction optimization, which optimizes training instructions with respect to generalization ability. Rather than manually tuning instructions, we introduce learnable instructions and optimize them with gradient descent by leveraging bilevel optimization. Experimental results show that the learned instruction enhances the diversity of instructions and improves the generalization ability compared to using only manually created instructions.

📄 PDF Abstract BibTeX arXiv:2306.10098

Code (1)

misonuma/instopt 공식 구현 pytorch

Tasks

Bilevel OptimizationDiversity

Similar Papers 제목 키워드 기반

VeraRetouch: A Lightweight Fully Differentiable Framework for Multi-Task Reasoning Photo Retouching

2026-04-30 · Yihong Guo, Youwei Lyu, Jiajun Tang, Yizhuo Zhou 외 arxiv

Reasoning photo retouching has gained significant traction, requiring models to analyze image defects, give reasoning processes, and execute precise retouching enhancements. However, existing approaches often rely on non…

Reinforcement LearningPhoto Retouching

ACING: Actor-Critic for Instruction Learning in Black-Box Large Language Models

2024-11-19 · Salma Kharrat, Fares Fourati, Marco Canini

The effectiveness of Large Language Models (LLMs) in solving tasks vastly depends on the quality of the instructions, which often require fine-tuning through extensive human effort. This highlights the need for automated…

Reinforcement Learning (RL)

DiffGen: Robot Demonstration Generation via Differentiable Physics Simulation, Differentiable Rendering, and Vision-Language Model

2024-05-12 · Yang Jin, Jun Lv, Shuqiang Jiang, Cewu Lu

Generating robot demonstrations through simulation is widely recognized as an effective way to scale up robot data. Previous work often trained reinforcement learning agents to generate expert policies, but this approach…

Language ModelingLanguage ModellingRobot Manipulation

FIPO: Free-form Instruction-oriented Prompt Optimization with Preference Dataset and Modular Fine-tuning Schema

2024-02-19 · Junru Lu, Siyu An, Min Zhang, Yulan He 외

When the quality of naive prompts is carefully optimized by human experts, the task performance of large language models (LLMs) can be significantly improved. However, expert-based prompt optimizations are expensive. Her…

Form

Cross-Task Generalization via Natural Language Crowdsourcing Instructions

2021-04-18 · ACL 2022 5 · Swaroop Mishra, Daniel Khashabi, Chitta Baral, Hannaneh Hajishirzi

Humans (e.g., crowdworkers) have a remarkable ability in solving different tasks, by simply reading textual instructions that define them and looking at a few examples. Despite the success of the conventional supervised …

Question Answering