Commit
·
10a1bc7
1
Parent(s):
3a9e155
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,31 @@
|
|
1 |
---
|
2 |
license: mit
|
|
|
|
|
|
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: mit
|
3 |
+
language:
|
4 |
+
- fa
|
5 |
+
pretty_name: Hengam Corpus
|
6 |
---
|
7 |
+
|
8 |
+
# Hengam: An Adversarially Trained Transformer for Persian Temporal Tagging
|
9 |
+
|
10 |
+
See model at https://huggingface.co/kargaranamir/Hengam
|
11 |
+
|
12 |
+
See Demo at https://huggingface.co/spaces/kargaranamir/Hengam
|
13 |
+
|
14 |
+
Details at https://github.com/kargaranamir/hengam
|
15 |
+
|
16 |
+
## Citation
|
17 |
+
|
18 |
+
If you use any part of this repository in your research, please cite it using the following BibTex entry.
|
19 |
+
```python
|
20 |
+
@inproceedings{mirzababaei-etal-2022-hengam,
|
21 |
+
title = {Hengam: An Adversarially Trained Transformer for {P}ersian Temporal Tagging},
|
22 |
+
author = {Mirzababaei, Sajad and Kargaran, Amir Hossein and Sch{\"u}tze, Hinrich and Asgari, Ehsaneddin},
|
23 |
+
year = 2022,
|
24 |
+
booktitle = {Proceedings of the 2nd Conference of the Asia-Pacific Chapter of the Association for Computational Linguistics and the 12th International Joint Conference on Natural Language Processing},
|
25 |
+
publisher = {Association for Computational Linguistics},
|
26 |
+
address = {Online only},
|
27 |
+
pages = {1013--1024},
|
28 |
+
url = {https://aclanthology.org/2022.aacl-main.74}
|
29 |
+
}
|
30 |
+
```
|
31 |
+
|