galtimur commited on
Commit
5ccf875
·
verified ·
1 Parent(s): efde2da

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -1
README.md CHANGED
@@ -145,7 +145,10 @@ configs:
145
  path: data/test-*
146
  ---
147
 
148
- `JetBrains-Research/django_method_gen` is a code generation benchmark built from the Django codebase. This dataset is used in the example of [IDEGym](https://github.com/JetBrains-Research/idegym/) usage for VERL-based RL training (see [`this repo`](https://github.com/JetBrains-Research/idegym/tree/main/examples/verl)).
 
 
 
149
  Each example is a task to regenerate a single Python method that has been cut from its class. The dataset provides the surrounding class code, file imports, and docstrings as context. Reward is rule-based: the agent's submission is evaluated by running the original unit tests.
150
 
151
  The dataset follows the VERL multi-turn format: each row contains a `prompt` (chat-style system + user messages), an `agent_name` field (`"idegym_django"`), and an `extra_info` blob carrying the raw task data passed to the IDEGym server — including the method body to recover, file context, and test metadata. There are 1,364 training examples and 100 test examples, spanning four difficulty levels.
 
145
  path: data/test-*
146
  ---
147
 
148
+ `JetBrains-Research/django_method_gen` is a code generation benchmark built from the Django codebase.
149
+
150
+ This dataset is used in the example of [IDEGym](https://github.com/JetBrains-Research/idegym/) usage for VERL-based RL training (see [`this repo`](https://github.com/JetBrains-Research/idegym/tree/main/examples/verl)).
151
+
152
  Each example is a task to regenerate a single Python method that has been cut from its class. The dataset provides the surrounding class code, file imports, and docstrings as context. Reward is rule-based: the agent's submission is evaluated by running the original unit tests.
153
 
154
  The dataset follows the VERL multi-turn format: each row contains a `prompt` (chat-style system + user messages), an `agent_name` field (`"idegym_django"`), and an `extra_info` blob carrying the raw task data passed to the IDEGym server — including the method body to recover, file context, and test metadata. There are 1,364 training examples and 100 test examples, spanning four difficulty levels.