A framework that uses LLM suggestions, retrieved past experience, and adaptive triggering to speed up RL search for data preprocessing pipelines, showing improved accuracy on 18 tabular datasets.
CausalCOMRL: Context-Based Offline Meta-Reinforcement Learning with Causal Representation
1 Pith paper cite this work. Polarity classification is still indexing.
abstract
Context-based offline meta-reinforcement learning (OMRL) methods have achieved appealing success by leveraging pre-collected offline datasets to develop task representations that guide policy learning. However, current context-based OMRL methods often introduce spurious correlations, where task components are incorrectly correlated due to confounders. These correlations can degrade policy performance when the confounders in the test task differ from those in the training task. To address this problem, we propose CausalCOMRL, a context-based OMRL method that integrates causal representation learning. This approach uncovers causal relationships among the task components and incorporates the causal relationships into task representations, enhancing the generalizability of RL agents. We further improve the distinction of task representations from different tasks by using mutual information optimization and contrastive learning. Utilizing these causal task representations, we employ SAC to optimize policies on meta-RL benchmarks. Experimental results show that CausalCOMRL achieves better performance than other methods on most benchmarks.
citation-role summary
citation-polarity summary
fields
cs.DB 1years
2025 1verdicts
CONDITIONAL 1roles
background 1polarities
unclear 1representative citing papers
citing papers explorer
-
LLaPipe: LLM-Guided Reinforcement Learning for Automated Data Preparation Pipeline Construction
A framework that uses LLM suggestions, retrieved past experience, and adaptive triggering to speed up RL search for data preprocessing pipelines, showing improved accuracy on 18 tabular datasets.