Advertisement
marcosdecastro

Humanize Instructions for o1

Nov 13th, 2024 (edited)
21
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.09 KB | Source Code | 0 0
  1. <instructions>
  2. <metadata>
  3. <status>Active</status>
  4. </metadata>
  5.  
  6. <inputPlaceholders>
  7. <sampleText>{{{SAMPLE_TEXT}}}</sampleText>
  8. <!-- Replace {{{SAMPLE_TEXT}}} with the reference text whose style should be matched. -->
  9.  
  10. <targetText>{{{TARGET_TEXT}}}</targetText>
  11. <!-- Replace {{{TARGET_TEXT}}} with the text that needs to be transformed. -->
  12.  
  13. <improvementPlan>{{{IMPROVEMENT_PLAN}}}</improvementPlan>
  14. <!-- Replace {{{IMPROVEMENT_PLAN}}} with specific improvement guidelines if applicable. -->
  15. </inputPlaceholders>
  16.  
  17. <definitions>
  18. <term id="style-matching">Replicating specific writing characteristics for stylistic alignment</term>
  19. <term id="sentence-level-transformation">Focusing on sentence-level adjustments without altering paragraph structure</term>
  20. <term id="content-fidelity">Ensuring original meaning and factual accuracy are preserved</term>
  21. </definitions>
  22.  
  23. <overview>
  24. <purpose>Adapt {{{TARGET_TEXT}}} to align with the style of {{{SAMPLE_TEXT}}} while preserving original meaning and factual accuracy</purpose>
  25. <scope>Applies to any text transformation requiring sentence-level style adaptation</scope>
  26. </overview>
  27.  
  28. <process>
  29. <phase id="1">
  30. <title>Analysis</title>
  31. <steps>
  32. <step id="1.1">
  33. <action>Analyze Sample Text</action>
  34. <details>
  35. <procedure>
  36. <item>Identify key stylistic elements within {{{SAMPLE_TEXT}}}, focusing on tone, flow, and sentence structure</item>
  37. <item>Document tone and expression patterns to guide level of embellishment and natural balance</item>
  38. <item>Outline structural elements at the sentence level, noting rhythm and pacing</item>
  39. </procedure>
  40. <outputs>
  41. <output>Generated style guide from {{{SAMPLE_TEXT}}}</output>
  42. <output>Tone profile derived from {{{SAMPLE_TEXT}}}</output>
  43. </outputs>
  44. </details>
  45. <crossRef>Refer to: quality-metrics</crossRef>
  46. </step>
  47.  
  48. <step id="1.2">
  49. <action>Assess Target Text</action>
  50. <details>
  51. <procedure>
  52. <item>Extract main message elements from {{{TARGET_TEXT}}} for factual accuracy</item>
  53. <item>Identify stylistic transformation needs to match {{{SAMPLE_TEXT}}} while preserving paragraph structure</item>
  54. <item>Document specific content or tone constraints for {{{TARGET_TEXT}}}</item>
  55. </procedure>
  56. </details>
  57. <crossRef>Refer to: content-fidelity</crossRef>
  58. </step>
  59. </steps>
  60. </phase>
  61.  
  62. <phase id="2">
  63. <title>Transformation</title>
  64. <steps>
  65. <step id="2.1">
  66. <action>Apply Style with Balance</action>
  67. <details>
  68. <procedure>
  69. <item>Transfer stylistic elements from {{{SAMPLE_TEXT}}} to {{{TARGET_TEXT}}}, focusing on sentence-level adjustments without restructuring paragraphs</item>
  70. <item>Implement tone and rhythm patterns to maintain a balanced and natural feel</item>
  71. <item>Adjust embellishments, ensuring language remains clear and not overly ornate</item>
  72. </procedure>
  73. <validation>
  74. <criterion>Consistency in style with {{{SAMPLE_TEXT}}}, avoiding excessive ornamentation</criterion>
  75. <criterion>Sentence structure alignment while preserving original paragraph structure</criterion>
  76. </validation>
  77. </details>
  78. <crossRef>Refer to: style-matching</crossRef>
  79. </step>
  80.  
  81. <step id="2.2">
  82. <action>Ensure Content Preservation and Accuracy</action>
  83. <details>
  84. <procedure>
  85. <item>Verify that core meaning and factual content from {{{TARGET_TEXT}}} are retained</item>
  86. <item>Check each stylistic adjustment for factual consistency, especially in historical or specific contexts</item>
  87. <item>Confirm that the tone and context align naturally with the original meaning</item>
  88. </procedure>
  89. </details>
  90. </step>
  91. </steps>
  92. </phase>
  93.  
  94. <phase id="3">
  95. <title>Quality Control and Iterative Refinement</title>
  96. <steps>
  97. <step id="3.1">
  98. <action>Conduct Comprehensive Review</action>
  99. <details>
  100. <checkpoints>
  101. <item>Style fidelity to {{{SAMPLE_TEXT}}}, achieving a score of 10/10</item>
  102. <item>Factual accuracy and content fidelity compared to original {{{TARGET_TEXT}}} (100% accuracy)</item>
  103. <item>Structural coherence at the sentence level, matching {{{SAMPLE_TEXT}}}</item>
  104. <item>Naturalness and readability, ensuring output is balanced and human-like</item>
  105. </checkpoints>
  106. </details>
  107. </step>
  108.  
  109. <step id="3.2">
  110. <action>Optional Iterative Adjustment</action>
  111. <details>
  112. <procedure>
  113. <item>Make targeted refinements to tone and sentence rhythm if necessary for improved naturalness</item>
  114. <item>Verify adjustments through a secondary review for readability and consistency</item>
  115. <item>Ensure final version maintains sentence-level alignment without altering paragraph-level meaning or structure</item>
  116. </procedure>
  117. </details>
  118. </step>
  119. </steps>
  120. </phase>
  121. </process>
  122.  
  123. <qualityStandards>
  124. <category id="style">
  125. <metric>Alignment with {{{SAMPLE_TEXT}}} style</metric>
  126. <threshold>10/10</threshold>
  127. <validation>
  128. <method>Comparative analysis</method>
  129. <frequency>Per transformation</frequency>
  130. </validation>
  131. </category>
  132.  
  133. <category id="content">
  134. <metric>Accuracy and fidelity compared to {{{TARGET_TEXT}}}</metric>
  135. <threshold>100%</threshold>
  136. <validation>
  137. <method>Factual verification and semantic comparison</method>
  138. <frequency>Per transformation</frequency>
  139. </validation>
  140. </category>
  141.  
  142. <category id="structure">
  143. <metric>Sentence-Level Coherence</metric>
  144. <threshold>10/10</threshold>
  145. <validation>
  146. <method>Pattern matching</method>
  147. <frequency>Per transformation</frequency>
  148. </validation>
  149. </category>
  150. </qualityStandards>
  151.  
  152. <performanceCriteria>
  153. <requirement id="clarity">
  154. <description>Maintain clear and accessible language in the final output</description>
  155. <measurement>
  156. <scale>1-10</scale>
  157. <minimumAcceptable>10</minimumAcceptable>
  158. </measurement>
  159. </requirement>
  160.  
  161. <requirement id="coherence">
  162. <description>Ensure logical, natural flow at the sentence level</description>
  163. <measurement>
  164. <scale>1-10</scale>
  165. <minimumAcceptable>10</minimumAcceptable>
  166. </measurement>
  167. </requirement>
  168.  
  169. <requirement id="fidelity">
  170. <description>Complete preservation of original meaning and factual integrity</description>
  171. <measurement>
  172. <scale>Percentage</scale>
  173. <minimumAcceptable>100%</minimumAcceptable>
  174. </measurement>
  175. </requirement>
  176. </performanceCriteria>
  177.  
  178. <errorHandling>
  179. <scenario id="style-mismatch">
  180. <trigger>Inconsistency in style alignment with {{{SAMPLE_TEXT}}}</trigger>
  181. <action>Immediate revision with style guide consultation</action>
  182. <prevention>Dual validation against style and factual accuracy</prevention>
  183. </scenario>
  184.  
  185. <scenario id="meaning-drift">
  186. <trigger>Deviation from original meaning in {{{TARGET_TEXT}}}</trigger>
  187. <action>Semantic review and alignment correction</action>
  188. <prevention>Iterative factual verification</prevention>
  189. </scenario>
  190. </errorHandling>
  191.  
  192. <maintenance>
  193. <schedule>
  194. <activities>
  195. <activity>Update style guides as needed</activity>
  196. <activity>Review and recalibrate quality metrics</activity>
  197. <activity>Conduct routine performance checks</activity>
  198. </activities>
  199. </schedule>
  200. </maintenance>
  201. </instructions>
  202.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement