swiss_legislation / README.md
vr18's picture
Create README.md
9b8609d
|
raw
history blame
No virus
2.22 kB

Dataset: Swiss Legislation

Description

This dataset contains legislation texts in five languages:

  • German (17,559 entries)
  • French (11,197 entries)
  • Italian (6,201 entries)
  • Romansh (534 entries)
  • English (207 entries)

The total number of texts in the dataset is 35,698. The dataset is saved in lexfind_v2.jsonl format.

Data

Each entry in the dataset is a dictionary with the following keys:

  • canton: the canton of origin of the legislation
    • example: "ag"
  • language: the language of the legislation
    • example: "de"
  • uuid: a unique identifier for the legislation
    • example: "ec312f57-05fe-4552-ba50-8c9c269e0f3b"
  • title: the title of the legislation
    • example: "Gesetz über die Geoinformation im Kanton Aargau"
  • short: a short description of the legislation
    • example: "Kantonales Geoinformationsgesetz"
  • abbreviation: an abbreviation for the legislation
    • example: "KGeoIG"
  • sr_number: a reference number for the legislation
    • example: "740.100"
  • is_active: whether the legislation is currently in force
    • example: true
  • version_active_since: the date since when the legislation's current version is active
    • example: "2021-09-01"
  • family_active_since: the date since when the legislation's current version's family is active
    • example: "2011-05-24"
  • version_inactive_since: the date since when the legislation's current version is inactive
    • example: null
  • version_found_at: the date the legislation's current version was found
    • example: "2021-09-01"
  • pdf_url: a link to the legislation's pdf
  • html_url: a link to the legislation's html
  • pdf_content: the legislation's pdf content
    • example: "740.100 - Gesetz über..."
  • html_content: the legislation's html content
    • example: ""
  • changes: a list of changes made to the legislation
    • example: []
  • history: a list of the legislation's history
    • example: []
  • quotes: a list of quotes from the legislation
    • example: []

Splits

There is only one split in this dataset, which contains all the legislation texts.