Papers by Ke Shu
Continual Training of Language Models for Few-Shot Learning (2022.emnlp-main)
Copied to clipboard
| Challenge: | Recent work on applying large language models (LMs) achieves impressive performance in many NLP applications. |
| Approach: | They propose to continuously post-train an LM with unlabeled domains to expand its knowledge without forgetting previous skills. |
| Outcome: | The proposed system improves few-shot end-task learning in these domains. |
Detecting Latin in Historical Books with Large Language Models: A Multimodal Benchmark (2026.eacl-long)
Copied to clipboard
| Challenge: | This paper presents a novel task of extracting low-resourced and noisy Latin fragments from mixed-language historical documents with varied layouts. |
| Approach: | They propose to extract low-resourced and noisy Latin fragments from mixed-language historical documents with varied layouts using a multimodal dataset. |
| Outcome: | The proposed model lacks a functional comprehension of Latin, but reliable detection is achievable with zero-shot models. |
CLASSIC: Continual and Contrastive Learning of Aspect Sentiment Classification Tasks (2021.emnlp-main)
Copied to clipboard
| Challenge: | Existing studies have focused on continual learning of aspect sentiment classification (ASC) tasks in domain incremental learning (DIL) |
| Approach: | They propose a continual learning method that learns a sequence of tasks incrementally . they propose CLASSIC, which uses a domain incremental learning setting . |
| Outcome: | The proposed model is highly effective in a domain incremental learning setting. |
Rethinking Text-based Protein Understanding: Retrieval or LLM? (2025.emnlp-main)
Copied to clipboard
| Challenge: | Recent studies have focused on integrating protein-related knowledge into large language models through continued pretraining and multi-modal alignment. |
| Approach: | They propose a retrieval-enhanced method which significantly outperforms fine-tuned LLMs for protein-to-text generation and shows accuracy and efficiency in training-free scenarios. |
| Outcome: | The proposed method significantly outperforms fine-tuned LLMs for protein-to-text generation and shows accuracy and efficiency in training-free scenarios. |
Adapting a Language Model While Preserving its General Knowledge (2022.emnlp-main)
Copied to clipboard
| Challenge: | Existing DA-training methods do not explicitly identify what knowledge should be preserved and what should be changed by the domain corpus. |
| Approach: | They propose to use an unlabeled corpus of aparticular domain to train a pre-trained general-purpose language model to adapt the LM so that end-tasks in the domain can give improved performances. |
| Outcome: | The proposed method improves the performance of pre-trained general-purpose language models by contrasting the representations of the general and the full (both general and domain knowledge) to learn an integrated representation with both general and specific knowledge. |