gustavhartz
commited on
Commit
•
2c88759
1
Parent(s):
6c37879
Add citation
Browse files
README.md
CHANGED
@@ -10,4 +10,18 @@ Outperform the most popular HF cuad model [Rakib/roberta-base-on-cuad](hello.com
|
|
10 |
| Rakib/roberta-base-on-cuad | 81.26 | 92.48 |
|
11 |
|
12 |
|
13 |
-
For questions etc. go through the Github repo :)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
10 |
| Rakib/roberta-base-on-cuad | 81.26 | 92.48 |
|
11 |
|
12 |
|
13 |
+
For questions etc. go through the Github repo :)
|
14 |
+
|
15 |
+
### Citation
|
16 |
+
|
17 |
+
If you found the code of thesis helpful you can please cite it :)
|
18 |
+
```
|
19 |
+
@thesis{ha2022,
|
20 |
+
author = {Hartz, Gustav Selfort},
|
21 |
+
title = {Exploring CUAD using RoBERTa span-selection QA models for legal contract review},
|
22 |
+
language = {English},
|
23 |
+
format = {thesis},
|
24 |
+
year = {2022},
|
25 |
+
publisher = {DTU Department of Applied Mathematics and Computer Science}
|
26 |
+
}
|
27 |
+
```
|