shuyuej/gsm8k_testing_promptcraft_generated
收藏数据集构建
paraphrased questions是通过 Prompt Craft Toolkit 生成的。
数据集使用
python from datasets import load_dataset
加载数据集
dataset = load_dataset("shuyuej/gsm8k_testing_promptcraft_generated") dataset = dataset["test"]
print(dataset)
引用
如果发现我们的工具包有用,请考虑在您的出版物中引用我们的仓库和工具包。我们提供以下 BibTeX 条目。 bibtex @misc{JiaPromptCraft23, author = {Jia, Shuyue}, title = {{PromptCraft}: A Prompt Perturbation Toolkit}, year = {2023}, publisher = {GitHub}, journal = {GitHub Repository}, howpublished = {url{https://github.com/SuperBruceJia/promptcraft}}, }
@misc{JiaAwesomeLLM23, author = {Jia, Shuyue}, title = {Awesome {LLM} Self-Consistency}, year = {2023}, publisher = {GitHub}, journal = {GitHub Repository}, howpublished = {url{https://github.com/SuperBruceJia/Awesome-LLM-Self-Consistency}}, }
@misc{JiaAwesomeSTS23, author = {Jia, Shuyue}, title = {Awesome Semantic Textual Similarity}, year = {2023}, publisher = {GitHub}, journal = {GitHub Repository}, howpublished = {url{https://github.com/SuperBruceJia/Awesome-Semantic-Textual-Similarity}}, }




