--- license: apache-2.0 splits: - name: train - name: dev - name: dev_small - name: test dataset_info: features: - name: mention_id dtype: string - name: split dtype: string - name: men_type dtype: string - name: doc_id dtype: string - name: sentence_id dtype: string - name: sentence dtype: string - name: start_char dtype: int64 - name: end_char dtype: int64 - name: mention_text dtype: string - name: gold_cluster dtype: string - name: lemma dtype: string - name: sentence_tokens sequence: string - name: marked_sentence dtype: string - name: marked_doc dtype: string splits: - name: train num_bytes: 23505832 num_examples: 8566 - name: dev num_bytes: 5159040 num_examples: 2125 - name: dev_small num_bytes: 1457116 num_examples: 596 - name: test num_bytes: 11478232 num_examples: 3835 download_size: 5395084 dataset_size: 41600220 configs: - config_name: default data_files: - split: train path: data/train-* - split: dev path: data/dev-* - split: dev_small path: data/dev_small-* - split: test path: data/test-* --- Event Coref Bank plus mentions map for Cross-document Event Coreference Resolution