Combining Retrieval-Augmented Text Generation with LLMs for Reading Content Recommendations 文章

ArXiv CS.AI2026-06-16NEWSen作者: Sooyeon Kim, Piotr S. Maci\k{a}g

详细信息

来源站点
ArXiv CS.AI
作者
Sooyeon Kim, Piotr S. Maci\k{a}g
文章类型
NEWS
语言
en
发布日期
2026-06-16

摘要

arXiv:2606.14817v1 Announce Type: cross Abstract: This work presents the design, implementation, and evaluation of a system for generating personalized reading content using Large Language Models (LLMs) combined with Retrieval-Augmented Generation (RAG). The proposed architecture consists of four modules: Input, RAG, Generation, and Judging and enables users to specify both a question and a target reading content complexity. RAG is employed to retrieve relevant information from the Internet, enriching and grounding the content produced by three modern LLMs: Meta LLaMA 4 Scout, LLaMA 3.1 8B Instant, and Google Gemma2 9B. Reading materials are generated using three prompting strategies (Chain-of-Thought, zero-shot, and few-shot), and the LLM-as-a-Judge module automatically evaluates answer quality and alignment with the desired readability level.