shachardon commited on
Commit
f86db5f
·
1 Parent(s): b52d688

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +25 -17
README.md CHANGED
@@ -42,29 +42,37 @@ Each thread contains a user’s trails to create one target image. We hope this
42
 
43
  <!-- Provide the basic links for the dataset. -->
44
  - **Repository:** https://github.com/shachardon/Mid-Journey-to-alignment
45
- - **Paper [optional]:** https://arxiv.org/abs/2311.12131
46
 
47
- ## Uses
48
-
49
- <!-- Address questions around how the dataset is intended to be used. -->
50
-
51
- ### Direct Use
52
-
53
- <!-- This section describes suitable use cases for the dataset. -->
54
-
55
- [More Information Needed]
56
-
57
- ### Out-of-Scope Use
58
-
59
- <!-- This section addresses misuse, malicious use, and uses that the dataset will not work well for. -->
60
-
61
- [More Information Needed]
62
 
63
  ## Dataset Structure
64
 
65
  <!-- This section provides a description of the dataset fields, and additional information about the dataset structure such as criteria used to create the splits, relationships between data points, etc. -->
66
 
67
- [More Information Needed]
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
68
 
69
  ## Dataset Creation
70
 
 
42
 
43
  <!-- Provide the basic links for the dataset. -->
44
  - **Repository:** https://github.com/shachardon/Mid-Journey-to-alignment
45
+ - **Paper:** https://arxiv.org/abs/2311.12131
46
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
47
 
48
  ## Dataset Structure
49
 
50
  <!-- This section provides a description of the dataset fields, and additional information about the dataset structure such as criteria used to create the splits, relationships between data points, etc. -->
51
 
52
+ Main Columns:
53
+ 'text' - the original prompt
54
+ 'args' - predefined parameters (such as the aspect ratio, chaos and [more][myexample])
55
+ 'channel_id' - the discord channel
56
+ 'userid' - an anonymous user id
57
+ 'timestamp' - a timestamp of the prompt creation
58
+ 'label' - Ture whether an image that was generated based on that prompt was upscaled, otherwise False.
59
+ 'id' - unique id of the prompt
60
+ 'url_png' - like to the generated images (a 4-grid version)
61
+ 'main_content' - prefix of the prompt, without trailing magic-words
62
+ 'concreteness' - concreteness score, based on the [this paper][concpaper]
63
+ 'repeat_words' - the occurrences of each word that appears more than once in the prompt, excluding stop words.
64
+ 'perplexity' - the perplexity GPT-2 assigns to each prompt.
65
+ 'word_len' - the number of words
66
+ 'caption_0-3' - captions that were generated by the BLIP-2 model
67
+ 'phase' - train/test split, as was used to train image/text classifiers
68
+ 'magic_ratio' - the percentage of words that were recognized as magic words in the prompt
69
+ 'thread_id' - the id of the thread
70
+ 'depth' - the max depth of a constituency parse tree of the prompt.
71
+
72
+
73
+
74
+ [myexample]: https://docs.midjourney.com/docs/parameter-list "markdown more"
75
+ [concpaper]: https://link.springer.com/article/10.3758/s13428-013-0403-5 "markdown this paper"
76
 
77
  ## Dataset Creation
78