paper-with-me

홈 › Papers

Large Language Models Reflect Human Citation Patterns with a Heightened Citation Bias

2024-05-24 · Andres Algaba, Carmen Mazijn, Vincent Holst, Floriano Tori, Sylvia Wenmackers, Vincent Ginis

Citation practices are crucial in shaping the structure of scientific knowledge, yet they are often influenced by contemporary norms and biases. The emergence of Large Language Models (LLMs) introduces a new dynamic to these practices. Interestingly, the characteristics and potential biases of references recommended by LLMs that entirely rely on their parametric knowledge, and not on search or retrieval-augmented generation, remain unexplored. Here, we analyze these characteristics in an experiment using a dataset from AAAI, NeurIPS, ICML, and ICLR, published after GPT-4's knowledge cut-off date. In our experiment, LLMs are tasked with suggesting scholarly references for the anonymized in-text citations within these papers. Our findings reveal a remarkable similarity between human and LLM citation patterns, but with a more pronounced high citation bias, which persists even after controlling for publication year, title length, number of authors, and venue. The results hold for both GPT-4, and the more capable models GPT-4o and Claude 3.5 where the papers are part of the training data. Additionally, we observe a large consistency between the characteristics of LLM's existing and non-existent generated references, indicating the model's internalization of citation patterns. By analyzing citation graphs, we show that the references recommended are embedded in the relevant citation context, suggesting an even deeper conceptual internalization of the citation networks. While LLMs can aid in citation generation, they may also amplify existing biases, such as the Matthew effect, and introduce new ones, potentially skewing scientific knowledge dissemination.

📄 PDF Abstract BibTeX arXiv:2405.15739

Code (1)

andresalgaba/llm_citation_patterns 공식 구현

Tasks

Retrieval-augmented Generation

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…
Adam 설명 없음
Residual Connection 설명 없음
Position-Wise Feed-Forward Layer 설명 없음
Multi-Head Attention 설명 없음

Similar Papers 제목 키워드 기반

IROTE: Human-like Traits Elicitation of Large Language Model via In-Context Self-Reflective Optimization

2025-08-12 · Yuzhuo Bai, Shitong Duan, Muhua Huang, Jing Yao 외 arxiv

Trained on various human-authored corpora, Large Language Models (LLMs) have demonstrated a certain capability of reflecting specific human-like traits (e.g., personality or values) by prompting, benefiting applications …

How Deep Do Large Language Models Internalize Scientific Literature and Citation Practices?

2025-04-03 · Andres Algaba, Vincent Holst, Floriano Tori, Melika Mobini 외

The spread of scientific knowledge depends on how researchers discover and cite previous work. The adoption of large language models (LLMs) in the scientific research process introduces a new layer to these citation prac…

scientific discovery

Public Profile Matters: A Scalable Integrated Approach to Recommend Citations in the Wild

2026-03-18 · Karan Goyal, Dikshant Kukreja, Vikram Goyal, Mukesh Mohania arxiv

Proper citation of relevant literature is essential for contextualising and validating scientific contributions. While current citation recommendation systems leverage local and global textual information, they often ove…

Recommendation Systems

SciSage: A Multi-Agent Framework for High-Quality Scientific Survey Generation

2025-06-15 · Xiaofeng Shi, Qian Kou, Yuduo Li, Ning Tang 외

The rapid growth of scientific literature demands robust tools for automated survey-generation. However, current large language model (LLM)-based methods often lack in-depth analysis, structural coherence, and reliable c…

Language ModelingLanguage ModellingLarge Language ModelRetrieval

FineRef: Fine-Grained Error Reflection and Correction for Long-Form Generation with Citations

2025-11-18 · Yixing Peng, Licheng Zhang, Shancheng Fang, Yi Liu 외 arxiv

Generating with citations is crucial for trustworthy Large Language Models (LLMs), yet even advanced LLMs often produce mismatched or irrelevant citations. Existing methods over-optimize citation fidelity while overlooki…

Reinforcement Learning