krogoldAI commited on
Commit
684aa21
·
verified ·
1 Parent(s): 8100c94

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -5
README.md CHANGED
@@ -406,11 +406,7 @@ To assess the model's ability to produce correctly formatted outputs, we evaluat
406
  |Confidence|3.1%|99.9%|
407
  |Perfectly structured output|0.0%|99.6%|
408
 
409
- Metrics definition:
410
- - *Tag structure*: All required XML tags are present
411
- - *XML validity*: Output is well-formed, valid, parseable XML
412
- - *Order*: Required tags appear in the correct sequence
413
- - *Confidence*: Confidence values are properly formatted and sum to 1.0
414
 
415
  The results demonstrate that fine-tuning substantially improved structural reliability, with QueryRefiner achieving near-perfect conformance (99.6%) compared to the base model's inability to produce any fully compliant outputs.
416
 
 
406
  |Confidence|3.1%|99.9%|
407
  |Perfectly structured output|0.0%|99.6%|
408
 
409
+ The metrics evaluate four aspects of structural conformance: *tag structure* verifies that all required XML tags are present, *XML validity* ensures the output is well-formed and parseable, *order* confirms that required tags appear in the correct sequence, and *confidence* validates that confidence values are properly formatted and sum to 1.0.
 
 
 
 
410
 
411
  The results demonstrate that fine-tuning substantially improved structural reliability, with QueryRefiner achieving near-perfect conformance (99.6%) compared to the base model's inability to produce any fully compliant outputs.
412