July 2025
·
72 Reads
We present GENNEXT, a workshop dedicated to exploring the integration of language agents, generative models, and conversational AI within information retrieval (IR) and recommender systems (RS). Building on the success of our recent RecSys'24 workshop, GENNEXT aims to advance discussions on the applications of language agents powered by Large Language Models (LLMs). The workshop will focus on enhancing interactivity between users and systems through multi-turn dialogues, improving creative content generation, advancing personalization, and enabling multifaceted, context-aware decision-making. For example, a language agent could respond to a query like "Suggest an eco-friendly food tour for a weekend in my city" by using a recommendation API to identify eateries specializing in sustainable or organic cuisine and a pollution API to ensure the selected routes have low air pollution levels. GENNEXT will bring together leading researchers and practitioners through keynotes, paper presentations, and a panel discussion. We invite full papers, short papers, and extended abstracts covering theoretical advancements, practical applications, and evaluation strategies for generative technologies in IR and RS. The workshop will address key themes such as conversational adaptation , generative content creation, and agentic tool usage, while tackling challenges like bias, data privacy, and hallucination risks. Overall, our main ambition is to foster dialogue on creating ethical, sustainable, and innovative systems while addressing emerging opportunities and risks in modern IR and RS. CCS Concepts • Information systems → Recommender systems. This work is licensed under a Creative Commons Attribution 4.0 International License. SIGIR '25, 1 Motivation and Relevance to SIGIR Modern Information Retrieval (IR) and Recommender Systems (RS) are experiencing a profound change with the advent of Large Language Models (LLMs) [4, 5]. Traditional algorithms often rely on static features or past user-item interactions, whereas language-agent systems dynamically integrate world knowledge, language understanding, reasoning, and planning abilities to improve and expand the capabilities of IR and RS in a tangible manner [7, 16-18]. At a high level, language agents typically include an LLM component and a set of tools that the LLM can use. The LLM component can reason about complex queries, model nuanced user taste profiles , generate text for explaining results, and ask follow-ups, and refines queries in conversational setups. Crucially, the LLM also decides which tool(s) to invoke (e.g., traditional recommender and search systems, general purpose APIs) for improved accuracy and relevance. For instance, given a complex request such as 'Find a good jacket for me to buy for my trip to New York next week' issues to a language agent, the LLM component may decide to invoke first a Weather API to check the weather forecasts in New York City in the following week, then reason on what type of jacket is most appropriate to that weather, and finally invoke a recommendation API to suggest a curated set of products. This pipeline shows how LLM-driven tool usage can support users through more personalized and context-sensitive recommendations.