← Search

Yansong Feng

50 accepted papers

2026

DreamOn: Diffusion Language Models For Code Infilling Beyond Fixed-size Canvas

ICLR 2026poster

Diffusion Language Models (DLMs) present a compelling alternative to autoregressive models, offering flexible, any-order infilling without specialized prompting design. However, their practical utility is blocked by a critical limitation: the requirement of a fixed-length masked sequence for generat…

Cited by 0SourcecodeScholar
2026

From Single to Societal: Analyzing Persona-Induced Bias in Multi-Agent Interactions

AAAI 2026technical

Large Language Model (LLM)-based multi-agent systems are increasingly used to simulate human interactions and solve collaborative tasks. A common practice is to assign agents with personas to encourage behavioral diversity. However, this raises a critical yet underexplored question: do personas intr

Cited by 0SourcePDFScholar
2026

RefTool: Reference-Guided Tool Creation for Knowledge-Intensive Reasoning

ICLR 2026poster

Large Language Models (LLMs) can enhance their reasoning capabilities by using external tools. However, many tasks lack predefined tools. Prior works have explored instructing LLMs to generate tools on their own, but such approaches depend heavily on internal knowledge and struggle when tasks fall o…

Cited by 0SourcecodeScholar
2025

Automating Legal Interpretation with LLMs: Retrieval, Generation, and Evaluation

ACL 2025long

Interpreting the law is always essential for the law to adapt to the ever-changing society. It is a critical and challenging task even for legal practitioners, as it requires meticulous and professional annotations and summarizations by legal experts, which are admittedly time-consuming and expensiv…

2025

Chain-of-Discussion: A Multi-Model Framework for Complex Evidence-Based Question Answering

COLING 2025main

Open-ended question answering requires mod- els to find appropriate evidence to form well-reasoned, comprehensive and helpful answers. In practical applications, models also need to engage in extended discussions on potential scenarios closely relevant to the question. With augmentation of retrieval…

2025

Cross-Lingual Transfer of Cultural Knowledge: An Asymmetric Phenomenon

ACL 2025short

Despite substantial research efforts evaluating how well large language models (LLMs) handle global cultural diversity, the mechanisms behind their cultural knowledge acquisition, particularly in multilingual settings, remain unclear. We study this question by investigating how cultural knowledge tr…

2025

EpiCoDe: Boosting Model Performance Beyond Training with Extrapolation and Contrastive Decoding

ACL 2025finding

The remarkable performance of Large language models (LLMs) relies heavily on the availability of abundant high-quality training data. However, the high cost of acquiring annotated data often prevents models from obtaining capabilities to tackle downstream tasks. In this paper, we introduce a novel m…

Cited by 0SourcePDFScholar
2025

How Much Do Large Language Models Know about Human Motion? A Case Study in 3D Avatar Control

EMNLP 2025

