paper-with-me

Papers

TinyGraphEstimator: Adapting Lightweight Language Models for Graph Structure Inference

2025-10-09 · Michal Podstawski arxiv

Graphs provide a universal framework for representing complex relational systems, and inferring their structural properties is a core challenge in graph analysis and reasoning. While large language models have recently demonstrated emerging abilities to perform symbolic and numerical reasoning, the potential of smaller, resource-efficient models in this context remains largely unexplored. This paper investigates whether compact transformer-based language models can infer graph-theoretic parameters directly from graph representations. To enable systematic evaluation, we introduce the TinyGraphEstimator dataset - a balanced collection of connected graphs generated from multiple random graph models and annotated with detailed structural metadata. We evaluate several small open models on their ability to predict key graph parameters such as density, clustering, and chromatic number. Furthermore, we apply lightweight fine-tuning using the Low-Rank Adaptation (LoRA) technique, achieving consistent improvements across all evaluated metrics. The results demonstrate that small language models possess non-trivial reasoning capacity over graph-structured data and can be effectively adapted for structural inference tasks through efficient parameter tuning.

📄 PDF Abstract BibTeX arXiv:2510.08808

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Avoiding Over-Personalization with Rule-Guided Knowledge Graph Adaptation for LLM Recommendations

2025-09-08 · Fernando Spadea, Oshani Seneviratne arxiv

We present a lightweight neuro-symbolic framework to mitigate over-personalization in LLM-based recommender systems by adapting user-side Knowledge Graphs (KGs) at inference time. Instead of retraining models or relying …

Knowledge Graphs

MOMA-LRG: Language-Refined Graphs for Multi-Object Multi-Actor Activity Parsing

2022-11-28 · NeurIPS 2022 11 · Zelun Luo, Zane Durante, Linden Li, Wanze Xie 외

Video-language models (VLMs), large models pre-trained on numerous but noisy video-text pairs from the internet, have revolutionized activity recognition through their remarkable generalization and open-vocabulary capabi…

Activity RecognitionFew Shot Action RecognitionGraph GenerationVideo Understanding

Stage-wise Fine-tuning for Graph-to-Text Generation

2021-05-17 · ACL 2021 5 · Qingyun Wang, Semih Yavuz, Victoria Lin, Heng Ji 외

Graph-to-text generation has benefited from pre-trained language models (PLMs) in achieving better performance than structured graph encoders. However, they fail to fully utilize the structure information of the input gr…

Data-to-Text GenerationKB-to-Language GenerationLanguage ModelingLanguage Modelling+2

Walk&Retrieve: Simple Yet Effective Zero-shot Retrieval-Augmented Generation via Knowledge Graph Walks

2025-05-22 · Martin Böckling, Heiko Paulheim, Andreea Iana

Large Language Models (LLMs) have showcased impressive reasoning abilities, but often suffer from hallucinations or outdated knowledge. Knowledge Graph (KG)-based Retrieval-Augmented Generation (RAG) remedies these short…

HallucinationRAGRetrievalRetrieval-augmented Generation

Hierarchy-Aware Fine-Tuning of Vision-Language Models

2025-12-25 · Jiayu Li, Rajesh Gangireddy, Samet Akcay, Wei Cheng 외 arxiv

Vision-Language Models (VLMs) learn powerful multimodal representations through large-scale image-text pretraining, but adapting them to hierarchical classification is underexplored. Standard approaches treat labels as f…