gustavhartz commited on
Commit
6c37879
1 Parent(s): 31cf1d9

Add readme

Browse files
Files changed (1) hide show
  1. README.md +13 -0
README.md ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Finetuned legal contract review QA model based 👩‍⚖️ 📑
2
+
3
+ Best model presented in the master thesis [*Exploring CUAD using RoBERTa span-selection QA models for legal contract review*](https://github.com/gustavhartz/transformers-legal-tasks) for QA on the Contract Understanding Atticus Dataset. Full training logic and associated thesis available through link.
4
+
5
+ Outperform the most popular HF cuad model [Rakib/roberta-base-on-cuad](hello.com) and is the best model for CUAD on Hugging Face 26/06/2022
6
+
7
+ | **Model name** | **Top 1 Has Ans F1** | **Top 3 Has Ans F1** |
8
+ |-----------------------------------------|----------------------|----------------------|
9
+ | gustavhartz/roberta-base-cuad-finetuned | 85.68 | 94.06 |
10
+ | Rakib/roberta-base-on-cuad | 81.26 | 92.48 |
11
+
12
+
13
+ For questions etc. go through the Github repo :)