Update README.md
Browse files
README.md
CHANGED
|
@@ -1,19 +1,21 @@
|
|
| 1 |
-
---
|
| 2 |
-
license: cc-by-nc-4.0
|
| 3 |
-
language:
|
| 4 |
-
- en
|
| 5 |
-
- cs
|
| 6 |
-
- de
|
| 7 |
-
- eu
|
| 8 |
-
- fa
|
| 9 |
-
- fr
|
| 10 |
-
- nl
|
| 11 |
-
- pt
|
| 12 |
-
- ru
|
| 13 |
-
- es
|
| 14 |
-
- zh
|
| 15 |
-
library_name: transformers
|
| 16 |
-
|
|
|
|
|
|
|
| 17 |
|
| 18 |
---
|
| 19 |
|
|
@@ -75,18 +77,19 @@ If you use the IsaNLP RST Parser in your research, please cite our work as follo
|
|
| 75 |
url = "https://aclanthology.org/2024.findings-acl.577",
|
| 76 |
pages = "9689--9706"
|
| 77 |
}
|
| 78 |
-
```
|
| 79 |
-
|
|
|
|
| 80 |
```bibtex
|
| 81 |
-
|
| 82 |
-
|
| 83 |
-
|
| 84 |
-
|
| 85 |
-
|
| 86 |
-
|
| 87 |
-
|
| 88 |
-
|
| 89 |
-
|
| 90 |
-
|
| 91 |
-
|
| 92 |
-
```
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: cc-by-nc-4.0
|
| 3 |
+
language:
|
| 4 |
+
- en
|
| 5 |
+
- cs
|
| 6 |
+
- de
|
| 7 |
+
- eu
|
| 8 |
+
- fa
|
| 9 |
+
- fr
|
| 10 |
+
- nl
|
| 11 |
+
- pt
|
| 12 |
+
- ru
|
| 13 |
+
- es
|
| 14 |
+
- zh
|
| 15 |
+
library_name: transformers
|
| 16 |
+
tags:
|
| 17 |
+
- discourse
|
| 18 |
+
---
|
| 19 |
|
| 20 |
---
|
| 21 |
|
|
|
|
| 77 |
url = "https://aclanthology.org/2024.findings-acl.577",
|
| 78 |
pages = "9689--9706"
|
| 79 |
}
|
| 80 |
+
```
|
| 81 |
+
|
| 82 |
+
- **For `unirst`:**
|
| 83 |
```bibtex
|
| 84 |
+
@inproceedings{chistova-2025-bridging,
|
| 85 |
+
title = "Bridging Discourse Treebanks with a Unified Rhetorical Structure Parser",
|
| 86 |
+
author = "Chistova, Elena",
|
| 87 |
+
booktitle = "Proceedings of the 6th Workshop on Computational Approaches to Discourse, Context and Document-Level Inferences (CODI 2025)",
|
| 88 |
+
month = nov,
|
| 89 |
+
year = "2025",
|
| 90 |
+
address = "Suzhou, China",
|
| 91 |
+
publisher = "Association for Computational Linguistics",
|
| 92 |
+
url = "https://aclanthology.org/2025.codi-1.17/",
|
| 93 |
+
pages = "197--208"
|
| 94 |
+
}
|
| 95 |
+
```
|