MCPcopy
hub / github.com/NVIDIA/TensorRT-LLM / get_subcategories

Function get_subcategories

examples/mmlu.py:65–124  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

63
64
65def get_subcategories():
66 return {
67 "abstract_algebra": ["math"],
68 "anatomy": ["health"],
69 "astronomy": ["physics"],
70 "business_ethics": ["business"],
71 "clinical_knowledge": ["health"],
72 "college_biology": ["biology"],
73 "college_chemistry": ["chemistry"],
74 "college_computer_science": ["computer science"],
75 "college_mathematics": ["math"],
76 "college_medicine": ["health"],
77 "college_physics": ["physics"],
78 "computer_security": ["computer science"],
79 "conceptual_physics": ["physics"],
80 "econometrics": ["economics"],
81 "electrical_engineering": ["engineering"],
82 "elementary_mathematics": ["math"],
83 "formal_logic": ["philosophy"],
84 "global_facts": ["other"],
85 "high_school_biology": ["biology"],
86 "high_school_chemistry": ["chemistry"],
87 "high_school_computer_science": ["computer science"],
88 "high_school_european_history": ["history"],
89 "high_school_geography": ["geography"],
90 "high_school_government_and_politics": ["politics"],
91 "high_school_macroeconomics": ["economics"],
92 "high_school_mathematics": ["math"],
93 "high_school_microeconomics": ["economics"],
94 "high_school_physics": ["physics"],
95 "high_school_psychology": ["psychology"],
96 "high_school_statistics": ["math"],
97 "high_school_us_history": ["history"],
98 "high_school_world_history": ["history"],
99 "human_aging": ["health"],
100 "human_sexuality": ["culture"],
101 "international_law": ["law"],
102 "jurisprudence": ["law"],
103 "logical_fallacies": ["philosophy"],
104 "machine_learning": ["computer science"],
105 "management": ["business"],
106 "marketing": ["business"],
107 "medical_genetics": ["health"],
108 "miscellaneous": ["other"],
109 "moral_disputes": ["philosophy"],
110 "moral_scenarios": ["philosophy"],
111 "nutrition": ["health"],
112 "philosophy": ["philosophy"],
113 "prehistory": ["history"],
114 "professional_accounting": ["other"],
115 "professional_law": ["law"],
116 "professional_medicine": ["health"],
117 "professional_psychology": ["psychology"],
118 "public_relations": ["politics"],
119 "security_studies": ["politics"],
120 "sociology": ["culture"],
121 "us_foreign_policy": ["politics"],
122 "virology": ["health"],

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected