fabiod20 commited on
Commit
b46e966
1 Parent(s): f723dab

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +26 -0
README.md ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - it
4
+ tags:
5
+ - legal
6
+ ---
7
+ # Italian Legal Named Entity Recognition (NER)
8
+ ELECTRA-based model trained to extract entities of interest from Italian civil judgments issued by the Corte Suprema di Cassazione.
9
+
10
+ ## Dataset
11
+ The model has been fine-tuned on 9000 judgments from 2016 to 2021 (1500 per year), labeled with a combination of rule-based and manual approaches.
12
+ It can be used to extract the following named entities from the text.
13
+
14
+ | Tag | Italian name | English name |
15
+ |:----|:-------------|:-------------|
16
+ | RIC | ricorso | appeal |
17
+ | RCR | ricorrente | petitioner |
18
+ | CTR | controricorrente | respondent |
19
+ | AVV | avvocato | lawyer |
20
+ | CNS | consigliere | counselor |
21
+ | PMI | pubblico ministero | prosecutor |
22
+ | DOM | domicilio | domicile |
23
+ | CDA | corte d’appello | appeal court |
24
+ | SNT | sentenza | judgment|
25
+
26
+