Papers by Kang Yang

52 papers
Restoring and Mining the Records of the Joseon Dynasty via Neural Language Modeling and Machine Translation (2021.naacl-main)

Copied to clipboard

Challenge: voluminous historical records are difficult to fully utilize since they are written in ancient languages and some parts are damaged over time.
Approach: They propose a multi-task learning approach to restore and translate historical documents using a self-attention mechanism.
Outcome: The proposed approach improves the accuracy of the translation task over baselines without multi-task learning.
Consistent Representation Learning for Continual Relation Extraction (2022.findings-acl)

Copied to clipboard

Challenge: Existing methods to train relation extraction models overfit memory samples and perform poorly on imbalanced datasets.
Approach: They propose a method which uses contrastive learning and knowledge distillation to train a model on data with new relations while avoiding forgetting old ones.
Outcome: The proposed method significantly outperforms state-of-the-art baselines and yields strong robustness on the imbalanced datasets.
SwiftPrune: Hessian-Free Weight Pruning for Large Language Models (2025.findings-emnlp)

Copied to clipboard

Challenge: a novel post-training pruning method relies on the Hessian matrix to perform pruning . current pruning methods are computationally intensive and lack performance due to second-order derivative calculations.
Approach: They propose a Hessian-free weight pruning method that reduces computational burden . they use an Exponentially Weighted Moving Average technique to bypass weight sorting .
Outcome: The proposed method achieves hardware-efficient model compression by eliminating computational intensive calculations.
Uncertain Local-to-Global Networks for Document-Level Event Factuality Identification (2021.emnlp-main)

Copied to clipboard

Challenge: Existing studies focus on identifying event factuality at sentence level, which leads to conflicts between different mentions of the same event.
Approach: They propose a document-level event factuality identification model that uses local uncertainty and global structure to model event factuality.
Outcome: The proposed method outperforms existing models on two widely used datasets.
TexSmart: A System for Enhanced Natural Language Understanding (2021.acl-demo)

Copied to clipboard

Challenge: TexSmart supports fine-grained named entity recognition (NER) Large-scale fine-granular entity types are expected to provide richer semantic information for downstream NLP applications.
Approach: They introduce TexSmart, a text understanding system that supports fine-grained named entity recognition (NER) and enhanced semantic analysis functionalities.
Outcome: The proposed system supports fine-grained named entity recognition (NER) and enhanced semantic analysis functions.
Skeleton-Guided-Translation: A Benchmarking Framework for Code Repository Translation with Fine-Grained Quality Evaluation (2025.findings-emnlp)

Copied to clipboard

Challenge: Existing code translation benchmarks focus on individual functions, overlooking repository-level challenges like intermodule coherence and dependency management.
Approach: They propose a framework for benchmarking Java-to-C# translation at the repository level . it uses a translation framework guided by skeletons and fine-grained quality evaluation .
Outcome: The proposed framework improves Java-to-C# translation quality at the repository level.
SafeSteer: A Decoding-level Defense Mechanism for Multimodal Large Language Models (2026.findings-acl)

Copied to clipboard

Challenge: Existing defense methods rely on fine-tuning or inefficient post-hoc interventions, limiting their ability to address novel attacks.
Approach: They propose a decoding-level defense mechanism that employs a lightweight discriminator to iteratively steer the decoding process toward safety.
Outcome: The proposed method improves safety performance by up to 33.40% without fine-tuning on multiple MLLMs.
An Evaluation Resource for Grounding Translation Errors (2025.findings-emnlp)

Copied to clipboard

Challenge: Current fine-grained error analyses do not ground the errors to the reasons why the annotated text spans are erroneous.
Approach: They use a bi-directional grounding scheme to ground erroneous text in two directions . if the error spans of both directions are consistent, the explanation is valid .
Outcome: The proposed grounding process improves translation error detection significantly.
iMOVE : Instance-Motion-Aware Video Understanding (2025.findings-acl)

Copied to clipboard

Challenge: Recent advances in Video Large Language Models have led to rapid development, significantly enhancing the capture of overall video semantics and achieving remarkable performance in general video understanding tasks.
Approach: They propose a large-scale instance-motion-aware video instruction-tuning dataset iMOVE that utilizes Event-awful Spatiotemporal Efficient Modeling to retain informative instance spatiotemporal motion details while maintaining computational efficiency.
Outcome: The proposed model excels in video temporal understanding and general video understanding.
Harmonizing the Past, Present, and Future: A Null-Space Constrained Region-Specific Method for Continual Learning in LLMs (2026.acl-long)

