зеркало из
https://github.com/iharh/notes.git
synced 2025-10-29 20:56:06 +02:00
24 строки
614 B
Plaintext
24 строки
614 B
Plaintext
zero/one shot
|
|
|
|
chain-of-thought
|
|
Let's think step-by-step
|
|
|
|
ToT tree-of-thought
|
|
please generate list of 3 distinct options
|
|
|
|
20 For each option: evaluate potential, summarize pros and cons, and assign a probability of being clicked by a user.
|
|
Assign a score based on these factors. Provide output as a list. <important>Sort by score</important>.
|
|
Use the template.
|
|
...
|
|
Option 1:
|
|
[Score]
|
|
[Score justification, 100 characters maximum]
|
|
[Pros/Cons]
|
|
...
|
|
|
|
4. In CoT prompting, what intermediate reasoning steps help LLM to learn?
|
|
Relationsheeps between distinct pieces of text
|
|
|
|
6. Application of CoT
|
|
QA and Summarizations
|