MIT's latest research discovered that LLM chatbots are capable of disseminating knowledge on how to trigger a pandemic. Here is my opinion about what role AI plays in this risk. TLDR: Knowledge censorship is a weak solution, and the real threat is not AI.
GENERATIVE AI
-
Generative AI for Positive Change and Impact
By
–
Thank you @ipfconline1
! If we use Generative AI in a positive way the. We can effect lots of positive change. -
LLMs Simplified: Pretraining and Fine-tuning Made Easy with PyTorch
By
–
The "Sweet Lesson" is that using LLMs is simpler than we thought! Instead of complicated symbolic computations, we download a pretrained open-source LLM and finetune it in supervised fashion via <100 lines of PyTorch code.
-

LLM in Production: Essential Playlist by MLOps Community
By
–
LLM in Production – By MLOps Community This is an excellent playlist of LLMs in Production. Contains great talks and discussions around LLMs, their use-cases and how to make value with them. https://
youtube.com/playlist?list=
PL3vkEKxWd-us5YvvuvYkjP_QGlgUq3tpA
… -
Critique des problèmes méthodologiques dans l’évaluation GPT-4
By
–
> "what hit most was that it got uploaded without coauthor permission" Sure, this was another issue. But wasn't the core issue the flawed evaluation setup the authors used? Using GPT-4 to score itself? And repeated prompting until the answer was correct, thus reaching 100%?
-
Understanding Large Language Models: AI Foundation Explained
By
–
I asked GPT to help you: An LLM, or "Large Language Model," refers to a type of artificial intelligence model that's been trained on a vast amount of text data. The purpose of these models is to understand and generate human-like text based on the input they receive. OpenAI's
-
AudioPaLM Multimodal LM Enables Zero-Shot Speech Translation
By
–
10/ AudioPaLM – fuses text-based & speech-based LMs, PaLM-2 and AudioLM, into a multimodal architecture; outperforms existing systems for speech translation tasks and has zero-shot speech-to-text translation capabilities.
-
MotionGPT: Multimodal Control Signals for Human Motion Generation
By
–
8/ MotionGPT – uses multimodal control signals for generating consecutive human motions; it quantizes multimodal control signals intro discrete codes which are converted to LLM instructions that generate motion answers.https://t.co/B2xAYdbuHc
— DAIR.AI (@dair_ai) 25 juin 20238/ MotionGPT – uses multimodal control signals for generating consecutive human motions; it quantizes multimodal control signals intro discrete codes which are converted to LLM instructions that generate motion answers.
-

LMFlow: Extensible Toolkit for Foundation Model Fine-tuning
By
–
7/ LMFlow – an extensible toolkit that simplifies finetuning and inference of general large foundation models; supports continuous pretraining, instruction tuning, parameter-efficient finetuning, alignment tuning, and large model inference.
-

SequenceMatch: Backtracking Text Generation with Error Mitigation
By
–
6/ SequenceMatch – incorporates backtracking into text generation through a backspace action; enables the model to mitigate compounding errors by reverting sample tokens that lead to sequence OOD.