File size: 3,587 Bytes
5ba06f0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
44804f4
 
 
 
 
5ba06f0
44804f4
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
0641b6a
44804f4
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
---
dataset_info:
  features:
  - name: doi/arxiv_id
    dtype: string
  - name: title
    dtype: string
  - name: paper_category
    dtype: string
  - name: error_category
    dtype: string
  - name: error_location
    dtype: string
  - name: error_severity
    dtype: string
  - name: error_annotation
    dtype: string
  - name: paper_content
    list:
    - name: image_url
      struct:
      - name: url
        dtype: string
    - name: text
      dtype: string
    - name: type
      dtype: string
  - name: error_local_content
    list:
    - name: image_url
      struct:
      - name: url
        dtype: string
    - name: text
      dtype: string
    - name: type
      dtype: string
  - name: __index_level_0__
    dtype: int64
  splits:
  - name: train
    num_bytes: 58231756
    num_examples: 68
  download_size: 55816319
  dataset_size: 58231756
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
license: cc-by-4.0
language:
- en
size_categories:
- n<1K
---


---

# SPOT

> Preprocessed Contents of  **Scientific Paper ErrOr DeTection** (SPOT)  
> *SPOT contains 83 papers and 91 human-validated errors to test academic verification capabilities.*  
> *This repo contains preprocessed contents of 62 manuscripts with share-permissive licenses.*  

## 📖 Overview

This repository holds the **full paper files** (parsed Markdown, and base64 encodings of extracted figures) for the subset of SPOT manuscripts that are openly licensed. Combined with the annotations in [SPOT-MetaData](https://github.com/<org>/SPOT-MetaData), you can run end-to-end evaluations of LLMs on multi-modal academic error detection.

> **Benchmark at a glance**
>
> * **83** published manuscripts
> * **91** confirmed errors (errata or retractions)
> * **10** scientific domains (Math, Physics, Biology, …)
> * **6** error types (Equation/Proof, Fig-duplication, Data inconsistency, …)
> * Average paper length: \~12 000 tokens & 18 figures

> **Included**  
> - **62** open-access papers (CC-BY or equivalent)  
> - High-fidelity **Markdown** conversions of each PDF  
> - **base64 encoding** of every figure, table, and equation  
> - All in **openai api** format. 

> **Excluded**  
> - Paywalled or proprietary manuscripts (cannot be redistributed)


## 📋 Column Descriptions

Each row in `annotations/errors.csv` contains the following fields:

* **`doi/arxiv_id`**:
  The paper’s DOI (journal) or arXiv identifier.
* **`title`**:
  Full title of the manuscript.
* **`paper_category`**:
  Scientific domain of the paper, one of:
  Mathematics, Physics, Biology, Chemistry, Materials Science, Medicine, Environmental Science, Engineering, Computer Science, Multidisciplinary.
* **`error_category`**:
  Type of error, one of:

  * `Equation/Proof`
  * `Figure duplication`
  * `Data inconsistency`
  * `Experiment setup`
  * `Reagent identity`
  * `Statistical reporting`
* **`error_location`**:
  Where the error appears (e.g., Figure 2, Equation (5), Section 3.1, Table 4).
* **`error_severity`**:
  Indicates whether the issue led to an `Erratum` correction or a `Retraction`.
* **`error_annotation`**:
  Written summary describing the error.
* **`paper_content`**:
  Processed content of the full paper (text in markdown, images in base64 encodings).
* **`error_local_content`**:
  Extracted snippet around the error—paragraph, caption, or equation block used in experiments in Appendix B.1.
  
## 📜 License & Copyright
> SPOT code: CC-BY-4.0  
> Individual papers & Processed Contents: distributed under their original licenses.