ConceptioArchivearXiv CS
arXiv CSopen access

ThinkDeception: A Progressive Reinforcement Learning Framework for Interpretable Multimodal Deception Detection

Unknown · 2026 · arxiv_cs
arXiv CS · Papers · License: Open Access · 2026
Open Source ↗Direct PDF ↓
artificialintelligenceknowledgerepresentationreasoning
artificial intelligence, reasoning, knowledge representation

arXiv:2606.18988v1 [cs.AI] 17 Jun 2026

ThinkDeception: A Progressive Reinforcement Learning Framework for Interpretable Multimodal Deception Detection Jinhao Song∗

Shan Liang∗

Yiqun Yue

Xi’an Jiaotong-Liverpool University Suzhou, China [email protected]

[email protected] Xi’an Jiaotong-Liverpool University Suzhou, China

Xi’an Jiaotong-Liverpool University Suzhou, China

Zhuhuayang Zhang

Tianqi Gao

Xi’an Jiaotong-Liverpool University Suzhou, China

Xi’an Jiaotong-Liverpool University Suzhou, China [email protected]

Abstract

CCS Concepts

Multimodal deception detection is critical for identifying fraudulent intentions, yet existing approaches predominantly rely on end-toend black-box paradigms. These methods suffer from a severe lack of interpretability—failing to provide transparent reasoning trajectories and struggling to explicitly capture the subtle, cross-modal inconsistencies inherent in deceptive behaviors. To transcend these limitations, we propose ThinkDeception, a novel and interpretable multimodal deception detection framework. As a pioneering effort, it introduces Multimodal Large Language Models (MLLMs) into this domain, transforming deception detection from a traditional binary classification task into an explicit cognitive reasoning process. Facilitated by the first meticulously annotated step-by-step multimodal Chain-of-Thought (CoT) dataset, we develop a foundational model, ThinkDeception-Base, empirically validating the critical role of modal inconsistency in decoding deception. Building upon this foundation, our core innovation lies in proposing Visual-Audio Consistency Group Relative Policy Optimization(VACGRPO) equipped with a progressive training strategy. Distinct from standard GRPO, we stratify the training data into four progressive difficulty tiers, guiding the model through a psychologically grounded “easy-to-hard” cognitive transition. By innovatively coupling this dynamic curriculum scheduler with a multi-dimensional, process-aware reward mechanism and a reflective learning paradigm, we significantly elevate the model’s overall reasoning quality. Extensive experiments on mainstream benchmarks demonstrate that ThinkDeception establishes a new state-of-the-art (SOTA), significantly outperforming existing methods in both detection accuracy and rationale quality. Ultimately, this work successfully drives the field of deception detection toward interpretable, multimodal cognitive reasoning.

• Computing methodologies → Scene understanding.

∗ Both authors contributed equally to this research.

Permission to make digital or hard copies of all or part of this work for personal or classroom use is granted without fee provided that copies are not made or distributed for profit or commercial advantage and that copies bear this notice and the full citation on the first page. Copyrights for components of this work owned by others than the author(s) must be honored. Abstracting with credit is permitted. To copy otherwise, or republish, to post on servers or to redistribute to lists, requires prior specific permission and/or a fee. Request permissions from [email protected]. Conference acronym ’XX, Woodstock, NY © 2026 Copyright held by the owner/author(s). Publication rights licensed to ACM. ACM ISBN 978-1-4503-XXXX-X/2018/06 https://doi.org/XXXXXXX.XXXXXXX

Keywords Deception Detection, Multimodal Learning, Chain-of-Thought, Reinforcement Learning ACM Reference Format: Jinhao Song, Shan Liang, Yiqun Yue, Zhuhuayang Zhang, and Tianqi Gao. 2026. ThinkDeception: A Progressive Reinforcement Learning Framework for Interpretable Multimodal Deception Detection. In Proceedings of Make sure to enter the correct conference title from your rights confirmation email (Conference acronym ’XX). ACM, New York, NY, USA, 10 pages. https://doi. org/XXXXXXX.XXXXXXX

1

Introduction

Although multimodal deception detection methods integrating visual and acoustic information have achieved significant progress, they remain constrained by two major bottlenecks[11][42]. First, due to the high costs associated with data collection and annotation, existing datasets are limited in scale, rendering models prone to local overfitting and hindering their ability to extract universally applicable deceptive cues. Second, the diversity of data source scenarios(courtrooms,laboratory settings) introduces significant domain discrepancies[1], coupled with the inherent heterogeneity across modalities, severely impedes the learning of multimodal representations and the cross-domain generalization capabilities of the models. With the rapid advancement of multimodal large language models(MLLMs) in areas such as video understanding[17][22][3][19][27][31][38], we also begin to contemplate a question: Can we fully leverage the reasoning potential of multimodal large language models(MLLMs) to propose a method that, akin to human cognition, progressively analyses the deceptive cues step by step and ultimately arrives at a judgement? Therefore, we present the first exploration of an interpretable deception detection method empowered by Reinforcement Learning (RL). During our investigation, we identified and tackled the following core bottlenecks: (1) Lack of Fine-Grained Reasoning Datasets: Current datasets[1][10][25][29] are largely limited to coarse-grained veracity labels or shallow feature shifts, severely lacking the fine-grained visual and acoustic descriptive annotations necessary to supervise the reasoning process. Most critically,

Conference acronym ’XX, June 03–05, 2026, Woodstock, NY

the field still lacks high-quality datasets that can directly instruct RL models to engage in Chain-of-Thought (CoT) reasoning. (2) Inadequate Logical Reasoning Capabilities: Current MLLMs lack a systematic reasoning paradigm for deception detection[37][5]. They struggle to align critical multimodal cues, including visual micro-expressions and AUs intensities, acoustic pitch and prosody fluctuations, and textual emotional shifts. (3) Transfer Limitations of Traditional RL[23][41]: While RL excels in visual understanding, its direct application to deception detection is still very limited. Relying strictly on final classification accuracy for outcome supervision creates a sparse reward environment. This frequently induces factual hallucinations in audio-visual cue extraction, severely compromising the interpretability and reliability of the reasoning chain. (4) Significant Heterogeneity and Domain Shifts: Existing datasets are highly heterogeneous and feature spontaneous, highly subtle deceptive behaviors. Applying RL directly to data with such severe domain shifts frequently traps models in local optima or precipitates training collapse.

Trovato et al.

