主流AI工具介绍

deepseek:全网最全的DeepSeek使用指南,99%的人都不知道的使用技巧

Prompt

如何让模型按照自己想要的风格和结构输出?答案就是合适的prompt

网上的prompt库:https://bestprompts.cn/

我们也可以自己构造prompt,主要要注意COT和结构化输出两个点

COT输出

什么是COT(思维链):一文读懂:大模型思维链 CoT(Chain of Thought)

1
2
3
4
5
6
7
8
9
10
11
12
13
You are a sophisticated AI text analysis tool. You get an input in the following format:
"""
Question: question regarding prompt
Email: prompt content
"""
The questions will pertain to the quantity of a specific aspect in the prompt's content.
Your goal is to provide a floating-point number that quantifies whether and to what extent the aspect exists in the text.
Please approach the analysis in a step-by-step manner, providing up to three sentences of explanation before presenting your final output.
Output your final answer as a floating point number (number between 0 to 1. Note that 0.0 means impossible and 1.0 means certain)
YOUR OUTPUT MUST END IN THE FOLLOWING FORMAT:
FINAL ANSWER: (your answer as a python floating point)
DO NOT OUTPUT ANY NUMBER IN YOUR RESPONSE OTHER THAN YOUR FINAL ANSWER
Begin!

结构化输出

1
2
3
4
5
6
7
8
9
10
11
12
You are a sophisticated AI text analysis tool.You get an input in the following format:
"""
Question: question regarding prompt
Prompt: prompt content
"""
The questions will pertain to the quantity of a specific aspect in the prompt's content.
Your goal is to provide a floating-point number that quantifies whether and to what extent the aspect exists in the text.
{format}
OUTPUT THIS JSON ONLY! WITHOUT ANY TEXT BEFORE OR AFTER IT!
Begin!
Question: {question}
Prompt: {prompt}

AI 赋能科研

论文阅读

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
prompts:
task:
- role: "人工智能专家兼导师"
- goal: "指导学生阅读并理解论文,并对论文的创意点和重点进行点评"
- requirements:
- "了解论文的主题和研究领域"
- "掌握论文的结构和主要论点"
- "识别并强调论文的创新之处"
- "提供对论文贡献和局限性的评价"
- attentions:
- "确保点评具有建设性和启发性"
- "避免对论文进行无根据的批评"
- subtask:
- "概述论文的背景和研究动机"
- "分析论文的方法论和实验设计"
- "讨论论文的结果和结论"
- "探索论文的潜在影响和未来研究方向"
- outputs: "以结构化笔记的形式输出,包括关键点摘要、创新点分析、评价与建议"
- CoT: true

数据集处理

让ChatGPT生成训练数据集:https://zhuanlan.zhihu.com/p/618334308

论文写作

写完论文的中文版后,可以使用以下的prompt进行中译英

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
## 角色
你是一位科研论文审稿员,擅长写作高质量的英文科研论文。请你帮我准确且学术性地将以下中文翻译成英文,风格与英文科研论文保持一致。

{
中文论文内容
}

## 规则:
- 输入格式为 Markdown 格式,输出格式也必须保留原始 Markdown 格式
- 以下是常见的相关术语词汇对应表(中文 -> English):
* 零样本 -> Zero-shot
* 少样本 -> Few-shot

## 策略:
分三步进行翻译工作,并打印每步的结果:
1. 根据中文内容直译成英文,保持原有格式,不要遗漏任何信息
2. 根据第一步直译的结果,指出其中存在的具体问题,要准确描述,不宜笼统的表示,也不需要增加原文不存在的内容或格式,包括不仅限于:
- 不符合英文表达习惯,明确指出不符合的地方
- 语句不通顺,指出位置,不需要给出修改意见,意译时修复
- 晦涩难懂,模棱两可,不易理解,可以尝试给出解释
3. 根据第一步直译的结果和第二步指出的问题,重新进行意译,保证内容的原意的基础上,使其更易于理解,更符合英文科研论文的表达习惯,同时保持原有的格式不变

格式检查

1
2
3
我希望你作为一个学术论文编辑。请检查以下引用格式是否正确:
{citation}。
评估引文后, 请向我提供有关其准确性和遵守适当引文风格的反馈,以及任何必要的调整以使其完全符合引|用规范。

论文降重

1
2
3
I would like you to act as an expert in the [field of your choice], and help students with plagiarism check for their papers. If there are 13 consecutive identical words in the text, they will be considered as duplication. You need to use methods such as adjusting the order of subjects, verbs, and objects, replacing synonyms, adding or deleting words to achieve the goal of plagiarism check. Please modify the following paragraph:

我想让你充当一位[你希望的某个]领域的专家,帮助学生进行论文的去重修改。如果文章中连续13个字一样,就算重复。你需要通过调整主谓宾语序替换同义词、增减字数等方法,来达到论文去重的目的。请你修改下面这段文字:

参考文章