← Search

Suncong Zheng

8 accepted papers

2026

AdaRoPE: Not All Attention Heads Should Rotate and Scale Equally

ICML 2026poster

Rotary Position Embeddings (RoPE) are widely adopted in Transformers to encode positional information, yet standard implementations enforce a uniform frequency schedule and scaling across all attention heads. Using simplified retrieval tasks and length generalization scenarios, we show—both empirica…

Cited by 0SourceScholar
2025

Sequential-NIAH: A Needle-In-A-Haystack Benchmark for Extracting Sequential Needles from Long Contexts

EMNLP 2025

Evaluating the ability of large language models (LLMs) to process lengthy contexts is critical, especially for retrieving query-relevant information embedded within them. We introduce Sequential-NIAH, a benchmark specifically designed to evaluate the capability of LLMs to extract sequential informat

Cited by 0SourcePDFScholar
2024

Taking a Deep Breath: Enhancing Language Modeling of Large Language Models with Sentinel Tokens

EMNLP 2024finding

Large language models (LLMs) have shown promising efficacy across various tasks, becoming powerful tools in numerous aspects of human life. However, Transformer-based LLMs suffer a performance degradation when modeling long-term contexts due to they discard some information to reduce computational o…

2023

KEPL: Knowledge Enhanced Prompt Learning for Chinese Hypernym-Hyponym Extraction

EMNLP 2023long main

Modeling hypernym-hyponym ("is-a") relations is very important for many natural language processing (NLP) tasks, such as classification, natural language inference and relation extraction. Existing work on is-a relation extraction is mostly in the English language environment. Due to the flexibility…

Cited by 0SourceScholar
2022

CMQA: A Dataset of Conditional Question Answering with Multiple-Span Answers

COLING 2022main

Forcing the answer of the Question Answering (QA) task to be a single text span might be restrictive since the answer can be multiple spans in the context. Moreover, we found that multi-span answers often appear with two characteristics when building the QA system for a real-world application. First…

2022

Cross-Lingual Contrastive Learning for Fine-Grained Entity Typing for Low-Resource Languages

ACL 2022long

Fine-grained entity typing (FGET) aims to classify named entity mentions into fine-grained entity types, which is meaningful for entity-related NLP tasks. For FGET, a key challenge is the low-resource problem — the complex entity type hierarchy makes it difficult to manually label data. Especially f…

2022

Decoupling Mixture-of-Graphs: Unseen Relational Learning for Knowledge Graph Completion by Fusing Ontology and Textual Experts

COLING 2022main

Knowledge Graph Embedding (KGE) has been proposed and successfully utilized to knowledge Graph Completion (KGC). But classic KGE paradigm often fail in unseen relation representations. Previous studies mainly utilize the textual descriptions of relations and its neighbor relations to represent unsee…

Cited by 8SourcePDFScholar
2021

KLMo: Knowledge Graph Enhanced Pretrained Language Model with Fine-Grained Relationships

EMNLP 2021finding

Interactions between entities in knowledge graph (KG) provide rich knowledge for language representation learning. However, existing knowledge-enhanced pretrained language models (PLMs) only focus on entity information and ignore the fine-grained relationships between entities. In this work, we prop…