├── .gitignore ├── CODE_OF_CONDUCT.md ├── Figures ├── Fig_1_a.png ├── Fig_1_b.png ├── Fig_2.png ├── Fig_3.png ├── Fig_4.png ├── Fig_5.png └── Fig_6.png ├── LICENSE ├── NOTICE ├── README.md ├── SECURITY.md └── SUPPORT.md /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MMLU-CF/HEAD/.gitignore -------------------------------------------------------------------------------- /CODE_OF_CONDUCT.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MMLU-CF/HEAD/CODE_OF_CONDUCT.md -------------------------------------------------------------------------------- /Figures/Fig_1_a.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MMLU-CF/HEAD/Figures/Fig_1_a.png -------------------------------------------------------------------------------- /Figures/Fig_1_b.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MMLU-CF/HEAD/Figures/Fig_1_b.png -------------------------------------------------------------------------------- /Figures/Fig_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MMLU-CF/HEAD/Figures/Fig_2.png -------------------------------------------------------------------------------- /Figures/Fig_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MMLU-CF/HEAD/Figures/Fig_3.png -------------------------------------------------------------------------------- /Figures/Fig_4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MMLU-CF/HEAD/Figures/Fig_4.png -------------------------------------------------------------------------------- /Figures/Fig_5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MMLU-CF/HEAD/Figures/Fig_5.png -------------------------------------------------------------------------------- /Figures/Fig_6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MMLU-CF/HEAD/Figures/Fig_6.png -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MMLU-CF/HEAD/LICENSE -------------------------------------------------------------------------------- /NOTICE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MMLU-CF/HEAD/NOTICE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MMLU-CF/HEAD/README.md -------------------------------------------------------------------------------- /SECURITY.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MMLU-CF/HEAD/SECURITY.md -------------------------------------------------------------------------------- /SUPPORT.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MMLU-CF/HEAD/SUPPORT.md --------------------------------------------------------------------------------