arxiv-pii / README.md
sorokin's picture
Update README.md
4859dea verified
|
raw
history blame
1.23 kB
metadata
license: cc0-1.0
task_categories:
  - token-classification
language:
  - en
pretty_name: ArXiv PII
size_categories:
  - 1K<n<10K

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

Source Data

Data Collection and Processing

  1. List of ArXiv papers downloaded from Kaggle dataset arxiv-metadata-oai-snapshot.json
  2. All papers filtered with license equel to http://creativecommons.org/licenses/by/4.0/
  3. Related PDF files download from GCS
  4. First page converted to text with poppler utils pdftotext -l 1 -bbox-layout -nopgbrk
  5. Authors related entities manually tagged in Label Studio