--- license: mit task_categories: - question-answering language: - en size_categories: - 1M - **Repository:** https://github.com/albertgong1/phantom-wiki - **Paper [optional]:** TODO - **Demo [optional]:** [More Information Needed] ## Uses PhantomWiki is intended to evaluate retrieval augmented generation (RAG) systems and agentic workflows. ### Direct Use Owing to its fully synthetic and controllable nature, PhantomWiki is particularly useful for disentangling the reasoning and retrieval capabilities of large language models. ### Out-of-Scope Use [More Information Needed] ## Dataset Structure PhantomWiki exposes three components, reflected in the three **configurations**: 1. `question-answer`: Question-answer pairs generated using a context-free grammar 2. `text-corpus`: Documents generated using natural-language templates 3. `database`: Prolog database containing the facts and clauses representing the universe Each universe is saved as a **split**. ## Dataset Creation ### Curation Rationale Most mathematical and logical reasoning datasets do not explicity evaluate retrieval capabilities and few retrieval datasets incorporate complex reasoning, save for a few exceptions (e.g., [BRIGHT](https://huggingface.co/datasets/xlangai/BRIGHT), [MultiHop-RAG](https://huggingface.co/datasets/yixuantt/MultiHopRAG)). However, virtually all retrieval datasets are derived from Wikipedia or internet articles, which are contained in LLM training data. We take the first steps toward a large-scale synthetic dataset that can evaluate LLMs' reasoning and retrieval capabilities. ### Source Data This is a synthetic dataset. #### Data Collection and Processing This dataset was generated on commodity CPUs using Python and Prolog. See paper for full details of the generation pipeline, including timings. #### Who are the source data producers? N/A ### Annotations [optional] N/A #### Annotation process N/A #### Who are the annotators? N/A #### Personal and Sensitive Information N/A ## Bias, Risks, and Limitations N/A ### Recommendations Users should be made aware of the risks, biases and limitations of the dataset. More information needed for further recommendations. ## Citation [optional] **BibTeX:** [More Information Needed] **APA:** [More Information Needed] ## Glossary [optional] [More Information Needed] ## More Information [optional] [More Information Needed] ## Dataset Card Authors [optional] Albert Gong ## Dataset Card Contact agong@cs.cornell.edu