JoelMba/PARHAF_gen_CASM2_guidelines_v5
收藏资源简介:
--- dataset_info: features: - name: id dtype: string - name: tokens list: string - name: ner_tags list: class_label: names: '0': B-Disorders '1': I-Disorders '2': O - name: ner_tag_labels list: string splits: - name: validation num_bytes: 12747022 num_examples: 4719 - name: train num_bytes: 36986978 num_examples: 13603 download_size: 5157438 dataset_size: 49734000 configs: - config_name: default data_files: - split: validation path: data/validation-* - split: train path: data/train-* ---
This dataset is designed for Named Entity Recognition (NER) tasks, specifically focused on disorder entity recognition. It includes features such as id, tokens, ner_tags, and ner_tag_labels, where ner_tags follow the BIO tagging scheme with labels B-Disorders (beginning of disorder entity), I-Disorders (inside of disorder entity), and O (non-disorder entity). The dataset is split into training and validation sets, with 13,603 examples in the training set and 4,719 examples in the validation set, totaling approximately 49.7 MB in size. The data is organized as text sequences and is suitable for information extraction and medical text analysis in natural language processing.




