ATLASBIOINFO commited on
Commit
482abb3
1 Parent(s): 9634680

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +157 -3
README.md CHANGED
@@ -1,3 +1,157 @@
1
- ---
2
- license: mit
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ task_categories:
4
+ - text-generation
5
+ language:
6
+ - en
7
+ tags:
8
+ - pubmed embedding
9
+ size_categories:
10
+ - 100M<n<1B
11
+ ---
12
+ # PubMed Embeddings Dataset
13
+
14
+ This dataset contains embeddings generated from the PubMed dataset, which can be found at https://huggingface.co/datasets/ncbi/pubmed. The embeddings were created using the NeuML/pubmedbert-base-embedding model.
15
+
16
+ ## Dataset Structure
17
+
18
+ Each line in the dataset represents a single embedding in the form of a list. The format for each entry is defined as follows:
19
+
20
+ ```python
21
+ node.id_ = f"node-{tpubmed}-{idx}"
22
+ node.metadata["title"] = ttitle
23
+ node.metadata["author"] = firstAuthor
24
+ node.metadata["pubmed"] = tpubmed
25
+ node.metadata["date"] = tdate
26
+ node.metadata["key"] = tpubmed
27
+ node.metadata["source"] = "Pubmed"
28
+ ```
29
+
30
+ - `node.id_`: A unique identifier for each node, formatted as `node-{tpubmed}-{idx}`, where `tpubmed` is the PubMed ID and `idx` is the index of the entry.
31
+ - `node.metadata["title"]`: The title of the PubMed article.
32
+ - `node.metadata["author"]`: The first author of the PubMed article.
33
+ - `node.metadata["pubmed"]`: The PubMed ID of the article.
34
+ - `node.metadata["date"]`: The publication date of the article.
35
+ - `node.metadata["key"]`: The PubMed ID of the article (same as `node.metadata["pubmed"]`).
36
+ - `node.metadata["source"]`: The source of the data, which is always "Pubmed".
37
+
38
+ ## Usage
39
+
40
+ To use this dataset, you can load it into your preferred data processing library or tool. Each line in the dataset represents a single embedding, and the metadata associated with each embedding can be accessed using the keys defined in the format above.
41
+
42
+ ## Original Data Source
43
+
44
+ The original data used to create these embeddings can be found at https://huggingface.co/datasets/ncbi/pubmed. Please refer to the documentation and license of the original dataset for more information on its contents and usage.
45
+
46
+ ## Embedding Model
47
+
48
+ The embeddings in this dataset were generated using the NeuML/pubmedbert-base-embedding model. For more information on the model and its performance, please refer to the model's documentation.
49
+
50
+
51
+ This dataset card aims to be a base template for new datasets. It has been generated using [this raw template](https://github.com/huggingface/huggingface_hub/blob/main/src/huggingface_hub/templates/datasetcard_template.md?plain=1).
52
+
53
+
54
+ ## Uses
55
+
56
+ <!-- Address questions around how the dataset is intended to be used. -->
57
+
58
+ ### Direct Use
59
+
60
+ <!-- This section describes suitable use cases for the dataset. -->
61
+
62
+ [More Information Needed]
63
+
64
+
65
+ ## Dataset Structure
66
+
67
+ <!-- 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. -->
68
+
69
+ [More Information Needed]
70
+
71
+ ## Dataset Creation
72
+
73
+ ### Curation Rationale
74
+
75
+ <!-- Motivation for the creation of this dataset. -->
76
+
77
+ [More Information Needed]
78
+
79
+ ### Source Data
80
+
81
+ <!-- This section describes the source data (e.g. news text and headlines, social media posts, translated sentences, ...). -->
82
+
83
+ #### Data Collection and Processing
84
+
85
+ <!-- This section describes the data collection and processing process such as data selection criteria, filtering and normalization methods, tools and libraries used, etc. -->
86
+
87
+ [More Information Needed]
88
+
89
+ #### Who are the source data producers?
90
+
91
+ <!-- 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. -->
92
+
93
+ [More Information Needed]
94
+
95
+ ### Annotations [optional]
96
+
97
+ <!-- If the dataset contains annotations which are not part of the initial data collection, use this section to describe them. -->
98
+
99
+ #### Annotation process
100
+
101
+ <!-- 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. -->
102
+
103
+ [More Information Needed]
104
+
105
+ #### Who are the annotators?
106
+
107
+ <!-- This section describes the people or systems who created the annotations. -->
108
+
109
+ [More Information Needed]
110
+
111
+ #### Personal and Sensitive Information
112
+
113
+ <!-- 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. -->
114
+
115
+ [More Information Needed]
116
+
117
+ ## Bias, Risks, and Limitations
118
+
119
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
120
+
121
+ [More Information Needed]
122
+
123
+ ### Recommendations
124
+
125
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
126
+
127
+ Users should be made aware of the risks, biases and limitations of the dataset. More information needed for further recommendations.
128
+
129
+ ## Citation [optional]
130
+
131
+ <!-- If there is a paper or blog post introducing the dataset, the APA and Bibtex information for that should go in this section. -->
132
+
133
+ **BibTeX:**
134
+
135
+ [More Information Needed]
136
+
137
+ **APA:**
138
+
139
+ [More Information Needed]
140
+
141
+ ## Glossary [optional]
142
+
143
+ <!-- If relevant, include terms and calculations in this section that can help readers understand the dataset or dataset card. -->
144
+
145
+ [More Information Needed]
146
+
147
+ ## More Information [optional]
148
+
149
+ [More Information Needed]
150
+
151
+ ## Dataset Card Authors [optional]
152
+
153
+ [More Information Needed]
154
+
155
+ ## Dataset Card Contact
156
+
157
+ [More Information Needed]