Papers › CiteBART: Learning to Generate Citations for Local Citation Recommendation

CiteBART: Learning to Generate Citations for Local Citation Recommendation

23 Dec 2024arXiv:2412.17534archive 2025-07-28

Ege Yiğit Çelik, Selma Tekir

Local citation recommendation (LCR) suggests a set of papers for a citation placeholder within a given context. The task has evolved as generative approaches have become more promising than the traditional pre-fetch and re-rank-based state-of-the-art approaches. This paper introduces citation-specific pre-training within an encoder-decoder architecture, where author-date citation tokens are masked to learn to reconstruct them to fulfill LCR. There are two variants for this pre-training. In the local context-only base scheme (CiteBART-Base), the citation token in a local context is masked to learn to predict the citation. The global version (CiteBART-Global) extends the local context with the citing paper's title and abstract to enrich the learning signal. CiteBART-Global achieves state-of-the-art performance on LCR benchmarks except for the FullTextPeerRead dataset, which is quite small to see the advantage of generative pre-training. The effect is significant in the larger benchmarks, e.g., Refseer and ArXiv., with the Refseer benchmark-trained model emerging as the best-performing model. We perform comprehensive experiments, including an ablation study, a qualitative analysis, and a taxonomy of hallucinations with detailed statistics. Our analyses confirm that CiteBART-Global has a cross-dataset generalization capability; the macro hallucination rate (MaHR) at the top-3 predictions is 4\%, and when the ground-truth is in the top-k prediction list, the hallucination tendency in the other predictions drops significantly.

PaperPDFCodeCode Syntology ran

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

Code

Syntology Ran 0 of 16 code samples harvested from 1 repository linked to this paper; 16 have no recorded run.

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

eyclk/citationrecommendation officialmentioned in paperpytorchMIT 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

16 samples harvested; 0 ran; 0 honoured the contract we drafted; 16 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.

16unverified

Licence: 0 of the 16 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 eyclk/citationrecommendation. “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.

add_spaces_after_commas eyclk/citationrecommendation/train/train_base_cit_pred_BART.py official repository unverified MIT (permissive) · ed93e4ca62fbffb6 · report
assign_appropriate_year_for_null_years eyclk/citationrecommendation/preprocessing/base_datasets/data_preprocess_for_arxiv_base.py official repository unverified MIT (permissive) · 7b67f2595aec1eb4 · report
assign_appropriate_year_for_null_years eyclk/citationrecommendation/preprocessing/base_datasets/data_preprocess_for_refseer_base.py official repository unverified MIT (permissive) · 8ea3a7ab27e61dc5 · report
calculate_average_and_median_of_cit_per_ref eyclk/citationrecommendation/utils/data_statistic_utils.py official repository unverified MIT (permissive) · 38ebfde953f7ced5 · report
check_if_raw_text_has_special_tags eyclk/citationrecommendation/preprocessing/base_datasets/data_preprocess_for_refseer_base.py official repository unverified MIT (permissive) · 88ebca421726370f · report
check_if_string_contains_year eyclk/citationrecommendation/preprocessing/base_datasets/data_preprocess_for_acl200_base.py official repository unverified MIT (permissive) · 4f99c48215b33468 · report
create_appearance_count_frequency_dict eyclk/citationrecommendation/utils/data_statistic_utils.py official repository unverified MIT (permissive) · 5700d07b9aac33af · report
create_target_token_for_ref_paper_id eyclk/citationrecommendation/preprocessing/base_datasets/data_preprocess_for_acl200_base.py official repository unverified MIT (permissive) · a4cbaa0a0a646c3b · report
create_target_token_for_ref_paper_id eyclk/citationrecommendation/preprocessing/base_datasets/data_preprocess_for_arxiv_base.py official repository unverified MIT (permissive) · 9b3d0dd4083197b1 · report
create_target_token_for_ref_paper_id eyclk/citationrecommendation/preprocessing/base_datasets/data_preprocess_for_peerread_base.py official repository unverified MIT (permissive) · 523150d2455c7d31 · report
create_target_token_for_ref_paper_id eyclk/citationrecommendation/preprocessing/base_datasets/data_preprocess_for_refseer_base.py official repository unverified MIT (permissive) · 10449f995043c586 · report
fill_mask eyclk/citationrecommendation/train/train_base_cit_pred_BART.py official repository unverified MIT (permissive) · 85c6162dc111a623 · report
find_all_appearance_counts eyclk/citationrecommendation/utils/data_statistic_utils.py official repository unverified MIT (permissive) · ebd620899935776d · report
place_mask_and_target_cit_on_ground_truth_context eyclk/citationrecommendation/preprocessing/base_datasets/data_preprocess_for_acl200_base.py official repository unverified MIT (permissive) · 27f10f8117094aa8 · report
preprocess_function eyclk/citationrecommendation/train/train_base_cit_pred_BART.py official repository unverified MIT (permissive) · 4f57ec01008c6bae · report
preprocess_function eyclk/citationrecommendation/train/train_global_cit_pred_BART.py official repository unverified MIT (permissive) · 0e7c221cf16af4e4 · report

Tasks

Citation PredictionCitation RecommendationCitation worthinessHallucination

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

AdamAttentionBARTBASEBPEDense ConnectionsDropoutLayer NormalizationLinear LayerMulti-Head AttentionResidual ConnectionSETSoftmax

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