Datasets:
Tasks:
Text Retrieval
Modalities:
Text
Formats:
parquet
Languages:
English
Size:
10K - 100K
ArXiv:
License:
Update README.md
Browse files
README.md
CHANGED
@@ -25,7 +25,7 @@ configs:
|
|
25 |
|
26 |
# **DAPFAM** dataset
|
27 |
|
28 |
-
For more details on the dataset construction and
|
29 |
|
30 |
|
31 |
## Summary
|
@@ -63,13 +63,14 @@ dr = load_dataset("datalyes/DAPFAM_patent", "relations")
|
|
63 |
If you find our paper or dataset helpful, please consider citing as follows:
|
64 |
|
65 |
```
|
66 |
-
@misc{
|
67 |
-
|
68 |
-
|
69 |
-
|
70 |
-
|
71 |
-
|
72 |
-
|
|
|
73 |
}
|
74 |
```
|
75 |
|
|
|
25 |
|
26 |
# **DAPFAM** dataset
|
27 |
|
28 |
+
For more details on the dataset construction and full set of experimentations and results, see the accompanying paper: **Ayaou et al., 2025 — “DAPFAM: A Domain-Aware Family-level Dataset to benchmark cross domain patent retrieval”[(Here)](https://doi.org/10.48550/arXiv.2506.22141) .**
|
29 |
|
30 |
|
31 |
## Summary
|
|
|
63 |
If you find our paper or dataset helpful, please consider citing as follows:
|
64 |
|
65 |
```
|
66 |
+
@misc{ayaou2025dapfamdomainawarefamilyleveldataset,
|
67 |
+
title={DAPFAM: A Domain-Aware Family-level Dataset to benchmark cross domain patent retrieval},
|
68 |
+
author={Iliass Ayaou and Denis Cavallucci and Hicham Chibane},
|
69 |
+
year={2025},
|
70 |
+
eprint={2506.22141},
|
71 |
+
archivePrefix={arXiv},
|
72 |
+
primaryClass={cs.CL},
|
73 |
+
url={https://arxiv.org/abs/2506.22141},
|
74 |
}
|
75 |
```
|
76 |
|