a high-quality multimodal Chain-of-Thought (CoT) dataset derived from open-source data. We design a specialized annotation pipeline to extract textual, visual, and acoustic cues, supplemented by fine-grained timestamp annotations to achieve precise audiovisual alignment. Second, as directly applying RL strategies to large models often suffers from convergence difficulties and fails to capture core cues, we adopt a “teach-then-align” paradigm. Using Supervised Fine-Tuning (SFT), we train a ThinkDeception-Base to initially acquire the capabilities of step-by-step reasoning and cross-modal inconsistency verification. This stage ensures that the model’s reasoning process closely aligns with human psychological cognitive models. Finally, in the RL phase, we introduce a Curriculum Learning[24][40] mechanism. By categorizing the data into four difficulty levels—truthful, low-level, mid-level, and highlevel deception—we guide the model learning through a progressive and easy to hard approach. During this process, alongside foundational rule and format-based rewards, we pioneer a fine-grained, step-wise evaluation metric following the cognitive sequence of “Observation-Listening-Reasoning-Answering”. By providing comprehensive reward supervision across the multimodal reasoning chain, we ultimately ensure the dual superiority of both reasoning quality and prediction accuracy.

2 Related Work 2.1 Deception Detection Deception detection has recently achieved remarkable progress in single-modal representation and multimodal fusion. Specifically, capturing fine-grained acoustic features[32], analyzing visual emotion and eye movement[36][8], and enhancing cross-domain generalization through feature alignment and unified mapping[33] have significantly advanced the field.[14] Nevertheless, current deep learning methods are hindered by their inherent black-box nature[33][21][18], producing predictions that lack traceable and verifiable logical reasoning grounds. Therefore, overcoming this interpretability bottleneck to shift the paradigm from opaque classification toward full-pipeline transparent reasoning is crucial for ensuring both the reliability and accuracy of deception detection.

2.2

Figure 1: (A) Conventional deep learning directly yields predictions without interpretable processes.(B) Conversely, our method performs explicit step-by-step reasoning to deliver both transparent analytical trajectories and the final result. To address the aforementioned challenges, we propose ThinkDeception, a novel multimodal deception detection reasoning framework enhanced by Reinforcement Learning (RL). First, to bridge the critical gap in reasoning data, we construct Deception-10K,

GRPO and Multimodal Reasoning

Group Relative Policy Optimization (GRPO)[28] significantly reduces training overhead by estimating advantages via intra-group relative scores. DeepSeek-R1[9] demonstrated that sparse rulebased rewards can elicit emergent Chain-of-Thought (CoT) reasoning. However, relying solely on outcome rewards makes standard GRPO prone to “reward hacking” in multimodal tasks, causing the model to generate superficially fluent reasoning disconnected from perceptual evidence, thereby undermining CoT credibility. To address this, Vision-R1[15] and Video-R1[7] extended GRPO to visual domains, demonstrating the generalization benefits of RL post-training. Subsequently, works like GRPO-CARE[2], FactR1[39], and EmotionThinker[30] introduced process-aware rewards and progressive constraints, partially mitigating advantage signal collapse and providing a paradigm for multimodal reasoning. While emerging works have successfully adapted RL-driven CoT to specific fields like autonomous driving (ThinkDrive[40]) and

ThinkDeception: A Progressive Reinforcement Learning Framework for Interpretable Multimodal Deception Detection Conference acronym ’XX, June 03–05, 2026, Woodstock, NY

emotion recognition (EmotionThinker[30], EMO-R3[37]), they operate under the fundamental assumption of cooperative consistency across multimodal features. Deception detection, however, is an inherently adversarial cognitive process driven by deliberate behavioral camouflage.Therefore, the development of GRPO optimization mechanisms for deception detection is critical for advancing deceptive reasoning in multimodal large language models(MLLMs).

3

Method

The proposed ThinkDeception framework unfolds in three key stages, as depicted in Figure 2. Initially, we formulate the Deception10K dataset, which provides step-by-step reasoning trajectories grounded in fine-grained visual, acoustic, and temporal annotations. Subsequently, leveraging Qwen2.5-Omni-7B[34] as the foundational architecture, we apply Supervised Fine-Tuning (SFT) for a cold start, producing ThinkDeception-Base equipped with initial deductive reasoning skills. Ultimately, we deploy a novel scheduled training strategy alongside a reflective Reinforcement Learning (RL) approach to comprehensively refine and optimize the model’s reasoning optimization process.

3.1

Deception-10K

By combining open-source benchmarks including MDPE[1] and DOLOS[10], RLTD[25], and Box of Lies[29], we construct the first fine-grained audio-visual Chain-of-Thought (CoT) dataset. This dataset comprises 10,000 video-reasoning pairs, totaling approximately 50 hours, with each sample featuring step-by-step reasoning trajectories and precise timestamp alignment annotations. For visual feature extraction, we employ OpenFace3.0[13], pretrained on the Affect+ dataset[6], to systematically extract facial Action Units (AUs) intensities and eight fundamental emotion categories. Instead of using emotion labels, we use the emotion probability distribution to represent the subtle and dynamic in this work. The core motivation behind this design is that both emotional expression and the leakage of deceptive cues are highly coherent temporal processes. Forcing the use of discrete labels inherently causes the model to overlook discriminative, latent emotional fluctuations. In contrast, continuous probability distributions effectively preserve these easily neglected yet crucial authentic emotional shifts. In terms of acoustic features, we use standard speech processing tools to deeply disentangle and extract pitch, speech rate, and prosody directly from the raw audio signals. Ultimately, these fine-grained multimodal cues serve as conditional prompts for the Qwen3-Omni-30B[35] model, driving it to generate high-quality, step-by-step reasoning processes. The generated reasoning chains are strictly standardized into <Think></Think>, <Step></Step> and <Answer></Answer> structural formats. To mitigate potential inherent biases and factual hallucinations from the language models, all generated reasoning trajectories were rigorously reviewed and scored by professional psychologists. Comprehensive pipeline details and dataset exemplars are provided in the Appendix.

3.2

Progressive Training Strategy