We explore the human motion knowledge of Large Language Models (LLMs) through 3D avatar control. Given a motion instruction, we prompt LLMs to first generate a high-level movement plan with consecutive steps (**High-level Planning**), then specify body part positions in each step (**Low-level Planni

2025

JUREX-4E: Juridical Expert-Annotated Four-Element Knowledge Base for Legal Reasoning

EMNLP 2025

In recent years, Large Language Models (LLMs) have been widely applied to legal tasks. To enhance their understanding of legal texts and improve reasoning accuracy, a promising approach is to incorporate legal theories. One of the most widely adopted theories is the Four-Element Theory (FET), which

2025

MiLiC-Eval: Benchmarking Multilingual LLMs for China’s Minority Languages

ACL 2025finding

Large language models (LLMs) excel in high-resource languages but struggle with low-resource languages (LRLs), particularly those spoken by minority communities in China, such as Tibetan, Uyghur, Kazakh, and Mongolian. To systematically track the progress in these languages, we introduce MiLiC-Eval,…

2025

Read it in Two Steps: Translating Extremely Low-Resource Languages with Code-Augmented Grammar Books

ACL 2025long

While large language models (LLMs) have shown promise in translating extremely low-resource languages using resources like dictionaries, the effectiveness of grammar books remains debated. This paper investigates the role of grammar books in translating extremely low-resource languages by decomposin…

2025

Recipe2Plan: Evaluating Planning Abilities of LLMs for Efficient and Feasible Multitasking with Time Constraints Between Actions

EMNLP 2025

While Large Language Model-based agents have demonstrated substantial progress in task completion, existing evaluation benchmarks tend to overemphasize single-task performance, with insufficient attention given to the crucial aspects of multitask planning and execution efficiency required in real-wo

2024

Are LLMs Capable of Data-based Statistical and Causal Reasoning? Benchmarking Advanced Quantitative Reasoning with Data

ACL 2024findings

Quantitative reasoning is a critical skill to analyze data, yet the assessment of such ability remains limited. To address this gap, we introduce the Quantitative Reasoning with Data (QRData) benchmark, aiming to evaluate Large Language Models’ capability in statistical and causal reasoning with rea…

2024

Chain of Condition: Construct, Verify and Solve Conditions for Conditional Question Answering

EMNLP 2024finding

Conditional question answering (CQA) is an important task that aims to find probable answers and identify missing conditions. Existing approaches struggle with CQA due to two challenges: (1) precisely identifying necessary conditions and the logical relationship, and (2) verifying conditions to dete…

Cited by 0SourcePDFScholar
2024

ELLA: Empowering LLMs for Interpretable, Accurate and Informative Legal Advice

ACL 2024system demonstrations

Despite remarkable performance in legal consultation exhibited by legal Large Language Models(LLMs) combined with legal article retrieval components, there are still cases when the advice given is incorrect or baseless. To alleviate these problems, we propose ELLA, a tool for Empowering LLMs for int…

2024

Harder Task Needs More Experts: Dynamic Routing in MoE Models

ACL 2024long

In this paper, we introduce a novel dynamic expert selection framework for Mixture of Experts (MoE) models, aiming to enhance computational efficiency and model performance by adjusting the number of activated experts based on input difficulty. Unlike existing MoE approaches that rely on fixed TopK…

2024

MC2: Towards Transparent and Culturally-Aware NLP for Minority Languages in China

ACL 2024long

Current large language models demonstrate deficiencies in understanding low-resource languages, particularly the minority languages in China. This limitation stems from the scarcity of available pre-training data. To address this accessibility challenge, we present MC2, a Multilingual Corpus of Mino…

2024

ProTrix: Building Models for Planning and Reasoning over Tables with Sentence Context

EMNLP 2024finding

Tables play a crucial role in conveying information in various domains. We propose a Plan-then-Reason framework to answer different types of user queries over tables with sentence context. The framework first plans the reasoning paths over the context, then assigns each step to program-based or text…

2024

Probing Multimodal Large Language Models for Global and Local Semantic Representations

COLING 2024main

The advancement of Multimodal Large Language Models (MLLMs) has greatly accelerated the development of applications in understanding integrated texts and images. Recent works leverage image-caption datasets to train MLLMs, achieving state-of-the-art performance on image-to-text tasks. However, there…

2024

Teaching Large Language Models an Unseen Language on the Fly

ACL 2024findings

Existing large language models struggle to support numerous low-resource languages, particularly the extremely low-resource ones, for which there is minimal training data available for effective parameter updating. We thus investigate whether LLMs can learn a new language on the fly solely through p…

2024

Unlocking the Potential of Model Merging for Low-Resource Languages

EMNLP 2024finding

Adapting large language models (LLMs) to new languages typically involves continual pre-training (CT) followed by supervised fine-tuning (SFT). However, this CT-then-SFT approach struggles with limited data in the context of low-resource languages, failing to balance language modeling and task-solvi…

2023

Align-then-Enhance: Multilingual Entailment Graph Enhancement with Soft Predicate Alignment

ACL 2023findings

Entailment graphs (EGs) with predicates as nodes and entailment relations as edges are typically incomplete, while EGs in different languages are often complementary to each other. In this paper, we propose a new task, multilingual entailment graph enhancement, which aims to utilize the entailment i…

Cited by 3SourcePDFScholar
2023

Can BERT Refrain from Forgetting on Sequential Tasks? A Probing Study

ICLR 2023poster

Large pre-trained language models have helped to achieve state of the art on a variety of NLP tasks, nevertheless, they still suffer from forgetting when incrementally learning a series of sequential tasks. To alleviate this problem, recent works propose several models enhanced by sparse experience…

2023

DiNeR: A Large Realistic Dataset for Evaluating Compositional Generalization

EMNLP 2023long main

Most of the existing compositional generalization datasets are synthetically-generated, resulting in a lack of natural language variation. While there have been recent attempts to introduce non-synthetic datasets for compositional generalization, they suffer from either limited data scale or a lack…

Cited by 0SourcecodeScholar
2023

From the One, Judge of the Whole: Typed Entailment Graph Construction with Predicate Generation

ACL 2023long

Entailment Graphs (EGs) have been constructed based on extracted corpora as a strong and explainable form to indicate context-independent entailment relation in natural languages. However, EGs built by previous methods often suffer from the severe sparsity issues, due to limited corpora available an…

2023

How Many Answers Should I Give? An Empirical Study of Multi-Answer Reading Comprehension

ACL 2023findings

The multi-answer phenomenon, where a question may have multiple answers scattered in the document, can be well handled by humans but is challenging enough for machine reading comprehension (MRC) systems. Despite recent progress in multi-answer MRC, there lacks a systematic analysis of how this pheno…

2023

More than Classification: A Unified Framework for Event Temporal Relation Extraction

ACL 2023long

Event temporal relation extraction (ETRE) is usually formulated as a multi-label classification task, where each type of relation is simply treated as a one-hot label. This formulation ignores the meaning of relations and wipes out their intrinsic dependency. After examining the relation definitions…

2023

Structure-Discourse Hierarchical Graph for Conditional Question Answering on Long Documents

ACL 2023findings

Conditional question answering on long documents aims to find probable answers and identify conditions that need to be satisfied to make the answers correct over long documents. Existing approaches solve this task by segmenting long documents into multiple sections, and attending information at glob…

2023

The Magic of IF: Investigating Causal Reasoning Abilities in Large Language Models of Code

ACL 2023findings

Causal reasoning, the ability to identify cause-and-effect relationship, is crucial in human thinking. Although large language models (LLMs) succeed in many NLP tasks, it is still challenging for them to conduct complex causal reasoning like abductive reasoning and counterfactual reasoning. Given th…

2022

Counterfactual Recipe Generation: Exploring Compositional Generalization in a Realistic Scenario

EMNLP 2022main

People can acquire knowledge in an unsupervised manner by reading, and compose the knowledge to make novel combinations. In this paper, we investigate whether pretrained language models can perform compositional generalization in a realistic setting: recipe generation. We design the counterfactual r…

2022

Do Charge Prediction Models Learn Legal Theory?

EMNLP 2022finding

The charge prediction task aims to predict the charge for a case given its fact description. Recent models have already achieved impressive accuracy in this task, however, little is understood about the mechanisms they use to perform the judgment.For practical applications, a charge prediction model…

2022

Does Recommend-Revise Produce Reliable Annotations? An Analysis on Missing Instances in DocRED

ACL 2022long

DocRED is a widely used dataset for document-level relation extraction. In the large-scale annotation, a recommend-revise scheme is adopted to reduce the workload. Within this scheme, annotators are provided with candidate relation instances from distant supervision, and they then manually supplemen…

2022

Dual-Channel Evidence Fusion for Fact Verification over Texts and Tables

NAACL 2022long

Different from previous fact extraction and verification tasks that only consider evidence of a single format, FEVEROUS brings further challenges by extending the evidence format to both plain text and tables. Existing works convert all candidate evidence into either sentences or tables, thus often…

2022

Entailment Graph Learning with Textual Entailment and Soft Transitivity

ACL 2022long

Typed entailment graphs try to learn the entailment relations between predicates from text and model them as edges between predicate nodes. The construction of entailment graphs usually suffers from severe sparsity and unreliability of distributional similarity. We propose a two-stage method, Entail…

2022

Things not Written in Text: Exploring Spatial Commonsense from Visual Signals

ACL 2022long

Spatial commonsense, the knowledge about spatial position and relationship between objects (like the relative size of a lion and a girl, and the position of a boy relative to a bicycle when cycling), is an important part of commonsense knowledge. Although pretrained language models (PLMs) succeed in…

2021

Everything Has a Cause: Leveraging Causal Inference in Legal Text Analysis

NAACL 2021long

Causal inference is the process of capturing cause-effect relationship among variables. Most existing works focus on dealing with structured data, while mining causal relationship among factors from unstructured data, like text, has been less examined, but is of great importance, especially in the l…

2021

Exploring Distantly-Labeled Rationales in Neural Network Models

ACL 2021long

Recent studies strive to incorporate various human rationales into neural networks to improve model performance, but few pay attention to the quality of the rationales. Most existing methods distribute their models’ focus to distantly-labeled rationale words entirely and equally, while ignoring the…

Cited by 7SourcePDFScholar
2021

Extract, Integrate, Compete: Towards Verification Style Reading Comprehension

EMNLP 2021finding

In this paper, we present a new verification style reading comprehension dataset named VGaokao from Chinese Language tests of Gaokao. Different from existing efforts, the new dataset is originally designed for native speakers’ evaluation, thus requiring more advanced language understanding skills. T…

2021

Lattice-BERT: Leveraging Multi-Granularity Representations in Chinese Pre-trained Language Models

NAACL 2021long

Chinese pre-trained language models usually process text as a sequence of characters, while ignoring more coarse granularity, e.g., words. In this work, we propose a novel pre-training paradigm for Chinese — Lattice-BERT, which explicitly incorporates word representations along with characters, thus…

2021

Learning to Organize a Bag of Words into Sentences with Neural Networks: An Empirical Study

NAACL 2021long

Sequential information, a.k.a., orders, is assumed to be essential for processing a sequence with recurrent neural network or convolutional neural network based encoders. However, is it possible to encode natural languages without orders? Given a bag of words from a disordered sentence, humans may s…

Cited by 9SourcePDFScholar
2021

Three Sentences Are All You Need: Local Path Enhanced Document Relation Extraction

ACL 2021short

Document-level Relation Extraction (RE) is a more challenging task than sentence RE as it often requires reasoning over multiple sentences. Yet, human annotators usually use a small number of sentences to identify the relationship between a given entity pair. In this paper, we present an embarrassin…

2020

Exploring Question-Specific Rewards for Generating Deep Questions

COLING 2020main

Recent question generation (QG) approaches often utilize the sequence-to-sequence framework (Seq2Seq) to optimize the log likelihood of ground-truth questions using teacher forcing. However, this training objective is inconsistent with actual question quality, which is often reflected by certain glo…

2020

Latent Template Induction with Gumbel-CRFs

NeurIPS 2020poster

Learning to control the structure of sentences is a challenging problem in text generation. Existing work either relies on simple deterministic approaches or RL-based hard structures. We explore the use of structured variational autoencoders to infer latent templates for sentence generation using a…