Update README.md
Browse files
README.md
CHANGED
@@ -5,8 +5,10 @@ task_categories:
|
|
5 |
language:
|
6 |
- en
|
7 |
pretty_name: PaECTER Dataset
|
|
|
|
|
8 |
dataset_info:
|
9 |
-
|
10 |
features:
|
11 |
- name: query
|
12 |
dtype: string
|
@@ -19,6 +21,17 @@ dataset_info:
|
|
19 |
num_examples: 1275000
|
20 |
- name: validation
|
21 |
num_examples: 225000
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
22 |
configs:
|
23 |
- config_name: train_validation_set
|
24 |
data_files:
|
@@ -27,4 +40,20 @@ configs:
|
|
27 |
- split: validation
|
28 |
path: train_validation_set/validation.jsonl
|
29 |
default: true
|
30 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5 |
language:
|
6 |
- en
|
7 |
pretty_name: PaECTER Dataset
|
8 |
+
size_categories:
|
9 |
+
- 100K<n<1M
|
10 |
dataset_info:
|
11 |
+
- config_name: train_validation_set
|
12 |
features:
|
13 |
- name: query
|
14 |
dtype: string
|
|
|
21 |
num_examples: 1275000
|
22 |
- name: validation
|
23 |
num_examples: 225000
|
24 |
+
- config_name: testset
|
25 |
+
features:
|
26 |
+
- name: query
|
27 |
+
dtype: string
|
28 |
+
- name: pos
|
29 |
+
dtype: list
|
30 |
+
- name: neg
|
31 |
+
dtype: list
|
32 |
+
splits:
|
33 |
+
- name: test
|
34 |
+
num_examples: 1000
|
35 |
configs:
|
36 |
- config_name: train_validation_set
|
37 |
data_files:
|
|
|
40 |
- split: validation
|
41 |
path: train_validation_set/validation.jsonl
|
42 |
default: true
|
43 |
+
- config_name: testset
|
44 |
+
data_files:
|
45 |
+
- split: test
|
46 |
+
path: testset/test.jsonl
|
47 |
+
---
|
48 |
+
## Citing & Authors
|
49 |
+
|
50 |
+
```
|
51 |
+
@misc{ghosh2024paecter,
|
52 |
+
title={PaECTER: Patent-level Representation Learning using Citation-informed Transformers},
|
53 |
+
author={Mainak Ghosh and Sebastian Erhardt and Michael E. Rose and Erik Buunk and Dietmar Harhoff},
|
54 |
+
year={2024},
|
55 |
+
eprint={2402.19411},
|
56 |
+
archivePrefix={arXiv},
|
57 |
+
primaryClass={cs.IR}
|
58 |
+
}
|
59 |
+
```
|