File size: 1,588 Bytes
20241b9 39c0690 20241b9 f8feb51 20241b9 32c592b 20241b9 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 |
---
dataset_info:
features:
- name: vat
dtype: string
- name: pubid
dtype: string
- name: act_description
dtype: string
- name: company_name
dtype: string
- name: company_juridical_form
dtype: string
- name: address
dtype: string
- name: street
dtype: string
- name: zipcode
dtype: string
- name: city
dtype: string
- name: publication_date
dtype: date32
- name: publication_number
dtype: string
- name: publication_link
dtype: string
- name: text
dtype: string
- name: is_digital
dtype: bool
configs:
- config_name: default
data_files:
- split: train
path: data/year=*/month=*/day=*/*
license: apache-2.0
task_categories:
- text-generation
- fill-mask
task_ids:
- language-modeling
- masked-language-modeling
language:
- fr
- nl
- de
tags:
- finance
- legal
pretty_name: Belgian Journal (Moniteur Belge/Belgisch Staatsblad)
size_categories:
- 100K<n<1M
---
# Dataset Description
<!-- Provide a longer summary of what this dataset is. -->
Dataset contains the metadata + the text of [company bylaws](https://corporatefinanceinstitute.com/resources/management/company-bylaws/) publications of Belgian companies on the Belgian Journal (Moniteur Belge/Belgisch Staatstblad).
This data was collected by webscraping the [Belgian Journal](https://www.ejustice.just.fgov.be/cgi_tsv/rech.pl?language=nl), for more info see: https://github.com/Guust-Franssens/belgian-journal.
- **Language(s) (NLP):** French, Dutch and a small subset German (official languages of Belgium.)
- **License:** apache-2.0 |