Copied to clipboard

Challenge: Existing continual learning paradigms prioritize instant performance through dense updates, leading to catastrophic forgetting and rapid exhaustion of model capacity.
Approach: They propose a method that preserves previously acquired knowledge and acquires new task-specific skills while preserving sufficient parameter capacity for subsequent adaptation.
Outcome: The proposed method is based on the brain's functional partitioning and can be used to map tasks between specialized and generalist neurons.
FedCoT: Federated Chain-of-Thought Distillation for Large Language Models (2025.findings-emnlp)

Copied to clipboard

Challenge: Large Language Models (LLMs) have emerged as a transformative force in artificial intelligence, demonstrating exceptional proficiency across various tasks.
Approach: They propose a federated framework for the Chain-of-Thought distillation of knowledge from LLMs to SLMs, while adhering to privacy requirements.
Outcome: The proposed framework ensures secure knowledge transfer from an LLM on a high-powered server to an SLM on resource-constrained client while adhering to privacy requirements.
Document-Level Relation Extraction via Pair-Aware and Entity-Enhanced Representation Learning (2022.coling-1)

Copied to clipboard

Challenge: Existing document-level relation extraction methods are sparse in relational entity pairs and the representation of entity pairs is insufficient.
Approach: They propose a Pair-Aware and Entity-Enhanced(PAEE) model to solve two challenges . they propose predicting potential relational entity pairs and assembling directional entity pairs .
Outcome: The proposed model can obtain state-of-the-art performance on four benchmark datasets . it can predict potential relational entity pairs and assemble directional entity pairs .
Efficient Prior-Guided Reasoning for Robust Retrieval-Augmented Generation under Conflicts (2026.acl-long)

Copied to clipboard

Challenge: Retrieval-Augmented Generation (RAG) has become a standard paradigm for grounding Large Language Models (LLMs) however, performance degrades substantially when faced with noisy, outdated, or conflicting retrieved information.
Approach: They propose a framework that explicitly elicits the model’s parametric knowledge as prior information to guide reasoning on retrieved documents.
Outcome: The proposed framework achieves robust performance across varying degrees of external inconsistency and noise.
Mitigating Biases for Instruction-following Language Models via Bias Neurons Elimination (2024.acl-long)

Copied to clipboard

Challenge: Existing methods to mitigate undesirable biases in instruction-following language models are not effective in accelerating instruction-based learning.
Approach: They propose a method to eliminate bias neurons of language models in instruction-following settings by defining the bias neuron and prove its existence empirically.
Outcome: The proposed method dramatically increases the task performance of language models under zero-shot instruction-following settings without losing the model’s knowledge.
Collective Event Detection via a Hierarchical and Bias Tagging Networks with Gated Multi-level Attention Mechanisms (D18-1)

Copied to clipboard

Challenge: Existing approaches to ACE event detection treat multiple events in one sentence as independent ones and recognize them separately.
Approach: They propose a hierarchical and bias tagging network framework to detect multiple events in one sentence collectively and a gated multi-level attention mechanism to automatically extract and fuse the sentence-level and document-level information.
Outcome: The proposed framework outperforms state-of-the-art methods on a 2005 ACE dataset.
LongCLI-Bench: A Preliminary Benchmark and Study for Long-horizon Agentic Programming in Command-Line Interfaces (2026.findings-acl)

Copied to clipboard

Challenge: Existing benchmarks for agentic programming in long-horizon command-line interface tasks are limited by short task horizons, data contamination from GitHub scraping, and a lack of fine-grained evaluation metrics.
Approach: They propose a benchmark to evaluate agentic capabilities across long-horizon command-line interface tasks.
Outcome: The proposed benchmarks cover four engineering categories: from scratch, feature addition, bug fixing, and refactoring.
DCFEE: A Document-level Chinese Financial Event Extraction System based on Automatically Labeled Training Data (P18-4)

Copied to clipboard

Challenge: Existing methods to extract events from documents are limited due to the high cost of labeling . Experimental results demonstrate the effectiveness of a document-level Chinese financial event extraction system.
Approach: They propose a document-level Chinese financial event extraction framework which detects event mentions and extracts events from financial news.
Outcome: The proposed system detects event mentions and extracts events from financial news . it can generate large scale labeled data and extract events from entire document .
I²B-LPO: Latent Policy Optimization via Iterative Information Bottleneck (2026.acl-long)

