Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix typos #28

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ If you find any resources in our repository helpful, please feel free to use the
* [Truthfulness Alignment (Honest)](#truthfulness-alignment-honest)
* [Practical Guides for Prompting (Helpful)](#practical-guides-for-prompting-helpful)
* [Alignment Efforts of Open-source Communtity](#alignment-efforts-of-open-source-communtity)
* [Usage and Restractions (Models and Data)](#Usage-and-Restrictions)
* [Usage and Restrictions (Models and Data)](#Usage-and-Restrictions)

## Practical Guide for Models

Expand Down Expand Up @@ -264,7 +264,7 @@ We build a decision flow for choosing LLMs or fine-tuned models~\protect\footnot
- **Prompt Engineering**. [Blog](https://lilianweng.github.io/posts/2023-03-15-prompt-engineering/)
- **ChatGPT Prompt Engineering for Developers!** [Course](https://www.deeplearning.ai/short-courses/chatgpt-prompt-engineering-for-developers/)

#### Alignment Efforts of Open-source Communtity
#### Alignment Efforts of Open-source Community

- **Self-Instruct: Aligning Language Model with Self Generated Instructions**, Arxiv 2022 [Paper](https://arxiv.org/abs/2212.10560)
- **Alpaca**. [Repo](https://github.com/tatsu-lab/stanford_alpaca)
Expand Down
6 changes: 3 additions & 3 deletions awesome_examples/social_game_werewolf.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

In this lesson, we ask the model to play a social game called "One night ultimate werewolf". The game is played by a group of people. Each person is assigned a role. The game requires players to play strategically and to lie to each other. The model is expected to play the game with other players.

It requries the following skills:
It requires the following skills:
- Understanding the rules and game flow of the game.
- Understanding the roles of the game.
- Knowing how to play strategically.
Expand All @@ -12,10 +12,10 @@ It requries the following skills:

Comparing the the ChatGPT and GPT4 examples, we can see that
- ChatGPT can not understand the game rules and flow, while GPT4 can. ChatGPT follows the werewolf game rule not the one night ultimate werewolf game rule.
- ChatGPT can not understand the roles of the game, while GPT4 can. ChatGPT hullucinates a non-existing player called "Tom".
- ChatGPT can not understand the roles of the game, while GPT4 can. ChatGPT hallucinates a non-existing player called "Tom".
- Both ChatGPT and GPT4 know how to play strategically, i.e., they know how to lie when necessary and how to tell the truth when necessary. However, ChatGPT's strategy is much more naive than GPT4's. & ChatGPT's argument is less convincing than GPT4's.
- ChatGPT is also constrained by the limited context length.
- However, it's hard to differentiate different players just in the style they talk. All bots chat in similar tones. It's hard to tell who is who, without the name as the uniqure identifier. It's will be gap to fill in the future.
- However, it's hard to differentiate different players just in the style they talk. All bots chat in similar tones. It's hard to tell who is who, without the name as the unique identifier. It's will be gap to fill in the future.


But the finding is not conclusive, since the game is implemented in Chinese.
Expand Down