Shahriar Shariati

LlamaCast

Daily podcast about the published articles in the LLM field.

Author

Shahriar Shariati

Category

Technology

Podcast website

www.spreaker.com

Latest episode

Nov 23, 2024

Where to listen?

Podcasts in the app Replaio Radio Coming soon

Podcasts are coming to the app soon. Install now and be the first to see a whole new take on podcasts

Get it on Google Play Install for free Android almost 10M downloads · 4.8 rating iOS soon

Episodes

Marco-o1 23.11.2024

🤖 Marco-o1: Towards Open Reasoning Models for Open-Ended Solutions The Alibaba MarcoPolo team presents Marco-o1, a large reasoning model designed to excel in open-ended problem-solving. Building upon OpenAI's o1 model, Marco-o1 incorporates Chain-of-Thought fine-tuning, Monte Carlo Tree Search, and innovative reasoning strategies to improve accuracy on complex tasks. The model is trained on a com...

Scaling Laws for Precision 18.11.2024

⚖️ Scaling Laws for Precision This research paper investigates the impact of precision in training and inference on the performance of large language models. The authors explore how precision affects the effective parameter count and propose scaling laws that predict performance degradation due to low-precision training and post-training quantization. They find that overtrained models are more sen...

Test-Time Training 14.11.2024

⌛️ The Surprising Effectiveness of Test-Time Training for Abstract Reasoning This paper examines how test-time training (TTT) can enhance the abstract reasoning abilities of large language models (LLMs). TTT, which updates model parameters during inference, significantly improves performance on the Abstraction and Reasoning Corpus (ARC) benchmark. Key factors for effective TTT include initial fin...

Qwen2.5-Coder 12.11.2024

🔷 Qwen2.5-Coder Technical Report The report introduces the Qwen2.5-Coder series, which includes the Qwen2.5-Coder-1.5B and Qwen2.5-Coder-7B models. These models are specifically designed for coding tasks and have been pre-trained on a massive dataset of 5.5 trillion code-related tokens. A significant focus is placed on data quality, with detailed cleaning and filtering processes, and advanced tra...

Attacking Vision-Language Computer Agents via Pop-ups 09.11.2024

😈 Attacking Vision-Language Computer Agents via Pop-ups This research paper examines vulnerabilities in vision-language models (VLMs) that power autonomous agents performing computer tasks. The authors show that these VLM agents can be easily tricked into clicking on carefully crafted malicious pop-ups, which humans would typically recognize and avoid. These deceptive pop-ups mislead the agents,...

Number Cookbook 08.11.2024

📓 Number Cookbook: Number Understanding of Language Models and How to Improve It This research paper examines the numerical understanding and processing abilities (NUPA) of large language models (LLMs). The authors create a benchmark to test LLMs on four numerical representations (integers, floating-point numbers, fractions, and scientific notation) across 17 tasks grouped into four ability categ...

Jigsaw Puzzles 07.11.2024

🧩 Jigsaw Puzzles: Splitting Harmful Questions to Jailbreak Large Language Models This research paper investigates the vulnerabilities of large language models (LLMs) to "jailbreak" attacks, where malicious users attempt to trick the model into generating harmful content. The authors propose a new attack strategy called Jigsaw Puzzles (JSP) which breaks down harmful questions into harmless fractio...

Multi-expert Prompting with LLMs 05.11.2024

🤝 Multi-expert Prompting with LLMs The research paper presents Multi-expert Prompting, a novel method for improving the reliability, safety, and usefulness of Large Language Models (LLMs). Multi-expert Prompting simulates multiple experts within an LLM, collecting their answers to an instruction and aggregating them into a final response. This process leverages the Nominal Group Technique, a huma...

Investigating the Role of Prompting and External Tools in Hallucination Rates of LLMs 03.11.2024

🔎 Investigating the Role of Prompting and External Tools in Hallucination Rates of Large Language Models This paper examines the effectiveness of different prompting techniques and frameworks for mitigating hallucinations in large language models (LLMs). The authors investigate how these techniques, including Chain-of-Thought, Self-Consistency, and Multiagent Debate, can improve reasoning capabil...

Mind Your Step (by Step) 02.11.2024

🌀 Mind Your Step (by Step): Chain-of-Thought can Reduce Performance on Tasks where Thinking Makes Humans Worse This research paper examines how chain-of-thought (CoT) prompting—encouraging models to reason step-by-step—affects large language and multimodal model performance across tasks. While CoT generally boosts performance, the authors find it significantly hampers model accuracy in three spec...

SimpleQA 31.10.2024

❓ Measuring short-form factuality in large language models This document introduces SimpleQA, a new benchmark for evaluating the factuality of large language models. The benchmark consists of over 4,000 short, fact-seeking questions designed to be challenging for advanced models, with a focus on ensuring a single, indisputable answer. The authors argue that SimpleQA is a valuable tool for assessi...

GPT-4o System Card 30.10.2024

📜 GPT-4o System Card This technical document is the System Card for OpenAI's GPT-4o, a multimodal, autoregressive language model that can process and generate text, audio, images, and video. The card provides a detailed overview of the model's capabilities, limitations, and safety evaluations across various categories, with a particular focus on its speech-to-speech (voice) capabilities. The card...

Mixture of Parrots 29.10.2024

