Update README.md
Browse files
README.md
CHANGED
@@ -110,4 +110,18 @@ To use the IsaNLP RST Parser with Hugging Face, follow these steps:
|
|
110 |
|
111 |
If you use the IsaNLP RST Parser in your research, please cite our work as follows:
|
112 |
|
113 |
-
- **For versions `gumrrg`, `rstdt`, and `rstreebank`:**
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
110 |
|
111 |
If you use the IsaNLP RST Parser in your research, please cite our work as follows:
|
112 |
|
113 |
+
- **For versions `gumrrg`, `rstdt`, and `rstreebank`:**
|
114 |
+
```bibtex
|
115 |
+
@inproceedings{
|
116 |
+
chistova-2024-bilingual,
|
117 |
+
title = "Bilingual Rhetorical Structure Parsing with Large Parallel Annotations",
|
118 |
+
author = "Chistova, Elena",
|
119 |
+
booktitle = "Findings of the Association for Computational Linguistics ACL 2024",
|
120 |
+
month = aug,
|
121 |
+
year = "2024",
|
122 |
+
address = "Bangkok, Thailand and virtual meeting",
|
123 |
+
publisher = "Association for Computational Linguistics",
|
124 |
+
url = "https://aclanthology.org/2024.findings-acl.577",
|
125 |
+
pages = "9689--9706"
|
126 |
+
}
|
127 |
+
```
|