Datasets:

Languages:
Greek
Multilinguality:
monolingual
Size Categories:
10K<n<100K
Language Creators:
found
Annotations Creators:
found
Source Datasets:
original
ArXiv:
Tags:
License:
albertvillanova HF staff commited on
Commit
d1506c0
1 Parent(s): f4847bb

Support streaming (#5)

Browse files

- Host data file (8f6d38868723121b17232d0509712c811bfd04d7)
- Update loading script (bc9ae34dcd8cb0694326943526f0606fcb2640d5)
- Update metadata and citation (9ac1e3b72b458e6dc709ee807e9d22b74d46e731)
- Delete legacy metadata JSON file (194143d6301b669549929287883bdf88de2f0e47)

README.md CHANGED
@@ -2873,9 +2873,9 @@ dataset_info:
2873
 
2874
  ## Dataset Description
2875
 
2876
- - **Homepage:** https://doi.org/10.5281/zenodo.5528002
2877
  - **Repository:** https://github.com/christospi/glc-nllp-21
2878
- - **Paper:** TBA
 
2879
  - **Leaderboard:** N/A
2880
  - **Point of Contact:** [Christos Papaloukas](mailto:christospap@di.uoa.gr)
2881
 
@@ -3049,13 +3049,13 @@ Papaloukas et al. (2021)
3049
  @inproceedings{papaloukas-etal-2021-glc,
3050
  title = "Multi-granular Legal Topic Classification on Greek Legislation",
3051
  author = "Papaloukas, Christos and Chalkidis, Ilias and Athinaios, Konstantinos and Pantazi, Despina-Athanasia and Koubarakis, Manolis",
3052
- booktitle = "Proceedings of the 3rd Natural Legal Language Processing (NLLP) Workshop",
3053
  year = "2021",
3054
  address = "Punta Cana, Dominican Republic",
3055
- publisher = "",
3056
  url = "https://arxiv.org/abs/2109.15298",
3057
- doi = "",
3058
- pages = ""
3059
  }
3060
  ```
3061
 
 
2873
 
2874
  ## Dataset Description
2875
 
 
2876
  - **Repository:** https://github.com/christospi/glc-nllp-21
2877
+ - **Paper:** https://arxiv.org/abs/2109.15298
2878
+ - **Data:** https://doi.org/10.5281/zenodo.5528002
2879
  - **Leaderboard:** N/A
2880
  - **Point of Contact:** [Christos Papaloukas](mailto:christospap@di.uoa.gr)
2881
 
 
3049
  @inproceedings{papaloukas-etal-2021-glc,
3050
  title = "Multi-granular Legal Topic Classification on Greek Legislation",
3051
  author = "Papaloukas, Christos and Chalkidis, Ilias and Athinaios, Konstantinos and Pantazi, Despina-Athanasia and Koubarakis, Manolis",
3052
+ booktitle = "Proceedings of the Natural Legal Language Processing Workshop 2021",
3053
  year = "2021",
3054
  address = "Punta Cana, Dominican Republic",
3055
+ publisher = "Association for Computational Linguistics",
3056
  url = "https://arxiv.org/abs/2109.15298",
3057
+ doi = "10.48550/arXiv.2109.15298",
3058
+ pages = "63--75"
3059
  }
3060
  ```
3061
 
data/greek_legislation.tar.xz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:889e78bccdfb6948d4d98dc0097ffa6dcfc0fba1aec00adeeb4bfa56639d0196
3
+ size 45606292
dataset_infos.json DELETED
The diff for this file is too large to render. See raw diff
 
greek_legal_code.py CHANGED
@@ -2775,7 +2775,7 @@ _HOMEPAGE = "https://doi.org/10.5281/zenodo.5528002"
2775
 
2776
  _LICENSE = "CC BY-SA (Creative Commons / Attribution-ShareAlike)"
2777
 
2778
- URL = "https://zenodo.org/record/5528002/files/greek_legislation.tar.xz"
2779
 
2780
 
2781
  class GreekLegalCodeConfig(datasets.BuilderConfig):
 
2775
 
2776
  _LICENSE = "CC BY-SA (Creative Commons / Attribution-ShareAlike)"
2777
 
2778
+ URL = "data/greek_legislation.tar.xz"
2779
 
2780
 
2781
  class GreekLegalCodeConfig(datasets.BuilderConfig):