Copied to clipboard

Challenge: Existing methods for large language model reasoning suffer from exploration collapse due to the semantic homogeneity of random rollouts.
Approach: They propose to use latent policy optimization via iterative information bottleneck to optimize reasoning trajectories by diversifying reasoning .
Outcome: Empirical results show that the proposed method achieves state-of-the-art performance with margins of up to 5.3% in accuracy and 7.4% in diversity metrics.
LightVLP: A Lightweight Vision-Language Pre-training via Gated Interactive Masked AutoEncoders (2024.lrec-main)

Copied to clipboard

Challenge: Existing vision-language pre-training models use multi-modal encoders to encode image and text, causing noisy training corpora.
Approach: They propose a vision-language pre-training framework with two autoencoders for efficient training . they propose masked tokens and a gated interaction mechanism to cope with noise .
Outcome: The proposed model achieves 2.2% R@1 gains on COCO Text Retrieval and 1.1% on refCOCO+ on six datasets.
A Practical Approach for Building Production-Grade Conversational Agents with Workflow Graphs (2025.acl-industry)

Copied to clipboard

Challenge: Large Language Models (LLMs) have led to significant improvements in various service domains, including search, recommendation, and chatbot applications.
Approach: They propose a framework for developing scalable, controllable, and reliable AI-driven agents that can be applied to real-world applications.
Outcome: The proposed framework bridges the gap between academic research and real-world application, and enables scalable, controllable, and reliable AI-driven agents.
“Barking up the Right Tree”, a GAN-Based Pun Generation Model through Semantic Pruning (2024.lrec-main)

Copied to clipboard

Challenge: Existing methods for generating humorous puns are limited and require a broad spectrum of commonsense and worldly skills.
Approach: They propose a GAN-based approach that employs semantic pruning and contrastive learning to generate humorous puns using a model that captures the semantic nuances of puns.
Outcome: The proposed model produces semantically coherent and humorous puns while ensuring both correctness and humor.
OEE-CFC: A Dataset for Open Event Extraction from Chinese Financial Commentary (2024.findings-emnlp)

Copied to clipboard

Challenge: Existing corpora with unconventional entities serving as event arguments lack rich multi-events and shared arguments.
Approach: They develop an open event template that includes 21 event argument roles and an open corpus supporting open event extraction.
Outcome: The proposed corpus includes 17,469 events, 44,221 arguments, 3,644 complex arguments, and 5,898 shared arguments.
Curr-ReFT: Overcoming Training Bottlenecks in Small-scale Vision-Language Models via Curriculum Reinforcement Finetuning (2025.findings-emnlp)

Copied to clipboard

Challenge: State-of-the-art vision-language models require massive scaling that limits practical deployment.
Approach: They propose to use supervised fine-tuning to train small-scale vision-language models but face out-of-domain collapse when trained with traditional supervised learning (SFT).
Outcome: Experiments show that curr-reFT achieves state-of-the-art performance across visual tasks in both in- and out-of domain settings and benchmarks.
Improving Zero-shot LLM Re-Ranker with Risk Minimization (2024.emnlp-main)

Copied to clipboard

Challenge: Large Language Models (LLMs) are effective Query Likelihood Models, but their estimation is biased and the model's accuracy is poor.
Approach: They propose a framework which leverages Bayesian decision theory to quantify and mitigate this bias.
Outcome: The proposed framework improves re-ranking, especially in improving the Top-1 accuracy.
Scientific Paper Retrieval with LLM-Guided Semantic-Based Ranking (2025.findings-emnlp)

Copied to clipboard

Challenge: Recent studies also use large language models (LLMs) for query understanding, but these methods lack grounding in corpus-specific knowledge and may generate unreliable or unfaithful content.
Approach: They propose a paper retrieval framework that combines large language models (LLMs) with a concept-based semantic index to capture scientific concepts.
Outcome: The proposed framework improves the performance of various base retrievers, surpasses strong existing LLM-based baselines, and remains highly efficient.
On the (In-)Security of the Shuffling Defense in the Transformer Secure Inference (2026.acl-long)

Copied to clipboard

Challenge: Existing work reveals only randomly permuted activations to the client, allowing adversaries to extract model weights.
Approach: They propose an attack that aligns differently shuffled activations to a common permutation and exploits them to extract model weights.
Outcome: The proposed attack can align shuffled activations to a common permutation and exploit them to extract model weights with a query cost of approximately $1.
Exploiting Contextual Knowledge in LLMs through 𝒱-usable Information based Layer Enhancement (2025.acl-long)

