Papers for

intelligence analysts

Papers whose findings have a practical use for this group, as judged from the abstract. Open a paper to read what it means in practice.

Web tool uses argument schemes and ai to analyse deception in texts

DeceptionAnalyser: A Web-Based AI Tool for Performing Structured Deception Analysis with Argumentation Schemes and LLMs

Abstract: Deception plays a central role in Intelligence operations, yet it remains difficult to analyse systematically without expert knowledge of reasoning patterns and cognitive manipulation. In computational argumentation, for instance, no scheme-level ground-truth corpora currently exist to support statistical validation. In this paper, we address this by introducing a set of ten argument schemes designed to model distinct forms of deception, each accompanied by structured premises and critical questions. In doing so, we introduce the first dedicated library of argumentation schemes specifically designed for deception analysis, providing a structured foundation for systematically modelling and analysing deception in narrative text. We then present \textit{DeceptionAnalyser}, a browser-based tool that implements these schemes through a two-stage methodology combining LLM-based premise extraction with critical-question-driven evaluation. Our aim is to provide a conceptual and methodological foundation for analysing deceptive reasoning in narrative text. This is precisely what we address in this paper by demonstrating how structured argumentation theory and AI-assisted analysis can support transparent, explainable assessments of potential deception. Because the schemes are designed to flag claims for scrutiny rather than to output a deception verdict, we do not benchmark classification accuracy; instead, we assess the \emph{reliability} of the methodology by measuring the consistency of the tool's premise and conclusion assessments across ten contemporary large language models and repeated runs. We find that scheme detection is highly stable for clear-cut deception and degrades gracefully, in interpretable ways, on more ambiguous intelligence-style narratives.

Mon 21 SeptHuman-Computer InteractionArtificial Intelligence
The gist
Detecting lies and trickery in stories or statements is very hard, especially without experts who know how deception works. The authors created ten patterns that model different kinds of deception, making it easier to spot when claims need closer checking. They built a web tool called DeceptionAnalyser that uses artificial intelligence to find important parts of a statement and then asks smart, critical questions based on those patterns to evaluate if something seems suspicious. Instead of saying outright if something is a lie, the tool highlights what needs more attention, helping people understand why a claim might be deceptive. They tested this method across many AI models and found it works well for clear cases and degrades gracefully when things are less obvious.
Open 2609.24369v1

Chinese military news benchmark helps improve event and entity extraction

CMNIE: An Information Extraction Benchmark for Chinese Military News

Abstract: Structured extraction from Chinese military news supports intelligence analysis, decision-making, and knowledge base construction. However, existing resources provide limited support for joint informa?tion extraction in this domain, especially when events, event arguments, entities, and relations must be modeled together. We present CMNIE, an information extraction benchmark for Chinese military news. Extend?ing military-domain resources beyond document-level event annotations, CMNIE jointly annotates event triggers, event arguments, named enti?ties, and entity relations under a unified domain schema. The dataset contains 13,000 instances collected from public Chinese military news, with manual annotations for 7 event types, 10 argument roles, 7 entity types, and 8 relation types. We evaluate supervised IE models, zero-shot large language models, and fine-tuned LLM-based extraction methods on a shared test set. Experimental results show that CMNIE remains chal?lenging, especially for relation extraction and exact matching of event?argument spans; zero-shot LLMs often identify relevant semantic units but fail to match gold span boundaries exactly. CMNIE provides a stan?dardized benchmark for studying schema adherence, exact span match?ing, and joint structured extraction in specialized Chinese news.

Wed 9 SeptComputation and Language
The gist
Extracting detailed, structured information from Chinese military news articles is hard because events, people, places, and their connections all need to be understood at once. The authors created a new dataset called CMNIE with 13,000 carefully labeled news instances that identify different event types, important roles in those events, named entities, and relations between them. They tested current AI models and found the task remains difficult, especially for exact matches of event details and relationships. This dataset creates a shared challenge to help improve how machines understand complex military news in Chinese.
Open 2609.10722v1