paper-with-me

Papers

REGENT: A Retrieval-Augmented Generalist Agent That Can Act In-Context in New Environments

2024-12-06 · Kaustubh Sridhar, Souradeep Dutta, Dinesh Jayaraman, Insup Lee

Building generalist agents that can rapidly adapt to new environments is a key challenge for deploying AI in the digital and real worlds. Is scaling current agent architectures the most effective way to build generalist agents? We propose a novel approach to pre-train relatively small policies on relatively small datasets and adapt them to unseen environments via in-context learning, without any finetuning. Our key idea is that retrieval offers a powerful bias for fast adaptation. Indeed, we demonstrate that even a simple retrieval-based 1-nearest neighbor agent offers a surprisingly strong baseline for today's state-of-the-art generalist agents. From this starting point, we construct a semi-parametric agent, REGENT, that trains a transformer-based policy on sequences of queries and retrieved neighbors. REGENT can generalize to unseen robotics and game-playing environments via retrieval augmentation and in-context learning, achieving this with up to 3x fewer parameters and up to an order-of-magnitude fewer pre-training datapoints, significantly outperforming today's state-of-the-art generalist agents. Website: https://kaustubhsridhar.github.io/regent-research

📄 PDF Abstract BibTeX arXiv:2412.04759

Code (0)

등록된 구현이 없습니다.

Tasks

In-Context LearningRetrieval

Similar Papers 제목 키워드 기반

The Silent Saboteur: Imperceptible Adversarial Attacks against Black-Box Retrieval-Augmented Generation Systems

2025-05-24 · Hongru Song, Yu-An Liu, Ruqing Zhang, Jiafeng Guo 외

We explore adversarial attacks against retrieval-augmented generation (RAG) systems to identify their vulnerabilities. We focus on generating human-imperceptible adversarial examples and introduce a novel imperceptible r…

Answer GenerationQuestion AnsweringRAGRetrieval-augmented Generation

REGENT: Relevance-Guided Attention for Entity-Aware Multi-Vector Neural Re-Ranking

2025-10-13 · Shubham Chatterjee arxiv

Current neural re-rankers often struggle with complex information needs and long, content-rich documents. The fundamental issue is not computational--it is intelligent content selection: identifying what matters in lengt…

Information Retrieval

ACER: Automatic Language Model Context Extension via Retrieval

2024-10-11 · Luyu Gao, Yunyi Zhang, Jamie Callan

Long-context modeling is one of the critical capabilities of language AI for digesting and reasoning over complex information pieces. In practice, long-context capabilities are typically built into a pre-trained language…

Language ModelingLanguage ModellingmodelRetrieval+1

Alita-G: Self-Evolving Generative Agent for Agent Generation

2025-10-27 · Jiahao Qiu, Xuan Qi, Hongru Wang, Xinzhe Juan 외 arxiv

Large language models (LLMs) have been shown to perform better when scaffolded into agents with memory, tools, and feedback. Beyond this, self-evolving agents have emerged, but current work largely limits adaptation to p…

ReGentS: Real-World Safety-Critical Driving Scenario Generation Made Stable

2024-09-12 · Yuan Yin, Pegah Khayatan, Éloi Zablocki, Alexandre Boulch 외

Machine learning based autonomous driving systems often face challenges with safety-critical scenarios that are rare in real-world data, hindering their large-scale deployment. While increasing real-world training data c…

Autonomous Driving