--- language: - en tags: - elder-scrolls - video-games - oblivion - skyrim - morrowind - gaming - rag - knowledge-base - wiki license: "other" pretty_name: "The Elder Scrolls Wiki Dataset" --- # The Elder Scrolls Wiki Dataset This dataset is a snapshot of the Unofficial Elder Scrolls Pages (UESP) wiki, curated and organized by game: **Skyrim**, **Morrowind**, and **Oblivion**. It is designed for use in retrieval-augmented generation (RAG) pipelines, knowledge base construction, semantic search, and other natural language processing (NLP) tasks relevant to The Elder Scrolls universe. ## πŸ“š Dataset Summary - **Source**: [UESP Wiki](https://en.uesp.net/) - **Snapshot Date**: April 2025 - **License**: [CC BY-SA 2.5](https://en.uesp.net/wiki/UESPWiki:Copyrights) - **Format**: Markdown and JSONL ## πŸ“‚ Folder Structure ``` UESP_Wiki_Dataset/ β”œβ”€β”€ LICENSE # CC-BY-SA-2.5 license with attribution to UESP β”œβ”€β”€ markdown/ β”‚ β”œβ”€β”€ Skyrim_md/ # Markdown pages from Skyrim β”‚ β”œβ”€β”€ Morrowind_md/ # Markdown pages from Morrowind β”‚ └── Oblivion_md/ # Markdown pages from Oblivion └── jsonl/ β”œβ”€β”€ Skyrim.jsonl # Structured JSON lines for Skyrim β”œβ”€β”€ Morrowind.jsonl # Structured JSON lines for Morrowind └── Oblivion.jsonl # Structured JSON lines for Oblivion ``` Each `.jsonl` file contains entries structured as follows: ```json { "title": "Oblivion 2920 Evening Star v12", "game": "Oblivion", "text": "# Oblivion: 2920, Evening Star (v12)..." } ``` ## πŸ“Š Dataset Stats | Game | Pages | |------------|-------| | Skyrim | 13,316 | | Morrowind | 8,064 | | Oblivion | 6,398 | ## βš™οΈ Use Cases - Retrieval-augmented generation (RAG) pipelines - Conversational AI grounded in Elder Scrolls lore - Game modding / lore crafting assistants - General knowledge exploration tools ### πŸ™ Acknowledgements **Enormous thanks** to the editors and contributors of [UESP.net](https://en.uesp.net/), who have meticulously curated The Elder Scrolls universe since 1995. This dataset would not exist without their tireless dedication, and I deeply respect the community’s ongoing work. I encourage everyone to support and visit [UESP.net](https://en.uesp.net/) for the most up-to-date and comprehensive Elder Scrolls content. ### ⚠️ Limitations This dataset represents a static export from April 2025 and may not reflect subsequent wiki edits or corrections. It currently includes content from **Morrowind**, **Oblivion**, and **Skyrim** only, and does not cover earlier titles such as **Daggerfall** or **Arena**. For the latest and most authoritative information, please refer to [UESP.net](https://en.uesp.net/). ## πŸ“„ License This dataset is distributed under the [Creative Commons Attribution-ShareAlike 2.5 License](./LICENSE.md).