-
Notifications
You must be signed in to change notification settings - Fork 31
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
Relevance scoring prompt refinement #223 #224
Relevance scoring prompt refinement #223 #224
Conversation
@0x4007 I get this conflicting issue "Conflicting files |
@sura1-0-1, this task has been idle for a while. Please provide an update. |
I am working on the task, I will finalize and make it ready for review. |
@0x4007 can you review this PR ? |
@@ -273,7 +259,8 @@ export class ContentEvaluatorModule extends BaseModule { | |||
- Ignore text beginning with '>' as it references another comment | |||
- Distinguish between referenced text and the commenter's own words | |||
- Only evaluate the relevance of the commenter's original content | |||
6. Return only a JSON object: {ID: score} | |||
6. Comments from the user "gentlementlegen" should be scored low as they are not relevant to the task at hand. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You specifically asked me about this and I said don't do this. We won't review your work if you aren't putting effort into checking it before asking for a review.
@sura1-0-1, this task has been idle for a while. Please provide an update. |
Resolves #223