← Search

Yadong Xi

7 accepted papers

2024

HoLLMwood: Unleashing the Creativity of Large Language Models in Screenwriting via Role Playing

EMNLP 2024finding

Generative AI has demonstrated unprecedented creativity in the field of computer vision, yet such phenomena have not been observed in natural language processing. In particular, large language models (LLMs) can hardly produce written works at the level of human experts due to the extremely high comp…

Cited by 7SourcePDFScholar
2023

I-Tuning: Tuning Frozen Language Models with Image for Lightweight Image Captioning

ICASSP 2023accepted

Image Captioning is a traditional vision-and-language task that aims to generate the language description of an image. Recent studies focus on scaling up the model size and the number of training data, which significantly increase the cost of model training. Different to these heavy-cost models, we…

Cited by 0SourceScholar
2023

PromptNER: Prompt Locating and Typing for Named Entity Recognition

ACL 2023long

Prompt learning is a new paradigm for utilizing pre-trained language models and has achieved great success in many tasks. To adopt prompt learning in the NER task, two kinds of methods have been explored from a pair of symmetric perspectives, populating the template by enumerating spans to predict t…

2022

Conditioned Masked Language and Image Modeling for Image-Text Dense Retrieval

EMNLP 2022finding

Image-text retrieval is a fundamental cross-modal task that takes image/text as a query to retrieve relevant data of another type. The large-scale two-stream pre-trained models like CLIP have achieved tremendous success in this area. They embed the images and texts into instance representations with…

Cited by 9SourcePDFScholar
2022

DecBERT: Enhancing the Language Understanding of BERT with Causal Attention Masks

NAACL 2022findings

Since 2017, the Transformer-based models play critical roles in various downstream Natural Language Processing tasks. However, a common limitation of the attention mechanism utilized in Transformer Encoder is that it cannot automatically capture the information of word order, so explicit position em…

Cited by 7SourcePDFScholar
2022

Easy and Efficient Transformer: Scalable Inference Solution For Large NLP Model

NAACL 2022industry

Recently, large-scale transformer-based models have been proven to be effective over various tasks across many domains. Nevertheless, applying them in industrial production requires tedious and heavy works to reduce inference costs. To fill such a gap, we introduce a scalable inference solution: Eas…

2022

Probing Simile Knowledge from Pre-trained Language Models

ACL 2022long

Simile interpretation (SI) and simile generation (SG) are challenging tasks for NLP because models require adequate world knowledge to produce predictions. Previous works have employed many hand-crafted resources to bring knowledge-related into models, which is time-consuming and labor-intensive. In…