← Search

Shengyuan Chen

7 accepted papers

2026

LinearRAG: Linear Graph Retrieval Augmented Generation on Large-scale Corpora

ICLR 2026poster

Retrieval-Augmented Generation (RAG) is widely used to mitigate hallucinations of Large Language Models (LLMs) by leveraging external knowledge. While effective for simple queries, traditional RAG systems struggle with large-scale, unstructured corpora where information is fragmented. Recent advance…

Cited by 0SourcecodeScholar
2026

When to use Graphs in RAG: A Comprehensive Analysis for Graph Retrieval-Augmented Generation

ICLR 2026poster

Graph retrieval-augmented generation (GraphRAG) has emerged as a powerful paradigm for enhancing large language models (LLMs) with external knowledge. It leverages graphs to model the hierarchical structure between specific concepts, enabling more coherent and effective knowledge retrieval for accur…

Cited by 0SourcecodeScholar
2026

You Don’t Need Pre-Built Graphs for RAG: Retrieval Augmented Generation with Adaptive Reasoning Structures

AAAI 2026technical

Large language models (LLMs) often suffer from hallucination, generating factually incorrect statements when handling questions beyond their knowledge and perception. Retrieval-augmented generation (RAG) addresses this by retrieving query-relevant contexts from knowledge bases to support LLM reasoni

Cited by 0SourcePDFScholar
2025

NeuSymEA: Neuro-symbolic Entity Alignment via Variational Inference

NeurIPS 2025poster

Entity alignment (EA) aims to merge two knowledge graphs (KGs) by identifying equivalent entity pairs. Existing methods can be categorized into symbolic and neural models. Symbolic models, while precise, struggle with substructure heterogeneity and sparsity, whereas neural models, although effective…

Cited by 0SourcecodeScholar
2025

Structure-Guided Large Language Models for Text-to-SQL Generation

ICML 2025poster

Recent advancements in large language models (LLMs) have shown promise in bridging the gap between natural language queries and database management systems, enabling users to interact with databases without the background of SQL. However, LLMs often struggle to fully exploit and comprehend the user…

Cited by 0SourcePDFScholar
2025

Taming Language Models for Text-attributed Graph Learning with Decoupled Aggregation

ACL 2025long

Text-attributed graphs (TAGs) are prevalent in various real-world applications, including academic networks, e-commerce platforms, and social networks. Effective learning on TAGs requires leveraging both textual node features and structural graph information. While language models (LMs) excel at pro…

Cited by 0SourcePDFScholar
2024

Entity Alignment with Noisy Annotations from Large Language Models

NeurIPS 2024poster

Entity alignment (EA) aims to merge two knowledge graphs (KGs) by identifying equivalent entity pairs. While existing methods heavily rely on human-generated labels, it is prohibitively expensive to incorporate cross-domain experts for annotation in real-world scenarios. The advent of Large Language…

Cited by 19SourcePDFScholar