Jev 与文本生成模型的取舍
Jev 不生成自由文本。Diogo 用一段对比视频说明并行决策模型与逐字生成模型在任务形态上的差别。

Jev 输出一个概率值,你可以在其上设置两条线:高于上边界视为“是”,低于下边界视为“否”,中间区域则运行第三个分支。这是一个普通分支,可灵活处理不确定性。
Jev gives you a probability. You set two lines on it: above the top one it's a yes, below the bottom one it's a no, anything in the gap runs a third branch. It's just a normal branch, so you can handle uncertainty flexibly.