rsuwaileh commited on
Commit
722d08d
·
1 Parent(s): 5fdf127

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +97 -0
README.md CHANGED
@@ -1,3 +1,100 @@
1
  ---
2
  license: apache-2.0
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: apache-2.0
3
  ---
4
+
5
+ This model is a BERT-based Location Mention Recognition model that is adopted from the [TLLMR4CM GitHub](https://github.com/rsuwaileh/TLLMR4CM/). The model identifies the toponyms' spans in the text without predicting their location types.
6
+
7
+ The model is trained using the training splits of all events from [IDRISI-R dataset](https://github.com/rsuwaileh/IDRISI) under the Type-based LMR mode and using the Time-based version of the data. You can download this data in BILOU format from [here](https://github.com/rsuwaileh/IDRISI/tree/main/data/LMR/EN/gold-timebased-bilou/). All Location types in the data were normalized to the "LOC" tag. More details are available [here](https://github.com/rsuwaileh/IDRISI/tree/main/models). More details about the models are available [here](https://github.com/rsuwaileh/IDRISI/tree/main/models).
8
+
9
+
10
+ * Different variants of the model are available through HuggingFace:
11
+ - [rsuwaileh/IDRISI-LMR-AR-random-typeless](https://huggingface.co/rsuwaileh/IDRISI-LMR-AR-random-typeless/)
12
+ - [rsuwaileh/IDRISI-LMR-AR-random-typebased](https://huggingface.co/rsuwaileh/IDRISI-LMR-AR-random-typebased/)
13
+ - [rsuwaileh/IDRISI-LMR-AR-timebased-typebased](https://huggingface.co/rsuwaileh/IDRISI-LMR-AR-timebased-typebased/)
14
+
15
+ * English models are also available:
16
+ - [rsuwaileh/IDRISI-LMR-EN-random-typeless](https://huggingface.co/rsuwaileh/IDRISI-LMR-EN-random-typeless/)
17
+ - [rsuwaileh/IDRISI-LMR-EN-random-typebased](https://huggingface.co/rsuwaileh/IDRISI-LMR-EN-random-typebased/)
18
+ - [rsuwaileh/IDRISI-LMR-EN-timebased-typeless](https://huggingface.co/rsuwaileh/IDRISI-LMR-EN-timebased-typeless/)
19
+ - [rsuwaileh/IDRISI-LMR-EN-timebased-typebased](https://huggingface.co/rsuwaileh/IDRISI-LMR-EN-timebased-typebased/)
20
+
21
+
22
+
23
+ To cite the models:
24
+
25
+ ```
26
+ @article{suwaileh2022tlLMR4disaster,
27
+ title={When a Disaster Happens, We Are Ready: Location Mention Recognition from Crisis Tweets},
28
+ author={Suwaileh, Reem and Elsayed, Tamer and Imran, Muhammad and Sajjad, Hassan},
29
+ journal={International Journal of Disaster Risk Reduction},
30
+ year={2022}
31
+ }
32
+ @inproceedings{suwaileh2020tlLMR4disaster,
33
+ title={Are We Ready for this Disaster? Towards Location Mention Recognition from Crisis Tweets},
34
+ author={Suwaileh, Reem and Imran, Muhammad and Elsayed, Tamer and Sajjad, Hassan},
35
+ booktitle={Proceedings of the 28th International Conference on Computational Linguistics},
36
+ pages={6252--6263},
37
+ year={2020}
38
+ }
39
+ ```
40
+
41
+ To cite the IDRISI-R dataset:
42
+ ```
43
+ @article{rsuwaileh2022Idrisi-r,
44
+ title={IDRISI-R: Large-scale English and Arabic Location Mention Recognition Datasets for Disaster Response over Twitter},
45
+ author={Suwaileh, Reem and Elsayed, Tamer and Imran, Muhammad},
46
+ journal={...},
47
+ volume={...},
48
+ pages={...},
49
+ year={2022},
50
+ publisher={...}
51
+ }
52
+ ```
53
+
54
+
55
+
56
+
57
+ * Different variants of the model are available through HuggingFace:
58
+ - [rsuwaileh/IDRISI-LMR-AR-random-typeless](https://huggingface.co/rsuwaileh/IDRISI-LMR-AR-random-typeless/)
59
+ - [rsuwaileh/IDRISI-LMR-AR-random-typebased](https://huggingface.co/rsuwaileh/IDRISI-LMR-AR-random-typebased/)
60
+ - [rsuwaileh/IDRISI-LMR-AR-timebased-typebased](https://huggingface.co/rsuwaileh/IDRISI-LMR-AR-timebased-typebased/)
61
+
62
+ * English models are also available:
63
+ - [rsuwaileh/IDRISI-LMR-EN-random-typeless](https://huggingface.co/rsuwaileh/IDRISI-LMR-EN-random-typeless/)
64
+ - [rsuwaileh/IDRISI-LMR-EN-random-typebased](https://huggingface.co/rsuwaileh/IDRISI-LMR-EN-random-typebased/)
65
+ - [rsuwaileh/IDRISI-LMR-EN-timebased-typeless](https://huggingface.co/rsuwaileh/IDRISI-LMR-EN-timebased-typeless/)
66
+ - [rsuwaileh/IDRISI-LMR-EN-timebased-typebased](https://huggingface.co/rsuwaileh/IDRISI-LMR-EN-timebased-typebased/)
67
+
68
+
69
+
70
+ To cite the models:
71
+
72
+ ```
73
+ @article{suwaileh2022tlLMR4disaster,
74
+ title={When a Disaster Happens, We Are Ready: Location Mention Recognition from Crisis Tweets},
75
+ author={Suwaileh, Reem and Elsayed, Tamer and Imran, Muhammad and Sajjad, Hassan},
76
+ journal={International Journal of Disaster Risk Reduction},
77
+ year={2022}
78
+ }
79
+
80
+ @inproceedings{suwaileh2020tlLMR4disaster,
81
+ title={Are We Ready for this Disaster? Towards Location Mention Recognition from Crisis Tweets},
82
+ author={Suwaileh, Reem and Imran, Muhammad and Elsayed, Tamer and Sajjad, Hassan},
83
+ booktitle={Proceedings of the 28th International Conference on Computational Linguistics},
84
+ pages={6252--6263},
85
+ year={2020}
86
+ }
87
+ ```
88
+
89
+ To cite the IDRISI-R dataset:
90
+ ```
91
+ @article{rsuwaileh2022Idrisi-r,
92
+ title={IDRISI-R: Large-scale English and Arabic Location Mention Recognition Datasets for Disaster Response over Twitter},
93
+ author={Suwaileh, Reem and Elsayed, Tamer and Imran, Muhammad},
94
+ journal={...},
95
+ volume={...},
96
+ pages={...},
97
+ year={2022},
98
+ publisher={...}
99
+ }
100
+ ```