paper-with-me

홈 › Papers

Where Does the Signal Live? A Web Data Recipe for Medical Encoder Pretraining

2026-06-20 · Bofeng Huang, Jacques Sun, Diane Bouchacourt, Nicolas Barascud, Fajwel Fogel arxiv

Web data curation has been widely studied for decoder Large Language Model (LLM) pretraining. Encoders for dense-terminology domains such as medicine, by contrast, are pretrained on small, manually-curated corpora that limit scalability and writing style diversity, a bottleneck even more severe in non-English clinical settings. Whether web-scale data curation also benefits encoder Masked Language Modeling (MLM) in a dense-terminology domain remains an open question. To address this, we introduce two complementary levers. Medical-term density filtering selects documents rich in medical terms. Signal-amplifying rephrasing uses an LLM to rewrite documents into denser variants with broader entity contexts. We instantiate the recipe on French medical NLP. The medical-term density filter outperforms the widely-used educational quality filter on downstream medical tasks, and the two complement each other. Signal-amplifying rephrasing alone improves on raw web data, and mixing it with filtered web data produces the largest gain. The recipe yields FineMed, a French medical pretraining corpus, and DoctoBERT, a state-of-the-art French medical encoder family evaluated on both the public benchmark DrBenchmark and a proprietary clinical Named Entity Recognition (NER) task.

📄 PDF Abstract BibTeX arXiv:2606.22079

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

How Does Reasoning Flow? Tracing Attention-Induced Information Flow for Targeted RL in LLMs

2026-06-09 · Zhichen Dong, Yang Li, Yuhan Sun, Weixun Wang 외 arxiv

Token-level credit assignment remains a key obstacle for reinforcement learning (RL) in large language models (LLMs), where RL recipes typically treat all tokens equally, failing to distinguish decisive reasoning steps f…

Reinforcement Learning

Benchmarking Patent Embeddings: A Multi-Task Evaluation of 22 Models Across Retrieval, Classification, and Clustering

2026-05-22 · Amirhossein Yousefiramandi, Ciaran Cooney arxiv

Two questions regarding practitioners' use of patent embeddings arise: (i) Does one fine-tuning recipe suffice for all downstream applications? (ii) Is fine-tuning on one patent landscape sufficient for downstream applic…

Information Retrieval

RecipeRec: A Heterogeneous Graph Learning Model for Recipe Recommendation

2022-05-24 · Yijun Tian, Chuxu Zhang, Zhichun Guo, Chao Huang 외

Recipe recommendation systems play an essential role in helping people decide what to eat. Existing recipe recommendation systems typically focused on content-based or collaborative filtering approaches, ignoring the hig…

Collaborative FilteringContrastive LearningGraph LearningGraph Neural Network+1

Revamping Cross-Modal Recipe Retrieval with Hierarchical Transformers and Self-supervised Learning

2021-03-24 · CVPR 2021 1 · Amaia Salvador, Erhan Gundogdu, Loris Bazzani, Michael Donoser

Cross-modal recipe retrieval has recently gained substantial attention due to the importance of food in people's lives, as well as the availability of vast amounts of digital cooking recipes and food images to train mach…

Cross-Modal RetrievalRetrievalSelf-Supervised Learning

GNMR: Runtime Stability Control for Low-Precision Large Language Model Training

2026-05-30 · Boao Kong, Weichen Jia, Engao Zhang, Guohong Li 외 arxiv

Training stability is a key bottleneck in low-precision language model training: efficient low-cost paths can still produce short-lived numerical risks at a small set of operators. We formulate this as runtime stability …