Hoyant-Su commited on
Commit
f9db401
·
1 Parent(s): 4005e0d

Update ShellOps dataset

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -16,7 +16,7 @@ tags:
16
 
17
  # ShellOps
18
 
19
- ShellOps is a verifiable dataset suite for CLI agents that interact with filesystem workspaces through executable shell actions. It accompanies the paper [Learning CLI Agents with Structured Action Credit under Selective Observation](https://arxiv.org/abs/2605.08013).
20
 
21
  The dataset focuses on shell-driven information extraction and file editing tasks, where an agent receives a natural language instruction, observes an initial workspace, executes CLI actions, and is scored by verifiable terminal output or post-execution file state.
22
 
 
16
 
17
  # ShellOps
18
 
19
+ ShellOps is a verifiable dataset suite for CLI agents that interact with filesystem workspaces through executable shell actions. It accompanies the paper [Learning CLI Agents with Structured Action Credit under Selective Observation](https://arxiv.org/abs/2605.08013) and the code release at [Agentic-RL-A3](https://github.com/Hoyant-Su/Agentic-RL-A3).
20
 
21
  The dataset focuses on shell-driven information extraction and file editing tasks, where an agent receives a natural language instruction, observes an initial workspace, executes CLI actions, and is scored by verifiable terminal output or post-execution file state.
22