🦜 Mixture of Parrots: Experts improve memorization more than reasoning This research paper investigates the effectiveness of Mixture-of-Experts (MoE) architectures in deep learning, particularly comparing their performance to standard dense transformers. The authors demonstrate through theoretical analysis and empirical experiments that MoEs excel at memory-intensive tasks, leveraging a large num...

Improve Vision Language Model Chain-of-thought Reasoning 28.10.2024

🖼 Improve Vision Language Model Chain-of-thought Reasoning This research paper investigates how to improve the chain-of-thought (CoT) reasoning capabilities of vision language models (VLMs). The authors address the lack of high-quality CoT data for training VLMs and propose two key methods: first, distilling rationales from a powerful language model (GPT-4o) to enrich the training data and fine-tu...

Breaking the Memory Barrier 27.10.2024

🧠 Breaking the Memory Barrier: Near Infinite Batch Size Scaling for Contrastive Loss This research paper introduces Inf-CL, a novel approach for contrastive learning that dramatically reduces GPU memory usage during training, allowing for near-infinite batch sizes. The authors address the issue of quadratic memory growth in traditional methods by implementing a tile-based computation strategy tha...

LLMs Reflect the Ideology of their Creators 26.10.2024

⚖️ Large Language Models Reflect the Ideology of their Creators This study examines the ideological stances of large language models (LLMs) by analyzing their responses to prompts about a vast set of historical figures. The authors discovered that LLMs often reflect the worldview of their creators, demonstrating significant differences in their evaluations of political figures depending on the pro...

LongRAG 25.10.2024

📜 LongRAG: A Dual-Perspective Retrieval-Augmented Generation Paradigm for Long-Context Question Answering The source is a research paper that proposes a new approach called LongRAG for enhancing the performance of Retrieval-Augmented Generation (RAG) systems in Long-Context Question Answering (LCQA) tasks. LongRAG addresses two major issues that limit the effectiveness of traditional RAG systems:...

A Theoretical Understanding of Chain-of-Thought 24.10.2024

⛓️ A Theoretical Understanding of Chain-of-Thought: Coherent Reasoning and Error-Aware Demonstration The paper explores Chain-of-Thought (CoT) prompting, a method to enhance the reasoning skills of large language models (LLMs). It introduces Coherent CoT, where reasoning from previous steps is integrated during predictions, leading to better error correction and accuracy compared to a step-by-step...

A Survey on Data Synthesis and Augmentation for Large Language Models 23.10.2024

📚 A Survey on Data Synthesis and Augmentation for Large Language Models This research paper examines the use of synthetic and augmented data to enhance the capabilities of Large Language Models (LLMs). The authors argue that the rapid growth of LLMs is outpacing the availability of high-quality data, creating a data exhaustion crisis. To address this challenge, the paper analyzes different data g...

Revealing the Barriers of Language Agents in Planning 22.10.2024

🤔 Revealing the Barriers of Language Agents in Planning This research paper examines the challenges faced by language agents in planning tasks. The authors explore the reasons behind the shortcomings of these agents, particularly their limited understanding of constraints and their diminishing ability to focus on goals as the planning horizon lengthens. They investigate two common strategies for...

Intelligence at the Edge of Chaos 21.10.2024

🔀 Intelligence at the Edge of Chaos This research investigates how intelligent behavior emerges in artificial systems by studying the connection between the complexity of rule-based systems and the abilities of models trained to predict these rules. The researchers used elementary cellular automata (ECA), simple one-dimensional systems with varying complexity, to train large language models (LLMs...

Inference Scaling for Long-Context RAG 20.10.2024

🗓 Inference Scaling for Long-Context Retrieval Augmented Generation This research paper explores the effectiveness of inference scaling for retrieval augmented generation (RAG), a technique that enhances large language models (LLMs) by incorporating external knowledge. The authors introduce two strategies, demonstration-based RAG (DRAG) and iterative demonstration-based RAG (IterDRAG), for effecti...

Model Swarms 19.10.2024

🤝 Model Swarms: Collaborative Search to Adapt LLM Experts via Swarm Intelligence This paper presents a new method called MODEL SWARMS, a collaborative search algorithm for adapting large language models (LLMs) using swarm intelligence. The researchers propose viewing each LLM expert as a "particle" in a swarm and use particle swarm optimization (PSO) to collaboratively search the weight space for...

Agent-as-a-Judge 18.10.2024

🤖 Agent-as-a-Judge: Evaluate Agents with Agents The paper detail a new framework for evaluating agentic systems called Agent-as-a-Judge, which uses other agentic systems to assess their performance. To test this framework, the authors created DevAI, a benchmark dataset consisting of 55 realistic automated AI development tasks. They compared Agent-as-a-Judge to LLM-as-a-Judge and Human-as-a-Judge...

First-Person Fairness in Chatbots 18.10.2024

⚖️ First-Person Fairness in Chatbots This paper from OpenAI examines potential bias in chatbot systems like ChatGPT, specifically focusing on how a user's name, which can be associated with demographic attributes, influences the chatbot's responses. The authors propose a privacy-preserving method to measure user name bias across a large dataset of real-world chatbot interactions. They identify sev...

Listen to the LlamaCast podcast in Replaio

Radio and podcasts in one app - free, with no sign-up. Install today and do not miss the launch

Get it on Google Play

Replaio is not a podcast publisher; show names, artwork and audio belong to their authors and are distributed through public RSS feeds.