laugustyniak asawczyn commited on
Commit
36cc673
1 Parent(s): 156e00d

Update README.md (#2)

Browse files

- Update README.md (26d81a0c80e2c66fdd787c524e1c914335b6e2ee)


Co-authored-by: Albert Sawczyn <asawczyn@users.noreply.huggingface.co>

Files changed (1) hide show
  1. README.md +20 -0
README.md CHANGED
@@ -27,6 +27,26 @@ Our dataset treats ''unfair contractual term'' as the equivalent of an abusive c
27
 
28
  On the EU and at the national such as the Polish levels, agencies cannot check possible agreements by hand. Hence, we took the first step to evaluate the possibility of accelerating this process. We created a dataset and machine learning models to automate potentially abusive clauses detection partially. Consumer protection organizations and agencies can use these resources to make their work more effective and efficient. Moreover, consumers can automatically analyze contracts and understand what they agree upon.
29
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
30
  ## Data splits
31
 
32
  | Subset | Cardinality (sentences) |
 
27
 
28
  On the EU and at the national such as the Polish levels, agencies cannot check possible agreements by hand. Hence, we took the first step to evaluate the possibility of accelerating this process. We created a dataset and machine learning models to automate potentially abusive clauses detection partially. Consumer protection organizations and agencies can use these resources to make their work more effective and efficient. Moreover, consumers can automatically analyze contracts and understand what they agree upon.
29
 
30
+ ## Tasks (input, output and metrics)
31
+
32
+ Abusive Clauses Detection
33
+
34
+ **Input** ('*text'* column): text of agreement
35
+
36
+ **Output** ('*label'* column): binary label (`BEZPIECZNE_POSTANOWIENIE_UMOWNE`: correct agreement statement, `KLAUZULA_ABUZYWNA`: abusive clause)
37
+
38
+ **Domain**: legal agreement
39
+
40
+ **Measurements**: Accuracy, F1 Macro
41
+
42
+ **Example***:*
43
+
44
+ Input: *`Wszelka korespondencja wysyłana przez Pożyczkodawcę na adres zamieszkania podany w umowie oraz na e-mail zostaje uznana za skutecznie doręczoną. Zmiana adresu e-mail oraz adresu zamieszkania musi być dostarczona do Pożyczkodawcy osobiście`*
45
+
46
+ Input (translated by DeepL): *`All correspondence sent by the Lender to the residential address provided in the agreement and to the e-mail address shall be deemed effectively delivered. Change of e-mail address and residential address must be delivered to the Lender in person`*
47
+
48
+ Output: `KLAUZULA_ABUZYWNA` (abusive clause)
49
+
50
  ## Data splits
51
 
52
  | Subset | Cardinality (sentences) |