paper-with-me

Papers

Skill Set Optimization: Reinforcing Language Model Behavior via Transferable Skills

2024-02-05 · Kolby Nottingham, Bodhisattwa Prasad Majumder, Bhavana Dalvi Mishra, Sameer Singh, Peter Clark, Roy Fox

Large language models (LLMs) have recently been used for sequential decision making in interactive environments. However, leveraging environment reward signals for continual LLM actor improvement is not straightforward. We propose Skill Set Optimization (SSO) for improving LLM actor performance through constructing and refining sets of transferable skills. SSO constructs skills by extracting common subtrajectories with high rewards and generating subgoals and instructions to represent each skill. These skills are provided to the LLM actor in-context to reinforce behaviors with high rewards. Then, SSO further refines the skill set by pruning skills that do not continue to result in high rewards. We evaluate our method in the classic videogame NetHack and the text environment ScienceWorld to demonstrate SSO's ability to optimize a set of skills and perform in-context policy improvement. SSO outperforms baselines by 40% in our custom NetHack task and outperforms the previous state-of-the-art in ScienceWorld by 35%.

📄 PDF Abstract BibTeX arXiv:2402.03244

Code (1)

allenai/sso 공식 구현

Tasks

Decision MakingLanguage ModelingLanguage ModellingNetHackSequential Decision Making

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically
Pruning 설명 없음

Similar Papers 제목 키워드 기반

Unsupervised Reinforcement Learning for Transferable Manipulation Skill Discovery

2022-04-29 · Daesol Cho, Jigang Kim, H. Jin Kim

Current reinforcement learning (RL) in robotics often experiences difficulty in generalizing to new downstream tasks due to the innate task-specific training paradigm. To alleviate it, unsupervised RL, a framework that p…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)Unsupervised Reinforcement Learning

SkillPlug: Unsupervised Skill Mining for Few-Shot Adaptation in Robotic Manipulation

2026-07-09 · Zi-han Ding, Ziwei Wang arxiv

Learning transferable visuomotor imitation policies that generalize across diverse manipulation tasks and adapt rapidly to new tasks from only a handful of demonstrations remains challenging. Most modern policies are tra…

Reasoning or Reciting? Exploring the Capabilities and Limitations of Language Models Through Counterfactual Tasks

2023-07-05 · Zhaofeng Wu, Linlu Qiu, Alexis Ross, Ekin Akyürek 외

The impressive performance of recent language models across a wide range of tasks suggests that they possess a degree of abstract reasoning skills. Are these skills general and transferable, or specialized to specific ta…

counterfactualLanguage ModelingLanguage Modelling

Learning Skill-Attributes for Transferable Assessment in Video

2025-11-17 · Kumar Ashutosh, Kristen Grauman arxiv

Skill assessment from video entails rating the quality of a person's physical performance and explaining what could be done better. Today's models specialize for an individual sport, and suffer from the high cost and sca…

MetaClaw: Just Talk -- An Agent That Meta-Learns and Evolves in the Wild

2026-03-17 · Peng Xia, Jianwen Chen, Xinyu Yang, Haoqin Tu 외 arxiv

Large language model (LLM) agents are increasingly used for complex tasks, yet deployed agents often remain static, failing to adapt as user needs evolve. This creates a tension between the need for continuous service an…

Reinforcement Learning