├── README.md ├── figures └── logo.png ├── requirements.txt └── src ├── Farm_dataset ├── Boolq.jsonl ├── NQ1.jsonl ├── NQ2.jsonl └── TruthfulQA.jsonl └── run_exp.py /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pillowsofwind/llms-believe-the-earth-is-flat/HEAD/README.md -------------------------------------------------------------------------------- /figures/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pillowsofwind/llms-believe-the-earth-is-flat/HEAD/figures/logo.png -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pillowsofwind/llms-believe-the-earth-is-flat/HEAD/requirements.txt -------------------------------------------------------------------------------- /src/Farm_dataset/Boolq.jsonl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pillowsofwind/llms-believe-the-earth-is-flat/HEAD/src/Farm_dataset/Boolq.jsonl -------------------------------------------------------------------------------- /src/Farm_dataset/NQ1.jsonl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pillowsofwind/llms-believe-the-earth-is-flat/HEAD/src/Farm_dataset/NQ1.jsonl -------------------------------------------------------------------------------- /src/Farm_dataset/NQ2.jsonl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pillowsofwind/llms-believe-the-earth-is-flat/HEAD/src/Farm_dataset/NQ2.jsonl -------------------------------------------------------------------------------- /src/Farm_dataset/TruthfulQA.jsonl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pillowsofwind/llms-believe-the-earth-is-flat/HEAD/src/Farm_dataset/TruthfulQA.jsonl -------------------------------------------------------------------------------- /src/run_exp.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pillowsofwind/llms-believe-the-earth-is-flat/HEAD/src/run_exp.py --------------------------------------------------------------------------------