feat(workflows): comprehensive training data, tests, and Ollama synthesis#441
Merged
JerrettDavis merged 1 commit intomainfrom Mar 30, 2026
Merged
feat(workflows): comprehensive training data, tests, and Ollama synthesis#441JerrettDavis merged 1 commit intomainfrom
JerrettDavis merged 1 commit intomainfrom
Conversation
…esis Training tooling: - OllamaClient: HTTP client for Ollama REST API (qwen3.5:9b) - AiTrainingDataSynthesizer: generates + validates training data using AI (100 new diverse examples generated via Ollama, 97.59% accuracy) - TrainingDataGenerator: added real JD session examples and expanded seed corpus - Program.cs: --ollama-generate and --ollama-validate commands Unit tests: - MlNetIntentClassifierTests: 10 tests covering workflow/conversation edge cases, empty/whitespace/null input, hot-swap reload, performance, disposal - All 5745 tests pass
|
You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard. |
Contributor
Dependency Review✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.Snapshot WarningsEnsure that dependencies are being submitted on PR branches and consider enabling retry-on-snapshot-warnings. See the documentation for more information and troubleshooting advice. Scanned FilesNone |
JerrettDavis
added a commit
that referenced
this pull request
Mar 31, 2026
feat(workflows): comprehensive training data, tests, and Ollama synthesis
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
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.
Issue #404 follow-up — Training data quality, tests, and AI-assisted synthesis
After merging #440, this PR adds the quality tooling and coverage that was still needed.
What's included
AI-powered training data ( ools/JD.AI.Workflows.Training/)
validates existing data by cross-checking against qwen3.5
Training data improvements
Unit tests ( ests/JD.AI.Tests/Workflows/MlNetIntentClassifierTests.cs)
Test results
Closes #404 (follow-up quality work)