paper-with-me

Papers

EPIK: Eliminating multi-model Pipelines with Knowledge-distillation

2022-11-27 · Bhavesh Laddagiri, Yash Raj, Anshuman Dash

Real-world tasks are largely composed of multiple models, each performing a sub-task in a larger chain of tasks, i.e., using the output from a model as input for another model in a multi-model pipeline. A model like MATRa performs the task of Crosslingual Transliteration in two stages, using English as an intermediate transliteration target when transliterating between two indic languages. We propose a novel distillation technique, EPIK, that condenses two-stage pipelines for hierarchical tasks into a single end-to-end model without compromising performance. This method can create end-to-end models for tasks without needing a dedicated end-to-end dataset, solving the data scarcity problem. The EPIK model has been distilled from the MATra model using this technique of knowledge distillation. The MATra model can perform crosslingual transliteration between 5 languages - English, Hindi, Tamil, Kannada and Bengali. The EPIK model executes the task of transliteration without any intermediate English output while retaining the performance and accuracy of the MATra model. The EPIK model can perform transliteration with an average CER score of 0.015 and average phonetic accuracy of 92.1%. In addition, the average time for execution has reduced by 54.3% as compared to the teacher model and has a similarity score of 97.5% with the teacher encoder. In a few cases, the EPIK model (student model) can outperform the MATra model (teacher model) even though it has been distilled from the MATra model.

📄 PDF Abstract BibTeX arXiv:2211.14920

Code (0)

등록된 구현이 없습니다.

Tasks

Knowledge DistillationTransliteration

Similar Papers 제목 키워드 기반

Leveraging System-Level Observations to Inform Bayesian Learning of Model Parameters for Quantitative Verification

2026-08-04 · Simos Gerasimou, Xingyu Zhao arxiv

Combining Bayesian learning and quantitative verification is a powerful toolset for analysing key quantitative properties of software systems, like reliability and response time. However, the accuracy and robustness of v…

Bayesian Inference

EpiK-Eval: Evaluation for Language Models as Epistemic Models

2023-10-23 · Gabriele Prato, Jerry Huang, Prasannna Parthasarathi, Shagun Sodhani 외

In the age of artificial intelligence, the role of large language models (LLMs) is becoming increasingly central. Despite their growing prevalence, their capacity to consolidate knowledge from different training document…

Question Answering

Everyday Physics in Korean Contexts: A Culturally Grounded Physical Reasoning Benchmark

2025-09-22 · Jihae Jeong, DaeYeop Lee, DongGeon Lee, Hwanjo Yu arxiv

Existing physical commonsense reasoning benchmarks predominantly focus on Western contexts, overlooking cultural variations in physical problem-solving. To address this gap, we introduce EPiK (Everyday Physics in Korean …

Physical Commonsense Reasoning

ClinicalBench: Stress-Testing Assertion-Aware Retrieval for Cross-Admission Clinical QA on MIMIC-IV

2026-05-11 · Alex Stinard arxiv

Reasoning benchmarks measure clinical performance on clean inputs. We evaluate the step before reasoning: retrieval over real EHR notes, where negation, temporality, and family-versus-patient attribution can flip a corre…

Scale Decoupled Distillation

2024-03-20 · Shicai Wei Chunbo Luo Yang Luo

Logit knowledge distillation attracts increasing attention due to its practicality in recent studies. However, it often suffers inferior performance compared to the feature knowledge distillation. In this paper, we argue…

Knowledge Distillation