-
Notifications
You must be signed in to change notification settings - Fork 26
Open
Description
Hi~ authors
Table 1 lists the 24 methods currently supported by MAS-Lab.
However, as shown in the MASLab/methods/init.py file of your code, the implemented methods do not appear to fully cover all the methods mentioned in the paper. Specifically, the method2class dictionary includes the following entries:
method2class = {
"vanilla": MAS,
"cot": CoT,
"agentverse_humaneval": AgentVerse_HumanEval,
"agentverse_mgsm": AgentVerse_MGSM,
"agentverse": AgentVerse_Main,
"llm_debate": LLM_Debate_Main,
"dylan_humaneval": DyLAN_HumanEval,
"dylan_math": DyLAN_MATH,
"dylan_mmlu": DyLAN_MMLU,
"dylan": DyLAN_Main,
"autogen": AutoGen_Main,
"camel": CAMEL_Main,
"evomac": EvoMAC_Main,
"chatdev_srdd": ChatDev_SRDD,
"macnet": MacNet_Main,
"macnet_srdd": MacNet_SRDD,
"mad": MAD_Main,
"mapcoder_humaneval": MapCoder_HumanEval,
"mapcoder_mbpp": MapCoder_MBPP,
"self_consistency": SelfConsistency,
"mav_gpqa": MAV_GPQA,
"mav_humaneval": MAV_HumanEval,
"mav_main": MAV_Main,
"mav_math": MAV_MATH,
"mav_mmlu": MAV_MMLU
}I would like to kindly inquire whether this discrepancy is intentional, or if some methods are yet to be implemented.
Thank you for your attention and clarification!
Metadata
Metadata
Assignees
Labels
No labels