paper-with-me

Papers

COMET: Neural Cost Model Explanation Framework

2023-02-14 · Isha Chaudhary, Alex Renda, Charith Mendis, Gagandeep Singh

Cost models predict the cost of executing given assembly code basic blocks on a specific microarchitecture. Recently, neural cost models have been shown to be fairly accurate and easy to construct. They can replace heavily engineered analytical cost models used in mainstream compiler workflows. However, their black-box nature discourages their adoption. In this work, we develop the first framework, COMET, for generating faithful, generalizable, and intuitive explanations for neural cost models. We generate and compare COMET's explanations for the popular neural cost model, Ithemal against those for an accurate CPU simulation-based cost model, uiCA. Our empirical findings show an inverse correlation between the prediction errors of Ithemal and uiCA and the granularity of basic block features in COMET's explanations for them, thus indicating potential reasons for the higher error of Ithemal with respect to uiCA.

📄 PDF Abstract BibTeX arXiv:2302.06836

Code (1)

uiuc-focal-lab/comet 공식 구현

Tasks

CPUmodel

Similar Papers 제목 키워드 기반

CometKiwi: IST-Unbabel 2022 Submission for the Quality Estimation Shared Task

2022-09-13 · Ricardo Rei, Marcos Treviso, Nuno M. Guerreiro, Chrysoula Zerva 외

We present the joint contribution of IST and Unbabel to the WMT 2022 Shared Task on Quality Estimation (QE). Our team participated on all three subtasks: (i) Sentence and Word-level Quality Prediction; (ii) Explainable Q…

AllSentence

Comet: Fine-grained Computation-communication Overlapping for Mixture-of-Experts

2025-02-27 · Shulai Zhang, Ningxin Zheng, Haibin Lin, Ziheng Jiang 외

Mixture-of-experts (MoE) has been extensively employed to scale large language models to trillion-plus parameters while maintaining a fixed computational cost. The development of large MoE models in the distributed scena…

Computational EfficiencyGPUMixture-of-Experts

Comet: A Communication-efficient and Performant Approximation for Private Transformer Inference

2024-05-24 · Xiangrui Xu, Qiao Zhang, Rui Ning, Chunsheng Xin 외

The prevalent use of Transformer-like models, exemplified by ChatGPT in modern language processing applications, underscores the critical need for enabling private inference essential for many cloud-based services relian…

Privacy Preserving

Searching for COMETINHO: The Little Metric That Could

2022-06-01 · EAMT 2022 6 · Ricardo Rei, Ana C Farinha, José G.C. de Souza, Pedro G. Ramos 외

In recent years, several neural fine-tuned machine translation evaluation metrics such as COMET and BLEURT have been proposed. These metrics achieve much higher correlations with human judgments than lexical overlap metr…

Computational EfficiencyKnowledge DistillationMachine TranslationTranslation

Comprehensive Metapath-based Heterogeneous Graph Transformer for Gene-Disease Association Prediction

2025-01-14 · Wentao Cui, Shoubo Li, Chen Fang, Qingqing Long 외

Discovering gene-disease associations is crucial for understanding disease mechanisms, yet identifying these associations remains challenging due to the time and cost of biological experiments. Computational methods are …