Skip to content

[intro] docs: modify basics.kr.mdx, elements.kr.mdx, _meta.kr.json#1

Merged
onestone9900 merged 3 commits into11mLLM:00_Introfrom
onestone9900:main
Jul 26, 2023
Merged

[intro] docs: modify basics.kr.mdx, elements.kr.mdx, _meta.kr.json#1
onestone9900 merged 3 commits into11mLLM:00_Introfrom
onestone9900:main

Conversation

@onestone9900
Copy link
Copy Markdown
Collaborator

intro 파일 수정

  1. basics.kr.mdx
  2. elements.kr.mdx
  3. _meta.kr.json

참고 문서: https://www.notion.so/open-up/Terms-45a96c2dcfe44107a7ddb49a71ebf646

@11mLLM 11mLLM added documentation Improvements or additions to documentation enhancement New feature or request labels Jul 22, 2023
@11mLLM 11mLLM requested a review from jiwonaid July 23, 2023 04:52
@onestone9900 onestone9900 changed the title docs: modify basics.kr.mdx, elements.kr.mdx, _meta.kr.json [intro] docs: modify basics.kr.mdx, elements.kr.mdx, _meta.kr.json Jul 24, 2023
@11mLLM 11mLLM linked an issue Jul 26, 2023 that may be closed by this pull request
6 tasks
"elements": "프롬프트의 요소",
"basics": "프롬프트의 기초",
"elements": "프롬프트의 구성 요소",
"tips": "프롬프트 디자인 팁",
Copy link
Copy Markdown
Collaborator

@jiwonaid jiwonaid Jul 26, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

원석님 혹시 시간 괜찮으시면 이거 프롬프트 디자인 팁
프롬프트 설계에 관한 일반적인 팁로 변경해 주실 수 있나요?

어려운 일은 아니지만 conflit 날 것 같아서요. #9

cc. @sunday-sketching

@onestone9900 onestone9900 merged commit a049f8a into 11mLLM:00_Intro Jul 26, 2023
11mLLM pushed a commit that referenced this pull request Jul 28, 2023
Copy link
Copy Markdown

@Hr0803 Hr0803 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

리뷰 공유드립니다! :)

```

위와 같이 프롬프트를 수행하는 방식을 *zero-shot prompting*이라고도 합니다. 즉, 어떤 예시나 설명 없이 직접 모델에 응답을 요구하고 있습니다. 몇몇 대규모 언어 모델에는 zero-shot prompting을 실행할 수 있는 기능이 있지만, 해당 작업의 복잡성과 지식에 따라 다른 결과를 낳습니다.
위와 같이 프롬프트를 수행하는 방식을, *제로샷 프롬프팅(zero-shot prompting)*이라고도 합니다. 즉, 어떤 예시나 설명 없이 직접 모델에 응답을 요구하고 있습니다. 몇몇 대규모 언어 모델에는 제로샷 프롬프팅을 실행할 수 있는 기능이 있지만 해당 작업의 복잡성과 지식에 따라 다른 결과를 만들어 냅니다.
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

지식에 따라 -> 모델이 가진 지식에 따라 는 어떨까요?

# 프롬프트의 구성 요소

프롬프트 엔지니어링을 접목한 여러 응용 프로그램을 반복해서 사용하다 보면, 프롬프트를 구성하는 특정 요소들이 있다는 것을 알 수 있습니다.
프롬프트 엔지니어링을 접목한 여러 애플리이션을 반복해서 사용하다 보면, 프롬프트에는 특정 구성 요소들이 있다는 것을 알 수 있습니다.
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

애플리이션을 ->애플리케이션을
오타가 있는 것 같습니다!

@Esantomi Esantomi mentioned this pull request Jul 31, 2023
Copy link
Copy Markdown
Collaborator

@Esantomi Esantomi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Proofread


_프롬프트_

*프롬프트*
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  • Prompt:로 통일하는 것으로 논의되어서 수정이 필요할 듯합니다.


_출력:_

*출력:*
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  • Output:으로 통일하기로 하여 수정이 필요할 듯합니다.

@@ -28,26 +26,24 @@ _출력:_
한 발짝 더 나아가보겠습니다:
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  • 나아가 보겠습니다로 띄어 주셔야 합니다.

_프롬프트:_

```
문장을 완성해줘:
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  • 완성해 줘로 띄어 주셔야 합니다.

@@ -28,26 +26,24 @@ _출력:_
한 발짝 더 나아가보겠습니다:

_프롬프트:_
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Prompt:

_프롬프트:_
언제나 QA 형식을 따라야하는 것은 아닙니다. 주어진 태스크에 따른 적절한 프롬프트 형식을 사용해보세요. 예를 들어, 간단한 분류를 통해 아래와 같이 모범 예시를 제공할 수 있습니다:

*프롬프트:*
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Prompt:


_출력:_

*출력:*
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Output:

```

언어 모델의 학습을 위해 약간의 설명을 제공해주면 few-shot prompting은 문맥에 맞는 학습을 할 수 있습니다.
언어 모델의 학습을 위해 몇 번의 모범 예시를 제공해주면, 퓨-샷 프롬프팅은 문맥에 맞는 학습을 할 수 있습니다.
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  • 언어모델로 붙여 쓰기로 합의되었습니다.
  • 제공해 주면으로 띄어 주셔야 합니다
  • 퓨샷으로 - 없이 사용하기로 합의되었습니다.

프롬프트에는 다음 구성 요소들이 있습니다:

**명령** - 모델이 수행할 특정 작업 또는 명령
**지시** - 모델이 수행할 특정 작업 또는 지시
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

명령과 지시의 원 단어를 ()로 병기해 주면 좋지 않을까요?

**출력 지시자** - 출력의 유형이나 형식

위의 모든 요소가 프롬프트에 필요한 것은 아니며 어떤 작업을 하느냐에 따라 포맷은 달라질 수 있습니다. 이어지는 가이드에서 더 구체적인 예를 다루겠습니다.
위의 네 가지 구성 요소가 프롬프트에 모두 필요한 것은 아니며 형식은 어떤 작업인지에 따라 달라질 수 있습니다. 이어지는 가이드에서 더 구체적인 예를 다루겠습니다.
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  • example을 예시로 통일하는 것으로 파악하고 있어 수정이 필요할 듯합니다.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation enhancement New feature or request

Projects

No open projects

Development

Successfully merging this pull request may close these issues.

Introduction

5 participants