5
7

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

Kaggleの最新LLMコンペ「LLM - Detect AI Generated Text」

Last updated at Posted at 2023-11-01

昨日、Kaggleで「LLM - Detect AI Generated Text」というコンペが開始されました。
111.png

タイトルの通りに、提供された文章が学生によって書かれたものなのか、それともAIによって生成されたものなのかを判別するコンペです。(outputとしては、文章が生成された可能性は何パーセントなのかという感じです。)

テーマは全部で7つありますが、学習データには2つのテーマからのデータ(約1300件)しか入ってないので、
残りの5つのテーマに関するデータセットは自分で作る必要があります。

私が考えたやり方としてはまずlangchainのoutputparserとGPT4を繋がってデータセット作って、
それで文章をAIか学生か分類するモデルをfinetuningしたいと思います。
(最近langchainでLLMを段階的に思考させる手法を学びましたので、このコンペでは活用できると考えています。)

ちなみに、このコンペでは多分RAGはあまり重要ではないと思います。精度の差はfinetuningとpromptによって生じると考えられますね。まだ始まったばかりなので、もう少し様子見て、締め切りの1ヶ月前から参加してみたいと思います。

5
7
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
5
7

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?