Which of the following statements with regard to Large Language Models (LLMs) used in machine learning is/are correct ?
1. LLMs assign probabilities to the next possible words and then pick the one with the highest probability.
2. LLMs process data through mathematical optimization to minimise prediction errors.
3. LLMs produce unbiased outputs.
Select the answer using the code given below :
Correct Option: (b) 1 and 2 only
Statement 1 is correct because Large Language Models (LLMs) operate by predicting statistical probabilities for subsequent words in a sequence and selecting the most probable token based on training weights. Statement 2 is correct because LLMs optimize their neural network parameters through mathematical optimization (such as gradient descent) to minimize prediction errors during training. Statement 3 is incorrect because LLMs frequently produce biased outputs due to historical prejudices, unverified assumptions, or skewed training data from internet sources. Therefore, statements 1 and 2 are correct, making option (b) the right choice.
हिंदी में प्रश्न एवं आदर्श उत्तर
यंत्र अधिगम (मशीन लर्निंग) में प्रयुक्त लाज लैंग्वेज मॉडल्स (LLMs) के संबंध में निम्नलिखित में से कौन-सा/कौन-से कथन सही है/हैं ?
1. LLMs निकटस्थ संभावित शब्दों के लिए प्रायिकताएँ निदिष्ट करते हैं और तत्पश्चात सर्वोच्च प्रायिकता वाले शब्द को चुनते हैं ।
2. LLMs पूर्वानुमान संबंधी त्रुटियों को न्यूनतम करने के लिए गणितीय इष्टतमीकरण के माध्यम से डेटा का संसाधन (process) करते हैं ।
3. LLMs निष्पक्ष निर्णम (unbiased outputs) उत्पन्न करते हैं ।
नीचे दिए गए कूट का प्रयोग कर उत्तर चुनिए :
सही उत्तर: (b) केवल 1 और 2
कथन 1 सही है क्योंकि LLM अनुक्रम में अगले संभावित शब्दों के लिए सांख्यिकीय प्रायिकताएँ निर्धारित करते हैं और सर्वोच्च प्रायिकता वाले शब्द का चयन करते हैं। कथन 2 सही है क्योंकि LLM प्रशिक्षण के दौरान पूर्वानुमान संबंधी त्रुटियों को न्यूनतम करने के लिए गणितीय इष्टतमीकरण के माध्यम से डेटा का संसाधन करते हैं। कथन 3 गलत है क्योंकि प्रशिक्षण डेटा में मौजूद पूर्वग्रहों के कारण LLM अक्सर पक्षपाती परिणाम उत्पन्न करते हैं। अतः कथन 1 और 2 सही हैं, जिससे विकल्प (b) सही उत्तर है।