datalyes commited on
Commit
780f401
·
verified ·
1 Parent(s): b3fc532

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -8
README.md CHANGED
@@ -25,7 +25,7 @@ configs:
25
 
26
  # **DAPFAM** dataset
27
 
28
- For more details on the dataset construction and baseline experimentations, see the accompanying paper: **Ayaou et al., 2025 — “DAPFAM: A DomainAware Patent Retrieval Dataset Aggregated at the Family Level”[(Here)](https://doi.org/10.48550/arXiv.2506.22141) .**
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{ayaou2025dapfam,
67
- title={DAPFAM: A Domain-Aware Patent Retrieval Dataset Aggregated at the Family Level},
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
  }
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