Papers by Vijay Mahadevan

2 papers
DEED: Dynamic Early Exit on Decoder for Accelerating Encoder-Decoder Transformer Models (2024.findings-naacl)

Copied to clipboard

Challenge: Encoder-decoder transformer models suffer from high inference latency due to auto-regressive decoding . Typically, the decoder takes up most of the latency because of the auto-decoding - a problem that is not solved by the current model.
Approach: They propose an approach to perform Dynamic Early Exit on Decoder to reduce inference latency by 20%-74% by using a multi-exit encoder-decoder transformer model trained with deep supervision.
Outcome: The proposed model reduces inference latency by 20%-74% with comparable or even higher accuracy compared to baseline models.
DocKD: Knowledge Distillation from LLMs for Open-World Document Understanding Models (2024.emnlp-main)

Copied to clipboard

Challenge: Existing methods for visual document understanding are limited by training on a small-scale, curated document dataset, compromising generalizability of VDU models to diverse documents.
Approach: They propose a framework that integrates external document knowledge into the data generation process.
Outcome: The proposed framework produces high-quality annotations and surpasses direct knowledge distillation approach.

What is GenGO?

GenGO is an NLP powered publication search system. It currenctly indexes 30k+ papers from ACL Anthology, and implements multi-aspect summarization, semantic search, and more!

Information

About
Limitations