You are given a list of questions. Your task is to analyze them and group them into topics.
Main Objective:
Use the minimum number of topics possible while still keeping the grouping logically correct.
Rules:
First read and analyze all questions together.
Identify a small set of broad topics that can cover the maximum number of questions.
Questions with similar concepts must be grouped under the same topi
C.
Avoid creating new topics unless absolutely necessary.
If a question partially matches an existing topic, place it in that topic instead of creating a new on
E.
Prefer assigning questions to topics that already contain more questions.
Topic names should be broad and concept-based, not overly specifi
C.
Your goal is to minimize the total number of topics.
Output Format:
Topic Name
1, 4, 7, 9
Topic Name
2, 3, 5, 6, 8
Instructions for Output:
Use the topic name as a heading.
Under each topic, list only the serial numbers of the questions.
Do NOT write the full question again.
Maintain the exact serial numbers from the question list.
Ensure all questions are included under some topi
C.