Benchmarks · Knowledge & factuality
FRAMES
also: Factuality, Retrieval, And reasoning MEasurement Set, Fact, Fetch, and Reason
Whether a retrieval-augmented system can answer a genuinely multi-hop question that requires pulling facts from several documents and reasoning across them, not just retrieving one relevant passage.
Google DeepMind & Harvard UniversityReleased 19 September 2024Live
Most retrieval-augmented generation demos are tested on questions answerable from a single passage, which understates how hard real research questions are. Google DeepMind and Harvard researchers published FRAMES in September 2024 — the name stands for Factuality, Retrieval, And reasoning MEasurement Set, though the paper itself carries the title “Fact, Fetch, and Reason” — with 824 questions, each requiring facts drawn from two to 15 separate Wikipedia articles. A typical item asks something like which person shares a first name with one historical figure’s mother and a surname with another’s, forcing a system to chain several lookups together rather than retrieve once and answer.
The paper’s own results illustrated why multi-hop retrieval is the hard part. A naive single-step retrieval pipeline using Gemini 1.5 Pro answered 40.8% of questions correctly; an iterative pipeline that re-planned its search across multiple rounds reached 66%; and an oracle version, handed every necessary article directly with no retrieval required, reached 72.9%. The size of that last gap — more than 25 points even with perfect retrieval — was itself informative: some of the failure sat in the model’s reasoning, not only in finding the right documents.
FRAMES is young enough that it has not built up a long history of leaderboard turnover, but it has been adopted as a standard component in evaluating agentic and RAG-based systems specifically, distinct from benchmarks like SimpleQA that test what a model already knows without looking anything up. Its distinguishing contribution is separating retrieval quality from reasoning quality within a single evaluation, rather than measuring only the combined result.
The set
824 test questions, each requiring information drawn from 2 to 15 Wikipedia articles, labelled by the kind of reasoning needed — multiple constraints, numerical comparison, tabular data, temporal disambiguation or post-processing.
Example
If my future wife has the same first name as the 15th first lady of the United States' mother and her surname is the same as the second assassinated president's mother's maiden name, what is my future wife's name? (Answer: Jane Ballou.)huggingface.co
Where it stands
Young and still actively cited as a standard test for retrieval-augmented generation pipelines specifically, rather than for models answering from memorised knowledge alone.
How the top score changed hands
- September 2024Gemini 1.5 Pro (naive single-step retrieval)40.8%A single retrieval pass before reasoning, the paper's baseline.
- September 2024Gemini 1.5 Pro (multi-step retrieval)66%An iterative pipeline that re-plans its search across several rounds, the paper's proposed method — more than 50% better than the single-step baseline.
- September 2024Gemini 1.5 Pro (oracle documents)72.9%Upper bound when every necessary Wikipedia article is supplied directly, showing most of the remaining gap is retrieval, not reasoning.
In the timeline · 11 entries
MiniMax unveils Hailuo 3.0 (H3) video model with native 2K and synced audio
The model generates synchronised dialogue, sound effects and ambient audio alongside native 2K video in a single pass, and accepts up to nine reference images for consistency.
Models & capabilities
Google DeepMind releases Genie 3 world model
Genie 3, previously a limited research preview, opened to Google AI Ultra subscribers in the US as Project Genie, generating explorable 3D worlds from a text or image prompt.
Models & capabilities
ByteDance launches Seedance 1.5 Pro with joint audio-video generation
The model generates video and audio through a single diffusion transformer rather than a separate pass, aiming for accurate lip-sync across eight languages.
Models & capabilities
DeepMind's Genie 3 generates navigable, real-time interactive worlds
The system renders explorable 720p scenes at 24fps from a text prompt, holding roughly a minute of visual memory, and was released only to a small research cohort.
Models & capabilities
Trump signs executive order barring 'woke AI' from federal procurement
Order requires federal agencies to procure only large language models certified 'ideologically neutral' and free of DEI-related content requirements.
Government & policy
Meta releases Segment Anything 2 (SAM 2)
Released with the SA-V dataset of roughly 51,000 videos and 600,000+ masklets, more than four times the video count of the largest prior public segmentation dataset.
Open weights & ecosystem · Models & capabilities
Google DeepMind unveils Veo, a text-to-video generation model
Generates 1080p video over a minute long from text and image prompts, watermarked with SynthID; launched in private preview via waitlist rather than public release.
Models & capabilities
Microsoft Research shows VASA-1, real-time talking-face generation
Trained to render 512x512 video at up to 40 frames per second from one photo and an audio clip; Microsoft said it had no plans to release a demo or model.
Models & capabilities · Security & misuse
Google launches Gemini
Google said Gemini Ultra beat human experts on the MMLU benchmark; days later Bloomberg reported the model's showcase video had been edited and was not real-time.
Models & capabilities · Culture & impact
Ethan Mollick's 'Acceleration' post frames the pace of post-ChatGPT AI progress for a general audience
Mollick argued that even a freeze on further progress would leave professions like programming and marketing transformed by capabilities already public.
Ideas & essays
Meta and Google race to text-to-video
Make-A-Video and Imagen Video appeared within a week of each other, both as research previews with no public access.
Models & capabilities