Alon Eirew commited on
Commit
e9a0f74
1 Parent(s): 26af731

add citation

Browse files
Files changed (1) hide show
  1. README.md +23 -1
README.md CHANGED
@@ -98,6 +98,28 @@ for split_file in splits_files:
98
  |predicted_coref_chain|Ignore|Ignore|
99
  |sent_id|Ignore|Ignore|
100
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
101
 
102
  ## License
103
- We provide the following data sets under a <a href="https://creativecommons.org/licenses/by-sa/3.0/deed.en_US">Creative Commons Attribution-ShareAlike 3.0 Unported License</a>. It is based on content extracted from Wikipedia that is licensed under the Creative Commons Attribution-ShareAlike 3.0 Unported License
 
 
 
98
  |predicted_coref_chain|Ignore|Ignore|
99
  |sent_id|Ignore|Ignore|
100
 
101
+ ## Citation
102
+ ```
103
+ @inproceedings{eirew-etal-2021-wec,
104
+ title = "{WEC}: Deriving a Large-scale Cross-document Event Coreference dataset from {W}ikipedia",
105
+ author = "Eirew, Alon and
106
+ Cattan, Arie and
107
+ Dagan, Ido",
108
+ booktitle = "Proceedings of the 2021 Conference of the North American Chapter of the Association for Computational Linguistics: Human Language Technologies",
109
+ month = jun,
110
+ year = "2021",
111
+ address = "Online",
112
+ publisher = "Association for Computational Linguistics",
113
+ url = "https://aclanthology.org/2021.naacl-main.198",
114
+ doi = "10.18653/v1/2021.naacl-main.198",
115
+ pages = "2498--2510",
116
+ abstract = "Cross-document event coreference resolution is a foundational task for NLP applications involving multi-text processing. However, existing corpora for this task are scarce and relatively small, while annotating only modest-size clusters of documents belonging to the same topic. To complement these resources and enhance future research, we present Wikipedia Event Coreference (WEC), an efficient methodology for gathering a large-scale dataset for cross-document event coreference from Wikipedia, where coreference links are not restricted within predefined topics. We apply this methodology to the English Wikipedia and extract our large-scale WEC-Eng dataset. Notably, our dataset creation method is generic and can be applied with relatively little effort to other Wikipedia languages. To set baseline results, we develop an algorithm that adapts components of state-of-the-art models for within-document coreference resolution to the cross-document setting. Our model is suitably efficient and outperforms previously published state-of-the-art results for the task.",
117
+ }
118
+ ```
119
+
120
 
121
  ## License
122
+ We provide the following data sets under a <a href="https://creativecommons.org/licenses/by-sa/3.0/deed.en_US">Creative Commons Attribution-ShareAlike 3.0 Unported License</a>. It is based on content extracted from Wikipedia that is licensed under the Creative Commons Attribution-ShareAlike 3.0 Unported License
123
+
124
+ ## Contact
125
+ If you have any questions please create a Github issue at https://github.com/AlonEirew/extract-wec.