Datasets:
Formats:
csv
Languages:
English
Size:
< 1K
ArXiv:
Tags:
benchmark
llm-evaluation
large-language-models
large-language-model
large-multimodal-models
llm-training
DOI:
License:
Update README.md
Browse files
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 |
---
|