| Hey, I happen to have run into a similar issue with my project! I've documented a lot of my research into LLM translation at https://nuenki.app/blog, and I made an open source hybrid translator that beats any individual LLM at https://nuenki.app/translator It uses the fact that - LLMs are better at critiquing translations than producing them (even when thinking, which doesn't actually help!) - When they make mistakes, the mistakes tend to be different to each other. So it translates with the top 4-5 models based on my research, then has another model critique, compare, and combine. It's more expensive than any one model, but it isn't super expensive. The main issue is that it's quite slow. Anyway, hopefully it's useful, and hopefully the data is useful too. Feel free to email/reply if you have any questions/ideas for tests etc. |