Commit
·
aeda5ed
1
Parent(s):
bc10cac
add citation
Browse files
README.md
CHANGED
@@ -59,7 +59,15 @@ We evaluate neg-xlm-roberta-base on the test sets in the [Multi Legal Neg Datase
|
|
59 |
pytorch, transformers.
|
60 |
|
61 |
## Citation
|
|
|
62 |
|
63 |
```
|
64 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
65 |
```
|
|
|
59 |
pytorch, transformers.
|
60 |
|
61 |
## Citation
|
62 |
+
Please cite the following preprint:
|
63 |
|
64 |
```
|
65 |
+
@misc{christen2023resolving,
|
66 |
+
title={Resolving Legalese: A Multilingual Exploration of Negation Scope Resolution in Legal Documents},
|
67 |
+
author={Ramona Christen and Anastassia Shaitarova and Matthias Stürmer and Joel Niklaus},
|
68 |
+
year={2023},
|
69 |
+
eprint={2309.08695},
|
70 |
+
archivePrefix={arXiv},
|
71 |
+
primaryClass={cs.CL}
|
72 |
+
}
|
73 |
```
|