← Search

Xianming LI

8 accepted papers

2025

OASIS: Order-Augmented Strategy for Improved Code Search

ACL 2025long

Code embeddings capture the semantic representations of code and are crucial for various code-related large language model (LLM) applications, such as code search. Previous training primarily relies on optimizing the InfoNCE loss by comparing positive natural language (NL)-code pairs with in-batch n…

2023

Recurrent Attention Networks for Long-text Modeling

ACL 2023findings

Self-attention-based models have achieved remarkable progress in short-text mining. However, the quadratic computational complexities restrict their application in long text processing. Prior works have adopted the chunking strategy to divide long documents into chunks and stack a self-attention bac…

2021

Merging Statistical Feature via Adaptive Gate for Improved Text Classification

AAAI 2021technical

Currently, text classification studies mainly focus on training classifiers by using textual input only, or enhancing semantic features by introducing external knowledge (e.g., hand-craft lexicons and domain knowledge). In contrast, some intrinsic statistical features of the corpus, like word freque…

2021

TDEER: An Efficient Translating Decoding Schema for Joint Extraction of Entities and Relations

EMNLP 2021main

Joint extraction of entities and relations from unstructured texts to form factual triples is a fundamental task of constructing a Knowledge Base (KB). A common method is to decode triples by predicting entity pairs to obtain the corresponding relation. However, it is still challenging to handle thi…