Copied to clipboard

Challenge: Existing approaches to enhance the context-faithfulness of Large Language Models (LLMs) ignore the fundamental mechanism of how contextual information is processed within LLMs’ internal states.
Approach: They propose a method that enhances the utilization of contextual knowledge within LLMs’ internal representations by employing V-usable information analysis.
Outcome: The proposed method improves context-faithfulness generation in Question-Answering tasks, particularly in scenarios involving unknown or conflicting contextual knowledge.
Cactus: Towards Psychological Counseling Conversations using Cognitive Behavioral Theory (2024.findings-emnlp)

Copied to clipboard

Challenge: Existing models that use large language models are not available due to ethical concerns, and data privacy concerns are a concern.
Approach: They propose a multi-turn dialogue dataset that emulates real-life counseling interactions using the goal-oriented approach of Cognitive Behavioral Therapy (CBT).
Outcome: The proposed model outperforms other models in counseling skills, highlighting its effectiveness and potential as a counseling agent.
HMoE: Heterogeneous Mixture of Experts for Language Modeling (2025.emnlp-main)

Copied to clipboard

Challenge: Mixture of Experts (MoE) models use homogeneous experts with diverse capacities, resulting in a lack of expert specialization and parameter utilization.
Approach: They propose a framework where experts differ in size and possess diverse capacities . they propose HMoE to encourage frequent activation of smaller experts .
Outcome: The proposed framework outperforms homogeneous homogenous MoE models on evaluation benchmarks and achieves lower loss rate with fewer activated parameters.
Domain-Lifelong Learning for Dialogue State Tracking via Knowledge Preservation Networks (2021.emnlp-main)

Copied to clipboard

Challenge: Existing offline DST models require a fixed dataset to train . Existing domain-lifelong learning methods are impractical in real-world applications .
Approach: They propose a domain-lifelong learning method to continuously train a DST model on new data to learn incessantly emerging new domains while avoiding catastrophically forgetting old learned domains.
Outcome: The proposed method outperforms state-of-the-art lifelong learning methods by 4.25% and 8.27% on the MultiWOZ and the SGD benchmarks.
CODIS: Benchmarking Context-dependent Visual Comprehension for Multimodal Large Language Models (2024.acl-long)

Copied to clipboard

Challenge: Multimodal large language models have demonstrated promising results in a variety of tasks that combine vision and language.
Approach: They propose a benchmark to assess the ability of models to use contextual information in free-form text to enhance visual comprehension.
Outcome: The proposed model fails to extract and utilize contextual information to improve understanding of images.
Reconstructing Event Regions for Event Extraction via Graph Attention Networks (2020.aacl-main)

Copied to clipboard

Challenge: Existing approaches for event extraction focus on sentence-level event extraction, but they lack a broader view of the document context.
Approach: They build graphs with candidate event filler extractions enriched by sentential embeddings as nodes and use graph attention networks to identify event regions in a document and aggregate event information.
Outcome: The proposed method performs well on two languages and shows that it is faster than previous methods.
MUCAR: Benchmarking Multilingual Cross-Modal Ambiguity Resolution for Multimodal Large Language Models (2025.emnlp-main)

Copied to clipboard

Challenge: Existing multimodal benchmarks overlook linguistic and visual ambiguities, authors say . ambiguity resolution between modalities is lacking in multimodal large language models .
Approach: They propose a benchmark to evaluate multimodal ambiguity resolution across multilingual and cross-modal scenarios.
Outcome: a new benchmark evaluates multimodal ambiguity resolution across multilingual and cross-modal scenarios . the benchmark shows that MLLMs can resolve ambiguities in image-text alignment . however, existing benchmarks often overlook linguistic and visual ambiguties .
FedMKT: Federated Mutual Knowledge Transfer for Large and Small Language Models (2025.coling-main)

Copied to clipboard

Challenge: Recent research in large language models (LLMs) has focused on enabling clients to fine-tune their locally deployed homogeneous LLMs collaboratively or on transferring knowledge from server-based LLM to small language models at downstream clients.
Approach: They propose a parameter-efficient federated mutual knowledge transfer framework for large and small language models that allows for token alignment and selective knowledge transfer between client-side LLMs and a server-side SLM.
Outcome: The proposed framework enhances the performance of both LLMs and SLMs with clients' unique domain insights while preserving the server's LLM and client's unique domain insight.
ExeCoder: Empowering Large Language Models with Executability Representation for Code Translation (2025.emnlp-main)

