Findings of EMNLP 2026

ReCite: Agentic Reasoning for Faithful Citation

Yuyang Huang1,  Bobo Li2*,  Jiajia Song2,  Yuzhe Ding1,  Chong Teng1,  Fei Li1,  Donghong Ji1*

1Wuhan University    2National University of Singapore

hyy279@whu.edu.cn    libobo@nus.edu.sg    dhji@whu.edu.cn

Motivation

Similarity is not support

Topical relevance can point to an authentic paper that still fails to logically support the author’s claim. ReCite starts from the question: what does a citation actually need to prove?

  • Context determines evidence Background, comparison, and critique citations demand different verification criteria.
  • Intent should shape retrieval Keywords conditioned on citation intent outperform surface-level semantic matching.
  • Errors need a recovery loop A single faulty retrieval should trigger reflection, not propagate downstream.
Authentic databases only Strict F1 39.15%
Similarity-based retrieval versus the ReCite reasoning loop
Figure 1. Similarity-based retrieval vs. ReCite.
TL;DR

Citation requires logical support, not merely textual similarity. ReCite is a decoupled agentic framework that locates citation positions, plans intent-aware retrieval queries, and reflectively verifies whether each candidate supports the claim — re-retrieving when evidence is inconsistent. Built on Qwen3-4B with SFT and GRPO, ReCite achieves a Strict F1 of 39.15%, surpassing substantially larger generative models and general-purpose agents.

Method

A decoupled, closed-loop citation agent

ReCite turns citation into an observe–think–act workflow. Three specialized Qwen3-4B modules locate citation breakpoints, plan retrieval keywords, and verify candidates with reflective re-retrieval.

ReCite overall architecture

Figure 4. The decoupled ReCite architecture: CiteLocator, QueryPlanner, and Master Brain form an iterative loop of perception, planning, retrieval, verification, and reflection.

01
CiteLocator · SFT

Location perception

Predicts citation positions and labels each logical breakpoint Mandatory or Optional.

Overall F166.37%
02
QueryPlanner · SFT + GRPO

Intent-aware planning

Infers citation intent and generates targeted retrieval keywords per citation position.

Reasoning F157.81%
03
Master Brain · SFT

Verification & reflection

Orchestrates Semantic Scholar retrieval, verifies claim–evidence consistency, and re-queries on failure.

Strict F139.15%

Data

Supervision for reasoning, not just retrieval

Built from 10,893 LaTeX papers at top CS venues (2024–2025), the corpus provides three aligned subsets for location perception, intent reasoning, and reflective trajectories.

10,893 LaTeX papers ACL · EMNLP · CVPR · ICCV · NeurIPS
93,403 Citation labels CAP-8 intent taxonomy
31,118 Location samples 28,006 train / 3,112 test
2,000 Trajectories 500 gold + 1,500 variants
Conference and citation intent distributions
Figure 2. Venue and CAP-8 citation intent distributions of the ReCite corpus.
Reflective trajectory synthesis pipeline

Figure 3. Synthesized reflective trajectories teach the agent to diagnose retrieval drift and issue a refined secondary query.

Takeaway Vague queries and real distractors are injected on purpose — the agent must explain, correct, and re-query rather than memorize a single retrieval path.
Table 1. Dataset comparison

ReCite provides supervision beyond static context–reference pairs: it also records where citations appear, why they are needed, and how the agent should recover when retrieval fails.

Capability RefSeer S2ORC ReCite
Local context mapping
Full-text structure
Location perception
Intent reasoning
Reflective trajectories
What ReCite adds 3 signals beyond context→reference
01
Location

Where a citation is needed

02
Intent

Why a particular work is cited

03
Reflection

How to recover when retrieval drifts

Table 2. CAP-8 citation intent taxonomy

Each citation is annotated with one of eight intent categories, which drives QueryPlanner’s retrieval-keyword generation and the verification criteria of the Master Brain.

Abbr.CategoryDescription
BGBackgroundProvides background knowledge or information for the research domain.
MGMotivation & GapHighlights research motivations or identifies gaps in existing literature.
CMPComparisonCompares the current work or other baselines with specific prior methods.
BSBasis & SupportProvides theoretical foundations or concepts supporting the current study.
MTDMethod & DataRefers to specific methods, algorithms, tools, or datasets utilized in the research.
VLDValidationProvides empirical evidence, results, or evaluation metrics to validate claims.
EVEvolutionDescribes the historical evolution or development of a methodology.
CRTCritiqueExpresses critiques, conflicts, or opposing views regarding prior work.

