ml-arxiv-papers / README.md
aalksii's picture
Update README.md
01067b1
metadata
dataset_info:
  features:
    - name: title
      dtype: string
    - name: abstract
      dtype: string
  splits:
    - name: train
      num_bytes: 130808836.19633989
      num_examples: 105832
    - name: test
      num_bytes: 14535413.803660113
      num_examples: 11760
  download_size: 81252051
  dataset_size: 145344250
language:
  - en
pretty_name: ML ArXiv Papers
task_categories:
  - summarization
  - text2text-generation
tags:
  - arxiv
  - ML

Dataset Card for "ml-arxiv-papers"

This is a dataset containing ML ArXiv papers. The dataset is a version of the original one from CShorten, which is a part of the ArXiv papers dataset from Kaggle. Three steps are made to process the source data:

  1. useless columns removal;
  2. train-test split;
  3. '\n' removal and trimming spaces on sides of the text.

More Information needed