Datasets:
Tasks:
Text Classification
Modalities:
Text
Formats:
parquet
Languages:
English
Size:
10K - 100K
License:
Initial commit
Browse files- README.md +117 -0
- data/euipo.parquet +3 -0
README.md
ADDED
|
@@ -0,0 +1,117 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
language:
|
| 3 |
+
- en
|
| 4 |
+
license: mit
|
| 5 |
+
pretty_name: EUIPO Trademark Nice Classification Terms
|
| 6 |
+
size_categories:
|
| 7 |
+
- 10K<n<100K
|
| 8 |
+
tags:
|
| 9 |
+
- trademark
|
| 10 |
+
- classification
|
| 11 |
+
- nice-classification
|
| 12 |
+
- euipo
|
| 13 |
+
- intellectual-property
|
| 14 |
+
- rag
|
| 15 |
+
- retrieval
|
| 16 |
+
task_categories:
|
| 17 |
+
- text-classification
|
| 18 |
+
configs:
|
| 19 |
+
- config_name: default
|
| 20 |
+
data_files:
|
| 21 |
+
- split: train
|
| 22 |
+
path: data/euipo.parquet
|
| 23 |
+
dataset_info:
|
| 24 |
+
features:
|
| 25 |
+
- name: id
|
| 26 |
+
dtype: string
|
| 27 |
+
- name: nice_class
|
| 28 |
+
dtype: int64
|
| 29 |
+
- name: description
|
| 30 |
+
dtype: string
|
| 31 |
+
- name: approval_type
|
| 32 |
+
dtype: string
|
| 33 |
+
splits:
|
| 34 |
+
- name: train
|
| 35 |
+
num_examples: 87752
|
| 36 |
+
---
|
| 37 |
+
|
| 38 |
+
# EUIPO Trademark Nice Classification Terms
|
| 39 |
+
|
| 40 |
+
<!-- TODO: add a one-line description of your dataset here -->
|
| 41 |
+
|
| 42 |
+
## Dataset Description
|
| 43 |
+
|
| 44 |
+
<!-- TODO: add a longer description of the dataset, its purpose, and potential use cases -->
|
| 45 |
+
|
| 46 |
+
This dataset contains **87,752** goods and services terms classified under the [Nice Classification](https://www.wipo.int/classifications/nice/en/) system, as catalogued by the [European Union Intellectual Property Office (EUIPO)](https://euipo.europa.eu/) via their [TMclass](https://tmclass.tmdn.org/) tool.
|
| 47 |
+
|
| 48 |
+
The data was scraped from TMclass in early 2025.
|
| 49 |
+
|
| 50 |
+
### Source
|
| 51 |
+
|
| 52 |
+
- **Origin**: [TMclass – EUIPO](https://tmclass.tmdn.org/)
|
| 53 |
+
- **Method**: Web scraping
|
| 54 |
+
- **Date Collected**: <!-- TODO: add approximate date, e.g. "February 2025" -->
|
| 55 |
+
|
| 56 |
+
## Dataset Structure
|
| 57 |
+
|
| 58 |
+
### Schema
|
| 59 |
+
|
| 60 |
+
| Column | Type | Description |
|
| 61 |
+
|-----------------|----------|--------------------------------------------------------------------------------------------------------|
|
| 62 |
+
| `id` | `string` | Unique identifier for the term (e.g. `en/1/262`) |
|
| 63 |
+
| `nice_class` | `int64` | Nice Classification class number (1–45) |
|
| 64 |
+
| `description` | `string` | The goods or services term description (e.g. "Absorbent expandable graphite") |
|
| 65 |
+
| `approval_type` | `string` | Approval status: `"M"` (MGS — harmonised), `"V"` (validated by national office), or `""` (unspecified) |
|
| 66 |
+
|
| 67 |
+
### Data Sample
|
| 68 |
+
|
| 69 |
+
```json
|
| 70 |
+
[
|
| 71 |
+
{"id": "en/1/262", "nice_class": 1, "description": "Abrasives (Auxiliary fluids for use with -)", "approval_type": ""},
|
| 72 |
+
{"id": "en/1/234227210", "nice_class": 1, "description": "Absorbent expandable graphite", "approval_type": "V"},
|
| 73 |
+
{"id": "en/1/616833", "nice_class": 1, "description": "Absorbent graphites", "approval_type": "M"}
|
| 74 |
+
]
|
| 75 |
+
```
|
| 76 |
+
|
| 77 |
+
### Splits
|
| 78 |
+
|
| 79 |
+
| Split | Examples |
|
| 80 |
+
|-------|----------|
|
| 81 |
+
| train | 87,752 |
|
| 82 |
+
|
| 83 |
+
## Nice Classification Overview
|
| 84 |
+
|
| 85 |
+
The [Nice Classification](https://www.wipo.int/classifications/nice/en/) is an international system for classifying goods and services for trademark registration. It comprises **45 classes** — classes 1–34 cover goods and classes 35–45 cover services.
|
| 86 |
+
|
| 87 |
+
## Use Cases
|
| 88 |
+
|
| 89 |
+
<!-- TODO: describe intended use cases, e.g.: -->
|
| 90 |
+
- Training text classifiers to predict Nice class from product/service descriptions
|
| 91 |
+
- Building search and recommendation systems for trademark registration
|
| 92 |
+
- Semantic analysis of goods and services terminology
|
| 93 |
+
- Augmenting NLP pipelines with structured IP classification data
|
| 94 |
+
|
| 95 |
+
## Limitations
|
| 96 |
+
|
| 97 |
+
<!-- TODO: add any known limitations, e.g.: -->
|
| 98 |
+
- The dataset is a snapshot from a specific point in time and may not reflect the latest TMclass updates
|
| 99 |
+
- Only English-language terms are included
|
| 100 |
+
- Some `approval_type` values are empty, indicating unspecified status
|
| 101 |
+
|
| 102 |
+
## Citation
|
| 103 |
+
|
| 104 |
+
<!-- TODO: add citation information if applicable -->
|
| 105 |
+
|
| 106 |
+
```bibtex
|
| 107 |
+
@dataset{euipo_trademark_nice,
|
| 108 |
+
title = {EUIPO Trademark Nice Classification Terms},
|
| 109 |
+
author = {hashiromer621@gmail.com},
|
| 110 |
+
year = {2026},
|
| 111 |
+
note = {Scraped from TMclass (https://tmclass.tmdn.org/)}
|
| 112 |
+
}
|
| 113 |
+
```
|
| 114 |
+
|
| 115 |
+
## License
|
| 116 |
+
|
| 117 |
+
This dataset is released under the [MIT License](https://opensource.org/licenses/MIT).
|
data/euipo.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5ab2626ac9ad2b4eb5451913449ffa8a50b7999f6b201d7eb877e92626bba88b
|
| 3 |
+
size 1965890
|