Results

Main results

Evaluated on 200 held-out paragraphs and 1,023 unseen target papers from 2023–2025 top-venue submissions.

39.15 Strict F1 (%) best among all methods
55.14 Lenient F1 (%) logical alternatives found
89.71 Position-only F1 (%) exact placement accuracy
4B Model size rivals 1.6T-scale baselines
Recall across CAP-8 intent categories

Figure 5. Recall across the CAP-8 citation intent categories.

Takeaway ReCite keeps higher recall than most baselines across intent categories, showing that explicit intent supervision aligns retrieval with the author’s motivation rather than surface overlap.
Table 3. End-to-end citation prediction

End-to-end workflows are scored at three strictness levels: exact target match (Overall-Strictly), any logically supportive alternative (Lenient), and citation position only. ReCite-SFT (CAP-8) achieves the best Strict F1 even against 1.6T-scale generative baselines.

Method Size Overall-Strictly Lenient Evaluation Position-Only
P↑R↑F1↑ P↑R↑F1↑ P↑R↑F1↑
Zero-shot prompt pipelines
GLM-4-Plus9.8310.2710.0517.2217.9917.6047.0849.1948.11
Mimo-V2.5-Pro26.4027.7227.0429.1930.6329.8975.0778.7876.88
GPT-4o-mini7.208.657.8612.7315.2913.8944.8953.9048.98
GPT-5.1-Chat8.9912.1210.3214.4819.5416.6335.3247.6440.57
Kimi-k2-preview19.0621.2420.0924.3227.1025.6455.8662.2458.88
Qwen3.6-Plus28.0935.4431.3431.0939.2334.6968.6086.5076.52
Qwen3.6-27B27B22.8929.6225.8325.5833.0828.8562.3480.4870.26
DeepSeek-V4-Flash284B31.2335.2133.1034.5238.8936.5772.9582.1177.26
DeepSeek-V4-Pro1.6T31.2932.2831.7735.2536.3435.7975.9778.3277.13
General agents (end-to-end via Mimo-V2.5-Pro)
Claude Code17.7327.2621.4921.3532.8225.8725.5139.2330.92
Hermes Agent22.3921.2421.8026.3825.0225.6828.0126.5627.27
OpenClaw18.097.0310.1225.259.8114.1329.4211.4316.46
ReCite (Ours)
ReCite-Base4B36.9235.7536.3343.4642.0842.7689.8086.1187.53
ReCite-SFT4B37.4837.4537.4747.1447.0747.1089.8089.6689.73
ReCite-SFT (CAP-8)4B39.2239.0739.1555.2755.0255.1489.9289.5189.71

P / R / F1 scores (%). Bold blue marks the best value in each column; shaded rows are ReCite models. CAP-8 denotes fine-tuning with citation taxonomy information.

Cross-venue robustness comparison

Figure 6. Cross-venue robustness across EMNLP, CVPR, ICCV, and NeurIPS test paragraphs.

F1 versus number of retrieved papers

Figure 7. Performance vs. the number of retrieved candidates. k = 8 balances evidence sufficiency and latency.

Takeaway Performance is stable across venues, and k = 8 provides the best evidence/latency trade-off — more candidates add context noise rather than accuracy.

Evaluation

Module-level results and analysis

Each module is benchmarked separately against strong LLM and heuristic baselines, followed by a full ablation of the decoupled design.

Table 4. Citation location prediction (N = 3,112)

CiteLocator must decide not only where a citation belongs, but whether it is Mandatory or Optional. It outperforms every LLM baseline in Overall F1 and narrows the gap to human-level placement.

