From fb0f8d7e67efdb51898c06dcae6932275b0cdef8 Mon Sep 17 00:00:00 2001 From: Vijay Viswanathan Date: Mon, 22 Apr 2024 22:00:55 -0400 Subject: [PATCH 1/3] Add new reference to the Prompt2Model readme --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 453b4a438..1a5d38dbc 100644 --- a/README.md +++ b/README.md @@ -106,4 +106,13 @@ If you use Prompt2Model in your research, please cite our paper: archivePrefix={arXiv}, primaryClass={cs.CL} } + +@misc{prompt2modeldatatune, + title={Better Synthetic Data by Retrieving and Transforming Existing Datasets}, + author={Saumya Gandhi and Ritu Gala and Vijay Viswanathan and Tongshuang Wu and Graham Neubig}, + year={2024}, + eprint={2404.14361}, + archivePrefix={arXiv}, + primaryClass={cs.CL} +} ``` From 64b99d21da89e2a266616594f968afc7be54809d Mon Sep 17 00:00:00 2001 From: Vijay Viswanathan Date: Tue, 23 Apr 2024 10:16:47 -0400 Subject: [PATCH 2/3] Make it clearer when to cite each reference --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1a5d38dbc..e36ca6213 100644 --- a/README.md +++ b/README.md @@ -95,8 +95,9 @@ If you're interested in contributing to the `prompt2model` project, please We have [written a paper describing Prompt2Model in detail](https://arxiv.org/abs/2308.12261). -If you use Prompt2Model in your research, please cite our paper: +If you use Prompt2Model in your research, please cite us! +If you discuss or use the overall prompt2model framework, please reference ```bibtex @misc{prompt2model, title={Prompt2Model: Generating Deployable Models from Natural Language Instructions}, @@ -106,7 +107,10 @@ If you use Prompt2Model in your research, please cite our paper: archivePrefix={arXiv}, primaryClass={cs.CL} } +``` +If you discuss or use our dataset retrieval and transformation tools, please reference +``` @misc{prompt2modeldatatune, title={Better Synthetic Data by Retrieving and Transforming Existing Datasets}, author={Saumya Gandhi and Ritu Gala and Vijay Viswanathan and Tongshuang Wu and Graham Neubig}, From f10ffca0f9f1a48fbb78eb04c736a5b9d7530f31 Mon Sep 17 00:00:00 2001 From: viswavi Date: Tue, 23 Apr 2024 12:19:37 -0400 Subject: [PATCH 3/3] Add language code to bibtex --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e36ca6213..f1c4e8409 100644 --- a/README.md +++ b/README.md @@ -98,6 +98,7 @@ We have [written a paper describing Prompt2Model in detail](https://arxiv.org/ab If you use Prompt2Model in your research, please cite us! If you discuss or use the overall prompt2model framework, please reference + ```bibtex @misc{prompt2model, title={Prompt2Model: Generating Deployable Models from Natural Language Instructions}, @@ -110,7 +111,8 @@ If you discuss or use the overall prompt2model framework, please reference ``` If you discuss or use our dataset retrieval and transformation tools, please reference -``` + +```bibtex @misc{prompt2modeldatatune, title={Better Synthetic Data by Retrieving and Transforming Existing Datasets}, author={Saumya Gandhi and Ritu Gala and Vijay Viswanathan and Tongshuang Wu and Graham Neubig},