paper-with-me

홈 › Papers

Enhancing LLMs via High-Knowledge Data Selection

2025-05-20 · Feiyu Duan, Xuemiao Zhang, Sirui Wang, Haoran Que, Yuqi Liu, Wenge Rong, Xunliang Cai

The performance of Large Language Models (LLMs) is intrinsically linked to the quality of its training data. Although several studies have proposed methods for high-quality data selection, they do not consider the importance of knowledge richness in text corpora. In this paper, we propose a novel and gradient-free High-Knowledge Scorer (HKS) to select high-quality data from the dimension of knowledge, to alleviate the problem of knowledge scarcity in the pre-trained corpus. We propose a comprehensive multi-domain knowledge element pool and introduce knowledge density and coverage as metrics to assess the knowledge content of the text. Based on this, we propose a comprehensive knowledge scorer to select data with intensive knowledge, which can also be utilized for domain-specific high-knowledge data selection by restricting knowledge elements to the specific domain. We train models on a high-knowledge bilingual dataset, and experimental results demonstrate that our scorer improves the model's performance in knowledge-intensive and general comprehension tasks, and is effective in enhancing both the generic and domain-specific capabilities of the model.

📄 PDF Abstract BibTeX arXiv:2505.14070

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Going Beyond Word Matching: Syntax Improves In-context Example Selection for Machine Translation

2024-03-28 · Chenming Tang, Zhixiang Wang, Yunfang Wu

In-context learning (ICL) is the trending prompting strategy in the era of large language models (LLMs), where a few examples are demonstrated to evoke LLMs' power for a given task. How to select informative examples rem…

In-Context LearningMachine TranslationTranslation

Enhancing Input-Label Mapping in In-Context Learning with Contrastive Decoding

2025-02-19 · Keqin Peng, Liang Ding, Yuanxin Ouyang, Meng Fang 외

Large language models (LLMs) excel at a range of tasks through in-context learning (ICL), where only a few task examples guide their predictions. However, prior research highlights that LLMs often overlook input-label ma…

In-Context LearningNatural Language Understanding

Enhancing Few-shot Text-to-SQL Capabilities of Large Language Models: A Study on Prompt Design Strategies

2023-05-21 · Linyong Nan, Yilun Zhao, Weijin Zou, Narutatsu Ri 외

In-context learning (ICL) has emerged as a new approach to various natural language processing tasks, utilizing large language models (LLMs) to make predictions based on context that has been supplemented with a few exam…

DiversityIn-Context LearningQuestion AnsweringText to SQL+1

Enhancing Memory Recall in LLMs with Gauss-Tin: A Hybrid Instructional and Gaussian Replay Approach

2025-08-13 · Iing Muttakhiroh, Thomas Fevens arxiv

Despite the significant advancements in Large Language Models (LLMs), catastrophic forgetting remains a substantial challenge, where models lose previously acquired knowledge upon learning new information. Continual lear…

Continual Learning

SMITE: Enhancing Fairness in LLMs through Optimal In-Context Example Selection via Dynamic Validation

2025-08-25 · Garima Chhikara, Kripabandhu Ghosh, Abhijnan Chakraborty arxiv

Large Language Models (LLMs) are widely used for downstream tasks such as tabular classification, where ensuring fairness in their outputs is critical for inclusivity, equal representation, and responsible AI deployment.…