paper-with-me

Papers

RAGEAR: Retrieval-Augmented Graph-Enhanced Academic Recommender

2026-05-26 · Francesco Granata, Lorenzo Lamazzi, Misael Mongiovì, Francesco Poggi, Valeria Secchini arxiv

We present RAGEAR (Retrieval-Augmented Graph-Enhanced Academic Recommender), a neurosymbolic recommender system for academic course recommendation. RAGEAR combines dense retrieval over full lecture transcripts with a symbolic Knowledge Graph modelling courses, lessons, transcript chunks, credits, study plans, and curricular information. The Knowledge Graph supports symbolic filtering and contextualisation based on structured constraints, such as credits, academic disciplines, study plans, and prerequisites. Unlike metadata-based approaches, it exploits fine-grained instructional content by retrieving transcript chunks semantically aligned with a student's query. The main contribution is a graph-aware aggregation function that propagates chunk-level evidence to course-level recommendations. The score combines three factors: the share of retrieved similarity associated with a course, the rank-based strength of its relevant chunks, and the distribution of evidence across lessons. We evaluate RAGEAR on 152 student-like queries through a human evaluation sample and a large-scale LLM-based relevance assessment. Results show that lecture transcripts improve over metadata-only retrieval, and that RAGEAR further improves ranking quality over a transcript-based normalized SumP baseline, especially for top-ranked recommendations.

📄 PDF Abstract BibTeX arXiv:2605.26819

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

A Retrieval-Augmented Generation Framework for Academic Literature Navigation in Data Science

2024-12-19 · Ahmet Yasin Aytar, Kemal Kilic, Kamer Kaya

In the rapidly evolving field of data science, efficiently navigating the expansive body of academic literature is crucial for informed decision-making and innovation. This paper presents an enhanced Retrieval-Augmented …

ChunkingDecision MakingRAGRetrieval+1

REBot: From RAG to CatRAG with Semantic Enrichment and Graph Routing

2025-10-02 · Thanh Ma, Tri-Tam La, Lam-Thu Le Huu, Minh-Nghi Nguyen 외 arxiv

Academic regulation advising is essential for helping students interpret and comply with institutional policies, yet building effective systems requires domain specific regulatory resources. To address this challenge, we…

Question Answering

Query-Aware Graph Neural Networks for Enhanced Retrieval-Augmented Generation

2025-07-25 · Vibhor Agrawal, Fay Wang, Rishi Puri arxiv

We present a novel graph neural network (GNN) architecture for retrieval-augmented generation (RAG) that leverages query-aware attention mechanisms and learned scoring heads to improve retrieval accuracy on complex, mult…

Graph Neural NetworkQuestion AnsweringKnowledge Graphs

ReTAG: Retrieval-Enhanced, Topic-Augmented Graph-Based Global Sensemaking

2025-09-30 · Boyoung Kim, Dosung Lee, Sumin An, Jinseong Jeong 외 arxiv

Recent advances in question answering have led to substantial progress in tasks such as multi-hop reasoning. However, global sensemaking-answering questions by synthesizing information from an entire corpus remains a sig…

Response GenerationQuestion Answering

Evaluating Chunking Strategies for Retrieval-Augmented Generation on Academic Texts

2026-07-02 · Valentin J. J. Kreileder, Johannes Reisinger, Andreas Fischer arxiv

Retrieval-Augmented Generation (RAG) systems use the question-answering capabilities of Large Language Models (LLMs) to access information outside their parameters. We evaluate if cluster-based semantic chunking improves…