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] Fine-tuning model for classifying users' intention during conversation. #12

Open
jieun-lim opened this issue Aug 22, 2024 · 0 comments

Comments

@jieun-lim
Copy link
Collaborator

current status

사용자 의도 분류 steps

  1. RAG 검색
  • PDF 문서 내에 사용자 질문에 대한 답변이 있으면, 해당 답변 출력.
  • 없으면 2번으로 넘어감
  1. 분류 모델: 날씨/교통/그 외
  • chatGPT LLM API를 불러서 사용자 의도를 분류하는 모델을 생성한다.

단점: RAG, 날씨/교통/그 외 정보에서 chatGPT API를 중복 호출함

desired status

fine-tuning 모델을 통해 RAG 검색, 날씨/교통/그외 의 질문에 대해서 자연스럽게 답변할 수 있다.

expected solutions

  • 어차피 각 클래스로 분류되어도 실시간 정보(날씨, 교통)이 필요한데 파인튜닝을 해야하는가? 여쭤보기
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant