paper-with-me

홈 › Papers

OpenLS-DGF: An Adaptive Open-Source Dataset Generation Framework for Machine Learning Tasks in Logic Synthesis

2024-11-14 · Liwei Ni, Rui Wang, Miao Liu, Xingyu Meng, Xiaoze Lin, Junfeng Liu, Guojie Luo, Zhufei Chu, Weikang Qian, Xiaoyan Yang, Biwei Xie, Xingquan Li, Huawei Li

This paper introduces OpenLS-DGF, an adaptive logic synthesis dataset generation framework, to enhance machine learning~(ML) applications within the logic synthesis process. Previous dataset generation flows were tailored for specific tasks or lacked integrated machine learning capabilities. While OpenLS-DGF supports various machine learning tasks by encapsulating the three fundamental steps of logic synthesis: Boolean representation, logic optimization, and technology mapping. It preserves the original information in both Verilog and machine-learning-friendly GraphML formats. The verilog files offer semi-customizable capabilities, enabling researchers to insert additional steps and incrementally refine the generated dataset. Furthermore, OpenLS-DGF includes an adaptive circuit engine that facilitates the final dataset management and downstream tasks. The generated OpenLS-D-v1 dataset comprises 46 combinational designs from established benchmarks, totaling over 966,000 Boolean circuits. OpenLS-D-v1 supports integrating new data features, making it more versatile for new challenges. This paper demonstrates the versatility of OpenLS-D-v1 through four distinct downstream tasks: circuit classification, circuit ranking, quality of results (QoR) prediction, and probability prediction. Each task is chosen to represent essential steps of logic synthesis, and the experimental results show the generated dataset from OpenLS-DGF achieves prominent diversity and applicability. The source code and datasets are available at https://github.com/Logic-Factory/ACE/blob/master/OpenLS-DGF/readme.md.

📄 PDF Abstract BibTeX arXiv:2411.09422

Code (2)

Logic-Factory/ACE/blob/master/OpenLS-D/readme.md 공식 구현 pytorch
logic-factory/ace 공식 구현 pytorch

Tasks

Dataset Generation

Similar Papers 제목 키워드 기반

Preference Adaptive and Sequential Text-to-Image Generation

2024-12-10 · Ofir Nabati, Guy Tennenholtz, ChihWei Hsu, MoonKyung Ryu 외

We address the problem of interactive text-to-image (T2I) generation, designing a reinforcement learning (RL) agent which iteratively improves a set of generated images for a user through a sequence of prompt expansions.…

Image GenerationLanguage ModelingLanguage ModellingReinforcement Learning (RL)+2

PEFA-AI: Advancing Open-source LLMs for RTL generation using Progressive Error Feedback Agentic-AI

2025-11-06 · Athma Narayanan, Mahesh Subedar, Omesh Tickoo arxiv

We present an agentic flow consisting of multiple agents that combine specialized LLMs and hardware simulation tools to collaboratively complete the complex task of Register Transfer Level (RTL) generation without human …

Code Generation

Towards Adaptive Memory-Based Optimization for Enhanced Retrieval-Augmented Generation

2025-02-19 · Qitao Qin, Yucong Luo, Yihang Lu, Zhibo Chu 외

Retrieval-Augmented Generation (RAG), by integrating non-parametric knowledge from external knowledge bases into models, has emerged as a promising approach to enhancing response accuracy while mitigating factual errors …

Question AnsweringRAGRetrievalRetrieval-augmented Generation

Rethinking the Necessity of Adaptive Retrieval-Augmented Generation through the Lens of Adaptive Listwise Ranking

2026-04-17 · Jun Feng, Jiahui Tang, Zhicheng He, Hang Lv 외 arxiv

Adaptive Retrieval-Augmented Generation aims to mitigate the interference of extraneous noise by dynamically determining the necessity of retrieving supplementary passages. However, as Large Language Models evolve with i…

Pirates of the RAG: Adaptively Attacking LLMs to Leak Knowledge Bases

2024-12-24 · Christian Di Maio, Cristian Cosci, Marco Maggini, Valentina Poggioni 외

The growing ubiquity of Retrieval-Augmented Generation (RAG) systems in several real-world services triggers severe concerns about their security. A RAG system improves the generative capabilities of a Large Language Mod…

RAGRetrievalRetrieval-augmented Generation