strich commited on
Commit
d037eb9
·
1 Parent(s): 0bfe4f9

Fix: update dataset structure section in README to correct formatting of field names

Browse files
Files changed (1) hide show
  1. README.md +12 -12
README.md CHANGED
@@ -120,24 +120,24 @@ license: apache-2.0
120
 
121
  # EU Law Dataset – Category 15.10: Environment
122
 
123
- This dataset contains official legal documents from the European Union, collected from the [EUR-Lex website](https://eur-lex.europa.eu/browse/directories/legislation.html), specifically under category 15.10: *"Environment*". The documents span from the year 1961 to 2025 and are provided in multiple European "languages. The original documents are in PDF format and have been converted into various text-based formats using OLMCR.
124
  The dataset splits represent the different "languages available for each document.
125
 
126
  ## Dataset Structure
127
 
128
  Each document represents a legal act and is available in several European "languages. The dataset includes the same set of documents processed through different document conversion methods, organized into pages represented as rows in the dataset. Each row contains the following fields:
129
 
130
- - *"*"law_id*"*": Unique identifier for each legal document.
131
- - *"*"category*"*": The category of the legal document (15.10 Environment).
132
- - *"*"year*"*": The year the legal document was published.
133
- - *"*"primary_language*"*": The "language of the document.
134
- - *"*"page_number*"*": The page number within the document.
135
- - *"*"natural_text*"*": The extracted text content from the page.
136
- - *"*"is_table*"*": Boolean indicating if the page contains a table.
137
- - *"*"is_diagram*"*": Boolean indicating if the page contains a diagram.
138
- - *"*"rotation_correction*"*": Degree of rotation correction applied to the page image.
139
- - *"*"is_rotation_valid*"*": Boolean indicating if the rotation correction was valid.
140
- - *"*"pdf_path*"*": Path to the original PDF file of the document.
141
 
142
 
143
  ## "languages
 
120
 
121
  # EU Law Dataset – Category 15.10: Environment
122
 
123
+ This dataset contains official legal documents from the European Union, collected from the [EUR-Lex website](https://eur-lex.europa.eu/browse/directories/legislation.html), specifically under category 15.10: *"Environment"*. The documents span from the year 1961 to 2025 and are provided in multiple European "languages. The original documents are in PDF format and have been converted into various text-based formats using OLMCR.
124
  The dataset splits represent the different "languages available for each document.
125
 
126
  ## Dataset Structure
127
 
128
  Each document represents a legal act and is available in several European "languages. The dataset includes the same set of documents processed through different document conversion methods, organized into pages represented as rows in the dataset. Each row contains the following fields:
129
 
130
+ - *law_id*: Unique identifier for each legal document.
131
+ - *category*: The category of the legal document (15.10 Environment).
132
+ - *year*: The year the legal document was published.
133
+ - *primary_language*: The "language of the document.
134
+ - *page_number*: The page number within the document.
135
+ - *natural_text*: The extracted text content from the page.
136
+ - *is_table*: Boolean indicating if the page contains a table.
137
+ - *is_diagram*: Boolean indicating if the page contains a diagram.
138
+ - *rotation_correction*: Degree of rotation correction applied to the page image.
139
+ - *is_rotation_valid*: Boolean indicating if the rotation correction was valid.
140
+ - *pdf_path*: Path to the original PDF file of the document.
141
 
142
 
143
  ## "languages