Mardiyyah commited on
Commit
4ff9792
·
verified ·
1 Parent(s): 75d67ee

Update Dataset Card

Browse files
Files changed (1) hide show
  1. README.md +196 -22
README.md CHANGED
@@ -1,26 +1,200 @@
1
  ---
 
 
 
 
 
 
2
  dataset_info:
3
- features:
4
- - name: PMCID
5
- dtype: string
6
- - name: Title
7
- dtype: string
8
- - name: FullText
9
- dtype: string
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
10
  splits:
11
- - name: train
12
- num_bytes: 1362132
13
- num_examples: 31
14
- - name: validation
15
- num_bytes: 285927
16
- num_examples: 8
17
- download_size: 832227
18
- dataset_size: 1648059
19
- configs:
20
- - config_name: default
21
- data_files:
22
- - split: train
23
- path: data/train-*
24
- - split: validation
25
- path: data/validation-*
26
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ language: en
3
+ license: mit
4
+ task_categories:
5
+ - language-modeling
6
+ task_ids:
7
+ - masked-language-modeling
8
  dataset_info:
9
+ description: '
10
+
11
+ This dataset contains full-text biomedical research articles curated for
12
+
13
+ continued pretraining of language models (TAPT/DAPT). The corpus is suitable
14
+
15
+ for unsupervised and self-supervised NLP objectives such as masked language
16
+
17
+ modeling and domain-adaptive pretraining.
18
+
19
+
20
+ The articles were selected from PubMed Central (PMC) and are derived from the
21
+
22
+ source dataset:
23
+
24
+ https://huggingface.co/datasets/PDBEurope/protein_structure_NER_model_v3.1
25
+
26
+
27
+ While originally collected to support biomedical named entity recognition
28
+
29
+ research, this dataset has been repurposed here as raw textual input without
30
+
31
+ entity labels.
32
+
33
+
34
+ ### Included PMC Articles
35
+
36
+ PMC4850273, PMC4784909, PMC4850288, PMC4887326, PMC4833862, PMC4832331,
37
+
38
+ PMC4852598, PMC4786784, PMC4848090, PMC4792962, PMC4841544, PMC4772114,
39
+
40
+ PMC4872110, PMC4848761, PMC4919469, PMC4880283, PMC4968113, PMC4937829,
41
+
42
+ PMC4854314, PMC4871749, PMC4869123, PMC4888278, PMC4795551, PMC4831588,
43
+
44
+ PMC4918766, PMC4802042, PMC4896748, PMC4781976, PMC4802085, PMC4887163,
45
+
46
+ PMC4918759, PMC4855620, PMC4822050, PMC4822561, PMC4885502, PMC4746701,
47
+
48
+ PMC4820378, PMC4773095, PMC4857006, PMC4774019
49
+
50
+ '
51
+ citation: "\n@article{vollmar2024human,\n title = {Dataset from a human-in-the-loop\
52
+ \ approach to identify functionally important protein residues from literature},\n\
53
+ \ author = {Vollmar, M. and Tirunagari, S. and Harrus, D. and others},\n journal\
54
+ \ = {Scientific Data},\n volume = {11},\n number = {1032},\n year = {2024},\n\
55
+ \ doi = {10.1038/s41597-024-03841-9}\n}\n"
56
+ license: MIT
57
  splits:
58
+ train:
59
+ num_examples: 31
60
+ validation:
61
+ num_examples: 8
 
 
 
 
 
 
 
 
 
 
 
62
  ---
63
+
64
+ # Dataset Card for Dataset Name
65
+
66
+ <!-- Provide a quick summary of the dataset. -->
67
+
68
+
69
+
70
+ ## Dataset Details
71
+
72
+ ### Dataset Description
73
+
74
+ <!-- Provide a longer summary of what this dataset is. -->
75
+
76
+
77
+
78
+ - **Curated by:** [More Information Needed]
79
+ - **Funded by [optional]:** [More Information Needed]
80
+ - **Shared by [optional]:** [More Information Needed]
81
+ - **Language(s) (NLP):** en
82
+ - **License:** mit
83
+
84
+ ### Dataset Sources [optional]
85
+
86
+ <!-- Provide the basic links for the dataset. -->
87
+
88
+ - **Repository:** [More Information Needed]
89
+ - **Paper [optional]:** [More Information Needed]
90
+ - **Demo [optional]:** [More Information Needed]
91
+
92
+ ## Uses
93
+
94
+ <!-- Address questions around how the dataset is intended to be used. -->
95
+
96
+ ### Direct Use
97
+
98
+ <!-- This section describes suitable use cases for the dataset. -->
99
+
100
+ [More Information Needed]
101
+
102
+ ### Out-of-Scope Use
103
+
104
+ <!-- This section addresses misuse, malicious use, and uses that the dataset will not work well for. -->
105
+
106
+ [More Information Needed]
107
+
108
+ ## Dataset Structure
109
+
110
+ <!-- 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. -->
111
+
112
+ [More Information Needed]
113
+
114
+ ## Dataset Creation
115
+
116
+ ### Curation Rationale
117
+
118
+ <!-- Motivation for the creation of this dataset. -->
119
+
120
+ [More Information Needed]
121
+
122
+ ### Source Data
123
+
124
+ <!-- This section describes the source data (e.g. news text and headlines, social media posts, translated sentences, ...). -->
125
+
126
+ #### Data Collection and Processing
127
+
128
+ <!-- This section describes the data collection and processing process such as data selection criteria, filtering and normalization methods, tools and libraries used, etc. -->
129
+
130
+ [More Information Needed]
131
+
132
+ #### Who are the source data producers?
133
+
134
+ <!-- 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. -->
135
+
136
+ [More Information Needed]
137
+
138
+ ### Annotations [optional]
139
+
140
+ <!-- If the dataset contains annotations which are not part of the initial data collection, use this section to describe them. -->
141
+
142
+ #### Annotation process
143
+
144
+ <!-- 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. -->
145
+
146
+ [More Information Needed]
147
+
148
+ #### Who are the annotators?
149
+
150
+ <!-- This section describes the people or systems who created the annotations. -->
151
+
152
+ [More Information Needed]
153
+
154
+ #### Personal and Sensitive Information
155
+
156
+ <!-- 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. -->
157
+
158
+ [More Information Needed]
159
+
160
+ ## Bias, Risks, and Limitations
161
+
162
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
163
+
164
+ [More Information Needed]
165
+
166
+ ### Recommendations
167
+
168
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
169
+
170
+ Users should be made aware of the risks, biases and limitations of the dataset. More information needed for further recommendations.
171
+
172
+ ## Citation [optional]
173
+
174
+ <!-- If there is a paper or blog post introducing the dataset, the APA and Bibtex information for that should go in this section. -->
175
+
176
+ **BibTeX:**
177
+
178
+ [More Information Needed]
179
+
180
+ **APA:**
181
+
182
+ [More Information Needed]
183
+
184
+ ## Glossary [optional]
185
+
186
+ <!-- If relevant, include terms and calculations in this section that can help readers understand the dataset or dataset card. -->
187
+
188
+ [More Information Needed]
189
+
190
+ ## More Information [optional]
191
+
192
+ [More Information Needed]
193
+
194
+ ## Dataset Card Authors [optional]
195
+
196
+ [More Information Needed]
197
+
198
+ ## Dataset Card Contact
199
+
200
+ [More Information Needed]