← Search

Jing-Cheng Pang

8 accepted papers

2026

EDCO: Dynamic Curriculum Orchestration for Domain-specific Large Language Model Fine-tuning

ICML 2026poster

Domain-specific large language models (LLMs), typically developed by fine-tuning a pre-trained general-purpose LLM on specialized datasets, represent a significant advancement in applied AI. A common strategy in LLM fine-tuning is curriculum learning, which pre-orders training samples based on metri…

Cited by 0SourceScholar
2026

ReLAM: Learning Anticipation Model for Rewarding Visual Robotic Manipulation

ICML 2026poster

Reward design remains a critical bottleneck in visual reinforcement learning (RL) for robotic manipulation. In simulated environments, rewards are conventionally designed based on the distance to a target position. However, such precise positional information is often unavailable in real-world visua…

Cited by 0SourceScholar
2025

Learning View-invariant World Models for Visual Robotic Manipulation

ICLR 2025poster

Robotic manipulation tasks often rely on visual inputs from cameras to perceive the environment. However, previous approaches still suffer from performance degradation when the camera’s viewpoint changes during manipulation. In this paper, we propose ReViWo (Representation learning for View-invarian…

Cited by 0SourcePDFScholar
2024

KALM: Knowledgeable Agents by Offline Reinforcement Learning from Large Language Model Rollouts

NeurIPS 2024poster

Reinforcement learning (RL) traditionally trains agents using interaction data, which limits their capabilities to the scope of the training data. To create more knowledgeable agents, leveraging knowledge from large language models (LLMs) has shown a promising way. Despite various attempts to combin…

2024

Language Model Self-improvement by Reinforcement Learning Contemplation

ICLR 2024poster

Language model self-improvement (LMSI) techniques have recently gained significant attention as they improve language models without requiring external supervision. A common approach is reinforcement learning from AI feedback (RLAIF), which trains a reward model based on AI preference data and emplo…

Cited by 41SourcePDFScholar
2023

Natural Language Instruction-following with Task-related Language Development and Translation

NeurIPS 2023poster

Natural language-conditioned reinforcement learning (RL) enables agents to follow human instructions. Previous approaches generally implemented language-conditioned RL by providing the policy with human instructions in natural language (NL) and training the policy to follow instructions. In this is…

Cited by 11SourcePDFScholar
2023

Object-Oriented Option Framework for Robotics Manipulation in Clutter

IROS 2023poster

Domestic service robots are becoming increasingly popular due to their ability to help people with household tasks. These robots often encounter the challenge of manipulating objects in cluttered environments (MoC), which is difficult due to the complexity of effective planning and control. Previous…

Cited by 11SourceScholar
2021

Regret Minimization Experience Replay in Off-Policy Reinforcement Learning

NeurIPS 2021poster

In reinforcement learning, experience replay stores past samples for further reuse. Prioritized sampling is a promising technique to better utilize these samples. Previous criteria of prioritization include TD error, recentness and corrective feedback, which are mostly heuristically designed. In thi…