Papers › "Image, Tell me your story!" Predicting the original meta-context of visual misinformation

"Image, Tell me your story!" Predicting the original meta-context of visual misinformation

19 Aug 2024arXiv:2408.09939archive 2025-07-28

Jonathan Tonglet, Marie-Francine Moens, Iryna Gurevych

To assist human fact-checkers, researchers have developed automated approaches for visual misinformation detection. These methods assign veracity scores by identifying inconsistencies between the image and its caption, or by detecting forgeries in the image. However, they neglect a crucial point of the human fact-checking process: identifying the original meta-context of the image. By explaining what is actually true about the image, fact-checkers can better detect misinformation, focus their efforts on check-worthy visual content, engage in counter-messaging before misinformation spreads widely, and make their explanation more convincing. Here, we fill this gap by introducing the task of automated image contextualization. We create 5Pils, a dataset of 1,676 fact-checked images with question-answer pairs about their original meta-context. Annotations are based on the 5 Pillars fact-checking framework. We implement a first baseline that grounds the image in its original meta-context using the content of the image and textual evidence retrieved from the open web. Our experiments show promising results while highlighting several open challenges in retrieval and reasoning. We make our code and data publicly available.

PaperPDFCodeCode Syntology ran

In Syntology View this paper on Syntology: its repositories, every harvested function with whether it ran, its licence and the call to fetch it.

Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2408.09939")

Code

Syntology Ran 15 of 17 code samples harvested from 1 repository linked to this paper; 2 have no recorded run. Of those that ran: 15 ran with no contract checked.

By repository: official repository: 17 samples from 1 repository, 15 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

ukplab/5pils officialmentioned in papermentioned on GitHubApache-2.0 report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

17 samples harvested; 15 ran; 0 honoured the contract we drafted; 2 have no recorded run. Read from Syntology's graph 2026-09-25; that is when this build read the record, not when the samples ran.

15ran
2unverified

Licence: 0 of the 17 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from UKPLab/5pils. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

concatenate_entry UKPLab/5pils/utils.py official repository ran Apache-2.0 (permissive) · 6ad9e047fb83b6d3 · report
convert_to_date UKPLab/5pils/evaluation/evaluation_metrics.py official repository ran Apache-2.0 (permissive) · bbfbef96b946a60d · report
cosine_similarity UKPLab/5pils/baseline/generation_utils.py official repository ran fingerprinted Apache-2.0 (permissive) · fc2f37b8acf5766b · report
date_distance UKPLab/5pils/evaluation/evaluation_metrics.py official repository ran Apache-2.0 (permissive) · dd767a28b135bd80 · report
entry_exists UKPLab/5pils/utils.py official repository ran Apache-2.0 (permissive) · 04823be297d284be · report
get_geonames_hierarchy UKPLab/5pils/evaluation/geonames_collection.py official repository ran Apache-2.0 (permissive) · 2a8e9af6866ca933 · report
get_organization UKPLab/5pils/dataset_collection/preprocessing_utils.py official repository ran Apache-2.0 (permissive) · 11b07f7f8addccd3 · report
gpt4_prompting UKPLab/5pils/baseline/llm_prompting.py official repository ran Apache-2.0 (permissive) · 408a24dade610ca2 · report
gpt4_vision_prompting UKPLab/5pils/baseline/llm_prompting.py official repository ran Apache-2.0 (permissive) · bab48b3fe0c88b5f · report
is_english_article UKPLab/5pils/dataset_collection/scrape_utils.py official repository ran Apache-2.0 (permissive) · c8af83dd089eb7c5 · report
load_json UKPLab/5pils/utils.py official repository ran Apache-2.0 (permissive) · eb82c897d04b22b2 · report
load_urls UKPLab/5pils/dataset_collection/scrape_utils.py official repository ran Apache-2.0 (permissive) · eaa4649b3cda1658 · report
search_location UKPLab/5pils/evaluation/geonames_collection.py official repository ran Apache-2.0 (permissive) · b73e80aac59eccfa · report
sort_with_clip_score UKPLab/5pils/baseline/generation_utils.py official repository ran Apache-2.0 (permissive) · 12ea3e061c3f8091 · report
sort_with_image_similarity UKPLab/5pils/baseline/generation_utils.py official repository ran Apache-2.0 (permissive) · d78f28d04bd9687a · report
assemble_prompt_gpt4 UKPLab/5pils/baseline/llm_prompting.py official repository unverified Apache-2.0 (permissive) · ba1226b6627f813f · report
scrape_image UKPLab/5pils/dataset_collection/scrape_utils.py official repository unverified Apache-2.0 (permissive) · 16506989e60a009d · report

Tasks

Fact CheckingMisinformation

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

Focus

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections