YashPat commited on
Commit
2b481f5
·
verified ·
1 Parent(s): 887bd8e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -0
README.md CHANGED
@@ -65,5 +65,18 @@ df = pd.read_csv("hf://datasets/cmudrc/Material_Selection_Eval/AllResponses.csv"
65
 
66
  Replace AllResponses with CleanResponses and KeyQuestions in the pathname if required.
67
 
 
 
 
 
 
 
 
 
 
 
 
 
 
68
  license: mit
69
  ---
 
65
 
66
  Replace AllResponses with CleanResponses and KeyQuestions in the pathname if required.
67
 
68
+ # Citation
69
+ If you found the dataset useful, please cite:
70
+ ```
71
+ @misc{jain2024msevaldatasetmaterialselection,
72
+ title={MSEval: A Dataset for Material Selection in Conceptual Design to Evaluate Algorithmic Models},
73
+ author={Yash Patawari Jain and Daniele Grandi and Allin Groom and Brandon Cramer and Christopher McComb},
74
+ year={2024},
75
+ eprint={2407.09719},
76
+ archivePrefix={arXiv},
77
+ primaryClass={cs.LG},
78
+ url={https://arxiv.org/abs/2407.09719},
79
+ }
80
+ ```
81
  license: mit
82
  ---