Datasets:
File size: 1,280 Bytes
b3cb557 8d60f21 b3cb557 8d60f21 b3cb557 8d60f21 b3cb557 8d60f21 b3cb557 8d60f21 b3cb557 1734652 b3cb557 1734652 |
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 38 39 40 41 42 43 44 45 46 47 48 49 50 |
---
language:
- en
license: apache-2.0
dataset_info:
features:
- name: id
dtype: int64
- name: anchor
dtype: string
- name: positive
dtype: string
splits:
- name: train
num_bytes: 10865560
num_examples: 10136
- name: test
num_bytes: 2673216
num_examples: 2534
download_size: 6056861
dataset_size: 13538776
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
- split: test
path: data/test-*
---
# Dataset Card for Dataset Name
<!-- Provide a quick summary of the dataset. -->
Dataset for finetuning embedding models for patent language.
## Dataset Details
<!-- Provide a longer summary of what this dataset is. -->
Anchor/Positive pairs extracted from `text` and `text_b` columns with `label=1`in the ultrabalanced version of the [PatentMatch dataset](https://hpi.de/naumann/projects/web-science/paar-patent-analysis-and-retrieval/patentmatch.html)
<!-- Provide the basic links for the dataset. -->
- **Repository:** https://hpi.de/naumann/projects/web-science/paar-patent-analysis-and-retrieval/patentmatch.html
- **Paper [optional]:** https://arxiv.org/abs/2012.13919
## Uses
<!-- Address questions around how the dataset is intended to be used. -->
For fine tuning embedding models. |