Copied to clipboard

Challenge: Existing code translation models only learn the contextual semantics of code during pre-training, neglecting executability information closely related to the execution state of the code.
Approach: They propose an LLM specifically designed for code translation called ExeCoder . it uses executability representations such as functional semantics and syntax structures to enhance LLMs' capabilities.
Outcome: The proposed model outperforms existing open-source code translation models on two metrics.
Discerning and Resolving Knowledge Conflicts through Adaptive Decoding with Contextual Information-Entropy Constraint (2024.findings-acl)

Copied to clipboard

Challenge: Existing decoding methods for large language models (LLMs) are specialized in resolving knowledge conflicts and could inadvertently deteriorate performance in absence of conflicts.
Approach: They propose an adaptive decoding method to discern whether knowledge conflicts occur and resolve them by a contextual information-entropy constraint decoding technique.
Outcome: The proposed method improves the model’s faithfulness to conflicting context and maintains high performance among non-conflicting contexts.
Alignment Rationale for Natural Language Inference (2021.acl-long)

Copied to clipboard

Challenge: Existing explanation methods pick prominent features, but alignments between words or phrases are more enlightening clues to explain the model.
Approach: They propose a method to generate alignment rationale explanations for co-attention based models in NLI by feature selection.
Outcome: The proposed method is more faithful and human-readable compared with existing methods.
Document-level Event Extraction via Parallel Prediction Networks (2021.acl-long)

Copied to clipboard

Challenge: Document-level event extraction (DEE) is indispensable when events are described throughout a document.
Approach: They propose a document-level event extraction model that can extract structured events from a text in parallel.
Outcome: The proposed model outperforms current state-of-the-art methods on a document-level event extraction task.
Dynamic Context Selection for Document-level Neural Machine Translation via Reinforcement Learning (2020.emnlp-main)

Copied to clipboard

Challenge: Existing document-level neural machine translation methods use all context sentences in a fixed scope.
Approach: They propose an approach to select dynamic context so that document-level neural machine translation models can utilize more useful selected context sentences.
Outcome: The proposed approach can select adaptive context sentences for different source sentences and significantly improves translation quality over sentences in a document.
MoDE-CoTD: Chain-of-Thought Distillation for Complex Reasoning Tasks with Mixture of Decoupled LoRA-Experts (2024.lrec-main)

Copied to clipboard

Challenge: Current Chain-of-thought Distillation methods hinder CoT reasoning performance . student models are separately distilled from specific reasoning tasks . parameter update of student models severely harms CoT ability on unseen reasoning tasks.
Approach: They propose a method which distills Chain-of-thought reasoning ability of large language models to much smaller student models.
Outcome: The proposed method improves the reasoning ability of large language models on 14 datasets.
SciMMIR: Benchmarking Scientific Multi-modal Information Retrieval (2024.findings-acl)

Copied to clipboard

Challenge: Multi-modal information retrieval (MMIR) is a rapidly evolving field . current benchmarks for image-text pairings overlook the scientific domain .
Approach: They develop a scientific domain-specific MMIR benchmark to evaluate image-text pairings using open-access research paper corpora.
Outcome: The proposed benchmarks are based on 530K image-text pairs extracted from scientific documents with detailed captions.
MeasHalu: Mitigation of Scientific Measurement Hallucinations for Large Language Models with Enhanced Reasoning (2026.findings-acl)

Copied to clipboard

Challenge: Large Language Models (LLMs) exhibit severe hallucinations, which undermine reliability of automated scientific document understanding systems.
Approach: They propose a framework for mitigating scientific measurement hallucinations through enhanced reasoning and targeted optimization.
Outcome: The proposed framework significantly reduces hallucination rates and improves overall accuracy on the MeasEval benchmark.
WSDPO: A Generative Word Sense Disambiguation Framework with Chain-of-Thought and Preference Optimization (2026.acl-long)

Copied to clipboard

Challenge: Word sense disambiguation (WSD) is a fundamental task in natural language processing.
Approach: They propose a training framework for generative WSD with chain-of-thought (CoT) and preference optimization.
Outcome: The proposed framework achieves significant performance gains on rare and unseen settings and exhibits strong generalization in standard evaluation settings.
PoMo: Generating Entity-Specific Post-Modifiers in Context (N19-1)

Copied to clipboard

Challenge: Using crowdsourcing, we show that contextual relevance is necessary for accurate post-modifier generation.
Approach: They introduce entity post-modifier generation as an instance of a collaborative writing task . they build a post- modifier dataset from news articles that provides contextually relevant information about the target entity.
Outcome: The proposed system can generate a post-modifier phrase that provides contextually relevant information about the target entity.
ToolHaystack: Stress-Testing Tool-Augmented Language Models in Realistic Long-Term Interactions (2025.findings-emnlp)

Copied to clipboard

Challenge: Existing evaluations assume tool use in short contexts, offering limited insight into model behavior during realistic long-term interactions.
Approach: a benchmark is a tool to test long-term tool use in large language models . the tool includes multiple tasks execution contexts and realistic noise .
Outcome: a new benchmark tests the tool use capabilities in long-term interactions.
NEAT: Neuron-Based Early Exit for Large Reasoning Models (2026.findings-acl)

Copied to clipboard

Challenge: Existing approaches to reduce overthinking require additional rollout computation or externally labeled datasets.
Approach: They propose a Neuron-based Early reAsoning exiT framework that monitors neuron-level activation dynamics to enable training-free early exits.
Outcome: The proposed framework reduces the amount of reasoning steps generated by LRMs while maintaining accuracy.
LaoBench: A Large-Scale Multidimensional Lao Benchmark for Large Language Models (2026.acl-long)

Copied to clipboard

Challenge: Existing SEA-focused benchmarks miss Lao-specific cultural grounding and linguistic properties.
Approach: They propose a multi-dimensional benchmark for assessing large language models in Lao . they use open-source and held-out subsets to evaluate languages with a hybrid pipeline .
Outcome: LaoBench is the first large-scale, high-quality, and multidimensional benchmark for assessing LLM language understanding and reasoning in Lao.
Outcome-Grounded Advantage Reshaping for Fine-Grained Credit Assignment in Mathematical Reasoning (2026.acl-long)

Copied to clipboard

Challenge: Group Relative Policy Optimization (GRPO) uses a coarse-grained credit assignment mechanism that propagates group-level rewards uniformly to to every token in a sequence, neglecting the varying contribution of individual reasoning steps.
Approach: They introduce Outcome-grounded Advantage Reshaping (OAR) which redistributes advantages based on how much each token influences the model’s final answer.
Outcome: Empirical results show that OAR-G outperforms GRPO on a high-fidelity attribution signal and suppresses low-impact tokens while preserving the advantage mass.
M2Edit: Locate and Edit Multi-Granularity Knowledge in Multimodal Large Language Model (2025.emnlp-main)

Copied to clipboard

Challenge: Existing knowledge editing methods for MLLMs lack multi-granularity knowledge . existing knowledge editing approaches lack multimodality knowledge and generalize to multimodal data.
Approach: They propose a multimodal knowledge editing method which integrates key knowledge layers within MLLMs and collaboratively edits them.
Outcome: The proposed method improves visual generality performance on knowledge data of different granularities.
Logic Traps in Evaluating Attribution Scores (2022.acl-long)

Copied to clipboard

Challenge: Modern deep learning models are notoriously opaque, which has motivated the development of methods for interpreting how deep models predict.
Approach: They propose to review existing methods for evaluating attribution scores and summarize the logic traps in these methods.
Outcome: The proposed methods show that they do not contain logic traps and that they are not reliable.
HumanLLM: Benchmarking and Improving LLM Anthropomorphism via Human Cognitive Patterns (2026.acl-long)

Copied to clipboard

Challenge: Large Language Models (LLMs) have demonstrated remarkable capabilities in reasoning and generation, serving as the foundation for advanced persona simulation and Role-Playing Language Agents (RPLAs).
Approach: They propose a framework that treats psychological patterns as interacting causal forces and synthesizes 113 scenarios where 2-5 patterns reinforce, conflict, or modulate each other.
Outcome: The proposed framework outperforms Qwen3-32B on multi-pattern dynamics despite 4 fewer parameters.
Representative Demonstration Selection for In-Context Learning with Two-Stage Determinantal Point Process (2023.emnlp-main)

Copied to clipboard

Challenge: Existing methods tend to select different demonstrations for each test instance, which is time-consuming and poses limitations in practical scenarios.
Approach: They propose to select a representative subset of in-context demonstrations that can prompt different test instances in a specific task.
Outcome: The proposed method can be used to generate representative in-context demonstrations.

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