feat(scoring): expected_signal을 답변 평가·종합 피드백 채점에 연결#76
Merged
Conversation
질문 생성 시 만든 expected_signal(기대 평가 관점)이 저장만 되고 채점에
쓰이지 않았음. 부모 질문의 expected_signal을 꼬리질문 답변 평가와
종합 피드백에 전달해 "질문이 기대한 핵심을 짚었는가"를 채점 근거로 사용.
Core:
- GenerateFollowupPayload: parentExpectedSignal 추가 (SessionFollowupRequester
가 parent.getExpectedSignal() 전달)
- GenerateFeedbackPayload.MessageItem: expectedSignal 추가 (질문 메시지에 한해)
AI:
- followup: GenerateFollowupRequest.parent_expected_signal → 체인/프롬프트에
{expected_signal} 슬롯 + "기대 신호 충족도를 specificity·correctness 핵심
기준으로" 지시
- feedback: FeedbackMessageItem.expected_signal → 전사에 "기대 신호" 라인 노출
+ 프롬프트가 technical_accuracy 근거로 사용
- 테스트 추가, AI 전체 통과. 프론트 비노출 유지(정답 유출 방지).
docs/messaging.md generate.followup 예시 현행화.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
질문 생성 시 만든 expected_signal(기대 평가 관점)이 저장만 되고 채점에
쓰이지 않았음. 부모 질문의 expected_signal을 꼬리질문 답변 평가와
종합 피드백에 전달해 "질문이 기대한 핵심을 짚었는가"를 채점 근거로 사용.
Core:
AI:
docs/messaging.md generate.followup 예시 현행화.
변경 사항