Papers › CORE: Conflict-Oriented Reasoning for General Multimodal Manipulation Detection

CORE: Conflict-Oriented Reasoning for General Multimodal Manipulation Detection

2 Jun 2026ICMLarXiv:2606.03066added by Syntology

Jinjie Shen, Yaxiong Wang, Yujiao Wu, Lechao Cheng, Tianrui Hui, Nan Pu, Zhihui Li, Zhun Zhong

Title, abstract, authors and date from arXiv's metadata (CC0); this paper is not in the Papers with Code archive (frozen 2025-07-28).

The rapid rise of generative AI has made multimodal fake news increasingly realistic and pervasive, posing severe threats to public trust and social stability. Existing detection methods rely heavily on manipulation-specific models and large-scale labeled data, resulting in poor generalization to emerging manipulation types. We observed that the essence of manipulated misinformation lies in its intrinsic conflicts, \textbf{i.e.,} semantic or physical inconsistencies either across modalities or with common world knowledge. Inspired by this observation, we propose \textbf{C}onflict-\textbf{O}riented \textbf{RE}asoning (\textbf{CORE}) framework, an effective paradigm that learns to endows multimodal large language models (MLLMs) with explicit conflict-capturing capability. To this end, CORE first constructs the Conflict Attribution Corpus (CAC) with fine-grained annotations of conflict factors and sources, providing essential data support for subsequent conflict perception training. By performing conflict-oriented representation enhancement and reasoning based on CAC, CORE achieves robust and generalizable conflict detection, effectively and rapidly adapting to unseen manipulation types with a few samples or in even zero-shot settings. Extensive experiments demonstrate that CORE surpasses state-of-the-art models. The dataset and code are publicly available at https://github.com/shen8424/CORE.

PaperPDFCode Syntology ran

In Syntology 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="2606.03066")

Code

Syntology Ran 14 of 17 code samples harvested from 1 repository linked to this paper; 3 have no recorded run. Of those that ran: 1 ran · our draft was wrong; 13 ran with no contract checked.

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

shen8424/CORE found in paper text by Syntology report

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; 14 ran; 0 honoured the contract we drafted; 3 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

1ran · our draft was wrong
13ran
3unverified

Licence: 17 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 shen8424/CORE. “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.

load_yaml shen8424/CORE/code/train_stage_pipeline.py found in paper text by Syntology ran · our draft was wrong no licence file found · pointer only · 83396ec95592fb23 · report
default_repair_messages shen8424/CORE/libs/swift/llm/dataset/preprocessor/core.py found in paper text by Syntology ran no licence file found · pointer only · 892509bb501cfb21 · report
get_imports shen8424/CORE/libs/transformers/dynamic_module_utils.py found in paper text by Syntology ran no licence file found · pointer only · fd6301ff8929a985 · report
get_lora_checkpoints shen8424/CORE/code/sft-stage1or2.py found in paper text by Syntology ran no licence file found · pointer only · e331a3ccee1e278a · report
get_relative_import_files shen8424/CORE/libs/transformers/dynamic_module_utils.py found in paper text by Syntology ran no licence file found · pointer only · 7a7bfcbbe9e6611e · report
get_relative_imports shen8424/CORE/libs/transformers/dynamic_module_utils.py found in paper text by Syntology ran no licence file found · pointer only · 35034aa4f89388d1 · report
infer_metric_tags_from_eval_results shen8424/CORE/libs/transformers/modelcard.py found in paper text by Syntology ran no licence file found · pointer only · dd8f7751ef859581 · report
is_layer_block shen8424/CORE/libs/transformers/model_debugging_utils.py found in paper text by Syntology ran no licence file found · pointer only · 84c65f990fc244a2 · report
parse_keras_history shen8424/CORE/libs/transformers/modelcard.py found in paper text by Syntology ran no licence file found · pointer only · e6632a5722f0840d · report
prepare_fa2_from_position_ids shen8424/CORE/libs/transformers/modeling_flash_attention_utils.py found in paper text by Syntology ran no licence file found · pointer only · 93e50e3428eab46d · report
quick_gelu shen8424/CORE/libs/transformers/modeling_flax_utils.py found in paper text by Syntology ran fingerprinted no licence file found · pointer only · a66d2b78670c85e1 · report
rename_key_and_reshape_tensor shen8424/CORE/libs/transformers/modeling_flax_pytorch_utils.py found in paper text by Syntology ran no licence file found · pointer only · 30d50ff2ced6b7a3 · report
resolve_repo_path shen8424/CORE/code/sft-stage1or2.py found in paper text by Syntology ran no licence file found · pointer only · d3be3946b15d75c9 · report
resolve_repo_paths shen8424/CORE/code/sft-stage1or2.py found in paper text by Syntology ran no licence file found · pointer only · 83676309669d7196 · report
is_hf_dataset shen8424/CORE/libs/transformers/modelcard.py found in paper text by Syntology unverified no licence file found · pointer only · ec7b1528a936234d · report
read_field shen8424/CORE/libs/transformers/modeling_gguf_pytorch_utils.py found in paper text by Syntology unverified no licence file found · pointer only · 9aeec6efae4fb215 · report
resolve_repo_paths shen8424/CORE/code/train_stage_pipeline.py found in paper text by Syntology unverified no licence file found · pointer only · 3d3611aad8ea9011 · report

Results from the paper

The Papers with Code archive ends with its 2025-07-28 snapshot. This paper's arXiv identifier, 2606.03066, was issued in June 2026, after that date, so the archive has no leaderboard rows for it.

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