Datasets:

Modalities:
Text
Formats:
json
Languages:
English
ArXiv:
Libraries:
Datasets
pandas
License:
mughosh commited on
Commit
98e7edd
·
verified ·
1 Parent(s): e2ea6d6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -0
README.md CHANGED
@@ -2,6 +2,7 @@
2
  license: apache-2.0
3
  task_categories:
4
  - sentence-similarity
 
5
  language:
6
  - en
7
  pretty_name: PaECTER Dataset
@@ -43,6 +44,19 @@ configs:
43
  - split: test
44
  path: testset/test.jsonl
45
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
46
  ## Citing & Authors
47
 
48
  ```
 
2
  license: apache-2.0
3
  task_categories:
4
  - sentence-similarity
5
+ - patent-similarity
6
  language:
7
  - en
8
  pretty_name: PaECTER Dataset
 
44
  - split: test
45
  path: testset/test.jsonl
46
  ---
47
+ # PaECTER Dataset
48
+
49
+ The dataset contains publication numbers of patents used to train, validate, and test our models [PaECTER](https://huggingface.co/mpi-inno-comp/paecter) and [PAT SPECTER](https://huggingface.co/mpi-inno-comp/pat_specter). These publication numbers were taken from the EPO's PATSTAT database (2023 Spring version). We used the titles and abstracts of these patents as provided in PATSTAT for training and other purposes.
50
+
51
+ The combined training and validation dataset comprises 300,000 EPO/PCT patents as focal (query) patents. Each focal patent is associated with 5 triplets, each including one positive (pos) and one negative (neg) citation:
52
+
53
+ - Training set: Consists of 255,000 focal patents, resulting in 1,275,000 rows (5 triplets per focal patent).
54
+ - Validation set: Comprises 45,000 focal patents, resulting in 225,000 rows.
55
+
56
+ The test dataset contains 1000 rows. Each row represents a focal patent, its 5 positive citations, and 25 randomly selected unrelated patents as negative citations.
57
+
58
+ For more details, please refer to our paper, [PaECTER: Patent-level Representation Learning using Citation-informed Transformers](https://arxiv.org/abs/2402.19411)
59
+
60
  ## Citing & Authors
61
 
62
  ```