Datasets:

Modalities:
Text
Formats:
parquet
ArXiv:
Libraries:
Datasets
Dask
matthieumeeus97's picture
Update README.md
bcde28e verified
metadata
dataset_info:
  features:
    - name: meta
      struct:
        - name: arxiv_id
          dtype: string
        - name: language
          dtype: string
        - name: timestamp
          dtype: string
        - name: url
          dtype: string
        - name: yymm
          dtype: string
    - name: text
      dtype: string
  splits:
    - name: train
      num_bytes: 857168232
      num_examples: 13155
  download_size: 382068275
  dataset_size: 857168232

ArXiv papers from RedPajama-Data originally published in February 2023

We collect the ArXiv papers released shortly before the training data cutoff date for the OpenLLaMA models.

The OpenLLaMA models (V1) have been trained on RedPajama data. The last batch of ArXiv papers included in this dataset are papers published in February 2023. To get the members close to the cutoff data, we collect the 13,155 papers published in "2302" as part of the training dataset. We process the raw LateX files using this script.

This dataset has been used as source for 'member' documents to develop (document-level) MIAs against LLMs using data collected shortly before (member) and after (non-member) the training cutoff date for the target model (the suite of OpenLLaMA models). For non-members for the RDD setup, we refer to our Github repo. For more details and results see the section of Regression Discontiuity Design (RDD) in the paper "SoK: Membership Inference Attacks on LLMs are Rushing Nowhere (and How to Fix It)".