-
Notifications
You must be signed in to change notification settings - Fork 65
v1.11.0 #235
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
Closed
v1.11.0 #235
Conversation
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
…shu (no text changes)
docs: fix artimuse example link; polish Tuiwen.md
docs: update readme with seo meta
docs: update readme with Trust Score badage
feat: new config
fix: fix Hallucination eval
fix: fix Hallucination docs
feat:Add Document Parse Quality Prompt for MinerU training dataset
Add Doc Parse Doc
add mineru OCR prompt
add layout prompt & docs
- Add 15 rule-based resume quality detection rules covering 7 metric types - Add Chinese and English prompt templates for LLM-based evaluation - Support privacy, contact, format, structure, professionalism, date, and completeness checks - Follow Dingo code style and automatic registration mechanism Metric Types: - RESUME_QUALITY_BAD_PRIVACY (2 rules) - RESUME_QUALITY_BAD_CONTACT (3 rules) - RESUME_QUALITY_BAD_FORMAT (2 rules) - RESUME_QUALITY_BAD_STRUCTURE (2 rules) - RESUME_QUALITY_BAD_PROFESSIONALISM (2 rules) - RESUME_QUALITY_BAD_DATE (1 rule) - RESUME_QUALITY_BAD_COMPLETENESS (2 rules)
- Add LLM layer: llm_resume_quality.py with LLMResumeQuality class - Add Response model: response_resume.py with ResponseResumeQuality schema - Update Prompt registration to link with LLMResumeQuality - Fix rule_resume.py slice index type issue (use int instead of dynamic config) Complete three-layer architecture: - Rule layer: 15 rule-based detection rules - Prompt layer: Chinese and English LLM prompts - LLM layer: Response processing and metric type mapping All layers properly registered and integrated through Dingo's auto-discovery mechanism.
feat: fix RuleUnsafeWords
feat: Add resume quality detection with complete three-layer architecture
…ng==24.1, use packaging>=24.1
fix: resolve packaging dependency conflict
feat: v1.11
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.
No description provided.