RedHitMark commited on
Commit
b3e1be8
·
1 Parent(s): 5041bdc

Initial corpus, readme

Browse files
Files changed (6) hide show
  1. .gitattributes +5 -2
  2. .gitignore +1 -0
  3. README.md +35 -0
  4. corpus.csv +3 -0
  5. corpus.tsv +3 -0
  6. corpus.xlsx +3 -0
.gitattributes CHANGED
@@ -9,7 +9,6 @@
9
  *.joblib filter=lfs diff=lfs merge=lfs -text
10
  *.lfs.* filter=lfs diff=lfs merge=lfs -text
11
  *.lz4 filter=lfs diff=lfs merge=lfs -text
12
- *.mds filter=lfs diff=lfs merge=lfs -text
13
  *.mlmodel filter=lfs diff=lfs merge=lfs -text
14
  *.model filter=lfs diff=lfs merge=lfs -text
15
  *.msgpack filter=lfs diff=lfs merge=lfs -text
@@ -35,6 +34,10 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
35
  *.zip filter=lfs diff=lfs merge=lfs -text
36
  *.zst filter=lfs diff=lfs merge=lfs -text
37
  *tfevents* filter=lfs diff=lfs merge=lfs -text
 
 
 
 
38
  # Audio files - uncompressed
39
  *.pcm filter=lfs diff=lfs merge=lfs -text
40
  *.sam filter=lfs diff=lfs merge=lfs -text
@@ -56,4 +59,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
56
  *.webp filter=lfs diff=lfs merge=lfs -text
57
  # Video files - compressed
58
  *.mp4 filter=lfs diff=lfs merge=lfs -text
59
- *.webm filter=lfs diff=lfs merge=lfs -text
 
9
  *.joblib filter=lfs diff=lfs merge=lfs -text
10
  *.lfs.* filter=lfs diff=lfs merge=lfs -text
11
  *.lz4 filter=lfs diff=lfs merge=lfs -text
 
12
  *.mlmodel filter=lfs diff=lfs merge=lfs -text
13
  *.model filter=lfs diff=lfs merge=lfs -text
14
  *.msgpack filter=lfs diff=lfs merge=lfs -text
 
34
  *.zip filter=lfs diff=lfs merge=lfs -text
35
  *.zst filter=lfs diff=lfs merge=lfs -text
36
  *tfevents* filter=lfs diff=lfs merge=lfs -text
37
+ *.csv filter=lfs diff=lfs merge=lfs -text
38
+ *.tsv filter=lfs diff=lfs merge=lfs -text
39
+ *.pdf filter=lfs diff=lfs merge=lfs -text
40
+ *.xlsx filter=lfs diff=lfs merge=lfs -text
41
  # Audio files - uncompressed
42
  *.pcm filter=lfs diff=lfs merge=lfs -text
43
  *.sam filter=lfs diff=lfs merge=lfs -text
 
59
  *.webp filter=lfs diff=lfs merge=lfs -text
60
  # Video files - compressed
61
  *.mp4 filter=lfs diff=lfs merge=lfs -text
62
+ *.webm filter=lfs diff=lfs merge=lfs -text
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ .venv
README.md CHANGED
@@ -1,3 +1,38 @@
1
  ---
 
 
 
 
 
 
 
 
 
2
  license: mit
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ pretty_name: ItaIst-laws
3
+ language:
4
+ - it
5
+ task_categories:
6
+ - text-generation
7
+ tags:
8
+ - legal
9
+ size_categories:
10
+ - 1K<n<10K
11
  license: mit
12
+ configs:
13
+ - config_name: comma
14
+ data_files: corpus.csv
15
+ sep: ','
16
  ---
17
+ # Corpus ItaIst-laws
18
+ The corpus containing 351 legal references that was collected by the research unit of the University of Molise including linguists (Giuliana Fiorentino, Vittorio Ganfi), jurists (Alessandro Cioffi, Maria Assunta Simonelli, Ludovico Di Benedetto) and computer scientists (Rocco Oliveto, Marco Russodivito).
19
+
20
+ The corpus includes legal references from Italian and European laws, covering "garbage", "healthcare", and "public services" topics.
21
+
22
+
23
+ ## Acknowledgements
24
+ This contribution is a result of the research conducted within the framework of the PRIN 2020 (Progetti di Rilevante Interesse Nazionale) "VerbACxSS: on analytic verbs, complexity, synthetic verbs, and simplification. For accessibility" (Prot. 2020BJKB9M), funded by the Italian Ministero dell'Università e della Ricerca.
25
+
26
+
27
+ ## How to cite
28
+ Giuliana Fiorentino, Vittorio Ganfi, Rocco Oliveto, Marco Russodivito, Alessandro Cioffi, Maria Ausilia Simonelli, Ludovico Di Benedetto (2024), ItaIst-laws corpus. https://huggingface.co/datasets/VerbACxSS/ItaIst-laws.
29
+
30
+ ```bibtex
31
+ @online{ItaIst,
32
+ title = {ItaIst-laws corpus},
33
+ author = {Fiorentino, Giuliana AND Ganfi, Vittorio AND Russodivito, Marco AND Oliveto, Rocco AND Simonelli, Maria Ausilia AND Cioffi, Alessandro AND Di Benedetto, Ludovico},
34
+ year = {2024},
35
+ url = {https://huggingface.co/datasets/VerbACxSS/ItaIst-laws},
36
+ urldate = {2024-10-23}
37
+ }
38
+ ```
corpus.csv ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:156d1c6594166a6fa6a3b5eddbf09738e14c5c3eb90288a9a277c0ef3e03b2b7
3
+ size 424004
corpus.tsv ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:697dd0676fc6366443ef0332cc1bdaf9bd5bf5cd70750402de18f2bb988cc0f8
3
+ size 423732
corpus.xlsx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:78e6609b619b1a3b240242cfb7b3dbc1cf04357ef76a530a676e8eab2bacaa73
3
+ size 152982