├── LICENSE ├── README.md ├── accuracy_gpt_prompts_10.pkl ├── accuracy_mmlu_prompts_10.pkl ├── conformal.ipynb ├── conformal_llm_scores.py ├── llm_probs_gpt.zip └── prompt_questions.py /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhaweshiitk/ConformalLLM/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhaweshiitk/ConformalLLM/HEAD/README.md -------------------------------------------------------------------------------- /accuracy_gpt_prompts_10.pkl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhaweshiitk/ConformalLLM/HEAD/accuracy_gpt_prompts_10.pkl -------------------------------------------------------------------------------- /accuracy_mmlu_prompts_10.pkl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhaweshiitk/ConformalLLM/HEAD/accuracy_mmlu_prompts_10.pkl -------------------------------------------------------------------------------- /conformal.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhaweshiitk/ConformalLLM/HEAD/conformal.ipynb -------------------------------------------------------------------------------- /conformal_llm_scores.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhaweshiitk/ConformalLLM/HEAD/conformal_llm_scores.py -------------------------------------------------------------------------------- /llm_probs_gpt.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhaweshiitk/ConformalLLM/HEAD/llm_probs_gpt.zip -------------------------------------------------------------------------------- /prompt_questions.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhaweshiitk/ConformalLLM/HEAD/prompt_questions.py --------------------------------------------------------------------------------