paper-with-me

Papers

OpenICL: An Open-Source Framework for In-context Learning

2023-03-06 · Zhenyu Wu, Yaoxiang Wang, Jiacheng Ye, Jiangtao Feng, Jingjing Xu, Yu Qiao, Zhiyong Wu

In recent years, In-context Learning (ICL) has gained increasing attention and emerged as the new paradigm for large language model (LLM) evaluation. Unlike traditional fine-tuning methods, ICL instead adapts the pre-trained models to unseen tasks without any parameter updates. However, the implementation of ICL is sophisticated due to the diverse retrieval and inference methods involved, as well as the varying pre-processing requirements for different models, datasets, and tasks. A unified and flexible framework for ICL is urgently needed to ease the implementation of the aforementioned components. To facilitate ICL research, we introduce OpenICL, an open-source toolkit for ICL and LLM evaluation. OpenICL is research-friendly with a highly flexible architecture that users can easily combine different components to suit their needs. It also provides various state-of-the-art retrieval and inference methods to streamline the process of adapting ICL to cutting-edge research. The effectiveness of OpenICL has been validated on a wide range of NLP tasks, including classification, QA, machine translation, and semantic parsing. As a side-product, we found OpenICL to be an efficient yet robust tool for LLMs evaluation. OpenICL is released at https://github.com/Shark-NLP/OpenICL

📄 PDF Abstract BibTeX arXiv:2303.02913

Code (3)

shark-nlp/openicl 공식 구현 pytorch
njunlp/mmt-llm pytorch
owennju/mmt-llm pytorch

Tasks

In-Context LearningLanguage ModelingLanguage ModellingLarge Language ModelMachine TranslationRetrievalSemantic Parsing

Similar Papers 제목 키워드 기반

Lost in the Maze: Overcoming Context Limitations in Long-Horizon Agentic Search

2025-10-21 · Howard Yen, Ashwin Paranjape, Mengzhou Xia, Thejas Venkatesh 외 arxiv

Long-horizon agentic search requires iteratively exploring the web over long trajectories and synthesizing information across many sources, enabling powerful applications like deep research systems. In this work, we show…

TurboBias: Universal ASR Context-Biasing powered by GPU-accelerated Phrase-Boosting Tree

2025-08-09 · Andrei Andrusenko, Vladimir Bataev, Lilit Grigoryan, Vitaly Lavrukhin 외 arxiv

Recognizing specific key phrases is an essential task for contextualized Automatic Speech Recognition (ASR). However, most existing context-biasing approaches have limitations associated with the necessity of additional …

Speech Recognition

Qwen2.5-1M Technical Report

2025-01-26 · An Yang, Bowen Yu, Chengyuan Li, Dayiheng Liu 외

We introduce Qwen2.5-1M, a series of models that extend the context length to 1 million tokens. Compared to the previous 128K version, the Qwen2.5-1M series have significantly enhanced long-context capabilities through l…

Scheduling

Open-SQL Framework: Enhancing Text-to-SQL on Open-source Large Language Models

2024-05-04 · Xiaojun Chen, Tianle Wang, Tianhao Qiu, Jianbin Qin 외

Despite the success of large language models (LLMs) in Text-to-SQL tasks, open-source LLMs encounter challenges in contextual understanding and response coherence. To tackle these issues, we present \ours, a systematic m…

Few-Shot LearningText to SQLText-To-SQL

PersoDPO: Scalable Preference Optimization for Instruction-Adherent, Persona-Grounded Dialogue via Multi-LLM Evaluation

2026-02-04 · Saleh Afzoon, MohammadHossein Ahmadi, Usman Naseem, Amin Beheshti arxiv

Personalization and contextual coherence are two essential components in building effective persona-grounded dialogue systems. These aspects play a crucial role in enhancing user engagement and ensuring responses are mor…