Views
No views yet
pip install agent-as-annotators1# 1. Serve the model (e.g. using vLLM)
2vllm serve --model McGill-NLP/A3-Qwen3.5-4B
3
4# 2. Run evaluation on a benchmark
5a3-eval --benchmark webarena_test --model A3-qwen3.5-4b1@misc{lu2026structured,
2 title={Structured Distillation of Web Agent Capabilities Enables Generalization},
3 author={Xing Han Lù and Siva Reddy},
4 year={2026},
5 eprint={2604.07776},
6 archivePrefix={arXiv},
7 primaryClass={cs.LG}
8}