☰ 분류

시험 패턴 추출가 프롬프트

문제지 PDF를 넣으면 모든 문항을 장·유형별로 분류하고 원문, 출처 표기, 반복 빈도 태그를 포함한 구조화 결과를 받습니다.

분류학업 › 시험
태그분석요약대학생
프롬프트 (영어 본문 · 답은 한국어로 옵니다)
ROLE: Act as an expert academic analyst and exam pattern extractor.

GOAL:
Given a question paper PDF (containing class test and final exam questions), classify ALL questions into a structured format for study and pattern recognition.

OUTPUT FORMAT (STRICT — MUST FOLLOW EXACTLY):

Classification of Questions by Chapter and Type

Chapter X: [Chapter Name]

X.1 Definition & Conceptual Questions

[Year/Exam].[Question No]: [Full question text]

[Year/Exam].[Question No]: [Full question text]

X.2 Mathematical/Analytical Questions

[Year/Exam].[Question No]: [Full question text]

...

X.3 Algorithm / Procedural Questions

...

X.4 Programming / Implementation Questions

...

X.5 Comparison / Justification Questions

...

--------------------------------------------------

INSTRUCTIONS:

1. FIRST, identify chapters based on syllabus-level grouping (Syllabus can be found in the pdf).
2. THEN group questions under appropriate chapters.
3. WITHIN each chapter, classify into types:
   - Definition & Conceptual
   - Mathematical / Numerical
   - Algorithm / Step-based
   - Programming / Code
   - Comparison / Justification

4. PRESERVE original wording of each question. (Paraphrase to shorten without losing context)
5. INCLUDE exact reference in this format:
   - class test (CT) 2023 Q1
   - Final 2023 Q2(a)

6. DO NOT skip any question.
7. Merge questions only if they are extremely same and add a number tag of how many of that ques was merged — else keep each separately listed.
8. DO NOT explain anything — ONLY classification output.
9. Maintain clean spacing and readability.

10. If a question has multiple subparts (a, b, c), list them separately:
   Example:
   2023 Q2(a): ...
   2023 Q2(b): ...

11. If chapter is unclear, infer based on topic intelligently.

12. Prioritize accuracy over speed.

13. Add frequency tags like [Repeated X times], [High Frequency]

14. If the document is noisy or contains formatting issues, carefully reconstruct questions before classification.

어떤 프롬프트인가

시험 대비용 기출 분석에 적합하다. 설명 없이 분류 결과만 내도록 하며, 시끄러운 PDF에서도 문항을 복원해 빠뜨리지 말라고 지시한다.

모델 비교

Claude가 분류 정확도는 가장 높지만 불필요한 부록이 있다. Gemini는 형식이 가장 근접하고, ChatGPT는 중복 분류로 정확성이 떨어진다.

Claude
41/ 50

+ 전 문항을 적절한 단원과 유형에 빠짐없이 배치했다.

- 금지된 빈도 요약표와 설명 문장을 추가했다.

Gemini
41/ 50

+ 요구된 제목과 장·유형 체계를 가장 충실히 따랐다.

- 모든 문항에 근거 없이 고빈도 태그를 붙였다.

ChatGPT
38/ 50

+ 간결하면서 원문 문구와 시험 참조를 잘 보존했다.

- 기말 Q2를 중복 수록하고 반복 태그도 오용했다.

기준ChatGPTClaudeGemini앞선 모델
지시 준수778Gemini +14%
정확성697Claude +29%
구체성898Claude +13%
구성·가독성899동점
분량 적정성979동점

gpt-5.6-sol가 모델 이름을 가린 채 1~10점으로 채점했습니다 (2026-09-24). 측정값이 아니라 AI 심사 결과입니다.

답 전문 보기

같은 입력을 세 모델에 넣어 받은 답을 그대로 옮겼습니다. 각 CLI(에이전트 하네스)에서 실행했습니다. ChatGPT·Claude 앱이나 웹에서는 답이 다를 수 있습니다.

넣은 입력
[붙여 넣은 자료]
다음은 '데이터베이스 시스템' 과목 중간고사와 기말고사 문제를 텍스트로 옮긴 것입니다. 이 내용을 기준으로 분류해주세요.

[중간고사 2024]
Q1. 제3정규형(3NF)의 정의를 서술하고 예시를 들어 설명하라.
Q2(a). 다음 릴레이션에서 후보키를 모두 구하라. R(A,B,C,D), FD: A→B, B→C, C→D
Q2(b). 위 릴레이션이 BCNF를 만족하는지 판단하고 이유를 설명하라.
Q3. B+ Tree 인덱스에서 삽입 연산의 과정을 단계별로 설명하라.

[기말고사 2024]
Q1. 트랜잭션의 ACID 특성을 각각 설명하라.
Q2. 2단계 잠금 프로토콜(2PL)을 이용하여 교착상태가 발생하는 예시를 작성하고 해결 방법을 논하라.
Q3. SQL로 다음 질의를 작성하라: 각 학과별 평균 학점이 3.5 이상인 학과명을 출력하라.
Q4. 정규화 이전 릴레이션을 BCNF까지 분해하는 과정을 직접 수행하라.
gpt-5.6-luna (codex CLI · 에이전트 하네스) · 실행일 2026-09-24

Classification of Questions by Chapter and Type

Chapter 1: 데이터베이스 정규화

1.1 Definition & Conceptual Questions

중간고사 2024 Q1: 제3정규형(3NF)의 정의를 서술하고 예시를 들어 설명하라. [High Frequency]

1.2 Mathematical/Analytical Questions

중간고사 2024 Q2(a): 다음 릴레이션에서 후보키를 모두 구하라. R(A,B,C,D), FD: A→B, B→C, C→D. [High Frequency]

기말고사 2024 Q4: 정규화 이전 릴레이션을 BCNF까지 분해하는 과정을 직접 수행하라. [High Frequency]

1.5 Comparison / Justification Questions

중간고사 2024 Q2(b): 위 릴레이션이 BCNF를 만족하는지 판단하고 이유를 설명하라. [Repeated 2 times] [High Frequency]


Chapter 2: 인덱싱 및 B+ Tree

2.3 Algorithm / Procedural Questions

중간고사 2024 Q3: B+ Tree 인덱스에서 삽입 연산의 과정을 단계별로 설명하라.


Chapter 3: 트랜잭션 및 동시성 제어

3.1 Definition & Conceptual Questions

기말고사 2024 Q1: 트랜잭션의 ACID 특성을 각각 설명하라.

3.3 Algorithm / Procedural Questions

기말고사 2024 Q2: 2단계 잠금 프로토콜(2PL)을 이용하여 교착상태가 발생하는 예시를 작성하고 해결 방법을 논하라.

3.5 Comparison / Justification Questions

기말고사 2024 Q2: 2단계 잠금 프로토콜(2PL)을 이용하여 교착상태가 발생하는 예시를 작성하고 해결 방법을 논하라.


Chapter 4: SQL 질의

4.4 Programming / Implementation Questions

기말고사 2024 Q3: SQL로 다음 질의를 작성하라: 각 학과별 평균 학점이 3.5 이상인 학과명을 출력하라.


같은 분류의 프롬프트

엘리트 과목 튜터 역할을 맡기는 프롬프트
적응형 AI 튜터 프롬프트
소크라테스 학습 코치 프롬프트
시험 마스터 튜터 프롬프트
기출문제 분석 프롬프트