diff --git a/_posts/2024-02-16-Textbooks Are All You Need..md b/_posts/2024-02-16-Textbooks Are All You Need..md deleted file mode 100644 index cc06887..0000000 --- a/_posts/2024-02-16-Textbooks Are All You Need..md +++ /dev/null @@ -1,27 +0,0 @@ ---- -layout: post -title: Textbooks Are All You Need 논문 리뷰 -description: -date: 2024-02-16 14:00:00 +09:00 -categories: [글쓰기] -tags: [LLM, 데이터 품질] -# image: # preview img (해상도가 1200 x 630인 이미지) -# path: /path/to/image -# alt: image alternative text -# pin: true # 게시글 고정 ---- - -논문 원문은 다음과 같다. - - -![image](https://github.com/uujeong/uujeong.github.io/assets/86465999/af38f1cf-3057-4d32-9cfa-76ccde70947e){: .shadow .rounded-10 .w-75} -_Textbooks Are All You Need_ - -tip, info, warning, danger - -{: .nolineno } - -- [ ] Job - - [x] Step 1 - - [x] Step 2.. - - [ ] Step 3 diff --git "a/_posts/2024-03-01-\353\250\270\354\213\240\353\237\254\353\213\235_\354\240\234\353\214\200\353\241\234_\354\225\214\352\263\240_\352\260\200\354\236\220.md" "b/_posts/2024-03-01-\353\250\270\354\213\240\353\237\254\353\213\235_\354\240\234\353\214\200\353\241\234_\354\225\214\352\263\240_\352\260\200\354\236\220.md" index 240c0bb..fc5d3cb 100644 --- "a/_posts/2024-03-01-\353\250\270\354\213\240\353\237\254\353\213\235_\354\240\234\353\214\200\353\241\234_\354\225\214\352\263\240_\352\260\200\354\236\220.md" +++ "b/_posts/2024-03-01-\353\250\270\354\213\240\353\237\254\353\213\235_\354\240\234\353\214\200\353\241\234_\354\225\214\352\263\240_\352\260\200\354\236\220.md" @@ -20,4 +20,4 @@ tags: [개발자글쓰기, 머신러닝] - AI - 기계 학습은 인공지능의 하위 분야로, 기계 학습을 통해 AI 시스템을 개발하는 것이다. -- f +- diff --git "a/_posts/2024-05-07-Character-LLM_|_A_Trainable_Agent_for_Role-Playing_\353\205\274\353\254\270.md" "b/_posts/2024-05-07-Character-LLM_|_A_Trainable_Agent_for_Role-Playing_\353\205\274\353\254\270.md" new file mode 100644 index 0000000..790f0be --- /dev/null +++ "b/_posts/2024-05-07-Character-LLM_|_A_Trainable_Agent_for_Role-Playing_\353\205\274\353\254\270.md" @@ -0,0 +1,32 @@ +--- +layout: post +title: Character-LLM | A Trainable Agent for Role-Playing 논문 리뷰 +description: +date: 2024-05-07 14:00:00 +09:00 +categories: [글쓰기] +tags: [LLM, 데이터 품질] +# image: # preview img (해상도가 1200 x 630인 이미지) +# path: /path/to/image +# alt: image alternative text +# pin: true # 게시글 고정 +--- + +논문 원문은 다음과 같다. + + +![image](https://github.com/uujeong/toDoList_react/assets/86465999/709a5996-1b00-418f-be00-4d459f6a48bd){: .shadow .rounded-10 .w-75} + +_Character-LLM: A Trainable Agent for Role-Playing_ + +tip, info, warning, danger + +{: .nolineno } + +- [ ] Job + - [x] Step 1 + - [x] Step 2.. + - [ ] Step 3 + +# 0. Abstract + +이 논문의 초록(abstract)은 인간 행동을 모방할 수 있는 LLMs의 능력을 활용하여 단순한 행동 이상의 형태로 특정 인물을 시뮬레이션하는 새로운 접근 방식을 제안한다.