While Supervised Fine-Tuning (SFT) successfully aligns the output format, the model’s inherent reasoning capabilities remain suboptimal, necessitating Reinforcement Learning (RL)[28] for further policy optimization. However, standard group-relative RL algorithms struggle during early training. When confronted with complex, spontaneous deception, the model’s initial reasoning deficits lead to incorrect trajectories, injecting severe gradient noise and risking catastrophic policy collapse. To overcome this bottleneck, we abandon traditional random sampling and introduce a progressive RL framework. By decoupling multimodal sample difficulty, we guide policy iteration through a psychologically grounded, “easy-to-hard” cognitive progression. 3.2.1 Multimodal Difficulty Assessment and Curriculum Sampling. As illustrated in Figure 2(d), to facilitate a smooth cognitive transition during the Reinforcement Learning (RL)[28] phase, we design a difficulty assessment mechanism predicated on the salience of multimodal cues. Specifically, we categorize the samples into four progressive difficulty levels based on the deceptive features exhibited by the speakers: Truthful, Low-level deception, Mid-level deception, and High-level deception. Let 𝑦 ∈ {0, 1} denote the ground-truth veracity label (0 for truthful, 1 for deceptive). We define three boolean indicator variables, 𝐼 𝑣 , 𝐼𝑎 , 𝐼𝑐 ∈ {0, 1}, representing the presence of explicit deceptive cues in the visual modality, explicit deceptive cues in the acoustic modality, and significant cross-modal semantic-audio-visual conflicts, respectively. Consequently, for any given sample 𝑥𝑖 , its difficulty level 𝑑𝑖 is formulated as follows:

𝑑𝑖 =

 0,     1,    2,     3, 

if 𝑦 = 0 if 𝑦 = 1 and (𝐼 𝑣 = 1 ∧ 𝐼𝑎 = 1) if 𝑦 = 1 and (𝐼 𝑣 ⊕ 𝐼𝑎 = 1) if 𝑦 = 1 and (𝐼 𝑣 = 0 ∧ 𝐼𝑎 = 0 ∧ 𝐼𝑐 = 1)

(1)

where ⊕ denotes the logical XOR operator. This formally models progressive deception concealment: low-level deceivers show explicit visual-acoustic flaws (𝑑𝑖 = 1), mid-level deceivers reveal unimodal inconsistencies (𝑑𝑖 = 2), and high-level deceivers fully camouflage audiovisual cues, requiring cross-modal inconsistency verification (𝐼𝑐 = 1) to detect latent conflicts (𝑑𝑖 = 3). To prevent optimization instability caused by abrupt shifts in task complexity, we propose a Gaussian-weighted curriculum learning strategy. This smoothly prioritizes easier samples early on and dynamically transitions to harder ones. For 𝐾 = 4 difficulty levels, the unnormalized sampling weight 𝑆𝐺𝑎𝑢𝑠𝑠𝑖𝑎𝑛 (𝑡, 𝑘) for difficulty 𝑘 ∈ {0, 1, 2, 3} at step 𝑡 is defined as:   (𝑥𝑡 − 𝜇𝑘 ) 2 𝑆𝐺𝑎𝑢𝑠𝑠𝑖𝑎𝑛 (𝑡, 𝑘) = exp − (2) 2𝜎 2 The dynamic control variable 𝑥𝑡 , which determines the temporal evolution of the sampling peak center, is calculated as:  𝑡 𝛽 𝑥𝑡 = (𝐾 − 1) (3) 𝑇 where 𝑇 represents the total number of RL training steps; 𝜇𝑘 = 𝑘 denotes the fixed mean corresponding to difficulty level 𝑘; 𝜎 is the variance parameter controlling the concentration of the sampling

Conference acronym ’XX, June 03–05, 2026, Woodstock, NY

Trovato et al.

Figure 2: The overall pipeline of the proposed ThinkDeception framework. It comprises four main components: (a) Dataset Processing Pipeline; (b) Supervised Fine-Tuning (SFT) Phase; (c) Reinforcement Learning Phase; and (d) Progressive Training Strategy, which stratifies the dataset into four distinct difficulty levels to facilitate an easy-to-hard progressive curriculum; (e) Reward and Reflection mechanism distribution; and 𝛽 is a non-linear modulation coefficient governing the drift rate of the sampling center 𝑥𝑡 . To obtain the actual batch sampling probability, we normalize the Gaussian weights across all difficulty levels. The final probability 𝑃 (𝑘 |𝑡) of sampling a sample of difficulty 𝑘 at step 𝑡 is given by: 𝑆𝐺𝑎𝑢𝑠𝑠𝑖𝑎𝑛 (𝑡, 𝑘) 𝑃 (𝑘 |𝑡) = Í𝐾 −1 𝑗=0 𝑆𝐺𝑎𝑢𝑠𝑠𝑖𝑎𝑛 (𝑡, 𝑗)

(4)

By employing this progressive, difficulty-aware scheduling strategy, we effectively mitigate the issues of sparse rewards and training collapse caused by overly large exploration spaces in the initial RL stages. Concurrently, it compels the model to concentrate on resolving subtle cross-modal conflicts during the mid-to-late training phases, thereby profoundly activating the multimodal large language model’s underlying reasoning potential.

3.2.2 Structured Analysis. Traditional deep learning for deception detection[33][21][18] relies on implicit feature clustering, which suffers from overfitting and frequently misclassifies genuine stress as deceit. To overcome this, we propose a Structured Analysis and Reflection Mechanism that shifts to explicit step-wise reasoning. Because sophisticated deceivers meticulously camouflage their cues, deception rarely manifests in a single modality; rather, it is embedded in latent cross-modal inconsistencies. By forcing the model to scrutinize divergences across semantic, visual, and acoustic behaviors, we deconstruct the detection task into four reflection that mirror criminal psychology:

ThinkDeception: A Progressive Reinforcement Learning Framework for Interpretable Multimodal Deception Detection Conference acronym ’XX, June 03–05, 2026, Woodstock, NY

Structured Analysis and Reflection Mechanism: • Textual Semantic Anchoring: Extract and understand the textual content as the factual baseline and cognitive context of the entire video. • Visual Cue Decoding: Focus on fine-grained visual changes within specific time segments, identifying potential deceptive cues such as masking smiles through precise description of micro-expressions and Action Units (AUs).

the factual baseline 𝐽 to generate training data scored along two distinct dimensions: Factual Accuracy and Feature Completeness. To mitigate potential inherent biases and factual hallucinations from the language models, all generated reasoning trajectories were rigorously reviewed and scored by professional psychologists. During the RL phase, the generated visual (𝑠 2 ) and acoustic (𝑠 3 ) reasoning steps are fed into the frozen judge model along with the factual baseline 𝐽 and specifically tailored evaluation prompts 𝑃 𝑣 and 𝑃𝑎 :

• Acoustic Feature Mapping: Analyze acoustic fluctuations such as pitch, speech rate, and prosody within corresponding time segments to quantitatively assess whether the speaker is in a state of abnormal tension or anxiety.

Prompt 𝑃 𝑣 (Visual Evaluation): Evaluate whether the following textual description accurately and comprehensively captures the visual content of the video in terms of factual alignment and feature completeness.

