this post was submitted on 01 Jul 2023
10 points (85.7% liked)
Japanese Language
1399 readers
1 users here now
ようこそJapaneseLanguageへ! 日本語に興味を持てば、どうぞ登録して勉強しましょう!日本語に関係するどのテーマ、質問でも大歓迎します。 This is a community dedicated to the Japanese language. Feel free to come in and ask questions or post your thoughts and opinions about this beautiful language.
Feel free to check out the web archive of r/LearnJapanese's resources if you're looking for more learning material or tools to aid you in your Japanese language journey!
—————————
Remember that you can add furigana to your posts by writing ~{KANJI|FURIGANA}~ like:
~{漢字|かんじ}~ which comes out as:
{漢字|かんじ}
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I don't know about Japanese, but I did study rust (the programming language) with chatgpt and its really good for that, because you can keep asking questions and drilling down until you understand. (a human teacher might get tired) Only real problem I had was it kept forgetting the context. I didn't really have problems with hallucination and even if i did I could just try the code, which will not work for Japanese.
a big problem with it is that if you don't know a subject well enough, you can't know if the answer from ChatGPT is real or not. for programming, you can test it and with knowledge of other languages, you can get something done quickly. but for japanese i found that i can't know if the answers are correct or not, so i decided against using it
This is almost true. I’m a C++ developer, and since the language, its syntax and standard libraries are so well documented, ChatGPT can answer almost anything about them with great accuracy and well written code.
But any developer knows the real meat of most programs is in external libraries, and ChatGPT’s quality falls off very quickly and sharply once you get into those. I tried asking it to explain how to write a specific audio filter for a program I was working on, and what’s really scary is that the code looks right at a first glance, but once you run it, it doesn’t behave how you would expect it to.
So by analogy, the same thing can happen with any subject. ChatGPT knows exactly how a well-written answer looks like but a lot of the time it doesn’t know what the right answer is, which means it’s incredibly easy to be fooled by ChatGPT and believe even it’s wrong answers.
Very good points! I only asked for features of the language itself, not for how specific libraries work or even more special stuff.