You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the paper, Collaboration Mode Determination$F_{\theta_t}$ is defined as $Q \to T$, but in the code it is $Q, {M} \to T$, and the LLM backbone is chosen only at the last step as written in the paper $F_{\theta_m} : (Q, T, {R}) \to {M}$, but in the code it is chosen at the first step $F_{\theta_m} : Q \to {M}$.
In the paper, Collaboration Mode Determination$F_{\theta_t}$ is defined as $Q \to T$ , but in the code it is $Q, {M} \to T$ , and the LLM backbone is chosen only at the last step as written in the paper $F_{\theta_m} : (Q, T, {R}) \to {M}$ , but in the code it is chosen at the first step $F_{\theta_m} : Q \to {M}$ .
masrouter/MAR/MasRouter/mas_router.py
Lines 61 to 65 in 89f45ef
The text was updated successfully, but these errors were encountered: