Datasets:

Modalities:
Text
Formats:
parquet
Languages:
English
ArXiv:
Libraries:
Datasets
pandas
License:
mehrzad-shahin commited on
Commit
ae61123
·
verified ·
1 Parent(s): 6b2725a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +29 -0
README.md CHANGED
@@ -1,4 +1,5 @@
1
  ---
 
2
  dataset_info:
3
  - config_name: corpus
4
  features:
@@ -54,4 +55,32 @@ configs:
54
  data_files:
55
  - split: test
56
  path: queries/test-*
 
 
 
 
 
 
57
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ license: cc-by-nc-nd-4.0
3
  dataset_info:
4
  - config_name: corpus
5
  features:
 
55
  data_files:
56
  - split: test
57
  path: queries/test-*
58
+ task_categories:
59
+ - question-answering
60
+ language:
61
+ - en
62
+ size_categories:
63
+ - 1K<n<10K
64
  ---
65
+
66
+ ### Data sources
67
+ - Industry Foundation Classes (IFC) published by buildingSmart International: https://ifc43-docs.standards.buildingsmart.org/
68
+ - Uniclass product tables published by NBS: https://www.thenbs.com/our-tools/uniclass
69
+
70
+ ### License
71
+
72
+ - cc-by-nc-nd-4.0: https://creativecommons.org/licenses/by-nc-nd/4.0/deed.en
73
+
74
+ ### How to cite
75
+ Research paper on the dataset development and validations: https://arxiv.org/abs/2411.12056
76
+
77
+ **Note:** This dataset refers to ```retrieval-p2p``` task as introduced in the paper.
78
+
79
+ ```
80
+ @article{shahinmoghadam2024benchmarking,
81
+ title={Benchmarking pre-trained text embedding models in aligning built asset information},
82
+ author={Shahinmoghadam, Mehrzad and Motamedi, Ali},
83
+ journal={arXiv preprint arXiv:2411.12056},
84
+ year={2024}
85
+ }
86
+ ```