This is a weird behavior in coding models and something worth looking into. It turns that some mode...

elvis(@omarsar0) · 人工智能

This is a weird behavior in coding models and something worth looking into. It turns that some models over-edit code that another models wrote. There is a high chance that your repo now has commits from more than one model, and that changes how each of them edits. Researchers measured what happens when one model edits code another model wrote. Different training data produces different stylistic preferences, and models make more edits, often excessive ones, on foreign code than on their own. CROCODIL is a post-training framework that reduces that behavior. A similarity reward penalizes large changes and an execution reward scores build and test success, and the two are multiplied rather than added. That product stops the policy from shrinking edits by simply failing the task. Paper: academy.dair.ai/papers/crocodi… 💬 12 🔄 7 ❤️ 25 👀 3098 📊 18 ⚡ Powered by xgo.ing

查看原文