Datasets:

Modalities:
Text
Formats:
json
Languages:
English
ArXiv:
Libraries:
Datasets
pandas
License:
File size: 764 Bytes
86997d7
 
 
 
 
 
 
14fd4b8
 
 
 
 
 
1798b70
14fd4b8
1798b70
14fd4b8
 
 
 
 
 
 
 
263232c
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
---
license: apache-2.0
task_categories:
- sentence-similarity
language:
- en
pretty_name: PaECTER Dataset
dataset_info:
- config_name: testset
  features:
  - name: query
    dtype: string
  - name: pos
    dtype: List[int]
  - name: neg
    dtype: List[int]
  splits:
  - name: test
    num_examples: 1000
configs:
- config_name: testset
  data_files:
  - split: test
    path: testset/test.jsonl
---
## Citing & Authors

```
@misc{ghosh2024paecter,
      title={PaECTER: Patent-level Representation Learning using Citation-informed Transformers}, 
      author={Mainak Ghosh and Sebastian Erhardt and Michael E. Rose and Erik Buunk and Dietmar Harhoff},
      year={2024},
      eprint={2402.19411},
      archivePrefix={arXiv},
      primaryClass={cs.IR}
}
```