this post was submitted on 03 Jul 2023
33 points (100.0% liked)

Natural Language Programming | Prompting (chatGPT)

5 readers
1 users here now

Welcome ton !nlprog where anything Natural Language Programming related is game, prompts, ideas, projects and more for any model are welcome.

We follow Lemmy’s code of conduct.

Communities

Useful links

founded 2 years ago
MODERATORS
 

We conduct a preliminary evaluation of ChatGPT/GPT-4 for machine translation. [V1] arXiv

This repository shows the main findings and releases the evaluated test sets as well as the translation outputs, for the replication of the study.

you are viewing a single comment's thread
view the rest of the comments

It seems like it would be very good at translating between languages because the language model means it is breaking prompts into a tree based on meaning, and then rebuilding with words of the other language. This should be much more accurate and context aware than Google translates approach, which was advanced for it's time, to translate phrases based on a combination of known book translations and dictionary lookups.