问HN:适合大型语言模型的书籍
大型语言模型(LLMs)在许多领域表现较弱,例如在 Prolog 编程方面,因此人们会向 LLM 提供文档,以避免一些错误信息的产生。显然,提供专门为 LLM 定制的书籍会更好,例如包含使用词汇的警告。(在 Prolog 中,线程库是 library(thread),而不是 library(threads)。)因此,应该为 LLM 创建一个 GitHub,并在提示之前将相关网址提供给 LLM,以便为具体任务做好准备。
查看原文
LLMs are weak in many fields, for example programming in prolog, so people provide the documentation to the LLM in order to avoid some hallucinations. It seems clear that it would be better to have books available tailored for LLMs for example containing warnings about use of words. (In prolog the thread library is library(thread) not library(threads). So there should be a github for LLMs and prior to prompting you give the url to the LLM to prepare for the concrete task.