Model Size Strategy Mandatory Optional Overall
P↑R↑F1↑ P↑R↑F1↑ P↑R↑F1↑
Baseline models
GPT-5.1-ChatDirect22.0159.7232.179.2158.5015.9227.7359.3937.81
GPT-4o-miniDirect24.6253.6133.7511.3457.1718.9231.2554.5739.74
Kimi-k2-previewDirect31.2761.0541.3614.3661.2823.2738.3861.1147.15
MiniMax-M2.5Direct33.5256.3742.0414.7152.5222.9840.3555.3446.67
GLM-4-flashDirect25.8116.7320.3012.0717.9614.4332.6717.0622.41
Qwen3-MaxDirect32.8728.9030.7515.4129.2820.1940.1829.0033.69
Qwen3-MaxCoT34.4328.4231.1416.0028.0920.3941.7128.3333.74
DeepSeek-V3671BDirect30.9162.6641.4013.9161.6522.7037.8562.3947.12
DeepSeek-V3671BCoT29.2349.0936.6412.4145.8819.5435.6848.2341.02
Qwen3.5-27B27BDirect36.1355.8643.8815.8350.5624.1142.9854.4448.04
Qwen3-4B4BDirect13.989.7011.455.559.567.0318.129.6612.60
Qwen3-4B4BCoT8.983.995.522.592.922.7411.123.705.55
ReCite
CiteLocator4BDirect67.9360.6164.0642.9058.5749.5274.1660.0666.37

P / R / F1 scores (%). CiteLocator reports Precision, Recall, and F1 for Mandatory, Optional, and Overall categories.

Table 5. Intent-aware query planning (N = 300)

QueryPlanner is evaluated on the quality of its reasoning trace and the keywords it extracts. GRPO lifts reasoning F1 close to DeepSeek-V3’s level while using only 4B parameters.

Model Size Reasoning Keyword extraction
R-F1↑R-Jdg↑ K-F1↑K-TR↑K-PR↑K-Jac↑K-Jdg↑
Baseline models
GPT-5.1-Chat52.257.4839.0544.0312.167.876.26
MiniMax-M2.553.887.8641.1947.1913.738.756.53
Qwen3-Max53.917.3337.0136.5615.3810.835.95
GLM-4-flash21.733.0416.0919.956.653.982.63
Kimi-k2-preview54.127.7545.8055.3025.4516.427.12
DeepSeek-V3671B58.637.8846.2549.1822.5915.136.65
Qwen3.5-27B27B50.557.5640.9943.6216.7311.146.33
ReCite
QueryPlanner (SFT)4B56.127.2137.7443.5616.8710.385.93
QueryPlanner (SFT + GRPO)4B57.817.6439.0642.4717.8511.006.44

Reasoning R-F1: token-level F1 of the generated reasoning; R-Jdg / K-Jdg are LLM-as-a-judge scores. Keyword metrics cover token F1 (K-F1), token recall (K-TR), phrase recall (K-PR), and Jaccard similarity (K-Jac).

Table 6. BUSCALDI out-of-domain benchmark

On an unseen citation-location benchmark, CiteLocator generalizes beyond CS-specific rhetorical signals and beats heuristic baselines on fine-grained placement.

TypeMethodP↑R↑F1↑
Coarse-grained
Scientist76.288.481.8
GM-s2orc78.278.278.2
GM-s2orc-H80.282.681.4
CiteLocator66.787.075.5
Fine-grained
Scientist57.566.661.7
GM-s2orc44.944.944.9
GM-s2orc-H49.250.750.0
CiteLocator46.760.952.8

Values are percentages. “-H” indicates extra heuristic rules.

Table 7. Ablation of ReCite components

Each module is individually replaced by the Qwen3-4B-Instruct baseline. Location perception is foundational; intent-aware planning is indispensable; reflective verification mainly improves Lenient F1.

Method Overall-Strictly Lenient Evaluation
PRF1PRF1
ReCite37.4837.4537.4747.1447.0747.10
w/o CiteLocator2.982.552.757.056.026.49
w/o QueryPlanner15.7915.7515.7730.8830.8130.85
w/o Master Brain36.9235.7536.3343.4642.0842.76

Replaced modules use the Qwen3-4B-Instruct baseline. Removing CiteLocator or QueryPlanner causes severe drops; removing Master Brain’s reflective verification mainly hurts Lenient F1.

Citation

BibTeX

@inproceedings{huang2026recite,
  title     = {ReCite: Agentic Reasoning for Faithful Citation},
  author    = {Huang, Yuyang and Li, Bobo and Song, Jiajia and Ding, Yuzhe and Teng, Chong and Li, Fei and Ji, Donghong},
  booktitle = {Findings of the Association for Computational Linguistics: EMNLP 2026},
  year      = {2026}
}