Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEAT] 풀이 과정에 기반한 키워드 추출 시험 #61

Closed
7 tasks done
gsgh3016 opened this issue Nov 25, 2024 · 0 comments · Fixed by #32 or #70
Closed
7 tasks done

[FEAT] 풀이 과정에 기반한 키워드 추출 시험 #61

gsgh3016 opened this issue Nov 25, 2024 · 0 comments · Fixed by #32 or #70
Assignees
Labels
Priority: Medium 적절한 시기에 처리해야 할 작업 Status: Completed 완료 Type: Enhancement 기능 개선 작업

Comments

@gsgh3016
Copy link
Contributor

gsgh3016 commented Nov 25, 2024

⚠️ Please check for similar feature requests

  • 이전에 제안된 기능 요청 중 중복되는 것이 없습니다.

💡 기능 요약

문제 풀이에서 가장 중요한 키워드는 풀이 과정에서 나옵니다. 본 실험은 모델의 풀이 추론 과정과 키워드 추출 실험을 2단계로 분리해 진행합니다.

📄 기능 설명

TODO

  1. 문제 풀이 과정 추론(이하 reasoning) 실험
  • [FEAT] COT Reasoning 을 통한 최종 정답 도출 #46 의 reasoning 프롬프트를 바탕으로 현재 테스크에 맞도록 프롬프트 보완.
  • 데이터 샘플링으로 외부 추론 유형에 대해 랜덤 테스트
  • 유의미한 결과가 나오는 경우, 외부 추론 유형에 대해 전체 데이터로 확대.
  1. 풀이 과정에서 키워드 추출 실험
  • [DISC] 문제 풀이에 필요한 키워드 추출 #49 의 키워드 추출 실험을 기반으로 reasoning, 문제를 사용한 키워드 추출
  • 데이터 샘플링으로 외부 추론 유형에 대해 랜덤 테스트
  • 유의미한 결과가 나오는 경우, 외부 추론 유형에 대해 전체 데이터로 확대.

🎯 기능 도입의 이점

각 작업은 실험과 모듈화가 완료되었습니다. 따라서 해당 작업이 완료되면 수십 분 내에 완료되는 작업입니다.(각 작업 당 평균 10분 내외로 소요됩니다.)

⚠️ 잠재적 문제

  • 실험 결과 평가가 수동으로 이루어저야 합니다. 자동인 경우, llm-as-judge를 활용한 평가 메트릭을 도입해야 합니다.

🔗 관련 이슈

@gsgh3016 gsgh3016 added Priority: Medium 적절한 시기에 처리해야 할 작업 Type: Enhancement 기능 개선 작업 Status: Pending 보류 중이거나 시작되지 않음 labels Nov 25, 2024
@gsgh3016 gsgh3016 self-assigned this Nov 25, 2024
@gsgh3016 gsgh3016 linked a pull request Nov 25, 2024 that will close this issue
@eyeol eyeol added Status: Completed 완료 and removed Status: Pending 보류 중이거나 시작되지 않음 labels Dec 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment