Upload README.md with huggingface_hub

#13
by acmc - opened
Files changed (1) hide show
  1. README.md +177 -0
README.md ADDED
@@ -0,0 +1,177 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: title
5
+ dtype: string
6
+ - name: pmid
7
+ dtype: string
8
+ - name: background_abstract
9
+ dtype: string
10
+ - name: background_abstract_label
11
+ dtype: string
12
+ - name: methods_abstract
13
+ dtype: string
14
+ - name: methods_abstract_label
15
+ dtype: string
16
+ - name: results_abstract
17
+ dtype: string
18
+ - name: results_abstract_label
19
+ dtype: string
20
+ - name: conclusions_abstract
21
+ dtype: string
22
+ - name: conclusions_abstract_label
23
+ dtype: string
24
+ - name: mesh_descriptor_names
25
+ sequence: string
26
+ - name: pmcid
27
+ dtype: string
28
+ - name: background_title
29
+ dtype: string
30
+ - name: background_text
31
+ dtype: string
32
+ - name: methods_title
33
+ dtype: string
34
+ - name: methods_text
35
+ dtype: string
36
+ - name: results_title
37
+ dtype: string
38
+ - name: results_text
39
+ dtype: string
40
+ - name: conclusions_title
41
+ dtype: string
42
+ - name: conclusions_text
43
+ dtype: string
44
+ - name: other_sections_titles
45
+ sequence: string
46
+ - name: other_sections_texts
47
+ sequence: string
48
+ - name: other_sections_sec_types
49
+ sequence: string
50
+ - name: all_sections_titles
51
+ sequence: string
52
+ - name: all_sections_texts
53
+ sequence: string
54
+ - name: all_sections_sec_types
55
+ sequence: string
56
+ - name: keywords
57
+ sequence: string
58
+ - name: whole_article_text
59
+ dtype: string
60
+ - name: whole_article_abstract
61
+ dtype: string
62
+ - name: background_conclusion_text
63
+ dtype: string
64
+ - name: background_conclusion_abstract
65
+ dtype: string
66
+ - name: whole_article_text_length
67
+ dtype: int64
68
+ - name: whole_article_abstract_length
69
+ dtype: int64
70
+ - name: other_sections_lengths
71
+ sequence: int64
72
+ - name: num_sections
73
+ dtype: int64
74
+ - name: most_frequent_words
75
+ sequence: string
76
+ - name: keybert_topics
77
+ sequence: string
78
+ - name: annotated_base_background_abstract_prompt
79
+ dtype: string
80
+ - name: annotated_base_methods_abstract_prompt
81
+ dtype: string
82
+ - name: annotated_base_results_abstract_prompt
83
+ dtype: string
84
+ - name: annotated_base_conclusions_abstract_prompt
85
+ dtype: string
86
+ - name: annotated_base_whole_article_abstract_prompt
87
+ dtype: string
88
+ - name: annotated_base_background_conclusion_abstract_prompt
89
+ dtype: string
90
+ - name: annotated_keywords_background_abstract_prompt
91
+ dtype: string
92
+ - name: annotated_keywords_methods_abstract_prompt
93
+ dtype: string
94
+ - name: annotated_keywords_results_abstract_prompt
95
+ dtype: string
96
+ - name: annotated_keywords_conclusions_abstract_prompt
97
+ dtype: string
98
+ - name: annotated_keywords_whole_article_abstract_prompt
99
+ dtype: string
100
+ - name: annotated_keywords_background_conclusion_abstract_prompt
101
+ dtype: string
102
+ - name: annotated_mesh_background_abstract_prompt
103
+ dtype: string
104
+ - name: annotated_mesh_methods_abstract_prompt
105
+ dtype: string
106
+ - name: annotated_mesh_results_abstract_prompt
107
+ dtype: string
108
+ - name: annotated_mesh_conclusions_abstract_prompt
109
+ dtype: string
110
+ - name: annotated_mesh_whole_article_abstract_prompt
111
+ dtype: string
112
+ - name: annotated_mesh_background_conclusion_abstract_prompt
113
+ dtype: string
114
+ - name: annotated_keybert_background_abstract_prompt
115
+ dtype: string
116
+ - name: annotated_keybert_methods_abstract_prompt
117
+ dtype: string
118
+ - name: annotated_keybert_results_abstract_prompt
119
+ dtype: string
120
+ - name: annotated_keybert_conclusions_abstract_prompt
121
+ dtype: string
122
+ - name: annotated_keybert_whole_article_abstract_prompt
123
+ dtype: string
124
+ - name: annotated_keybert_background_conclusion_abstract_prompt
125
+ dtype: string
126
+ - name: annotated_most_frequent_background_abstract_prompt
127
+ dtype: string
128
+ - name: annotated_most_frequent_methods_abstract_prompt
129
+ dtype: string
130
+ - name: annotated_most_frequent_results_abstract_prompt
131
+ dtype: string
132
+ - name: annotated_most_frequent_conclusions_abstract_prompt
133
+ dtype: string
134
+ - name: annotated_most_frequent_whole_article_abstract_prompt
135
+ dtype: string
136
+ - name: annotated_most_frequent_background_conclusion_abstract_prompt
137
+ dtype: string
138
+ - name: annotated_tf_idf_background_abstract_prompt
139
+ dtype: string
140
+ - name: annotated_tf_idf_methods_abstract_prompt
141
+ dtype: string
142
+ - name: annotated_tf_idf_results_abstract_prompt
143
+ dtype: string
144
+ - name: annotated_tf_idf_conclusions_abstract_prompt
145
+ dtype: string
146
+ - name: annotated_tf_idf_whole_article_abstract_prompt
147
+ dtype: string
148
+ - name: annotated_tf_idf_background_conclusion_abstract_prompt
149
+ dtype: string
150
+ - name: annotated_entity_plan_background_abstract_prompt
151
+ dtype: string
152
+ - name: annotated_entity_plan_methods_abstract_prompt
153
+ dtype: string
154
+ - name: annotated_entity_plan_results_abstract_prompt
155
+ dtype: string
156
+ - name: annotated_entity_plan_conclusions_abstract_prompt
157
+ dtype: string
158
+ - name: annotated_entity_plan_whole_article_abstract_prompt
159
+ dtype: string
160
+ - name: annotated_entity_plan_background_conclusion_abstract_prompt
161
+ dtype: string
162
+ splits:
163
+ - name: train
164
+ num_bytes: 1887019064.0012002
165
+ num_examples: 13996
166
+ - name: test
167
+ num_bytes: 404476792.79819953
168
+ num_examples: 3000
169
+ - name: val
170
+ num_bytes: 404341967.20060015
171
+ num_examples: 2999
172
+ download_size: 957059277
173
+ dataset_size: 2695837824.0
174
+ ---
175
+ # Dataset Card for "beamit-annotated_full_texts_dataset"
176
+
177
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)