[LeCun strongly recommends the experience of using GPT-4 for scientific research shared by Dr. Harvard]

Recently, LeCun, the father of deep learning, strongly recommended an experience sharing about using the large language model (LLM) tool GPT-4 for scientific research. This sharing explains in detail how to use LLM tools efficiently and is worth reading.

31f28410b0487bf64dbbde01d65f0aff.png

In addition, some pitfalls that need to be paid attention to when using LLM tools are also mentioned in the sharing, including:

7dbd8e5fe96565e825acf26a11372360.png

  1. Do not ask the LLM for information or tasks that you cannot verify yourself, the only exception being some critical tasks. For example, asking for ideas on apartment decor is fine, but for information that requires verification, you need to use literature review best practices, such as requesting a list of top reviewed articles, which can verify source and reliability.

    7ed4119083eb96dadf26828719b77efd.png

  2. Setting the context and using terminology and symbols allows the LLM to be biased towards the correct contextual information. In addition, explicitly tell the LLM what information should be used, such as using the Cauchy-Schwarz theorem to solve inequalities, etc.

    4e63a2b985b4ee0e2829c12af0ac5090.png

  3. Define the output format, such as code, mathematical formula, article, etc., and you can also ask for code, tables, plots, diagrams, etc. that generate specific content.

    85138745dd02983be6de183904a2a1b2.png

  4. Finally, the output needs to be verified, including finding inconsistencies, obtaining supportable sources through Google search tool output terms, and writing code to test when possible. This is because LLMs often make mistakes that are inconsistent with their seemingly professional level.

    7cc906c673df0a3514487a0e987586ec.png

In summary, efficient use of LLM tools can bring great help to scientific research, but it needs to be used with caution and the reliability of the output content must be verified.

219e07106e6375a1cf7a5cac97f600a9.png

Guess you like

Origin blog.csdn.net/E_Magic_Cube/article/details/129965276