Datasets:

DLDLD111 commited on
Commit
341ed36
·
0 Parent(s):

Duplicate from DLDLD111/IntraBench

Browse files
.gitattributes ADDED
@@ -0,0 +1,60 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ *.7z filter=lfs diff=lfs merge=lfs -text
2
+ *.arrow filter=lfs diff=lfs merge=lfs -text
3
+ *.avro filter=lfs diff=lfs merge=lfs -text
4
+ *.bin filter=lfs diff=lfs merge=lfs -text
5
+ *.bz2 filter=lfs diff=lfs merge=lfs -text
6
+ *.ckpt filter=lfs diff=lfs merge=lfs -text
7
+ *.ftz filter=lfs diff=lfs merge=lfs -text
8
+ *.gz filter=lfs diff=lfs merge=lfs -text
9
+ *.h5 filter=lfs diff=lfs merge=lfs -text
10
+ *.joblib filter=lfs diff=lfs merge=lfs -text
11
+ *.lfs.* filter=lfs diff=lfs merge=lfs -text
12
+ *.lz4 filter=lfs diff=lfs merge=lfs -text
13
+ *.mds filter=lfs diff=lfs merge=lfs -text
14
+ *.mlmodel filter=lfs diff=lfs merge=lfs -text
15
+ *.model filter=lfs diff=lfs merge=lfs -text
16
+ *.msgpack filter=lfs diff=lfs merge=lfs -text
17
+ *.npy filter=lfs diff=lfs merge=lfs -text
18
+ *.npz filter=lfs diff=lfs merge=lfs -text
19
+ *.onnx filter=lfs diff=lfs merge=lfs -text
20
+ *.ot filter=lfs diff=lfs merge=lfs -text
21
+ *.parquet filter=lfs diff=lfs merge=lfs -text
22
+ *.pb filter=lfs diff=lfs merge=lfs -text
23
+ *.pickle filter=lfs diff=lfs merge=lfs -text
24
+ *.pkl filter=lfs diff=lfs merge=lfs -text
25
+ *.pt filter=lfs diff=lfs merge=lfs -text
26
+ *.pth filter=lfs diff=lfs merge=lfs -text
27
+ *.rar filter=lfs diff=lfs merge=lfs -text
28
+ *.safetensors filter=lfs diff=lfs merge=lfs -text
29
+ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
30
+ *.tar.* filter=lfs diff=lfs merge=lfs -text
31
+ *.tar filter=lfs diff=lfs merge=lfs -text
32
+ *.tflite filter=lfs diff=lfs merge=lfs -text
33
+ *.tgz filter=lfs diff=lfs merge=lfs -text
34
+ *.wasm filter=lfs diff=lfs merge=lfs -text
35
+ *.xz filter=lfs diff=lfs merge=lfs -text
36
+ *.zip filter=lfs diff=lfs merge=lfs -text
37
+ *.zst filter=lfs diff=lfs merge=lfs -text
38
+ *tfevents* filter=lfs diff=lfs merge=lfs -text
39
+ # Audio files - uncompressed
40
+ *.pcm filter=lfs diff=lfs merge=lfs -text
41
+ *.sam filter=lfs diff=lfs merge=lfs -text
42
+ *.raw filter=lfs diff=lfs merge=lfs -text
43
+ # Audio files - compressed
44
+ *.aac filter=lfs diff=lfs merge=lfs -text
45
+ *.flac filter=lfs diff=lfs merge=lfs -text
46
+ *.mp3 filter=lfs diff=lfs merge=lfs -text
47
+ *.ogg filter=lfs diff=lfs merge=lfs -text
48
+ *.wav filter=lfs diff=lfs merge=lfs -text
49
+ # Image files - uncompressed
50
+ *.bmp filter=lfs diff=lfs merge=lfs -text
51
+ *.gif filter=lfs diff=lfs merge=lfs -text
52
+ *.png filter=lfs diff=lfs merge=lfs -text
53
+ *.tiff filter=lfs diff=lfs merge=lfs -text
54
+ # Image files - compressed
55
+ *.jpg filter=lfs diff=lfs merge=lfs -text
56
+ *.jpeg filter=lfs diff=lfs merge=lfs -text
57
+ *.webp filter=lfs diff=lfs merge=lfs -text
58
+ # Video files - compressed
59
+ *.mp4 filter=lfs diff=lfs merge=lfs -text
60
+ *.webm filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,70 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ configs:
3
+ - config_name: engineering_human_factor
4
+ data_files:
5
+ - split: train
6
+ path: data/engineering_human_factor.json
7
+ - config_name: material_science_additive_manufacturing
8
+ data_files:
9
+ - split: train
10
+ path: data/material_science_additive_manufacturing.json
11
+ - config_name: physics_surface_enhanced_raman_spectroscopy
12
+ data_files:
13
+ - split: train
14
+ path: data/physics_surface_enhanced_raman_spectroscopy.json
15
+ - config_name: public_health_infectious_disease_modeling
16
+ data_files:
17
+ - split: train
18
+ path: data/public_health_infectious_disease_modeling.json
19
+ - config_name: earth_science_remote_sensing
20
+ data_files:
21
+ - split: train
22
+ path: data/earth_science_remote_sensing.json
23
+ pretty_name: Intrabench
24
+ task_categories:
25
+ - question-answering
26
+ - text-classification
27
+ size_categories:
28
+ - n<1K
29
+ license: mit
30
+ language:
31
+ - en
32
+ ---
33
+
34
+ # IntraBench Spaceholding
35
+
36
+ This dataset is a five-domain benchmark of multiple-choice research questions derived from scientific literature.
37
+ Each example represents one question-paper pair with a gold letter answer and supporting metadata.
38
+
39
+ ## Subsets
40
+ - `engineering_human_factor`: Engineering - Human Factor
41
+ - `material_science_additive_manufacturing`: Material Science - Additive Manufacturing
42
+ - `physics_surface_enhanced_raman_spectroscopy`: Physics - Surface Enhanced Raman Spectroscopy
43
+ - `public_health_infectious_disease_modeling`: Public Health - Infectious-disease Modeling
44
+ - `earth_science_remote_sensing`: Earth Science - Remote Sensing
45
+
46
+ ## Data Schema
47
+
48
+ Each record contains:
49
+
50
+ - `subject`: human-readable subject name
51
+ - `paper_id`: paper index within the subject subset
52
+ - `paper_title`: canonical benchmark paper title
53
+ - `question_id`: question identifier
54
+ - `question`: canonical benchmark question wording
55
+ - `choices`: answer choice dictionary keyed by `A`-`F`
56
+ - `answer`: gold answer letter
57
+ - `metadata`: extra metadata with:
58
+ - `Task-oriented Category`
59
+ - `question_key_term`
60
+ - `term_explanation`
61
+
62
+ ## Notes
63
+
64
+ - The published dataset excludes source PDFs, markdown paper extracts, and internal evaluation outputs.
65
+ - The benchmark uses canonical paper titles and normalized question wording across all five domains.
66
+ - Data files are stored as JSON arrays and exposed as separate Hugging Face configs.
67
+
68
+ ## Citation
69
+
70
+ If you publish this dataset, add the benchmark paper citation here.
data/earth_science_remote_sensing.json ADDED
@@ -0,0 +1,1262 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "subject": "Earth Science - Remote Sensing",
4
+ "paper_id": "1",
5
+ "paper_title": "Mapping Essential Urban Land Use Categories in Beijing with a Fast Area of Interest (AOI)-Based Method",
6
+ "question_id": "Q1",
7
+ "question": "What is the number of land-cover / land-use classes classified in this study?",
8
+ "choices": {
9
+ "A": "3",
10
+ "B": "6",
11
+ "C": "9",
12
+ "D": "10",
13
+ "E": "All of above",
14
+ "F": "None of above"
15
+ },
16
+ "answer": "D",
17
+ "metadata": {
18
+ "Task-oriented Category": "Study subject & experimental setup",
19
+ "question_key_term": "land cover",
20
+ "term_explanation": "The total number of land cover or land use categories defined for classification. This reflects the complexity of the classification task and determines how fine-grained the land surface representation is. Typical classes include urban, vegetation, water, bare land, etc."
21
+ }
22
+ },
23
+ {
24
+ "subject": "Earth Science - Remote Sensing",
25
+ "paper_id": "1",
26
+ "paper_title": "Mapping Essential Urban Land Use Categories in Beijing with a Fast Area of Interest (AOI)-Based Method",
27
+ "question_id": "Q2",
28
+ "question": "What is the spatial extent of the study area?",
29
+ "choices": {
30
+ "A": "16,411 km²",
31
+ "B": "26,035 km²",
32
+ "C": "200,000 km²",
33
+ "D": "1,419,530 km²",
34
+ "E": "All of above",
35
+ "F": "None of above"
36
+ },
37
+ "answer": "A",
38
+ "metadata": {
39
+ "Task-oriented Category": "Study subject & experimental setup",
40
+ "question_key_term": "geographic area",
41
+ "term_explanation": "The geographic area covered by the study, typically measured in square kilometers. This affects the generalizability and computational complexity of the study and can range from local sites to national or global scales."
42
+ }
43
+ },
44
+ {
45
+ "subject": "Earth Science - Remote Sensing",
46
+ "paper_id": "1",
47
+ "paper_title": "Mapping Essential Urban Land Use Categories in Beijing with a Fast Area of Interest (AOI)-Based Method",
48
+ "question_id": "Q3",
49
+ "question": "What is the geographic type of the study area?",
50
+ "choices": {
51
+ "A": "Urban",
52
+ "B": "Rural",
53
+ "C": "Mixed",
54
+ "D": "Natural (e.g., forest, wetland, desert)",
55
+ "E": "All of above",
56
+ "F": "None of above"
57
+ },
58
+ "answer": "A",
59
+ "metadata": {
60
+ "Task-oriented Category": "Study subject & experimental setup",
61
+ "question_key_term": "geographic type",
62
+ "term_explanation": "The geographic type or functional nature of the study region. Common categories include urban, rural, natural ecosystems (e.g., forest, wetland), or mixed types. The geographic context influences the spectral heterogeneity and classification difficulty."
63
+ }
64
+ },
65
+ {
66
+ "subject": "Earth Science - Remote Sensing",
67
+ "paper_id": "1",
68
+ "paper_title": "Mapping Essential Urban Land Use Categories in Beijing with a Fast Area of Interest (AOI)-Based Method",
69
+ "question_id": "Q4",
70
+ "question": "What is the temporal scope of the data used?",
71
+ "choices": {
72
+ "A": "Single-scene imagery",
73
+ "B": "Short-term imagery ( ≤3 months)",
74
+ "C": "Mid-term imagery ( >3 and ≤12 months)",
75
+ "D": "Long-term imagery ( >1 year)",
76
+ "E": "All of above",
77
+ "F": "None of above"
78
+ },
79
+ "answer": "C",
80
+ "metadata": {
81
+ "Task-oriented Category": "Data characteristics & collection",
82
+ "question_key_term": "time span",
83
+ "term_explanation": "The total time span covered by the remote sensing imagery used in the study. This could be a single image, a short-term period (weeks to months), seasonal cycles, or long-term historical records (multi-year time series)."
84
+ }
85
+ },
86
+ {
87
+ "subject": "Earth Science - Remote Sensing",
88
+ "paper_id": "1",
89
+ "paper_title": "Mapping Essential Urban Land Use Categories in Beijing with a Fast Area of Interest (AOI)-Based Method",
90
+ "question_id": "Q5",
91
+ "question": "What type of remote sensing data is used?",
92
+ "choices": {
93
+ "A": "Optical",
94
+ "B": "SAR",
95
+ "C": "LiDAR",
96
+ "D": "Multisource fusion",
97
+ "E": "All of above",
98
+ "F": "None of above"
99
+ },
100
+ "answer": "A",
101
+ "metadata": {
102
+ "Task-oriented Category": "Data characteristics & collection",
103
+ "question_key_term": "data type",
104
+ "term_explanation": "The primary data modality employed in the study. Categories include optical imagery, synthetic aperture radar (SAR), LiDAR, or combinations of multiple sources. The data type determines the spectral, spatial, and structural information available for classification."
105
+ }
106
+ },
107
+ {
108
+ "subject": "Earth Science - Remote Sensing",
109
+ "paper_id": "1",
110
+ "paper_title": "Mapping Essential Urban Land Use Categories in Beijing with a Fast Area of Interest (AOI)-Based Method",
111
+ "question_id": "Q6",
112
+ "question": "Which specific satellite data is used?",
113
+ "choices": {
114
+ "A": "Sentinel-2",
115
+ "B": "Sentinel-1",
116
+ "C": "Luojia-1",
117
+ "D": "Sentinel-2 and Luojia-1",
118
+ "E": "All of above",
119
+ "F": "None of above"
120
+ },
121
+ "answer": "D",
122
+ "metadata": {
123
+ "Task-oriented Category": "Data characteristics & collection",
124
+ "question_key_term": "satellite",
125
+ "term_explanation": "The name(s) of satellite missions providing the source imagery, such as Sentinel-2, Landsat-8, Sentinel-1, MODIS, or commercial platforms like Planet or WorldView. This helps determine resolution, revisit frequency, and sensor characteristics."
126
+ }
127
+ },
128
+ {
129
+ "subject": "Earth Science - Remote Sensing",
130
+ "paper_id": "1",
131
+ "paper_title": "Mapping Essential Urban Land Use Categories in Beijing with a Fast Area of Interest (AOI)-Based Method",
132
+ "question_id": "Q7",
133
+ "question": "What is the spatial resolution of the primary imagery used?",
134
+ "choices": {
135
+ "A": "10 m",
136
+ "B": "16 m",
137
+ "C": "27 m",
138
+ "D": "1000 m",
139
+ "E": "All of above",
140
+ "F": "None of above"
141
+ },
142
+ "answer": "A",
143
+ "metadata": {
144
+ "Task-oriented Category": "Data characteristics & collection",
145
+ "question_key_term": "spatial resolution",
146
+ "term_explanation": "The ground sampling distance (in meters) of the input imagery, indicating the size of the smallest detectable object. High-resolution imagery (e.g., <5 m) allows fine-scale mapping, while moderate to coarse resolutions (e.g., 30 m or >100 m) are suited for regional to global scales."
147
+ }
148
+ },
149
+ {
150
+ "subject": "Earth Science - Remote Sensing",
151
+ "paper_id": "1",
152
+ "paper_title": "Mapping Essential Urban Land Use Categories in Beijing with a Fast Area of Interest (AOI)-Based Method",
153
+ "question_id": "Q8",
154
+ "question": "Are auxiliary features used beyond raw spectral bands?",
155
+ "choices": {
156
+ "A": "Vegetation indices (e.g., NDVI)",
157
+ "B": "Water features (e.g., NDWI)",
158
+ "C": "Vegetation indices and Water indices",
159
+ "D": "Elevation / DEM",
160
+ "E": "All of above",
161
+ "F": "None of above"
162
+ },
163
+ "answer": "C",
164
+ "metadata": {
165
+ "Task-oriented Category": "Data characteristics & collection",
166
+ "question_key_term": "features",
167
+ "term_explanation": "Whether the study utilizes additional derived features such as vegetation indices (NDVI, LAI, FAPAR), land surface temperature, albedo, emissivity, topographic information (e.g., DEM), or other external variables. These features can significantly enhance classification performance."
168
+ }
169
+ },
170
+ {
171
+ "subject": "Earth Science - Remote Sensing",
172
+ "paper_id": "1",
173
+ "paper_title": "Mapping Essential Urban Land Use Categories in Beijing with a Fast Area of Interest (AOI)-Based Method",
174
+ "question_id": "Q9",
175
+ "question": "What type of model is implemented in this study?",
176
+ "choices": {
177
+ "A": "SVM",
178
+ "B": "RF",
179
+ "C": "XGBoost",
180
+ "D": "CNN",
181
+ "E": "All of above",
182
+ "F": "None of above"
183
+ },
184
+ "answer": "B",
185
+ "metadata": {
186
+ "Task-oriented Category": "Technical approach & details",
187
+ "question_key_term": "ML model",
188
+ "term_explanation": "The classification model used to perform land cover or land use mapping. Options include traditional machine learning algorithms (e.g., random forest, SVM), deep learning architectures (e.g., CNNs, U-Net), or hybrid and transformer-based models. The model choice reflects the learning strategy and computational design."
189
+ }
190
+ },
191
+ {
192
+ "subject": "Earth Science - Remote Sensing",
193
+ "paper_id": "1",
194
+ "paper_title": "Mapping Essential Urban Land Use Categories in Beijing with a Fast Area of Interest (AOI)-Based Method",
195
+ "question_id": "Q10",
196
+ "question": "What performance metrics are reported?",
197
+ "choices": {
198
+ "A": "Overall Accuracy (OA)",
199
+ "B": "F1-score",
200
+ "C": "Kappa",
201
+ "D": "OA and Kappa",
202
+ "E": "All of above",
203
+ "F": "None of above"
204
+ },
205
+ "answer": "D",
206
+ "metadata": {
207
+ "Task-oriented Category": "Technical approach & details",
208
+ "question_key_term": "performance metrics",
209
+ "term_explanation": "The quantitative indicators used to evaluate model performance, such as overall accuracy (OA), F1-score, Kappa coefficient, and mean intersection-over-union (mIoU). The selection of metrics affects the interpretability and comparability of results."
210
+ }
211
+ },
212
+ {
213
+ "subject": "Earth Science - Remote Sensing",
214
+ "paper_id": "1",
215
+ "paper_title": "Mapping Essential Urban Land Use Categories in Beijing with a Fast Area of Interest (AOI)-Based Method",
216
+ "question_id": "Q11",
217
+ "question": "Is any comparative analysis included?",
218
+ "choices": {
219
+ "A": "Compared with traditional classifiers (e.g., RF, SVM)",
220
+ "B": "Compared with deep models (e.g., U-Net variants)",
221
+ "C": "Ablation study",
222
+ "D": "No comparison reported",
223
+ "E": "All of above",
224
+ "F": "None of above"
225
+ },
226
+ "answer": "D",
227
+ "metadata": {
228
+ "Task-oriented Category": "Conclusions & results",
229
+ "question_key_term": "comparative analysis",
230
+ "term_explanation": "Whether the study conducts comparisons with baseline models, traditional classifiers, or variants of the proposed method (e.g., ablation study, benchmark comparison). This provides insight into model robustness and improvement over existing methods."
231
+ }
232
+ },
233
+ {
234
+ "subject": "Earth Science - Remote Sensing",
235
+ "paper_id": "1",
236
+ "paper_title": "Mapping Essential Urban Land Use Categories in Beijing with a Fast Area of Interest (AOI)-Based Method",
237
+ "question_id": "Q12",
238
+ "question": "What is the reported overall accuracy (OA)?",
239
+ "choices": {
240
+ "A": "69%",
241
+ "B": "74%",
242
+ "C": "77%",
243
+ "D": "98%",
244
+ "E": "All of above",
245
+ "F": "None of above"
246
+ },
247
+ "answer": "C",
248
+ "metadata": {
249
+ "Task-oriented Category": "Conclusions & results",
250
+ "question_key_term": "overall accuracy",
251
+ "term_explanation": "The percentage of correctly classified samples over the total number of samples, as reported in the study. OA is a commonly used metric for remote sensing classification and provides a general measure of model performance."
252
+ }
253
+ },
254
+ {
255
+ "subject": "Earth Science - Remote Sensing",
256
+ "paper_id": "2",
257
+ "paper_title": "Mapping essential urban land use categories in China (EULUC-China): preliminary results for 2018",
258
+ "question_id": "Q1",
259
+ "question": "What is the number of land-cover / land-use classes classified in this study?",
260
+ "choices": {
261
+ "A": "5",
262
+ "B": "12",
263
+ "C": "21",
264
+ "D": "37",
265
+ "E": "All of above",
266
+ "F": "None of above"
267
+ },
268
+ "answer": "B",
269
+ "metadata": {
270
+ "Task-oriented Category": "Study subject & experimental setup",
271
+ "question_key_term": "land cover",
272
+ "term_explanation": "The total number of land cover or land use categories defined for classification. This reflects the complexity of the classification task and determines how fine-grained the land surface representation is. Typical classes include urban, vegetation, water, bare land, etc."
273
+ }
274
+ },
275
+ {
276
+ "subject": "Earth Science - Remote Sensing",
277
+ "paper_id": "2",
278
+ "paper_title": "Mapping essential urban land use categories in China (EULUC-China): preliminary results for 2018",
279
+ "question_id": "Q2",
280
+ "question": "What is the spatial extent of the study area?",
281
+ "choices": {
282
+ "A": "7,317 km²",
283
+ "B": "41,576 km²",
284
+ "C": "67,558 km²",
285
+ "D": "166,338 km²",
286
+ "E": "All of above",
287
+ "F": "None of above"
288
+ },
289
+ "answer": "D",
290
+ "metadata": {
291
+ "Task-oriented Category": "Study subject & experimental setup",
292
+ "question_key_term": "geographic area",
293
+ "term_explanation": "The geographic area covered by the study, typically measured in square kilometers. This affects the generalizability and computational complexity of the study and can range from local sites to national or global scales."
294
+ }
295
+ },
296
+ {
297
+ "subject": "Earth Science - Remote Sensing",
298
+ "paper_id": "2",
299
+ "paper_title": "Mapping essential urban land use categories in China (EULUC-China): preliminary results for 2018",
300
+ "question_id": "Q3",
301
+ "question": "What is the geographic type of the study area?",
302
+ "choices": {
303
+ "A": "Urban",
304
+ "B": "Rural",
305
+ "C": "Mixed",
306
+ "D": "Natural (e.g., forest, wetland, desert)",
307
+ "E": "All of above",
308
+ "F": "None of above"
309
+ },
310
+ "answer": "A",
311
+ "metadata": {
312
+ "Task-oriented Category": "Study subject & experimental setup",
313
+ "question_key_term": "geographic type",
314
+ "term_explanation": "The geographic type or functional nature of the study region. Common categories include urban, rural, natural ecosystems (e.g., forest, wetland), or mixed types. The geographic context influences the spectral heterogeneity and classification difficulty."
315
+ }
316
+ },
317
+ {
318
+ "subject": "Earth Science - Remote Sensing",
319
+ "paper_id": "2",
320
+ "paper_title": "Mapping essential urban land use categories in China (EULUC-China): preliminary results for 2018",
321
+ "question_id": "Q4",
322
+ "question": "What is the temporal scope of the data used?",
323
+ "choices": {
324
+ "A": "Single-scene imagery",
325
+ "B": "Short-term imagery ( ≤3 months)",
326
+ "C": "Mid-term imagery ( >3 and ≤12 months)",
327
+ "D": "Long-term imagery ( >1 year)",
328
+ "E": "All of above",
329
+ "F": "None of above"
330
+ },
331
+ "answer": "C",
332
+ "metadata": {
333
+ "Task-oriented Category": "Data characteristics & collection",
334
+ "question_key_term": "time span",
335
+ "term_explanation": "The total time span covered by the remote sensing imagery used in the study. This could be a single image, a short-term period (weeks to months), seasonal cycles, or long-term historical records (multi-year time series)."
336
+ }
337
+ },
338
+ {
339
+ "subject": "Earth Science - Remote Sensing",
340
+ "paper_id": "2",
341
+ "paper_title": "Mapping essential urban land use categories in China (EULUC-China): preliminary results for 2018",
342
+ "question_id": "Q5",
343
+ "question": "What type of remote sensing data is used?",
344
+ "choices": {
345
+ "A": "Optical",
346
+ "B": "SAR",
347
+ "C": "LiDAR",
348
+ "D": "Multisource fusion",
349
+ "E": "All of above",
350
+ "F": "None of above"
351
+ },
352
+ "answer": "A",
353
+ "metadata": {
354
+ "Task-oriented Category": "Data characteristics & collection",
355
+ "question_key_term": "data type",
356
+ "term_explanation": "The primary data modality employed in the study. Categories include optical imagery, synthetic aperture radar (SAR), LiDAR, or combinations of multiple sources. The data type determines the spectral, spatial, and structural information available for classification."
357
+ }
358
+ },
359
+ {
360
+ "subject": "Earth Science - Remote Sensing",
361
+ "paper_id": "2",
362
+ "paper_title": "Mapping essential urban land use categories in China (EULUC-China): preliminary results for 2018",
363
+ "question_id": "Q6",
364
+ "question": "Which specific satellite data is used?",
365
+ "choices": {
366
+ "A": "Sentinel-1",
367
+ "B": "Sentinel-2",
368
+ "C": "Luojia-1",
369
+ "D": "Sentinel-2 and Luojia-1",
370
+ "E": "All of above",
371
+ "F": "None of above"
372
+ },
373
+ "answer": "D",
374
+ "metadata": {
375
+ "Task-oriented Category": "Data characteristics & collection",
376
+ "question_key_term": "satellite",
377
+ "term_explanation": "The name(s) of satellite missions providing the source imagery, such as Sentinel-2, Landsat-8, Sentinel-1, MODIS, or commercial platforms like Planet or WorldView. This helps determine resolution, revisit frequency, and sensor characteristics."
378
+ }
379
+ },
380
+ {
381
+ "subject": "Earth Science - Remote Sensing",
382
+ "paper_id": "2",
383
+ "paper_title": "Mapping essential urban land use categories in China (EULUC-China): preliminary results for 2018",
384
+ "question_id": "Q7",
385
+ "question": "What is the spatial resolution of the primary imagery used?",
386
+ "choices": {
387
+ "A": "2 m",
388
+ "B": "10 m",
389
+ "C": "21 m",
390
+ "D": "27 m",
391
+ "E": "All of above",
392
+ "F": "None of above"
393
+ },
394
+ "answer": "B",
395
+ "metadata": {
396
+ "Task-oriented Category": "Data characteristics & collection",
397
+ "question_key_term": "spatial resolution",
398
+ "term_explanation": "The ground sampling distance (in meters) of the input imagery, indicating the size of the smallest detectable object. High-resolution imagery (e.g., <5 m) allows fine-scale mapping, while moderate to coarse resolutions (e.g., 30 m or >100 m) are suited for regional to global scales."
399
+ }
400
+ },
401
+ {
402
+ "subject": "Earth Science - Remote Sensing",
403
+ "paper_id": "2",
404
+ "paper_title": "Mapping essential urban land use categories in China (EULUC-China): preliminary results for 2018",
405
+ "question_id": "Q8",
406
+ "question": "Are auxiliary features used beyond raw spectral bands?",
407
+ "choices": {
408
+ "A": "Vegetation indices (e.g., NDVI)",
409
+ "B": "Water features (e.g., NDWI)",
410
+ "C": "Vegetation indices and Water indices",
411
+ "D": "Elevation / DEM",
412
+ "E": "All of above",
413
+ "F": "None of above"
414
+ },
415
+ "answer": "D",
416
+ "metadata": {
417
+ "Task-oriented Category": "Data characteristics & collection",
418
+ "question_key_term": "features",
419
+ "term_explanation": "Whether the study utilizes additional derived features such as vegetation indices (NDVI, LAI, FAPAR), land surface temperature, albedo, emissivity, topographic information (e.g., DEM), or other external variables. These features can significantly enhance classification performance."
420
+ }
421
+ },
422
+ {
423
+ "subject": "Earth Science - Remote Sensing",
424
+ "paper_id": "2",
425
+ "paper_title": "Mapping essential urban land use categories in China (EULUC-China): preliminary results for 2018",
426
+ "question_id": "Q9",
427
+ "question": "What type of model is implemented in this study?",
428
+ "choices": {
429
+ "A": "SVM",
430
+ "B": "RF",
431
+ "C": "XGBoost",
432
+ "D": "CNN",
433
+ "E": "All of above",
434
+ "F": "None of above"
435
+ },
436
+ "answer": "B",
437
+ "metadata": {
438
+ "Task-oriented Category": "Technical approach & details",
439
+ "question_key_term": "ML model",
440
+ "term_explanation": "The classification model used to perform land cover or land use mapping. Options include traditional machine learning algorithms (e.g., random forest, SVM), deep learning architectures (e.g., CNNs, U-Net), or hybrid and transformer-based models. The model choice reflects the learning strategy and computational design."
441
+ }
442
+ },
443
+ {
444
+ "subject": "Earth Science - Remote Sensing",
445
+ "paper_id": "2",
446
+ "paper_title": "Mapping essential urban land use categories in China (EULUC-China): preliminary results for 2018",
447
+ "question_id": "Q10",
448
+ "question": "What performance metrics are reported?",
449
+ "choices": {
450
+ "A": "Overall Accuracy (OA)",
451
+ "B": "F1-score",
452
+ "C": "Kappa",
453
+ "D": "IoU / mIoU",
454
+ "E": "All of above",
455
+ "F": "None of above"
456
+ },
457
+ "answer": "A",
458
+ "metadata": {
459
+ "Task-oriented Category": "Technical approach & details",
460
+ "question_key_term": "performance metrics",
461
+ "term_explanation": "The quantitative indicators used to evaluate model performance, such as overall accuracy (OA), F1-score, Kappa coefficient, and mean intersection-over-union (mIoU). The selection of metrics affects the interpretability and comparability of results."
462
+ }
463
+ },
464
+ {
465
+ "subject": "Earth Science - Remote Sensing",
466
+ "paper_id": "2",
467
+ "paper_title": "Mapping essential urban land use categories in China (EULUC-China): preliminary results for 2018",
468
+ "question_id": "Q11",
469
+ "question": "Is any comparative analysis included?",
470
+ "choices": {
471
+ "A": "Compared with traditional classifiers (e.g., RF, SVM)",
472
+ "B": "Compared with deep models (e.g., U-Net variants)",
473
+ "C": "Ablation study",
474
+ "D": "No comparison reported",
475
+ "E": "All of above",
476
+ "F": "None of above"
477
+ },
478
+ "answer": "D",
479
+ "metadata": {
480
+ "Task-oriented Category": "Conclusions & results",
481
+ "question_key_term": "comparative analysis",
482
+ "term_explanation": "Whether the study conducts comparisons with baseline models, traditional classifiers, or variants of the proposed method (e.g., ablation study, benchmark comparison). This provides insight into model robustness and improvement over existing methods."
483
+ }
484
+ },
485
+ {
486
+ "subject": "Earth Science - Remote Sensing",
487
+ "paper_id": "2",
488
+ "paper_title": "Mapping essential urban land use categories in China (EULUC-China): preliminary results for 2018",
489
+ "question_id": "Q12",
490
+ "question": "What is the reported overall accuracy (OA)?",
491
+ "choices": {
492
+ "A": "40.6%",
493
+ "B": "57.5%",
494
+ "C": "61.2%",
495
+ "D": "64.1%",
496
+ "E": "All of above",
497
+ "F": "None of above"
498
+ },
499
+ "answer": "A",
500
+ "metadata": {
501
+ "Task-oriented Category": "Conclusions & results",
502
+ "question_key_term": "overall accuracy",
503
+ "term_explanation": "The percentage of correctly classified samples over the total number of samples, as reported in the study. OA is a commonly used metric for remote sensing classification and provides a general measure of model performance."
504
+ }
505
+ },
506
+ {
507
+ "subject": "Earth Science - Remote Sensing",
508
+ "paper_id": "3",
509
+ "paper_title": "Finer resolution observation and monitoring of global land cover: first mapping results with Landsat TM and ETM+ data",
510
+ "question_id": "Q1",
511
+ "question": "What is the number of land-cover / land-use classes classified in this study?",
512
+ "choices": {
513
+ "A": "2",
514
+ "B": "3",
515
+ "C": "9",
516
+ "D": "17",
517
+ "E": "All of above",
518
+ "F": "None of above"
519
+ },
520
+ "answer": "C",
521
+ "metadata": {
522
+ "Task-oriented Category": "Study subject & experimental setup",
523
+ "question_key_term": "land cover",
524
+ "term_explanation": "The total number of land cover or land use categories defined for classification. This reflects the complexity of the classification task and determines how fine-grained the land surface representation is. Typical classes include urban, vegetation, water, bare land, etc."
525
+ }
526
+ },
527
+ {
528
+ "subject": "Earth Science - Remote Sensing",
529
+ "paper_id": "3",
530
+ "paper_title": "Finer resolution observation and monitoring of global land cover: first mapping results with Landsat TM and ETM+ data",
531
+ "question_id": "Q2",
532
+ "question": "What is the spatial extent of the study area?",
533
+ "choices": {
534
+ "A": "6,229 km²",
535
+ "B": "100,000 km²",
536
+ "C": "250,000 km²",
537
+ "D": "656,889 km²",
538
+ "E": "All of above",
539
+ "F": "None of above"
540
+ },
541
+ "answer": "F",
542
+ "metadata": {
543
+ "Task-oriented Category": "Study subject & experimental setup",
544
+ "question_key_term": "geographic area",
545
+ "term_explanation": "The geographic area covered by the study, typically measured in square kilometers. This affects the generalizability and computational complexity of the study and can range from local sites to national or global scales."
546
+ }
547
+ },
548
+ {
549
+ "subject": "Earth Science - Remote Sensing",
550
+ "paper_id": "3",
551
+ "paper_title": "Finer resolution observation and monitoring of global land cover: first mapping results with Landsat TM and ETM+ data",
552
+ "question_id": "Q3",
553
+ "question": "What is the geographic type of the study area?",
554
+ "choices": {
555
+ "A": "Urban",
556
+ "B": "Rural",
557
+ "C": "Mixed",
558
+ "D": "Natural (e.g., forest, wetland, desert)",
559
+ "E": "All of above",
560
+ "F": "None of above"
561
+ },
562
+ "answer": "C",
563
+ "metadata": {
564
+ "Task-oriented Category": "Study subject & experimental setup",
565
+ "question_key_term": "geographic type",
566
+ "term_explanation": "The geographic type or functional nature of the study region. Common categories include urban, rural, natural ecosystems (e.g., forest, wetland), or mixed types. The geographic context influences the spectral heterogeneity and classification difficulty."
567
+ }
568
+ },
569
+ {
570
+ "subject": "Earth Science - Remote Sensing",
571
+ "paper_id": "3",
572
+ "paper_title": "Finer resolution observation and monitoring of global land cover: first mapping results with Landsat TM and ETM+ data",
573
+ "question_id": "Q4",
574
+ "question": "What is the temporal scope of the data used?",
575
+ "choices": {
576
+ "A": "Single-scene imagery",
577
+ "B": "Short-term imagery ( ≤3 months)",
578
+ "C": "Mid-term imagery ( >3 and ≤12 months)",
579
+ "D": "Long-term imagery ( >1 year)",
580
+ "E": "All of above",
581
+ "F": "None of above"
582
+ },
583
+ "answer": "D",
584
+ "metadata": {
585
+ "Task-oriented Category": "Data characteristics & collection",
586
+ "question_key_term": "time span",
587
+ "term_explanation": "The total time span covered by the remote sensing imagery used in the study. This could be a single image, a short-term period (weeks to months), seasonal cycles, or long-term historical records (multi-year time series)."
588
+ }
589
+ },
590
+ {
591
+ "subject": "Earth Science - Remote Sensing",
592
+ "paper_id": "3",
593
+ "paper_title": "Finer resolution observation and monitoring of global land cover: first mapping results with Landsat TM and ETM+ data",
594
+ "question_id": "Q5",
595
+ "question": "What type of remote sensing data is used?",
596
+ "choices": {
597
+ "A": "Optical",
598
+ "B": "SAR",
599
+ "C": "LiDAR",
600
+ "D": "Multisource fusion",
601
+ "E": "All of above",
602
+ "F": "None of above"
603
+ },
604
+ "answer": "A",
605
+ "metadata": {
606
+ "Task-oriented Category": "Data characteristics & collection",
607
+ "question_key_term": "data type",
608
+ "term_explanation": "The primary data modality employed in the study. Categories include optical imagery, synthetic aperture radar (SAR), LiDAR, or combinations of multiple sources. The data type determines the spectral, spatial, and structural information available for classification."
609
+ }
610
+ },
611
+ {
612
+ "subject": "Earth Science - Remote Sensing",
613
+ "paper_id": "3",
614
+ "paper_title": "Finer resolution observation and monitoring of global land cover: first mapping results with Landsat TM and ETM+ data",
615
+ "question_id": "Q6",
616
+ "question": "Which specific satellite data is used?",
617
+ "choices": {
618
+ "A": "Sentinel-1",
619
+ "B": "Landsat series",
620
+ "C": "Sentinel-2",
621
+ "D": "PlanetScope",
622
+ "E": "All of above",
623
+ "F": "None of above"
624
+ },
625
+ "answer": "B",
626
+ "metadata": {
627
+ "Task-oriented Category": "Data characteristics & collection",
628
+ "question_key_term": "satellite",
629
+ "term_explanation": "The name(s) of satellite missions providing the source imagery, such as Sentinel-2, Landsat-8, Sentinel-1, MODIS, or commercial platforms like Planet or WorldView. This helps determine resolution, revisit frequency, and sensor characteristics."
630
+ }
631
+ },
632
+ {
633
+ "subject": "Earth Science - Remote Sensing",
634
+ "paper_id": "3",
635
+ "paper_title": "Finer resolution observation and monitoring of global land cover: first mapping results with Landsat TM and ETM+ data",
636
+ "question_id": "Q7",
637
+ "question": "What is the spatial resolution of the primary imagery used?",
638
+ "choices": {
639
+ "A": "10 m",
640
+ "B": "18 m",
641
+ "C": "30 m",
642
+ "D": "60 m",
643
+ "E": "All of above",
644
+ "F": "None of above"
645
+ },
646
+ "answer": "C",
647
+ "metadata": {
648
+ "Task-oriented Category": "Data characteristics & collection",
649
+ "question_key_term": "spatial resolution",
650
+ "term_explanation": "The ground sampling distance (in meters) of the input imagery, indicating the size of the smallest detectable object. High-resolution imagery (e.g., <5 m) allows fine-scale mapping, while moderate to coarse resolutions (e.g., 30 m or >100 m) are suited for regional to global scales."
651
+ }
652
+ },
653
+ {
654
+ "subject": "Earth Science - Remote Sensing",
655
+ "paper_id": "3",
656
+ "paper_title": "Finer resolution observation and monitoring of global land cover: first mapping results with Landsat TM and ETM+ data",
657
+ "question_id": "Q8",
658
+ "question": "Are auxiliary features used beyond raw spectral bands?",
659
+ "choices": {
660
+ "A": "Vegetation indices (e.g., EVI)",
661
+ "B": "Water features (e.g., NDWI)",
662
+ "C": "Vegetation indices and Water indices",
663
+ "D": "Elevation / DEM",
664
+ "E": "All of above",
665
+ "F": "None of above"
666
+ },
667
+ "answer": "A",
668
+ "metadata": {
669
+ "Task-oriented Category": "Data characteristics & collection",
670
+ "question_key_term": "features",
671
+ "term_explanation": "Whether the study utilizes additional derived features such as vegetation indices (NDVI, LAI, FAPAR), land surface temperature, albedo, emissivity, topographic information (e.g., DEM), or other external variables. These features can significantly enhance classification performance."
672
+ }
673
+ },
674
+ {
675
+ "subject": "Earth Science - Remote Sensing",
676
+ "paper_id": "3",
677
+ "paper_title": "Finer resolution observation and monitoring of global land cover: first mapping results with Landsat TM and ETM+ data",
678
+ "question_id": "Q9",
679
+ "question": "What type of model is implemented in this study?",
680
+ "choices": {
681
+ "A": "SVM",
682
+ "B": "RF",
683
+ "C": "J4.8 Classifier",
684
+ "D": "MLC",
685
+ "E": "All of above",
686
+ "F": "None of above"
687
+ },
688
+ "answer": "E",
689
+ "metadata": {
690
+ "Task-oriented Category": "Technical approach & details",
691
+ "question_key_term": "ML model",
692
+ "term_explanation": "The classification model used to perform land cover or land use mapping. Options include traditional machine learning algorithms (e.g., random forest, SVM), deep learning architectures (e.g., CNNs, U-Net), or hybrid and transformer-based models. The model choice reflects the learning strategy and computational design."
693
+ }
694
+ },
695
+ {
696
+ "subject": "Earth Science - Remote Sensing",
697
+ "paper_id": "3",
698
+ "paper_title": "Finer resolution observation and monitoring of global land cover: first mapping results with Landsat TM and ETM+ data",
699
+ "question_id": "Q10",
700
+ "question": "What performance metrics are reported?",
701
+ "choices": {
702
+ "A": "Overall Accuracy (OA)",
703
+ "B": "F1-score",
704
+ "C": "Kappa",
705
+ "D": "OA and Kappa",
706
+ "E": "All of above",
707
+ "F": "None of above"
708
+ },
709
+ "answer": "A",
710
+ "metadata": {
711
+ "Task-oriented Category": "Technical approach & details",
712
+ "question_key_term": "performance metrics",
713
+ "term_explanation": "The quantitative indicators used to evaluate model performance, such as overall accuracy (OA), F1-score, Kappa coefficient, and mean intersection-over-union (mIoU). The selection of metrics affects the interpretability and comparability of results."
714
+ }
715
+ },
716
+ {
717
+ "subject": "Earth Science - Remote Sensing",
718
+ "paper_id": "3",
719
+ "paper_title": "Finer resolution observation and monitoring of global land cover: first mapping results with Landsat TM and ETM+ data",
720
+ "question_id": "Q11",
721
+ "question": "Is any comparative analysis included?",
722
+ "choices": {
723
+ "A": "Compared with traditional classifiers (e.g., RF, SVM)",
724
+ "B": "Compared with deep models (e.g., U-Net variants)",
725
+ "C": "Ablation study",
726
+ "D": "No comparison reported",
727
+ "E": "All of above",
728
+ "F": "None of above"
729
+ },
730
+ "answer": "A",
731
+ "metadata": {
732
+ "Task-oriented Category": "Conclusions & results",
733
+ "question_key_term": "comparative analysis",
734
+ "term_explanation": "Whether the study conducts comparisons with baseline models, traditional classifiers, or variants of the proposed method (e.g., ablation study, benchmark comparison). This provides insight into model robustness and improvement over existing methods."
735
+ }
736
+ },
737
+ {
738
+ "subject": "Earth Science - Remote Sensing",
739
+ "paper_id": "3",
740
+ "paper_title": "Finer resolution observation and monitoring of global land cover: first mapping results with Landsat TM and ETM+ data",
741
+ "question_id": "Q12",
742
+ "question": "What is the reported overall accuracy (OA)?",
743
+ "choices": {
744
+ "A": "53.88%",
745
+ "B": "57.88%",
746
+ "C": "59.83%",
747
+ "D": "64.89%",
748
+ "E": "All of above",
749
+ "F": "None of above"
750
+ },
751
+ "answer": "D",
752
+ "metadata": {
753
+ "Task-oriented Category": "Conclusions & results",
754
+ "question_key_term": "overall accuracy",
755
+ "term_explanation": "The percentage of correctly classified samples over the total number of samples, as reported in the study. OA is a commonly used metric for remote sensing classification and provides a general measure of model performance."
756
+ }
757
+ },
758
+ {
759
+ "subject": "Earth Science - Remote Sensing",
760
+ "paper_id": "4",
761
+ "paper_title": "Annual dynamics of global land cover and its long-term changes from 1982 to 2015",
762
+ "question_id": "Q1",
763
+ "question": "What is the number of land-cover / land-use classes classified in this study?",
764
+ "choices": {
765
+ "A": "1",
766
+ "B": "7",
767
+ "C": "11",
768
+ "D": "20",
769
+ "E": "All of above",
770
+ "F": "None of above"
771
+ },
772
+ "answer": "B",
773
+ "metadata": {
774
+ "Task-oriented Category": "Study subject & experimental setup",
775
+ "question_key_term": "land cover",
776
+ "term_explanation": "The total number of land cover or land use categories defined for classification. This reflects the complexity of the classification task and determines how fine-grained the land surface representation is. Typical classes include urban, vegetation, water, bare land, etc."
777
+ }
778
+ },
779
+ {
780
+ "subject": "Earth Science - Remote Sensing",
781
+ "paper_id": "4",
782
+ "paper_title": "Annual dynamics of global land cover and its long-term changes from 1982 to 2015",
783
+ "question_id": "Q2",
784
+ "question": "What is the spatial extent of the study area?",
785
+ "choices": {
786
+ "A": "67,000 km²",
787
+ "B": "132,000 km²",
788
+ "C": "151,942 km²",
789
+ "D": "315,000 km²",
790
+ "E": "All of above",
791
+ "F": "None of above"
792
+ },
793
+ "answer": "F",
794
+ "metadata": {
795
+ "Task-oriented Category": "Study subject & experimental setup",
796
+ "question_key_term": "geographic area",
797
+ "term_explanation": "The geographic area covered by the study, typically measured in square kilometers. This affects the generalizability and computational complexity of the study and can range from local sites to national or global scales."
798
+ }
799
+ },
800
+ {
801
+ "subject": "Earth Science - Remote Sensing",
802
+ "paper_id": "4",
803
+ "paper_title": "Annual dynamics of global land cover and its long-term changes from 1982 to 2015",
804
+ "question_id": "Q3",
805
+ "question": "What is the geographic type of the study area?",
806
+ "choices": {
807
+ "A": "Urban",
808
+ "B": "Rural",
809
+ "C": "Mixed",
810
+ "D": "Natural (e.g., forest, wetland, desert)",
811
+ "E": "All of above",
812
+ "F": "None of above"
813
+ },
814
+ "answer": "C",
815
+ "metadata": {
816
+ "Task-oriented Category": "Study subject & experimental setup",
817
+ "question_key_term": "geographic type",
818
+ "term_explanation": "The geographic type or functional nature of the study region. Common categories include urban, rural, natural ecosystems (e.g., forest, wetland), or mixed types. The geographic context influences the spectral heterogeneity and classification difficulty."
819
+ }
820
+ },
821
+ {
822
+ "subject": "Earth Science - Remote Sensing",
823
+ "paper_id": "4",
824
+ "paper_title": "Annual dynamics of global land cover and its long-term changes from 1982 to 2015",
825
+ "question_id": "Q4",
826
+ "question": "What is the temporal scope of the data used?",
827
+ "choices": {
828
+ "A": "Single-scene imagery",
829
+ "B": "Short-term imagery ( ≤3 months)",
830
+ "C": "Mid-term imagery ( >3 and ≤12 months)",
831
+ "D": "Long-term imagery ( >1 year)",
832
+ "E": "All of above",
833
+ "F": "None of above"
834
+ },
835
+ "answer": "D",
836
+ "metadata": {
837
+ "Task-oriented Category": "Data characteristics & collection",
838
+ "question_key_term": "time span",
839
+ "term_explanation": "The total time span covered by the remote sensing imagery used in the study. This could be a single image, a short-term period (weeks to months), seasonal cycles, or long-term historical records (multi-year time series)."
840
+ }
841
+ },
842
+ {
843
+ "subject": "Earth Science - Remote Sensing",
844
+ "paper_id": "4",
845
+ "paper_title": "Annual dynamics of global land cover and its long-term changes from 1982 to 2015",
846
+ "question_id": "Q5",
847
+ "question": "What type of remote sensing data is used?",
848
+ "choices": {
849
+ "A": "Optical",
850
+ "B": "SAR",
851
+ "C": "LiDAR",
852
+ "D": "Multisource fusion",
853
+ "E": "All of above",
854
+ "F": "None of above"
855
+ },
856
+ "answer": "D",
857
+ "metadata": {
858
+ "Task-oriented Category": "Data characteristics & collection",
859
+ "question_key_term": "data type",
860
+ "term_explanation": "The primary data modality employed in the study. Categories include optical imagery, synthetic aperture radar (SAR), LiDAR, or combinations of multiple sources. The data type determines the spectral, spatial, and structural information available for classification."
861
+ }
862
+ },
863
+ {
864
+ "subject": "Earth Science - Remote Sensing",
865
+ "paper_id": "4",
866
+ "paper_title": "Annual dynamics of global land cover and its long-term changes from 1982 to 2015",
867
+ "question_id": "Q6",
868
+ "question": "Which specific satellite data is used?",
869
+ "choices": {
870
+ "A": "Sentinel-1",
871
+ "B": "Sentinel-2",
872
+ "C": "Luojia-1",
873
+ "D": "Multisources",
874
+ "E": "All of above",
875
+ "F": "None of above"
876
+ },
877
+ "answer": "D",
878
+ "metadata": {
879
+ "Task-oriented Category": "Data characteristics & collection",
880
+ "question_key_term": "satellite",
881
+ "term_explanation": "The name(s) of satellite missions providing the source imagery, such as Sentinel-2, Landsat-8, Sentinel-1, MODIS, or commercial platforms like Planet or WorldView. This helps determine resolution, revisit frequency, and sensor characteristics."
882
+ }
883
+ },
884
+ {
885
+ "subject": "Earth Science - Remote Sensing",
886
+ "paper_id": "4",
887
+ "paper_title": "Annual dynamics of global land cover and its long-term changes from 1982 to 2015",
888
+ "question_id": "Q7",
889
+ "question": "What is the spatial resolution of the primary imagery used?",
890
+ "choices": {
891
+ "A": "5 m",
892
+ "B": "10 m",
893
+ "C": "30 m",
894
+ "D": "5 km",
895
+ "E": "All of above",
896
+ "F": "None of above"
897
+ },
898
+ "answer": "E",
899
+ "metadata": {
900
+ "Task-oriented Category": "Data characteristics & collection",
901
+ "question_key_term": "spatial resolution",
902
+ "term_explanation": "The ground sampling distance (in meters) of the input imagery, indicating the size of the smallest detectable object. High-resolution imagery (e.g., <5 m) allows fine-scale mapping, while moderate to coarse resolutions (e.g., 30 m or >100 m) are suited for regional to global scales."
903
+ }
904
+ },
905
+ {
906
+ "subject": "Earth Science - Remote Sensing",
907
+ "paper_id": "4",
908
+ "paper_title": "Annual dynamics of global land cover and its long-term changes from 1982 to 2015",
909
+ "question_id": "Q8",
910
+ "question": "Are auxiliary features used beyond raw spectral bands?",
911
+ "choices": {
912
+ "A": "Vegetation indices only (e.g., NDVI, LAI, FAPAR)",
913
+ "B": "Vegetation + energy fluxes (e.g., ET, GPP)",
914
+ "C": "Vegetation + albedo/emissivity (e.g., BBE, white-sky albedo)",
915
+ "D": "Albedo/emissivity",
916
+ "E": "All of above",
917
+ "F": "None of above"
918
+ },
919
+ "answer": "C",
920
+ "metadata": {
921
+ "Task-oriented Category": "Data characteristics & collection",
922
+ "question_key_term": "features",
923
+ "term_explanation": "Whether the study utilizes additional derived features such as vegetation indices (NDVI, LAI, FAPAR), land surface temperature, albedo, emissivity, topographic information (e.g., DEM), or other external variables. These features can significantly enhance classification performance."
924
+ }
925
+ },
926
+ {
927
+ "subject": "Earth Science - Remote Sensing",
928
+ "paper_id": "4",
929
+ "paper_title": "Annual dynamics of global land cover and its long-term changes from 1982 to 2015",
930
+ "question_id": "Q9",
931
+ "question": "What type of model is implemented in this study?",
932
+ "choices": {
933
+ "A": "SVM",
934
+ "B": "RF",
935
+ "C": "XGBoost",
936
+ "D": "CNN",
937
+ "E": "All of above",
938
+ "F": "None of above"
939
+ },
940
+ "answer": "B",
941
+ "metadata": {
942
+ "Task-oriented Category": "Technical approach & details",
943
+ "question_key_term": "ML model",
944
+ "term_explanation": "The classification model used to perform land cover or land use mapping. Options include traditional machine learning algorithms (e.g., random forest, SVM), deep learning architectures (e.g., CNNs, U-Net), or hybrid and transformer-based models. The model choice reflects the learning strategy and computational design."
945
+ }
946
+ },
947
+ {
948
+ "subject": "Earth Science - Remote Sensing",
949
+ "paper_id": "4",
950
+ "paper_title": "Annual dynamics of global land cover and its long-term changes from 1982 to 2015",
951
+ "question_id": "Q10",
952
+ "question": "What performance metrics are reported?",
953
+ "choices": {
954
+ "A": "Overall Accuracy (OA)",
955
+ "B": "F1-score",
956
+ "C": "Kappa",
957
+ "D": "OA and Kappa",
958
+ "E": "All of above",
959
+ "F": "None of above"
960
+ },
961
+ "answer": "A",
962
+ "metadata": {
963
+ "Task-oriented Category": "Technical approach & details",
964
+ "question_key_term": "performance metrics",
965
+ "term_explanation": "The quantitative indicators used to evaluate model performance, such as overall accuracy (OA), F1-score, Kappa coefficient, and mean intersection-over-union (mIoU). The selection of metrics affects the interpretability and comparability of results."
966
+ }
967
+ },
968
+ {
969
+ "subject": "Earth Science - Remote Sensing",
970
+ "paper_id": "4",
971
+ "paper_title": "Annual dynamics of global land cover and its long-term changes from 1982 to 2015",
972
+ "question_id": "Q11",
973
+ "question": "Is any comparative analysis included?",
974
+ "choices": {
975
+ "A": "Compared with traditional classifiers (e.g., RF, SVM)",
976
+ "B": "Compared with deep models (e.g., U-Net variants)",
977
+ "C": "Compared with previous products",
978
+ "D": "No comparison reported",
979
+ "E": "All of above",
980
+ "F": "None of above"
981
+ },
982
+ "answer": "C",
983
+ "metadata": {
984
+ "Task-oriented Category": "Conclusions & results",
985
+ "question_key_term": "comparative analysis",
986
+ "term_explanation": "Whether the study conducts comparisons with baseline models, traditional classifiers, or variants of the proposed method (e.g., ablation study, benchmark comparison). This provides insight into model robustness and improvement over existing methods."
987
+ }
988
+ },
989
+ {
990
+ "subject": "Earth Science - Remote Sensing",
991
+ "paper_id": "4",
992
+ "paper_title": "Annual dynamics of global land cover and its long-term changes from 1982 to 2015",
993
+ "question_id": "Q12",
994
+ "question": "What is the reported overall accuracy (OA)?",
995
+ "choices": {
996
+ "A": "73.54%",
997
+ "B": "86.51%",
998
+ "C": "87.12%",
999
+ "D": "92.26%",
1000
+ "E": "All of above",
1001
+ "F": "None of above"
1002
+ },
1003
+ "answer": "B",
1004
+ "metadata": {
1005
+ "Task-oriented Category": "Conclusions & results",
1006
+ "question_key_term": "overall accuracy",
1007
+ "term_explanation": "The percentage of correctly classified samples over the total number of samples, as reported in the study. OA is a commonly used metric for remote sensing classification and provides a general measure of model performance."
1008
+ }
1009
+ },
1010
+ {
1011
+ "subject": "Earth Science - Remote Sensing",
1012
+ "paper_id": "5",
1013
+ "paper_title": "Annual maps of global artificial impervious area (GAIA) between 1985 and 2018",
1014
+ "question_id": "Q1",
1015
+ "question": "What is the number of land-cover / land-use classes classified in this study?",
1016
+ "choices": {
1017
+ "A": "1",
1018
+ "B": "3",
1019
+ "C": "34",
1020
+ "D": "155",
1021
+ "E": "All of above",
1022
+ "F": "None of above"
1023
+ },
1024
+ "answer": "A",
1025
+ "metadata": {
1026
+ "Task-oriented Category": "Study subject & experimental setup",
1027
+ "question_key_term": "land cover",
1028
+ "term_explanation": "The total number of land cover or land use categories defined for classification. This reflects the complexity of the classification task and determines how fine-grained the land surface representation is. Typical classes include urban, vegetation, water, bare land, etc."
1029
+ }
1030
+ },
1031
+ {
1032
+ "subject": "Earth Science - Remote Sensing",
1033
+ "paper_id": "5",
1034
+ "paper_title": "Annual maps of global artificial impervious area (GAIA) between 1985 and 2018",
1035
+ "question_id": "Q2",
1036
+ "question": "What is the spatial extent of the study area?",
1037
+ "choices": {
1038
+ "A": "108,962 km²",
1039
+ "B": "340,625 km²",
1040
+ "C": "218,859 km²",
1041
+ "D": "797,076 km²",
1042
+ "E": "All of above",
1043
+ "F": "None of above"
1044
+ },
1045
+ "answer": "D",
1046
+ "metadata": {
1047
+ "Task-oriented Category": "Study subject & experimental setup",
1048
+ "question_key_term": "geographic area",
1049
+ "term_explanation": "The geographic area covered by the study, typically measured in square kilometers. This affects the generalizability and computational complexity of the study and can range from local sites to national or global scales."
1050
+ }
1051
+ },
1052
+ {
1053
+ "subject": "Earth Science - Remote Sensing",
1054
+ "paper_id": "5",
1055
+ "paper_title": "Annual maps of global artificial impervious area (GAIA) between 1985 and 2018",
1056
+ "question_id": "Q3",
1057
+ "question": "What is the geographic type of the study area?",
1058
+ "choices": {
1059
+ "A": "Urban",
1060
+ "B": "Rural",
1061
+ "C": "Mixed",
1062
+ "D": "Natural (e.g., forest, wetland, desert)",
1063
+ "E": "All of above",
1064
+ "F": "None of above"
1065
+ },
1066
+ "answer": "A",
1067
+ "metadata": {
1068
+ "Task-oriented Category": "Study subject & experimental setup",
1069
+ "question_key_term": "geographic type",
1070
+ "term_explanation": "The geographic type or functional nature of the study region. Common categories include urban, rural, natural ecosystems (e.g., forest, wetland), or mixed types. The geographic context influences the spectral heterogeneity and classification difficulty."
1071
+ }
1072
+ },
1073
+ {
1074
+ "subject": "Earth Science - Remote Sensing",
1075
+ "paper_id": "5",
1076
+ "paper_title": "Annual maps of global artificial impervious area (GAIA) between 1985 and 2018",
1077
+ "question_id": "Q4",
1078
+ "question": "What is the temporal scope of the data used?",
1079
+ "choices": {
1080
+ "A": "Single-scene imagery",
1081
+ "B": "Short-term imagery ( ≤3 months)",
1082
+ "C": "Mid-term imagery ( >3 and ≤12 months)",
1083
+ "D": "Long-term imagery ( >1 year)",
1084
+ "E": "All of above",
1085
+ "F": "None of above"
1086
+ },
1087
+ "answer": "D",
1088
+ "metadata": {
1089
+ "Task-oriented Category": "Data characteristics & collection",
1090
+ "question_key_term": "time span",
1091
+ "term_explanation": "The total time span covered by the remote sensing imagery used in the study. This could be a single image, a short-term period (weeks to months), seasonal cycles, or long-term historical records (multi-year time series)."
1092
+ }
1093
+ },
1094
+ {
1095
+ "subject": "Earth Science - Remote Sensing",
1096
+ "paper_id": "5",
1097
+ "paper_title": "Annual maps of global artificial impervious area (GAIA) between 1985 and 2018",
1098
+ "question_id": "Q5",
1099
+ "question": "What type of remote sensing data is used?",
1100
+ "choices": {
1101
+ "A": "Optical",
1102
+ "B": "SAR",
1103
+ "C": "LiDAR",
1104
+ "D": "Multisource fusion",
1105
+ "E": "All of above",
1106
+ "F": "None of above"
1107
+ },
1108
+ "answer": "D",
1109
+ "metadata": {
1110
+ "Task-oriented Category": "Data characteristics & collection",
1111
+ "question_key_term": "data type",
1112
+ "term_explanation": "The primary data modality employed in the study. Categories include optical imagery, synthetic aperture radar (SAR), LiDAR, or combinations of multiple sources. The data type determines the spectral, spatial, and structural information available for classification."
1113
+ }
1114
+ },
1115
+ {
1116
+ "subject": "Earth Science - Remote Sensing",
1117
+ "paper_id": "5",
1118
+ "paper_title": "Annual maps of global artificial impervious area (GAIA) between 1985 and 2018",
1119
+ "question_id": "Q6",
1120
+ "question": "Which specific satellite data is used?",
1121
+ "choices": {
1122
+ "A": "Sentinel-1",
1123
+ "B": "Landsat series",
1124
+ "C": "VIIRS NTL",
1125
+ "D": "Landsat series, Sentinel-1 and VIIRS NTL",
1126
+ "E": "All of above",
1127
+ "F": "None of above"
1128
+ },
1129
+ "answer": "D",
1130
+ "metadata": {
1131
+ "Task-oriented Category": "Data characteristics & collection",
1132
+ "question_key_term": "satellite",
1133
+ "term_explanation": "The name(s) of satellite missions providing the source imagery, such as Sentinel-2, Landsat-8, Sentinel-1, MODIS, or commercial platforms like Planet or WorldView. This helps determine resolution, revisit frequency, and sensor characteristics."
1134
+ }
1135
+ },
1136
+ {
1137
+ "subject": "Earth Science - Remote Sensing",
1138
+ "paper_id": "5",
1139
+ "paper_title": "Annual maps of global artificial impervious area (GAIA) between 1985 and 2018",
1140
+ "question_id": "Q7",
1141
+ "question": "What is the spatial resolution of the primary imagery used?",
1142
+ "choices": {
1143
+ "A": "10 m",
1144
+ "B": "30 m",
1145
+ "C": "100 m",
1146
+ "D": "250 m",
1147
+ "E": "All of above",
1148
+ "F": "None of above"
1149
+ },
1150
+ "answer": "B",
1151
+ "metadata": {
1152
+ "Task-oriented Category": "Data characteristics & collection",
1153
+ "question_key_term": "spatial resolution",
1154
+ "term_explanation": "The ground sampling distance (in meters) of the input imagery, indicating the size of the smallest detectable object. High-resolution imagery (e.g., <5 m) allows fine-scale mapping, while moderate to coarse resolutions (e.g., 30 m or >100 m) are suited for regional to global scales."
1155
+ }
1156
+ },
1157
+ {
1158
+ "subject": "Earth Science - Remote Sensing",
1159
+ "paper_id": "5",
1160
+ "paper_title": "Annual maps of global artificial impervious area (GAIA) between 1985 and 2018",
1161
+ "question_id": "Q8",
1162
+ "question": "Are auxiliary features used beyond raw spectral bands?",
1163
+ "choices": {
1164
+ "A": "Vegetation indices (e.g., EVI)",
1165
+ "B": "Vegetation + energy fluxes (e.g., ET, GPP)",
1166
+ "C": "Water features (e.g., NDWI, MNDWI)",
1167
+ "D": "Vegetation indices and Water indices",
1168
+ "E": "All of above",
1169
+ "F": "None of above"
1170
+ },
1171
+ "answer": "C",
1172
+ "metadata": {
1173
+ "Task-oriented Category": "Data characteristics & collection",
1174
+ "question_key_term": "features",
1175
+ "term_explanation": "Whether the study utilizes additional derived features such as vegetation indices (NDVI, LAI, FAPAR), land surface temperature, albedo, emissivity, topographic information (e.g., DEM), or other external variables. These features can significantly enhance classification performance."
1176
+ }
1177
+ },
1178
+ {
1179
+ "subject": "Earth Science - Remote Sensing",
1180
+ "paper_id": "5",
1181
+ "paper_title": "Annual maps of global artificial impervious area (GAIA) between 1985 and 2018",
1182
+ "question_id": "Q9",
1183
+ "question": "What type of model is implemented in this study?",
1184
+ "choices": {
1185
+ "A": "Spatially Explicit",
1186
+ "B": "Temporal Consistency",
1187
+ "C": "Spatially Explicit and Temporal Consistency",
1188
+ "D": "Transformer",
1189
+ "E": "All of above",
1190
+ "F": "None of above"
1191
+ },
1192
+ "answer": "C",
1193
+ "metadata": {
1194
+ "Task-oriented Category": "Technical approach & details",
1195
+ "question_key_term": "ML model",
1196
+ "term_explanation": "The classification model used to perform land cover or land use mapping. Options include traditional machine learning algorithms (e.g., random forest, SVM), deep learning architectures (e.g., CNNs, U-Net), or hybrid and transformer-based models. The model choice reflects the learning strategy and computational design."
1197
+ }
1198
+ },
1199
+ {
1200
+ "subject": "Earth Science - Remote Sensing",
1201
+ "paper_id": "5",
1202
+ "paper_title": "Annual maps of global artificial impervious area (GAIA) between 1985 and 2018",
1203
+ "question_id": "Q10",
1204
+ "question": "What performance metrics are reported?",
1205
+ "choices": {
1206
+ "A": "Overall Accuracy (OA)",
1207
+ "B": "F1-score",
1208
+ "C": "Kappa",
1209
+ "D": "OA and Kappa",
1210
+ "E": "All of above",
1211
+ "F": "None of above"
1212
+ },
1213
+ "answer": "A",
1214
+ "metadata": {
1215
+ "Task-oriented Category": "Technical approach & details",
1216
+ "question_key_term": "performance metrics",
1217
+ "term_explanation": "The quantitative indicators used to evaluate model performance, such as overall accuracy (OA), F1-score, Kappa coefficient, and mean intersection-over-union (mIoU). The selection of metrics affects the interpretability and comparability of results."
1218
+ }
1219
+ },
1220
+ {
1221
+ "subject": "Earth Science - Remote Sensing",
1222
+ "paper_id": "5",
1223
+ "paper_title": "Annual maps of global artificial impervious area (GAIA) between 1985 and 2018",
1224
+ "question_id": "Q11",
1225
+ "question": "Is any comparative analysis included?",
1226
+ "choices": {
1227
+ "A": "Compared with traditional classifiers (e.g., RF, SVM)",
1228
+ "B": "Compared with deep models (e.g., U-Net variants)",
1229
+ "C": "Compared with previous products",
1230
+ "D": "No comparison reported",
1231
+ "E": "All of above",
1232
+ "F": "None of above"
1233
+ },
1234
+ "answer": "C",
1235
+ "metadata": {
1236
+ "Task-oriented Category": "Conclusions & results",
1237
+ "question_key_term": "comparative analysis",
1238
+ "term_explanation": "Whether the study conducts comparisons with baseline models, traditional classifiers, or variants of the proposed method (e.g., ablation study, benchmark comparison). This provides insight into model robustness and improvement over existing methods."
1239
+ }
1240
+ },
1241
+ {
1242
+ "subject": "Earth Science - Remote Sensing",
1243
+ "paper_id": "5",
1244
+ "paper_title": "Annual maps of global artificial impervious area (GAIA) between 1985 and 2018",
1245
+ "question_id": "Q12",
1246
+ "question": "What is the reported overall accuracy (OA)?",
1247
+ "choices": {
1248
+ "A": "15%",
1249
+ "B": "43%",
1250
+ "C": "70%",
1251
+ "D": "89%",
1252
+ "E": "All of above",
1253
+ "F": "None of above"
1254
+ },
1255
+ "answer": "D",
1256
+ "metadata": {
1257
+ "Task-oriented Category": "Conclusions & results",
1258
+ "question_key_term": "overall accuracy",
1259
+ "term_explanation": "The percentage of correctly classified samples over the total number of samples, as reported in the study. OA is a commonly used metric for remote sensing classification and provides a general measure of model performance."
1260
+ }
1261
+ }
1262
+ ]
data/engineering_human_factor.json ADDED
@@ -0,0 +1,1367 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "subject": "Engineering - Human Factor",
4
+ "paper_id": "1",
5
+ "paper_title": "A data analytic end-to-end framework for the automated quantification of ergonomic risk factors across multiple tasks using a single wearable sensor",
6
+ "question_id": "Q1",
7
+ "question": "What are the subjects’ occupational roles?",
8
+ "choices": {
9
+ "A": "Drivers",
10
+ "B": "Warehouse worker",
11
+ "C": "Electrical line workers",
12
+ "D": "Atheletes",
13
+ "E": "All of above",
14
+ "F": "None of above"
15
+ },
16
+ "answer": "C",
17
+ "metadata": {
18
+ "Task-oriented Category": "Study subject & experimental setup",
19
+ "question_key_term": "Occupation",
20
+ "term_explanation": "What kind of work or main activity do the people in the study do—for example, do they have regular jobs, play sports, drive vehicles, or something else?"
21
+ }
22
+ },
23
+ {
24
+ "subject": "Engineering - Human Factor",
25
+ "paper_id": "1",
26
+ "paper_title": "A data analytic end-to-end framework for the automated quantification of ergonomic risk factors across multiple tasks using a single wearable sensor",
27
+ "question_id": "Q2",
28
+ "question": "What specific task or activity are the subjects performing?",
29
+ "choices": {
30
+ "A": "Hoisting",
31
+ "B": "Lifting",
32
+ "C": "Standing",
33
+ "D": "Electrical panel work",
34
+ "E": "All of above",
35
+ "F": "None of above"
36
+ },
37
+ "answer": "E",
38
+ "metadata": {
39
+ "Task-oriented Category": "Study subject & experimental setup",
40
+ "question_key_term": "Primary Task",
41
+ "term_explanation": "What are the people in the study doing—for example, are they lifting something, walking, running, putting things together, or carrying out another kind of activity?"
42
+ }
43
+ },
44
+ {
45
+ "subject": "Engineering - Human Factor",
46
+ "paper_id": "1",
47
+ "paper_title": "A data analytic end-to-end framework for the automated quantification of ergonomic risk factors across multiple tasks using a single wearable sensor",
48
+ "question_id": "Q4",
49
+ "question": "What is the study context or environment in which participants perform the tasks? If the data are referenced from prior work, please indicate the source.",
50
+ "choices": {
51
+ "A": "Lab",
52
+ "B": "Field",
53
+ "C": "Computer simulated",
54
+ "D": "Mixed",
55
+ "E": "All of above",
56
+ "F": "None of above"
57
+ },
58
+ "answer": "A",
59
+ "metadata": {
60
+ "Task-oriented Category": "Study subject & experimental setup",
61
+ "question_key_term": "Study Environment",
62
+ "term_explanation": "Where are the people in the study doing the task—for example, is it in a lab, out in the real world, or in a mix of both places? If the data is from the reference or open data, please point this out."
63
+ }
64
+ },
65
+ {
66
+ "subject": "Engineering - Human Factor",
67
+ "paper_id": "1",
68
+ "paper_title": "A data analytic end-to-end framework for the automated quantification of ergonomic risk factors across multiple tasks using a single wearable sensor",
69
+ "question_id": "Q5",
70
+ "question": "What are the primary sensing modalities or measurement instruments employed in the study to capture human performance and physiological responses?",
71
+ "choices": {
72
+ "A": "Empatica E4 wristband",
73
+ "B": "EMG",
74
+ "C": "ECG",
75
+ "D": "EEG",
76
+ "E": "All of above",
77
+ "F": "None of above"
78
+ },
79
+ "answer": "A",
80
+ "metadata": {
81
+ "Task-oriented Category": "Data characteristics & collection",
82
+ "question_key_term": "Sensor type",
83
+ "term_explanation": "What are the primary sensing modalities or measurement instruments employed in the study (e.g.,IMU, EMG, EEG) to capture human performance and physiological responses?"
84
+ }
85
+ },
86
+ {
87
+ "subject": "Engineering - Human Factor",
88
+ "paper_id": "1",
89
+ "paper_title": "A data analytic end-to-end framework for the automated quantification of ergonomic risk factors across multiple tasks using a single wearable sensor",
90
+ "question_id": "Q6",
91
+ "question": "What is the anatomical or body placement of the sensors used in the study?",
92
+ "choices": {
93
+ "A": "Wrist",
94
+ "B": "Waist",
95
+ "C": "Chest",
96
+ "D": "Ankle",
97
+ "E": "All of above",
98
+ "F": "None of above"
99
+ },
100
+ "answer": "A",
101
+ "metadata": {
102
+ "Task-oriented Category": "Data characteristics & collection",
103
+ "question_key_term": "Sensor placement",
104
+ "term_explanation": "Where on the body are the sensors placed—for example, on the wrist, chest, waist, thigh, ankle, or foot?"
105
+ }
106
+ },
107
+ {
108
+ "subject": "Engineering - Human Factor",
109
+ "paper_id": "1",
110
+ "paper_title": "A data analytic end-to-end framework for the automated quantification of ergonomic risk factors across multiple tasks using a single wearable sensor",
111
+ "question_id": "Q7",
112
+ "question": "What is the sampling rate (Hz)?",
113
+ "choices": {
114
+ "A": "0-20 Hz",
115
+ "B": "20-40 Hz",
116
+ "C": "40-60 Hz",
117
+ "D": "Above 60 Hz",
118
+ "E": "All of above",
119
+ "F": "None of above"
120
+ },
121
+ "answer": "B",
122
+ "metadata": {
123
+ "Task-oriented Category": "Data characteristics & collection",
124
+ "question_key_term": "Sampling rate",
125
+ "term_explanation": "How often are the measurements or data points being collected during the study—for example, are they being taken many times per second, or less frequently?"
126
+ }
127
+ },
128
+ {
129
+ "subject": "Engineering - Human Factor",
130
+ "paper_id": "1",
131
+ "paper_title": "A data analytic end-to-end framework for the automated quantification of ergonomic risk factors across multiple tasks using a single wearable sensor",
132
+ "question_id": "Q8",
133
+ "question": "What is the total number of participants involved in the study?",
134
+ "choices": {
135
+ "A": "0-10",
136
+ "B": "10-20",
137
+ "C": "20-30",
138
+ "D": "> 30",
139
+ "E": "All of above",
140
+ "F": "None of above"
141
+ },
142
+ "answer": "D",
143
+ "metadata": {
144
+ "Task-oriented Category": "Data characteristics & collection",
145
+ "question_key_term": "Sample Size",
146
+ "term_explanation": "How many people took part in the study?"
147
+ }
148
+ },
149
+ {
150
+ "subject": "Engineering - Human Factor",
151
+ "paper_id": "1",
152
+ "paper_title": "A data analytic end-to-end framework for the automated quantification of ergonomic risk factors across multiple tasks using a single wearable sensor",
153
+ "question_id": "Q9",
154
+ "question": "How are the participants’ physical, cognitive, or perceptual states assessed or reflected in the study?",
155
+ "choices": {
156
+ "A": "Borg RPE 6-20",
157
+ "B": "Borg RPE CR 10",
158
+ "C": "PVT, RULA",
159
+ "D": "Strength",
160
+ "E": "All of above",
161
+ "F": "None of above"
162
+ },
163
+ "answer": "F",
164
+ "metadata": {
165
+ "Task-oriented Category": "Technical approach & details",
166
+ "question_key_term": "Label",
167
+ "term_explanation": "How do the researchers check how the participants are feeling or performing during the study—for example, by asking them how hard the task feels, measuring their heart rate, tracking mental effort, or using other ways to see how their body and mind respond?"
168
+ }
169
+ },
170
+ {
171
+ "subject": "Engineering - Human Factor",
172
+ "paper_id": "1",
173
+ "paper_title": "A data analytic end-to-end framework for the automated quantification of ergonomic risk factors across multiple tasks using a single wearable sensor",
174
+ "question_id": "Q10",
175
+ "question": "What is the primary modeling objective in this study?",
176
+ "choices": {
177
+ "A": "Regression",
178
+ "B": "Clustering",
179
+ "C": "Dimension reduction",
180
+ "D": "Classification",
181
+ "E": "All of above",
182
+ "F": "None of above"
183
+ },
184
+ "answer": "D",
185
+ "metadata": {
186
+ "Task-oriented Category": "Technical approach & details",
187
+ "question_key_term": "Machine Learning task",
188
+ "term_explanation": "What is the goal of the model in the study? For example, is it trying to sort things into groups, make predictions about numbers, or find patterns in the data?"
189
+ }
190
+ },
191
+ {
192
+ "subject": "Engineering - Human Factor",
193
+ "paper_id": "1",
194
+ "paper_title": "A data analytic end-to-end framework for the automated quantification of ergonomic risk factors across multiple tasks using a single wearable sensor",
195
+ "question_id": "Q11",
196
+ "question": "What is the data partitioning strategy used during model training, and what are the parameters?",
197
+ "choices": {
198
+ "A": "T-T split; 0.8, 0.2",
199
+ "B": "T-D-T split; 0.525, 0.175, 0.3",
200
+ "C": "K-fold; 7 fold",
201
+ "D": "K-fold; 10 fold",
202
+ "E": "All of above",
203
+ "F": "None of above"
204
+ },
205
+ "answer": "A",
206
+ "metadata": {
207
+ "Task-oriented Category": "Technical approach & details",
208
+ "question_key_term": "Splitting strategy (tdt split or k-fold)",
209
+ "term_explanation": "How do the researchers split the data for the model to learn—which part is used to teach the model, which part is used to check if it learned correctly, and whether any is kept aside to fine-tune the model?"
210
+ }
211
+ },
212
+ {
213
+ "subject": "Engineering - Human Factor",
214
+ "paper_id": "1",
215
+ "paper_title": "A data analytic end-to-end framework for the automated quantification of ergonomic risk factors across multiple tasks using a single wearable sensor",
216
+ "question_id": "Q12",
217
+ "question": "What is the number of epochs used during model training (i.e., how many complete passes through the entire training dataset)?",
218
+ "choices": {
219
+ "A": "5",
220
+ "B": "256",
221
+ "C": "1000",
222
+ "D": "35",
223
+ "E": "All of above",
224
+ "F": "None of above"
225
+ },
226
+ "answer": "F",
227
+ "metadata": {
228
+ "Task-oriented Category": "Technical approach & details",
229
+ "question_key_term": "Number of Epochs",
230
+ "term_explanation": "How many times does the model go through all the data while learning from it?"
231
+ }
232
+ },
233
+ {
234
+ "subject": "Engineering - Human Factor",
235
+ "paper_id": "1",
236
+ "paper_title": "A data analytic end-to-end framework for the automated quantification of ergonomic risk factors across multiple tasks using a single wearable sensor",
237
+ "question_id": "Q13",
238
+ "question": "Which performance metrics are used to assess the effectiveness of the machine learning models?",
239
+ "choices": {
240
+ "A": "Accuracy",
241
+ "B": "Precision",
242
+ "C": "Recall",
243
+ "D": "F1 score",
244
+ "E": "All of above",
245
+ "F": "None of above"
246
+ },
247
+ "answer": "E",
248
+ "metadata": {
249
+ "Task-oriented Category": "Conclusions & results",
250
+ "question_key_term": "Performance metrics",
251
+ "term_explanation": "What measures or scores do the researchers use to see how well the model is working—for example, how often it gets things right, how accurate its predictions are, or how well it can tell different cases apart?"
252
+ }
253
+ },
254
+ {
255
+ "subject": "Engineering - Human Factor",
256
+ "paper_id": "1",
257
+ "paper_title": "A data analytic end-to-end framework for the automated quantification of ergonomic risk factors across multiple tasks using a single wearable sensor",
258
+ "question_id": "Q14",
259
+ "question": "What are the reported values for the performance metrics used to evaluate the machine learning models?",
260
+ "choices": {
261
+ "A": "Accuracy 99.7 %",
262
+ "B": ">60 % min accuracy",
263
+ "C": "p < 0.003 for any classical method compared to our method",
264
+ "D": "89.5±2.5 % F1-score",
265
+ "E": "All of above",
266
+ "F": "None of above"
267
+ },
268
+ "answer": "B",
269
+ "metadata": {
270
+ "Task-oriented Category": "Conclusions & results",
271
+ "question_key_term": "Performance values",
272
+ "term_explanation": "What were the final results or scores that show how well the computer model performed?"
273
+ }
274
+ },
275
+ {
276
+ "subject": "Engineering - Human Factor",
277
+ "paper_id": "2",
278
+ "paper_title": "Assessing human situation awareness reliability considering fatigue and mood using EEG data: A Bayesian neural network-Bayesian network approach",
279
+ "question_id": "Q1",
280
+ "question": "What are the subjects’ occupational roles?",
281
+ "choices": {
282
+ "A": "Drivers",
283
+ "B": "Warehouse worker",
284
+ "C": "Electric linemen",
285
+ "D": "Civil aviator",
286
+ "E": "All of above",
287
+ "F": "None of above"
288
+ },
289
+ "answer": "F",
290
+ "metadata": {
291
+ "Task-oriented Category": "Study subject & experimental setup",
292
+ "question_key_term": "Occupation",
293
+ "term_explanation": "What kind of work or main activity do the people in the study do—for example, do they have regular jobs, play sports, drive vehicles, or something else?"
294
+ }
295
+ },
296
+ {
297
+ "subject": "Engineering - Human Factor",
298
+ "paper_id": "2",
299
+ "paper_title": "Assessing human situation awareness reliability considering fatigue and mood using EEG data: A Bayesian neural network-Bayesian network approach",
300
+ "question_id": "Q2",
301
+ "question": "What specific task or activity are the subjects performing?",
302
+ "choices": {
303
+ "A": "Communication",
304
+ "B": "Tracking",
305
+ "C": "System monitoring",
306
+ "D": "Resource management",
307
+ "E": "All of above",
308
+ "F": "None of above"
309
+ },
310
+ "answer": "E",
311
+ "metadata": {
312
+ "Task-oriented Category": "Study subject & experimental setup",
313
+ "question_key_term": "Primary Task",
314
+ "term_explanation": "What are the people in the study doing—for example, are they lifting something, walking, running, putting things together, or carrying out another kind of activity?"
315
+ }
316
+ },
317
+ {
318
+ "subject": "Engineering - Human Factor",
319
+ "paper_id": "2",
320
+ "paper_title": "Assessing human situation awareness reliability considering fatigue and mood using EEG data: A Bayesian neural network-Bayesian network approach",
321
+ "question_id": "Q4",
322
+ "question": "What is the study context or environment in which participants perform the tasks? If the data are referenced from prior work, please indicate the source.",
323
+ "choices": {
324
+ "A": "Lab",
325
+ "B": "Field",
326
+ "C": "Computer simulated",
327
+ "D": "Mixed",
328
+ "E": "All of above",
329
+ "F": "None of above"
330
+ },
331
+ "answer": "A",
332
+ "metadata": {
333
+ "Task-oriented Category": "Study subject & experimental setup",
334
+ "question_key_term": "Study Environment",
335
+ "term_explanation": "Where are the people in the study doing the task—for example, is it in a lab, out in the real world, or in a mix of both places? If the data is from the reference or open data, please point this out."
336
+ }
337
+ },
338
+ {
339
+ "subject": "Engineering - Human Factor",
340
+ "paper_id": "2",
341
+ "paper_title": "Assessing human situation awareness reliability considering fatigue and mood using EEG data: A Bayesian neural network-Bayesian network approach",
342
+ "question_id": "Q5",
343
+ "question": "What are the primary sensing modalities or measurement instruments employed in the study to capture human performance and physiological responses?",
344
+ "choices": {
345
+ "A": "IMU",
346
+ "B": "EMG",
347
+ "C": "ECG",
348
+ "D": "EEG",
349
+ "E": "All of above",
350
+ "F": "None of above"
351
+ },
352
+ "answer": "D",
353
+ "metadata": {
354
+ "Task-oriented Category": "Data characteristics & collection",
355
+ "question_key_term": "Sensor type",
356
+ "term_explanation": "What are the primary sensing modalities or measurement instruments employed in the study (e.g.,IMU, EMG, EEG) to capture human performance and physiological responses?"
357
+ }
358
+ },
359
+ {
360
+ "subject": "Engineering - Human Factor",
361
+ "paper_id": "2",
362
+ "paper_title": "Assessing human situation awareness reliability considering fatigue and mood using EEG data: A Bayesian neural network-Bayesian network approach",
363
+ "question_id": "Q6",
364
+ "question": "What is the anatomical or body placement of the sensors used in the study?",
365
+ "choices": {
366
+ "A": "Wrist",
367
+ "B": "Waist",
368
+ "C": "Head",
369
+ "D": "Ankle",
370
+ "E": "All of above",
371
+ "F": "None of above"
372
+ },
373
+ "answer": "C",
374
+ "metadata": {
375
+ "Task-oriented Category": "Data characteristics & collection",
376
+ "question_key_term": "Sensor placement",
377
+ "term_explanation": "Where on the body are the sensors placed—for example, on the wrist, chest, waist, thigh, ankle, or foot?"
378
+ }
379
+ },
380
+ {
381
+ "subject": "Engineering - Human Factor",
382
+ "paper_id": "2",
383
+ "paper_title": "Assessing human situation awareness reliability considering fatigue and mood using EEG data: A Bayesian neural network-Bayesian network approach",
384
+ "question_id": "Q7",
385
+ "question": "What is the sampling rate (Hz)?",
386
+ "choices": {
387
+ "A": "0-20 Hz",
388
+ "B": "20-40 Hz",
389
+ "C": "40-60 Hz",
390
+ "D": "Above 60 Hz",
391
+ "E": "All of above",
392
+ "F": "None of above"
393
+ },
394
+ "answer": "D",
395
+ "metadata": {
396
+ "Task-oriented Category": "Data characteristics & collection",
397
+ "question_key_term": "Sampling rate",
398
+ "term_explanation": "How often are the measurements or data points being collected during the study—for example, are they being taken many times per second, or less frequently?"
399
+ }
400
+ },
401
+ {
402
+ "subject": "Engineering - Human Factor",
403
+ "paper_id": "2",
404
+ "paper_title": "Assessing human situation awareness reliability considering fatigue and mood using EEG data: A Bayesian neural network-Bayesian network approach",
405
+ "question_id": "Q8",
406
+ "question": "What is the total number of participants involved in the study?",
407
+ "choices": {
408
+ "A": "0-10",
409
+ "B": "10-20",
410
+ "C": "20-30",
411
+ "D": "> 30",
412
+ "E": "All of above",
413
+ "F": "None of above"
414
+ },
415
+ "answer": "B",
416
+ "metadata": {
417
+ "Task-oriented Category": "Data characteristics & collection",
418
+ "question_key_term": "Sample Size",
419
+ "term_explanation": "How many people took part in the study?"
420
+ }
421
+ },
422
+ {
423
+ "subject": "Engineering - Human Factor",
424
+ "paper_id": "2",
425
+ "paper_title": "Assessing human situation awareness reliability considering fatigue and mood using EEG data: A Bayesian neural network-Bayesian network approach",
426
+ "question_id": "Q9",
427
+ "question": "How are the participants’ physical, cognitive, or perceptual states assessed or reflected in the study?",
428
+ "choices": {
429
+ "A": "Borg RPE 6-20",
430
+ "B": "Borg RPE CR 10",
431
+ "C": "PVT, RULA",
432
+ "D": "Stanford Sleepiness Scale",
433
+ "E": "All of above",
434
+ "F": "None of above"
435
+ },
436
+ "answer": "D",
437
+ "metadata": {
438
+ "Task-oriented Category": "Technical approach & details",
439
+ "question_key_term": "Label",
440
+ "term_explanation": "How do the researchers check how the participants are feeling or performing during the study—for example, by asking them how hard the task feels, measuring their heart rate, tracking mental effort, or using other ways to see how their body and mind respond?"
441
+ }
442
+ },
443
+ {
444
+ "subject": "Engineering - Human Factor",
445
+ "paper_id": "2",
446
+ "paper_title": "Assessing human situation awareness reliability considering fatigue and mood using EEG data: A Bayesian neural network-Bayesian network approach",
447
+ "question_id": "Q10",
448
+ "question": "What is the primary modeling objective in this study?",
449
+ "choices": {
450
+ "A": "Regression",
451
+ "B": "Clustering",
452
+ "C": "Dimension reduction",
453
+ "D": "Classification",
454
+ "E": "All of above",
455
+ "F": "None of above"
456
+ },
457
+ "answer": "D",
458
+ "metadata": {
459
+ "Task-oriented Category": "Technical approach & details",
460
+ "question_key_term": "Machine Learning task",
461
+ "term_explanation": "What is the goal of the model in the study? For example, is it trying to sort things into groups, make predictions about numbers, or find patterns in the data?"
462
+ }
463
+ },
464
+ {
465
+ "subject": "Engineering - Human Factor",
466
+ "paper_id": "2",
467
+ "paper_title": "Assessing human situation awareness reliability considering fatigue and mood using EEG data: A Bayesian neural network-Bayesian network approach",
468
+ "question_id": "Q11",
469
+ "question": "What is the data partitioning strategy used during model training, and what are the parameters?",
470
+ "choices": {
471
+ "A": "T-T split; 0.8, 0.2",
472
+ "B": "T-D-T split; 0.8, 0.1, 0.1",
473
+ "C": "K-fold; 7 fold",
474
+ "D": "K-fold; 10 fold",
475
+ "E": "All of above",
476
+ "F": "None of above"
477
+ },
478
+ "answer": "A",
479
+ "metadata": {
480
+ "Task-oriented Category": "Technical approach & details",
481
+ "question_key_term": "Splitting strategy (tdt split or k-fold)",
482
+ "term_explanation": "How do the researchers split the data for the model to learn—which part is used to teach the model, which part is used to check if it learned correctly, and whether any is kept aside to fine-tune the model?"
483
+ }
484
+ },
485
+ {
486
+ "subject": "Engineering - Human Factor",
487
+ "paper_id": "2",
488
+ "paper_title": "Assessing human situation awareness reliability considering fatigue and mood using EEG data: A Bayesian neural network-Bayesian network approach",
489
+ "question_id": "Q12",
490
+ "question": "What is the number of epochs used during model training (i.e., how many complete passes through the entire training dataset)?",
491
+ "choices": {
492
+ "A": "50",
493
+ "B": "300",
494
+ "C": "1000",
495
+ "D": "3500",
496
+ "E": "All of above",
497
+ "F": "None of above"
498
+ },
499
+ "answer": "C",
500
+ "metadata": {
501
+ "Task-oriented Category": "Technical approach & details",
502
+ "question_key_term": "Number of Epochs",
503
+ "term_explanation": "How many times does the model go through all the data while learning from it?"
504
+ }
505
+ },
506
+ {
507
+ "subject": "Engineering - Human Factor",
508
+ "paper_id": "2",
509
+ "paper_title": "Assessing human situation awareness reliability considering fatigue and mood using EEG data: A Bayesian neural network-Bayesian network approach",
510
+ "question_id": "Q13",
511
+ "question": "Which performance metrics are used to assess the effectiveness of the machine learning models?",
512
+ "choices": {
513
+ "A": "Accuracy",
514
+ "B": "Precision",
515
+ "C": "Recall",
516
+ "D": "F1 score",
517
+ "E": "All of above",
518
+ "F": "None of above"
519
+ },
520
+ "answer": "E",
521
+ "metadata": {
522
+ "Task-oriented Category": "Conclusions & results",
523
+ "question_key_term": "Performance metrics",
524
+ "term_explanation": "What measures or scores do the researchers use to see how well the model is working—for example, how often it gets things right, how accurate its predictions are, or how well it can tell different cases apart?"
525
+ }
526
+ },
527
+ {
528
+ "subject": "Engineering - Human Factor",
529
+ "paper_id": "2",
530
+ "paper_title": "Assessing human situation awareness reliability considering fatigue and mood using EEG data: A Bayesian neural network-Bayesian network approach",
531
+ "question_id": "Q14",
532
+ "question": "What are the reported values for the performance metrics used to evaluate the machine learning models?",
533
+ "choices": {
534
+ "A": "Detection accuracy of 99.7 %",
535
+ "B": "98 % accuracy, >97 % precision, >97 % recall and >98 % F1 score",
536
+ "C": "p < 0.003",
537
+ "D": "A strong correlation",
538
+ "E": "All of above",
539
+ "F": "None of above"
540
+ },
541
+ "answer": "B",
542
+ "metadata": {
543
+ "Task-oriented Category": "Conclusions & results",
544
+ "question_key_term": "Performance values",
545
+ "term_explanation": "What were the final results or scores that show how well the computer model performed?"
546
+ }
547
+ },
548
+ {
549
+ "subject": "Engineering - Human Factor",
550
+ "paper_id": "3",
551
+ "paper_title": "Automatic driver cognitive fatigue detection based on upper body posture variations",
552
+ "question_id": "Q1",
553
+ "question": "What are the subjects’ occupational roles?",
554
+ "choices": {
555
+ "A": "Drivers",
556
+ "B": "Warehouse worker",
557
+ "C": "Electric linemen",
558
+ "D": "Atheletes",
559
+ "E": "All of above",
560
+ "F": "None of above"
561
+ },
562
+ "answer": "A",
563
+ "metadata": {
564
+ "Task-oriented Category": "Study subject & experimental setup",
565
+ "question_key_term": "Occupation",
566
+ "term_explanation": "What kind of work or main activity do the people in the study do—for example, do they have regular jobs, play sports, drive vehicles, or something else?"
567
+ }
568
+ },
569
+ {
570
+ "subject": "Engineering - Human Factor",
571
+ "paper_id": "3",
572
+ "paper_title": "Automatic driver cognitive fatigue detection based on upper body posture variations",
573
+ "question_id": "Q2",
574
+ "question": "What specific task or activity are the subjects performing?",
575
+ "choices": {
576
+ "A": "Driving",
577
+ "B": "Lifting",
578
+ "C": "Standing",
579
+ "D": "Panel work",
580
+ "E": "All of above",
581
+ "F": "None of above"
582
+ },
583
+ "answer": "A",
584
+ "metadata": {
585
+ "Task-oriented Category": "Study subject & experimental setup",
586
+ "question_key_term": "Primary Task",
587
+ "term_explanation": "What are the people in the study doing—for example, are they lifting something, walking, running, putting things together, or carrying out another kind of activity?"
588
+ }
589
+ },
590
+ {
591
+ "subject": "Engineering - Human Factor",
592
+ "paper_id": "3",
593
+ "paper_title": "Automatic driver cognitive fatigue detection based on upper body posture variations",
594
+ "question_id": "Q4",
595
+ "question": "What is the study context or environment in which participants perform the tasks? If the data are referenced from prior work, please indicate the source.",
596
+ "choices": {
597
+ "A": "Lab",
598
+ "B": "Field",
599
+ "C": "Computer simulated",
600
+ "D": "Mixed",
601
+ "E": "All of above",
602
+ "F": "None of above"
603
+ },
604
+ "answer": "A",
605
+ "metadata": {
606
+ "Task-oriented Category": "Study subject & experimental setup",
607
+ "question_key_term": "Study Environment",
608
+ "term_explanation": "Where are the people in the study doing the task—for example, is it in a lab, out in the real world, or in a mix of both places? If the data is from the reference or open data, please point this out."
609
+ }
610
+ },
611
+ {
612
+ "subject": "Engineering - Human Factor",
613
+ "paper_id": "3",
614
+ "paper_title": "Automatic driver cognitive fatigue detection based on upper body posture variations",
615
+ "question_id": "Q5",
616
+ "question": "What are the primary sensing modalities or measurement instruments employed in the study to capture human performance and physiological responses?",
617
+ "choices": {
618
+ "A": "IMU",
619
+ "B": "EEG",
620
+ "C": "ECG",
621
+ "D": "IMU and EEG",
622
+ "E": "All of above",
623
+ "F": "None of above"
624
+ },
625
+ "answer": "D",
626
+ "metadata": {
627
+ "Task-oriented Category": "Data characteristics & collection",
628
+ "question_key_term": "Sensor type",
629
+ "term_explanation": "What are the primary sensing modalities or measurement instruments employed in the study (e.g.,IMU, EMG, EEG) to capture human performance and physiological responses?"
630
+ }
631
+ },
632
+ {
633
+ "subject": "Engineering - Human Factor",
634
+ "paper_id": "3",
635
+ "paper_title": "Automatic driver cognitive fatigue detection based on upper body posture variations",
636
+ "question_id": "Q6",
637
+ "question": "What is the anatomical or body placement of the sensors used in the study?",
638
+ "choices": {
639
+ "A": "Head",
640
+ "B": "Neck",
641
+ "C": "Sternum",
642
+ "D": "Head, neck and sternum",
643
+ "E": "All of above",
644
+ "F": "None of above"
645
+ },
646
+ "answer": "D",
647
+ "metadata": {
648
+ "Task-oriented Category": "Data characteristics & collection",
649
+ "question_key_term": "Sensor placement",
650
+ "term_explanation": "Where on the body are the sensors placed—for example, on the wrist, chest, waist, thigh, ankle, or foot?"
651
+ }
652
+ },
653
+ {
654
+ "subject": "Engineering - Human Factor",
655
+ "paper_id": "3",
656
+ "paper_title": "Automatic driver cognitive fatigue detection based on upper body posture variations",
657
+ "question_id": "Q7",
658
+ "question": "What is the sampling rate (Hz)?",
659
+ "choices": {
660
+ "A": "0-20 Hz",
661
+ "B": "20-40 Hz",
662
+ "C": "40-60 Hz",
663
+ "D": "Above 60 Hz",
664
+ "E": "All of above",
665
+ "F": "None of above"
666
+ },
667
+ "answer": "C",
668
+ "metadata": {
669
+ "Task-oriented Category": "Data characteristics & collection",
670
+ "question_key_term": "Sampling rate",
671
+ "term_explanation": "How often are the measurements or data points being collected during the study—for example, are they being taken many times per second, or less frequently?"
672
+ }
673
+ },
674
+ {
675
+ "subject": "Engineering - Human Factor",
676
+ "paper_id": "3",
677
+ "paper_title": "Automatic driver cognitive fatigue detection based on upper body posture variations",
678
+ "question_id": "Q8",
679
+ "question": "What is the total number of participants involved in the study?",
680
+ "choices": {
681
+ "A": "0-10",
682
+ "B": "10-20",
683
+ "C": "20-30",
684
+ "D": "> 30",
685
+ "E": "All of above",
686
+ "F": "None of above"
687
+ },
688
+ "answer": "C",
689
+ "metadata": {
690
+ "Task-oriented Category": "Data characteristics & collection",
691
+ "question_key_term": "Sample Size",
692
+ "term_explanation": "How many people took part in the study?"
693
+ }
694
+ },
695
+ {
696
+ "subject": "Engineering - Human Factor",
697
+ "paper_id": "3",
698
+ "paper_title": "Automatic driver cognitive fatigue detection based on upper body posture variations",
699
+ "question_id": "Q9",
700
+ "question": "How are the participants’ physical, cognitive, or perceptual states assessed or reflected in the study?",
701
+ "choices": {
702
+ "A": "Borg RPE 6-20",
703
+ "B": "Borg RPE CR 10",
704
+ "C": "PVT, RULA",
705
+ "D": "Strength",
706
+ "E": "All of above",
707
+ "F": "None of above"
708
+ },
709
+ "answer": "F",
710
+ "metadata": {
711
+ "Task-oriented Category": "Technical approach & details",
712
+ "question_key_term": "Label",
713
+ "term_explanation": "How do the researchers check how the participants are feeling or performing during the study—for example, by asking them how hard the task feels, measuring their heart rate, tracking mental effort, or using other ways to see how their body and mind respond?"
714
+ }
715
+ },
716
+ {
717
+ "subject": "Engineering - Human Factor",
718
+ "paper_id": "3",
719
+ "paper_title": "Automatic driver cognitive fatigue detection based on upper body posture variations",
720
+ "question_id": "Q10",
721
+ "question": "What is the primary modeling objective in this study?",
722
+ "choices": {
723
+ "A": "Regression",
724
+ "B": "Clustering",
725
+ "C": "Clustering and classification",
726
+ "D": "Classification",
727
+ "E": "All of above",
728
+ "F": "None of above"
729
+ },
730
+ "answer": "C",
731
+ "metadata": {
732
+ "Task-oriented Category": "Technical approach & details",
733
+ "question_key_term": "Machine Learning task",
734
+ "term_explanation": "What is the goal of the model in the study? For example, is it trying to sort things into groups, make predictions about numbers, or find patterns in the data?"
735
+ }
736
+ },
737
+ {
738
+ "subject": "Engineering - Human Factor",
739
+ "paper_id": "3",
740
+ "paper_title": "Automatic driver cognitive fatigue detection based on upper body posture variations",
741
+ "question_id": "Q11",
742
+ "question": "What is the data partitioning strategy used during model training, and what are the parameters?",
743
+ "choices": {
744
+ "A": "T-T split; 20, 2",
745
+ "B": "T-D-T split; 0.8, 0.1, 0.1",
746
+ "C": "K-fold; 5 fold",
747
+ "D": "K-fold; 10 fold",
748
+ "E": "All of above",
749
+ "F": "None of above"
750
+ },
751
+ "answer": "A",
752
+ "metadata": {
753
+ "Task-oriented Category": "Technical approach & details",
754
+ "question_key_term": "Splitting strategy (tdt split or k-fold)",
755
+ "term_explanation": "How do the researchers split the data for the model to learn—which part is used to teach the model, which part is used to check if it learned correctly, and whether any is kept aside to fine-tune the model?"
756
+ }
757
+ },
758
+ {
759
+ "subject": "Engineering - Human Factor",
760
+ "paper_id": "3",
761
+ "paper_title": "Automatic driver cognitive fatigue detection based on upper body posture variations",
762
+ "question_id": "Q12",
763
+ "question": "What is the number of epochs used during model training (i.e., how many complete passes through the entire training dataset)?",
764
+ "choices": {
765
+ "A": "50",
766
+ "B": "300",
767
+ "C": "1000",
768
+ "D": "3500",
769
+ "E": "All of above",
770
+ "F": "None of above"
771
+ },
772
+ "answer": "F",
773
+ "metadata": {
774
+ "Task-oriented Category": "Technical approach & details",
775
+ "question_key_term": "Number of Epochs",
776
+ "term_explanation": "How many times does the model go through all the data while learning from it?"
777
+ }
778
+ },
779
+ {
780
+ "subject": "Engineering - Human Factor",
781
+ "paper_id": "3",
782
+ "paper_title": "Automatic driver cognitive fatigue detection based on upper body posture variations",
783
+ "question_id": "Q13",
784
+ "question": "Which performance metrics are used to assess the effectiveness of the machine learning models?",
785
+ "choices": {
786
+ "A": "Accuracy",
787
+ "B": "Precision",
788
+ "C": "Sensitivity",
789
+ "D": "F1 score",
790
+ "E": "All of above",
791
+ "F": "None of above"
792
+ },
793
+ "answer": "E",
794
+ "metadata": {
795
+ "Task-oriented Category": "Conclusions & results",
796
+ "question_key_term": "Performance metrics",
797
+ "term_explanation": "What measures or scores do the researchers use to see how well the model is working—for example, how often it gets things right, how accurate its predictions are, or how well it can tell different cases apart?"
798
+ }
799
+ },
800
+ {
801
+ "subject": "Engineering - Human Factor",
802
+ "paper_id": "3",
803
+ "paper_title": "Automatic driver cognitive fatigue detection based on upper body posture variations",
804
+ "question_id": "Q14",
805
+ "question": "What are the reported values for the performance metrics used to evaluate the machine learning models?",
806
+ "choices": {
807
+ "A": "Detection accuracy of 99.7 %",
808
+ "B": "98 % accuracy, >97 % precision, >97 % recall and >98 % F1 score",
809
+ "C": ">79 % precision, >70 % sensitivity and >74 % F1 score",
810
+ "D": "A strong correlation",
811
+ "E": "All of above",
812
+ "F": "None of above"
813
+ },
814
+ "answer": "C",
815
+ "metadata": {
816
+ "Task-oriented Category": "Conclusions & results",
817
+ "question_key_term": "Performance values",
818
+ "term_explanation": "What were the final results or scores that show how well the computer model performed?"
819
+ }
820
+ },
821
+ {
822
+ "subject": "Engineering - Human Factor",
823
+ "paper_id": "4",
824
+ "paper_title": "Enhancing Data Privacy in Human Factors Studies with Federated Learning",
825
+ "question_id": "Q1",
826
+ "question": "What are the subjects’ occupational roles?",
827
+ "choices": {
828
+ "A": "Drivers",
829
+ "B": "Warehouse worker",
830
+ "C": "Electric linemen",
831
+ "D": "Atheletes",
832
+ "E": "All of above",
833
+ "F": "None of above"
834
+ },
835
+ "answer": "F",
836
+ "metadata": {
837
+ "Task-oriented Category": "Study subject & experimental setup",
838
+ "question_key_term": "Occupation",
839
+ "term_explanation": "What kind of work or main activity do the people in the study do—for example, do they have regular jobs, play sports, drive vehicles, or something else?"
840
+ }
841
+ },
842
+ {
843
+ "subject": "Engineering - Human Factor",
844
+ "paper_id": "4",
845
+ "paper_title": "Enhancing Data Privacy in Human Factors Studies with Federated Learning",
846
+ "question_id": "Q2",
847
+ "question": "What specific task or activity are the subjects performing?",
848
+ "choices": {
849
+ "A": "Assembly",
850
+ "B": "Lifting",
851
+ "C": "Walking with load",
852
+ "D": "Walking without load",
853
+ "E": "All of above",
854
+ "F": "None of above"
855
+ },
856
+ "answer": "E",
857
+ "metadata": {
858
+ "Task-oriented Category": "Study subject & experimental setup",
859
+ "question_key_term": "Primary Task",
860
+ "term_explanation": "What are the people in the study doing—for example, are they lifting something, walking, running, putting things together, or carrying out another kind of activity?"
861
+ }
862
+ },
863
+ {
864
+ "subject": "Engineering - Human Factor",
865
+ "paper_id": "4",
866
+ "paper_title": "Enhancing Data Privacy in Human Factors Studies with Federated Learning",
867
+ "question_id": "Q4",
868
+ "question": "What is the study context or environment in which participants perform the tasks? If the data are referenced from prior work, please indicate the source.",
869
+ "choices": {
870
+ "A": "Lab",
871
+ "B": "Field",
872
+ "C": "Computer simulated",
873
+ "D": "Reference or open data",
874
+ "E": "All of above",
875
+ "F": "None of above"
876
+ },
877
+ "answer": "D",
878
+ "metadata": {
879
+ "Task-oriented Category": "Study subject & experimental setup",
880
+ "question_key_term": "Study Environment",
881
+ "term_explanation": "Where are the people in the study doing the task—for example, is it in a lab, out in the real world, or in a mix of both places? If the data is from the reference or open data, please point this out."
882
+ }
883
+ },
884
+ {
885
+ "subject": "Engineering - Human Factor",
886
+ "paper_id": "4",
887
+ "paper_title": "Enhancing Data Privacy in Human Factors Studies with Federated Learning",
888
+ "question_id": "Q5",
889
+ "question": "What are the primary sensing modalities or measurement instruments employed in the study to capture human performance and physiological responses?",
890
+ "choices": {
891
+ "A": "GSR",
892
+ "B": "HR",
893
+ "C": "EMG",
894
+ "D": "Infrared camera",
895
+ "E": "All of above",
896
+ "F": "None of above"
897
+ },
898
+ "answer": "E",
899
+ "metadata": {
900
+ "Task-oriented Category": "Data characteristics & collection",
901
+ "question_key_term": "Sensor type",
902
+ "term_explanation": "What are the primary sensing modalities or measurement instruments employed in the study (e.g.,IMU, EMG, EEG) to capture human performance and physiological responses?"
903
+ }
904
+ },
905
+ {
906
+ "subject": "Engineering - Human Factor",
907
+ "paper_id": "4",
908
+ "paper_title": "Enhancing Data Privacy in Human Factors Studies with Federated Learning",
909
+ "question_id": "Q6",
910
+ "question": "What is the anatomical or body placement of the sensors used in the study?",
911
+ "choices": {
912
+ "A": "Wrist",
913
+ "B": "Waist",
914
+ "C": "Head",
915
+ "D": "Ankle",
916
+ "E": "All of above",
917
+ "F": "None of above"
918
+ },
919
+ "answer": "F",
920
+ "metadata": {
921
+ "Task-oriented Category": "Data characteristics & collection",
922
+ "question_key_term": "Sensor placement",
923
+ "term_explanation": "Where on the body are the sensors placed—for example, on the wrist, chest, waist, thigh, ankle, or foot?"
924
+ }
925
+ },
926
+ {
927
+ "subject": "Engineering - Human Factor",
928
+ "paper_id": "4",
929
+ "paper_title": "Enhancing Data Privacy in Human Factors Studies with Federated Learning",
930
+ "question_id": "Q7",
931
+ "question": "What is the sampling rate (Hz)?",
932
+ "choices": {
933
+ "A": "5 Hz",
934
+ "B": "10 Hz",
935
+ "C": "15 Hz",
936
+ "D": "20 Hz",
937
+ "E": "All of above",
938
+ "F": "None of above"
939
+ },
940
+ "answer": "F",
941
+ "metadata": {
942
+ "Task-oriented Category": "Data characteristics & collection",
943
+ "question_key_term": "Sampling rate",
944
+ "term_explanation": "How often are the measurements or data points being collected during the study—for example, are they being taken many times per second, or less frequently?"
945
+ }
946
+ },
947
+ {
948
+ "subject": "Engineering - Human Factor",
949
+ "paper_id": "4",
950
+ "paper_title": "Enhancing Data Privacy in Human Factors Studies with Federated Learning",
951
+ "question_id": "Q8",
952
+ "question": "What is the total number of participants involved in the study?",
953
+ "choices": {
954
+ "A": "10, 15",
955
+ "B": "20, 10",
956
+ "C": "30, 15",
957
+ "D": "24, 11",
958
+ "E": "All of above",
959
+ "F": "None of above"
960
+ },
961
+ "answer": "D",
962
+ "metadata": {
963
+ "Task-oriented Category": "Data characteristics & collection",
964
+ "question_key_term": "Sample Size",
965
+ "term_explanation": "How many people took part in the study?"
966
+ }
967
+ },
968
+ {
969
+ "subject": "Engineering - Human Factor",
970
+ "paper_id": "4",
971
+ "paper_title": "Enhancing Data Privacy in Human Factors Studies with Federated Learning",
972
+ "question_id": "Q9",
973
+ "question": "How are the participants’ physical, cognitive, or perceptual states assessed or reflected in the study?",
974
+ "choices": {
975
+ "A": "Borg RPE 6-20",
976
+ "B": "Borg RPE CR 10",
977
+ "C": "PVT, RULA",
978
+ "D": "Strength",
979
+ "E": "All of above",
980
+ "F": "None of above"
981
+ },
982
+ "answer": "F",
983
+ "metadata": {
984
+ "Task-oriented Category": "Technical approach & details",
985
+ "question_key_term": "Label",
986
+ "term_explanation": "How do the researchers check how the participants are feeling or performing during the study—for example, by asking them how hard the task feels, measuring their heart rate, tracking mental effort, or using other ways to see how their body and mind respond?"
987
+ }
988
+ },
989
+ {
990
+ "subject": "Engineering - Human Factor",
991
+ "paper_id": "4",
992
+ "paper_title": "Enhancing Data Privacy in Human Factors Studies with Federated Learning",
993
+ "question_id": "Q10",
994
+ "question": "What is the primary modeling objective in this study?",
995
+ "choices": {
996
+ "A": "Regression",
997
+ "B": "Clustering",
998
+ "C": "Dimension reduction",
999
+ "D": "Classification",
1000
+ "E": "All of above",
1001
+ "F": "None of above"
1002
+ },
1003
+ "answer": "D",
1004
+ "metadata": {
1005
+ "Task-oriented Category": "Technical approach & details",
1006
+ "question_key_term": "Machine Learning task",
1007
+ "term_explanation": "What is the goal of the model in the study? For example, is it trying to sort things into groups, make predictions about numbers, or find patterns in the data?"
1008
+ }
1009
+ },
1010
+ {
1011
+ "subject": "Engineering - Human Factor",
1012
+ "paper_id": "4",
1013
+ "paper_title": "Enhancing Data Privacy in Human Factors Studies with Federated Learning",
1014
+ "question_id": "Q11",
1015
+ "question": "What is the data partitioning strategy used during model training, and what are the parameters?",
1016
+ "choices": {
1017
+ "A": "T-T split; 0.7, 0.3",
1018
+ "B": "T-T split; 0.8, 0.2",
1019
+ "C": "K-fold; 5 fold",
1020
+ "D": "K-fold; 10 fold",
1021
+ "E": "All of above",
1022
+ "F": "None of above"
1023
+ },
1024
+ "answer": "B",
1025
+ "metadata": {
1026
+ "Task-oriented Category": "Technical approach & details",
1027
+ "question_key_term": "Splitting strategy (tdt split or k-fold)",
1028
+ "term_explanation": "How do the researchers split the data for the model to learn—which part is used to teach the model, which part is used to check if it learned correctly, and whether any is kept aside to fine-tune the model?"
1029
+ }
1030
+ },
1031
+ {
1032
+ "subject": "Engineering - Human Factor",
1033
+ "paper_id": "4",
1034
+ "paper_title": "Enhancing Data Privacy in Human Factors Studies with Federated Learning",
1035
+ "question_id": "Q12",
1036
+ "question": "What is the number of epochs used during model training (i.e., how many complete passes through the entire training dataset)?",
1037
+ "choices": {
1038
+ "A": "50",
1039
+ "B": "100",
1040
+ "C": "600",
1041
+ "D": "1700",
1042
+ "E": "All of above",
1043
+ "F": "None of above"
1044
+ },
1045
+ "answer": "B",
1046
+ "metadata": {
1047
+ "Task-oriented Category": "Technical approach & details",
1048
+ "question_key_term": "Number of Epochs",
1049
+ "term_explanation": "How many times does the model go through all the data while learning from it?"
1050
+ }
1051
+ },
1052
+ {
1053
+ "subject": "Engineering - Human Factor",
1054
+ "paper_id": "4",
1055
+ "paper_title": "Enhancing Data Privacy in Human Factors Studies with Federated Learning",
1056
+ "question_id": "Q13",
1057
+ "question": "Which performance metrics are used to assess the effectiveness of the machine learning models?",
1058
+ "choices": {
1059
+ "A": "Accuracy",
1060
+ "B": "Precision",
1061
+ "C": "Recall",
1062
+ "D": "Predicted, recall and F1-score",
1063
+ "E": "All of above",
1064
+ "F": "None of above"
1065
+ },
1066
+ "answer": "D",
1067
+ "metadata": {
1068
+ "Task-oriented Category": "Conclusions & results",
1069
+ "question_key_term": "Performance metrics",
1070
+ "term_explanation": "What measures or scores do the researchers use to see how well the model is working—for example, how often it gets things right, how accurate its predictions are, or how well it can tell different cases apart?"
1071
+ }
1072
+ },
1073
+ {
1074
+ "subject": "Engineering - Human Factor",
1075
+ "paper_id": "4",
1076
+ "paper_title": "Enhancing Data Privacy in Human Factors Studies with Federated Learning",
1077
+ "question_id": "Q14",
1078
+ "question": "What are the reported values for the performance metrics used to evaluate the machine learning models?",
1079
+ "choices": {
1080
+ "A": "Detection accuracy of 99.7 %",
1081
+ "B": "98 % accuracy, >97 % precision, >97 % recall and >98 % F1 score",
1082
+ "C": ">70 % precision, >75 % recall and >72 % F1 score",
1083
+ "D": "A strong correlation",
1084
+ "E": "All of above",
1085
+ "F": "None of above"
1086
+ },
1087
+ "answer": "C",
1088
+ "metadata": {
1089
+ "Task-oriented Category": "Conclusions & results",
1090
+ "question_key_term": "Performance values",
1091
+ "term_explanation": "What were the final results or scores that show how well the computer model performed?"
1092
+ }
1093
+ },
1094
+ {
1095
+ "subject": "Engineering - Human Factor",
1096
+ "paper_id": "5",
1097
+ "paper_title": "Worker’s physical fatigue classification using neural networks",
1098
+ "question_id": "Q1",
1099
+ "question": "What are the subjects’ occupational roles?",
1100
+ "choices": {
1101
+ "A": "Drivers",
1102
+ "B": "Warehouse worker",
1103
+ "C": "Electric linemen",
1104
+ "D": "Atheletes",
1105
+ "E": "All of above",
1106
+ "F": "None of above"
1107
+ },
1108
+ "answer": "B",
1109
+ "metadata": {
1110
+ "Task-oriented Category": "Study subject & experimental setup",
1111
+ "question_key_term": "Occupation",
1112
+ "term_explanation": "What kind of work or main activity do the people in the study do—for example, do they have regular jobs, play sports, drive vehicles, or something else?"
1113
+ }
1114
+ },
1115
+ {
1116
+ "subject": "Engineering - Human Factor",
1117
+ "paper_id": "5",
1118
+ "paper_title": "Worker’s physical fatigue classification using neural networks",
1119
+ "question_id": "Q2",
1120
+ "question": "What specific task or activity are the subjects performing?",
1121
+ "choices": {
1122
+ "A": "Walking",
1123
+ "B": "Bending",
1124
+ "C": "Standing",
1125
+ "D": "Assembly",
1126
+ "E": "All of above",
1127
+ "F": "None of above"
1128
+ },
1129
+ "answer": "E",
1130
+ "metadata": {
1131
+ "Task-oriented Category": "Study subject & experimental setup",
1132
+ "question_key_term": "Primary Task",
1133
+ "term_explanation": "What are the people in the study doing—for example, are they lifting something, walking, running, putting things together, or carrying out another kind of activity?"
1134
+ }
1135
+ },
1136
+ {
1137
+ "subject": "Engineering - Human Factor",
1138
+ "paper_id": "5",
1139
+ "paper_title": "Worker’s physical fatigue classification using neural networks",
1140
+ "question_id": "Q4",
1141
+ "question": "What is the study context or environment in which participants perform the tasks? If the data are referenced from prior work, please indicate the source.",
1142
+ "choices": {
1143
+ "A": "Lab",
1144
+ "B": "Field",
1145
+ "C": "Computer simulated",
1146
+ "D": "Reference or open data",
1147
+ "E": "All of above",
1148
+ "F": "None of above"
1149
+ },
1150
+ "answer": "D",
1151
+ "metadata": {
1152
+ "Task-oriented Category": "Study subject & experimental setup",
1153
+ "question_key_term": "Study Environment",
1154
+ "term_explanation": "Where are the people in the study doing the task—for example, is it in a lab, out in the real world, or in a mix of both places? If the data is from the reference or open data, please point this out."
1155
+ }
1156
+ },
1157
+ {
1158
+ "subject": "Engineering - Human Factor",
1159
+ "paper_id": "5",
1160
+ "paper_title": "Worker’s physical fatigue classification using neural networks",
1161
+ "question_id": "Q5",
1162
+ "question": "What are the primary sensing modalities or measurement instruments employed in the study to capture human performance and physiological responses?",
1163
+ "choices": {
1164
+ "A": "IMU",
1165
+ "B": "EMG",
1166
+ "C": "ECG",
1167
+ "D": "EEG",
1168
+ "E": "All of above",
1169
+ "F": "None of above"
1170
+ },
1171
+ "answer": "A",
1172
+ "metadata": {
1173
+ "Task-oriented Category": "Data characteristics & collection",
1174
+ "question_key_term": "Sensor type",
1175
+ "term_explanation": "What are the primary sensing modalities or measurement instruments employed in the study (e.g.,IMU, EMG, EEG) to capture human performance and physiological responses?"
1176
+ }
1177
+ },
1178
+ {
1179
+ "subject": "Engineering - Human Factor",
1180
+ "paper_id": "5",
1181
+ "paper_title": "Worker’s physical fatigue classification using neural networks",
1182
+ "question_id": "Q6",
1183
+ "question": "What is the anatomical or body placement of the sensors used in the study?",
1184
+ "choices": {
1185
+ "A": "Wrist",
1186
+ "B": "Torso",
1187
+ "C": "Hip",
1188
+ "D": "Ankle",
1189
+ "E": "All of above",
1190
+ "F": "None of above"
1191
+ },
1192
+ "answer": "E",
1193
+ "metadata": {
1194
+ "Task-oriented Category": "Data characteristics & collection",
1195
+ "question_key_term": "Sensor placement",
1196
+ "term_explanation": "Where on the body are the sensors placed—for example, on the wrist, chest, waist, thigh, ankle, or foot?"
1197
+ }
1198
+ },
1199
+ {
1200
+ "subject": "Engineering - Human Factor",
1201
+ "paper_id": "5",
1202
+ "paper_title": "Worker’s physical fatigue classification using neural networks",
1203
+ "question_id": "Q7",
1204
+ "question": "What is the sampling rate (Hz)?",
1205
+ "choices": {
1206
+ "A": "0-20 Hz",
1207
+ "B": "20-40 Hz",
1208
+ "C": "40-60 Hz",
1209
+ "D": "Above 60 Hz",
1210
+ "E": "All of above",
1211
+ "F": "None of above"
1212
+ },
1213
+ "answer": "C",
1214
+ "metadata": {
1215
+ "Task-oriented Category": "Data characteristics & collection",
1216
+ "question_key_term": "Sampling rate",
1217
+ "term_explanation": "How often are the measurements or data points being collected during the study—for example, are they being taken many times per second, or less frequently?"
1218
+ }
1219
+ },
1220
+ {
1221
+ "subject": "Engineering - Human Factor",
1222
+ "paper_id": "5",
1223
+ "paper_title": "Worker’s physical fatigue classification using neural networks",
1224
+ "question_id": "Q8",
1225
+ "question": "What is the total number of participants involved in the study?",
1226
+ "choices": {
1227
+ "A": "0-10",
1228
+ "B": "10-20",
1229
+ "C": "20-30",
1230
+ "D": "> 30",
1231
+ "E": "All of above",
1232
+ "F": "None of above"
1233
+ },
1234
+ "answer": "A",
1235
+ "metadata": {
1236
+ "Task-oriented Category": "Data characteristics & collection",
1237
+ "question_key_term": "Sample Size",
1238
+ "term_explanation": "How many people took part in the study?"
1239
+ }
1240
+ },
1241
+ {
1242
+ "subject": "Engineering - Human Factor",
1243
+ "paper_id": "5",
1244
+ "paper_title": "Worker’s physical fatigue classification using neural networks",
1245
+ "question_id": "Q9",
1246
+ "question": "How are the participants’ physical, cognitive, or perceptual states assessed or reflected in the study?",
1247
+ "choices": {
1248
+ "A": "Borg RPE",
1249
+ "B": "Stanford Sleepiness Scale",
1250
+ "C": "PVT, RULA",
1251
+ "D": "Strength",
1252
+ "E": "All of above",
1253
+ "F": "None of above"
1254
+ },
1255
+ "answer": "A",
1256
+ "metadata": {
1257
+ "Task-oriented Category": "Technical approach & details",
1258
+ "question_key_term": "Label",
1259
+ "term_explanation": "How do the researchers check how the participants are feeling or performing during the study—for example, by asking them how hard the task feels, measuring their heart rate, tracking mental effort, or using other ways to see how their body and mind respond?"
1260
+ }
1261
+ },
1262
+ {
1263
+ "subject": "Engineering - Human Factor",
1264
+ "paper_id": "5",
1265
+ "paper_title": "Worker’s physical fatigue classification using neural networks",
1266
+ "question_id": "Q10",
1267
+ "question": "What is the primary modeling objective in this study?",
1268
+ "choices": {
1269
+ "A": "Regression",
1270
+ "B": "Classification",
1271
+ "C": "Dimension reduction",
1272
+ "D": "Classification and regression",
1273
+ "E": "All of above",
1274
+ "F": "None of above"
1275
+ },
1276
+ "answer": "B",
1277
+ "metadata": {
1278
+ "Task-oriented Category": "Technical approach & details",
1279
+ "question_key_term": "Machine Learning task",
1280
+ "term_explanation": "What is the goal of the model in the study? For example, is it trying to sort things into groups, make predictions about numbers, or find patterns in the data?"
1281
+ }
1282
+ },
1283
+ {
1284
+ "subject": "Engineering - Human Factor",
1285
+ "paper_id": "5",
1286
+ "paper_title": "Worker’s physical fatigue classification using neural networks",
1287
+ "question_id": "Q11",
1288
+ "question": "What is the data partitioning strategy used during model training, and what are the parameters?",
1289
+ "choices": {
1290
+ "A": "T-T split; 0.7, 0.3",
1291
+ "B": "T-T split; 0.8, 0.2",
1292
+ "C": "K-fold; 5 fold",
1293
+ "D": "K-fold; 10 fold",
1294
+ "E": "All of above",
1295
+ "F": "None of above"
1296
+ },
1297
+ "answer": "B",
1298
+ "metadata": {
1299
+ "Task-oriented Category": "Technical approach & details",
1300
+ "question_key_term": "Splitting strategy (tdt split or k-fold)",
1301
+ "term_explanation": "How do the researchers split the data for the model to learn—which part is used to teach the model, which part is used to check if it learned correctly, and whether any is kept aside to fine-tune the model?"
1302
+ }
1303
+ },
1304
+ {
1305
+ "subject": "Engineering - Human Factor",
1306
+ "paper_id": "5",
1307
+ "paper_title": "Worker’s physical fatigue classification using neural networks",
1308
+ "question_id": "Q12",
1309
+ "question": "What is the number of epochs used during model training (i.e., how many complete passes through the entire training dataset)?",
1310
+ "choices": {
1311
+ "A": "100",
1312
+ "B": "200",
1313
+ "C": "300",
1314
+ "D": "500 and 1000",
1315
+ "E": "All of above",
1316
+ "F": "None of above"
1317
+ },
1318
+ "answer": "D",
1319
+ "metadata": {
1320
+ "Task-oriented Category": "Technical approach & details",
1321
+ "question_key_term": "Number of Epochs",
1322
+ "term_explanation": "How many times does the model go through all the data while learning from it?"
1323
+ }
1324
+ },
1325
+ {
1326
+ "subject": "Engineering - Human Factor",
1327
+ "paper_id": "5",
1328
+ "paper_title": "Worker’s physical fatigue classification using neural networks",
1329
+ "question_id": "Q13",
1330
+ "question": "Which performance metrics are used to assess the effectiveness of the machine learning models?",
1331
+ "choices": {
1332
+ "A": "Accuracy",
1333
+ "B": "R squre",
1334
+ "C": "Recall",
1335
+ "D": "MAE",
1336
+ "E": "All of above",
1337
+ "F": "None of above"
1338
+ },
1339
+ "answer": "A",
1340
+ "metadata": {
1341
+ "Task-oriented Category": "Conclusions & results",
1342
+ "question_key_term": "Performance metrics",
1343
+ "term_explanation": "What measures or scores do the researchers use to see how well the model is working—for example, how often it gets things right, how accurate its predictions are, or how well it can tell different cases apart?"
1344
+ }
1345
+ },
1346
+ {
1347
+ "subject": "Engineering - Human Factor",
1348
+ "paper_id": "5",
1349
+ "paper_title": "Worker’s physical fatigue classification using neural networks",
1350
+ "question_id": "Q14",
1351
+ "question": "What are the reported values for the performance metrics used to evaluate the machine learning models?",
1352
+ "choices": {
1353
+ "A": "Acc, 0.999; R square 0.98",
1354
+ "B": ">80 % accuracy",
1355
+ "C": "R square 0.98",
1356
+ "D": "R square 0.993",
1357
+ "E": "All of above",
1358
+ "F": "None of above"
1359
+ },
1360
+ "answer": "B",
1361
+ "metadata": {
1362
+ "Task-oriented Category": "Conclusions & results",
1363
+ "question_key_term": "Performance values",
1364
+ "term_explanation": "What were the final results or scores that show how well the computer model performed?"
1365
+ }
1366
+ }
1367
+ ]
data/material_science_additive_manufacturing.json ADDED
@@ -0,0 +1,1472 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "subject": "Material Science - Additive Manufacturing",
4
+ "paper_id": "1",
5
+ "paper_title": "Autonomous optimization of process parameters and in-situ anomaly detection in aerosol jet printing by an integrated machine learning approach",
6
+ "question_id": "Q1",
7
+ "question": "What type of additive manufacturing process is studied?",
8
+ "choices": {
9
+ "A": "LPBF",
10
+ "B": "Inkjet printing",
11
+ "C": "Aerojet printing",
12
+ "D": "Direct ink writing",
13
+ "E": "All of above",
14
+ "F": "None of above"
15
+ },
16
+ "answer": "C",
17
+ "metadata": {
18
+ "Task-oriented Category": "Study subject & experimental setup",
19
+ "question_key_term": "AM process",
20
+ "term_explanation": "Can you describe the particular kind of 3D printing or additive manufacturing approach that the work is centered on, since there are many different techniques available and each one uses a different way of building up materials layer by layer?"
21
+ }
22
+ },
23
+ {
24
+ "subject": "Material Science - Additive Manufacturing",
25
+ "paper_id": "1",
26
+ "paper_title": "Autonomous optimization of process parameters and in-situ anomaly detection in aerosol jet printing by an integrated machine learning approach",
27
+ "question_id": "Q2",
28
+ "question": "What type of material is used for printing?",
29
+ "choices": {
30
+ "A": "Ti64",
31
+ "B": "Water",
32
+ "C": "Silver",
33
+ "D": "Glycerol",
34
+ "E": "All of above",
35
+ "F": "None of above"
36
+ },
37
+ "answer": "C",
38
+ "metadata": {
39
+ "Task-oriented Category": "Study subject & experimental setup",
40
+ "question_key_term": "Material type",
41
+ "term_explanation": "What kind of material is being used in the 3D printing for the study? In other words, is the printing carried out with metals, plastics, ceramics, composites, or some other type of material, since different studies often focus on very different classes of materials?"
42
+ }
43
+ },
44
+ {
45
+ "subject": "Material Science - Additive Manufacturing",
46
+ "paper_id": "1",
47
+ "paper_title": "Autonomous optimization of process parameters and in-situ anomaly detection in aerosol jet printing by an integrated machine learning approach",
48
+ "question_id": "Q3",
49
+ "question": "What kind of shape or product is printed?",
50
+ "choices": {
51
+ "A": "Thin wall",
52
+ "B": "Droplet",
53
+ "C": "Single layer",
54
+ "D": "Line",
55
+ "E": "All of above",
56
+ "F": "None of above"
57
+ },
58
+ "answer": "D",
59
+ "metadata": {
60
+ "Task-oriented Category": "Study subject & experimental setup",
61
+ "question_key_term": "Part and design",
62
+ "term_explanation": "What kind of object or final shape is being created with the 3D printing process—for example, is it something simple like a droplet or test sample, or a more complex product meant for a specific use?"
63
+ }
64
+ },
65
+ {
66
+ "subject": "Material Science - Additive Manufacturing",
67
+ "paper_id": "1",
68
+ "paper_title": "Autonomous optimization of process parameters and in-situ anomaly detection in aerosol jet printing by an integrated machine learning approach",
69
+ "question_id": "Q4",
70
+ "question": "What is the primary defect being studied?",
71
+ "choices": {
72
+ "A": "Porosity",
73
+ "B": "Crack",
74
+ "C": "Satelitte",
75
+ "D": "Overspray",
76
+ "E": "All of above",
77
+ "F": "None of above"
78
+ },
79
+ "answer": "D",
80
+ "metadata": {
81
+ "Task-oriented Category": "Study subject & experimental setup",
82
+ "question_key_term": "Defect",
83
+ "term_explanation": "What is the main problem or imperfection in the 3D-printed part that the study is trying to detect or understand—for example, are they looking for tiny holes, cracks, weak spots, or other kinds of flaws that can appear during printing?"
84
+ }
85
+ },
86
+ {
87
+ "subject": "Material Science - Additive Manufacturing",
88
+ "paper_id": "1",
89
+ "paper_title": "Autonomous optimization of process parameters and in-situ anomaly detection in aerosol jet printing by an integrated machine learning approach",
90
+ "question_id": "Q5",
91
+ "question": "What sensors are used to measure the process?",
92
+ "choices": {
93
+ "A": "CCD camera",
94
+ "B": "Strobing camera",
95
+ "C": "Thermocouple",
96
+ "D": "Acoustic",
97
+ "E": "All of above",
98
+ "F": "None of above"
99
+ },
100
+ "answer": "A",
101
+ "metadata": {
102
+ "Task-oriented Category": "Data characteristics & collection",
103
+ "question_key_term": "Sensor type",
104
+ "term_explanation": "What kinds of tools or sensors are being used to watch, measure, or check the 3D printing process—for instance, are the paper looking at the process with cameras, tracking heat, listening for sounds, or scanning the part after it’s made?"
105
+ }
106
+ },
107
+ {
108
+ "subject": "Material Science - Additive Manufacturing",
109
+ "paper_id": "1",
110
+ "paper_title": "Autonomous optimization of process parameters and in-situ anomaly detection in aerosol jet printing by an integrated machine learning approach",
111
+ "question_id": "Q6",
112
+ "question": "What is the sampling rate (Hz)?",
113
+ "choices": {
114
+ "A": "0-20 Hz",
115
+ "B": "20-40 Hz",
116
+ "C": "40-60 Hz",
117
+ "D": "Above 60 Hz",
118
+ "E": "All of above",
119
+ "F": "None of above"
120
+ },
121
+ "answer": "F",
122
+ "metadata": {
123
+ "Task-oriented Category": "Data characteristics & collection",
124
+ "question_key_term": "Sampling rate",
125
+ "term_explanation": "How often are the measurements or data points being collected during the 3D printing process—for example, are they being taken many times per second, or less frequently?"
126
+ }
127
+ },
128
+ {
129
+ "subject": "Material Science - Additive Manufacturing",
130
+ "paper_id": "1",
131
+ "paper_title": "Autonomous optimization of process parameters and in-situ anomaly detection in aerosol jet printing by an integrated machine learning approach",
132
+ "question_id": "Q7",
133
+ "question": "If relevant, what is the spatial resolution (µm)?",
134
+ "choices": {
135
+ "A": "<50 µm",
136
+ "B": "50 -100 µm",
137
+ "C": "100 -150 µm",
138
+ "D": "Above 150 µm",
139
+ "E": "All of above",
140
+ "F": "None of above"
141
+ },
142
+ "answer": "F",
143
+ "metadata": {
144
+ "Task-oriented Category": "Data characteristics & collection",
145
+ "question_key_term": "Spatial resolution",
146
+ "term_explanation": "How detailed or sharp is the image—for example, how small of a feature can actually be seen in the measurement?"
147
+ }
148
+ },
149
+ {
150
+ "subject": "Material Science - Additive Manufacturing",
151
+ "paper_id": "1",
152
+ "paper_title": "Autonomous optimization of process parameters and in-situ anomaly detection in aerosol jet printing by an integrated machine learning approach",
153
+ "question_id": "Q8",
154
+ "question": "What is the machine learning objective in this study?",
155
+ "choices": {
156
+ "A": "Regression",
157
+ "B": "Clustering",
158
+ "C": "Dimension reduction",
159
+ "D": "Classification",
160
+ "E": "All of above",
161
+ "F": "None of above"
162
+ },
163
+ "answer": "D",
164
+ "metadata": {
165
+ "Task-oriented Category": "Technical approach & details",
166
+ "question_key_term": "Machine Learning task",
167
+ "term_explanation": "What kind of problem is the paper solving with the data—for example, is it trying to sort things into categories, make predictions about numbers, or group similar items together?"
168
+ }
169
+ },
170
+ {
171
+ "subject": "Material Science - Additive Manufacturing",
172
+ "paper_id": "1",
173
+ "paper_title": "Autonomous optimization of process parameters and in-situ anomaly detection in aerosol jet printing by an integrated machine learning approach",
174
+ "question_id": "Q9",
175
+ "question": "What machine learning algorithm is used?",
176
+ "choices": {
177
+ "A": "PCA",
178
+ "B": "SVM",
179
+ "C": "CNN",
180
+ "D": "RF",
181
+ "E": "All of above",
182
+ "F": "None of above"
183
+ },
184
+ "answer": "C",
185
+ "metadata": {
186
+ "Task-oriented Category": "Technical approach & details",
187
+ "question_key_term": "Machine Learning algorithm",
188
+ "term_explanation": "A machine learning algorithm (such as linear regression, support vector machine, DNN etc. ) is a mathematical framework or procedure that processes input data to create a model capable of solving a specific ML task."
189
+ }
190
+ },
191
+ {
192
+ "subject": "Material Science - Additive Manufacturing",
193
+ "paper_id": "1",
194
+ "paper_title": "Autonomous optimization of process parameters and in-situ anomaly detection in aerosol jet printing by an integrated machine learning approach",
195
+ "question_id": "Q10",
196
+ "question": "How are the data split during machine learning?",
197
+ "choices": {
198
+ "A": "T-T split; 0.8, 0.2",
199
+ "B": "T-D-T split; 0.8, 0.1, 0.1",
200
+ "C": "K-fold; 5 fold",
201
+ "D": "K-fold; 10 fold",
202
+ "E": "All of above",
203
+ "F": "None of above"
204
+ },
205
+ "answer": "A",
206
+ "metadata": {
207
+ "Task-oriented Category": "Technical approach & details",
208
+ "question_key_term": "Splitting strategy (tdt split or k-fold)",
209
+ "term_explanation": "How is the data being divided up when training the model—for example, which part is used for teaching, which part is used for testing how well it learned?"
210
+ }
211
+ },
212
+ {
213
+ "subject": "Material Science - Additive Manufacturing",
214
+ "paper_id": "1",
215
+ "paper_title": "Autonomous optimization of process parameters and in-situ anomaly detection in aerosol jet printing by an integrated machine learning approach",
216
+ "question_id": "Q11",
217
+ "question": "How many replications are conducted during machine learning, if any?",
218
+ "choices": {
219
+ "A": "1",
220
+ "B": "5",
221
+ "C": "50",
222
+ "D": "100",
223
+ "E": "All of above",
224
+ "F": "None of above"
225
+ },
226
+ "answer": "A",
227
+ "metadata": {
228
+ "Task-oriented Category": "Technical approach & details",
229
+ "question_key_term": "Number of Replications",
230
+ "term_explanation": "If the paper did so, how many times is the experiment or test repeated to make sure the results are reliable?"
231
+ }
232
+ },
233
+ {
234
+ "subject": "Material Science - Additive Manufacturing",
235
+ "paper_id": "1",
236
+ "paper_title": "Autonomous optimization of process parameters and in-situ anomaly detection in aerosol jet printing by an integrated machine learning approach",
237
+ "question_id": "Q12",
238
+ "question": "How many epochs are used during machine learning, if any?",
239
+ "choices": {
240
+ "A": "5",
241
+ "B": "256",
242
+ "C": "500",
243
+ "D": "1000",
244
+ "E": "All of above",
245
+ "F": "None of above"
246
+ },
247
+ "answer": "C",
248
+ "metadata": {
249
+ "Task-oriented Category": "Technical approach & details",
250
+ "question_key_term": "Number of Epochs",
251
+ "term_explanation": "In training the model, how many times does it go through the whole set of data?"
252
+ }
253
+ },
254
+ {
255
+ "subject": "Material Science - Additive Manufacturing",
256
+ "paper_id": "1",
257
+ "paper_title": "Autonomous optimization of process parameters and in-situ anomaly detection in aerosol jet printing by an integrated machine learning approach",
258
+ "question_id": "Q13",
259
+ "question": "What metrics are used to evaluate the machine learning models?",
260
+ "choices": {
261
+ "A": "Accuracy",
262
+ "B": "Precision",
263
+ "C": "Recall",
264
+ "D": "F1 score",
265
+ "E": "All of above",
266
+ "F": "None of above"
267
+ },
268
+ "answer": "A",
269
+ "metadata": {
270
+ "Task-oriented Category": "Conclusions & results",
271
+ "question_key_term": "Performance metrics",
272
+ "term_explanation": "How do the researchers check whether the model is doing a good job—what measures or scores do they use to judge its performance?"
273
+ }
274
+ },
275
+ {
276
+ "subject": "Material Science - Additive Manufacturing",
277
+ "paper_id": "1",
278
+ "paper_title": "Autonomous optimization of process parameters and in-situ anomaly detection in aerosol jet printing by an integrated machine learning approach",
279
+ "question_id": "Q14",
280
+ "question": "What are the values for these metrics?",
281
+ "choices": {
282
+ "A": "Accuracy > 90%",
283
+ "B": ">97.8 % accuracy, >98.2 % precision, >98.2 % recall and >98.2 % F1 score",
284
+ "C": "p < 0.003 for any classical method compared to our method",
285
+ "D": "89.5±2.5 % accuracy",
286
+ "E": "All of above",
287
+ "F": "None of above"
288
+ },
289
+ "answer": "A",
290
+ "metadata": {
291
+ "Task-oriented Category": "Conclusions & results",
292
+ "question_key_term": "Performance values",
293
+ "term_explanation": "What were the actual results or scores from those metrics?"
294
+ }
295
+ },
296
+ {
297
+ "subject": "Material Science - Additive Manufacturing",
298
+ "paper_id": "2",
299
+ "paper_title": "Geometrical defect detection for additive manufacturing with machine learning models",
300
+ "question_id": "Q1",
301
+ "question": "What type of additive manufacturing process is studied?",
302
+ "choices": {
303
+ "A": "LPBF",
304
+ "B": "FFF",
305
+ "C": "Aerojet printing",
306
+ "D": "Direct ink writing",
307
+ "E": "All of above",
308
+ "F": "None of above"
309
+ },
310
+ "answer": "B",
311
+ "metadata": {
312
+ "Task-oriented Category": "Study subject & experimental setup",
313
+ "question_key_term": "AM process",
314
+ "term_explanation": "Can you describe the particular kind of 3D printing or additive manufacturing approach that the work is centered on, since there are many different techniques available and each one uses a different way of building up materials layer by layer?"
315
+ }
316
+ },
317
+ {
318
+ "subject": "Material Science - Additive Manufacturing",
319
+ "paper_id": "2",
320
+ "paper_title": "Geometrical defect detection for additive manufacturing with machine learning models",
321
+ "question_id": "Q2",
322
+ "question": "What type of material is used for printing?",
323
+ "choices": {
324
+ "A": "Ti64",
325
+ "B": "ABS",
326
+ "C": "Silver",
327
+ "D": "Glycerol",
328
+ "E": "All of above",
329
+ "F": "None of above"
330
+ },
331
+ "answer": "B",
332
+ "metadata": {
333
+ "Task-oriented Category": "Study subject & experimental setup",
334
+ "question_key_term": "Material type",
335
+ "term_explanation": "What kind of material is being used in the 3D printing for the study? In other words, is the printing carried out with metals, plastics, ceramics, composites, or some other type of material, since different studies often focus on very different classes of materials?"
336
+ }
337
+ },
338
+ {
339
+ "subject": "Material Science - Additive Manufacturing",
340
+ "paper_id": "2",
341
+ "paper_title": "Geometrical defect detection for additive manufacturing with machine learning models",
342
+ "question_id": "Q3",
343
+ "question": "What kind of shape or product is printed?",
344
+ "choices": {
345
+ "A": "Thin wall",
346
+ "B": "Droplet",
347
+ "C": "Single layer",
348
+ "D": "Full part",
349
+ "E": "All of above",
350
+ "F": "None of above"
351
+ },
352
+ "answer": "D",
353
+ "metadata": {
354
+ "Task-oriented Category": "Study subject & experimental setup",
355
+ "question_key_term": "Part and design",
356
+ "term_explanation": "What kind of object or final shape is being created with the 3D printing process—for example, is it something simple like a droplet or test sample, or a more complex product meant for a specific use?"
357
+ }
358
+ },
359
+ {
360
+ "subject": "Material Science - Additive Manufacturing",
361
+ "paper_id": "2",
362
+ "paper_title": "Geometrical defect detection for additive manufacturing with machine learning models",
363
+ "question_id": "Q4",
364
+ "question": "What is the primary defect being studied?",
365
+ "choices": {
366
+ "A": "Porosity",
367
+ "B": "Crack",
368
+ "C": "Satelitte",
369
+ "D": "Overspray",
370
+ "E": "All of above",
371
+ "F": "None of above"
372
+ },
373
+ "answer": "F",
374
+ "metadata": {
375
+ "Task-oriented Category": "Study subject & experimental setup",
376
+ "question_key_term": "Defect",
377
+ "term_explanation": "What is the main problem or imperfection in the 3D-printed part that the study is trying to detect or understand—for example, are they looking for tiny holes, cracks, weak spots, or other kinds of flaws that can appear during printing?"
378
+ }
379
+ },
380
+ {
381
+ "subject": "Material Science - Additive Manufacturing",
382
+ "paper_id": "2",
383
+ "paper_title": "Geometrical defect detection for additive manufacturing with machine learning models",
384
+ "question_id": "Q5",
385
+ "question": "What sensors are used to measure the process?",
386
+ "choices": {
387
+ "A": "Thermal camera",
388
+ "B": "Strobing camera",
389
+ "C": "Thermocouple",
390
+ "D": "3D scanner",
391
+ "E": "All of above",
392
+ "F": "None of above"
393
+ },
394
+ "answer": "D",
395
+ "metadata": {
396
+ "Task-oriented Category": "Data characteristics & collection",
397
+ "question_key_term": "Sensor type",
398
+ "term_explanation": "What kinds of tools or sensors are being used to watch, measure, or check the 3D printing process—for instance, are the paper looking at the process with cameras, tracking heat, listening for sounds, or scanning the part after it’s made?"
399
+ }
400
+ },
401
+ {
402
+ "subject": "Material Science - Additive Manufacturing",
403
+ "paper_id": "2",
404
+ "paper_title": "Geometrical defect detection for additive manufacturing with machine learning models",
405
+ "question_id": "Q6",
406
+ "question": "What is the sampling rate (Hz)?",
407
+ "choices": {
408
+ "A": "0-20 Hz",
409
+ "B": "20-40 Hz",
410
+ "C": "40-60 Hz",
411
+ "D": "Above 60 Hz",
412
+ "E": "All of above",
413
+ "F": "None of above"
414
+ },
415
+ "answer": "F",
416
+ "metadata": {
417
+ "Task-oriented Category": "Data characteristics & collection",
418
+ "question_key_term": "Sampling rate",
419
+ "term_explanation": "How often are the measurements or data points being collected during the 3D printing process—for example, are they being taken many times per second, or less frequently?"
420
+ }
421
+ },
422
+ {
423
+ "subject": "Material Science - Additive Manufacturing",
424
+ "paper_id": "2",
425
+ "paper_title": "Geometrical defect detection for additive manufacturing with machine learning models",
426
+ "question_id": "Q7",
427
+ "question": "If relevant, what is the spatial resolution (µm)?",
428
+ "choices": {
429
+ "A": "<50 µm",
430
+ "B": "50 -100 µm",
431
+ "C": "100 -150 µm",
432
+ "D": "Above 150 µm",
433
+ "E": "All of above",
434
+ "F": "None of above"
435
+ },
436
+ "answer": "F",
437
+ "metadata": {
438
+ "Task-oriented Category": "Data characteristics & collection",
439
+ "question_key_term": "Spatial resolution",
440
+ "term_explanation": "How detailed or sharp is the image—for example, how small of a feature can actually be seen in the measurement?"
441
+ }
442
+ },
443
+ {
444
+ "subject": "Material Science - Additive Manufacturing",
445
+ "paper_id": "2",
446
+ "paper_title": "Geometrical defect detection for additive manufacturing with machine learning models",
447
+ "question_id": "Q8",
448
+ "question": "What is the machine learning objective in this study?",
449
+ "choices": {
450
+ "A": "Regression",
451
+ "B": "Clustering",
452
+ "C": "Dimension reduction",
453
+ "D": "Classification",
454
+ "E": "All of above",
455
+ "F": "None of above"
456
+ },
457
+ "answer": "D",
458
+ "metadata": {
459
+ "Task-oriented Category": "Technical approach & details",
460
+ "question_key_term": "Machine Learning task",
461
+ "term_explanation": "What kind of problem is the paper solving with the data—for example, is it trying to sort things into categories, make predictions about numbers, or group similar items together?"
462
+ }
463
+ },
464
+ {
465
+ "subject": "Material Science - Additive Manufacturing",
466
+ "paper_id": "2",
467
+ "paper_title": "Geometrical defect detection for additive manufacturing with machine learning models",
468
+ "question_id": "Q9",
469
+ "question": "What machine learning algorithm is used?",
470
+ "choices": {
471
+ "A": "Bagging",
472
+ "B": "Boosting",
473
+ "C": "RF",
474
+ "D": "SVM",
475
+ "E": "All of above",
476
+ "F": "None of above"
477
+ },
478
+ "answer": "E",
479
+ "metadata": {
480
+ "Task-oriented Category": "Technical approach & details",
481
+ "question_key_term": "Machine Learning algorithm",
482
+ "term_explanation": "A machine learning algorithm (such as linear regression, support vector machine, DNN etc. ) is a mathematical framework or procedure that processes input data to create a model capable of solving a specific ML task."
483
+ }
484
+ },
485
+ {
486
+ "subject": "Material Science - Additive Manufacturing",
487
+ "paper_id": "2",
488
+ "paper_title": "Geometrical defect detection for additive manufacturing with machine learning models",
489
+ "question_id": "Q10",
490
+ "question": "How are the data split during machine learning?",
491
+ "choices": {
492
+ "A": "T-T split; 0.7, 0.3",
493
+ "B": "T-D-T split; 0.8, 0.1, 0.1",
494
+ "C": "K-fold; 5 fold",
495
+ "D": "K-fold; 10 fold",
496
+ "E": "All of above",
497
+ "F": "None of above"
498
+ },
499
+ "answer": "F",
500
+ "metadata": {
501
+ "Task-oriented Category": "Technical approach & details",
502
+ "question_key_term": "Splitting strategy (tdt split or k-fold)",
503
+ "term_explanation": "How is the data being divided up when training the model—for example, which part is used for teaching, which part is used for testing how well it learned?"
504
+ }
505
+ },
506
+ {
507
+ "subject": "Material Science - Additive Manufacturing",
508
+ "paper_id": "2",
509
+ "paper_title": "Geometrical defect detection for additive manufacturing with machine learning models",
510
+ "question_id": "Q11",
511
+ "question": "How many replications are conducted during machine learning, if any?",
512
+ "choices": {
513
+ "A": "5",
514
+ "B": "256",
515
+ "C": "1000",
516
+ "D": "35",
517
+ "E": "All of above",
518
+ "F": "None of above"
519
+ },
520
+ "answer": "F",
521
+ "metadata": {
522
+ "Task-oriented Category": "Technical approach & details",
523
+ "question_key_term": "Number of Replications",
524
+ "term_explanation": "If the paper did so, how many times is the experiment or test repeated to make sure the results are reliable?"
525
+ }
526
+ },
527
+ {
528
+ "subject": "Material Science - Additive Manufacturing",
529
+ "paper_id": "2",
530
+ "paper_title": "Geometrical defect detection for additive manufacturing with machine learning models",
531
+ "question_id": "Q12",
532
+ "question": "How many epochs are used during machine learning, if any?",
533
+ "choices": {
534
+ "A": "50",
535
+ "B": "300",
536
+ "C": "1000",
537
+ "D": "3500",
538
+ "E": "All of above",
539
+ "F": "None of above"
540
+ },
541
+ "answer": "F",
542
+ "metadata": {
543
+ "Task-oriented Category": "Technical approach & details",
544
+ "question_key_term": "Number of Epochs",
545
+ "term_explanation": "In training the model, how many times does it go through the whole set of data?"
546
+ }
547
+ },
548
+ {
549
+ "subject": "Material Science - Additive Manufacturing",
550
+ "paper_id": "2",
551
+ "paper_title": "Geometrical defect detection for additive manufacturing with machine learning models",
552
+ "question_id": "Q13",
553
+ "question": "What metrics are used to evaluate the machine learning models?",
554
+ "choices": {
555
+ "A": "Accuracy",
556
+ "B": "F-measure",
557
+ "C": "G-mean",
558
+ "D": "F-measure and G-mean",
559
+ "E": "All of above",
560
+ "F": "None of above"
561
+ },
562
+ "answer": "E",
563
+ "metadata": {
564
+ "Task-oriented Category": "Conclusions & results",
565
+ "question_key_term": "Performance metrics",
566
+ "term_explanation": "How do the researchers check whether the model is doing a good job—what measures or scores do they use to judge its performance?"
567
+ }
568
+ },
569
+ {
570
+ "subject": "Material Science - Additive Manufacturing",
571
+ "paper_id": "2",
572
+ "paper_title": "Geometrical defect detection for additive manufacturing with machine learning models",
573
+ "question_id": "Q14",
574
+ "question": "What are the values for these metrics?",
575
+ "choices": {
576
+ "A": "Accuracy of 98 %",
577
+ "B": "98 % accuracy, >35 % F-measure, >46 % G-mean",
578
+ "C": "p < 0.003",
579
+ "D": "A strong correlation",
580
+ "E": "All of above",
581
+ "F": "None of above"
582
+ },
583
+ "answer": "B",
584
+ "metadata": {
585
+ "Task-oriented Category": "Conclusions & results",
586
+ "question_key_term": "Performance values",
587
+ "term_explanation": "What were the actual results or scores from those metrics?"
588
+ }
589
+ },
590
+ {
591
+ "subject": "Material Science - Additive Manufacturing",
592
+ "paper_id": "3",
593
+ "paper_title": "Layer-Wise Modeling and Anomaly Detection for LaserBased Additive Manufacturing",
594
+ "question_id": "Q1",
595
+ "question": "What type of additive manufacturing process is studied?",
596
+ "choices": {
597
+ "A": "LPBF",
598
+ "B": "Inkjet printing",
599
+ "C": "Aerojet printing",
600
+ "D": "Direct ink writing",
601
+ "E": "All of above",
602
+ "F": "None of above"
603
+ },
604
+ "answer": "A",
605
+ "metadata": {
606
+ "Task-oriented Category": "Study subject & experimental setup",
607
+ "question_key_term": "AM process",
608
+ "term_explanation": "Can you describe the particular kind of 3D printing or additive manufacturing approach that the work is centered on, since there are many different techniques available and each one uses a different way of building up materials layer by layer?"
609
+ }
610
+ },
611
+ {
612
+ "subject": "Material Science - Additive Manufacturing",
613
+ "paper_id": "3",
614
+ "paper_title": "Layer-Wise Modeling and Anomaly Detection for LaserBased Additive Manufacturing",
615
+ "question_id": "Q2",
616
+ "question": "What type of material is used for printing?",
617
+ "choices": {
618
+ "A": "Ti64",
619
+ "B": "Water",
620
+ "C": "Silver",
621
+ "D": "Glycerol",
622
+ "E": "All of above",
623
+ "F": "None of above"
624
+ },
625
+ "answer": "A",
626
+ "metadata": {
627
+ "Task-oriented Category": "Study subject & experimental setup",
628
+ "question_key_term": "Material type",
629
+ "term_explanation": "What kind of material is being used in the 3D printing for the study? In other words, is the printing carried out with metals, plastics, ceramics, composites, or some other type of material, since different studies often focus on very different classes of materials?"
630
+ }
631
+ },
632
+ {
633
+ "subject": "Material Science - Additive Manufacturing",
634
+ "paper_id": "3",
635
+ "paper_title": "Layer-Wise Modeling and Anomaly Detection for LaserBased Additive Manufacturing",
636
+ "question_id": "Q3",
637
+ "question": "What kind of shape or product is printed?",
638
+ "choices": {
639
+ "A": "Thin wall",
640
+ "B": "Droplet",
641
+ "C": "Single layer",
642
+ "D": "Full part",
643
+ "E": "All of above",
644
+ "F": "None of above"
645
+ },
646
+ "answer": "A",
647
+ "metadata": {
648
+ "Task-oriented Category": "Study subject & experimental setup",
649
+ "question_key_term": "Part and design",
650
+ "term_explanation": "What kind of object or final shape is being created with the 3D printing process—for example, is it something simple like a droplet or test sample, or a more complex product meant for a specific use?"
651
+ }
652
+ },
653
+ {
654
+ "subject": "Material Science - Additive Manufacturing",
655
+ "paper_id": "3",
656
+ "paper_title": "Layer-Wise Modeling and Anomaly Detection for LaserBased Additive Manufacturing",
657
+ "question_id": "Q4",
658
+ "question": "What is the primary defect being studied?",
659
+ "choices": {
660
+ "A": "Porosity",
661
+ "B": "Crack",
662
+ "C": "Satelitte",
663
+ "D": "Overspray",
664
+ "E": "All of above",
665
+ "F": "None of above"
666
+ },
667
+ "answer": "A",
668
+ "metadata": {
669
+ "Task-oriented Category": "Study subject & experimental setup",
670
+ "question_key_term": "Defect",
671
+ "term_explanation": "What is the main problem or imperfection in the 3D-printed part that the study is trying to detect or understand—for example, are they looking for tiny holes, cracks, weak spots, or other kinds of flaws that can appear during printing?"
672
+ }
673
+ },
674
+ {
675
+ "subject": "Material Science - Additive Manufacturing",
676
+ "paper_id": "3",
677
+ "paper_title": "Layer-Wise Modeling and Anomaly Detection for LaserBased Additive Manufacturing",
678
+ "question_id": "Q5",
679
+ "question": "What sensors are used to measure the process?",
680
+ "choices": {
681
+ "A": "Thermal camera",
682
+ "B": "Strobing camera",
683
+ "C": "Thermocouple",
684
+ "D": "Acoustic",
685
+ "E": "All of above",
686
+ "F": "None of above"
687
+ },
688
+ "answer": "A",
689
+ "metadata": {
690
+ "Task-oriented Category": "Data characteristics & collection",
691
+ "question_key_term": "Sensor type",
692
+ "term_explanation": "What kinds of tools or sensors are being used to watch, measure, or check the 3D printing process—for instance, are the paper looking at the process with cameras, tracking heat, listening for sounds, or scanning the part after it’s made?"
693
+ }
694
+ },
695
+ {
696
+ "subject": "Material Science - Additive Manufacturing",
697
+ "paper_id": "3",
698
+ "paper_title": "Layer-Wise Modeling and Anomaly Detection for LaserBased Additive Manufacturing",
699
+ "question_id": "Q6",
700
+ "question": "What is the sampling rate (Hz)?",
701
+ "choices": {
702
+ "A": "0-20 Hz",
703
+ "B": "20-40 Hz",
704
+ "C": "40-60 Hz",
705
+ "D": "Above 60 Hz",
706
+ "E": "All of above",
707
+ "F": "None of above"
708
+ },
709
+ "answer": "A",
710
+ "metadata": {
711
+ "Task-oriented Category": "Data characteristics & collection",
712
+ "question_key_term": "Sampling rate",
713
+ "term_explanation": "How often are the measurements or data points being collected during the 3D printing process—for example, are they being taken many times per second, or less frequently?"
714
+ }
715
+ },
716
+ {
717
+ "subject": "Material Science - Additive Manufacturing",
718
+ "paper_id": "3",
719
+ "paper_title": "Layer-Wise Modeling and Anomaly Detection for LaserBased Additive Manufacturing",
720
+ "question_id": "Q7",
721
+ "question": "If relevant, what is the spatial resolution (µm)?",
722
+ "choices": {
723
+ "A": "<50 µm",
724
+ "B": "50 -100 µm",
725
+ "C": "100 -150 µm",
726
+ "D": "Above 150 µm",
727
+ "E": "All of above",
728
+ "F": "None of above"
729
+ },
730
+ "answer": "A",
731
+ "metadata": {
732
+ "Task-oriented Category": "Data characteristics & collection",
733
+ "question_key_term": "Spatial resolution",
734
+ "term_explanation": "How detailed or sharp is the image—for example, how small of a feature can actually be seen in the measurement?"
735
+ }
736
+ },
737
+ {
738
+ "subject": "Material Science - Additive Manufacturing",
739
+ "paper_id": "3",
740
+ "paper_title": "Layer-Wise Modeling and Anomaly Detection for LaserBased Additive Manufacturing",
741
+ "question_id": "Q8",
742
+ "question": "What is the machine learning objective in this study?",
743
+ "choices": {
744
+ "A": "Regression",
745
+ "B": "Clustering",
746
+ "C": "Dimension reduction",
747
+ "D": "Classification",
748
+ "E": "All of above",
749
+ "F": "None of above"
750
+ },
751
+ "answer": "D",
752
+ "metadata": {
753
+ "Task-oriented Category": "Technical approach & details",
754
+ "question_key_term": "Machine Learning task",
755
+ "term_explanation": "What kind of problem is the paper solving with the data—for example, is it trying to sort things into categories, make predictions about numbers, or group similar items together?"
756
+ }
757
+ },
758
+ {
759
+ "subject": "Material Science - Additive Manufacturing",
760
+ "paper_id": "3",
761
+ "paper_title": "Layer-Wise Modeling and Anomaly Detection for LaserBased Additive Manufacturing",
762
+ "question_id": "Q9",
763
+ "question": "What machine learning algorithm is used?",
764
+ "choices": {
765
+ "A": "Bagging",
766
+ "B": "Boosting",
767
+ "C": "RF",
768
+ "D": "SVM",
769
+ "E": "All of above",
770
+ "F": "None of above"
771
+ },
772
+ "answer": "D",
773
+ "metadata": {
774
+ "Task-oriented Category": "Technical approach & details",
775
+ "question_key_term": "Machine Learning algorithm",
776
+ "term_explanation": "A machine learning algorithm (such as linear regression, support vector machine, DNN etc. ) is a mathematical framework or procedure that processes input data to create a model capable of solving a specific ML task."
777
+ }
778
+ },
779
+ {
780
+ "subject": "Material Science - Additive Manufacturing",
781
+ "paper_id": "3",
782
+ "paper_title": "Layer-Wise Modeling and Anomaly Detection for LaserBased Additive Manufacturing",
783
+ "question_id": "Q10",
784
+ "question": "How are the data split during machine learning?",
785
+ "choices": {
786
+ "A": "T-T split; 5/6, 1/6",
787
+ "B": "T-D-T split; 0.8, 0.1, 0.1",
788
+ "C": "K-fold; 5 fold",
789
+ "D": "K-fold; 10 fold",
790
+ "E": "All of above",
791
+ "F": "None of above"
792
+ },
793
+ "answer": "A",
794
+ "metadata": {
795
+ "Task-oriented Category": "Technical approach & details",
796
+ "question_key_term": "Splitting strategy (tdt split or k-fold)",
797
+ "term_explanation": "How is the data being divided up when training the model—for example, which part is used for teaching, which part is used for testing how well it learned?"
798
+ }
799
+ },
800
+ {
801
+ "subject": "Material Science - Additive Manufacturing",
802
+ "paper_id": "3",
803
+ "paper_title": "Layer-Wise Modeling and Anomaly Detection for LaserBased Additive Manufacturing",
804
+ "question_id": "Q11",
805
+ "question": "How many replications are conducted during machine learning, if any?",
806
+ "choices": {
807
+ "A": "5",
808
+ "B": "256",
809
+ "C": "500",
810
+ "D": "35",
811
+ "E": "All of above",
812
+ "F": "None of above"
813
+ },
814
+ "answer": "C",
815
+ "metadata": {
816
+ "Task-oriented Category": "Technical approach & details",
817
+ "question_key_term": "Number of Replications",
818
+ "term_explanation": "If the paper did so, how many times is the experiment or test repeated to make sure the results are reliable?"
819
+ }
820
+ },
821
+ {
822
+ "subject": "Material Science - Additive Manufacturing",
823
+ "paper_id": "3",
824
+ "paper_title": "Layer-Wise Modeling and Anomaly Detection for LaserBased Additive Manufacturing",
825
+ "question_id": "Q12",
826
+ "question": "How many epochs are used during machine learning, if any?",
827
+ "choices": {
828
+ "A": "50",
829
+ "B": "300",
830
+ "C": "1000",
831
+ "D": "3500",
832
+ "E": "All of above",
833
+ "F": "None of above"
834
+ },
835
+ "answer": "F",
836
+ "metadata": {
837
+ "Task-oriented Category": "Technical approach & details",
838
+ "question_key_term": "Number of Epochs",
839
+ "term_explanation": "In training the model, how many times does it go through the whole set of data?"
840
+ }
841
+ },
842
+ {
843
+ "subject": "Material Science - Additive Manufacturing",
844
+ "paper_id": "3",
845
+ "paper_title": "Layer-Wise Modeling and Anomaly Detection for LaserBased Additive Manufacturing",
846
+ "question_id": "Q13",
847
+ "question": "What metrics are used to evaluate the machine learning models?",
848
+ "choices": {
849
+ "A": "Precision and Recall",
850
+ "B": "Precision",
851
+ "C": "Recall",
852
+ "D": "F1 score",
853
+ "E": "All of above",
854
+ "F": "None of above"
855
+ },
856
+ "answer": "E",
857
+ "metadata": {
858
+ "Task-oriented Category": "Conclusions & results",
859
+ "question_key_term": "Performance metrics",
860
+ "term_explanation": "How do the researchers check whether the model is doing a good job—what measures or scores do they use to judge its performance?"
861
+ }
862
+ },
863
+ {
864
+ "subject": "Material Science - Additive Manufacturing",
865
+ "paper_id": "3",
866
+ "paper_title": "Layer-Wise Modeling and Anomaly Detection for LaserBased Additive Manufacturing",
867
+ "question_id": "Q14",
868
+ "question": "What are the values for these metrics?",
869
+ "choices": {
870
+ "A": "Accuracy > 90%",
871
+ "B": ">95 % precision, >91 % recall and >93 % F1 score",
872
+ "C": "p < 0.003 for any classical method compared to our method",
873
+ "D": "89.5±2.5 % accuracy",
874
+ "E": "All of above",
875
+ "F": "None of above"
876
+ },
877
+ "answer": "B",
878
+ "metadata": {
879
+ "Task-oriented Category": "Conclusions & results",
880
+ "question_key_term": "Performance values",
881
+ "term_explanation": "What were the actual results or scores from those metrics?"
882
+ }
883
+ },
884
+ {
885
+ "subject": "Material Science - Additive Manufacturing",
886
+ "paper_id": "4",
887
+ "paper_title": "Online droplet anomaly detection from streaming videos in inkjet printing",
888
+ "question_id": "Q1",
889
+ "question": "What type of additive manufacturing process is studied?",
890
+ "choices": {
891
+ "A": "LPBF",
892
+ "B": "Inkjet printing",
893
+ "C": "Aerojet printing",
894
+ "D": "Direct ink writing",
895
+ "E": "All of above",
896
+ "F": "None of above"
897
+ },
898
+ "answer": "B",
899
+ "metadata": {
900
+ "Task-oriented Category": "Study subject & experimental setup",
901
+ "question_key_term": "AM process",
902
+ "term_explanation": "Can you describe the particular kind of 3D printing or additive manufacturing approach that the work is centered on, since there are many different techniques available and each one uses a different way of building up materials layer by layer?"
903
+ }
904
+ },
905
+ {
906
+ "subject": "Material Science - Additive Manufacturing",
907
+ "paper_id": "4",
908
+ "paper_title": "Online droplet anomaly detection from streaming videos in inkjet printing",
909
+ "question_id": "Q2",
910
+ "question": "What type of material is used for printing?",
911
+ "choices": {
912
+ "A": "Ti64",
913
+ "B": "Water",
914
+ "C": "Silver",
915
+ "D": "Glycerol",
916
+ "E": "All of above",
917
+ "F": "None of above"
918
+ },
919
+ "answer": "B",
920
+ "metadata": {
921
+ "Task-oriented Category": "Study subject & experimental setup",
922
+ "question_key_term": "Material type",
923
+ "term_explanation": "What kind of material is being used in the 3D printing for the study? In other words, is the printing carried out with metals, plastics, ceramics, composites, or some other type of material, since different studies often focus on very different classes of materials?"
924
+ }
925
+ },
926
+ {
927
+ "subject": "Material Science - Additive Manufacturing",
928
+ "paper_id": "4",
929
+ "paper_title": "Online droplet anomaly detection from streaming videos in inkjet printing",
930
+ "question_id": "Q3",
931
+ "question": "What kind of shape or product is printed?",
932
+ "choices": {
933
+ "A": "Thin wall",
934
+ "B": "Droplet",
935
+ "C": "Single layer",
936
+ "D": "Full part",
937
+ "E": "All of above",
938
+ "F": "None of above"
939
+ },
940
+ "answer": "B",
941
+ "metadata": {
942
+ "Task-oriented Category": "Study subject & experimental setup",
943
+ "question_key_term": "Part and design",
944
+ "term_explanation": "What kind of object or final shape is being created with the 3D printing process—for example, is it something simple like a droplet or test sample, or a more complex product meant for a specific use?"
945
+ }
946
+ },
947
+ {
948
+ "subject": "Material Science - Additive Manufacturing",
949
+ "paper_id": "4",
950
+ "paper_title": "Online droplet anomaly detection from streaming videos in inkjet printing",
951
+ "question_id": "Q4",
952
+ "question": "What is the primary defect being studied?",
953
+ "choices": {
954
+ "A": "Porosity",
955
+ "B": "Crack",
956
+ "C": "Satelitte",
957
+ "D": "Overspray",
958
+ "E": "All of above",
959
+ "F": "None of above"
960
+ },
961
+ "answer": "C",
962
+ "metadata": {
963
+ "Task-oriented Category": "Study subject & experimental setup",
964
+ "question_key_term": "Defect",
965
+ "term_explanation": "What is the main problem or imperfection in the 3D-printed part that the study is trying to detect or understand—for example, are they looking for tiny holes, cracks, weak spots, or other kinds of flaws that can appear during printing?"
966
+ }
967
+ },
968
+ {
969
+ "subject": "Material Science - Additive Manufacturing",
970
+ "paper_id": "4",
971
+ "paper_title": "Online droplet anomaly detection from streaming videos in inkjet printing",
972
+ "question_id": "Q5",
973
+ "question": "What sensors are used to measure the process?",
974
+ "choices": {
975
+ "A": "Thermal camera",
976
+ "B": "Strobing camera",
977
+ "C": "Thermocouple",
978
+ "D": "Acoustic",
979
+ "E": "All of above",
980
+ "F": "None of above"
981
+ },
982
+ "answer": "B",
983
+ "metadata": {
984
+ "Task-oriented Category": "Data characteristics & collection",
985
+ "question_key_term": "Sensor type",
986
+ "term_explanation": "What kinds of tools or sensors are being used to watch, measure, or check the 3D printing process—for instance, are the paper looking at the process with cameras, tracking heat, listening for sounds, or scanning the part after it’s made?"
987
+ }
988
+ },
989
+ {
990
+ "subject": "Material Science - Additive Manufacturing",
991
+ "paper_id": "4",
992
+ "paper_title": "Online droplet anomaly detection from streaming videos in inkjet printing",
993
+ "question_id": "Q6",
994
+ "question": "What is the sampling rate (Hz)?",
995
+ "choices": {
996
+ "A": "0-20 Hz",
997
+ "B": "20-40 Hz",
998
+ "C": "40-60 Hz",
999
+ "D": "Above 60 Hz",
1000
+ "E": "All of above",
1001
+ "F": "None of above"
1002
+ },
1003
+ "answer": "B",
1004
+ "metadata": {
1005
+ "Task-oriented Category": "Data characteristics & collection",
1006
+ "question_key_term": "Sampling rate",
1007
+ "term_explanation": "How often are the measurements or data points being collected during the 3D printing process—for example, are they being taken many times per second, or less frequently?"
1008
+ }
1009
+ },
1010
+ {
1011
+ "subject": "Material Science - Additive Manufacturing",
1012
+ "paper_id": "4",
1013
+ "paper_title": "Online droplet anomaly detection from streaming videos in inkjet printing",
1014
+ "question_id": "Q7",
1015
+ "question": "If relevant, what is the spatial resolution (µm)?",
1016
+ "choices": {
1017
+ "A": "<50 µm",
1018
+ "B": "50 -100 µm",
1019
+ "C": "100 -150 µm",
1020
+ "D": "Above 150 µm",
1021
+ "E": "All of above",
1022
+ "F": "None of above"
1023
+ },
1024
+ "answer": "F",
1025
+ "metadata": {
1026
+ "Task-oriented Category": "Data characteristics & collection",
1027
+ "question_key_term": "Spatial resolution",
1028
+ "term_explanation": "How detailed or sharp is the image—for example, how small of a feature can actually be seen in the measurement?"
1029
+ }
1030
+ },
1031
+ {
1032
+ "subject": "Material Science - Additive Manufacturing",
1033
+ "paper_id": "4",
1034
+ "paper_title": "Online droplet anomaly detection from streaming videos in inkjet printing",
1035
+ "question_id": "Q8",
1036
+ "question": "What is the machine learning objective in this study?",
1037
+ "choices": {
1038
+ "A": "Regression",
1039
+ "B": "Clustering",
1040
+ "C": "Dimension reduction",
1041
+ "D": "Classification",
1042
+ "E": "All of above",
1043
+ "F": "None of above"
1044
+ },
1045
+ "answer": "D",
1046
+ "metadata": {
1047
+ "Task-oriented Category": "Technical approach & details",
1048
+ "question_key_term": "Machine Learning task",
1049
+ "term_explanation": "What kind of problem is the paper solving with the data—for example, is it trying to sort things into categories, make predictions about numbers, or group similar items together?"
1050
+ }
1051
+ },
1052
+ {
1053
+ "subject": "Material Science - Additive Manufacturing",
1054
+ "paper_id": "4",
1055
+ "paper_title": "Online droplet anomaly detection from streaming videos in inkjet printing",
1056
+ "question_id": "Q9",
1057
+ "question": "What machine learning algorithm is used?",
1058
+ "choices": {
1059
+ "A": "SVM",
1060
+ "B": "CNN",
1061
+ "C": "LR",
1062
+ "D": "Bayesian online change detection",
1063
+ "E": "All of above",
1064
+ "F": "None of above"
1065
+ },
1066
+ "answer": "D",
1067
+ "metadata": {
1068
+ "Task-oriented Category": "Technical approach & details",
1069
+ "question_key_term": "Machine Learning algorithm",
1070
+ "term_explanation": "A machine learning algorithm (such as linear regression, support vector machine, DNN etc. ) is a mathematical framework or procedure that processes input data to create a model capable of solving a specific ML task."
1071
+ }
1072
+ },
1073
+ {
1074
+ "subject": "Material Science - Additive Manufacturing",
1075
+ "paper_id": "4",
1076
+ "paper_title": "Online droplet anomaly detection from streaming videos in inkjet printing",
1077
+ "question_id": "Q10",
1078
+ "question": "How are the data split during machine learning?",
1079
+ "choices": {
1080
+ "A": "T-T split; 0.7, 0.3",
1081
+ "B": "T-D-T split; 0.8, 0.1, 0.1",
1082
+ "C": "K-fold; 5 fold",
1083
+ "D": "K-fold; 10 fold",
1084
+ "E": "All of above",
1085
+ "F": "None of above"
1086
+ },
1087
+ "answer": "F",
1088
+ "metadata": {
1089
+ "Task-oriented Category": "Technical approach & details",
1090
+ "question_key_term": "Splitting strategy (tdt split or k-fold)",
1091
+ "term_explanation": "How is the data being divided up when training the model—for example, which part is used for teaching, which part is used for testing how well it learned?"
1092
+ }
1093
+ },
1094
+ {
1095
+ "subject": "Material Science - Additive Manufacturing",
1096
+ "paper_id": "4",
1097
+ "paper_title": "Online droplet anomaly detection from streaming videos in inkjet printing",
1098
+ "question_id": "Q11",
1099
+ "question": "How many replications are conducted during machine learning, if any?",
1100
+ "choices": {
1101
+ "A": "5",
1102
+ "B": "256",
1103
+ "C": "1000",
1104
+ "D": "35",
1105
+ "E": "All of above",
1106
+ "F": "None of above"
1107
+ },
1108
+ "answer": "F",
1109
+ "metadata": {
1110
+ "Task-oriented Category": "Technical approach & details",
1111
+ "question_key_term": "Number of Replications",
1112
+ "term_explanation": "If the paper did so, how many times is the experiment or test repeated to make sure the results are reliable?"
1113
+ }
1114
+ },
1115
+ {
1116
+ "subject": "Material Science - Additive Manufacturing",
1117
+ "paper_id": "4",
1118
+ "paper_title": "Online droplet anomaly detection from streaming videos in inkjet printing",
1119
+ "question_id": "Q12",
1120
+ "question": "How many epochs are used during machine learning, if any?",
1121
+ "choices": {
1122
+ "A": "50",
1123
+ "B": "170",
1124
+ "C": "600",
1125
+ "D": "1700",
1126
+ "E": "All of above",
1127
+ "F": "None of above"
1128
+ },
1129
+ "answer": "F",
1130
+ "metadata": {
1131
+ "Task-oriented Category": "Technical approach & details",
1132
+ "question_key_term": "Number of Epochs",
1133
+ "term_explanation": "In training the model, how many times does it go through the whole set of data?"
1134
+ }
1135
+ },
1136
+ {
1137
+ "subject": "Material Science - Additive Manufacturing",
1138
+ "paper_id": "4",
1139
+ "paper_title": "Online droplet anomaly detection from streaming videos in inkjet printing",
1140
+ "question_id": "Q13",
1141
+ "question": "What metrics are used to evaluate the machine learning models?",
1142
+ "choices": {
1143
+ "A": "Precision and Recall",
1144
+ "B": "Precision",
1145
+ "C": "Recall",
1146
+ "D": "F1 score",
1147
+ "E": "All of above",
1148
+ "F": "None of above"
1149
+ },
1150
+ "answer": "A",
1151
+ "metadata": {
1152
+ "Task-oriented Category": "Conclusions & results",
1153
+ "question_key_term": "Performance metrics",
1154
+ "term_explanation": "How do the researchers check whether the model is doing a good job—what measures or scores do they use to judge its performance?"
1155
+ }
1156
+ },
1157
+ {
1158
+ "subject": "Material Science - Additive Manufacturing",
1159
+ "paper_id": "4",
1160
+ "paper_title": "Online droplet anomaly detection from streaming videos in inkjet printing",
1161
+ "question_id": "Q14",
1162
+ "question": "What are the values for these metrics?",
1163
+ "choices": {
1164
+ "A": "Accuracy > 90%",
1165
+ "B": ">80 % precision, >70 % recall and >75 % F1 score",
1166
+ "C": "p < 0.003 for any classical method compared to our method",
1167
+ "D": "89.5±2.5 % accuracy",
1168
+ "E": "All of above",
1169
+ "F": "None of above"
1170
+ },
1171
+ "answer": "B",
1172
+ "metadata": {
1173
+ "Task-oriented Category": "Conclusions & results",
1174
+ "question_key_term": "Performance values",
1175
+ "term_explanation": "What were the actual results or scores from those metrics?"
1176
+ }
1177
+ },
1178
+ {
1179
+ "subject": "Material Science - Additive Manufacturing",
1180
+ "paper_id": "5",
1181
+ "paper_title": "Toward the digital twin of additive manufacturing- Integrating thermal simulations, sensing, and analytics to detect process faults",
1182
+ "question_id": "Q1",
1183
+ "question": "What type of additive manufacturing process is studied?",
1184
+ "choices": {
1185
+ "A": "LPBF",
1186
+ "B": "DED",
1187
+ "C": "Aerojet printing",
1188
+ "D": "LPBF and DED",
1189
+ "E": "All of above",
1190
+ "F": "None of above"
1191
+ },
1192
+ "answer": "D",
1193
+ "metadata": {
1194
+ "Task-oriented Category": "Study subject & experimental setup",
1195
+ "question_key_term": "AM process",
1196
+ "term_explanation": "Can you describe the particular kind of 3D printing or additive manufacturing approach that the work is centered on, since there are many different techniques available and each one uses a different way of building up materials layer by layer?"
1197
+ }
1198
+ },
1199
+ {
1200
+ "subject": "Material Science - Additive Manufacturing",
1201
+ "paper_id": "5",
1202
+ "paper_title": "Toward the digital twin of additive manufacturing- Integrating thermal simulations, sensing, and analytics to detect process faults",
1203
+ "question_id": "Q2",
1204
+ "question": "What type of material is used for printing?",
1205
+ "choices": {
1206
+ "A": "Ti64",
1207
+ "B": "Inconel 625",
1208
+ "C": "Silver",
1209
+ "D": "Ti64 and Inconel 625",
1210
+ "E": "All of above",
1211
+ "F": "None of above"
1212
+ },
1213
+ "answer": "D",
1214
+ "metadata": {
1215
+ "Task-oriented Category": "Study subject & experimental setup",
1216
+ "question_key_term": "Material type",
1217
+ "term_explanation": "What kind of material is being used in the 3D printing for the study? In other words, is the printing carried out with metals, plastics, ceramics, composites, or some other type of material, since different studies often focus on very different classes of materials?"
1218
+ }
1219
+ },
1220
+ {
1221
+ "subject": "Material Science - Additive Manufacturing",
1222
+ "paper_id": "5",
1223
+ "paper_title": "Toward the digital twin of additive manufacturing- Integrating thermal simulations, sensing, and analytics to detect process faults",
1224
+ "question_id": "Q3",
1225
+ "question": "What kind of shape or product is printed?",
1226
+ "choices": {
1227
+ "A": "Thin wall",
1228
+ "B": "Overhang part",
1229
+ "C": "Single layer",
1230
+ "D": "Overhang part and thin wall",
1231
+ "E": "All of above",
1232
+ "F": "None of above"
1233
+ },
1234
+ "answer": "D",
1235
+ "metadata": {
1236
+ "Task-oriented Category": "Study subject & experimental setup",
1237
+ "question_key_term": "Part and design",
1238
+ "term_explanation": "What kind of object or final shape is being created with the 3D printing process—for example, is it something simple like a droplet or test sample, or a more complex product meant for a specific use?"
1239
+ }
1240
+ },
1241
+ {
1242
+ "subject": "Material Science - Additive Manufacturing",
1243
+ "paper_id": "5",
1244
+ "paper_title": "Toward the digital twin of additive manufacturing- Integrating thermal simulations, sensing, and analytics to detect process faults",
1245
+ "question_id": "Q4",
1246
+ "question": "What is the primary defect being studied?",
1247
+ "choices": {
1248
+ "A": "Porosity",
1249
+ "B": "Crack",
1250
+ "C": "Satelitte",
1251
+ "D": "Overspray",
1252
+ "E": "All of above",
1253
+ "F": "None of above"
1254
+ },
1255
+ "answer": "A",
1256
+ "metadata": {
1257
+ "Task-oriented Category": "Study subject & experimental setup",
1258
+ "question_key_term": "Defect",
1259
+ "term_explanation": "What is the main problem or imperfection in the 3D-printed part that the study is trying to detect or understand—for example, are they looking for tiny holes, cracks, weak spots, or other kinds of flaws that can appear during printing?"
1260
+ }
1261
+ },
1262
+ {
1263
+ "subject": "Material Science - Additive Manufacturing",
1264
+ "paper_id": "5",
1265
+ "paper_title": "Toward the digital twin of additive manufacturing- Integrating thermal simulations, sensing, and analytics to detect process faults",
1266
+ "question_id": "Q5",
1267
+ "question": "What sensors are used to measure the process?",
1268
+ "choices": {
1269
+ "A": "Thermal camera",
1270
+ "B": "Photodetector",
1271
+ "C": "Thermal camera and photodetector",
1272
+ "D": "Acoustic",
1273
+ "E": "All of above",
1274
+ "F": "None of above"
1275
+ },
1276
+ "answer": "C",
1277
+ "metadata": {
1278
+ "Task-oriented Category": "Data characteristics & collection",
1279
+ "question_key_term": "Sensor type",
1280
+ "term_explanation": "What kinds of tools or sensors are being used to watch, measure, or check the 3D printing process—for instance, are the paper looking at the process with cameras, tracking heat, listening for sounds, or scanning the part after it’s made?"
1281
+ }
1282
+ },
1283
+ {
1284
+ "subject": "Material Science - Additive Manufacturing",
1285
+ "paper_id": "5",
1286
+ "paper_title": "Toward the digital twin of additive manufacturing- Integrating thermal simulations, sensing, and analytics to detect process faults",
1287
+ "question_id": "Q6",
1288
+ "question": "What is the sampling rate (Hz)?",
1289
+ "choices": {
1290
+ "A": "0-20 Hz",
1291
+ "B": "20-40 Hz",
1292
+ "C": "40-60 Hz",
1293
+ "D": "Above 60 Hz",
1294
+ "E": "All of above",
1295
+ "F": "None of above"
1296
+ },
1297
+ "answer": "D",
1298
+ "metadata": {
1299
+ "Task-oriented Category": "Data characteristics & collection",
1300
+ "question_key_term": "Sampling rate",
1301
+ "term_explanation": "How often are the measurements or data points being collected during the 3D printing process—for example, are they being taken many times per second, or less frequently?"
1302
+ }
1303
+ },
1304
+ {
1305
+ "subject": "Material Science - Additive Manufacturing",
1306
+ "paper_id": "5",
1307
+ "paper_title": "Toward the digital twin of additive manufacturing- Integrating thermal simulations, sensing, and analytics to detect process faults",
1308
+ "question_id": "Q7",
1309
+ "question": "If relevant, what is the spatial resolution (µm)?",
1310
+ "choices": {
1311
+ "A": "<50 µm",
1312
+ "B": "50 -100 µm",
1313
+ "C": "100 -150 µm",
1314
+ "D": "Above 150 µm",
1315
+ "E": "All of above",
1316
+ "F": "None of above"
1317
+ },
1318
+ "answer": "F",
1319
+ "metadata": {
1320
+ "Task-oriented Category": "Data characteristics & collection",
1321
+ "question_key_term": "Spatial resolution",
1322
+ "term_explanation": "How detailed or sharp is the image—for example, how small of a feature can actually be seen in the measurement?"
1323
+ }
1324
+ },
1325
+ {
1326
+ "subject": "Material Science - Additive Manufacturing",
1327
+ "paper_id": "5",
1328
+ "paper_title": "Toward the digital twin of additive manufacturing- Integrating thermal simulations, sensing, and analytics to detect process faults",
1329
+ "question_id": "Q8",
1330
+ "question": "What is the machine learning objective in this study?",
1331
+ "choices": {
1332
+ "A": "Regression",
1333
+ "B": "Classification",
1334
+ "C": "Dimension reduction",
1335
+ "D": "Classification and regression",
1336
+ "E": "All of above",
1337
+ "F": "None of above"
1338
+ },
1339
+ "answer": "B",
1340
+ "metadata": {
1341
+ "Task-oriented Category": "Technical approach & details",
1342
+ "question_key_term": "Machine Learning task",
1343
+ "term_explanation": "What kind of problem is the paper solving with the data—for example, is it trying to sort things into categories, make predictions about numbers, or group similar items together?"
1344
+ }
1345
+ },
1346
+ {
1347
+ "subject": "Material Science - Additive Manufacturing",
1348
+ "paper_id": "5",
1349
+ "paper_title": "Toward the digital twin of additive manufacturing- Integrating thermal simulations, sensing, and analytics to detect process faults",
1350
+ "question_id": "Q9",
1351
+ "question": "What machine learning algorithm is used?",
1352
+ "choices": {
1353
+ "A": "SVM",
1354
+ "B": "CNN",
1355
+ "C": "LR",
1356
+ "D": "Regression",
1357
+ "E": "All of above",
1358
+ "F": "None of above"
1359
+ },
1360
+ "answer": "A",
1361
+ "metadata": {
1362
+ "Task-oriented Category": "Technical approach & details",
1363
+ "question_key_term": "Machine Learning algorithm",
1364
+ "term_explanation": "A machine learning algorithm (such as linear regression, support vector machine, DNN etc. ) is a mathematical framework or procedure that processes input data to create a model capable of solving a specific ML task."
1365
+ }
1366
+ },
1367
+ {
1368
+ "subject": "Material Science - Additive Manufacturing",
1369
+ "paper_id": "5",
1370
+ "paper_title": "Toward the digital twin of additive manufacturing- Integrating thermal simulations, sensing, and analytics to detect process faults",
1371
+ "question_id": "Q10",
1372
+ "question": "How are the data split during machine learning?",
1373
+ "choices": {
1374
+ "A": "T-T split; 0.7, 0.3",
1375
+ "B": "T-D-T split; 0.8, 0.1, 0.1",
1376
+ "C": "K-fold; 5 fold",
1377
+ "D": "K-fold; 10 fold",
1378
+ "E": "All of above",
1379
+ "F": "None of above"
1380
+ },
1381
+ "answer": "C",
1382
+ "metadata": {
1383
+ "Task-oriented Category": "Technical approach & details",
1384
+ "question_key_term": "Splitting strategy (tdt split or k-fold)",
1385
+ "term_explanation": "How is the data being divided up when training the model—for example, which part is used for teaching, which part is used for testing how well it learned?"
1386
+ }
1387
+ },
1388
+ {
1389
+ "subject": "Material Science - Additive Manufacturing",
1390
+ "paper_id": "5",
1391
+ "paper_title": "Toward the digital twin of additive manufacturing- Integrating thermal simulations, sensing, and analytics to detect process faults",
1392
+ "question_id": "Q11",
1393
+ "question": "How many replications are conducted during machine learning, if any?",
1394
+ "choices": {
1395
+ "A": "10",
1396
+ "B": "256",
1397
+ "C": "1000",
1398
+ "D": "35",
1399
+ "E": "All of above",
1400
+ "F": "None of above"
1401
+ },
1402
+ "answer": "F",
1403
+ "metadata": {
1404
+ "Task-oriented Category": "Technical approach & details",
1405
+ "question_key_term": "Number of Replications",
1406
+ "term_explanation": "If the paper did so, how many times is the experiment or test repeated to make sure the results are reliable?"
1407
+ }
1408
+ },
1409
+ {
1410
+ "subject": "Material Science - Additive Manufacturing",
1411
+ "paper_id": "5",
1412
+ "paper_title": "Toward the digital twin of additive manufacturing- Integrating thermal simulations, sensing, and analytics to detect process faults",
1413
+ "question_id": "Q12",
1414
+ "question": "How many epochs are used during machine learning, if any?",
1415
+ "choices": {
1416
+ "A": "100",
1417
+ "B": "200",
1418
+ "C": "300",
1419
+ "D": "4700",
1420
+ "E": "All of above",
1421
+ "F": "None of above"
1422
+ },
1423
+ "answer": "F",
1424
+ "metadata": {
1425
+ "Task-oriented Category": "Technical approach & details",
1426
+ "question_key_term": "Number of Epochs",
1427
+ "term_explanation": "In training the model, how many times does it go through the whole set of data?"
1428
+ }
1429
+ },
1430
+ {
1431
+ "subject": "Material Science - Additive Manufacturing",
1432
+ "paper_id": "5",
1433
+ "paper_title": "Toward the digital twin of additive manufacturing- Integrating thermal simulations, sensing, and analytics to detect process faults",
1434
+ "question_id": "Q13",
1435
+ "question": "What metrics are used to evaluate the machine learning models?",
1436
+ "choices": {
1437
+ "A": "Accuracy",
1438
+ "B": "F score",
1439
+ "C": "Recall",
1440
+ "D": "MAE",
1441
+ "E": "All of above",
1442
+ "F": "None of above"
1443
+ },
1444
+ "answer": "B",
1445
+ "metadata": {
1446
+ "Task-oriented Category": "Conclusions & results",
1447
+ "question_key_term": "Performance metrics",
1448
+ "term_explanation": "How do the researchers check whether the model is doing a good job—what measures or scores do they use to judge its performance?"
1449
+ }
1450
+ },
1451
+ {
1452
+ "subject": "Material Science - Additive Manufacturing",
1453
+ "paper_id": "5",
1454
+ "paper_title": "Toward the digital twin of additive manufacturing- Integrating thermal simulations, sensing, and analytics to detect process faults",
1455
+ "question_id": "Q14",
1456
+ "question": "What are the values for these metrics?",
1457
+ "choices": {
1458
+ "A": "Acc, 0.999; R square 0.98",
1459
+ "B": "Acc, 0.999",
1460
+ "C": "R square 0.98",
1461
+ "D": "F score >0.9",
1462
+ "E": "All of above",
1463
+ "F": "None of above"
1464
+ },
1465
+ "answer": "D",
1466
+ "metadata": {
1467
+ "Task-oriented Category": "Conclusions & results",
1468
+ "question_key_term": "Performance values",
1469
+ "term_explanation": "What were the actual results or scores from those metrics?"
1470
+ }
1471
+ }
1472
+ ]
data/physics_surface_enhanced_raman_spectroscopy.json ADDED
@@ -0,0 +1,1367 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "subject": "Physics - Surface Enhanced Raman Spectroscopy",
4
+ "paper_id": "1",
5
+ "paper_title": "Machine learning enabled multiplex detection of periodontal pathogens by surface-enhanced Raman spectroscopy",
6
+ "question_id": "Q1",
7
+ "question": "What are the main analytes type studied?",
8
+ "choices": {
9
+ "A": "Soft tissue",
10
+ "B": "Oral disease",
11
+ "C": "Todd Hewitt Broth",
12
+ "D": "Periodontal pathogens",
13
+ "E": "All of above",
14
+ "F": "None of above"
15
+ },
16
+ "answer": "D",
17
+ "metadata": {
18
+ "Task-oriented Category": "Study subject & experimental setup",
19
+ "question_key_term": "Analytes",
20
+ "term_explanation": "The specific substances being studied in the context of SERS analysis, such as biomolecules (proteins, DNA, RNA), chemical compounds (pharmaceuticals, pollutants), or biological samples (cells, bacteria). The choice of analyte impacts the Raman signal, and it’s essential to document the concentration and physical state of the analyte (e.g., liquid, solid, powder)."
21
+ }
22
+ },
23
+ {
24
+ "subject": "Physics - Surface Enhanced Raman Spectroscopy",
25
+ "paper_id": "1",
26
+ "paper_title": "Machine learning enabled multiplex detection of periodontal pathogens by surface-enhanced Raman spectroscopy",
27
+ "question_id": "Q2",
28
+ "question": "What are the material and structure, or morphology of the SERS substrates used?",
29
+ "choices": {
30
+ "A": "Gold",
31
+ "B": "Sliver",
32
+ "C": "Titanium layer",
33
+ "D": "AFM",
34
+ "E": "All of above",
35
+ "F": "None of above"
36
+ },
37
+ "answer": "A",
38
+ "metadata": {
39
+ "Task-oriented Category": "Study subject & experimental setup",
40
+ "question_key_term": "SERS Substrates",
41
+ "term_explanation": "The types and structural properties of the SERS substrates used, including material (e.g., silver, gold), size, and morphology (e.g., nanospheres, nanostars, chiral metamaterials). Substrate shape and roughness influence plasmonic properties, affecting the enhancement factor."
42
+ }
43
+ },
44
+ {
45
+ "subject": "Physics - Surface Enhanced Raman Spectroscopy",
46
+ "paper_id": "1",
47
+ "paper_title": "Machine learning enabled multiplex detection of periodontal pathogens by surface-enhanced Raman spectroscopy",
48
+ "question_id": "Q3",
49
+ "question": "How many analytes are investigated?",
50
+ "choices": {
51
+ "A": "2",
52
+ "B": "3",
53
+ "C": "4",
54
+ "D": "5",
55
+ "E": "All of above",
56
+ "F": "None of above"
57
+ },
58
+ "answer": "B",
59
+ "metadata": {
60
+ "Task-oriented Category": "Study subject & experimental setup",
61
+ "question_key_term": "Number of Analytes",
62
+ "term_explanation": "The total number of analytes included in the study. This helps assess the breadth of the study and the potential for generalization of the findings across different analyte types."
63
+ }
64
+ },
65
+ {
66
+ "subject": "Physics - Surface Enhanced Raman Spectroscopy",
67
+ "paper_id": "1",
68
+ "paper_title": "Machine learning enabled multiplex detection of periodontal pathogens by surface-enhanced Raman spectroscopy",
69
+ "question_id": "Q4",
70
+ "question": "What is the excitation laser wavelength used for SERS measurements?",
71
+ "choices": {
72
+ "A": "90 mW",
73
+ "B": "633 nm",
74
+ "C": "785 nm",
75
+ "D": "30 s",
76
+ "E": "All of above",
77
+ "F": "None of above"
78
+ },
79
+ "answer": "C",
80
+ "metadata": {
81
+ "Task-oriented Category": "Data characteristics & collection",
82
+ "question_key_term": "Laser wavelength",
83
+ "term_explanation": "The specific wavelength of the laser used for excitation in the Raman setup, as different wavelengths may resonate more strongly with different analytes or substrates, influencing the SERS enhancement factor."
84
+ }
85
+ },
86
+ {
87
+ "subject": "Physics - Surface Enhanced Raman Spectroscopy",
88
+ "paper_id": "1",
89
+ "paper_title": "Machine learning enabled multiplex detection of periodontal pathogens by surface-enhanced Raman spectroscopy",
90
+ "question_id": "Q5",
91
+ "question": "What is the spectral range collected for the analysis of the analytes?",
92
+ "choices": {
93
+ "A": "301 cm⁻¹ to 2000 cm⁻¹",
94
+ "B": "300 cm⁻¹ to 2001 cm⁻¹",
95
+ "C": "400 cm⁻¹ to 4000 cm⁻¹",
96
+ "D": "200 cm⁻¹ to 2000 cm⁻¹",
97
+ "E": "All of above",
98
+ "F": "None of above"
99
+ },
100
+ "answer": "F",
101
+ "metadata": {
102
+ "Task-oriented Category": "Data characteristics & collection",
103
+ "question_key_term": "Spectral Range",
104
+ "term_explanation": "The range of wavelengths or wavenumbers collected during the experiment (e.g., 400–2000 cm⁻¹). Different ranges target different molecular vibrations, so this impacts the chemical information obtained."
105
+ }
106
+ },
107
+ {
108
+ "subject": "Physics - Surface Enhanced Raman Spectroscopy",
109
+ "paper_id": "1",
110
+ "paper_title": "Machine learning enabled multiplex detection of periodontal pathogens by surface-enhanced Raman spectroscopy",
111
+ "question_id": "Q6",
112
+ "question": "How many spectra are collected per analyte under each experimental condition?",
113
+ "choices": {
114
+ "A": "100",
115
+ "B": "80",
116
+ "C": "10",
117
+ "D": "35",
118
+ "E": "All of above",
119
+ "F": "None of above"
120
+ },
121
+ "answer": "A",
122
+ "metadata": {
123
+ "Task-oriented Category": "Data characteristics & collection",
124
+ "question_key_term": "Number of Spectra for Each Analyte Under Each Condition",
125
+ "term_explanation": "The total number of spectra collected for each analyte, condition, or experimental setup, which gives insight into the dataset’s size and statistical robustness."
126
+ }
127
+ },
128
+ {
129
+ "subject": "Physics - Surface Enhanced Raman Spectroscopy",
130
+ "paper_id": "1",
131
+ "paper_title": "Machine learning enabled multiplex detection of periodontal pathogens by surface-enhanced Raman spectroscopy",
132
+ "question_id": "Q7",
133
+ "question": "What is the primary machine learning task addressed in this study?",
134
+ "choices": {
135
+ "A": "Regression",
136
+ "B": "Clustering",
137
+ "C": "Dimension reduction",
138
+ "D": "Classification",
139
+ "E": "All of above",
140
+ "F": "None of above"
141
+ },
142
+ "answer": "D",
143
+ "metadata": {
144
+ "Task-oriented Category": "Technical approach & details",
145
+ "question_key_term": "Machine Learning task",
146
+ "term_explanation": "A Machine Learning task is a formalized problem or objective that specifies the type of patterns or predictions a model needs to learn from data, including the nature of the input, output, and how they are related. (Classification, regression, clustering etc.)"
147
+ }
148
+ },
149
+ {
150
+ "subject": "Physics - Surface Enhanced Raman Spectroscopy",
151
+ "paper_id": "1",
152
+ "paper_title": "Machine learning enabled multiplex detection of periodontal pathogens by surface-enhanced Raman spectroscopy",
153
+ "question_id": "Q8",
154
+ "question": "Which machine learning algorithm is implemented?",
155
+ "choices": {
156
+ "A": "PCA",
157
+ "B": "SVM",
158
+ "C": "KNN",
159
+ "D": "RF",
160
+ "E": "All of above",
161
+ "F": "None of above"
162
+ },
163
+ "answer": "F",
164
+ "metadata": {
165
+ "Task-oriented Category": "Technical approach & details",
166
+ "question_key_term": "Machine Learning algorithm",
167
+ "term_explanation": "A Machine Learning algorithm (such as linear regression, support vector machine, DNN etc. ) is a mathematical framework or procedure that processes input data to create a model capable of solving a specific ML task."
168
+ }
169
+ },
170
+ {
171
+ "subject": "Physics - Surface Enhanced Raman Spectroscopy",
172
+ "paper_id": "1",
173
+ "paper_title": "Machine learning enabled multiplex detection of periodontal pathogens by surface-enhanced Raman spectroscopy",
174
+ "question_id": "Q9",
175
+ "question": "What data splitting strategy is applied, and the parameters?",
176
+ "choices": {
177
+ "A": "T-T split; 0.7, 0.3",
178
+ "B": "T-D-T split; 0.525, 0.175, 0.3",
179
+ "C": "K-fold; 7 fold",
180
+ "D": "K-fold; 10 fold",
181
+ "E": "All of above",
182
+ "F": "None of above"
183
+ },
184
+ "answer": "B",
185
+ "metadata": {
186
+ "Task-oriented Category": "Technical approach & details",
187
+ "question_key_term": "Splitting strategy (tdt split or k-fold)",
188
+ "term_explanation": "The process of training and validating the AI models, including strategies like train-test splitting or k-fold cross-validation, the number of training epochs, and how training performance is tracked (e.g., loss curves)."
189
+ }
190
+ },
191
+ {
192
+ "subject": "Physics - Surface Enhanced Raman Spectroscopy",
193
+ "paper_id": "1",
194
+ "paper_title": "Machine learning enabled multiplex detection of periodontal pathogens by surface-enhanced Raman spectroscopy",
195
+ "question_id": "Q10",
196
+ "question": "How many experimental replications are conducted to ensure reproducibility?",
197
+ "choices": {
198
+ "A": "5",
199
+ "B": "256",
200
+ "C": "1000",
201
+ "D": "35",
202
+ "E": "All of above",
203
+ "F": "None of above"
204
+ },
205
+ "answer": "A",
206
+ "metadata": {
207
+ "Task-oriented Category": "Data characteristics & collection",
208
+ "question_key_term": "Number of Replications",
209
+ "term_explanation": "The number of times the experiment is repeated to ensure reproducibility and accuracy."
210
+ }
211
+ },
212
+ {
213
+ "subject": "Physics - Surface Enhanced Raman Spectroscopy",
214
+ "paper_id": "1",
215
+ "paper_title": "Machine learning enabled multiplex detection of periodontal pathogens by surface-enhanced Raman spectroscopy",
216
+ "question_id": "Q11",
217
+ "question": "How many epochs are used during model training?",
218
+ "choices": {
219
+ "A": "5",
220
+ "B": "256",
221
+ "C": "1000",
222
+ "D": "35",
223
+ "E": "All of above",
224
+ "F": "None of above"
225
+ },
226
+ "answer": "C",
227
+ "metadata": {
228
+ "Task-oriented Category": "Technical approach & details",
229
+ "question_key_term": "Number of Epochs",
230
+ "term_explanation": "The total number of complete passes through the entire dataset during training for machine learning models."
231
+ }
232
+ },
233
+ {
234
+ "subject": "Physics - Surface Enhanced Raman Spectroscopy",
235
+ "paper_id": "1",
236
+ "paper_title": "Machine learning enabled multiplex detection of periodontal pathogens by surface-enhanced Raman spectroscopy",
237
+ "question_id": "Q12",
238
+ "question": "What performance metrics are employed to evaluate the machine learning models?",
239
+ "choices": {
240
+ "A": "Accuracy",
241
+ "B": "Precision",
242
+ "C": "Recall",
243
+ "D": "F1 score",
244
+ "E": "All of above",
245
+ "F": "None of above"
246
+ },
247
+ "answer": "E",
248
+ "metadata": {
249
+ "Task-oriented Category": "Conclusions & results",
250
+ "question_key_term": "Performance metrics",
251
+ "term_explanation": "The metrics used to evaluate model performance, including accuracy, precision, recall, F1 score, and AUC, providing insight into the model's effectiveness."
252
+ }
253
+ },
254
+ {
255
+ "subject": "Physics - Surface Enhanced Raman Spectroscopy",
256
+ "paper_id": "1",
257
+ "paper_title": "Machine learning enabled multiplex detection of periodontal pathogens by surface-enhanced Raman spectroscopy",
258
+ "question_id": "Q13",
259
+ "question": "What are the reported performance values?",
260
+ "choices": {
261
+ "A": "Detection accuracy of 99.7 % ± 0.5 % for Aa, 99.2 % ± 0.7 % for Pg, and 97.8 % ± 0.9 % for Sm",
262
+ "B": ">97.8 % accuracy, >98.2 % precision, >98.2 % recall and >98.2 % F1 score",
263
+ "C": "p < 0.003 for any classical method compared to our method",
264
+ "D": "89.5±2.5 % for Aa, 86.2±2.2 % for Pg, 87.4±3.1 % for Sm.",
265
+ "E": "All of above",
266
+ "F": "None of above"
267
+ },
268
+ "answer": "B",
269
+ "metadata": {
270
+ "Task-oriented Category": "Conclusions & results",
271
+ "question_key_term": "Performance values",
272
+ "term_explanation": "The performance value finally reported"
273
+ }
274
+ },
275
+ {
276
+ "subject": "Physics - Surface Enhanced Raman Spectroscopy",
277
+ "paper_id": "2",
278
+ "paper_title": "Quantitative detection of α1-acid glycoprotein (AGP) level in blood plasma using SERS and CNN transfer learning approach",
279
+ "question_id": "Q1",
280
+ "question": "What are the main analytes type studied?",
281
+ "choices": {
282
+ "A": "AGP",
283
+ "B": "Protein",
284
+ "C": "Blood plasma",
285
+ "D": "Glycosylate",
286
+ "E": "All of above",
287
+ "F": "None of above"
288
+ },
289
+ "answer": "A",
290
+ "metadata": {
291
+ "Task-oriented Category": "Study subject & experimental setup",
292
+ "question_key_term": "Analytes",
293
+ "term_explanation": "The specific substances being studied in the context of SERS analysis, such as biomolecules (proteins, DNA, RNA), chemical compounds (pharmaceuticals, pollutants), or biological samples (cells, bacteria). The choice of analyte impacts the Raman signal, and it’s essential to document the concentration and physical state of the analyte (e.g., liquid, solid, powder)."
294
+ }
295
+ },
296
+ {
297
+ "subject": "Physics - Surface Enhanced Raman Spectroscopy",
298
+ "paper_id": "2",
299
+ "paper_title": "Quantitative detection of α1-acid glycoprotein (AGP) level in blood plasma using SERS and CNN transfer learning approach",
300
+ "question_id": "Q2",
301
+ "question": "What are the material and structure, or morphology of the SERS substrates used?",
302
+ "choices": {
303
+ "A": "Gold",
304
+ "B": "Sliver",
305
+ "C": "Surface plasmon polaritons",
306
+ "D": "AFM",
307
+ "E": "All of above",
308
+ "F": "None of above"
309
+ },
310
+ "answer": "A",
311
+ "metadata": {
312
+ "Task-oriented Category": "Study subject & experimental setup",
313
+ "question_key_term": "SERS Substrates",
314
+ "term_explanation": "The types and structural properties of the SERS substrates used, including material (e.g., silver, gold), size, and morphology (e.g., nanospheres, nanostars, chiral metamaterials). Substrate shape and roughness influence plasmonic properties, affecting the enhancement factor."
315
+ }
316
+ },
317
+ {
318
+ "subject": "Physics - Surface Enhanced Raman Spectroscopy",
319
+ "paper_id": "2",
320
+ "paper_title": "Quantitative detection of α1-acid glycoprotein (AGP) level in blood plasma using SERS and CNN transfer learning approach",
321
+ "question_id": "Q3",
322
+ "question": "How many analytes are investigated?",
323
+ "choices": {
324
+ "A": "4",
325
+ "B": "3",
326
+ "C": "2",
327
+ "D": "1",
328
+ "E": "All of above",
329
+ "F": "None of above"
330
+ },
331
+ "answer": "D",
332
+ "metadata": {
333
+ "Task-oriented Category": "Study subject & experimental setup",
334
+ "question_key_term": "Number of Analytes",
335
+ "term_explanation": "The total number of analytes included in the study. This helps assess the breadth of the study and the potential for generalization of the findings across different analyte types."
336
+ }
337
+ },
338
+ {
339
+ "subject": "Physics - Surface Enhanced Raman Spectroscopy",
340
+ "paper_id": "2",
341
+ "paper_title": "Quantitative detection of α1-acid glycoprotein (AGP) level in blood plasma using SERS and CNN transfer learning approach",
342
+ "question_id": "Q4",
343
+ "question": "What is the excitation laser wavelength used for SERS measurements?",
344
+ "choices": {
345
+ "A": "633 nm",
346
+ "B": "532 nm",
347
+ "C": "785 nm",
348
+ "D": "514 nm",
349
+ "E": "All of above",
350
+ "F": "None of above"
351
+ },
352
+ "answer": "C",
353
+ "metadata": {
354
+ "Task-oriented Category": "Data characteristics & collection",
355
+ "question_key_term": "Laser wavelength",
356
+ "term_explanation": "The specific wavelength of the laser used for excitation in the Raman setup, as different wavelengths may resonate more strongly with different analytes or substrates, influencing the SERS enhancement factor."
357
+ }
358
+ },
359
+ {
360
+ "subject": "Physics - Surface Enhanced Raman Spectroscopy",
361
+ "paper_id": "2",
362
+ "paper_title": "Quantitative detection of α1-acid glycoprotein (AGP) level in blood plasma using SERS and CNN transfer learning approach",
363
+ "question_id": "Q5",
364
+ "question": "What is the spectral range collected for the analysis of the analytes?",
365
+ "choices": {
366
+ "A": "300 cm⁻¹ to 2000 cm⁻¹",
367
+ "B": "300 cm⁻¹ to 3000 cm⁻¹",
368
+ "C": "400 cm⁻¹ to 3000 cm⁻¹",
369
+ "D": "400 cm⁻¹ to 4000 cm⁻¹",
370
+ "E": "All of above",
371
+ "F": "None of above"
372
+ },
373
+ "answer": "C",
374
+ "metadata": {
375
+ "Task-oriented Category": "Data characteristics & collection",
376
+ "question_key_term": "Spectral Range",
377
+ "term_explanation": "The range of wavelengths or wavenumbers collected during the experiment (e.g., 400–2000 cm⁻¹). Different ranges target different molecular vibrations, so this impacts the chemical information obtained."
378
+ }
379
+ },
380
+ {
381
+ "subject": "Physics - Surface Enhanced Raman Spectroscopy",
382
+ "paper_id": "2",
383
+ "paper_title": "Quantitative detection of α1-acid glycoprotein (AGP) level in blood plasma using SERS and CNN transfer learning approach",
384
+ "question_id": "Q6",
385
+ "question": "How many spectra are collected per analyte under each experimental condition?",
386
+ "choices": {
387
+ "A": "10",
388
+ "B": "80",
389
+ "C": "100",
390
+ "D": "35",
391
+ "E": "All of above",
392
+ "F": "None of above"
393
+ },
394
+ "answer": "C",
395
+ "metadata": {
396
+ "Task-oriented Category": "Data characteristics & collection",
397
+ "question_key_term": "Number of Spectra for Each Analyte Under Each Condition",
398
+ "term_explanation": "The total number of spectra collected for each analyte, condition, or experimental setup, which gives insight into the dataset’s size and statistical robustness."
399
+ }
400
+ },
401
+ {
402
+ "subject": "Physics - Surface Enhanced Raman Spectroscopy",
403
+ "paper_id": "2",
404
+ "paper_title": "Quantitative detection of α1-acid glycoprotein (AGP) level in blood plasma using SERS and CNN transfer learning approach",
405
+ "question_id": "Q7",
406
+ "question": "What is the primary machine learning task addressed in this study?",
407
+ "choices": {
408
+ "A": "Regression",
409
+ "B": "Clustering",
410
+ "C": "Dimension reduction",
411
+ "D": "Classification",
412
+ "E": "All of above",
413
+ "F": "None of above"
414
+ },
415
+ "answer": "A",
416
+ "metadata": {
417
+ "Task-oriented Category": "Technical approach & details",
418
+ "question_key_term": "Machine Learning task",
419
+ "term_explanation": "A Machine Learning task is a formalized problem or objective that specifies the type of patterns or predictions a model needs to learn from data, including the nature of the input, output, and how they are related. (Classification, regression, clustering etc.)"
420
+ }
421
+ },
422
+ {
423
+ "subject": "Physics - Surface Enhanced Raman Spectroscopy",
424
+ "paper_id": "2",
425
+ "paper_title": "Quantitative detection of α1-acid glycoprotein (AGP) level in blood plasma using SERS and CNN transfer learning approach",
426
+ "question_id": "Q8",
427
+ "question": "Which machine learning algorithm is implemented?",
428
+ "choices": {
429
+ "A": "ANN",
430
+ "B": "CNN",
431
+ "C": "DNN",
432
+ "D": "RNN",
433
+ "E": "All of above",
434
+ "F": "None of above"
435
+ },
436
+ "answer": "B",
437
+ "metadata": {
438
+ "Task-oriented Category": "Technical approach & details",
439
+ "question_key_term": "Machine Learning algorithm",
440
+ "term_explanation": "A Machine Learning algorithm (such as linear regression, support vector machine, DNN etc. ) is a mathematical framework or procedure that processes input data to create a model capable of solving a specific ML task."
441
+ }
442
+ },
443
+ {
444
+ "subject": "Physics - Surface Enhanced Raman Spectroscopy",
445
+ "paper_id": "2",
446
+ "paper_title": "Quantitative detection of α1-acid glycoprotein (AGP) level in blood plasma using SERS and CNN transfer learning approach",
447
+ "question_id": "Q9",
448
+ "question": "What data splitting strategy is applied, and the parameters?",
449
+ "choices": {
450
+ "A": "T-T split; 0.7, 0.3",
451
+ "B": "T-D-T split; 0.8, 0.1, 0.1",
452
+ "C": "K-fold; 7 fold",
453
+ "D": "K-fold; 10 fold",
454
+ "E": "All of above",
455
+ "F": "None of above"
456
+ },
457
+ "answer": "F",
458
+ "metadata": {
459
+ "Task-oriented Category": "Technical approach & details",
460
+ "question_key_term": "Splitting strategy (tdt split or k-fold)",
461
+ "term_explanation": "The process of training and validating the AI models, including strategies like train-test splitting or k-fold cross-validation, the number of training epochs, and how training performance is tracked (e.g., loss curves)."
462
+ }
463
+ },
464
+ {
465
+ "subject": "Physics - Surface Enhanced Raman Spectroscopy",
466
+ "paper_id": "2",
467
+ "paper_title": "Quantitative detection of α1-acid glycoprotein (AGP) level in blood plasma using SERS and CNN transfer learning approach",
468
+ "question_id": "Q10",
469
+ "question": "How many experimental replications are conducted to ensure reproducibility?",
470
+ "choices": {
471
+ "A": "371",
472
+ "B": "1733",
473
+ "C": "195",
474
+ "D": "487",
475
+ "E": "All of above",
476
+ "F": "None of above"
477
+ },
478
+ "answer": "F",
479
+ "metadata": {
480
+ "Task-oriented Category": "Data characteristics & collection",
481
+ "question_key_term": "Number of Replications",
482
+ "term_explanation": "The number of times the experiment is repeated to ensure reproducibility and accuracy."
483
+ }
484
+ },
485
+ {
486
+ "subject": "Physics - Surface Enhanced Raman Spectroscopy",
487
+ "paper_id": "2",
488
+ "paper_title": "Quantitative detection of α1-acid glycoprotein (AGP) level in blood plasma using SERS and CNN transfer learning approach",
489
+ "question_id": "Q11",
490
+ "question": "How many epochs are used during model training?",
491
+ "choices": {
492
+ "A": "50",
493
+ "B": "300",
494
+ "C": "1000",
495
+ "D": "3500",
496
+ "E": "All of above",
497
+ "F": "None of above"
498
+ },
499
+ "answer": "F",
500
+ "metadata": {
501
+ "Task-oriented Category": "Technical approach & details",
502
+ "question_key_term": "Number of Epochs",
503
+ "term_explanation": "The total number of complete passes through the entire dataset during training for machine learning models."
504
+ }
505
+ },
506
+ {
507
+ "subject": "Physics - Surface Enhanced Raman Spectroscopy",
508
+ "paper_id": "2",
509
+ "paper_title": "Quantitative detection of α1-acid glycoprotein (AGP) level in blood plasma using SERS and CNN transfer learning approach",
510
+ "question_id": "Q12",
511
+ "question": "What performance metrics are employed to evaluate the machine learning models?",
512
+ "choices": {
513
+ "A": "Accuracy",
514
+ "B": "Precision",
515
+ "C": "Recall",
516
+ "D": "Predicted vs. Real Concentrations",
517
+ "E": "All of above",
518
+ "F": "None of above"
519
+ },
520
+ "answer": "D",
521
+ "metadata": {
522
+ "Task-oriented Category": "Conclusions & results",
523
+ "question_key_term": "Performance metrics",
524
+ "term_explanation": "The metrics used to evaluate model performance, including accuracy, precision, recall, F1 score, and AUC, providing insight into the model's effectiveness."
525
+ }
526
+ },
527
+ {
528
+ "subject": "Physics - Surface Enhanced Raman Spectroscopy",
529
+ "paper_id": "2",
530
+ "paper_title": "Quantitative detection of α1-acid glycoprotein (AGP) level in blood plasma using SERS and CNN transfer learning approach",
531
+ "question_id": "Q13",
532
+ "question": "What are the reported performance values?",
533
+ "choices": {
534
+ "A": "Detection accuracy of 99.7 %",
535
+ "B": "97.8 % accuracy, >98.2 % precision, >98.2 % recall and >98.2 % F1 score",
536
+ "C": "p < 0.003",
537
+ "D": "A strong correlation",
538
+ "E": "All of above",
539
+ "F": "None of above"
540
+ },
541
+ "answer": "F",
542
+ "metadata": {
543
+ "Task-oriented Category": "Conclusions & results",
544
+ "question_key_term": "Performance values",
545
+ "term_explanation": "The performance value finally reported"
546
+ }
547
+ },
548
+ {
549
+ "subject": "Physics - Surface Enhanced Raman Spectroscopy",
550
+ "paper_id": "3",
551
+ "paper_title": "Quantification of Analyte Concentration in the Single Molecule Regime Using Convolutional Neural Networks",
552
+ "question_id": "Q1",
553
+ "question": "What are the main analytes type studied?",
554
+ "choices": {
555
+ "A": "Chemical Detection",
556
+ "B": "2-dimensional physically activated chemical",
557
+ "C": "R800",
558
+ "D": "Single molecule",
559
+ "E": "All of above",
560
+ "F": "None of above"
561
+ },
562
+ "answer": "D",
563
+ "metadata": {
564
+ "Task-oriented Category": "Study subject & experimental setup",
565
+ "question_key_term": "Analytes",
566
+ "term_explanation": "The specific substances being studied in the context of SERS analysis, such as biomolecules (proteins, DNA, RNA), chemical compounds (pharmaceuticals, pollutants), or biological samples (cells, bacteria). The choice of analyte impacts the Raman signal, and it’s essential to document the concentration and physical state of the analyte (e.g., liquid, solid, powder)."
567
+ }
568
+ },
569
+ {
570
+ "subject": "Physics - Surface Enhanced Raman Spectroscopy",
571
+ "paper_id": "3",
572
+ "paper_title": "Quantification of Analyte Concentration in the Single Molecule Regime Using Convolutional Neural Networks",
573
+ "question_id": "Q2",
574
+ "question": "What are the material and structure, or morphology of the SERS substrates used?",
575
+ "choices": {
576
+ "A": "Gold rod",
577
+ "B": "Sliver nanoparticles",
578
+ "C": "Gold nanoparticles",
579
+ "D": "Two-dimensional physically activated chemical",
580
+ "E": "All of above",
581
+ "F": "None of above"
582
+ },
583
+ "answer": "C",
584
+ "metadata": {
585
+ "Task-oriented Category": "Study subject & experimental setup",
586
+ "question_key_term": "SERS Substrates",
587
+ "term_explanation": "The types and structural properties of the SERS substrates used, including material (e.g., silver, gold), size, and morphology (e.g., nanospheres, nanostars, chiral metamaterials). Substrate shape and roughness influence plasmonic properties, affecting the enhancement factor."
588
+ }
589
+ },
590
+ {
591
+ "subject": "Physics - Surface Enhanced Raman Spectroscopy",
592
+ "paper_id": "3",
593
+ "paper_title": "Quantification of Analyte Concentration in the Single Molecule Regime Using Convolutional Neural Networks",
594
+ "question_id": "Q3",
595
+ "question": "How many analytes are investigated?",
596
+ "choices": {
597
+ "A": "4",
598
+ "B": "3",
599
+ "C": "2",
600
+ "D": "1",
601
+ "E": "All of above",
602
+ "F": "None of above"
603
+ },
604
+ "answer": "C",
605
+ "metadata": {
606
+ "Task-oriented Category": "Study subject & experimental setup",
607
+ "question_key_term": "Number of Analytes",
608
+ "term_explanation": "The total number of analytes included in the study. This helps assess the breadth of the study and the potential for generalization of the findings across different analyte types."
609
+ }
610
+ },
611
+ {
612
+ "subject": "Physics - Surface Enhanced Raman Spectroscopy",
613
+ "paper_id": "3",
614
+ "paper_title": "Quantification of Analyte Concentration in the Single Molecule Regime Using Convolutional Neural Networks",
615
+ "question_id": "Q4",
616
+ "question": "What is the excitation laser wavelength used for SERS measurements?",
617
+ "choices": {
618
+ "A": "633 nm",
619
+ "B": "532 nm",
620
+ "C": "785 nm",
621
+ "D": "514 nm",
622
+ "E": "All of above",
623
+ "F": "None of above"
624
+ },
625
+ "answer": "F",
626
+ "metadata": {
627
+ "Task-oriented Category": "Data characteristics & collection",
628
+ "question_key_term": "Laser wavelength",
629
+ "term_explanation": "The specific wavelength of the laser used for excitation in the Raman setup, as different wavelengths may resonate more strongly with different analytes or substrates, influencing the SERS enhancement factor."
630
+ }
631
+ },
632
+ {
633
+ "subject": "Physics - Surface Enhanced Raman Spectroscopy",
634
+ "paper_id": "3",
635
+ "paper_title": "Quantification of Analyte Concentration in the Single Molecule Regime Using Convolutional Neural Networks",
636
+ "question_id": "Q5",
637
+ "question": "What is the spectral range collected for the analysis of the analytes?",
638
+ "choices": {
639
+ "A": "300 cm⁻¹ to 2000 cm⁻¹",
640
+ "B": "300 cm⁻¹ to 3000 cm⁻¹",
641
+ "C": "400 cm⁻¹ to 3000 cm⁻¹",
642
+ "D": "400 cm⁻¹ to 4000 cm⁻¹",
643
+ "E": "All of above",
644
+ "F": "None of above"
645
+ },
646
+ "answer": "F",
647
+ "metadata": {
648
+ "Task-oriented Category": "Data characteristics & collection",
649
+ "question_key_term": "Spectral Range",
650
+ "term_explanation": "The range of wavelengths or wavenumbers collected during the experiment (e.g., 400–2000 cm⁻¹). Different ranges target different molecular vibrations, so this impacts the chemical information obtained."
651
+ }
652
+ },
653
+ {
654
+ "subject": "Physics - Surface Enhanced Raman Spectroscopy",
655
+ "paper_id": "3",
656
+ "paper_title": "Quantification of Analyte Concentration in the Single Molecule Regime Using Convolutional Neural Networks",
657
+ "question_id": "Q6",
658
+ "question": "How many spectra are collected per analyte under each experimental condition?",
659
+ "choices": {
660
+ "A": "2940",
661
+ "B": "64",
662
+ "C": "800",
663
+ "D": "50",
664
+ "E": "All of above",
665
+ "F": "None of above"
666
+ },
667
+ "answer": "A",
668
+ "metadata": {
669
+ "Task-oriented Category": "Data characteristics & collection",
670
+ "question_key_term": "Number of Spectra for Each Analyte Under Each Condition",
671
+ "term_explanation": "The total number of spectra collected for each analyte, condition, or experimental setup, which gives insight into the dataset’s size and statistical robustness."
672
+ }
673
+ },
674
+ {
675
+ "subject": "Physics - Surface Enhanced Raman Spectroscopy",
676
+ "paper_id": "3",
677
+ "paper_title": "Quantification of Analyte Concentration in the Single Molecule Regime Using Convolutional Neural Networks",
678
+ "question_id": "Q7",
679
+ "question": "What is the primary machine learning task addressed in this study?",
680
+ "choices": {
681
+ "A": "Regression",
682
+ "B": "Clustering",
683
+ "C": "Dimension reduction",
684
+ "D": "Classification",
685
+ "E": "All of above",
686
+ "F": "None of above"
687
+ },
688
+ "answer": "A",
689
+ "metadata": {
690
+ "Task-oriented Category": "Technical approach & details",
691
+ "question_key_term": "Machine Learning task",
692
+ "term_explanation": "A Machine Learning task is a formalized problem or objective that specifies the type of patterns or predictions a model needs to learn from data, including the nature of the input, output, and how they are related. (Classification, regression, clustering etc.)"
693
+ }
694
+ },
695
+ {
696
+ "subject": "Physics - Surface Enhanced Raman Spectroscopy",
697
+ "paper_id": "3",
698
+ "paper_title": "Quantification of Analyte Concentration in the Single Molecule Regime Using Convolutional Neural Networks",
699
+ "question_id": "Q8",
700
+ "question": "Which machine learning algorithm is implemented?",
701
+ "choices": {
702
+ "A": "ANN",
703
+ "B": "CNN",
704
+ "C": "DNN",
705
+ "D": "RNN",
706
+ "E": "All of above",
707
+ "F": "None of above"
708
+ },
709
+ "answer": "B",
710
+ "metadata": {
711
+ "Task-oriented Category": "Technical approach & details",
712
+ "question_key_term": "Machine Learning algorithm",
713
+ "term_explanation": "A Machine Learning algorithm (such as linear regression, support vector machine, DNN etc. ) is a mathematical framework or procedure that processes input data to create a model capable of solving a specific ML task."
714
+ }
715
+ },
716
+ {
717
+ "subject": "Physics - Surface Enhanced Raman Spectroscopy",
718
+ "paper_id": "3",
719
+ "paper_title": "Quantification of Analyte Concentration in the Single Molecule Regime Using Convolutional Neural Networks",
720
+ "question_id": "Q9",
721
+ "question": "What data splitting strategy is applied, and the parameters?",
722
+ "choices": {
723
+ "A": "T-T split; 0.7, 0.3",
724
+ "B": "T-D-T split; 0.8, 0.1, 0.1",
725
+ "C": "K-fold; 5 fold",
726
+ "D": "K-fold; 10 fold",
727
+ "E": "All of above",
728
+ "F": "None of above"
729
+ },
730
+ "answer": "C",
731
+ "metadata": {
732
+ "Task-oriented Category": "Technical approach & details",
733
+ "question_key_term": "Splitting strategy (tdt split or k-fold)",
734
+ "term_explanation": "The process of training and validating the AI models, including strategies like train-test splitting or k-fold cross-validation, the number of training epochs, and how training performance is tracked (e.g., loss curves)."
735
+ }
736
+ },
737
+ {
738
+ "subject": "Physics - Surface Enhanced Raman Spectroscopy",
739
+ "paper_id": "3",
740
+ "paper_title": "Quantification of Analyte Concentration in the Single Molecule Regime Using Convolutional Neural Networks",
741
+ "question_id": "Q10",
742
+ "question": "How many experimental replications are conducted to ensure reproducibility?",
743
+ "choices": {
744
+ "A": "5",
745
+ "B": "256",
746
+ "C": "1000",
747
+ "D": "35",
748
+ "E": "All of above",
749
+ "F": "None of above"
750
+ },
751
+ "answer": "F",
752
+ "metadata": {
753
+ "Task-oriented Category": "Data characteristics & collection",
754
+ "question_key_term": "Number of Replications",
755
+ "term_explanation": "The number of times the experiment is repeated to ensure reproducibility and accuracy."
756
+ }
757
+ },
758
+ {
759
+ "subject": "Physics - Surface Enhanced Raman Spectroscopy",
760
+ "paper_id": "3",
761
+ "paper_title": "Quantification of Analyte Concentration in the Single Molecule Regime Using Convolutional Neural Networks",
762
+ "question_id": "Q11",
763
+ "question": "How many epochs are used during model training?",
764
+ "choices": {
765
+ "A": "50",
766
+ "B": "300",
767
+ "C": "1000",
768
+ "D": "3500",
769
+ "E": "All of above",
770
+ "F": "None of above"
771
+ },
772
+ "answer": "F",
773
+ "metadata": {
774
+ "Task-oriented Category": "Technical approach & details",
775
+ "question_key_term": "Number of Epochs",
776
+ "term_explanation": "The total number of complete passes through the entire dataset during training for machine learning models."
777
+ }
778
+ },
779
+ {
780
+ "subject": "Physics - Surface Enhanced Raman Spectroscopy",
781
+ "paper_id": "3",
782
+ "paper_title": "Quantification of Analyte Concentration in the Single Molecule Regime Using Convolutional Neural Networks",
783
+ "question_id": "Q12",
784
+ "question": "What performance metrics are employed to evaluate the machine learning models?",
785
+ "choices": {
786
+ "A": "MSE",
787
+ "B": "R squre",
788
+ "C": "LOB",
789
+ "D": "Predicted vs. Real Concentrations",
790
+ "E": "All of above",
791
+ "F": "None of above"
792
+ },
793
+ "answer": "E",
794
+ "metadata": {
795
+ "Task-oriented Category": "Conclusions & results",
796
+ "question_key_term": "Performance metrics",
797
+ "term_explanation": "The metrics used to evaluate model performance, including accuracy, precision, recall, F1 score, and AUC, providing insight into the model's effectiveness."
798
+ }
799
+ },
800
+ {
801
+ "subject": "Physics - Surface Enhanced Raman Spectroscopy",
802
+ "paper_id": "3",
803
+ "paper_title": "Quantification of Analyte Concentration in the Single Molecule Regime Using Convolutional Neural Networks",
804
+ "question_id": "Q13",
805
+ "question": "What are the reported performance values?",
806
+ "choices": {
807
+ "A": "MSE, 0.111",
808
+ "B": "R squre, 0.958",
809
+ "C": "LOB, 1 fM",
810
+ "D": "LOQ, 10 fM",
811
+ "E": "All of above",
812
+ "F": "None of above"
813
+ },
814
+ "answer": "E",
815
+ "metadata": {
816
+ "Task-oriented Category": "Conclusions & results",
817
+ "question_key_term": "Performance values",
818
+ "term_explanation": "The performance value finally reported"
819
+ }
820
+ },
821
+ {
822
+ "subject": "Physics - Surface Enhanced Raman Spectroscopy",
823
+ "paper_id": "4",
824
+ "paper_title": "Rapid Detection of SARS-CoV-2 RNA in Human Nasopharyngeal Specimens Using Surface-Enhanced Raman Spectroscopy and Deep Learning Algorithms",
825
+ "question_id": "Q1",
826
+ "question": "What are the main analytes type studied?",
827
+ "choices": {
828
+ "A": "FASS",
829
+ "B": "buffer",
830
+ "C": "CoV NL63",
831
+ "D": "SARS-Cov-2",
832
+ "E": "All of above",
833
+ "F": "None of above"
834
+ },
835
+ "answer": "D",
836
+ "metadata": {
837
+ "Task-oriented Category": "Study subject & experimental setup",
838
+ "question_key_term": "Analytes",
839
+ "term_explanation": "The specific substances being studied in the context of SERS analysis, such as biomolecules (proteins, DNA, RNA), chemical compounds (pharmaceuticals, pollutants), or biological samples (cells, bacteria). The choice of analyte impacts the Raman signal, and it’s essential to document the concentration and physical state of the analyte (e.g., liquid, solid, powder)."
840
+ }
841
+ },
842
+ {
843
+ "subject": "Physics - Surface Enhanced Raman Spectroscopy",
844
+ "paper_id": "4",
845
+ "paper_title": "Rapid Detection of SARS-CoV-2 RNA in Human Nasopharyngeal Specimens Using Surface-Enhanced Raman Spectroscopy and Deep Learning Algorithms",
846
+ "question_id": "Q2",
847
+ "question": "What are the material and structure, or morphology of the SERS substrates used?",
848
+ "choices": {
849
+ "A": "Gold rod",
850
+ "B": "Sliver nanoparticles",
851
+ "C": "Gold nanoparticles",
852
+ "D": "Two-dimensional physically activated chemical",
853
+ "E": "All of above",
854
+ "F": "None of above"
855
+ },
856
+ "answer": "B",
857
+ "metadata": {
858
+ "Task-oriented Category": "Study subject & experimental setup",
859
+ "question_key_term": "SERS Substrates",
860
+ "term_explanation": "The types and structural properties of the SERS substrates used, including material (e.g., silver, gold), size, and morphology (e.g., nanospheres, nanostars, chiral metamaterials). Substrate shape and roughness influence plasmonic properties, affecting the enhancement factor."
861
+ }
862
+ },
863
+ {
864
+ "subject": "Physics - Surface Enhanced Raman Spectroscopy",
865
+ "paper_id": "4",
866
+ "paper_title": "Rapid Detection of SARS-CoV-2 RNA in Human Nasopharyngeal Specimens Using Surface-Enhanced Raman Spectroscopy and Deep Learning Algorithms",
867
+ "question_id": "Q3",
868
+ "question": "How many analytes are investigated?",
869
+ "choices": {
870
+ "A": "4",
871
+ "B": "3",
872
+ "C": "2",
873
+ "D": "1",
874
+ "E": "All of above",
875
+ "F": "None of above"
876
+ },
877
+ "answer": "D",
878
+ "metadata": {
879
+ "Task-oriented Category": "Study subject & experimental setup",
880
+ "question_key_term": "Number of Analytes",
881
+ "term_explanation": "The total number of analytes included in the study. This helps assess the breadth of the study and the potential for generalization of the findings across different analyte types."
882
+ }
883
+ },
884
+ {
885
+ "subject": "Physics - Surface Enhanced Raman Spectroscopy",
886
+ "paper_id": "4",
887
+ "paper_title": "Rapid Detection of SARS-CoV-2 RNA in Human Nasopharyngeal Specimens Using Surface-Enhanced Raman Spectroscopy and Deep Learning Algorithms",
888
+ "question_id": "Q4",
889
+ "question": "What is the excitation laser wavelength used for SERS measurements?",
890
+ "choices": {
891
+ "A": "633 nm",
892
+ "B": "532 nm",
893
+ "C": "785 nm",
894
+ "D": "514 nm",
895
+ "E": "All of above",
896
+ "F": "None of above"
897
+ },
898
+ "answer": "C",
899
+ "metadata": {
900
+ "Task-oriented Category": "Data characteristics & collection",
901
+ "question_key_term": "Laser wavelength",
902
+ "term_explanation": "The specific wavelength of the laser used for excitation in the Raman setup, as different wavelengths may resonate more strongly with different analytes or substrates, influencing the SERS enhancement factor."
903
+ }
904
+ },
905
+ {
906
+ "subject": "Physics - Surface Enhanced Raman Spectroscopy",
907
+ "paper_id": "4",
908
+ "paper_title": "Rapid Detection of SARS-CoV-2 RNA in Human Nasopharyngeal Specimens Using Surface-Enhanced Raman Spectroscopy and Deep Learning Algorithms",
909
+ "question_id": "Q5",
910
+ "question": "What is the spectral range collected for the analysis of the analytes?",
911
+ "choices": {
912
+ "A": "600 cm⁻¹ to 1800 cm⁻¹",
913
+ "B": "600 cm⁻¹ to 850 cm⁻¹",
914
+ "C": "912 cm⁻¹ to 1157 cm⁻¹",
915
+ "D": "600 cm⁻¹ to 1664 cm⁻¹",
916
+ "E": "All of above",
917
+ "F": "None of above"
918
+ },
919
+ "answer": "A",
920
+ "metadata": {
921
+ "Task-oriented Category": "Data characteristics & collection",
922
+ "question_key_term": "Spectral Range",
923
+ "term_explanation": "The range of wavelengths or wavenumbers collected during the experiment (e.g., 400–2000 cm⁻¹). Different ranges target different molecular vibrations, so this impacts the chemical information obtained."
924
+ }
925
+ },
926
+ {
927
+ "subject": "Physics - Surface Enhanced Raman Spectroscopy",
928
+ "paper_id": "4",
929
+ "paper_title": "Rapid Detection of SARS-CoV-2 RNA in Human Nasopharyngeal Specimens Using Surface-Enhanced Raman Spectroscopy and Deep Learning Algorithms",
930
+ "question_id": "Q6",
931
+ "question": "How many spectra are collected per analyte under each experimental condition?",
932
+ "choices": {
933
+ "A": "60",
934
+ "B": "20",
935
+ "C": "60 and 20",
936
+ "D": "2512 and 2360",
937
+ "E": "All of above",
938
+ "F": "None of above"
939
+ },
940
+ "answer": "D",
941
+ "metadata": {
942
+ "Task-oriented Category": "Data characteristics & collection",
943
+ "question_key_term": "Number of Spectra for Each Analyte Under Each Condition",
944
+ "term_explanation": "The total number of spectra collected for each analyte, condition, or experimental setup, which gives insight into the dataset’s size and statistical robustness."
945
+ }
946
+ },
947
+ {
948
+ "subject": "Physics - Surface Enhanced Raman Spectroscopy",
949
+ "paper_id": "4",
950
+ "paper_title": "Rapid Detection of SARS-CoV-2 RNA in Human Nasopharyngeal Specimens Using Surface-Enhanced Raman Spectroscopy and Deep Learning Algorithms",
951
+ "question_id": "Q7",
952
+ "question": "What is the primary machine learning task addressed in this study?",
953
+ "choices": {
954
+ "A": "Regression",
955
+ "B": "Clustering",
956
+ "C": "Dimension reduction",
957
+ "D": "Classification",
958
+ "E": "All of above",
959
+ "F": "None of above"
960
+ },
961
+ "answer": "D",
962
+ "metadata": {
963
+ "Task-oriented Category": "Technical approach & details",
964
+ "question_key_term": "Machine Learning task",
965
+ "term_explanation": "A Machine Learning task is a formalized problem or objective that specifies the type of patterns or predictions a model needs to learn from data, including the nature of the input, output, and how they are related. (Classification, regression, clustering etc.)"
966
+ }
967
+ },
968
+ {
969
+ "subject": "Physics - Surface Enhanced Raman Spectroscopy",
970
+ "paper_id": "4",
971
+ "paper_title": "Rapid Detection of SARS-CoV-2 RNA in Human Nasopharyngeal Specimens Using Surface-Enhanced Raman Spectroscopy and Deep Learning Algorithms",
972
+ "question_id": "Q8",
973
+ "question": "Which machine learning algorithm is implemented?",
974
+ "choices": {
975
+ "A": "SVM",
976
+ "B": "CNN",
977
+ "C": "LR",
978
+ "D": "RNN",
979
+ "E": "All of above",
980
+ "F": "None of above"
981
+ },
982
+ "answer": "D",
983
+ "metadata": {
984
+ "Task-oriented Category": "Technical approach & details",
985
+ "question_key_term": "Machine Learning algorithm",
986
+ "term_explanation": "A Machine Learning algorithm (such as linear regression, support vector machine, DNN etc. ) is a mathematical framework or procedure that processes input data to create a model capable of solving a specific ML task."
987
+ }
988
+ },
989
+ {
990
+ "subject": "Physics - Surface Enhanced Raman Spectroscopy",
991
+ "paper_id": "4",
992
+ "paper_title": "Rapid Detection of SARS-CoV-2 RNA in Human Nasopharyngeal Specimens Using Surface-Enhanced Raman Spectroscopy and Deep Learning Algorithms",
993
+ "question_id": "Q9",
994
+ "question": "What data splitting strategy is applied, and the parameters?",
995
+ "choices": {
996
+ "A": "T-T split; 0.7, 0.3",
997
+ "B": "T-D-T split; 0.8, 0.1, 0.1",
998
+ "C": "K-fold; 5 fold",
999
+ "D": "K-fold; 10 fold",
1000
+ "E": "All of above",
1001
+ "F": "None of above"
1002
+ },
1003
+ "answer": "A",
1004
+ "metadata": {
1005
+ "Task-oriented Category": "Technical approach & details",
1006
+ "question_key_term": "Splitting strategy (tdt split or k-fold)",
1007
+ "term_explanation": "The process of training and validating the AI models, including strategies like train-test splitting or k-fold cross-validation, the number of training epochs, and how training performance is tracked (e.g., loss curves)."
1008
+ }
1009
+ },
1010
+ {
1011
+ "subject": "Physics - Surface Enhanced Raman Spectroscopy",
1012
+ "paper_id": "4",
1013
+ "paper_title": "Rapid Detection of SARS-CoV-2 RNA in Human Nasopharyngeal Specimens Using Surface-Enhanced Raman Spectroscopy and Deep Learning Algorithms",
1014
+ "question_id": "Q10",
1015
+ "question": "How many experimental replications are conducted to ensure reproducibility?",
1016
+ "choices": {
1017
+ "A": "5",
1018
+ "B": "256",
1019
+ "C": "1000",
1020
+ "D": "35",
1021
+ "E": "All of above",
1022
+ "F": "None of above"
1023
+ },
1024
+ "answer": "A",
1025
+ "metadata": {
1026
+ "Task-oriented Category": "Data characteristics & collection",
1027
+ "question_key_term": "Number of Replications",
1028
+ "term_explanation": "The number of times the experiment is repeated to ensure reproducibility and accuracy."
1029
+ }
1030
+ },
1031
+ {
1032
+ "subject": "Physics - Surface Enhanced Raman Spectroscopy",
1033
+ "paper_id": "4",
1034
+ "paper_title": "Rapid Detection of SARS-CoV-2 RNA in Human Nasopharyngeal Specimens Using Surface-Enhanced Raman Spectroscopy and Deep Learning Algorithms",
1035
+ "question_id": "Q11",
1036
+ "question": "How many epochs are used during model training?",
1037
+ "choices": {
1038
+ "A": "50",
1039
+ "B": "170",
1040
+ "C": "600",
1041
+ "D": "1700",
1042
+ "E": "All of above",
1043
+ "F": "None of above"
1044
+ },
1045
+ "answer": "B",
1046
+ "metadata": {
1047
+ "Task-oriented Category": "Technical approach & details",
1048
+ "question_key_term": "Number of Epochs",
1049
+ "term_explanation": "The total number of complete passes through the entire dataset during training for machine learning models."
1050
+ }
1051
+ },
1052
+ {
1053
+ "subject": "Physics - Surface Enhanced Raman Spectroscopy",
1054
+ "paper_id": "4",
1055
+ "paper_title": "Rapid Detection of SARS-CoV-2 RNA in Human Nasopharyngeal Specimens Using Surface-Enhanced Raman Spectroscopy and Deep Learning Algorithms",
1056
+ "question_id": "Q12",
1057
+ "question": "What performance metrics are employed to evaluate the machine learning models?",
1058
+ "choices": {
1059
+ "A": "Accuracy",
1060
+ "B": "Precision",
1061
+ "C": "Recall",
1062
+ "D": "Predicted vs. Real Concentrations",
1063
+ "E": "All of above",
1064
+ "F": "None of above"
1065
+ },
1066
+ "answer": "A",
1067
+ "metadata": {
1068
+ "Task-oriented Category": "Conclusions & results",
1069
+ "question_key_term": "Performance metrics",
1070
+ "term_explanation": "The metrics used to evaluate model performance, including accuracy, precision, recall, F1 score, and AUC, providing insight into the model's effectiveness."
1071
+ }
1072
+ },
1073
+ {
1074
+ "subject": "Physics - Surface Enhanced Raman Spectroscopy",
1075
+ "paper_id": "4",
1076
+ "paper_title": "Rapid Detection of SARS-CoV-2 RNA in Human Nasopharyngeal Specimens Using Surface-Enhanced Raman Spectroscopy and Deep Learning Algorithms",
1077
+ "question_id": "Q13",
1078
+ "question": "What are the reported performance values?",
1079
+ "choices": {
1080
+ "A": "0.993",
1081
+ "B": "0.989",
1082
+ "C": "0.977",
1083
+ "D": "1.000",
1084
+ "E": "All of above",
1085
+ "F": "None of above"
1086
+ },
1087
+ "answer": "B",
1088
+ "metadata": {
1089
+ "Task-oriented Category": "Conclusions & results",
1090
+ "question_key_term": "Performance values",
1091
+ "term_explanation": "The performance value finally reported"
1092
+ }
1093
+ },
1094
+ {
1095
+ "subject": "Physics - Surface Enhanced Raman Spectroscopy",
1096
+ "paper_id": "5",
1097
+ "paper_title": "Rapid Detection of SARS-CoV-2 Variants Using an Angiotensin-Converting Enzyme 2-Based Surface-Enhanced Raman Spectroscopy Sensor Enhanced by CoVari Deep Learning Algorithms",
1098
+ "question_id": "Q1",
1099
+ "question": "What are the main analytes type studied?",
1100
+ "choices": {
1101
+ "A": "ACE2",
1102
+ "B": "SARS-Cov-2 B1",
1103
+ "C": "CoV NL63",
1104
+ "D": "SARS-Cov-2",
1105
+ "E": "All of above",
1106
+ "F": "None of above"
1107
+ },
1108
+ "answer": "D",
1109
+ "metadata": {
1110
+ "Task-oriented Category": "Study subject & experimental setup",
1111
+ "question_key_term": "Analytes",
1112
+ "term_explanation": "The specific substances being studied in the context of SERS analysis, such as biomolecules (proteins, DNA, RNA), chemical compounds (pharmaceuticals, pollutants), or biological samples (cells, bacteria). The choice of analyte impacts the Raman signal, and it’s essential to document the concentration and physical state of the analyte (e.g., liquid, solid, powder)."
1113
+ }
1114
+ },
1115
+ {
1116
+ "subject": "Physics - Surface Enhanced Raman Spectroscopy",
1117
+ "paper_id": "5",
1118
+ "paper_title": "Rapid Detection of SARS-CoV-2 Variants Using an Angiotensin-Converting Enzyme 2-Based Surface-Enhanced Raman Spectroscopy Sensor Enhanced by CoVari Deep Learning Algorithms",
1119
+ "question_id": "Q2",
1120
+ "question": "What are the material and structure, or morphology of the SERS substrates used?",
1121
+ "choices": {
1122
+ "A": "Gold rod",
1123
+ "B": "Sliver nanoparticles",
1124
+ "C": "Gold nanoparticles",
1125
+ "D": "Two-dimensional physically activated chemical",
1126
+ "E": "All of above",
1127
+ "F": "None of above"
1128
+ },
1129
+ "answer": "B",
1130
+ "metadata": {
1131
+ "Task-oriented Category": "Study subject & experimental setup",
1132
+ "question_key_term": "SERS Substrates",
1133
+ "term_explanation": "The types and structural properties of the SERS substrates used, including material (e.g., silver, gold), size, and morphology (e.g., nanospheres, nanostars, chiral metamaterials). Substrate shape and roughness influence plasmonic properties, affecting the enhancement factor."
1134
+ }
1135
+ },
1136
+ {
1137
+ "subject": "Physics - Surface Enhanced Raman Spectroscopy",
1138
+ "paper_id": "5",
1139
+ "paper_title": "Rapid Detection of SARS-CoV-2 Variants Using an Angiotensin-Converting Enzyme 2-Based Surface-Enhanced Raman Spectroscopy Sensor Enhanced by CoVari Deep Learning Algorithms",
1140
+ "question_id": "Q3",
1141
+ "question": "How many analytes are investigated?",
1142
+ "choices": {
1143
+ "A": "4",
1144
+ "B": "3",
1145
+ "C": "2",
1146
+ "D": "1",
1147
+ "E": "All of above",
1148
+ "F": "None of above"
1149
+ },
1150
+ "answer": "A",
1151
+ "metadata": {
1152
+ "Task-oriented Category": "Study subject & experimental setup",
1153
+ "question_key_term": "Number of Analytes",
1154
+ "term_explanation": "The total number of analytes included in the study. This helps assess the breadth of the study and the potential for generalization of the findings across different analyte types."
1155
+ }
1156
+ },
1157
+ {
1158
+ "subject": "Physics - Surface Enhanced Raman Spectroscopy",
1159
+ "paper_id": "5",
1160
+ "paper_title": "Rapid Detection of SARS-CoV-2 Variants Using an Angiotensin-Converting Enzyme 2-Based Surface-Enhanced Raman Spectroscopy Sensor Enhanced by CoVari Deep Learning Algorithms",
1161
+ "question_id": "Q4",
1162
+ "question": "What is the excitation laser wavelength used for SERS measurements?",
1163
+ "choices": {
1164
+ "A": "633 nm",
1165
+ "B": "532 nm",
1166
+ "C": "785 nm",
1167
+ "D": "514 nm",
1168
+ "E": "All of above",
1169
+ "F": "None of above"
1170
+ },
1171
+ "answer": "F",
1172
+ "metadata": {
1173
+ "Task-oriented Category": "Data characteristics & collection",
1174
+ "question_key_term": "Laser wavelength",
1175
+ "term_explanation": "The specific wavelength of the laser used for excitation in the Raman setup, as different wavelengths may resonate more strongly with different analytes or substrates, influencing the SERS enhancement factor."
1176
+ }
1177
+ },
1178
+ {
1179
+ "subject": "Physics - Surface Enhanced Raman Spectroscopy",
1180
+ "paper_id": "5",
1181
+ "paper_title": "Rapid Detection of SARS-CoV-2 Variants Using an Angiotensin-Converting Enzyme 2-Based Surface-Enhanced Raman Spectroscopy Sensor Enhanced by CoVari Deep Learning Algorithms",
1182
+ "question_id": "Q5",
1183
+ "question": "What is the spectral range collected for the analysis of the analytes?",
1184
+ "choices": {
1185
+ "A": "600 cm⁻¹ to 1800 cm⁻¹",
1186
+ "B": "400 cm⁻¹ to 1850 cm⁻¹",
1187
+ "C": "400 cm⁻¹ to 1800 cm⁻¹",
1188
+ "D": "600 cm⁻¹ to 1850 cm⁻¹",
1189
+ "E": "All of above",
1190
+ "F": "None of above"
1191
+ },
1192
+ "answer": "F",
1193
+ "metadata": {
1194
+ "Task-oriented Category": "Data characteristics & collection",
1195
+ "question_key_term": "Spectral Range",
1196
+ "term_explanation": "The range of wavelengths or wavenumbers collected during the experiment (e.g., 400–2000 cm⁻¹). Different ranges target different molecular vibrations, so this impacts the chemical information obtained."
1197
+ }
1198
+ },
1199
+ {
1200
+ "subject": "Physics - Surface Enhanced Raman Spectroscopy",
1201
+ "paper_id": "5",
1202
+ "paper_title": "Rapid Detection of SARS-CoV-2 Variants Using an Angiotensin-Converting Enzyme 2-Based Surface-Enhanced Raman Spectroscopy Sensor Enhanced by CoVari Deep Learning Algorithms",
1203
+ "question_id": "Q6",
1204
+ "question": "How many spectra are collected per analyte under each experimental condition?",
1205
+ "choices": {
1206
+ "A": "Less than 200",
1207
+ "B": "200",
1208
+ "C": "More than 200",
1209
+ "D": "1200",
1210
+ "E": "All of above",
1211
+ "F": "None of above"
1212
+ },
1213
+ "answer": "C",
1214
+ "metadata": {
1215
+ "Task-oriented Category": "Data characteristics & collection",
1216
+ "question_key_term": "Number of Spectra for Each Analyte Under Each Condition",
1217
+ "term_explanation": "The total number of spectra collected for each analyte, condition, or experimental setup, which gives insight into the dataset’s size and statistical robustness."
1218
+ }
1219
+ },
1220
+ {
1221
+ "subject": "Physics - Surface Enhanced Raman Spectroscopy",
1222
+ "paper_id": "5",
1223
+ "paper_title": "Rapid Detection of SARS-CoV-2 Variants Using an Angiotensin-Converting Enzyme 2-Based Surface-Enhanced Raman Spectroscopy Sensor Enhanced by CoVari Deep Learning Algorithms",
1224
+ "question_id": "Q7",
1225
+ "question": "What is the primary machine learning task addressed in this study?",
1226
+ "choices": {
1227
+ "A": "Regression",
1228
+ "B": "Classification",
1229
+ "C": "Dimension reduction",
1230
+ "D": "Classification and regression",
1231
+ "E": "All of above",
1232
+ "F": "None of above"
1233
+ },
1234
+ "answer": "D",
1235
+ "metadata": {
1236
+ "Task-oriented Category": "Technical approach & details",
1237
+ "question_key_term": "Machine Learning task",
1238
+ "term_explanation": "A Machine Learning task is a formalized problem or objective that specifies the type of patterns or predictions a model needs to learn from data, including the nature of the input, output, and how they are related. (Classification, regression, clustering etc.)"
1239
+ }
1240
+ },
1241
+ {
1242
+ "subject": "Physics - Surface Enhanced Raman Spectroscopy",
1243
+ "paper_id": "5",
1244
+ "paper_title": "Rapid Detection of SARS-CoV-2 Variants Using an Angiotensin-Converting Enzyme 2-Based Surface-Enhanced Raman Spectroscopy Sensor Enhanced by CoVari Deep Learning Algorithms",
1245
+ "question_id": "Q8",
1246
+ "question": "Which machine learning algorithm is implemented?",
1247
+ "choices": {
1248
+ "A": "ANN",
1249
+ "B": "CNN",
1250
+ "C": "DNN",
1251
+ "D": "RNN",
1252
+ "E": "All of above",
1253
+ "F": "None of above"
1254
+ },
1255
+ "answer": "B",
1256
+ "metadata": {
1257
+ "Task-oriented Category": "Technical approach & details",
1258
+ "question_key_term": "Machine Learning algorithm",
1259
+ "term_explanation": "A Machine Learning algorithm (such as linear regression, support vector machine, DNN etc. ) is a mathematical framework or procedure that processes input data to create a model capable of solving a specific ML task."
1260
+ }
1261
+ },
1262
+ {
1263
+ "subject": "Physics - Surface Enhanced Raman Spectroscopy",
1264
+ "paper_id": "5",
1265
+ "paper_title": "Rapid Detection of SARS-CoV-2 Variants Using an Angiotensin-Converting Enzyme 2-Based Surface-Enhanced Raman Spectroscopy Sensor Enhanced by CoVari Deep Learning Algorithms",
1266
+ "question_id": "Q9",
1267
+ "question": "What data splitting strategy is applied, and the parameters?",
1268
+ "choices": {
1269
+ "A": "T-T split; 0.7, 0.3",
1270
+ "B": "T-D-T split; 0.8, 0.1, 0.1",
1271
+ "C": "K-fold; 5 fold",
1272
+ "D": "K-fold; 10 fold",
1273
+ "E": "All of above",
1274
+ "F": "None of above"
1275
+ },
1276
+ "answer": "D",
1277
+ "metadata": {
1278
+ "Task-oriented Category": "Technical approach & details",
1279
+ "question_key_term": "Splitting strategy (tdt split or k-fold)",
1280
+ "term_explanation": "The process of training and validating the AI models, including strategies like train-test splitting or k-fold cross-validation, the number of training epochs, and how training performance is tracked (e.g., loss curves)."
1281
+ }
1282
+ },
1283
+ {
1284
+ "subject": "Physics - Surface Enhanced Raman Spectroscopy",
1285
+ "paper_id": "5",
1286
+ "paper_title": "Rapid Detection of SARS-CoV-2 Variants Using an Angiotensin-Converting Enzyme 2-Based Surface-Enhanced Raman Spectroscopy Sensor Enhanced by CoVari Deep Learning Algorithms",
1287
+ "question_id": "Q10",
1288
+ "question": "How many experimental replications are conducted to ensure reproducibility?",
1289
+ "choices": {
1290
+ "A": "10",
1291
+ "B": "256",
1292
+ "C": "1000",
1293
+ "D": "35",
1294
+ "E": "All of above",
1295
+ "F": "None of above"
1296
+ },
1297
+ "answer": "F",
1298
+ "metadata": {
1299
+ "Task-oriented Category": "Data characteristics & collection",
1300
+ "question_key_term": "Number of Replications",
1301
+ "term_explanation": "The number of times the experiment is repeated to ensure reproducibility and accuracy."
1302
+ }
1303
+ },
1304
+ {
1305
+ "subject": "Physics - Surface Enhanced Raman Spectroscopy",
1306
+ "paper_id": "5",
1307
+ "paper_title": "Rapid Detection of SARS-CoV-2 Variants Using an Angiotensin-Converting Enzyme 2-Based Surface-Enhanced Raman Spectroscopy Sensor Enhanced by CoVari Deep Learning Algorithms",
1308
+ "question_id": "Q11",
1309
+ "question": "How many epochs are used during model training?",
1310
+ "choices": {
1311
+ "A": "100",
1312
+ "B": "200",
1313
+ "C": "300",
1314
+ "D": "4700",
1315
+ "E": "All of above",
1316
+ "F": "None of above"
1317
+ },
1318
+ "answer": "C",
1319
+ "metadata": {
1320
+ "Task-oriented Category": "Technical approach & details",
1321
+ "question_key_term": "Number of Epochs",
1322
+ "term_explanation": "The total number of complete passes through the entire dataset during training for machine learning models."
1323
+ }
1324
+ },
1325
+ {
1326
+ "subject": "Physics - Surface Enhanced Raman Spectroscopy",
1327
+ "paper_id": "5",
1328
+ "paper_title": "Rapid Detection of SARS-CoV-2 Variants Using an Angiotensin-Converting Enzyme 2-Based Surface-Enhanced Raman Spectroscopy Sensor Enhanced by CoVari Deep Learning Algorithms",
1329
+ "question_id": "Q12",
1330
+ "question": "What performance metrics are employed to evaluate the machine learning models?",
1331
+ "choices": {
1332
+ "A": "Accuracy",
1333
+ "B": "R squre",
1334
+ "C": "Recall",
1335
+ "D": "MAE",
1336
+ "E": "All of above",
1337
+ "F": "None of above"
1338
+ },
1339
+ "answer": "F",
1340
+ "metadata": {
1341
+ "Task-oriented Category": "Conclusions & results",
1342
+ "question_key_term": "Performance metrics",
1343
+ "term_explanation": "The metrics used to evaluate model performance, including accuracy, precision, recall, F1 score, and AUC, providing insight into the model's effectiveness."
1344
+ }
1345
+ },
1346
+ {
1347
+ "subject": "Physics - Surface Enhanced Raman Spectroscopy",
1348
+ "paper_id": "5",
1349
+ "paper_title": "Rapid Detection of SARS-CoV-2 Variants Using an Angiotensin-Converting Enzyme 2-Based Surface-Enhanced Raman Spectroscopy Sensor Enhanced by CoVari Deep Learning Algorithms",
1350
+ "question_id": "Q13",
1351
+ "question": "What are the reported performance values?",
1352
+ "choices": {
1353
+ "A": "Acc, 0.999; R square 0.98",
1354
+ "B": "Acc, 0.999",
1355
+ "C": "R square 0.98",
1356
+ "D": "R square 0.993",
1357
+ "E": "All of above",
1358
+ "F": "None of above"
1359
+ },
1360
+ "answer": "A",
1361
+ "metadata": {
1362
+ "Task-oriented Category": "Conclusions & results",
1363
+ "question_key_term": "Performance values",
1364
+ "term_explanation": "The performance value finally reported"
1365
+ }
1366
+ }
1367
+ ]
data/public_health_infectious_disease_modeling.json ADDED
@@ -0,0 +1,1157 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "subject": "Public Health - Infectious-disease Modeling",
4
+ "paper_id": "1",
5
+ "paper_title": "Mathematical modeling and analysis of COVID-19: A study of new variant Omicron",
6
+ "question_id": "Q1",
7
+ "question": "What is the source location or country of origin for the data used in this study?",
8
+ "choices": {
9
+ "A": "Argentina",
10
+ "B": "Brazil",
11
+ "C": "South Africa",
12
+ "D": "China",
13
+ "E": "All of above.",
14
+ "F": "None of above."
15
+ },
16
+ "answer": "C",
17
+ "metadata": {
18
+ "Task-oriented Category": "Data characteristics & collection",
19
+ "question_key_term": "Source Data",
20
+ "term_explanation": "Numerical simulations of the model typically require real-world data as a foundation. In this case, we seek to understand the source of the data used."
21
+ }
22
+ },
23
+ {
24
+ "subject": "Public Health - Infectious-disease Modeling",
25
+ "paper_id": "1",
26
+ "paper_title": "Mathematical modeling and analysis of COVID-19: A study of new variant Omicron",
27
+ "question_id": "Q2",
28
+ "question": "What is the model used in this paper?",
29
+ "choices": {
30
+ "A": "second-order differential epidemic model",
31
+ "B": "SIS",
32
+ "C": "extended SEIR model",
33
+ "D": "SIR model",
34
+ "E": "All of above.",
35
+ "F": "None of above."
36
+ },
37
+ "answer": "A",
38
+ "metadata": {
39
+ "Task-oriented Category": "Technical approach & details",
40
+ "question_key_term": "Paper",
41
+ "term_explanation": "In general, studies of this nature are built upon extensions of compartmental models. We are interested in identifying the specific type of model employed in this work."
42
+ }
43
+ },
44
+ {
45
+ "subject": "Public Health - Infectious-disease Modeling",
46
+ "paper_id": "1",
47
+ "paper_title": "Mathematical modeling and analysis of COVID-19: A study of new variant Omicron",
48
+ "question_id": "Q3",
49
+ "question": "Into how many compartments is the population divided in the model?",
50
+ "choices": {
51
+ "A": "8",
52
+ "B": "6",
53
+ "C": "5",
54
+ "D": "7",
55
+ "E": "All of above.",
56
+ "F": "None of above."
57
+ },
58
+ "answer": "B",
59
+ "metadata": {
60
+ "Task-oriented Category": "Study subject & experimental setup",
61
+ "question_key_term": "Compartments",
62
+ "term_explanation": "A key aspect of extensions of compartmental models lies in dividing the total population into distinct categories. We would like to know the total number of categories defined in the model."
63
+ }
64
+ },
65
+ {
66
+ "subject": "Public Health - Infectious-disease Modeling",
67
+ "paper_id": "1",
68
+ "paper_title": "Mathematical modeling and analysis of COVID-19: A study of new variant Omicron",
69
+ "question_id": "Q4",
70
+ "question": "What is the initial susceptible population of the model?",
71
+ "choices": {
72
+ "A": "60,140,000",
73
+ "B": "60,069,540",
74
+ "C": "62,000",
75
+ "D": "8,000",
76
+ "E": "All of above.",
77
+ "F": "None of above."
78
+ },
79
+ "answer": "B",
80
+ "metadata": {
81
+ "Task-oriented Category": "Study subject & experimental setup",
82
+ "question_key_term": "Susceptible population",
83
+ "term_explanation": "Numerical simulations of compartmental models require carefully specified initial conditions. In particular, knowing the initial size of the susceptible population is critical, as it strongly influences the early dynamics of disease transmission and the overall trajectory of the outbreak."
84
+ }
85
+ },
86
+ {
87
+ "subject": "Public Health - Infectious-disease Modeling",
88
+ "paper_id": "1",
89
+ "paper_title": "Mathematical modeling and analysis of COVID-19: A study of new variant Omicron",
90
+ "question_id": "Q5",
91
+ "question": "What is the initial infected population of the model?",
92
+ "choices": {
93
+ "A": "8,000",
94
+ "B": "100",
95
+ "C": "360",
96
+ "D": "8,460",
97
+ "E": "All of above.",
98
+ "F": "None of above."
99
+ },
100
+ "answer": "D",
101
+ "metadata": {
102
+ "Task-oriented Category": "Study subject & experimental setup",
103
+ "question_key_term": "Infected population",
104
+ "term_explanation": "The initial number of infected individuals plays a key role in shaping the model’s early behavior and is essential for understanding the potential outbreak size and dynamics."
105
+ }
106
+ },
107
+ {
108
+ "subject": "Public Health - Infectious-disease Modeling",
109
+ "paper_id": "1",
110
+ "paper_title": "Mathematical modeling and analysis of COVID-19: A study of new variant Omicron",
111
+ "question_id": "Q6",
112
+ "question": "What is the transmission rate?",
113
+ "choices": {
114
+ "A": "0.8999/day for symptomatically-infectious individuals",
115
+ "B": "0.7800/day for asymptomatically-infectious individuals",
116
+ "C": "0.8999/day for asymptomatically-infectious individuals",
117
+ "D": "0.4959/day for asymptomatically-infectious individuals",
118
+ "E": "All of above.",
119
+ "F": "None of above."
120
+ },
121
+ "answer": "C",
122
+ "metadata": {
123
+ "Task-oriented Category": "Technical approach & details",
124
+ "question_key_term": "Transmission rate",
125
+ "term_explanation": "Infectious disease models depend on key epidemiological parameters to capture the mechanisms of disease spread. The transmission rate, in particular, quantifies how rapidly the disease propagates through the population and is fundamental to the model’s predictive power."
126
+ }
127
+ },
128
+ {
129
+ "subject": "Public Health - Infectious-disease Modeling",
130
+ "paper_id": "1",
131
+ "paper_title": "Mathematical modeling and analysis of COVID-19: A study of new variant Omicron",
132
+ "question_id": "Q7",
133
+ "question": "What is the disease-induced mortality rate?",
134
+ "choices": {
135
+ "A": "0.8447/day",
136
+ "B": "1/(365*64.38)/day",
137
+ "C": "0.0101/day",
138
+ "D": "0.0015/day",
139
+ "E": "All of above.",
140
+ "F": "None of above."
141
+ },
142
+ "answer": "D",
143
+ "metadata": {
144
+ "Task-oriented Category": "Technical approach & details",
145
+ "question_key_term": "mortality rate",
146
+ "term_explanation": "The disease-induced mortality rate specifies the proportion of infected individuals who succumb to the disease. Incorporating this parameter into simulations is vital for predicting the health burden of the disease and for evaluating intervention strategies."
147
+ }
148
+ },
149
+ {
150
+ "subject": "Public Health - Infectious-disease Modeling",
151
+ "paper_id": "1",
152
+ "paper_title": "Mathematical modeling and analysis of COVID-19: A study of new variant Omicron",
153
+ "question_id": "Q8",
154
+ "question": "What values of the basic reproduction number were considered in the model?",
155
+ "choices": {
156
+ "A": "2.1107",
157
+ "B": "<1",
158
+ "C": "0.02",
159
+ "D": "0",
160
+ "E": "All of above.",
161
+ "F": "None of above."
162
+ },
163
+ "answer": "A",
164
+ "metadata": {
165
+ "Task-oriented Category": "Technical approach & details",
166
+ "question_key_term": "reproduction number",
167
+ "term_explanation": "One of the fundamental parameters incorporated into compartmental models is the reproduction number, which critically influences the future trajectory of the epidemic."
168
+ }
169
+ },
170
+ {
171
+ "subject": "Public Health - Infectious-disease Modeling",
172
+ "paper_id": "1",
173
+ "paper_title": "Mathematical modeling and analysis of COVID-19: A study of new variant Omicron",
174
+ "question_id": "Q9",
175
+ "question": "How many interventions are addressed in the paper?",
176
+ "choices": {
177
+ "A": ">3",
178
+ "B": "3",
179
+ "C": "2",
180
+ "D": "1",
181
+ "E": "All of above.",
182
+ "F": "None of above."
183
+ },
184
+ "answer": "A",
185
+ "metadata": {
186
+ "Task-oriented Category": "Study subject & experimental setup",
187
+ "question_key_term": "intervention",
188
+ "term_explanation": "The outcomes of model fitting are typically analyzed to assess the effects of intervention measures on the progression of the epidemic."
189
+ }
190
+ },
191
+ {
192
+ "subject": "Public Health - Infectious-disease Modeling",
193
+ "paper_id": "1",
194
+ "paper_title": "Mathematical modeling and analysis of COVID-19: A study of new variant Omicron",
195
+ "question_id": "Q10",
196
+ "question": "What are the novel contributions of the paper?",
197
+ "choices": {
198
+ "A": "A COVID-19 infection model with vaccination has been discussed",
199
+ "B": "Study the unreported COVID-19 cases",
200
+ "C": "Use the omicron feature to construct the model",
201
+ "D": "This is the first study to propose a second-order differential epidemic model.",
202
+ "E": "All of above.",
203
+ "F": "None of above."
204
+ },
205
+ "answer": "C",
206
+ "metadata": {
207
+ "Task-oriented Category": "Conclusions & results",
208
+ "question_key_term": "innovations",
209
+ "term_explanation": "The novel contributions identify the paper’s unique value and justify its significance within the existing body of research."
210
+ }
211
+ },
212
+ {
213
+ "subject": "Public Health - Infectious-disease Modeling",
214
+ "paper_id": "1",
215
+ "paper_title": "Mathematical modeling and analysis of COVID-19: A study of new variant Omicron",
216
+ "question_id": "Q11",
217
+ "question": "What are the limitations of the paper?",
218
+ "choices": {
219
+ "A": "Asymptomatic infections were not incorporated into the analysis",
220
+ "B": "The study did not assess the influence of the incubation period on the basic reproduction number",
221
+ "C": "The natural birth rate was not incorporated into the model",
222
+ "D": "This study did not examine how variations in the transmission rate influence the basic reproduction number",
223
+ "E": "All of above.",
224
+ "F": "None of above."
225
+ },
226
+ "answer": "F",
227
+ "metadata": {
228
+ "Task-oriented Category": "Conclusions & results",
229
+ "question_key_term": "limitations",
230
+ "term_explanation": "The limitations of the paper reveal its potential weaknesses and help assess the validity, generalizability, and scope of the findings."
231
+ }
232
+ },
233
+ {
234
+ "subject": "Public Health - Infectious-disease Modeling",
235
+ "paper_id": "2",
236
+ "paper_title": "COVID-19 pandemic in India: a mathematical model study",
237
+ "question_id": "Q1",
238
+ "question": "What is the source location or country of origin for the data used in this study?",
239
+ "choices": {
240
+ "A": "Bangladesh",
241
+ "B": "India",
242
+ "C": "China",
243
+ "D": "U.S.",
244
+ "E": "All of above.",
245
+ "F": "None of above."
246
+ },
247
+ "answer": "B",
248
+ "metadata": {
249
+ "Task-oriented Category": "Data characteristics & collection",
250
+ "question_key_term": "Source Data",
251
+ "term_explanation": "Numerical simulations of the model typically require real-world data as a foundation. In this case, we seek to understand the source of the data used."
252
+ }
253
+ },
254
+ {
255
+ "subject": "Public Health - Infectious-disease Modeling",
256
+ "paper_id": "2",
257
+ "paper_title": "COVID-19 pandemic in India: a mathematical model study",
258
+ "question_id": "Q2",
259
+ "question": "What is the model used in this paper?",
260
+ "choices": {
261
+ "A": "SIR",
262
+ "B": "SIS",
263
+ "C": "extended SEIR model",
264
+ "D": "standard SEIR model",
265
+ "E": "All of above.",
266
+ "F": "None of above."
267
+ },
268
+ "answer": "C",
269
+ "metadata": {
270
+ "Task-oriented Category": "Technical approach & details",
271
+ "question_key_term": "Paper",
272
+ "term_explanation": "In general, studies of this nature are built upon extensions of compartmental models. We are interested in identifying the specific type of model employed in this work."
273
+ }
274
+ },
275
+ {
276
+ "subject": "Public Health - Infectious-disease Modeling",
277
+ "paper_id": "2",
278
+ "paper_title": "COVID-19 pandemic in India: a mathematical model study",
279
+ "question_id": "Q3",
280
+ "question": "Into how many compartments is the population divided in the model?",
281
+ "choices": {
282
+ "A": "8",
283
+ "B": "4",
284
+ "C": "5",
285
+ "D": "7",
286
+ "E": "All of above.",
287
+ "F": "None of above."
288
+ },
289
+ "answer": "D",
290
+ "metadata": {
291
+ "Task-oriented Category": "Study subject & experimental setup",
292
+ "question_key_term": "Compartments",
293
+ "term_explanation": "A key aspect of extensions of compartmental models lies in dividing the total population into distinct categories. We would like to know the total number of categories defined in the model."
294
+ }
295
+ },
296
+ {
297
+ "subject": "Public Health - Infectious-disease Modeling",
298
+ "paper_id": "2",
299
+ "paper_title": "COVID-19 pandemic in India: a mathematical model study",
300
+ "question_id": "Q4",
301
+ "question": "What is the initial susceptible population of the model?",
302
+ "choices": {
303
+ "A": "1,352,642,280",
304
+ "B": "2,87,131",
305
+ "C": "111",
306
+ "D": "16",
307
+ "E": "All of above.",
308
+ "F": "None of above."
309
+ },
310
+ "answer": "A",
311
+ "metadata": {
312
+ "Task-oriented Category": "Study subject & experimental setup",
313
+ "question_key_term": "Susceptible population",
314
+ "term_explanation": "Numerical simulations of compartmental models require carefully specified initial conditions. In particular, knowing the initial size of the susceptible population is critical, as it strongly influences the early dynamics of disease transmission and the overall trajectory of the outbreak."
315
+ }
316
+ },
317
+ {
318
+ "subject": "Public Health - Infectious-disease Modeling",
319
+ "paper_id": "2",
320
+ "paper_title": "COVID-19 pandemic in India: a mathematical model study",
321
+ "question_id": "Q5",
322
+ "question": "What is the initial infected population of the model?",
323
+ "choices": {
324
+ "A": "16",
325
+ "B": "10",
326
+ "C": "3",
327
+ "D": "32",
328
+ "E": "All of above.",
329
+ "F": "None of above."
330
+ },
331
+ "answer": "D",
332
+ "metadata": {
333
+ "Task-oriented Category": "Study subject & experimental setup",
334
+ "question_key_term": "Infected population",
335
+ "term_explanation": "The initial number of infected individuals plays a key role in shaping the model’s early behavior and is essential for understanding the potential outbreak size and dynamics."
336
+ }
337
+ },
338
+ {
339
+ "subject": "Public Health - Infectious-disease Modeling",
340
+ "paper_id": "2",
341
+ "paper_title": "COVID-19 pandemic in India: a mathematical model study",
342
+ "question_id": "Q6",
343
+ "question": "What is the transmission rate?",
344
+ "choices": {
345
+ "A": "0.94/day",
346
+ "B": "1.11525/day",
347
+ "C": "0.80576/day",
348
+ "D": "0.24176/day",
349
+ "E": "All of above.",
350
+ "F": "None of above."
351
+ },
352
+ "answer": "B",
353
+ "metadata": {
354
+ "Task-oriented Category": "Technical approach & details",
355
+ "question_key_term": "Transmission rate",
356
+ "term_explanation": "Infectious disease models depend on key epidemiological parameters to capture the mechanisms of disease spread. The transmission rate, in particular, quantifies how rapidly the disease propagates through the population and is fundamental to the model’s predictive power."
357
+ }
358
+ },
359
+ {
360
+ "subject": "Public Health - Infectious-disease Modeling",
361
+ "paper_id": "2",
362
+ "paper_title": "COVID-19 pandemic in India: a mathematical model study",
363
+ "question_id": "Q7",
364
+ "question": "What is the disease-induced mortality rate?",
365
+ "choices": {
366
+ "A": "0.51323/day",
367
+ "B": "0.04142/day",
368
+ "C": "0.88689/day",
369
+ "D": "0.26190/day",
370
+ "E": "All of above.",
371
+ "F": "None of above."
372
+ },
373
+ "answer": "B",
374
+ "metadata": {
375
+ "Task-oriented Category": "Technical approach & details",
376
+ "question_key_term": "mortality rate",
377
+ "term_explanation": "The disease-induced mortality rate specifies the proportion of infected individuals who succumb to the disease. Incorporating this parameter into simulations is vital for predicting the health burden of the disease and for evaluating intervention strategies."
378
+ }
379
+ },
380
+ {
381
+ "subject": "Public Health - Infectious-disease Modeling",
382
+ "paper_id": "2",
383
+ "paper_title": "COVID-19 pandemic in India: a mathematical model study",
384
+ "question_id": "Q8",
385
+ "question": "What values of the basic reproduction number were considered in the model?",
386
+ "choices": {
387
+ "A": "2.39745",
388
+ "B": "1.317554127",
389
+ "C": "0.2915951005",
390
+ "D": "0.1621143316",
391
+ "E": "All of above.",
392
+ "F": "None of above."
393
+ },
394
+ "answer": "A",
395
+ "metadata": {
396
+ "Task-oriented Category": "Technical approach & details",
397
+ "question_key_term": "reproduction number",
398
+ "term_explanation": "One of the fundamental parameters incorporated into compartmental models is the reproduction number, which critically influences the future trajectory of the epidemic."
399
+ }
400
+ },
401
+ {
402
+ "subject": "Public Health - Infectious-disease Modeling",
403
+ "paper_id": "2",
404
+ "paper_title": "COVID-19 pandemic in India: a mathematical model study",
405
+ "question_id": "Q9",
406
+ "question": "How many interventions are addressed in the paper?",
407
+ "choices": {
408
+ "A": "4",
409
+ "B": "3",
410
+ "C": "2",
411
+ "D": "1",
412
+ "E": "All of above.",
413
+ "F": "None of above."
414
+ },
415
+ "answer": "A",
416
+ "metadata": {
417
+ "Task-oriented Category": "Study subject & experimental setup",
418
+ "question_key_term": "intervention",
419
+ "term_explanation": "The outcomes of model fitting are typically analyzed to assess the effects of intervention measures on the progression of the epidemic."
420
+ }
421
+ },
422
+ {
423
+ "subject": "Public Health - Infectious-disease Modeling",
424
+ "paper_id": "2",
425
+ "paper_title": "COVID-19 pandemic in India: a mathematical model study",
426
+ "question_id": "Q10",
427
+ "question": "What are the novel contributions of the paper?",
428
+ "choices": {
429
+ "A": "The study explores the role of lockdown interventions in mitigating the transmission of COVID-19 in China",
430
+ "B": "The study examines the impact of vaccination on the dynamics of the COVID-19 pandemic in India.",
431
+ "C": "This is the first study that examines the transmission mechanism of COVID-19 through a deterministic compartmental modeling framework",
432
+ "D": "The study investigates potential intervention strategies to control the COVID-19 epidemic in India and analyzes its projected future trajectories.",
433
+ "E": "All of above.",
434
+ "F": "None of above."
435
+ },
436
+ "answer": "D",
437
+ "metadata": {
438
+ "Task-oriented Category": "Conclusions & results",
439
+ "question_key_term": "innovations",
440
+ "term_explanation": "The novel contributions identify the paper’s unique value and justify its significance within the existing body of research."
441
+ }
442
+ },
443
+ {
444
+ "subject": "Public Health - Infectious-disease Modeling",
445
+ "paper_id": "2",
446
+ "paper_title": "COVID-19 pandemic in India: a mathematical model study",
447
+ "question_id": "Q11",
448
+ "question": "What are the limitations of the paper?",
449
+ "choices": {
450
+ "A": "The data employed in this study carries substantial uncertainty, which may affect the robustness of the results",
451
+ "B": "The study does not analyze the stability of the equilibrium states",
452
+ "C": "The model has not been validated using real-world data",
453
+ "D": "The study does not examine how variations in model parameters affect the basic reproduction number",
454
+ "E": "All of above.",
455
+ "F": "None of above."
456
+ },
457
+ "answer": "F",
458
+ "metadata": {
459
+ "Task-oriented Category": "Conclusions & results",
460
+ "question_key_term": "limitations",
461
+ "term_explanation": "The limitations of the paper reveal its potential weaknesses and help assess the validity, generalizability, and scope of the findings."
462
+ }
463
+ },
464
+ {
465
+ "subject": "Public Health - Infectious-disease Modeling",
466
+ "paper_id": "3",
467
+ "paper_title": "A mathematical COVID-19 model considering asymptomatic and symptomatic classes with waning immunity",
468
+ "question_id": "Q1",
469
+ "question": "What is the source location or country of origin for the data used in this study?",
470
+ "choices": {
471
+ "A": "Indonesia",
472
+ "B": "India",
473
+ "C": "Hubei",
474
+ "D": "Pakistan",
475
+ "E": "All of above.",
476
+ "F": "None of above."
477
+ },
478
+ "answer": "A",
479
+ "metadata": {
480
+ "Task-oriented Category": "Data characteristics & collection",
481
+ "question_key_term": "Source Data",
482
+ "term_explanation": "Numerical simulations of the model typically require real-world data as a foundation. In this case, we seek to understand the source of the data used."
483
+ }
484
+ },
485
+ {
486
+ "subject": "Public Health - Infectious-disease Modeling",
487
+ "paper_id": "3",
488
+ "paper_title": "A mathematical COVID-19 model considering asymptomatic and symptomatic classes with waning immunity",
489
+ "question_id": "Q2",
490
+ "question": "What is the model used in this paper?",
491
+ "choices": {
492
+ "A": "SIR",
493
+ "B": "SIS",
494
+ "C": "extended SEIR model",
495
+ "D": "standard SEIR model",
496
+ "E": "All of above.",
497
+ "F": "None of above."
498
+ },
499
+ "answer": "C",
500
+ "metadata": {
501
+ "Task-oriented Category": "Technical approach & details",
502
+ "question_key_term": "Paper",
503
+ "term_explanation": "In general, studies of this nature are built upon extensions of compartmental models. We are interested in identifying the specific type of model employed in this work."
504
+ }
505
+ },
506
+ {
507
+ "subject": "Public Health - Infectious-disease Modeling",
508
+ "paper_id": "3",
509
+ "paper_title": "A mathematical COVID-19 model considering asymptomatic and symptomatic classes with waning immunity",
510
+ "question_id": "Q3",
511
+ "question": "Into how many compartments is the population divided in the model?",
512
+ "choices": {
513
+ "A": "8",
514
+ "B": "6",
515
+ "C": "5",
516
+ "D": "7",
517
+ "E": "All of above.",
518
+ "F": "None of above."
519
+ },
520
+ "answer": "D",
521
+ "metadata": {
522
+ "Task-oriented Category": "Study subject & experimental setup",
523
+ "question_key_term": "Compartments",
524
+ "term_explanation": "A key aspect of extensions of compartmental models lies in dividing the total population into distinct categories. We would like to know the total number of categories defined in the model."
525
+ }
526
+ },
527
+ {
528
+ "subject": "Public Health - Infectious-disease Modeling",
529
+ "paper_id": "3",
530
+ "paper_title": "A mathematical COVID-19 model considering asymptomatic and symptomatic classes with waning immunity",
531
+ "question_id": "Q4",
532
+ "question": "What is the initial susceptible population of the model?",
533
+ "choices": {
534
+ "A": "100",
535
+ "B": "10 million",
536
+ "C": "10,000,505",
537
+ "D": "500",
538
+ "E": "All of above.",
539
+ "F": "None of above."
540
+ },
541
+ "answer": "B",
542
+ "metadata": {
543
+ "Task-oriented Category": "Study subject & experimental setup",
544
+ "question_key_term": "Susceptible population",
545
+ "term_explanation": "Numerical simulations of compartmental models require carefully specified initial conditions. In particular, knowing the initial size of the susceptible population is critical, as it strongly influences the early dynamics of disease transmission and the overall trajectory of the outbreak."
546
+ }
547
+ },
548
+ {
549
+ "subject": "Public Health - Infectious-disease Modeling",
550
+ "paper_id": "3",
551
+ "paper_title": "A mathematical COVID-19 model considering asymptomatic and symptomatic classes with waning immunity",
552
+ "question_id": "Q5",
553
+ "question": "What is the initial infected population of the model?",
554
+ "choices": {
555
+ "A": "205",
556
+ "B": "100",
557
+ "C": "5",
558
+ "D": "200",
559
+ "E": "All of above.",
560
+ "F": "None of above."
561
+ },
562
+ "answer": "A",
563
+ "metadata": {
564
+ "Task-oriented Category": "Study subject & experimental setup",
565
+ "question_key_term": "Infected population",
566
+ "term_explanation": "The initial number of infected individuals plays a key role in shaping the model’s early behavior and is essential for understanding the potential outbreak size and dynamics."
567
+ }
568
+ },
569
+ {
570
+ "subject": "Public Health - Infectious-disease Modeling",
571
+ "paper_id": "3",
572
+ "paper_title": "A mathematical COVID-19 model considering asymptomatic and symptomatic classes with waning immunity",
573
+ "question_id": "Q6",
574
+ "question": "What is the transmission rate?",
575
+ "choices": {
576
+ "A": "0.082/(people*day) for symptomatically-infectious individuals",
577
+ "B": "0.19/(people*day) for asymptomatically-infectious individuals",
578
+ "C": "1.727*10^(-7)/(people*day) for asymptomatically-infectious individuals",
579
+ "D": "1/(365*65)/(people*day) for all infectious individuals",
580
+ "E": "All of above.",
581
+ "F": "None of above."
582
+ },
583
+ "answer": "C",
584
+ "metadata": {
585
+ "Task-oriented Category": "Technical approach & details",
586
+ "question_key_term": "Transmission rate",
587
+ "term_explanation": "Infectious disease models depend on key epidemiological parameters to capture the mechanisms of disease spread. The transmission rate, in particular, quantifies how rapidly the disease propagates through the population and is fundamental to the model’s predictive power."
588
+ }
589
+ },
590
+ {
591
+ "subject": "Public Health - Infectious-disease Modeling",
592
+ "paper_id": "3",
593
+ "paper_title": "A mathematical COVID-19 model considering asymptomatic and symptomatic classes with waning immunity",
594
+ "question_id": "Q7",
595
+ "question": "What is the disease-induced mortality rate?",
596
+ "choices": {
597
+ "A": "0.2/day",
598
+ "B": "1/(365*65)/day",
599
+ "C": "0.08195785/day",
600
+ "D": "0.1/day",
601
+ "E": "All of above.",
602
+ "F": "None of above."
603
+ },
604
+ "answer": "C",
605
+ "metadata": {
606
+ "Task-oriented Category": "Technical approach & details",
607
+ "question_key_term": "mortality rate",
608
+ "term_explanation": "The disease-induced mortality rate specifies the proportion of infected individuals who succumb to the disease. Incorporating this parameter into simulations is vital for predicting the health burden of the disease and for evaluating intervention strategies."
609
+ }
610
+ },
611
+ {
612
+ "subject": "Public Health - Infectious-disease Modeling",
613
+ "paper_id": "3",
614
+ "paper_title": "A mathematical COVID-19 model considering asymptomatic and symptomatic classes with waning immunity",
615
+ "question_id": "Q8",
616
+ "question": "What values of the basic reproduction number were considered in the model?",
617
+ "choices": {
618
+ "A": "0.1",
619
+ "B": "3.180126127",
620
+ "C": "0.01",
621
+ "D": "0.05",
622
+ "E": "All of above.",
623
+ "F": "None of above."
624
+ },
625
+ "answer": "B",
626
+ "metadata": {
627
+ "Task-oriented Category": "Technical approach & details",
628
+ "question_key_term": "reproduction number",
629
+ "term_explanation": "One of the fundamental parameters incorporated into compartmental models is the reproduction number, which critically influences the future trajectory of the epidemic."
630
+ }
631
+ },
632
+ {
633
+ "subject": "Public Health - Infectious-disease Modeling",
634
+ "paper_id": "3",
635
+ "paper_title": "A mathematical COVID-19 model considering asymptomatic and symptomatic classes with waning immunity",
636
+ "question_id": "Q9",
637
+ "question": "How many interventions are addressed in the paper?",
638
+ "choices": {
639
+ "A": "4",
640
+ "B": "3",
641
+ "C": "2",
642
+ "D": "1",
643
+ "E": "All of above.",
644
+ "F": "None of above."
645
+ },
646
+ "answer": "D",
647
+ "metadata": {
648
+ "Task-oriented Category": "Study subject & experimental setup",
649
+ "question_key_term": "intervention",
650
+ "term_explanation": "The outcomes of model fitting are typically analyzed to assess the effects of intervention measures on the progression of the epidemic."
651
+ }
652
+ },
653
+ {
654
+ "subject": "Public Health - Infectious-disease Modeling",
655
+ "paper_id": "3",
656
+ "paper_title": "A mathematical COVID-19 model considering asymptomatic and symptomatic classes with waning immunity",
657
+ "question_id": "Q10",
658
+ "question": "What are the novel contributions of the paper?",
659
+ "choices": {
660
+ "A": "The model incorporates the effect of waning immunity in recovered individuals, allowing for the possibility of reinfection",
661
+ "B": "This is the first SEIR model to include both symptomatic and asymptomatic compartments",
662
+ "C": "An SEIR compartmental model is employed to investigate the dynamics of the COVID-19 outbreak in Pakistan",
663
+ "D": "The study found evidence that certain recovered individuals experienced reinfection with COVID-19",
664
+ "E": "All of above.",
665
+ "F": "None of above."
666
+ },
667
+ "answer": "A",
668
+ "metadata": {
669
+ "Task-oriented Category": "Conclusions & results",
670
+ "question_key_term": "innovations",
671
+ "term_explanation": "The novel contributions identify the paper’s unique value and justify its significance within the existing body of research."
672
+ }
673
+ },
674
+ {
675
+ "subject": "Public Health - Infectious-disease Modeling",
676
+ "paper_id": "3",
677
+ "paper_title": "A mathematical COVID-19 model considering asymptomatic and symptomatic classes with waning immunity",
678
+ "question_id": "Q11",
679
+ "question": "What are the limitations of the paper?",
680
+ "choices": {
681
+ "A": "The study does not analyze how various intervention strategies influence the outcomes of the model",
682
+ "B": "The model was not validated using data from multiple geographic regions, which may limit the generalizability of the findings",
683
+ "C": "The model does not account for several important parameters that may significantly affect the transmission dynamics of COVID-19",
684
+ "D": "The study does not investigate the potential existence of backward bifurcation within the model, which may have important implications for disease control thresholds",
685
+ "E": "All of above.",
686
+ "F": "None of above."
687
+ },
688
+ "answer": "B",
689
+ "metadata": {
690
+ "Task-oriented Category": "Conclusions & results",
691
+ "question_key_term": "limitations",
692
+ "term_explanation": "The limitations of the paper reveal its potential weaknesses and help assess the validity, generalizability, and scope of the findings."
693
+ }
694
+ },
695
+ {
696
+ "subject": "Public Health - Infectious-disease Modeling",
697
+ "paper_id": "4",
698
+ "paper_title": "Mathematical modeling and analysis of COVID-19 pandemic in Nigeria",
699
+ "question_id": "Q1",
700
+ "question": "What is the source location or country of origin for the data used in this study?",
701
+ "choices": {
702
+ "A": "U.S.",
703
+ "B": "Nigeria",
704
+ "C": "UK",
705
+ "D": "Wuhan",
706
+ "E": "All of above.",
707
+ "F": "None of above."
708
+ },
709
+ "answer": "B",
710
+ "metadata": {
711
+ "Task-oriented Category": "Data characteristics & collection",
712
+ "question_key_term": "Source Data",
713
+ "term_explanation": "Numerical simulations of the model typically require real-world data as a foundation. In this case, we seek to understand the source of the data used."
714
+ }
715
+ },
716
+ {
717
+ "subject": "Public Health - Infectious-disease Modeling",
718
+ "paper_id": "4",
719
+ "paper_title": "Mathematical modeling and analysis of COVID-19 pandemic in Nigeria",
720
+ "question_id": "Q2",
721
+ "question": "What is the model used in this paper?",
722
+ "choices": {
723
+ "A": "SIR",
724
+ "B": "SIS",
725
+ "C": "standard SEIR model",
726
+ "D": "extended SEIR model",
727
+ "E": "All of above.",
728
+ "F": "None of above."
729
+ },
730
+ "answer": "D",
731
+ "metadata": {
732
+ "Task-oriented Category": "Technical approach & details",
733
+ "question_key_term": "Paper",
734
+ "term_explanation": "In general, studies of this nature are built upon extensions of compartmental models. We are interested in identifying the specific type of model employed in this work."
735
+ }
736
+ },
737
+ {
738
+ "subject": "Public Health - Infectious-disease Modeling",
739
+ "paper_id": "4",
740
+ "paper_title": "Mathematical modeling and analysis of COVID-19 pandemic in Nigeria",
741
+ "question_id": "Q3",
742
+ "question": "Into how many compartments is the population divided in the model?",
743
+ "choices": {
744
+ "A": "6",
745
+ "B": "4",
746
+ "C": "5",
747
+ "D": "7",
748
+ "E": "All of above.",
749
+ "F": "None of above."
750
+ },
751
+ "answer": "A",
752
+ "metadata": {
753
+ "Task-oriented Category": "Study subject & experimental setup",
754
+ "question_key_term": "Compartments",
755
+ "term_explanation": "A key aspect of extensions of compartmental models lies in dividing the total population into distinct categories. We would like to know the total number of categories defined in the model."
756
+ }
757
+ },
758
+ {
759
+ "subject": "Public Health - Infectious-disease Modeling",
760
+ "paper_id": "4",
761
+ "paper_title": "Mathematical modeling and analysis of COVID-19 pandemic in Nigeria",
762
+ "question_id": "Q4",
763
+ "question": "What is the initial susceptible population of the model?",
764
+ "choices": {
765
+ "A": "2.5 million in Nigeria",
766
+ "B": "4.5 million in Nigeria",
767
+ "C": "3 million in Nigeria",
768
+ "D": "1,500,000 in Nigeria",
769
+ "E": "All of above.",
770
+ "F": "None of above."
771
+ },
772
+ "answer": "D",
773
+ "metadata": {
774
+ "Task-oriented Category": "Study subject & experimental setup",
775
+ "question_key_term": "Susceptible population",
776
+ "term_explanation": "Numerical simulations of compartmental models require carefully specified initial conditions. In particular, knowing the initial size of the susceptible population is critical, as it strongly influences the early dynamics of disease transmission and the overall trajectory of the outbreak."
777
+ }
778
+ },
779
+ {
780
+ "subject": "Public Health - Infectious-disease Modeling",
781
+ "paper_id": "4",
782
+ "paper_title": "Mathematical modeling and analysis of COVID-19 pandemic in Nigeria",
783
+ "question_id": "Q5",
784
+ "question": "What is the initial infected population of the model?",
785
+ "choices": {
786
+ "A": "0",
787
+ "B": "1",
788
+ "C": "3",
789
+ "D": "4",
790
+ "E": "All of above.",
791
+ "F": "None of above."
792
+ },
793
+ "answer": "B",
794
+ "metadata": {
795
+ "Task-oriented Category": "Study subject & experimental setup",
796
+ "question_key_term": "Infected population",
797
+ "term_explanation": "The initial number of infected individuals plays a key role in shaping the model’s early behavior and is essential for understanding the potential outbreak size and dynamics."
798
+ }
799
+ },
800
+ {
801
+ "subject": "Public Health - Infectious-disease Modeling",
802
+ "paper_id": "4",
803
+ "paper_title": "Mathematical modeling and analysis of COVID-19 pandemic in Nigeria",
804
+ "question_id": "Q6",
805
+ "question": "What is the transmission rate?",
806
+ "choices": {
807
+ "A": "1.082/day for symptomatically-infectious individuals in Nigeria",
808
+ "B": "1.082/day for asymptomatically-infectious individuls in Nigeria",
809
+ "C": "0.288/day for symptomatically-infectious individuals in Nigeria",
810
+ "D": "0.302/day for symptomatically-infectious individuals in Nigeria",
811
+ "E": "All of above.",
812
+ "F": "None of above."
813
+ },
814
+ "answer": "A",
815
+ "metadata": {
816
+ "Task-oriented Category": "Technical approach & details",
817
+ "question_key_term": "Transmission rate",
818
+ "term_explanation": "Infectious disease models depend on key epidemiological parameters to capture the mechanisms of disease spread. The transmission rate, in particular, quantifies how rapidly the disease propagates through the population and is fundamental to the model’s predictive power."
819
+ }
820
+ },
821
+ {
822
+ "subject": "Public Health - Infectious-disease Modeling",
823
+ "paper_id": "4",
824
+ "paper_title": "Mathematical modeling and analysis of COVID-19 pandemic in Nigeria",
825
+ "question_id": "Q7",
826
+ "question": "What is the disease-induced mortality rate?",
827
+ "choices": {
828
+ "A": "0.439/day for infectious individuals in Nigeria",
829
+ "B": "0.065/day for infectious individuals in Nigeria",
830
+ "C": "0.151/day for infectious individuals in Nigeria",
831
+ "D": "0.288/day for infectious individuals in Nigeria",
832
+ "E": "All of above.",
833
+ "F": "None of above."
834
+ },
835
+ "answer": "D",
836
+ "metadata": {
837
+ "Task-oriented Category": "Technical approach & details",
838
+ "question_key_term": "mortality rate",
839
+ "term_explanation": "The disease-induced mortality rate specifies the proportion of infected individuals who succumb to the disease. Incorporating this parameter into simulations is vital for predicting the health burden of the disease and for evaluating intervention strategies."
840
+ }
841
+ },
842
+ {
843
+ "subject": "Public Health - Infectious-disease Modeling",
844
+ "paper_id": "4",
845
+ "paper_title": "Mathematical modeling and analysis of COVID-19 pandemic in Nigeria",
846
+ "question_id": "Q8",
847
+ "question": "What values of the basic reproduction number were considered in the model?",
848
+ "choices": {
849
+ "A": "7.481 in Nigeria",
850
+ "B": "1.878 in Nigeria",
851
+ "C": "1.98 in Nigeria",
852
+ "D": "1.675 in Nigeria",
853
+ "E": "All of above.",
854
+ "F": "None of above."
855
+ },
856
+ "answer": "C",
857
+ "metadata": {
858
+ "Task-oriented Category": "Technical approach & details",
859
+ "question_key_term": "reproduction number",
860
+ "term_explanation": "One of the fundamental parameters incorporated into compartmental models is the reproduction number, which critically influences the future trajectory of the epidemic."
861
+ }
862
+ },
863
+ {
864
+ "subject": "Public Health - Infectious-disease Modeling",
865
+ "paper_id": "4",
866
+ "paper_title": "Mathematical modeling and analysis of COVID-19 pandemic in Nigeria",
867
+ "question_id": "Q9",
868
+ "question": "How many interventions are addressed in the paper?",
869
+ "choices": {
870
+ "A": "4",
871
+ "B": "3",
872
+ "C": "2",
873
+ "D": "1",
874
+ "E": "All of above.",
875
+ "F": "None of above."
876
+ },
877
+ "answer": "B",
878
+ "metadata": {
879
+ "Task-oriented Category": "Study subject & experimental setup",
880
+ "question_key_term": "intervention",
881
+ "term_explanation": "The outcomes of model fitting are typically analyzed to assess the effects of intervention measures on the progression of the epidemic."
882
+ }
883
+ },
884
+ {
885
+ "subject": "Public Health - Infectious-disease Modeling",
886
+ "paper_id": "4",
887
+ "paper_title": "Mathematical modeling and analysis of COVID-19 pandemic in Nigeria",
888
+ "question_id": "Q10",
889
+ "question": "What are the novel contributions of the paper?",
890
+ "choices": {
891
+ "A": "The study investigates the public health and socio-economic burden of the COVID-19 pandemic in Nigeria",
892
+ "B": "The study assesses the effects of pharmaceutical intervention strategies on the dynamics of the COVID-19 outbreak in Nigeria",
893
+ "C": "This study aims to determine the effectiveness of NPIs in controlling the spread of COVID-19 in Nigeria",
894
+ "D": "This study evaluates the impact of NPIs on the transmission dynamics of COVID-19 in New York",
895
+ "E": "All of above.",
896
+ "F": "None of above."
897
+ },
898
+ "answer": "C",
899
+ "metadata": {
900
+ "Task-oriented Category": "Conclusions & results",
901
+ "question_key_term": "innovations",
902
+ "term_explanation": "The novel contributions identify the paper’s unique value and justify its significance within the existing body of research."
903
+ }
904
+ },
905
+ {
906
+ "subject": "Public Health - Infectious-disease Modeling",
907
+ "paper_id": "4",
908
+ "paper_title": "Mathematical modeling and analysis of COVID-19 pandemic in Nigeria",
909
+ "question_id": "Q11",
910
+ "question": "What are the limitations of the paper?",
911
+ "choices": {
912
+ "A": "The effect of pharmaceutical interventions was not incorporated into the model",
913
+ "B": "The model may underestimate the true public health and socio-economic burden of the COVID-19 pandemic in Nigeria",
914
+ "C": "The model appears to considerably overestimate the actual public health burden of COVID-19 in Nigeria",
915
+ "D": "The parameters of the model were not rigorously or appropriately estimated",
916
+ "E": "All of above.",
917
+ "F": "None of above."
918
+ },
919
+ "answer": "A",
920
+ "metadata": {
921
+ "Task-oriented Category": "Conclusions & results",
922
+ "question_key_term": "limitations",
923
+ "term_explanation": "The limitations of the paper reveal its potential weaknesses and help assess the validity, generalizability, and scope of the findings."
924
+ }
925
+ },
926
+ {
927
+ "subject": "Public Health - Infectious-disease Modeling",
928
+ "paper_id": "5",
929
+ "paper_title": "Mathematical modeling of COVID-19 transmission dynamics with a case study of Wuhan",
930
+ "question_id": "Q1",
931
+ "question": "What is the source location or country of origin for the data used in this study?",
932
+ "choices": {
933
+ "A": "Portuguese",
934
+ "B": "Spain",
935
+ "C": "European",
936
+ "D": "Wuhan, China",
937
+ "E": "All of above.",
938
+ "F": "None of above."
939
+ },
940
+ "answer": "D",
941
+ "metadata": {
942
+ "Task-oriented Category": "Data characteristics & collection",
943
+ "question_key_term": "Source Data",
944
+ "term_explanation": "Numerical simulations of the model typically require real-world data as a foundation. In this case, we seek to understand the source of the data used."
945
+ }
946
+ },
947
+ {
948
+ "subject": "Public Health - Infectious-disease Modeling",
949
+ "paper_id": "5",
950
+ "paper_title": "Mathematical modeling of COVID-19 transmission dynamics with a case study of Wuhan",
951
+ "question_id": "Q2",
952
+ "question": "What is the model used in this paper?",
953
+ "choices": {
954
+ "A": "SIR",
955
+ "B": "SIS",
956
+ "C": "standard SEIR model",
957
+ "D": "extended SEIR model",
958
+ "E": "All of above.",
959
+ "F": "None of above."
960
+ },
961
+ "answer": "D",
962
+ "metadata": {
963
+ "Task-oriented Category": "Technical approach & details",
964
+ "question_key_term": "Paper",
965
+ "term_explanation": "In general, studies of this nature are built upon extensions of compartmental models. We are interested in identifying the specific type of model employed in this work."
966
+ }
967
+ },
968
+ {
969
+ "subject": "Public Health - Infectious-disease Modeling",
970
+ "paper_id": "5",
971
+ "paper_title": "Mathematical modeling of COVID-19 transmission dynamics with a case study of Wuhan",
972
+ "question_id": "Q3",
973
+ "question": "Into how many compartments is the population divided in the model?",
974
+ "choices": {
975
+ "A": "6",
976
+ "B": "8",
977
+ "C": "9",
978
+ "D": "7",
979
+ "E": "All of above.",
980
+ "F": "None of above."
981
+ },
982
+ "answer": "B",
983
+ "metadata": {
984
+ "Task-oriented Category": "Study subject & experimental setup",
985
+ "question_key_term": "Compartments",
986
+ "term_explanation": "A key aspect of extensions of compartmental models lies in dividing the total population into distinct categories. We would like to know the total number of categories defined in the model."
987
+ }
988
+ },
989
+ {
990
+ "subject": "Public Health - Infectious-disease Modeling",
991
+ "paper_id": "5",
992
+ "paper_title": "Mathematical modeling of COVID-19 transmission dynamics with a case study of Wuhan",
993
+ "question_id": "Q4",
994
+ "question": "What is the initial susceptible population of the model?",
995
+ "choices": {
996
+ "A": "44000",
997
+ "B": "11000000",
998
+ "C": "43994",
999
+ "D": "10999994",
1000
+ "E": "All of above.",
1001
+ "F": "None of above."
1002
+ },
1003
+ "answer": "C",
1004
+ "metadata": {
1005
+ "Task-oriented Category": "Study subject & experimental setup",
1006
+ "question_key_term": "Susceptible population",
1007
+ "term_explanation": "Numerical simulations of compartmental models require carefully specified initial conditions. In particular, knowing the initial size of the susceptible population is critical, as it strongly influences the early dynamics of disease transmission and the overall trajectory of the outbreak."
1008
+ }
1009
+ },
1010
+ {
1011
+ "subject": "Public Health - Infectious-disease Modeling",
1012
+ "paper_id": "5",
1013
+ "paper_title": "Mathematical modeling of COVID-19 transmission dynamics with a case study of Wuhan",
1014
+ "question_id": "Q5",
1015
+ "question": "What is the initial infected population of the model?",
1016
+ "choices": {
1017
+ "A": "6",
1018
+ "B": "1",
1019
+ "C": "5",
1020
+ "D": "0",
1021
+ "E": "All of above.",
1022
+ "F": "None of above."
1023
+ },
1024
+ "answer": "A",
1025
+ "metadata": {
1026
+ "Task-oriented Category": "Study subject & experimental setup",
1027
+ "question_key_term": "Infected population",
1028
+ "term_explanation": "The initial number of infected individuals plays a key role in shaping the model’s early behavior and is essential for understanding the potential outbreak size and dynamics."
1029
+ }
1030
+ },
1031
+ {
1032
+ "subject": "Public Health - Infectious-disease Modeling",
1033
+ "paper_id": "5",
1034
+ "paper_title": "Mathematical modeling of COVID-19 transmission dynamics with a case study of Wuhan",
1035
+ "question_id": "Q6",
1036
+ "question": "What is the transmission rate?",
1037
+ "choices": {
1038
+ "A": "7.65/day from infected individuals",
1039
+ "B": "2.55/day from infected individuals",
1040
+ "C": "0.963/day from infected individuals",
1041
+ "D": "10.2/day",
1042
+ "E": "All of above.",
1043
+ "F": "None of above."
1044
+ },
1045
+ "answer": "B",
1046
+ "metadata": {
1047
+ "Task-oriented Category": "Technical approach & details",
1048
+ "question_key_term": "Transmission rate",
1049
+ "term_explanation": "Infectious disease models depend on key epidemiological parameters to capture the mechanisms of disease spread. The transmission rate, in particular, quantifies how rapidly the disease propagates through the population and is fundamental to the model’s predictive power."
1050
+ }
1051
+ },
1052
+ {
1053
+ "subject": "Public Health - Infectious-disease Modeling",
1054
+ "paper_id": "5",
1055
+ "paper_title": "Mathematical modeling of COVID-19 transmission dynamics with a case study of Wuhan",
1056
+ "question_id": "Q7",
1057
+ "question": "What is the disease-induced mortality rate?",
1058
+ "choices": {
1059
+ "A": "3.5/day for all people",
1060
+ "B": "1/day due to super-spreaders",
1061
+ "C": "0.3/day due to super-spreaders",
1062
+ "D": "4.8/day for all people",
1063
+ "E": "All of above.",
1064
+ "F": "None of above."
1065
+ },
1066
+ "answer": "B",
1067
+ "metadata": {
1068
+ "Task-oriented Category": "Technical approach & details",
1069
+ "question_key_term": "mortality rate",
1070
+ "term_explanation": "The disease-induced mortality rate specifies the proportion of infected individuals who succumb to the disease. Incorporating this parameter into simulations is vital for predicting the health burden of the disease and for evaluating intervention strategies."
1071
+ }
1072
+ },
1073
+ {
1074
+ "subject": "Public Health - Infectious-disease Modeling",
1075
+ "paper_id": "5",
1076
+ "paper_title": "Mathematical modeling of COVID-19 transmission dynamics with a case study of Wuhan",
1077
+ "question_id": "Q8",
1078
+ "question": "What values of the basic reproduction number were considered in the model?",
1079
+ "choices": {
1080
+ "A": "0.945",
1081
+ "B": ">1",
1082
+ "C": "0.631",
1083
+ "D": "0.25",
1084
+ "E": "All of above.",
1085
+ "F": "None of above."
1086
+ },
1087
+ "answer": "A",
1088
+ "metadata": {
1089
+ "Task-oriented Category": "Technical approach & details",
1090
+ "question_key_term": "reproduction number",
1091
+ "term_explanation": "One of the fundamental parameters incorporated into compartmental models is the reproduction number, which critically influences the future trajectory of the epidemic."
1092
+ }
1093
+ },
1094
+ {
1095
+ "subject": "Public Health - Infectious-disease Modeling",
1096
+ "paper_id": "5",
1097
+ "paper_title": "Mathematical modeling of COVID-19 transmission dynamics with a case study of Wuhan",
1098
+ "question_id": "Q9",
1099
+ "question": "How many interventions are addressed in the paper?",
1100
+ "choices": {
1101
+ "A": "4",
1102
+ "B": "3",
1103
+ "C": "2",
1104
+ "D": "1",
1105
+ "E": "All of above.",
1106
+ "F": "None of above."
1107
+ },
1108
+ "answer": "F",
1109
+ "metadata": {
1110
+ "Task-oriented Category": "Study subject & experimental setup",
1111
+ "question_key_term": "intervention",
1112
+ "term_explanation": "The outcomes of model fitting are typically analyzed to assess the effects of intervention measures on the progression of the epidemic."
1113
+ }
1114
+ },
1115
+ {
1116
+ "subject": "Public Health - Infectious-disease Modeling",
1117
+ "paper_id": "5",
1118
+ "paper_title": "Mathematical modeling of COVID-19 transmission dynamics with a case study of Wuhan",
1119
+ "question_id": "Q10",
1120
+ "question": "What are the novel contributions of the paper?",
1121
+ "choices": {
1122
+ "A": "This is the first study to propose an epidemiological compartment model",
1123
+ "B": "The study compares the effectiveness of various intervention measures in controlling the epidemic",
1124
+ "C": "The model incorporates a category of super-spreaders",
1125
+ "D": "The model incorporates the viral load of the infectious",
1126
+ "E": "All of above.",
1127
+ "F": "None of above."
1128
+ },
1129
+ "answer": "C",
1130
+ "metadata": {
1131
+ "Task-oriented Category": "Conclusions & results",
1132
+ "question_key_term": "innovations",
1133
+ "term_explanation": "The novel contributions identify the paper’s unique value and justify its significance within the existing body of research."
1134
+ }
1135
+ },
1136
+ {
1137
+ "subject": "Public Health - Infectious-disease Modeling",
1138
+ "paper_id": "5",
1139
+ "paper_title": "Mathematical modeling of COVID-19 transmission dynamics with a case study of Wuhan",
1140
+ "question_id": "Q11",
1141
+ "question": "What are the limitations of the paper?",
1142
+ "choices": {
1143
+ "A": "The model does not account for hospitalized individuals",
1144
+ "B": "The model does not analyze the existence or properties of the disease-free equilibrium",
1145
+ "C": "The study does not examine how variations in model parameters affect the basic reproduction number",
1146
+ "D": "The study was constrained by limited data availability during its early stages",
1147
+ "E": "All of above.",
1148
+ "F": "None of above."
1149
+ },
1150
+ "answer": "D",
1151
+ "metadata": {
1152
+ "Task-oriented Category": "Conclusions & results",
1153
+ "question_key_term": "limitations",
1154
+ "term_explanation": "The limitations of the paper reveal its potential weaknesses and help assess the validity, generalizability, and scope of the findings."
1155
+ }
1156
+ }
1157
+ ]