Datasets:
metadata
license: cc0-1.0
task_categories:
- token-classification
language:
- en
pretty_name: ArXiv PII
size_categories:
- 1K<n<10K
configs:
- config_name: pages
data_files:
- split: '2312'
path: data/2312/pages.csv
- split: '2401'
path: data/2401/pages.csv
- config_name: labels
data_files:
- split: '2312'
path: data/2312/labels.csv
- split: '2401'
path: data/2401/labels.csv
default: true
ArXiv PII
Personally Identifiable Information (PII) from ArXiv front pages.
The dataset contains:
- first pages of ArXiv PDFs converted to text
- author related labels: NAME, EMAIL, PHONE
Available splits and data statistics:
split | pages | NAME | PHONE | |
---|---|---|---|---|
2312 | 1749 | 9871 | 3993 | 39 |
2401 | 1312 | 7477 | 3039 | 36 |
Usage
ds_pages = load_dataset("sorokin/arxiv-pii", "pages", split="2312")
ds_labels = load_dataset("sorokin/arxiv-pii", "labels", split="2312")
Source Data
- Metadata from Kaggle dataset https://www.kaggle.com/datasets/Cornell-University/arxiv
- PDF files from Google Cloud Storage bucket gs://arxiv-dataset/arxiv/arxiv/pdf/
Data Collection and Processing
- List of ArXiv papers downloaded from Kaggle dataset
arxiv-metadata-oai-snapshot.json
- All papers filtered with license equel to
http://creativecommons.org/licenses/by/4.0/
- Related PDF files download from GCS
- First page converted to text with
poppler
utilspdftotext -l 1 -bbox-layout -nopgbrk
- Authors related entities manually tagged in Label Studio