Compare commits

...

2 Commits

Author SHA1 Message Date
RainBus
28903041ae vault backup: 2024-09-29 20:19:22 2024-09-29 20:19:22 +08:00
RainBus
a8663a6f6d vault backup: 2024-09-29 20:04:22 2024-09-29 20:04:22 +08:00
2 changed files with 8 additions and 6 deletions

View File

@@ -13,7 +13,7 @@
"state": {
"type": "markdown",
"state": {
"file": "Record/DL/LLM.md",
"file": "Record/DL/CoT Prompt.md",
"mode": "source",
"source": false
}
@@ -93,7 +93,7 @@
"state": {
"type": "backlink",
"state": {
"file": "Record/DL/LLM.md",
"file": "Record/DL/CoT Prompt.md",
"collapseAll": false,
"extraContext": false,
"sortOrder": "alphabetical",
@@ -110,7 +110,7 @@
"state": {
"type": "outgoing-link",
"state": {
"file": "Record/DL/LLM.md",
"file": "Record/DL/CoT Prompt.md",
"linksCollapsed": false,
"unlinkedCollapsed": true
}
@@ -133,7 +133,7 @@
"state": {
"type": "outline",
"state": {
"file": "Record/DL/LLM.md"
"file": "Record/DL/CoT Prompt.md"
}
}
},
@@ -175,8 +175,8 @@
},
"active": "e144afbc26630891",
"lastOpenFiles": [
"Record/DL/CoT Prompt.md",
"Record/DL/LLM.md",
"Record/DL/CoT Prompt.md",
"Record/DL/Loss.md",
"Paper/Diffusion/Imagic.md",
"Paper/Diffusion/MoMA.md",

View File

@@ -9,3 +9,5 @@ Answer: LLM同样会给出理由和答案。
Output: (Q + (Q + Let's think step by step LLM) + The answer is) | LLM
## Self-consistency
自洽性,使用多数投票(majority vote)的方式来提升最终回答的准确性。不同于之前的方法,本方法会生成多个思路链,最后取多数答案作为最终答案。
## LtM
Least-to-Most prompt(最少到最多提示过程),进一步将问题分解为子问题,然后逐个解决。