ELI5
Datasets
All datasets matching “ELI5”eli5Explain Like I'm 5 long form QA dataseteli5
Dataset Card for ELI5
This dataset is a collection of question-answer pairs, collected from the Explain Like I'm 5 subreddit. See ELI5 for additional information.
This dataset can be used directly with Sentence Transformers to train embedding models.
Dataset Subsets
pair subset
Columns: "question", "answer"
Column types: str, str
Examples:{
'question': 'Why chemical weapons considered more indiscriminate than conventional weapons?',
'answer': "Well, any… See the full description on the dataset page: https://huggingface.co/datasets/sentence-transformers/eli5.eli5_categoryThe ELI5-Category dataset is a smaller but newer and categorized version of the original ELI5 dataset. After 2017, a tagging system was introduced to this subreddit so that the questions can be categorized into different topics according to their tags. Since the training and validation set is built by questions in different topics, the dataset is expected to alleviate the train/validation overlapping issue in the original ELI5 dataset.eli5This dataset is the subset of original eli5 dataset available on hugging face
eli5_sae_features
Dataset Card for gpt2_eli5_sae_features
This dataset aims to create a corpus of data to help guide research into monosemantic features using SAE's. It has been generated using this raw template
Dataset Details
Dataset Description
This dataset takes the eli5 subset from facebook/kilt_tasks and processes it to be used in SAE research. More specifically, we take the inputs, and tokenize them using the gpt2-small tokenizer. The outputs are tokenized, embedded , and… See the full description on the dataset page: https://huggingface.co/datasets/mksethi/eli5_sae_features.eli5-gemma-features
