metadata
task_categories:
- text-retrieval
language:
- en
tags:
- wikipedia
size_categories:
- 100K<n<1M
Dataset Description
This dataset contains 348,854 Wikipedia articles
Dataset Structure
The dataset follows a simple structure with two fields:
text: The content of the Wikipedia articlesource: The source identifier (e.g., "Wikipedia:Albedo")
Format
The dataset is provided in JSONL format, where each line contains a JSON object with the above fields.
Example:
{
"text": "Albedo is the fraction of sunlight that is reflected by a surface...",
"source": "Wikipedia:Albedo"
}