• Cross-modal Conflict Reflection: Act as the core reasoning hub to cross-reference and globally evaluate the aforementioned textual, visual, and acoustic outputs, aiming to unearth deep-seated cross-modal inconsistencies.

Prompt 𝑃𝑎 (Acoustic Evaluation): Evaluate whether the following textual description accurately and comprehensively captures the acoustic content of the video in terms of factual alignment and feature completeness.

3.2.3 Format Reward and Accuracy Reward. Specifically, following the rule-based reward paradigm of GRPO[28], we define two reward terms to govern the model’s output structure. The format reward, denoted as R 𝑓 , measures whether the model adheres to the structured output format. It verifies the presence of each intermediate reasoning step 𝑠𝑖 and ensures that the final answer is properly enclosed within the </Answer> tags: ( 1, if the step and Answer format are correct; R𝑓 = (5) 0, otherwise. Meanwhile, the accuracy reward, denoted as R𝑎𝑐𝑐 , evaluates whether the predicted deception label Ê aligns with the groundtruth deception label E ∗ : ( 1, if Ê = E ∗ ; R𝑎𝑐𝑐 = (6) 0, otherwise. The two reward terms are jointly used to ensure that the generated reasoning contents can strictly meet the structural requirements. 3.2.4 Visual-Audio Consistency Reasoning Reward and Reflection Mechanism. The previously discussed reward mechanisms rely exclusively on outcome supervision, rendering the model highly susceptible to “shortcut learning”. In such scenarios, the model may hallucinate flawed or irrational reasoning trajectories merely to manipulate the correct final answer. To overcome this limitation, we propose the Visual-Audio Consistency Reward (VACGRPO), designed to impose fine-grained constraints on the factual accuracy and feature completeness of the audio-visual reasoning process. Specifically, we leverage a knowledge distillation strategy to pre-train a lightweight judge model based on the Qwen2.5-Omni3B[34] architecture. We define a structured factual ground-truth set 𝐽 = {𝐹 𝑣 , 𝐹𝑎 } derived from raw videos, where 𝐹 𝑣 contains continuous emotion probability distributions and AUs intensities, and 𝐹𝑎 includes disentangled pitch, speech rate, and prosody. To build the training corpus for this judge model, we prompt GPT-4o[16] with

Conditioned on the factual ground-truth set 𝐽 , the frozen judge model M 𝑗𝑢𝑑𝑔𝑒 generates discrete reflective outputs for the visual and acoustic reasoning steps, respectively: 𝑦ˆ𝑣 = M 𝑗𝑢𝑑𝑔𝑒 (𝐹 𝑣 , 𝑠 2, 𝑃 𝑣 ),

𝑦ˆ𝑎 = M 𝑗𝑢𝑑𝑔𝑒 (𝐹𝑎 , 𝑠 3, 𝑃𝑎 )

(7)

The reflective outputs 𝑦ˆ𝑣 and 𝑦ˆ𝑎 are discrete binary indicators (“Yes” or “No”). Consequently, the modality-specific consistency rewards (denoted as R 𝑣 and R𝑎 ) are formally defined as follows: ( 1, if 𝑦ˆ𝑚 = Yes; R𝑚 = for 𝑚 ∈ {𝑣, 𝑎} (8) 0, if 𝑦ˆ𝑚 = No. By incorporating this dual-modality reward mechanism, we ensure that the generated reasoning process achieves superior quality across two critical dimensions: • Factuality: It rigorously verifies whether the textual reasoning strictly adheres to the objective physical features delineated in 𝐽 , such as subtle micro-expression variations and dynamic pitch shifts. • Completeness: It assesses whether the model comprehensively captures and articulates the salient physical traits present in 𝐽 . Ultimately, this constraint guarantees a high degree of multimodal consistency between the step-wise textual descriptions and the actual audio-visual content. However, for certain high-level deceivers, easily perceptible deceptive cues may not manifest within the audio-visual modalities. To address this, we propose a reflection reward mechanism based on cross-modal inconsistency verification. Let 𝑦 ∈ {0, 1} denote the ground-truth label of the sample (where 1 indicates the presence of deceptive behavior). Let 𝐸 ∈ {0, 1} be a boolean indicator variable representing whether the model extracts salient unimodal abnormal features during the generation of steps 𝑠 1 to 𝑠 3 (𝐸 = 1 indicates the presence of explicit features). Furthermore, we define an indicator function Φ𝑐𝑜𝑛𝑓 𝑙𝑖𝑐𝑡 (𝑠 4 ) ∈ {0, 1}

Conference acronym ’XX, June 03–05, 2026, Woodstock, NY

Trovato et al.

to determine whether the model explicitly conducts logical reasoning and transition analysis regarding “cross-modal conflicts, contradictions, or camouflage” in the output 𝑠 4 of the fourth stage. Based on this, the conditional logic alignment reward 𝑅𝑙𝑜𝑔𝑖𝑐 is mathematically defined as follows:   +1.0,     −1.0,     𝑅𝑙𝑜𝑔𝑖𝑐 = +1.0,    −1.0,      0.0, 

if (𝑦 = 1 ∧ 𝐸 = 0) and Φ𝑐𝑜𝑛𝑓 𝑙𝑖𝑐𝑡 (𝑠 4 ) = 1 if (𝑦 = 1 ∧ 𝐸 = 0) and Φ𝑐𝑜𝑛𝑓 𝑙𝑖𝑐𝑡 (𝑠 4 ) = 0 if (𝑦 = 1 ∧ 𝐸 = 1) and Φ𝑐𝑜𝑛𝑓 𝑙𝑖𝑐𝑡 (𝑠 4 ) = 1 if 𝑦 = 0 and Φ𝑐𝑜𝑛𝑓 𝑙𝑖𝑐𝑡 (𝑠 4 ) = 1 otherwise

𝑅𝑎 + 𝑅𝑣 + 𝑅𝑙𝑜𝑔𝑖𝑐 3

(10)

Ultimately, the overall optimization objective for the proposed VAC-GRPO framework is formulated as a weighted sum of the aforementioned reward components: R𝑡𝑜𝑡𝑎𝑙 = 𝛼 𝑓 R 𝑓 + 𝛼𝑎 R𝑎𝑐𝑐 + 𝛼𝑟 R𝑟𝑒𝑎𝑠𝑜𝑛𝑖𝑛𝑔

(11)

where the coefficients 𝛼 𝑓 , 𝛼𝑎 , and 𝛼𝑟 represent the corresponding hyperparameter weights that govern the relative contribution of each reward component during the policy update.

4 Experiments 4.1 Datasets and Evaluation Metrics To comprehensively evaluate the model’s accuracy and reasoning capabilities in deception detection, our experiments are conducted on our newly constructed multimodal Chain-of-Thought dataset, Deception-10K. Specifically, we select four mainstream deception detection subsets encompassed by this dataset. Regarding the training protocol, we conduct independent model training on the DOLOS[10] and MDPE[1] datasets (In-domain Training). Conversely, the remaining two datasets (RLTD[25] and Box of Lies[29]) are strictly reserved as unseen test beds, dedicated exclusively to assessing the model’s cross-domain generalization performance across diverse scenarios, racial demographics, and elicitation environments. In terms of evaluation metrics, we adopt standard classification Accuracy (ACC) as the core quantitative metric for the final deception recognition results. Furthermore, as this paper pioneers the introduction of an explicit reasoning paradigm to this field, we incorporate reasoning quality metrics. By employing both an LLM-as-a-Judge and human expert blind reviews, we conduct a finegrained quantitative assessment of the generated Chain-of-Thought (CoT) across critical dimensions, including factual consistency and logical coherence.

Baseline Methods

• Traditional Multimodal Deep Learning Methods: We select LCUNet[33], MMPDA[21], and CogGuided[18]. To maintain absolute experimental fairness, we strictly isolate the Chainof-Thought (CoT) texts in Deception-10K during the training of these models. Consequently, they are trained solely on the raw audio-visual features coupled with binary veracity labels. • Omni Large Language Models: Qwen2.5-Omni-7B[34], Qwen3Omni-30B[35], Gemini2.5-Pro[4], and GLM-4.6v[12].

(9)

This reward function effectively ensures that if no deceptive cues are captured during the initial three reasoning steps, the model is compelled to engage in deep reflective reasoning; conversely, if explicit deceptive cues are detected, it directly proceeds to output the conclusion. More detailed explanations are provided in the Appendix. Ultimately, the joint reasoning reward is obtained by averaging the audio-visual consistency reward and the logic reflection reward: 𝑅𝑟𝑒𝑎𝑠𝑜𝑛𝑖𝑛𝑔 =

4.2

To thoroughly demonstrate the efficacy of the ThinkDeception framework, we compare it against 7 representative baseline methods, categorized into two groups:

4.3

Implementation Details

All training procedures are conducted on 8× NVIDIA A100 (80GB) GPUs. In the supervised fine-tuning (SFT) cold-start phase, we adopt Qwen2.5-Omni-7B[34] as the foundation model and fine-tune it for one epoch on a subset of the Deception-10K dataset. This yields the baseline model, ThinkDeception-Base, which is equipped with preliminary step-by-step reasoning capabilities. During the subsequent reinforcement learning (RL) phase, we employ the Group Relative Policy Optimization (GRPO) algorithm[9][26] with a learning rate of 1 × 10−6 . For each input video-text pair, the policy model generates 𝐾 = 8 candidate reasoning trajectories (rollouts), with the sampling process executed every 50 training steps.

4.4

Evaluation Metrics

To comprehensively and rigorously assess the generalization capability of our model, we conduct evaluations under both in-domain and cross-domain settings. Across all benchmark datasets, we employ classification accuracy as the primary objective metric. Furthermore, specifically tailored for Multimodal Large Language Models (MLLMs), we introduce a novel Reasoning Quality Score to quantitatively measure the logical coherence and cross-modal factual consistency of the generated rationales.

4.5

Comparative Results

As illustrated in Table 2, ThinkDeception achieves state-of-the-art (SOTA) performance in both overall detection accuracy and reasoning quality. Specifically, our model consistently secures the highest accuracy across all evaluated datasets, reaching an average accuracy of 73.76% and outperforming the second-best baseline by a substantial absolute margin of 8.52%.Notably, while the majority of existing baseline models excel in general visual understanding tasks, their performance in deception detection hovers around the random guess baseline of 50%, despite being guided by identical prompts. This profound degradation underscores the significant potential and critical necessity for developing domain-specific Multimodal Large Language Models (MLLMs) tailored for deception detection. Furthermore, our model demonstrates exceptional robustness in cross-domain evaluations, particularly on the highly challenging, multi-speaker Box of Lies (BOL)[29] dataset. This compellingly verifies that rather than merely overfitting to surface-level feature mappings, ThinkDeception has successfully internalized a

ThinkDeception: A Progressive Reinforcement Learning Framework for Interpretable Multimodal Deception Detection Conference acronym ’XX, June 03–05, 2026, Woodstock, NY

Figure 3: Qualitative comparison between ThinkDeception and baseline models. generalized and unified reasoning paradigm for deception recognition.

4.6

Ablation Study

Experimental results demonstrate that Supervised Fine-Tuning (SFT) yields a notable improvement in accuracy, substantiating the efficacy of our proposed modality inconsistency verification.

The subsequent integration of VAC-GRPO reinforcement learning further elevates the model’s performance. Furthermore, ablation studies on the core reward mechanisms reveal a phenomenon highly consistent with deceptive psychology: low-level visual-audio conflicts are inherently more discriminative than pure textual logic. This empirical finding corroborates that while deceivers can often fabricate logically watertight lies, it is exceedingly difficult for them

Conference acronym ’XX, June 03–05, 2026, Woodstock, NY

Trovato et al.

Table 1: Performance comparison of ThinkDeception with state-of-the-art baselines on four deception detection datasets. We report Classification Accuracy (%) across both in-domain (DOLOS, MDPE) and cross-domain (RLTD, Box of Lies) settings, along with the Average Reasoning Quality Score (Avg RS, scaled 1-5).

Methods

In-domain (ACC %) DOLOS MDPE

Cross-domain (ACC %) RLTD Box of Lies

70.56 68.95 69.18

68.44 66.45 65.91

59.27 60.33 60.44

54.29 53.33 51.69 60.21

52.43 54.21 56.48 57.14

60.15 76.83

59.43 77.60

Avg ACC

Avg RS

48.20 56.92 58.75

61.62 65.24 65.18

-

40.22 38.13 39.50 48.41

49.72 50.26 41.15 47.39

49.17 48.98 47.21 53.29

2.57 2.58 2.19 2.05

55.62 71.20

56.80 69.41

58.00 73.76

2.85 3.65

Deep Learning Methods LCUNet[33] MMPDA[21] CogGuided[18] Omni Large Language Models Qwen2.5-Omni-7B[34] Qwen3-Omni-30B[35] Gemini2.5-Pro[4] GLM-4.6v[12] Ours ThinkDeception-Base (SFT Only) ThinkDeception (Ours)

Table 2: Ablation studies on the proposed ThinkDeception framework. In-domain

Model Variants

DOLOS

Cross-domain

Avg ACC

Avg RS

49.72 56.80 62.31 69.41

49.17 58.00 67.41 73.76

2.57 2.85 3.27 3.65

69.41 69.40 71.12

73.76 69.26 70.91

3.65 3.15 3.22

MDPE

RLTD

Box of Lies

52.43 59.43 72.52 77.60

40.22 55.62 63.52 71.20

77.60 69.67 70.13

71.20 67.82 69.57

(a) Ablation on Training Strategies Qwen2.5-Omni-7B ThinkDeception-Base (SFT) + Standard GRPO (R 𝑓 + R𝑎𝑐𝑐 ) + Progressive RL (Full Model)

54.29 60.15 71.30 76.83

(b) Ablation on Reward Components ThinkDeception (Full Model) 𝑤/𝑜 Visual-Audio Consist. (R𝑎𝑣 ) 𝑤/𝑜 Logic Alignment (R𝑙𝑜𝑔𝑖𝑐 )

Figure 4: (a) Test accuracy comparison between VAC-GRPO and standard GRPO. (b) Dynamic sampling distribution across distinct difficulty levels over training steps. (c) Ablation study on key hyperparameters.

to simultaneously suppress the physiological tension manifested in their visual and acoustic cues. This aligns with earlier observations that over-reliance on textual priors in deception detection makes the model highly susceptible to overfitting.

76.83 70.13 72.80

Finally, we conduct hyperparameter ablations. Results indicate that the model achieves optimal performance when the number of sampled trajectories is set to 𝐾 = 8 . Additionally, sensitivity analysis on 𝛼𝑎 and 𝛼𝑟 shows that the peak performance occurs at 𝛼𝑟 = 0.5. An excessively high 𝛼𝑟 leads to performance degradation, demonstrating that overemphasizing intermediate reasoning signals can interfere with the advantage estimation of the primary task, thereby introducing optimization instability. This finding profoundly underscores the critical importance of maintaining a dynamic balance in reward distribution during multimodal reinforcement learning.

4.7

Qualitative Analysis

As illustrated in Figure 4, compared to state-of-the-art models such as Qwen2.5-Omni-7B[34], Gemini 2.5 Pro[4], and Qwen3-Omni30B[35], our ThinkDeception framework achieves the highest results in both reasoning quality and factual consistency. The baseline models generally suffer from short-circuit reasoning, erroneous

ThinkDeception: A Progressive Reinforcement Learning Framework for Interpretable Multimodal Deception Detection Conference acronym ’XX, June 03–05, 2026, Woodstock, NY

classifications, and severe hallucination issues where the reasoning trajectories are disconnected from factual evidence.

4.8

Reliability of The Foundational Models

Comprehensive details and reliability evaluations for the adopted generative (Qwen3-Omni-30B[35]) and judge (GPT-4o[16], Qwen2.5Omni-3B[34]) models, as well as how to train a lightweight judge model[20], are detailed in the Appendix.

5

Conclusion

In this paper, we propose ThinkDeception, successfully introducing the reasoning capabilities of Large Language Models into the domain of deception detection for the first time. This work drives a paradigm shift in deception recognition from a traditional binary classification task to an interpretable reasoning process. During the training phase, we design a progressive learning strategy to guide the model in internalizing deceptive features in an easy-tohard manner. Concurrently, we introduce VAC-GRPO, enabling the model to conduct rigorous step-by-step reasoning. This architecture empowers the model to generate factually consistent reasoning steps and precisely capture latent deceptive cues. Comprehensive experiments across multiple benchmark datasets demonstrate that ThinkDeception establishes a new state-of-the-art in both detection accuracy and reasoning quality.

References [1] Cong Cai, Shan Liang, Xuefei Liu, Kang Zhu, Zhengqi Wen, Jianhua Tao, Heng Xie, Jizhou Cui, Yiming Ma, Zhenhua Cheng, Hanzhe Xu, Ruibo Fu, Bin Liu, and Yongwei Li. 2025. MDPE: A Multimodal Deception Dataset with Personality and Emotional Characteristics. In Proceedings of the 33rd ACM International Conference on Multimedia (Dublin, Ireland) (MM ’25). Association for Computing Machinery, New York, NY, USA, 12957–12964. doi:10.1145/3746027.3758242 [2] Yi Chen, Yuying Ge, Rui Wang, Yixiao Ge, Junhao Cheng, Ying Shan, and Xihui Liu. 2025. GRPO-CARE: Consistency-Aware Reinforcement Learning for Multimodal Reasoning. arXiv:2506.16141 [cs.CV] https://arxiv.org/abs/2506.16141 [3] Zhe Chen, Jiannan Wu, Wenhai Wang, Weijie Su, Guo Chen, Sen Xing, Muyan Zhong, Qinglong Zhang, Xizhou Zhu, Lewei Lu, et al. 2024. Internvl: Scaling up vision foundation models and aligning for generic visual-linguistic tasks. In Proceedings of the IEEE/CVF conference on computer vision and pattern recognition. 24185–24198. [4] Gheorghe Comanici, Eric Bieber, Mike Schaekermann, Ice Pasupat, Noveen Sachdeva, Inderjit Dhillon, Marcel Blistein, Ori Ram, Dan Zhang, Evan Rosen, et al. 2025. Gemini 2.5: Pushing the frontier with advanced reasoning, multimodality, long context, and next generation agentic capabilities. arXiv preprint arXiv:2507.06261 (2025). [5] Yiyang Fang, Wenke Huang, Pei Fu, Yihao Yang, Kehua Su, Zhenbo Luo, Jian Luan, and Mang Ye. 2026. EMO-R3: Reflective Reinforcement Learning for Emotional Reasoning in Multimodal Large Language Models. arXiv preprint arXiv:2602.23802 (2026). [6] Ali Pourramezan Fard, Mohammad Mehdi Hosseini, Timothy D. Sweeny, and Mohammad H. Mahoor. 2026. AffectNet+: A Database for Enhancing Facial Expression Recognition With Soft-Labels. IEEE Transactions on Affective Computing 17, 1 (2026), 784–800. doi:10.1109/TAFFC.2025.3634523 [7] Kaituo Feng, Kaixiong Gong, Bohao Li, Zonghao Guo, Yibing Wang, Tianshuo Peng, Junfei Wu, Xiaoying Zhang, Benyou Wang, and Xiangyu Yue. 2025. VideoR1: Reinforcing Video Reasoning in MLLMs. arXiv:2503.21776 [cs.CV] https: //arxiv.org/abs/2503.21776 [8] Valentin Foucher, Santiago de Leon-Martinez, and Robert Moro. 2025. Eye movements as indicators of deception: A machine learning approach. In Proceedings of the 2025 Symposium on Eye Tracking Research and Applications. 1–7. [9] Daya Guo, Dejian Yang, Haowei Zhang, et al. 2025. DeepSeek-R1 incentivizes reasoning in LLMs through reinforcement learning. Nature 645, 8081 (Sept. 2025), 633–638. doi:10.1038/s41586-025-09422-z [10] Xiaobao Guo, Nithish Muthuchamy Selvaraj, Zitong Yu, Adams Wai-Kin Kong, Bingquan Shen, and Alex Kot. 2023. Audio-Visual Deception Detection: DOLOS Dataset and Parameter-Efficient Crossmodal Learning. arXiv:2303.12745 [cs.CV] https://arxiv.org/abs/2303.12745

[11] Xiaobao Guo, Zitong Yu, Nithish Muthuchamy Selvaraj, Bingquan Shen, Adams Wai-Kin Kong, and Alex C Kot. 2024. Benchmarking cross-domain audio-visual deception detection. arXiv preprint arXiv:2405.06995 (2024). [12] Wenyi Hong, Wenmeng Yu, Xiaotao Gu, Guo Wang, Guobing Gan, Haomiao Tang, Jiale Cheng, Ji Qi, Junhui Ji, Lihang Pan, et al. 2025. Glm-4.5 v and glm-4.1 v-thinking: Towards versatile multimodal reasoning with scalable reinforcement learning. arXiv preprint arXiv:2507.01006 (2025). [13] Jiewen Hu, Leena Mathur, Paul Pu Liang, and Louis-Philippe Morency. 2025. OpenFace 3.0: A Lightweight Multitask System for Comprehensive Facial Behavior Analysis. arXiv preprint arXiv:2506.02891 (2025). [14] Xiantao Hu, Ying Tai, Xu Zhao, Chen Zhao, Zhenyu Zhang, Jun Li, Bineng Zhong, and Jian Yang. 2024. Exploiting Multimodal Spatial-temporal Patterns for Video Object Tracking. arXiv:2412.15691 [cs.CV] https://arxiv.org/abs/2412.15691 [15] Wenxuan Huang, Bohan Jia, Zijie Zhai, Shaosheng Cao, Zheyu Ye, Fei Zhao, Zhe Xu, Xu Tang, Yao Hu, and Shaohui Lin. 2026. Vision-R1: Incentivizing Reasoning Capability in Multimodal Large Language Models. arXiv:2503.06749 [cs.CV] https://arxiv.org/abs/2503.06749 [16] Aaron Hurst, Adam Lerer, Adam P Goucher, Adam Perelman, Aditya Ramesh, Aidan Clark, AJ Ostrow, Akila Welihinda, Alan Hayes, Alec Radford, et al. 2024. Gpt-4o system card. arXiv preprint arXiv:2410.21276 (2024). [17] Bo Li, Yuanhan Zhang, Dong Guo, Renrui Zhang, Feng Li, Hao Zhang, Kaichen Zhang, Peiyuan Zhang, Yanwei Li, Ziwei Liu, et al. 2024. Llava-onevision: Easy visual task transfer. arXiv preprint arXiv:2408.03326 (2024). [18] Hao Li, Weiyang Tian, Haiyang Xie, Zechao Hu, Zhengwei Yang, and Zheng Wang. 2025. Multimodal Deception Detection via Cognitively Guided Inconsistency Modeling. In Proceedings of the 1st International Workshop & Challenge on Subtle Visual Computing (Ireland) (SVC ’25). Association for Computing Machinery, New York, NY, USA, 40–45. doi:10.1145/3728425.3759922 [19] Zhang Li, Biao Yang, Qiang Liu, Zhiyin Ma, Shuo Zhang, Jingxu Yang, Yabo Sun, Yuliang Liu, and Xiang Bai. 2024. Monkey: Image resolution and text label are important things for large multi-modal models. In proceedings of the IEEE/CVF conference on computer vision and pattern recognition. 26763–26773. [20] Zhuochun Li, Yong Zhang, Ming Li, Yuelyu Ji, Yiming Zeng, Ning Cheng, Yun Zhu, Yanmeng Wang, Shaojun Wang, Jing Xiao, and Daqing He. 2026. Rethinking LLMas-a-Judge: Representation-as-a-Judge with Small Language Models via Semantic Capacity Asymmetry. arXiv:2601.22588 [cs.CL] https://arxiv.org/abs/2601.22588 [21] Ronghao Lin, Sijie Mai, Ying Zeng, Qiaolin He, Aolin Xiong, and Haifeng Hu. 2025. Multi-source Multimodal Progressive Domain Adaption for Audio-Visual Deception Detection. In Proceedings of the 1st International Workshop & Challenge on Subtle Visual Computing (Ireland) (SVC ’25). Association for Computing Machinery, New York, NY, USA, 52–58. doi:10.1145/3728425.3759924 [22] Haotian Liu, Chunyuan Li, Yuheng Li, and Yong Jae Lee. 2024. Improved baselines with visual instruction tuning. In Proceedings of the IEEE/CVF conference on computer vision and pattern recognition. 26296–26306. [23] Keliang Liu, Dingkang Yang, Ziyun Qian, Weijie Yin, Yuchi Wang, Hongsheng Li, Jun Liu, Peng Zhai, Yang Liu, and Lihua Zhang. 2025. Reinforcement learning meets large language models: A survey of advancements and applications across the llm lifecycle. arXiv preprint arXiv:2509.16679 (2025). [24] Sanmit Narvekar, Bei Peng, Matteo Leonetti, Jivko Sinapov, Matthew E Taylor, and Peter Stone. 2020. Curriculum learning for reinforcement learning domains: A framework and survey. Journal of Machine Learning Research 21, 181 (2020), 1–50. [25] Verónica Pérez-Rosas, Mohamed Abouelenien, Rada Mihalcea, and Mihai Burzo. 2015. Deception Detection using Real-life Trial Data. In Proceedings of the 2015 ACM on International Conference on Multimodal Interaction (Seattle, Washington, USA) (ICMI ’15). Association for Computing Machinery, New York, NY, USA, 59–66. doi:10.1145/2818346.2820758 [26] Shyam Sundhar Ramesh, Yifan Hu, Iason Chaimalas, Viraj Mehta, Pier Giuseppe Sessa, Haitham Bou Ammar, and Ilija Bogunovic. 2024. Group robust preference optimization in reward-free rlhf. Advances in Neural Information Processing Systems 37 (2024), 37100–37137. [27] Xuankun Rong, Wenke Huang, Jian Liang, Jinhe Bi, Xun Xiao, Yiming Li, Bo Du, and Mang Ye. 2025. Backdoor cleaning without external guidance in mllm fine-tuning. arXiv preprint arXiv:2505.16916 (2025). [28] Zhihong Shao, Peiyi Wang, Qihao Zhu, Runxin Xu, Junxiao Song, Xiao Bi, Haowei Zhang, Mingchuan Zhang, Y. K. Li, Y. Wu, and Daya Guo. 2024. DeepSeekMath: Pushing the Limits of Mathematical Reasoning in Open Language Models. arXiv:2402.03300 [cs.CL] https://arxiv.org/abs/2402.03300 [29] Felix Soldner, Verónica Pérez-Rosas, and Rada Mihalcea. 2019. Box of Lies: Multimodal Deception Detection in Dialogues. In Proceedings of the 2019 Conference of the North American Chapter of the Association for Computational Linguistics: Human Language Technologies, Volume 1 (Long and Short Papers), Jill Burstein, Christy Doran, and Thamar Solorio (Eds.). Association for Computational Linguistics, Minneapolis, Minnesota, 1768–1777. doi:10.18653/v1/N19-1175 [30] Dingdong Wang, Shujie Liu, Tianhua Zhang, Youjun Chen, Jinyu Li, and Helen Meng. 2026. EmotionThinker: Prosody-Aware Reinforcement Learning for Explainable Speech Emotion Reasoning. arXiv:2601.15668 [cs.SD] https: //arxiv.org/abs/2601.15668

Conference acronym ’XX, June 03–05, 2026, Woodstock, NY

[31] Peng Wang, Shuai Bai, Sinan Tan, Shijie Wang, Zhihao Fan, Jinze Bai, Keqin Chen, Xuejing Liu, Jialin Wang, Wenbin Ge, et al. 2024. Qwen2-vl: Enhancing vision-language model’s perception of the world at any resolution. arXiv preprint arXiv:2409.12191 (2024). [32] Peidong Wang, Zhiming Ma, Xin Dai, Yongkang Liu, Shi Feng, Xiaocui Yang, Wenxing Hu, Zhihao Wang, Mingjun Pan, Li Yuan, et al. 2026. SAFE-QAQ: Endto-End Slow-Thinking Audio-Text Fraud Detection via Reinforcement Learning. arXiv preprint arXiv:2601.01392 (2026). [33] Xinyu Xiang, Shengxiang Li, Jun Huang, Qinglong Yan, Zhenjie Zhu, Hao Zhang, and Jiayi Ma. 2025. LCUNet: A Lightweight Concatenated Unified Mapping Multi-modal Deception Detector. In Proceedings of the 1st International Workshop & Challenge on Subtle Visual Computing (Ireland) (SVC ’25). Association for Computing Machinery, New York, NY, USA, 46–51. doi:10.1145/3728425.3759923 [34] Jin Xu, Zhifang Guo, Jinzheng He, Hangrui Hu, Ting He, Shuai Bai, Keqin Chen, Jialin Wang, Yang Fan, Kai Dang, Bin Zhang, Xiong Wang, Yunfei Chu, and Junyang Lin. 2025. Qwen2.5-Omni Technical Report. arXiv preprint arXiv:2503.20215 (2025). [35] Jin Xu, Zhifang Guo, Hangrui Hu, Yunfei Chu, Xiong Wang, Jinzheng He, Yuxuan Wang, Xian Shi, Ting He, Xinfa Zhu, Yuanjun Lv, Yongqi Wang, Dake Guo, He Wang, Linhan Ma, Pei Zhang, Xinyu Zhang, Hongkun Hao, Zishan Guo, Baosong Yang, Bin Zhang, Ziyang Ma, Xipin Wei, Shuai Bai, Keqin Chen, Xuejing Liu, Peng Wang, Mingkun Yang, Dayiheng Liu, Xingzhang Ren, Bo Zheng, Rui Men, Fan Zhou, Bowen Yu, Jianxin Yang, Le Yu, Jingren Zhou, and Junyang Lin. 2025. Qwen3-Omni Technical Report. arXiv preprint arXiv:2509.17765 (2025).

Trovato et al.

[36] Jun-Teng Yang, Guei-Ming Liu, and Scott C.-H Huang. 2020. Emotion Transformation Feature: Novel Feature For Deception Detection In Videos. In 2020 IEEE International Conference on Image Processing (ICIP). 1726–1730. doi:10.1109/ ICIP40778.2020.9190846 [37] Qu Yang, Mang Ye, and Bo Du. 2024. Emollm: Multimodal emotional understanding meets large language models. arXiv preprint arXiv:2406.16442 (2024). [38] Mang Ye, Xuankun Rong, Wenke Huang, Bo Du, Nenghai Yu, and Dacheng Tao. 2025. A survey of safety on large vision-language models: Attacks, defenses and evaluations. arXiv preprint arXiv:2502.14881 (2025). [39] Fanrui Zhang, Dian Li, Qiang Zhang, Jun Chen, Gang Liu, Junxiong Lin, Jiahong Yan, Jiawei Liu, and Zheng-Jun Zha. 2025. Fact-R1: Towards Explainable Video Misinformation Detection with Deep Reasoning. arXiv:2505.16836 [cs.CV] https: //arxiv.org/abs/2505.16836 [40] Chang Zhao, Zheming Yang, Yunqing Hu, Qi Guo, Zijian Wang, Pengcheng Li, and Wen Ji. 2026. ThinkDrive: Chain-of-Thought Guided Progressive Reinforcement Learning Fine-Tuning for Autonomous Driving. arXiv preprint arXiv:2601.04714 (2026). [41] Guanghao Zhou, Panjia Qiu, Cen Chen, Jie Wang, Zheming Yang, Jian Xu, and Minghui Qiu. 2025. Reinforced mllm: A survey on rl-based reasoning in multimodal large language models. arXiv preprint arXiv:2504.21277 (2025). [42] Dongliang Zhu, Chi Zhang, Ruimin Hu, Mei Wang, Liang Liao, and Mang Ye. 2025. Detecting Deceptive Behavior via Learning Relation-Aware Visual Representations. IEEE Transactions on Information Forensics and Security 20 (2025), 7077–7090. doi:10.1109/TIFS.2025.3586468

Record · ID 287181 · SHA-256 5ef4a1557ac0fa8b
Retrieved via Conceptio — every document is proof-bundled with source, license, and retrieval metadata.