File size: 1,183 Bytes
1d9b6e8
a3c8522
a369de1
 
a3c8522
a369de1
 
 
a3c8522
a369de1
 
 
 
 
 
1d9b6e8
a369de1
ddaa2ea
 
 
 
a369de1
 
 
 
a3c8522
 
 
 
a369de1
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
---
language:
- en
license: mit
size_categories:
- 1K<n<10K
task_categories:
- text-generation
tags:
- agentic
- code
- software-engineering
- reinforcement-learning
- context-aware
- contrastive
---

# ContextRL-Agentic
The agentic (long-horizon) training set for **ContextRL**, used to train
**[ContextRL-Klear-AgentForge-8B](https://huggingface.co/xupy21/ContextRL_Klear_AgentForge_8B)**
and **[ContextRL-Qwen3-8B-Agentic](https://huggingface.co/xupy21/ContextRL_Qwen3_8B_Agentic)**,
from the paper **[Context-Aware RL for Agentic and Multimodal LLMs](https://huggingface.co/papers/2606.17053)**.

- **Project Website:** [ContextRL Website](https://xupy2003.github.io/ContextRL_Website/)
- **Repository:** [GitHub - ContextAwareRL](https://github.com/xupy2003/ContextAwareRL)

## Setup
Training and evaluation code, data construction pipelines, and detailed configurations are
available in the repository:
👉 **https://github.com/xupy2003/ContextAwareRL**

## Download Data

You can download the pre-built RL training data directly from the Hugging Face Hub:

```bash
huggingface-cli download xupy21/ContextRL_Agentic --repo-type dataset --local-dir ./data/ContextRL_Agentic
```