Accepted by Transactions on Machine Learning Research (TMLR)
OpenReview: https://openreview.net/forum?id=4W7sgat04A
Install all dependencies using the following command:
$ pip install -r requirements.txtReplace all placeholder values like BASE_URL, API_KEY with your own values, across all files.
The source code is organized in the following directories:
ablationsanalysisevalplottingsrc
Running the following script will produce artifcats in the checkpoints folder:
$ python src/train.pyIf you find this work useful in your research, please consider citing:
@article{
ghosh2026disentangling,
title={Disentangling Intrinsic Importance from Emergent Structure in Multi-Expert Orchestration},
author={Sudipto Ghosh and Sujoy Nath and Sunny Manchanda and Tanmoy Chakraborty},
journal={Transactions on Machine Learning Research},
issn={2835-8856},
year={2026},
url={https://openreview.net/forum?id=4W7sgat04A}
}