Skip to content

MISTAKE #1

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

Closed
wants to merge 14 commits into from
Closed

MISTAKE #1

wants to merge 14 commits into from

Conversation

neagualexa
Copy link
Collaborator

multi-layer approach for the short answer evaluation function:

  1. NLP algo to calculate similarity between student-teacher answers (deterministic)
  2. Language model that verifies the similarity in the context between the answers (looking for they key strings to be described in the student's response and for the context to be correct) (non-deterministic)
  3. Combining the feedback points generated by the layers above and using a language model to rephrase them into a concise point

The functions downloads a small language model Phi 3.5 mini for steps 2 and 3. Algorithms for step 1 were adapted from a previous final year project found under the old shortTextAnswerDev repo.

@neagualexa neagualexa closed this Sep 26, 2024
@neagualexa neagualexa changed the title Implement mvp of short answer question evaluation with nlp & slm approach MISTAKE Sep 26, 2024
@neagualexa
Copy link
Collaborator Author

mistakely did a PR here

@neagualexa neagualexa deleted the nlp_slm branch September 26, 2024 16:53
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

Successfully merging this pull request may close these issues.

1 participant