Question: What is the purpose of using the \'padding\' technique in NLP?
Options:
Correct Answer: To ensure all input sequences are of the same length
Solution:
Padding is used to ensure all input sequences are of the same length, which is necessary for batch processing in models.