CoolFace
Datasetpublic

ddrg/super_eurlex

Super-EURLEX dataset containing legal documents from multiple languages. The datasets are build/scrapped from the EURLEX Website [https://eur-lex.europa.eu/homepage.html] With one split per language and sector, because the available features (metadata) differs for each sector. Therefore, each sample contains the content of a full legal document in up to 3 different formats. Those are raw HTML and cleaned HTML (if the HTML format was available on the EURLEX website during the scrapping process) and cleaned text. The cleaned text should be available for each sample and was extracted from HTML or PDF. 'Cleaned' HTML stands here for minor cleaning that was done to preserve to a large extent the necessary HTML information like table structures while removing unnecessary complexity which was introduced to the original documents due to actions like writing each sentence into a new object. Additionally, each sample contains metadata which was scrapped on the fly, this implies the following 2 things. First, not every sector contains the same metadata. Second, most metadata might be irrelevant for most use cases. In our minds the most interesting metadata is the celex-id which is used to identify the legal document at hand, but also contains a lot of information about the document see [https://eur-lex.europa.eu/content/tools/eur-lex-celex-infographic-A3.pdf] as well as eurovoc- concepts, which are labels that define the content of the documents. Eurovoc-Concepts are, for example, only available for the sectors 1, 2, 3, 4, 5, 6, 9, C, and E. The Naming of most metadata is kept like it was on the eurlex website, except for converting it to lower case and replacing whitespaces with '_'.

sourceHugging Facemitupdated 3y agoView on Hugging Face
3likes3.3kdownloads
46 commits on main
2c1a5ae3y ago

Update README.md

JP-SystemsX
c2d4eaa3y ago

Update Readme

JP-SystemsX
872f7b33y ago

Clean Up

JP-SystemsX
c1a5f753y ago

Fixed Formatting Issue in Meta Data

JP-SystemsX
784002c3y ago

File Not found ERROR now

JP-SystemsX
14347eb3y ago

Changed an Exception type

JP-SystemsX
6f48f233y ago

Unlocked remaining Languages

JP-SystemsX
c54d8143y ago

Upload 80 files

JP-SystemsX
5e358ef3y ago

Added 5 More Languages

JP-SystemsX
fceb4113y ago

Added 4 More Languages

JP-SystemsX
20a26a53y ago

Added HR, LV, LT, and ES languages

JP-SystemsX
e4ee4a33y ago

Added EL and FR TextData

JP-SystemsX
73ec2a13y ago

Added IT data

JP-SystemsX
f2bd0b83y ago

added Hungarian

JP-SystemsX
5102a1f3y ago

PL Complete Upload

JP-SystemsX
e8c0dae3y ago

PL Lang Init

JP-SystemsX
7353a143y ago

Unlocked English-Version again

JP-SystemsX
f162d703y ago

Splitted Files from Sector 5

JP-SystemsX
3c5ea733y ago

Updated and Split EN Files

JP-SystemsX
56244943y ago

Merge branch 'main' of https://huggingface.co/datasets/ddrg/super_eurlex

JP-SystemsX
3a626113y ago

Changed Dataset script to accommodate for new structuring

JP-SystemsX
03241893y ago

Removed documents where download failed

JP-SystemsX
cd0e3fd3y ago

Split Data into features

JP-SystemsX
3ab377c3y ago

minor bug fix

JP-SystemsX
3dee83d4y ago

testing quick fix

JP-SystemsX
6dcb4ac4y ago

Unlocked English Texts

JP-SystemsX
c39f5c34y ago

Upload Remaining EN Sectors

JP-SystemsX
77bc63a4y ago

EN Text Directory Init

JP-SystemsX
e7849ae4y ago

Update super_eurlex.py

JP-SystemsX
e26c06b4y ago

Clean Up + Minor Error Handling

JP-SystemsX
7af7df34y ago

Revert "Simplified super_eurlex.py by outsourcing constants"

JP-SystemsX
20e31f04y ago

Simplified super_eurlex.py by outsourcing constants

JP-SystemsX
95feafb4y ago

Unlocked Remaining Sectors

JP-SystemsX
54222d94y ago

Minor Bugfix when loading DS

JP-SystemsX
676f80f4y ago

Merge branch 'main' of https://huggingface.co/datasets/ddrg/super_eurlex

JP-SystemsX
e50ec9b4y ago

Switch from JSON to Parquet format init

JP-SystemsX
9cd6ccd4y ago

Upload Text Data

JP-SystemsX
c519bee4y ago

LFS Test (Via Website)

JP-SystemsX
61585e04y ago

Added Text Data (5)

JP-SystemsX
77e64b04y ago

removed text data 0

JP-SystemsX
04149d74y ago

Added Meta Data

JP-SystemsX
7a9ec4c4y ago

Prototype Init (MVP)

JP-SystemsX
758b62b4y ago

Update LFS

JP-SystemsX
b6df6ef4y ago

Large File Support Enabled

JP-SystemsX
b46af504y ago

Init Template

JP-SystemsX
f9ec0704y ago

initial commit

JP-SystemsX