mirror of
https://github.com/autistic-symposium/ml-ai-agents-py.git
synced 2025-05-13 12:02:20 -04:00
people cannot distinguish gpt-4 from a human in a turing test, by c. jones et al (2024)
This commit is contained in:
parent
5a83a44f8e
commit
592f593e44
21 changed files with 78 additions and 53 deletions
17
llms/README.md
Normal file
17
llms/README.md
Normal file
|
@ -0,0 +1,17 @@
|
|||
## large language models
|
||||
|
||||
<br>
|
||||
|
||||
* **[gpt-x](gpt)**
|
||||
* **[claude](claude)**
|
||||
* **[eliza](eliza)**
|
||||
|
||||
<br>
|
||||
|
||||
---
|
||||
|
||||
### cool readings
|
||||
|
||||
<br>
|
||||
|
||||
* **[people cannot distinguish gpt-4 from a human in a turing test, by c. jones et al (2024)](https://arxiv.org/pdf/2405.08007)**
|
9
llms/claude/README.md
Normal file
9
llms/claude/README.md
Normal file
|
@ -0,0 +1,9 @@
|
|||
## claude
|
||||
|
||||
<br>
|
||||
|
||||
### cool resources
|
||||
|
||||
<br>
|
||||
|
||||
* **[dario amodei on agi & the future of humanity, by lex fridman](https://www.youtube.com/watch?v=ugvHCXCOmm4)**
|
1
llms/eliza/README.md
Normal file
1
llms/eliza/README.md
Normal file
|
@ -0,0 +1 @@
|
|||
## eliza
|
16
llms/gpt/README.md
Normal file
16
llms/gpt/README.md
Normal file
|
@ -0,0 +1,16 @@
|
|||
## gpt
|
||||
|
||||
<br>
|
||||
|
||||
### cool resources
|
||||
|
||||
<br>
|
||||
|
||||
* **[vscode chatgpt plugin](https://github.com/mpociot/chatgpt-vscode) (and [here](https://marketplace.visualstudio.com/items?itemName=timkmecl.chatgpt))**
|
||||
* **[scispace extension (paper explainer)](https://chrome.google.com/webstore/detail/scispace-copilot/cipccbpjpemcnijhjcdjmkjhmhniiick/related)**
|
||||
* **[fix python bugs](https://platform.openai.com/playground/p/default-fix-python-bugs?model=code-davinci-002)**
|
||||
* **[explain code](https://platform.openai.com/playground/p/default-explain-code?model=code-davinci-002)**
|
||||
* **[translate code](https://platform.openai.com/playground/p/default-translate-code?model=code-davinci-002)**
|
||||
* **[translate sql](https://platform.openai.com/playground/p/default-sql-translate?model=code-davinci-002)**
|
||||
* **[calculate time complexity](https://platform.openai.com/playground/p/default-time-complexity?model=text-davinci-003)**
|
||||
* **[text to programmatic command](https://platform.openai.com/playground/p/default-text-to-command?model=text-davinci-003)**
|
Loading…
Add table
Add a link
Reference in a new issue