问HN:适合大型语言模型的书籍

1作者: me3meme2 个月前原帖
大型语言模型(LLMs)在许多领域表现不佳,例如Prolog编程,因此人们会向LLMs提供文档,以避免出现一些幻觉(错误信息)。显然,提供专门为LLMs定制的书籍会更好,比如包含关于用词的警示(提醒)。例如,在Prolog中,线程库的正确调用是library(thread),而不是library(threads)。因此,应该有一个专门的GitHub仓库用于LLMs,在进行提示之前,先将相关的URL提供给LLMs,以便它们为具体任务做好准备。
查看原文
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.