Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,51 @@
|
|
| 1 |
---
|
| 2 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
+
language:
|
| 3 |
+
- fr
|
| 4 |
+
license:
|
| 5 |
+
- cc-by-nc-sa-3.0
|
| 6 |
+
multilinguality:
|
| 7 |
+
- monolingual
|
| 8 |
+
task_categories:
|
| 9 |
+
- classification
|
| 10 |
---
|
| 11 |
+
# Dataset Card for IPC classification of French patents
|
| 12 |
+
|
| 13 |
+
## Dataset Description
|
| 14 |
+
|
| 15 |
+
- **Homepage:**
|
| 16 |
+
- **Repository:** [IPC Classification of French Patents](https://github.com/ZoeYou/Patent-Classification-2022)
|
| 17 |
+
- **Paper:** [Patent Classification using Extreme Multi-label Learning: A Case Study of French Patents](https://hal.science/hal-03850405v1)
|
| 18 |
+
- **Point of Contact:** [Abigail See](you.zuo@inria.fr)
|
| 19 |
+
|
| 20 |
+
### Dataset Summary
|
| 21 |
+
|
| 22 |
+
INPI-CLS is a French Patents corpus extracted from the INPI internal database, and contain all parts of patent texts (title, abstract, claims, description) published from 2002 to 2021, each patent being annotated with all levels from sections to the IPC subgroup labels.
|
| 23 |
+
|
| 24 |
+
### Languages
|
| 25 |
+
|
| 26 |
+
French
|
| 27 |
+
|
| 28 |
+
### Social Impact of Dataset
|
| 29 |
+
|
| 30 |
+
The purpose of this dataset is to help develop models that enable the classification of French patents in the International Patent Classification (IPC) system standard.
|
| 31 |
+
|
| 32 |
+
Due to the high integrity of the data, it can also be used for other analytical studies related to French language patents.
|
| 33 |
+
|
| 34 |
+
|
| 35 |
+
### Citation Information
|
| 36 |
+
|
| 37 |
+
```
|
| 38 |
+
@inproceedings{zuo:hal-03850405,
|
| 39 |
+
TITLE = {{Patent Classification using Extreme Multi-label Learning: A Case Study of French Patents}},
|
| 40 |
+
AUTHOR = {Zuo, You and Mouzoun, Houda and Ghamri Doudane, Samir and Gerdes, Kim and Sagot, Beno{\^i}t},
|
| 41 |
+
URL = {https://hal.archives-ouvertes.fr/hal-03850405},
|
| 42 |
+
BOOKTITLE = {{SIGIR 2022 - PatentSemTech workshop}},
|
| 43 |
+
ADDRESS = {Madrid, Spain},
|
| 44 |
+
YEAR = {2022},
|
| 45 |
+
MONTH = Jul,
|
| 46 |
+
KEYWORDS = {IPC prediction ; Clustering and Classification ; Extreme Multi-label Learning ; French ; Patent},
|
| 47 |
+
PDF = {https://hal.archives-ouvertes.fr/hal-03850405/file/PatentSemTech_2022___extended_abstract.pdf},
|
| 48 |
+
HAL_ID = {hal-03850405},
|
| 49 |
+
HAL_VERSION = {v1},
|
| 50 |
+
}
|
| 51 |
+
```
|