Papers by Yile Wang

17 papers
Perspective Transition of Large Language Models for Solving Subjective Tasks (2025.findings-acl)

Copied to clipboard

Challenge: Large language models (LLMs) have revolutionized the field of natural language processing . performance of LLMs on subjective tasks is limited, authors say .
Approach: They propose a method that allows LLMs to select between direct, role, and third-person perspectives for best way to solve corresponding subjective problem.
Outcome: The proposed method outperforms widely used single fixed perspective based methods on 12 subjective tasks.
LDIR: Low-Dimensional Dense and Interpretable Text Embeddings with Relative Representations (2025.findings-acl)

Copied to clipboard

Challenge: Existing text embeddings with high dimensions are difficult to trace and interpret.
Approach: They propose low-dimensional and interpretable text embeddings with relative representations that encode semantic meanings in a vector space where similar texts are close together in the representation space.
Outcome: The proposed embeddings outperform existing models on multiple tasks with fewer dimensions and are lowdimensional and dense while maintaining interpretability.
YATO: Yet Another deep learning based Text analysis Open toolkit (2023.emnlp-demo)

Copied to clipboard

Challenge: YATO is an open-source toolkit for text analysis with deep learning . it supports free combinations of three types of widely used features .
Approach: They introduce YATO, an open-source toolkit for text analysis with deep learning.
Outcome: YATO is an open-source toolkit for text analysis with deep learning . the toolkit supports free combinations of three types of widely used features .
Evaluating Memory Capability in Continuous Lifelog Scenario (2026.findings-acl)

Copied to clipboard

Challenge: Existing benchmarks focus on online one-on-one chatting or human-AI interactions, neglecting real-world scenarios.
Approach: They propose a framework to curate a lifelog benchmark that combines two subsets of audio data to address temporal leakage in offline settings.
Outcome: The proposed framework outperforms existing benchmarks on live chats and AI interactions.
DEEM: Dynamic Experienced Expert Modeling for Stance Detection (2024.lrec-main)

Copied to clipboard

Challenge: Existing work on stance detection tasks using large language models shows promising results, but it may not be able to provide detailed background knowledge.
Approach: They propose a method which leverages the generated experienced experts and lets LLMs reason in a semi-parametric way.
Outcome: The proposed method outperforms methods with self-consistency reasoning and reduces bias.
DeCoVec: Building Decoding Space based Task Vector for Large Language Models via In-Context Learning (2026.findings-acl)

Copied to clipboard

Challenge: Existing approaches to steering large language models require fine-tuning or manipulation of internal states, limiting their flexibility and scalability.
Approach: They propose a framework that constructs task vectors directly in the decoding space by leveraging in-context learning.
Outcome: The proposed framework outperforms standard few-shot baselines on TruthfulQA, Math-500, and AQUA-RAT with gains up to +5.50 accuracy.
Prompt-Guided Retrieval Augmentation for Non-Knowledge-Intensive Tasks (2023.findings-acl)

Copied to clipboard

Challenge: Recent studies focus on retrieval to solve knowledge-intensive tasks, but the potential of retrieval for non-knowledge-intensive (NKI) tasks remains under-explored.
Approach: They propose a task-agnostic retrieval framework for NKI tasks that uses a static index and a prompt-guided reranker to re-rank the nearest evidence according to task-specific relevance.
Outcome: The proposed framework outperforms state-of-the-art retrieval-augmented methods on NKI tasks and will be released for further research.
Leveraging Language-based Representations for Better Solving Symbol-related Problems with Large Language Models (2025.coling-main)

Copied to clipboard

Challenge: Symbols are used in abstract reasoning, chemical property prediction, and tabular question-answering.
Approach: They propose a method that converts symbols to language-based representations to improve their accuracy.
Outcome: The proposed method improves the accuracy of symbols in language-based models.
Beyond Majority Voting: Towards Fine-grained and More Reliable Reward Signal for Test-Time Reinforcement Learning (2026.acl-long)

Copied to clipboard

Challenge: RLVR is a paradigm for improving reasoning ability of large language models . but voting results often induce confirmation bias and suffer from sparse rewards .
Approach: They propose a framework integrating model confidence and dynamic subgroup partitioning to address these issues.
Outcome: The proposed framework outperforms recent baselines on multiple models and benchmarks.
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 .
AnchorMem: Anchored Facts with Associative Contexts for Building Memory in Large Language Models (2026.findings-acl)

Copied to clipboard

Challenge: Existing memory systems rely on summarization to preserve contextual nuances and obscuring key retrieval features.
Approach: They propose a method that decouples the retrieval unit from the generation context.
Outcome: The proposed method outperforms baseline models on the LoCoMo benchmark.
Does Chinese BERT Encode Word Structure? (2020.coling-main)

Copied to clipboard

Challenge: Existing work has focused on analyzing the features captured by representative models such as BERT . however, little work has investigated word features for character languages such as Chinese .
Approach: They investigate Chinese BERT using attention weight distribution statistics and probing tasks to understand word features.
Outcome: The proposed model improves syntactic, semantic and word sense knowledge on a wide range of NLP tasks.
Enhancing Multilingual Capabilities of Large Language Models through Self-Distillation from Resource-Rich Languages (2024.acl-long)

Copied to clipboard

Challenge: Contemporary large language models (LLMs) are pre-trained on multilingual corpora, but their performance lags behind in most languages compared to a few resource-rich languages.
Approach: They propose a method that leverages the internal capabilities of large language models on resource-rich languages to enhance multilingual performance.
Outcome: The proposed method improves multilingual performance while minimizing impact on original performance in resource-rich languages.
Ranked Voting based Self-Consistency of Large Language Models (2025.findings-acl)

Copied to clipboard

Challenge: Existing majority voting methods generate only a single answer in each trial, ignoring the possibility of other possible answers.
Approach: They propose to generate ranked answers in each reasoning process and conduct ranked voting among multiple ranked responses from different responses.
Outcome: Extensive experiments show that the proposed method outperforms baselines on multiple-choice and open-ended questions.
SemPA: Improving Sentence Embeddings of Large Language Models through Semantic Preference Alignment (2026.findings-acl)

Copied to clipboard

Challenge: Existing sentence embedding methods rely on fixed prompt templates or involve modifications to the model architecture, compromising its generative capabilities.
Approach: They propose a sentence-level direct preference optimization approach that boosts the sentence representations while preserving the generative ability of LLMs.
Outcome: The proposed method improves representations of semantically meaningful vectors without sacrificing generation capability.
Self-Knowledge Guided Retrieval Augmentation for Large Language Models (2023.findings-emnlp)

Copied to clipboard

Challenge: Large language models (LLMs) have shown superior performance without task-specific fine-tuning due to the computational costs.
Approach: They propose a method which lets LLMs refer to the questions they have previously encountered and adaptively call for external resources when dealing with new questions.
Outcome: The proposed method outperforms chain-of-thought based and fully retrieval-based methods on multiple datasets and outperformed chain- of-though, chatGPT and InstructGPT.
Using Context-to-Vector with Graph Retrofitting to Improve Word Embeddings (2022.acl-long)

Copied to clipboard

Challenge: Contextualized embeddings are expensive and resource-demanding, hence environmentally unfriendly.
Approach: They propose a method to convert contextualized embeddings from pre-trained models into static embeddables using synonym knowledge and weighted vector distribution.
Outcome: The proposed method outperforms baseline embeddings by a large margin through extrinsic and intrinsic tasks.

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