As LLM become more and more sophisticated the need to study their capabilities becomes evermore pressing. This is a repository is an emerging attempt to start recording intersting an novel interactions with LLMs to try to understand their full range capabilities. The only limit on the experiments to perform is limited by human and AI imaginations.
Repository includes some tools to make recording chat logs a bit easier on people. If you are interested in contributing feel free to open a pull request. All logs should be in the standard chat format in Markdown format (see any of them for examples).
Chats recorded by using Large Language models
- ChatGPT/BARD Conversation 1
- ChatGPT/BARD Debate 10
- ChatGPT/BARD Debate 11
- ChatGPT/BARD Debate 12
- ChatGPT/BARD Conversation 13
- ChatGPT3.5 See if it will code in loop 14
- ChatGPT4 See if it will code in loop 15
- ChatGPT4 ideas analysis 16
- ChatGPT4 Computer science - Working with Binary Search Trees 17
- ChatGPT4 Manipulate Binary Search Tree of 20 items. 18
- ChatGPT4 Manipulate Binary Search Tree of 10 items. 19
- ChatGPT4 GPT4 gives Turing Test to itself. 20
Ideas for future exploration:
- Conversation between ChatGPT and BARD where ChatGPT is teacher and BARD is student.
- Code generation like in 15 where we try to get ChatGPT to create as elaborate python code as it possibly can.
- Execute print loop but where ChatGPT is given a goal to accomplish. Maybe even simple goal like do calculations correctly.
- ChatGPT talks to BING, BING talk to BARD?
- ChatGPT Given a news article identify logical fallacies or factual errors by the writer.
- Review ideas form Microsoft Sparks of AGI paper.
How to fill out the chat template:
# ChatGPT4 - <Chat title> - <number of chat>
* **Date of conversation:** March 26, 2023
* <extra notes>
> **Human**
Text text text text...
> **ChatGPT**
Text text text.
Text text text text
Text text..
> **Human**
Text text text text...
> **ChatGPT**
Text text text...
see chat_template.md
To turn template into properly formatted markdown: Run> format_chate.py chats/your_new_chat.md