paper-with-me

Papers

Lemur: Harmonizing Natural Language and Code for Language Agents

2023-10-10 · Yiheng Xu, Hongjin Su, Chen Xing, Boyu Mi, Qian Liu, Weijia Shi, Binyuan Hui, Fan Zhou, Yitao Liu, Tianbao Xie, Zhoujun Cheng, Siheng Zhao, Lingpeng Kong, Bailin Wang, Caiming Xiong, Tao Yu

We introduce Lemur and Lemur-Chat, openly accessible language models optimized for both natural language and coding capabilities to serve as the backbone of versatile language agents. The evolution from language chat models to functional language agents demands that models not only master human interaction, reasoning, and planning but also ensure grounding in the relevant environments. This calls for a harmonious blend of language and coding capabilities in the models. Lemur and Lemur-Chat are proposed to address this necessity, demonstrating balanced proficiencies in both domains, unlike existing open-source models that tend to specialize in either. Through meticulous pre-training using a code-intensive corpus and instruction fine-tuning on text and code data, our models achieve state-of-the-art averaged performance across diverse text and coding benchmarks among open-source models. Comprehensive experiments demonstrate Lemur's superiority over existing open-source models and its proficiency across various agent tasks involving human communication, tool usage, and interaction under fully- and partially- observable environments. The harmonization between natural and programming languages enables Lemur-Chat to significantly narrow the gap with proprietary models on agent abilities, providing key insights into developing advanced open-source agents adept at reasoning, planning, and operating seamlessly across environments. https://github.com/OpenLemur/Lemur

📄 PDF Abstract BibTeX arXiv:2310.06830

Code (1)

openlemur/lemur 공식 구현 pytorch

Similar Papers 제목 키워드 기반

LEMUR Neural Network Dataset: Towards Seamless AutoML

2025-04-14 · Arash Torabi Goodarzi, Roman Kochnev, Waleed Khalid, Furui Qin 외

Neural networks are fundamental in artificial intelligence, driving progress in computer vision and natural language processing. High-quality datasets are crucial for their development, and there is growing interest in d…

AutoMLBenchmarkingHyperparameter Optimizationimage-classification+3

LEMUR: A Corpus for Robust Fine-Tuning of Multilingual Law Embedding Models for Retrieval

2026-02-10 · Narges Baba Ahmadi, Jan Strich, Martin Semmann, Chris Biemann arxiv

Large language models (LLMs) are increasingly used to access legal information. Yet, their deployment in multilingual legal settings is constrained by unreliable retrieval and the lack of domain-adapted, open-embedding m…

Semantic Retrieval

LEMUR 2: Unlocking Neural Network Diversity for AI

2026-07-07 · Tolgay Atinc Uzun, Waleed Khalid, Saif U Din, Sai Revanth Mulukuledu 외 arxiv

Existing NAS benchmarks (e.g., NAS-Bench, NATS-Bench) cover only narrow, task-specific regions of the architectural design space and lack cross-domain or deployment-aware evaluation. LEMUR 2 introduces a large-scale, ext…

Image Captioning

LEMUR: Learned Multi-Vector Retrieval

2026-01-29 · Elias Jääsaari, Ville Hyvönen, Teemu Roos arxiv

Multi-vector representations generated by late interaction models, such as ColBERT, enable superior retrieval quality compared to single-vector representations in information retrieval applications. In multi-vector retri…

Information Retrieval

NNGPT: Rethinking AutoML with Large Language Models

2025-11-25 · Roman Kochnev, Waleed Khalid, Tolgay Atinc Uzun, Xi Zhang 외 arxiv

Building self-improving AI systems remains a fundamental challenge in the AI domain. We present NNGPT, an open-source framework that turns a large language model (LLM) into a self-improving AutoML engine for neural netwo…

Hyperparameter OptimizationReinforcement Learning