Datasets:
license: cc-by-sa-4.0
task_categories:
- conversational
- text-generation
language:
- en
tags:
- eidas
- legal
- code
pretty_name: electronic IDentification, Authentication and trust Services
size_categories:
- n<1K
eIDAS Terminology Dataset
Dataset Description
Overview
The EiDAS Terminology dataset is a comprehensive collection of terms and abbreviations related to electronic identification and trust services for electronic transactions in the European Single Market (eIDAS). This dataset provides clear definitions and explanations of various terms, making it an essential resource for researchers and practitioners in digital identity and security.
Languages
The primary language of the dataset is English.
Dataset Structure
Data Instances
A typical data point in the dataset contains the following structure:
idx
: An index number for the entry.prompt
: The term or abbreviation to be defined.completion
: The definition or explanation of the term.label
: A label categorizing the term. Truth 1 of False 0lang
: Language of the entry (English).URL
: A link to a relevant external resource. Separed by commassourceURL
: The source URL from where the information is derived.ts
: Timestamp when the entry was added. POSIX Timestamp - seconds
Example
Here is an example from the dataset:
{
"idx": "1",
"prompt": "What does ARF-Architecture and Reference Framework mean?",
"completion": "Defines core requirements on EUDI Wallet, PID and QEAA so formats, interfaces and protocols. Developed by eIDAS Toolbox Group.",
"label": 1,
"lang": "en",
"URL": "https://digital-strategy.ec.europa.eu/en/library/european-digital-identity-architecture-and-reference-framework-outline",
"sourceURL": "https://medium.com/@schwalm.steffen/collection-of-eidas-identity-related-terms-and-abbreviations-d14eada34364",
"ts": 1703588321
}
Additional Information
Dataset Curators
The dataset was compiled by Andrii Melashchenko, drawing on various sources, including online articles and official documents related to eIDAS.
The first version is based on the article by Steffen Schwalm https://medium.com/@schwalm.steffen/collection-of-eidas-identity-related-terms-and-abbreviations-d14eada34364
Licensing Information
https://creativecommons.org/licenses/by-sa/4.0/deed.en
Citation Information
!TODO
Dataset Creation
Curation Rationale
The dataset was created to provide a comprehensive and accessible resource for understanding the terminology related to eIDAS.
Source Data
Initial Data Collection and Normalization
Data was collected from various sources, including official eIDAS documents and relevant online articles.
Who are the source language producers?
The primary source language producers are experts and authors in digital identity and eIDAS regulation.
Annotations
Annotation process
Each term is annotated with its definition, relevant URL, and source information.
Who are the annotators?
The annotators are individuals with expertise in digital identity and eIDAS regulations.