Topic 1 Question 105
A company wants to use large language models (LLMs) to produce code from natural language code comments.
Which LLM feature meets these requirements?
Text summarization
Text generation
Text completion
Text classification
ユーザの投票
コメント(3)
- 正解だと思う選択肢: B
To produce code from natural language code comments, text generation is the appropriate feature of an LLM.
👍 1aws_Tamilan2024/12/27 - 正解だと思う選択肢: B
The correct answer is B. Text generation is the appropriate feature for converting natural language into code.
👍 1may2021_r2024/12/28 - 正解だと思う選択肢: B
Large language models (LLMs) that convert natural language comments into code need the ability to generate new content based on the provided input. This aligns with the text generation feature, where the model produces human-like text, including writing code from natural language descriptions.
👍 1Jessiii2025/02/11
シャッフルモード