--- dataset_info: features: - name: doc_id dtype: string - name: source_file dtype: string - name: head_id dtype: string - name: head_type dtype: class_label: names: '0': diagnosis '1': biomarker '2': treatment '3': habit '4': event - name: head_text dtype: string - name: head_start dtype: int32 - name: head_end dtype: int32 - name: head_assertion dtype: class_label: names: '0': presente '1': negado '2': antecedente_familiar '3': hipotetico - name: tail_id dtype: string - name: tail_type dtype: class_label: names: '0': diagnosis '1': biomarker '2': treatment '3': habit '4': event - name: tail_text dtype: string - name: tail_start dtype: int32 - name: tail_end dtype: int32 - name: tail_assertion dtype: class_label: names: '0': presente '1': negado '2': antecedente_familiar '3': hipotetico - name: candidate_relation dtype: class_label: names: '0': caracterizado_por '1': tratado_con '2': evoluciono_a '3': influye_en - name: label dtype: class_label: names: '0': no_relacion '1': caracterizado_por '2': tratado_con '3': evoluciono_a '4': influye_en - name: evidence_class dtype: class_label: names: '0': extraida '1': inferida - name: char_distance dtype: int32 - name: word_distance dtype: int32 - name: same_sentence dtype: bool - name: head_first dtype: bool - name: intermediate_text dtype: string - name: intermediate_has_negation dtype: bool - name: intermediate_words dtype: int32 splits: - name: train num_bytes: 1240382 num_examples: 4145 - name: validation num_bytes: 159414 num_examples: 517 - name: test num_bytes: 148362 num_examples: 493 download_size: 306159 dataset_size: 1548158 configs: - config_name: default data_files: - split: train path: data/train-* - split: validation path: data/validation-* - split: test path: data/test-* language: - es license: cc-by-nc-sa-4.0 task_categories: - text-classification tags: - clinical - oncology - relation-extraction - spanish - medical-nlp - breast-cancer pretty_name: Onco-Clinical RE (Spanish) size_categories: - 1K