Alon commited on
Commit
7a82c4c
1 Parent(s): 9a7eed4

update citation

Browse files
Files changed (1) hide show
  1. README.md +14 -1
README.md CHANGED
@@ -37,7 +37,20 @@ for _file in dpr_files:
37
 
38
  ## Citation
39
  ```
40
- @inproceedings{TBD}
 
 
 
 
 
 
 
 
 
 
 
 
 
41
  ```
42
 
43
 
 
37
 
38
  ## Citation
39
  ```
40
+ @inproceedings{eirew-etal-2022-cross,
41
+ title = "Cross-document Event Coreference Search: Task, Dataset and Modeling",
42
+ author = "Eirew, Alon and
43
+ Caciularu, Avi and
44
+ Dagan, Ido",
45
+ booktitle = "Proceedings of the 2022 Conference on Empirical Methods in Natural Language Processing",
46
+ month = dec,
47
+ year = "2022",
48
+ address = "Abu Dhabi, United Arab Emirates",
49
+ publisher = "Association for Computational Linguistics",
50
+ url = "https://aclanthology.org/2022.emnlp-main.58",
51
+ pages = "900--913",
52
+ abstract = "The task of Cross-document Coreference Resolution has been traditionally formulated as requiring to identify all coreference links across a given set of documents. We propose an appealing, and often more applicable, complementary set up for the task {--} Cross-document Coreference Search, focusing in this paper on event coreference. Concretely, given a mention in context of an event of interest, considered as a query, the task is to find all coreferring mentions for the query event in a large document collection. To support research on this task, we create a corresponding dataset, which is derived from Wikipedia while leveraging annotations in the available Wikipedia Event Coreferecene dataset (WEC-Eng). Observing that the coreference search setup is largely analogous to the setting of Open Domain Question Answering, we adapt the prominent Deep Passage Retrieval (DPR) model to our setting, as an appealing baseline. Finally, we present a novel model that integrates a powerful coreference scoring scheme into the DPR architecture, yielding improved performance.",
53
+ }
54
  ```
55
 
56