Difference between revisions of "Neural Networks"

From jWiki
Jump to navigationJump to search
(Add 'writings by others' section and some first references)
(Add more academic references)
Line 27: Line 27:
* [https://doi.org/10.1145/3442188.3445922 "On the Dangers of Stochastic Parrots: Can Language Models Be Too Big? 🦜"] - "''LMs with extremely large numbers of parameters model their training data very closely and can be prompted to output specific information from that training data''"
* [https://doi.org/10.1145/3442188.3445922 "On the Dangers of Stochastic Parrots: Can Language Models Be Too Big? 🦜"] - "''LMs with extremely large numbers of parameters model their training data very closely and can be prompted to output specific information from that training data''"
* [https://arxiv.org/abs/2108.09293 "Asleep at the Keyboard? Assessing the Security of GitHub Copilot's Code Contributions"] - "''In total, we produce 89 different scenarios for Copilot to complete, producing 1,689 programs. Of these, we found approximately 40% to be vulnerable.''"
* [https://arxiv.org/abs/2108.09293 "Asleep at the Keyboard? Assessing the Security of GitHub Copilot's Code Contributions"] - "''In total, we produce 89 different scenarios for Copilot to complete, producing 1,689 programs. Of these, we found approximately 40% to be vulnerable.''"
* [https://arxiv.org/abs/2211.03622 "Do Users Write More Insecure Code with AI Assistants?"] - "''We observed that participants who had access to [codex-davinci-002] were more likely to introduce security vulnerabilities for the majority of programming tasks, yet also more likely to rate their insecure answers as secure compared to those in our control group.''"
* [https://arxiv.org/abs/2306.04563 "ChatGPT is fun, but it is not funny! Humor is still challenging Large Language Models"] - "''Over 90% of 1008 generated jokes were the same 25 Jokes.''"
* [https://arxiv.org/abs/2306.04563 "ChatGPT is fun, but it is not funny! Humor is still challenging Large Language Models"] - "''Over 90% of 1008 generated jokes were the same 25 Jokes.''"
* [https://arxiv.org/abs/2307.09009 "How is ChatGPT's behavior changing over time?"] - "''We find that the performance and behavior of both GPT-3.5 and GPT-4 can vary greatly over time.''"
* [https://arxiv.org/abs/2307.09009 "How is ChatGPT's behavior changing over time?"] - "''We find that the performance and behavior of both GPT-3.5 and GPT-4 can vary greatly over time.''"
* [https://arxiv.org/abs/2304.15004 "Are Emergent Abilities of Large Language Models a Mirage?"] - "''For a fixed task and a fixed model family, the researcher can choose a metric to create an emergent ability or choose a metric to ablate an emergent ability. Ergo, emergent abilities may be creations of the researcher’s choices, not a fundamental property of the model family on the specific task''"
* [https://arxiv.org/abs/2012.07805 "Extracting Training Data from Large Language Models"] - "''We demonstrate our attack on GPT-2, a language model trained on scrapes of the public Internet, and are able to extract hundreds of verbatim text sequences from the model's training data...we find that larger models are more vulnerable than smaller models.''"
* [https://arxiv.org/abs/2305.00118 "Speak, Memory: An Archaeology of Books Known to ChatGPT/GPT-4"] - "''We find that these models have memorized books, both in the public domain and in copyright, and the capacity for memorization is tied to a book’s overall popularity on the web. This differential in memorization leads to differential in performance for downstream tasks, with better performance on popular books than on those not seen on the web''"


==== Non-academic works ====
==== Non-academic works ====

Revision as of 02:51, 9 August 2023

Herein lie some of my thoughts and resources about neural networks. Because I am work for a company that builds models for computer vision, I have a bit of a professional bias towards image models, but I have tried to represent my knowledge/opinions about a broader range of subjects here.

What do you think about generative "AI"?

tl;dr - mostly dancing bearware, some novel uses in responsibility laundering

Resources

Image models

Text models

For code

For everything else

  • Washington Post coverage of the data contained in the 'C4' dataset and how it influences the training of popular large models. Also allows users to check if arbitrary URLs are part of the dataset. (NOTE: C4 is not the only source of training text for the models being discussed, and the authors aren't doing a great job highlighting that, but it should still be pretty representative)
  • How well does ChatGPT speak Japanese? - an April 2023 evaluation of GPT-3.5 and GPT-4 performance on Japanese language assessments. Also includes an interesting comparison of the number of tokens required to represent the "Lord's Prayer" in multiple languages. I found the results of the latter particularly surprising.

Misc.

  • I gave a talk on the fundamentals of neural networks to Boston Python in March 2023
  • 3blue1brown has an excellent series of lessons about the fundamentals of neural networks. Particularly interesting to me is the lesson on backpropagation for its excellent visualization of the process of adjusting neural network weights.

Writings by others

Academic works

Non-academic works

Lawsuits

The legal status of generative models and their implications for intellectual property in the US is something I'm trying to keep an eye on. The cases given below are of particular interest to me.

ANDERSEN v. STABILITY AI LTD.

GETTY IMAGES (US), INC. v. STABILITY AI, INC.

DOE 1 v. GITHUB, INC.

SILVERMAN v. OPENAI, INC.

MATA v. AVIANCA, INC. (closed)

Note: this case is not about machine learning textually, but is included in this list because it is a notable example of gross misuse of a language model by plaintiff's counsel to submit falsified documents to the court. This led to censure of plaintiff's counsel and dismissal of the case.