phucdev commited on
Commit
d822ada
·
verified ·
1 Parent(s): 458cdb5

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +539 -0
README.md ADDED
@@ -0,0 +1,539 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ task_categories:
3
+ - text-classification
4
+ - token-classification
5
+ language:
6
+ - en
7
+ pretty_name: DiMB-RE
8
+ size_categories:
9
+ - 1K<n<10K
10
+ dataset_info:
11
+ - config_name: default
12
+ features:
13
+ - name: doc_key
14
+ dtype: string
15
+ - name: tokens
16
+ sequence: string
17
+ - name: sentences
18
+ list:
19
+ - name: start
20
+ dtype: int32
21
+ - name: end
22
+ dtype: int32
23
+ - name: ner
24
+ list:
25
+ - name: start
26
+ dtype: int32
27
+ - name: end
28
+ dtype: int32
29
+ - name: type
30
+ dtype: string
31
+ - name: ner_tags
32
+ sequence: string
33
+ - name: triggers
34
+ list:
35
+ - name: start
36
+ dtype: int32
37
+ - name: end
38
+ dtype: int32
39
+ - name: type
40
+ dtype: string
41
+ - name: relations
42
+ list:
43
+ - name: head
44
+ dtype: int32
45
+ - name: head_start
46
+ dtype: int32
47
+ - name: head_end
48
+ dtype: int32
49
+ - name: head_type
50
+ dtype: string
51
+ - name: tail
52
+ dtype: int32
53
+ - name: tail_start
54
+ dtype: int32
55
+ - name: tail_end
56
+ dtype: int32
57
+ - name: tail_type
58
+ dtype: string
59
+ - name: type
60
+ dtype: string
61
+ - name: factuality
62
+ dtype: string
63
+ - name: triplets
64
+ list:
65
+ - name: head_start
66
+ dtype: int32
67
+ - name: head_end
68
+ dtype: int32
69
+ - name: tail_start
70
+ dtype: int32
71
+ - name: tail_end
72
+ dtype: int32
73
+ - name: trigger_start
74
+ dtype: int32
75
+ - name: trigger_end
76
+ dtype: int32
77
+ - name: relation
78
+ dtype: string
79
+ splits:
80
+ - name: train
81
+ num_bytes: 2509651
82
+ num_examples: 139
83
+ - name: validation
84
+ num_bytes: 150711
85
+ num_examples: 19
86
+ - name: test
87
+ num_bytes: 310513
88
+ num_examples: 37
89
+ download_size: 2048088
90
+ dataset_size: 2970875
91
+ - config_name: ner
92
+ features:
93
+ - name: doc_key
94
+ dtype: string
95
+ - name: tokens
96
+ sequence: string
97
+ - name: sentences
98
+ list:
99
+ - name: start
100
+ dtype: int32
101
+ - name: end
102
+ dtype: int32
103
+ - name: ner
104
+ list:
105
+ - name: start
106
+ dtype: int32
107
+ - name: end
108
+ dtype: int32
109
+ - name: type
110
+ dtype: string
111
+ - name: ner_tags
112
+ sequence: string
113
+ - name: triggers
114
+ list:
115
+ - name: start
116
+ dtype: int32
117
+ - name: end
118
+ dtype: int32
119
+ - name: type
120
+ dtype: string
121
+ - name: relations
122
+ list:
123
+ - name: head
124
+ dtype: int32
125
+ - name: head_start
126
+ dtype: int32
127
+ - name: head_end
128
+ dtype: int32
129
+ - name: head_type
130
+ dtype: string
131
+ - name: tail
132
+ dtype: int32
133
+ - name: tail_start
134
+ dtype: int32
135
+ - name: tail_end
136
+ dtype: int32
137
+ - name: tail_type
138
+ dtype: string
139
+ - name: type
140
+ dtype: string
141
+ - name: factuality
142
+ dtype: string
143
+ - name: triplets
144
+ list:
145
+ - name: head_start
146
+ dtype: int32
147
+ - name: head_end
148
+ dtype: int32
149
+ - name: tail_start
150
+ dtype: int32
151
+ - name: tail_end
152
+ dtype: int32
153
+ - name: trigger_start
154
+ dtype: int32
155
+ - name: trigger_end
156
+ dtype: int32
157
+ - name: relation
158
+ dtype: string
159
+ splits:
160
+ - name: train
161
+ num_bytes: 2509651
162
+ num_examples: 139
163
+ - name: validation
164
+ num_bytes: 150711
165
+ num_examples: 19
166
+ - name: test
167
+ num_bytes: 310513
168
+ num_examples: 37
169
+ download_size: 2048088
170
+ dataset_size: 2970875
171
+ - config_name: re
172
+ features:
173
+ - name: doc_key
174
+ dtype: string
175
+ - name: tokens
176
+ sequence: string
177
+ - name: sentences
178
+ list:
179
+ - name: start
180
+ dtype: int32
181
+ - name: end
182
+ dtype: int32
183
+ - name: ner
184
+ list:
185
+ - name: start
186
+ dtype: int32
187
+ - name: end
188
+ dtype: int32
189
+ - name: type
190
+ dtype: string
191
+ - name: ner_tags
192
+ sequence: string
193
+ - name: triggers
194
+ list:
195
+ - name: start
196
+ dtype: int32
197
+ - name: end
198
+ dtype: int32
199
+ - name: type
200
+ dtype: string
201
+ - name: relations
202
+ list:
203
+ - name: head
204
+ dtype: int32
205
+ - name: head_start
206
+ dtype: int32
207
+ - name: head_end
208
+ dtype: int32
209
+ - name: head_type
210
+ dtype: string
211
+ - name: tail
212
+ dtype: int32
213
+ - name: tail_start
214
+ dtype: int32
215
+ - name: tail_end
216
+ dtype: int32
217
+ - name: tail_type
218
+ dtype: string
219
+ - name: type
220
+ dtype: string
221
+ - name: factuality
222
+ dtype: string
223
+ - name: triplets
224
+ list:
225
+ - name: head_start
226
+ dtype: int32
227
+ - name: head_end
228
+ dtype: int32
229
+ - name: tail_start
230
+ dtype: int32
231
+ - name: tail_end
232
+ dtype: int32
233
+ - name: trigger_start
234
+ dtype: int32
235
+ - name: trigger_end
236
+ dtype: int32
237
+ - name: relation
238
+ dtype: string
239
+ splits:
240
+ - name: train
241
+ num_bytes: 2509651
242
+ num_examples: 139
243
+ - name: validation
244
+ num_bytes: 150711
245
+ num_examples: 19
246
+ - name: test
247
+ num_bytes: 310513
248
+ num_examples: 37
249
+ download_size: 2048088
250
+ dataset_size: 2970875
251
+ - config_name: sentence_level
252
+ features:
253
+ - name: id
254
+ dtype: string
255
+ - name: doc_key
256
+ dtype: string
257
+ - name: tokens
258
+ sequence: string
259
+ - name: ner
260
+ list:
261
+ - name: start
262
+ dtype: int32
263
+ - name: end
264
+ dtype: int32
265
+ - name: type
266
+ dtype: string
267
+ - name: ner_tags
268
+ sequence: string
269
+ - name: triggers
270
+ list:
271
+ - name: start
272
+ dtype: int32
273
+ - name: end
274
+ dtype: int32
275
+ - name: type
276
+ dtype: string
277
+ - name: relations
278
+ list:
279
+ - name: head
280
+ dtype: int32
281
+ - name: head_start
282
+ dtype: int32
283
+ - name: head_end
284
+ dtype: int32
285
+ - name: head_type
286
+ dtype: string
287
+ - name: tail
288
+ dtype: int32
289
+ - name: tail_start
290
+ dtype: int32
291
+ - name: tail_end
292
+ dtype: int32
293
+ - name: tail_type
294
+ dtype: string
295
+ - name: type
296
+ dtype: string
297
+ - name: factuality
298
+ dtype: string
299
+ - name: triplets
300
+ list:
301
+ - name: head_start
302
+ dtype: int32
303
+ - name: head_end
304
+ dtype: int32
305
+ - name: tail_start
306
+ dtype: int32
307
+ - name: tail_end
308
+ dtype: int32
309
+ - name: trigger_start
310
+ dtype: int32
311
+ - name: trigger_end
312
+ dtype: int32
313
+ - name: relation
314
+ dtype: string
315
+ splits:
316
+ - name: train
317
+ num_bytes: 2676253
318
+ num_examples: 3722
319
+ - name: validation
320
+ num_bytes: 158072
321
+ num_examples: 233
322
+ - name: test
323
+ num_bytes: 327564
324
+ num_examples: 494
325
+ download_size: 2048088
326
+ dataset_size: 3161889
327
+ ---
328
+
329
+ # Dataset Card for "DiMB-RE"
330
+
331
+ <!-- Provide a quick summary of the dataset. -->
332
+
333
+ DiMB-RE (Diet-Microbiome Relation Extraction) corpus is a resource for mining diet-microbiome associations from scientific literature.
334
+
335
+ ## Dataset Details
336
+
337
+ ### Dataset Description
338
+
339
+ <!-- Provide a longer summary of what this dataset is. -->
340
+
341
+
342
+
343
+ - **Curated by:** Gibong Hong, Veronica Hindle, Nadine M. Veasley, Hannah D. Holscher, Halil Kilicoglu
344
+ - **Funded by:** University of Illinois Personalized Nutrition Initiative Seed Grant, National Center for Complementary and Integrative Health (NCCIH), Office of Data Science Strategy (ODSS)
345
+ - **Shared by:** ScienceNLP Lab, University of Illinois Urbana-Champaign
346
+ - **Language(s) (NLP):** English
347
+ - **License:** [More Information Needed]
348
+
349
+ ### Dataset Sources
350
+
351
+ <!-- Provide the basic links for the dataset. -->
352
+
353
+ - **Repository:** https://github.com/ScienceNLP-Lab/DiMB-RE
354
+ - **Paper:** [DiMB-RE: Mining the Scientific Literature for Diet-Microbiome Associations](https://arxiv.org/pdf/2409.19581.pdf)
355
+
356
+ ## Uses
357
+
358
+ <!-- Address questions around how the dataset is intended to be used. -->
359
+
360
+ ### Direct Use
361
+
362
+ <!-- This section describes suitable use cases for the dataset. -->
363
+
364
+ [More Information Needed]
365
+
366
+ ### Out-of-Scope Use
367
+
368
+ <!-- This section addresses misuse, malicious use, and uses that the dataset will not work well for. -->
369
+
370
+ [More Information Needed]
371
+
372
+ ## Dataset Structure
373
+
374
+ <!-- This section provides a description of the dataset fields, and additional information about the dataset structure such as criteria used to create the splits, relationships between data points, etc. -->
375
+
376
+ The dataset is provided in a JSON format and has two configurations: a sentence-level view and a document-level view. Each data point in the sentence-level configuration contains the following fields:
377
+
378
+ - `id`: A unique string identifier for the sentence (e.g., PMC4994979_sent_0).
379
+ - `doc_key`: A string identifying the source document (e.g., PMC4994979).
380
+ - `tokens`: A list of strings representing the words in the sentence.
381
+ - `ner`: A list of dictionaries for each named entity, containing its start and end token indices and its entity type.
382
+ - `ner_tags`: A sequence of strings representing the BIO (Beginning, Inside, Outside) tag for each token.
383
+ - `triggers`: A list of dictionaries for each relation trigger, containing its start and end token indices and its type (which corresponds to a relation type).
384
+ - `relations`: A list of dictionaries, where each dictionary defines a relationship between two entities (a head and a tail), including their token spans, types, the relation type, and the factuality level.
385
+ - `triplets`: A list of dictionaries linking a head entity, a tail entity, and a trigger by their token spans.
386
+
387
+ Example Data Point (sentence_level)
388
+ ```json
389
+ {
390
+ "doc_key": "PMC4994979",
391
+ "id": "PMC4994979_sent_0",
392
+ "ner": [
393
+ {"end": 7, "start": 2, "type": "Nutrient"},
394
+ {"end": 11, "start": 9, "type": "Physiology"}
395
+ ],
396
+ "ner_tags": ["O", "O", "B-Nutrient", "I-Nutrient", "I-Nutrient", "I-Nutrient", "I-Nutrient", "O", "O", "B-Physiology", "I-Physiology", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O"],
397
+ "relations": [
398
+ {
399
+ "factuality": "Unknown",
400
+ "head": 0,
401
+ "head_end": 7,
402
+ "head_start": 2,
403
+ "head_type": "Nutrient",
404
+ "tail": 1,
405
+ "tail_end": 11,
406
+ "tail_start": 9,
407
+ "tail_type": "Physiology",
408
+ "type": "AFFECTS"
409
+ }
410
+ ],
411
+ "tokens": ["Effect", "of", "vitamin", "E", "with", "therapeutic", "iron", "supplementation", "on", "iron", "repletion", "and", "gut", "microbiome", "in", "U", ".", "S", ".", "iron", "deficient", "infants", "and", "toddlers", ":", "a", "randomized", "control", "trial"],
412
+ "triggers": [
413
+ {"end": 392, "start": 391, "type": "Nutrient"}
414
+ ],
415
+ "triplets": [
416
+ {
417
+ "head_end": 7,
418
+ "head_start": 2,
419
+ "relation": "0",
420
+ "tail_end": 11,
421
+ "tail_start": 9,
422
+ "trigger_end": 1,
423
+ "trigger_start": 0
424
+ }
425
+ ]
426
+ }
427
+ ```
428
+
429
+ The document-level view additional contains the following field:
430
+
431
+ - `sentences`: A list of dictionaries for each sentence, containing its start and end token indices.
432
+
433
+ ### Entity Types
434
+ The dataset is annotated with 15 entity types:
435
+ - Food, Nutrient, DietPattern, Microorganism, DiversityMetric, Metabolite, Physiology, Disease, Measurement, Enzyme, Gene, Chemical, Methodology, Population, Biospecimen
436
+
437
+ ### Relation Types
438
+ Relations capture the interactions between entities and are categorized into 13 types:
439
+ - AFFECTS, IMPROVES, WORSENS, ASSOCIATED_WITH, POS_ASSOCIATED_WITH, NEG_ASSOCIATED_WITH, INTERACTS_WITH, INCREASES, DECREASES, CAUSES, PREVENTS, PREDISPOSES, HAS_COMPONENT
440
+
441
+ Annotations also include relation triggers (the specific word or phrase indicating the relation, e.g., "increased") and factuality levels (Factual, Negated, Uncertain).
442
+
443
+
444
+
445
+ ## Dataset Creation
446
+
447
+ ### Curation Rationale
448
+
449
+ <!-- Motivation for the creation of this dataset. -->
450
+
451
+ The motivation for creating DiMB-RE was the recognition that while the scientific literature contains vast amounts of evidence on diet-microbiome interactions, this knowledge is locked in unstructured text. Manually curated databases are often limited and not scalable. This dataset was created to enable the use of NLP to automatically machine-read the literature, structure this information, and ultimately facilitate knowledge-guided analysis to advance personalized nutrition.
452
+
453
+ ### Source Data
454
+
455
+ <!-- This section describes the source data (e.g. news text and headlines, social media posts, translated sentences, ...). -->
456
+
457
+ #### Data Collection and Processing
458
+
459
+ <!-- This section describes the data collection and processing process such as data selection criteria, filtering and normalization methods, tools and libraries used, etc. -->
460
+
461
+ The source data consists of titles and abstracts from 165 publications and the full-text Results sections from 30 of those publications. The articles were retrieved from PubMed using a manually crafted search string developed by domain experts in food science and human nutrition. The search terms focused on key concepts in diet-microbiome research.
462
+
463
+ #### Who are the source data producers?
464
+
465
+ <!-- This section describes the people or systems who originally created the data. It should also include self-reported demographic or identity information for the source data creators if this information is available. -->
466
+
467
+ The source data was produced by the authors of the scientific articles included in the corpus. These are researchers from various institutions globally who have published on the topic of diet and the microbiome.
468
+
469
+ ### Annotations
470
+
471
+ <!-- If the dataset contains annotations which are not part of the initial data collection, use this section to describe them. -->
472
+
473
+ #### Annotation process
474
+
475
+ <!-- This section describes the annotation process such as annotation tools used in the process, the amount of data annotated, annotation guidelines provided to the annotators, interannotator statistics, annotation validation, etc. -->
476
+
477
+ The annotation was performed by two graduate students in food science and nutrition and a senior investigator with expertise in NLP and biomedical informatics, using the Brat annotation tool.
478
+ The process involved multiple stages of annotation, calculation of inter-annotator agreement (IAA), and adjudication of disagreements to refine the annotation guidelines.
479
+ The final annotations were verified for consistency and accuracy. IAA for entities was reasonable (mean F1-score of 0.69 exact, 0.80 partial), while relation agreement was more modest (mean F1-score of 0.41 exact, 0.54 partial), highlighting the task's difficulty.
480
+
481
+ #### Who are the annotators?
482
+
483
+ <!-- This section describes the people or systems who created the annotations. -->
484
+
485
+ The annotators were Veronica Hindle and Nadine M. Veasley, and Halil Kilicoglu. Gibong Hong also participated in verifying the final annotations.
486
+
487
+ #### Personal and Sensitive Information
488
+
489
+ <!-- State whether the dataset contains data that might be considered personal, sensitive, or private (e.g., data that reveals addresses, uniquely identifiable names or aliases, racial or ethnic origins, sexual orientations, religious beliefs, political opinions, financial or health data, etc.). If efforts were made to anonymize the data, describe the anonymization process. -->
490
+
491
+ [More Information Needed]
492
+
493
+ ## Bias, Risks, and Limitations
494
+
495
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
496
+
497
+ [More Information Needed]
498
+
499
+ ### Recommendations
500
+
501
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
502
+
503
+ [More Information Needed].
504
+
505
+ ## Citation
506
+
507
+ <!-- If there is a paper or blog post introducing the dataset, the APA and Bibtex information for that should go in this section. -->
508
+
509
+ **BibTeX:**
510
+
511
+ ```tex
512
+ @misc{hong2024dimbreminingscientificliterature,
513
+ title={DiMB-RE: Mining the Scientific Literature for Diet-Microbiome Associations},
514
+ author={Gibong Hong and Veronica Hindle and Nadine M. Veasley and Hannah D. Holscher and Halil Kilicoglu},
515
+ year={2024},
516
+ eprint={2409.19581},
517
+ archivePrefix={arXiv},
518
+ primaryClass={cs.CL},
519
+ url={https://arxiv.org/abs/2409.19581},
520
+ }
521
+ ```
522
+
523
+ **APA:**
524
+
525
+ Hong, G., Hindle, V., Veasley, N. M., Holscher, H. D., & Kilicoglu, H. (2024). DiMB-RE: Mining the Scientific Literature for Diet-Microbiome Associations. ArXiv. /abs/2409.19581
526
+
527
+ ## Glossary [optional]
528
+
529
+ <!-- If relevant, include terms and calculations in this section that can help readers understand the dataset or dataset card. -->
530
+
531
+ [More Information Needed]
532
+
533
+ ## More Information [optional]
534
+
535
+ [More Information Needed]
536
+
537
+ ## Dataset Card Contributions
538
+
539
+ Thanks to [@phucdev](https://github.com/phucdev) for adding this dataset.