Datasets:
add dataset_info in dataset metadata
Browse files
README.md
CHANGED
|
@@ -31,6 +31,123 @@ tags:
|
|
| 31 |
- relation-extraction
|
| 32 |
- text-to-structured
|
| 33 |
- text-to-tabular
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 34 |
---
|
| 35 |
|
| 36 |
# Dataset Card for Never Ending Language Learning (NELL)
|
|
|
|
| 31 |
- relation-extraction
|
| 32 |
- text-to-structured
|
| 33 |
- text-to-tabular
|
| 34 |
+
dataset_info:
|
| 35 |
+
- config_name: nell_belief
|
| 36 |
+
features:
|
| 37 |
+
- name: entity
|
| 38 |
+
dtype: string
|
| 39 |
+
- name: relation
|
| 40 |
+
dtype: string
|
| 41 |
+
- name: value
|
| 42 |
+
dtype: string
|
| 43 |
+
- name: iteration_of_promotion
|
| 44 |
+
dtype: string
|
| 45 |
+
- name: score
|
| 46 |
+
dtype: string
|
| 47 |
+
- name: source
|
| 48 |
+
dtype: string
|
| 49 |
+
- name: entity_literal_strings
|
| 50 |
+
dtype: string
|
| 51 |
+
- name: value_literal_strings
|
| 52 |
+
dtype: string
|
| 53 |
+
- name: best_entity_literal_string
|
| 54 |
+
dtype: string
|
| 55 |
+
- name: best_value_literal_string
|
| 56 |
+
dtype: string
|
| 57 |
+
- name: categories_for_entity
|
| 58 |
+
dtype: string
|
| 59 |
+
- name: categories_for_value
|
| 60 |
+
dtype: string
|
| 61 |
+
- name: candidate_source
|
| 62 |
+
dtype: string
|
| 63 |
+
splits:
|
| 64 |
+
- name: train
|
| 65 |
+
num_bytes: 4592559704
|
| 66 |
+
num_examples: 2766079
|
| 67 |
+
download_size: 929107246
|
| 68 |
+
dataset_size: 4592559704
|
| 69 |
+
- config_name: nell_candidate
|
| 70 |
+
features:
|
| 71 |
+
- name: entity
|
| 72 |
+
dtype: string
|
| 73 |
+
- name: relation
|
| 74 |
+
dtype: string
|
| 75 |
+
- name: value
|
| 76 |
+
dtype: string
|
| 77 |
+
- name: iteration_of_promotion
|
| 78 |
+
dtype: string
|
| 79 |
+
- name: score
|
| 80 |
+
dtype: string
|
| 81 |
+
- name: source
|
| 82 |
+
dtype: string
|
| 83 |
+
- name: entity_literal_strings
|
| 84 |
+
dtype: string
|
| 85 |
+
- name: value_literal_strings
|
| 86 |
+
dtype: string
|
| 87 |
+
- name: best_entity_literal_string
|
| 88 |
+
dtype: string
|
| 89 |
+
- name: best_value_literal_string
|
| 90 |
+
dtype: string
|
| 91 |
+
- name: categories_for_entity
|
| 92 |
+
dtype: string
|
| 93 |
+
- name: categories_for_value
|
| 94 |
+
dtype: string
|
| 95 |
+
- name: candidate_source
|
| 96 |
+
dtype: string
|
| 97 |
+
splits:
|
| 98 |
+
- name: train
|
| 99 |
+
num_bytes: 23497433060
|
| 100 |
+
num_examples: 32687353
|
| 101 |
+
download_size: 2687057812
|
| 102 |
+
dataset_size: 23497433060
|
| 103 |
+
- config_name: nell_belief_sentences
|
| 104 |
+
features:
|
| 105 |
+
- name: entity
|
| 106 |
+
dtype: string
|
| 107 |
+
- name: relation
|
| 108 |
+
dtype: string
|
| 109 |
+
- name: value
|
| 110 |
+
dtype: string
|
| 111 |
+
- name: score
|
| 112 |
+
dtype: string
|
| 113 |
+
- name: sentence
|
| 114 |
+
dtype: string
|
| 115 |
+
- name: count
|
| 116 |
+
dtype: int32
|
| 117 |
+
- name: url
|
| 118 |
+
dtype: string
|
| 119 |
+
- name: sentence_type
|
| 120 |
+
dtype: string
|
| 121 |
+
splits:
|
| 122 |
+
- name: train
|
| 123 |
+
num_bytes: 4459368426
|
| 124 |
+
num_examples: 21031531
|
| 125 |
+
download_size: 929107246
|
| 126 |
+
dataset_size: 4459368426
|
| 127 |
+
- config_name: nell_candidate_sentences
|
| 128 |
+
features:
|
| 129 |
+
- name: entity
|
| 130 |
+
dtype: string
|
| 131 |
+
- name: relation
|
| 132 |
+
dtype: string
|
| 133 |
+
- name: value
|
| 134 |
+
dtype: string
|
| 135 |
+
- name: score
|
| 136 |
+
dtype: string
|
| 137 |
+
- name: sentence
|
| 138 |
+
dtype: string
|
| 139 |
+
- name: count
|
| 140 |
+
dtype: int32
|
| 141 |
+
- name: url
|
| 142 |
+
dtype: string
|
| 143 |
+
- name: sentence_type
|
| 144 |
+
dtype: string
|
| 145 |
+
splits:
|
| 146 |
+
- name: train
|
| 147 |
+
num_bytes: 20058197787
|
| 148 |
+
num_examples: 100866414
|
| 149 |
+
download_size: 2687057812
|
| 150 |
+
dataset_size: 20058197787
|
| 151 |
---
|
| 152 |
|
| 153 |
# Dataset Card for Never Ending Language Learning (NELL)
|