Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -140,20 +140,34 @@ The fields are consistent with the [Protocol](#protocol) entity.
|
|
| 140 |
- `Number of examples`: 41,319
|
| 141 |
- Data_urls:todo
|
| 142 |
|
| 143 |
-
####
|
| 144 |
- `name`: "committees_all_features_sentences"
|
| 145 |
- `description`: Samples of all the sentences in the committee sessions together with all the features available in the dataset.
|
| 146 |
The fields are consistent with the [All Features Sentence](#all_features_sentence) entity.
|
| 147 |
- `Number of examples`: 24,805,925
|
| 148 |
- Data_urls: ["https://huggingface.co/datasets/HaifaCLGroup/KnessetCorpus/resolve/main/protocols_sentences/committee_full_sentences.jsonl.bz2"]
|
| 149 |
|
| 150 |
-
####
|
| 151 |
- `name`: "plenary_all_features_sentences"
|
| 152 |
- `description`: Samples of all the sentences in the plenary sessions together with all the features available in the dataset.
|
| 153 |
The fields are consistent with the [All Features Sentence](#all_features_sentence) entity.
|
| 154 |
- `Number of examples`: 24,805,925
|
| 155 |
- Data_urls: ["https://huggingface.co/datasets/HaifaCLGroup/KnessetCorpus/resolve/main/protocols_sentences/plenary_full_sentences.jsonl.bz2"]
|
| 156 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 157 |
## Other files in dataset
|
| 158 |
- `ner_and_ud_manually_annotated_sentences`: contains files with ~4700 manually annotated sentences from the Knesset corpus for the NER and dependencies sentences.
|
| 159 |
- `Conllu files`: The morphological fields of the sentences in a conllu format. corresponding to the morphological_fields of the [Sentence](#sentence) model.
|
|
@@ -266,7 +280,7 @@ This is roughly equivalent to a join between all the entities in dataset.
|
|
| 266 |
Each field corresponds to its respective description in the entity's section. The structure includes the following fields:
|
| 267 |
- Protocol fields: These correspond to the protocol from which the sentence is extracted and include:
|
| 268 |
`knesset_number`, `protocol_name`, `protocol_number`, `protocol_type`, `session_name`, `parent_session_name`, `protocol_date`, `is_ocr_output`.
|
| 269 |
-
- Sentence fields: These
|
| 270 |
`sentence_id`, `speaker_id`, `speaker_name`, `is_valid_speaker`, `is_chairman`, `turn_num_in_protocol`, `sent_num_in_turn`, `sentence_text`, `morphological_fields`, `factuality_fields`.
|
| 271 |
- Person (Speaker) fields: These correspond to the speaker of the sentence and include:
|
| 272 |
`speaker_first_name`, `speaker_last_name`, `speaker_is_knesset_member`, `speaker_gender`, `speaker_email`, `speaker_last_updated_date`, `speaker_date_of_birth`, `speaker_place_of_birth`,`speaker_year_of_aliya`, `speaker_date_of_death`, `speaker_mother_tongue`, `speaker_religion`, `speaker_nationality`, `speaker_religious_orientation`, `speaker_residence`, `speaker_factions_memberships`, `speaker_languages`, `speaker_sources`, `speaker_notes`.
|
|
@@ -276,12 +290,9 @@ Please refer to the respective entity section for details on each field.
|
|
| 276 |
|
| 277 |
|
| 278 |
|
| 279 |
-
|
| 280 |
-
|
| 281 |
### License
|
| 282 |
-
|
| 283 |
The raw data files were recieved from the [Knesset archives](https://main.knesset.gov.il/Pages/default.aspx).
|
| 284 |
|
| 285 |
-
[More Information Needed]
|
| 286 |
|
| 287 |
-
### Citation
|
|
|
|
| 140 |
- `Number of examples`: 41,319
|
| 141 |
- Data_urls:todo
|
| 142 |
|
| 143 |
+
#### Committees_ALL_Features_Sentences
|
| 144 |
- `name`: "committees_all_features_sentences"
|
| 145 |
- `description`: Samples of all the sentences in the committee sessions together with all the features available in the dataset.
|
| 146 |
The fields are consistent with the [All Features Sentence](#all_features_sentence) entity.
|
| 147 |
- `Number of examples`: 24,805,925
|
| 148 |
- Data_urls: ["https://huggingface.co/datasets/HaifaCLGroup/KnessetCorpus/resolve/main/protocols_sentences/committee_full_sentences.jsonl.bz2"]
|
| 149 |
|
| 150 |
+
#### Plenary_ALL_Features_Sentences
|
| 151 |
- `name`: "plenary_all_features_sentences"
|
| 152 |
- `description`: Samples of all the sentences in the plenary sessions together with all the features available in the dataset.
|
| 153 |
The fields are consistent with the [All Features Sentence](#all_features_sentence) entity.
|
| 154 |
- `Number of examples`: 24,805,925
|
| 155 |
- Data_urls: ["https://huggingface.co/datasets/HaifaCLGroup/KnessetCorpus/resolve/main/protocols_sentences/plenary_full_sentences.jsonl.bz2"]
|
| 156 |
|
| 157 |
+
#### Committees Non-Morphological_Features_Sentences
|
| 158 |
+
- `name`: "no_morph_committee_all_features_sentences"
|
| 159 |
+
- `description`: The same as [Committees ALL Features Sentences](#committees_aLL_features_sentences) but without the morphological_fields features.
|
| 160 |
+
Ideal if morpho-syntactic annotations aren't relevant to your work, providing a less disk space heavy option.
|
| 161 |
+
- `Number of examples`: 24,805,925
|
| 162 |
+
- Data_urls: ["https://huggingface.co/datasets/HaifaCLGroup/KnessetCorpus/resolve/main/protocols_sentences/committee_full_sentences.jsonl.bz2"]
|
| 163 |
+
|
| 164 |
+
#### Plenary Non-Morphological_Features_Sentences
|
| 165 |
+
- `name`: "no_morph_plenary_all_features_sentences"
|
| 166 |
+
- `description`: The same as [Plenary_ALL_Features_Sentences](#plenary_aLL_features_sentences) but without the morphological_fields features.
|
| 167 |
+
Ideal if morpho-syntactic annotations aren't relevant to your work, providing a less disk space heavy option.
|
| 168 |
+
- `Number of examples`: 24,805,925
|
| 169 |
+
- Data_urls: ["https://huggingface.co/datasets/HaifaCLGroup/KnessetCorpus/resolve/main/protocols_sentences/plenary_full_sentences.jsonl.bz2"]
|
| 170 |
+
|
| 171 |
## Other files in dataset
|
| 172 |
- `ner_and_ud_manually_annotated_sentences`: contains files with ~4700 manually annotated sentences from the Knesset corpus for the NER and dependencies sentences.
|
| 173 |
- `Conllu files`: The morphological fields of the sentences in a conllu format. corresponding to the morphological_fields of the [Sentence](#sentence) model.
|
|
|
|
| 280 |
Each field corresponds to its respective description in the entity's section. The structure includes the following fields:
|
| 281 |
- Protocol fields: These correspond to the protocol from which the sentence is extracted and include:
|
| 282 |
`knesset_number`, `protocol_name`, `protocol_number`, `protocol_type`, `session_name`, `parent_session_name`, `protocol_date`, `is_ocr_output`.
|
| 283 |
+
- Sentence fields: These correspond to the specific sentence and include:
|
| 284 |
`sentence_id`, `speaker_id`, `speaker_name`, `is_valid_speaker`, `is_chairman`, `turn_num_in_protocol`, `sent_num_in_turn`, `sentence_text`, `morphological_fields`, `factuality_fields`.
|
| 285 |
- Person (Speaker) fields: These correspond to the speaker of the sentence and include:
|
| 286 |
`speaker_first_name`, `speaker_last_name`, `speaker_is_knesset_member`, `speaker_gender`, `speaker_email`, `speaker_last_updated_date`, `speaker_date_of_birth`, `speaker_place_of_birth`,`speaker_year_of_aliya`, `speaker_date_of_death`, `speaker_mother_tongue`, `speaker_religion`, `speaker_nationality`, `speaker_religious_orientation`, `speaker_residence`, `speaker_factions_memberships`, `speaker_languages`, `speaker_sources`, `speaker_notes`.
|
|
|
|
| 290 |
|
| 291 |
|
| 292 |
|
|
|
|
|
|
|
| 293 |
### License
|
| 294 |
+
license: cc-by-sa-4.0
|
| 295 |
The raw data files were recieved from the [Knesset archives](https://main.knesset.gov.il/Pages/default.aspx).
|
| 296 |
|
|
|
|
| 297 |
|
| 298 |
+
### Citation
|