jimnoneill commited on
Commit
d4aa4e8
·
1 Parent(s): e4b9466

Soften verbiage: posters are repository-labeled, not individually verified

Browse files
Files changed (1) hide show
  1. README.md +17 -15
README.md CHANGED
@@ -32,24 +32,27 @@ Developed by the [**FAIR Data Innovations Hub**](https://fairdataihub.org/) at t
32
 
33
  Text extracted from **real scientific poster PDFs** and **real non-poster documents** — zero synthetic data. Every sample comes from an actual PDF downloaded from Zenodo or Figshare as part of the posters.science corpus.
34
 
 
 
35
  ### Source Corpus
36
 
37
- Sampled from a curated collection of **30,000+ classified scientific PDFs**:
38
 
39
- | Category | Count | Platforms |
40
- |----------|-------|-----------|
41
- | Verified scientific posters | 28,111 | Zenodo, Figshare |
42
- | Verified non-posters | 2,036 | Zenodo, Figshare |
43
  | Corrupt/unreadable | 58 | — |
44
- | **Total classified** | **30,205** | — |
45
 
46
  Non-posters include multi-page papers, conference proceedings, abstract books, newsletters, project proposals, and other documents mislabeled as "posters" in repository metadata.
47
 
 
 
48
  ## Files
49
 
50
  | File | Description | Samples |
51
  |------|-------------|---------|
52
- | `poster_sentry_train.ndjson` | Training data (text + labels) | 3,606 |
53
 
54
  ## Format
55
 
@@ -64,18 +67,17 @@ NDJSON (newline-delimited JSON) with `text` and `label` fields:
64
 
65
  | Label | Count | Description |
66
  |-------|-------|-------------|
67
- | `poster` | 1,803 | Text from first page of verified single-page scientific posters |
68
- | `non_poster` | 1,803 | Text from first page of verified multi-page documents |
69
 
70
  Classes are perfectly balanced (1:1 ratio).
71
 
72
  ## Data Collection Methodology
73
 
74
- 1. **Poster corpus assembly**: 30K+ PDFs scraped from Zenodo and Figshare using the [poster-repo-scraper](https://github.com/fairdataihub/poster-repo-scraper)
75
- 2. **Classification**: A Gradient Boosting classifier using PDF structural features (page count, physical dimensions, file size) separated posters from non-posters with F1 = 1.0 on held-out data
76
- 3. **Separation**: 2,036 non-posters moved to a separate directory; 28,111 verified posters retained
77
- 4. **Text extraction**: First page text extracted from each PDF using PyMuPDF (fitz), cleaned and truncated to 4,000 characters
78
- 5. **Balanced sampling**: 1,803 samples per class (limited by the smaller non-poster class)
79
 
80
  ## Related Resources
81
 
@@ -114,7 +116,7 @@ The poster texts in this dataset are also used by [PubGuard](https://huggingface
114
 
115
  ```bibtex
116
  @dataset{poster_sentry_data_2026,
117
- title = {PosterSentry Training Data: Real Scientific Poster Text Corpus},
118
  author = {O'Neill, James and Soundarajan, Sanjay and Portillo, Dorian and Patel, Bhavesh},
119
  year = {2026},
120
  url = {https://huggingface.co/datasets/fairdataihub/poster-sentry-training-data},
 
32
 
33
  Text extracted from **real scientific poster PDFs** and **real non-poster documents** — zero synthetic data. Every sample comes from an actual PDF downloaded from Zenodo or Figshare as part of the posters.science corpus.
34
 
35
+ This is a **balanced** dataset: 1,803 poster samples and 1,803 non-poster samples, drawn from the source corpus described below.
36
+
37
  ### Source Corpus
38
 
39
+ Sampled from a collection of **30,000+ scientific PDFs** scraped from Zenodo and Figshare:
40
 
41
+ | Category | Count | Selection Method |
42
+ |----------|-------|-----------------|
43
+ | Repository-labeled posters | ~28,000 | Records tagged as "poster" in Zenodo/Figshare metadata |
44
+ | Manually confirmed non-posters | 2,036 | Flagged by structural classifier, then human-reviewed |
45
  | Corrupt/unreadable | 58 | — |
 
46
 
47
  Non-posters include multi-page papers, conference proceedings, abstract books, newsletters, project proposals, and other documents mislabeled as "posters" in repository metadata.
48
 
49
+ **Note on poster labels**: The poster class is drawn from repository records self-described as posters by their uploaders. These were not individually verified by human reviewers. When PosterSentry was later applied to the full 30K corpus, approximately 20% of repository-labeled "posters" were reclassified as non-posters, suggesting meaningful label noise in the broader corpus. The balanced training subset published here was randomly sampled from the repository-labeled poster pool.
50
+
51
  ## Files
52
 
53
  | File | Description | Samples |
54
  |------|-------------|---------|
55
+ | `poster_sentry_train.ndjson` | Balanced training data (text + labels) | 3,606 |
56
 
57
  ## Format
58
 
 
67
 
68
  | Label | Count | Description |
69
  |-------|-------|-------------|
70
+ | `poster` | 1,803 | Text from first page of repository-labeled single-page scientific posters |
71
+ | `non_poster` | 1,803 | Text from first page of manually confirmed non-poster documents |
72
 
73
  Classes are perfectly balanced (1:1 ratio).
74
 
75
  ## Data Collection Methodology
76
 
77
+ 1. **Corpus assembly**: 30K+ PDFs scraped from Zenodo and Figshare using the [poster-repo-scraper](https://github.com/fairdataihub/poster-repo-scraper), selecting records whose metadata indicated "poster"
78
+ 2. **Non-poster identification**: A structural classifier using PDF features (page count, dimensions, file size) flagged 2,036 candidate non-posters, which were then manually reviewed and confirmed
79
+ 3. **Text extraction**: First-page text extracted from each PDF using PyMuPDF, cleaned (whitespace normalization) and truncated to 4,000 characters
80
+ 4. **Balanced sampling**: 1,803 samples randomly drawn from each class (limited by the smaller non-poster pool after feature extraction filtering)
 
81
 
82
  ## Related Resources
83
 
 
116
 
117
  ```bibtex
118
  @dataset{poster_sentry_data_2026,
119
+ title = {PosterSentry Training Data: Scientific Poster Text Corpus},
120
  author = {O'Neill, James and Soundarajan, Sanjay and Portillo, Dorian and Patel, Bhavesh},
121
  year = {2026},
122
  url = {https://huggingface.co/datasets/fairdataihub/poster-sentry-training-data},