paper-with-me

Papers

ChipAlign: Instruction Alignment in Large Language Models for Chip Design via Geodesic Interpolation

2024-12-15 · Chenhui Deng, Yunsheng Bai, Haoxing Ren

Recent advancements in large language models (LLMs) have expanded their application across various domains, including chip design, where domain-adapted chip models like ChipNeMo have emerged. However, these models often struggle with instruction alignment, a crucial capability for LLMs that involves following explicit human directives. This limitation impedes the practical application of chip LLMs, including serving as assistant chatbots for hardware design engineers. In this work, we introduce ChipAlign, a novel approach that utilizes a training-free model merging strategy, combining the strengths of a general instruction-aligned LLM with a chip-specific LLM. By considering the underlying manifold in the weight space, ChipAlign employs geodesic interpolation to effectively fuse the weights of input LLMs, producing a merged model that inherits strong instruction alignment and chip expertise from the respective instruction and chip LLMs. Our results demonstrate that ChipAlign significantly enhances instruction-following capabilities of existing chip LLMs, achieving up to a 26.6% improvement on the IFEval benchmark, while maintaining comparable expertise in the chip domain. This improvement in instruction alignment also translates to notable gains in instruction-involved QA tasks, delivering performance enhancements of 3.9% on the OpenROAD QA benchmark and 8.25% on production-level chip QA benchmarks, surpassing state-of-the-art baselines.

📄 PDF Abstract BibTeX arXiv:2412.19819

Code (0)

등록된 구현이 없습니다.

Tasks

Instruction Following

Similar Papers 제목 키워드 기반

ChipExpert: The Open-Source Integrated-Circuit-Design-Specific Large Language Model

2024-07-26 · Ning Xu, Zhaoyang Zhang, Lei Qi, Wensuo Wang 외

The field of integrated circuit (IC) design is highly specialized, presenting significant barriers to entry and research and development challenges. Although large language models (LLMs) have achieved remarkable success …

Language ModelingLanguage ModellingLarge Language ModelRAG+1

ChipNeMo: Domain-Adapted LLMs for Chip Design

2023-10-31 · Mingjie Liu, Teodor-Dumitru Ene, Robert Kirby, Chris Cheng 외

ChipNeMo aims to explore the applications of large language models (LLMs) for industrial chip design. Instead of directly deploying off-the-shelf commercial or open-source LLMs, we instead adopt the following domain adap…

ChatbotDomain AdaptationRetrievalScript Generation

ChipLingo: A Systematic Training Framework for Large Language Models in EDA

2026-04-30 · Lei Li, Xingwen Yu, Jianguo Ni, Junxuan Zhu 외 arxiv

With the rapid advancement of semiconductor technology, Electronic Design Automation (EDA) has become an increasingly knowledge-intensive and document-driven engineering domain. Although large language models (LLMs) have…

Darwin3: A large-scale neuromorphic chip with a Novel ISA and On-Chip Learning

2023-12-29 · De Ma, Xiaofei Jin, Shichun Sun, Yitao Li 외

Spiking Neural Networks (SNNs) are gaining increasing attention for their biological plausibility and potential for improved computational efficiency. To match the high spatial-temporal dynamics in SNNs, neuromorphic chi…

Computational Efficiency

ECLIPTICA -- A Framework for Switchable LLM Alignment via CITA - Contrastive Instruction-Tuned Alignment

2026-01-06 · Kapil Wanaskar, Gaytri Jena, Vinija Jain, Aman Chadha 외 arxiv

Alignment in large language models (LLMs) is still largely static: after training, the policy is frozen. DPO, GRPO methods typically imprint one behavior into the weights, leaving little runtime control beyond prompt hac…

Instruction Following