Overview of tau2_bench_telecom task
mainThe tau2_bench_telecom task evaluates agentic loops within the lmms-eval framework.
Key Technical Details:
- Output Type:
generate_until_agentic - Tooling: Uses pure Python functions located in
utils.py. - Agentic Loop Mechanism: The model interacts by emitting
<tool_call>...</tool_call>blocks. The loop continues until the model emits a<submit>...</submit>block, at which point the goal is to have reached thetarget_state. - Integration Note: This serves as a validation of the agentic infrastructure. Full official $\tau^2$-bench domain integration can be achieved by converting official task specifications into
lmms-evaldocs.