ChatGPT Prompt Engineering for Developers
IntroThis tutorial will cover some some prompting best practices for software development, common use cases, summarizing, inferring, tranforming, expanding, and build a chatbot using an LLM (Large Language Model).
In the development of LLMs, there have been broadly two types of LLMs:
Base LLM: Base LLM has been trained to predict the next word based on text training data, often trained on a large amount of data from the internet and other sources to figure out what is the next most likely word ...
Français: Condition avec Si
基本规则
Si + Indicatif Présent + Indicatif Future
Si j’ai de l’argent, j’aiderai les démunis.
如果我有钱,我就会帮助穷人。
(事实上我可能有钱)
Si + Indicatif Imparfait + Conditionnel Présent
Si j’avais de l’argent, j’aiderais les démunis.
如果我现在有钱,我就会帮助穷人。
(事实上我现在没钱)
Si + Plus-que-parfait + Conditionnel Pasé
Si j’avais eu de l’argent, j’aurais aidé les démunis.
如果当时我有钱,我就会帮助穷人。
(事实上我当时没钱)
进阶规则
Indicatif Présent + Indicatif Présent / Indicatif Future / Impératif Présent
表示这个假设有可能实现
Si tu veux, tu peux me téléphoner.
如 ...
Français: Voix Passive
être + participe passé过去分词要与主语性数配合
être有各种时态和语气的变化
Le singe mange la banane.
La banane est mangée par le singe.(一般现在时)
La banane a été mangée par le singe. (复合过去时)
La banane va être mangée par le singe. (最近将来时)
Je ne crois pas que la banane soit mangée par le singe. (虚拟式现在时)
se faire + infinitif受动(也就是主语)一般是有生命的个体,faire 根据时态进行变化
Il y a beaucoup de pickpockets dans le métro de Paris. Les gens se font voler tous les jours.
巴黎地铁上贼特别多。每天都有人失窃。
Je me suis fait couper les cheveux aujourd’hui.
我今天剪了 ...
Note for IELTS: Writing - Part 2
Writing StructureKey Element(7+)
5 段论:段数要在 5 段左右
字数:官方推荐 40 min 写 250 字,但实际上要写 300 甚至 400 以上。要回答题干中的所有问题,且对于每一个问题都要拖展开
主题和论点清晰,逻辑流畅,用词准确地道,有学术风格
应该避免的结构(<6)Listing 结构:Intro - Supporting List - Opposing List - Conclusion
这种结构最高 6 分:
只是罗列原因,没有给出观点或者论证自己的观点
从支持到不支持转折强烈,段内也只是罗列观点
Effective Structure(7+)Argument 结构:
Beginning
Point 1 + Reasoning:论理,用抽象的方式,用高层面的道理去说服
Point 2 + Exemplification:例证,通过叙事去说服,用到 anecdote
Point 3 + Concession:让步拉回,欲扬先抑,不仅说自己好,还要驳倒对方观点
End
Prompt Analyse论证时,推荐从一边去论证 ...
Note for IELTS: Writing - Part 1
Intro官方推荐字数为 150 字,但图表题容易偏多,流程图容易偏少,不用被 150 框死。官方推荐时间为 20 分钟,但是急需要约为 25 分钟,大作文熟悉的话 35 分钟足够,但要优先写大作文。
题型动态图表(Dynamic table):体现变化趋势,分析时要找出趋势上的异同,表现形式可能有表格、饼状图、柱状图、折线图
静态图表(Static table):体现数据分布情况,分析时要找出数量上的异同,表现形式可能有表格、饼状图、柱状图
地图(Map)
流程图(Flow charts)
评价标准
Brief and clear
Replicatable
Without personal opinion
Dynamic table分析步骤
Summary: What is the general trend?
Grouping: What are the major comminalities and differences between trends?
Analysis: What are the key features of each group?
文章结构
Summa ...