File size: 2,357 Bytes
c90ff2b fd12b4a 415d4e9 a549d5c 415d4e9 a549d5c 415d4e9 a549d5c 415d4e9 a549d5c 415d4e9 fd12b4a a549d5c 415d4e9 fd12b4a a549d5c 415d4e9 fd12b4a a549d5c 415d4e9 fd12b4a a549d5c 415d4e9 a549d5c 415d4e9 c90ff2b 62bf14e |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 |
---
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: token_start
dtype: string
- name: token_end
dtype: string
- name: start_char
dtype: string
- name: end_char
dtype: string
- name: mention_text
dtype: string
- name: gold_cluster
dtype: string
- name: lemma
dtype: string
- name: sentence_tokens
dtype: string
- name: marked_sentence
dtype: string
- name: marked_doc
dtype: string
splits:
- name: train
num_bytes: 23570700
num_examples: 8566
- name: dev
num_bytes: 5174991
num_examples: 2125
- name: dev_small
num_bytes: 1461686
num_examples: 596
- name: test
num_bytes: 11507183
num_examples: 3835
download_size: 5339192
dataset_size: 41714560
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
# Citations
When using this resource in publications please cite the following:
```shell
@misc{ahmed20232,
title={$2 * n$ is better than $n^2$: Decomposing Event Coreference Resolution into Two Tractable Problems},
author={Shafiuddin Rehan Ahmed and Abhijnan Nath and James H. Martin and Nikhil Krishnaswamy},
year={2023},
eprint={2305.05672},
archivePrefix={arXiv},
primaryClass={cs.CL}
}
```
and
- Agata Cybulska and Piek Vossen. 2014. Using a sledgehammer to crack a nut? Lexical diversity and event coreference resolution. In Proceedings of the 9th international conference on Language Resources and Evaluation (LREC2014) The ECB+ corpus is also described in:
- Agata Cybulska and Piek Vossen. 2014. Using a sledgehammer to crack a nut? Lexical diversity and event coreference resolution. In Proceedings of LREC 2014.
- Agata Cybulska and Piek Vossen. Guidelines for ECB+ Annotation of Events and their Coreference. 2014. (http://www.newsreader-project.eu/files/2013/01/NWR-2014-1.pdf)
|