File tree 1 file changed +16
-1
lines changed
1 file changed +16
-1
lines changed Original file line number Diff line number Diff line change @@ -95,7 +95,9 @@ If you're interested in contributing to the `prompt2model` project, please
95
95
96
96
We have [ written a paper describing Prompt2Model in detail] ( https://arxiv.org/abs/2308.12261 ) .
97
97
98
- If you use Prompt2Model in your research, please cite our paper:
98
+ If you use Prompt2Model in your research, please cite us!
99
+
100
+ If you discuss or use the overall prompt2model framework, please reference
99
101
100
102
``` bibtex
101
103
@misc{prompt2model,
@@ -107,3 +109,16 @@ If you use Prompt2Model in your research, please cite our paper:
107
109
primaryClass={cs.CL}
108
110
}
109
111
```
112
+
113
+ If you discuss or use our dataset retrieval and transformation tools, please reference
114
+
115
+ ``` bibtex
116
+ @misc{prompt2modeldatatune,
117
+ title={Better Synthetic Data by Retrieving and Transforming Existing Datasets},
118
+ author={Saumya Gandhi and Ritu Gala and Vijay Viswanathan and Tongshuang Wu and Graham Neubig},
119
+ year={2024},
120
+ eprint={2404.14361},
121
+ archivePrefix={arXiv},
122
+ primaryClass={cs.CL}
123
+ }
124
+ ```
You can’t perform that action at this time.
0 commit comments