AI News

Global AI Weekly

Issue 73 · Tuesday, 08 October 2024

Highlights
Could AI help fight conspiracy theories? – podcast

Could AI help fight conspiracy theories? – podcast

We’re used to hearing about the power of artificial intelligence to spread misinformation – but could it also be a tool for persuading people of the truth? Ian Sample speaks to Thomas Costello, an assistant professor of psychology at American University, who has published a study exploring the potential for AI chatbots to lead people away from conspiracy beliefs.

theguardian.com
PyTorch Conference 2024 Recap: On Fire 🔥

PyTorch Conference 2024 Recap: On Fire 🔥

The 2024 PyTorch Conference in San Francisco gathered nearly 1,500 AI researchers, developers, and enthusiasts. Over two days, the event featured engaging discussions, insightful keynotes, and hands-on sessions focused on artificial intelligence (AI) and advancements in PyTorch, the leading open-source machine learning framework.

pytorch.org
A co-lead on Sora, OpenAI’s video generator, has left for Google

A co-lead on Sora, OpenAI’s video generator, has left for Google

One of the co-leads on OpenAI’s video generator, Sora, has left for Google. Tim Brooks, who was heading development on Sora with William Peebles, announced in a post on X that he’ll be joining Google DeepMind, Google’s AI research division, to work on video generation technologies and “world simulators.” “I had an amazing two years […]

techcrunch.com
Research

Turning Word documents into PowerPoint slides

This is another fun but helpful machine-learning application: Turning Word documents into pleasing PowerPoint slides. This paper discusses combining embedding models, state machines, perceptrons, and sequence-to-sequence models to convert long Word documents into PowerPoint slides. It shows that combining multiple model architectures can yield some amazing results.

arxiv.org
Video Articles
Scaling RAG from POC to Production

Scaling RAG from POC to Production

Whether you are building customer-facing chatbots to answer repetitive questions and reduce workload from customer service agents, or building a co-pilot for engineers to help them navigate complex user manuals step-by-step, RAG has become a key archetype of the application of LLMs. This has enabled LLMs to provide a contextually relevant response based on ground truth of hundreds or millions of documents, reducing hallucinations and improving the reliability of LLM-based applications.

towardsdatascience.com

Canvas is a new way to write and code with ChatGPT

Canvas was built with GPT-4o and can be manually selected in the model picker while in beta. Starting today we’re rolling out canvas to ChatGPT Plus and Team users globally. Enterprise and Edu users will get access next week. We also plan to make canvas available to all ChatGPT Free users when it’s out of beta.

openai.com

Semantic Prompt Learning for Weakly-Supervised Semantic Segmentation

Weakly-Supervised Semantic Segmentation (WSSS) aims to train segmentation models using image data with only image-level supervision. Since precise pixel-level annotations are not accessible, existing methods typically focus on producing pseudo masks for training segmentation models by refining CAM-like heatmaps. However, the produced heatmaps may capture only the discriminative image regions of object categories or the associated co-occurring backgrounds.

research.nvidia.com
Code

What's New In Python 3.13

It's Python 3.13 release day today. The big signature features are a better REPL with improved error messages, an option to run Python without the GIL and the beginnings of the new JIT. Here are some of the smaller highlights I spotted while perusing the release notes.

simonwillison.net