3 levels of getting LLMs to return valid JSON without threats of violence

แชร์
ฝัง
  • เผยแพร่เมื่อ 23 ก.ย. 2024

ความคิดเห็น • 3

  • @or9ob
    @or9ob 9 ชั่วโมงที่ผ่านมา

    Exactly what I was looking for! Thank you!

  • @vojinmilovic2802
    @vojinmilovic2802 2 วันที่ผ่านมา

    Great video!

  • @perfredelius
    @perfredelius วันที่ผ่านมา

    Sounds like constrained sampling can be game changer if cleverly applied. At the very least it should make code generation guaranteed to be syntactically correct. They can probably easily generate tree sitter grammars for themselves for almost any language where they have enough training material. Next level would be to guarantee type correctness. Maybe they have a bit of this in place for code already since code generation is quite robust as it is.