Files
linshen 2cdd095c2b docs(workspace): consolidate compare evaluation specs and acceptance evidence
- fold earlier planning notes into a single current-spec and archived history structure
- keep manual acceptance steps and real API samples aligned with the refactored analysis/result/compare model
- retain supporting workspace notes needed to review version-selection and evaluation behavior changes
2026-03-18 09:35:44 +08:00

80 lines
2.2 KiB
Markdown

# basic-user-compare-focus
## Meta
- Type: `compare`
- Model: `dashscope`
- Duration: `15042ms`
- Timestamp: `1773732650164`
## Score
- Overall: `68`
| Key | Label | Score |
| --- | --- | --- |
| `goalAchievementRobustness` | 目标达成稳定性 | 70 |
| `outputQualityCeiling` | 输出质量上限 | 85 |
| `promptPatternQuality` | 提示词模式质量 | 75 |
| `crossSnapshotRobustness` | 跨快照鲁棒性 | 50 |
| `workspaceTransferability` | 对工作区的可迁移性 | 70 |
## Improvements
- 在提示词中明确禁止解释性尾注,如添加『不要追加解释』或『直接以诗作结』等指令。
- 补充具体格式要求(如押韵、句数)有助于引导模型生成更符合预期的结构化内容。
- 通过指定意象或场景增强约束条件,可提升输出聚焦度和风格一致性。
## Summary
快照 B 更能稳定避免解释性尾注,因其明确禁止了此类输出并提供了结构化约束。
## Raw Response JSON
```json
{
"type": "compare",
"score": {
"overall": 68,
"dimensions": [
{
"key": "goalAchievementRobustness",
"label": "目标达成稳定性",
"score": 70
},
{
"key": "outputQualityCeiling",
"label": "输出质量上限",
"score": 85
},
{
"key": "promptPatternQuality",
"label": "提示词模式质量",
"score": 75
},
{
"key": "crossSnapshotRobustness",
"label": "跨快照鲁棒性",
"score": 50
},
{
"key": "workspaceTransferability",
"label": "对工作区的可迁移性",
"score": 70
}
]
},
"improvements": [
"在提示词中明确禁止解释性尾注,如添加『不要追加解释』或『直接以诗作结』等指令。",
"补充具体格式要求(如押韵、句数)有助于引导模型生成更符合预期的结构化内容。",
"通过指定意象或场景增强约束条件,可提升输出聚焦度和风格一致性。"
],
"summary": "快照 B 更能稳定避免解释性尾注,因其明确禁止了此类输出并提供了结构化约束。",
"patchPlan": [],
"metadata": {
"model": "dashscope",
"timestamp": 1773732650164,
"duration": 15042
}
}
```