shachardon commited on
Commit
61be000
1 Parent(s): c05fbd3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +18 -9
README.md CHANGED
@@ -31,14 +31,14 @@ Each thread contains a user’s trails to create one target image.
31
 
32
  The dataset was introduced as part of the paper: [Human Learning by Model Feedback: The Dynamics of Iterative Prompting with Midjourney][ourpaper].
33
 
34
- [ourpaper]: https://arxiv.org/abs/2311.12131 "markdown our paper"
35
 
36
 
37
  ### Dataset Sources
38
 
39
  <!-- Provide the basic links for the dataset. -->
40
  - **Repository:** https://github.com/shachardon/Mid-Journey-to-alignment
41
- - **Paper:** https://arxiv.org/abs/2311.12131
42
 
43
 
44
  ## Dataset Structure
@@ -113,13 +113,22 @@ Our manual sample did not find any offensive content in the prompts.
113
 
114
  **BibTeX:**
115
  ```
116
- @misc{donyehiya2023human,
117
- title={Human Learning by Model Feedback: The Dynamics of Iterative Prompting with Midjourney},
118
- author={Shachar Don-Yehiya and Leshem Choshen and Omri Abend},
119
- year={2023},
120
- eprint={2311.12131},
121
- archivePrefix={arXiv},
122
- primaryClass={cs.CL}
 
 
 
 
 
 
 
 
 
123
  }
124
  ```
125
 
 
31
 
32
  The dataset was introduced as part of the paper: [Human Learning by Model Feedback: The Dynamics of Iterative Prompting with Midjourney][ourpaper].
33
 
34
+ [ourpaper]: https://aclanthology.org/2023.emnlp-main.253/ "markdown our paper"
35
 
36
 
37
  ### Dataset Sources
38
 
39
  <!-- Provide the basic links for the dataset. -->
40
  - **Repository:** https://github.com/shachardon/Mid-Journey-to-alignment
41
+ - **Paper:** https://aclanthology.org/2023.emnlp-main.253/
42
 
43
 
44
  ## Dataset Structure
 
113
 
114
  **BibTeX:**
115
  ```
116
+ @inproceedings{don-yehiya-etal-2023-human,
117
+ title = "Human Learning by Model Feedback: The Dynamics of Iterative Prompting with Midjourney",
118
+ author = "Don-Yehiya, Shachar and
119
+ Choshen, Leshem and
120
+ Abend, Omri",
121
+ editor = "Bouamor, Houda and
122
+ Pino, Juan and
123
+ Bali, Kalika",
124
+ booktitle = "Proceedings of the 2023 Conference on Empirical Methods in Natural Language Processing",
125
+ month = dec,
126
+ year = "2023",
127
+ address = "Singapore",
128
+ publisher = "Association for Computational Linguistics",
129
+ url = "https://aclanthology.org/2023.emnlp-main.253",
130
+ pages = "4146--4161",
131
+ abstract = "Generating images with a Text-to-Image model often requires multiple trials, where human users iteratively update their prompt based on feedback, namely the output image. Taking inspiration from cognitive work on reference games and dialogue alignment, this paper analyzes the dynamics of the user prompts along such iterations. We compile a dataset of iterative interactions of human users with Midjourney. Our analysis then reveals that prompts predictably converge toward specific traits along these iterations. We further study whether this convergence is due to human users, realizing they missed important details, or due to adaptation to the model{'}s {``}preferences{''}, producing better images for a specific language style. We show initial evidence that both possibilities are at play. The possibility that users adapt to the model{'}s preference raises concerns about reusing user data for further training. The prompts may be biased towards the preferences of a specific model, rather than align with human intentions and natural manner of expression.",
132
  }
133
  ```
134