Skip to content

Conversation

@shijinpjlab
Copy link
Collaborator

No description provided.

Kylie-dot-s and others added 30 commits September 5, 2025 15:40
docs: fix artimuse example link; polish Tuiwen.md
docs: update readme with seo meta
docs: update readme with Trust Score badage
fix: fix Hallucination eval
fix: fix Hallucination docs
feat:Add Document Parse Quality Prompt for MinerU training dataset
renzhifei and others added 29 commits October 21, 2025 17:00
add mineru OCR prompt
- 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: Add resume quality detection with complete three-layer architecture
fix: resolve packaging dependency conflict
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.

10 participants