paper-with-me

홈 › Papers

MDCure: A Scalable Pipeline for Multi-Document Instruction-Following

2024-10-30 · Gabrielle Kaili-May Liu, Bowen Shi, Avi Caciularu, Idan Szpektor, Arman Cohan

Multi-document (MD) processing is crucial for LLMs to handle real-world tasks such as summarization and question-answering across large sets of documents. While LLMs have improved at processing long inputs, MD contexts still present unique difficulties, including management of inter-document dependencies, redundancy, and incoherent structures. To address this challenge, we introduce MDCure, a scalable and effective instruction data generation framework to enhance the MD capabilities of LLMs without the computational cost of pre-training or reliance on human-annotated data. MDCure generates high-quality synthetic MD instruction data over sets of articles via targeted prompts. We also introduce MDCureRM, a cost-effective, MD-specific reward model to score and filter generated data based on their training utility for MD settings. MDCure is compatible with open- and closed-source models in addition to policy optimization methods such as PPO, enabling even small open-source models to surpass proprietary LLMs as strong generators of high-quality MD instruction data without further data filtering. With MDCure, we fine-tune a wide variety of LLMs up to 70B parameters in size from the FlanT5, Qwen2, and LLAMA3.1 model families. Extensive evaluations on a wide range of MD and long-context benchmarks spanning various tasks and domains show MDCure consistently improves performance over pre-trained baselines and base models by up to 75.1%. Our code, datasets, and models are available at https://github.com/yale-nlp/MDCure.

📄 PDF Abstract BibTeX arXiv:2410.23463

Code (1)

yale-nlp/mdcure 공식 구현 pytorch

Tasks

ArticlesInstruction FollowingQuestion Answering

Methods 이 논문이 사용한 방법론

Entropy Regularization 설명 없음
PPO Proximal Policy Optimization, or PPO, is a policy gradient method for reinforcement learning. The motivation was to have an algorithm with the data efficiency and reliable…
BASE 설명 없음

Similar Papers 제목 키워드 기반

Industrial-Instruction: An End-to-End Framework for Building Instruction-Tuning and Benchmark Datasets from Industrial Technical Reports

2026-08-24 · Parsa Bakhtiari, Hassan Bashiri, Alireza Khalilipour, Masoud Nasiripour 외 arxiv

Industrial technical reports contain high-value knowledge for maintenance, troubleshooting, and product engineering, but their heterogeneous structure (dense prose, specifications, tables) makes them difficult to index a…

Semantic RetrievalGeneral Knowledge

TelcoAgent: A Scalable 5G Multi-KPM Forecasting With 3GPP-Grounded Explainability

2026-06-18 · Geon Kim, Dara Ron, Sukhdeep Singh, Suyog Moogi 외 arxiv

Key Performance Measurement (KPM) forecasting is essential for proactive network management of 5G and next-generation telecom networks. However, existing machine learning (ML) approaches face significant limitations in s…

DoG-Instruct: Towards Premium Instruction-Tuning Data via Text-Grounded Instruction Wrapping

2023-09-11 · Yongrui Chen, Haiyun Jiang, Xinting Huang, Shuming Shi 외

The improvement of LLMs' instruction-following capabilities relies heavily on the availability of high-quality instruction-response pairs. Unfortunately, the current methods used to collect the pairs suffer from either u…

HallucinationInstruction Following

A Tale of LLMs and Induced Small Proxies: Scalable Small Language Models for Knowledge Mining

2025-10-01 · Sipeng Zhang, Shuhuai Lin, Xinpeng Wei, Yihang Chen 외 arxiv

At the core of Deep Research is knowledge mining, the task of extracting structured information from massive unstructured text in response to user instructions. Large language models (LLMs) excel at interpreting such ins…

Think Less, Label Better: Multi-Stage Domain-Grounded Synthetic Data Generation for Fine-Tuning Large Language Models in Telecommunications

2025-09-30 · Chenhua Shi, Gregor Macdonald, Bhavika Jalli, Wanlu Lei 외 arxiv

The success of large language models (LLMs) depends heavily on large-scale, high-quality instruction-following and reinforcement datasets. However, generating such data through human annotation is prohibitively time-cons…

Synthetic Data Generation