paper-with-me

홈 › Papers

How Much Structure Do LLMs Need? Evaluating LLMs for Bibliometric Cluster Description

2026-05-23 · Abraham Camelo-Guerrero, Jairo Diaz-Rodriguez arxiv

Large language models (LLMs) can support scientific literature synthesis, but remain prone to hallucinated references, uneven coverage, and weakly grounded thematic organization. We evaluate whether bibliometric structure improves LLM-assisted synthesis by comparing six pipelines for generating cluster descriptions under different levels of evidence and structure. Using 100 published bibliometric analyses, we reconstruct Scopus corpora, extract human-written cluster descriptions, and assess outputs by human alignment, semantic coverage, clustering quality, graph quality, and reference grounding. Results show that LLMs produce descriptions semantically close to human-written ones, but are unreliable when asked to infer bibliometric structure from scratch. Performance improves when bibliometric algorithms define the clusters and the LLM interprets them. Overall, LLM-assisted bibliometric synthesis is most promising as a hybrid workflow in which algorithms provide auditable structure and LLMs generate readable descriptions.

📄 PDF Abstract BibTeX arXiv:2605.24351

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

ViTaB-A: Evaluating Multimodal Large Language Models on Visual Table Attribution

2026-02-17 · Yahia Alqurnawi, Preetom Biswas, Anmol Rao, Tejas Anvekar 외 arxiv

Multimodal Large Language Models (mLLMs) are often used to answer questions in structured data such as tables in Markdown, JSON, and images. While these models can often give correct answers, users also need to know wher…

Question Answering

Beware of Words: Evaluating the Lexical Diversity of Conversational LLMs using ChatGPT as Case Study

2024-02-11 · Gonzalo Martínez, José Alberto Hernández, Javier Conde, Pedro Reviriego 외

The performance of conversational Large Language Models (LLMs) in general, and of ChatGPT in particular, is currently being evaluated on many different tasks, from logical reasoning or maths to answering questions on a m…

DiversityLogical Reasoning

How Well Do LLMs Predict Human Behavior? A Measure of their Pretrained Knowledge

2026-01-18 · Wayne Gao, Sukjin Han, Annie Liang arxiv

Large language models (LLMs) are increasingly used to predict human behavior. We propose a measure for evaluating how much knowledge a pretrained LLM brings to such a prediction: its equivalent sample size, defined as th…

Can an LLM Induce a Graph? Investigating Memory Drift and Context Length

2025-10-04 · Raquib Bin Yousuf, Aadyant Khatri, Shengzhe Xu, Mandar Sharma 외 arxiv

Recently proposed evaluation benchmarks aim to characterize the effective context length and the forgetting tendencies of large language models (LLMs). However, these benchmarks often rely on simplistic 'needle in a hays…

Relational Reasoning

CodeJudge: Evaluating Code Generation with Large Language Models

2024-10-03 · Weixi Tong, Tianyi Zhang

Large Language Models (LLMs) have shown promising performance in code generation. However, how to reliably evaluate code generated by LLMs remains an unresolved problem. This paper presents CodeJudge, a code evaluation f…

Code Generation