← Search

Xiang Ren

106 accepted papers

2026

Function Induction and Task Generalization: An Interpretability Study with Off-by-One Addition

ICLR 2026poster

Large language models demonstrate the intriguing ability to perform unseen tasks via in-context learning. However, it remains unclear what mechanisms inside the model drive such task-level generalization. In this work, we approach this question through the lens of off-by-one addition (i.e., 1+1=3, 2…

Cited by 0SourcecodeScholar
2026

Lookahead Tree-Based Rollouts for Enhanced Trajectory-Level Exploration in Reinforcement Learning with Verifiable Rewards

ICLR 2026poster

Reinforcement Learning with Verifiable Rewards (RLVR), particularly with algorithms like Group Relative Policy Optimization (GRPO), has proven highly effective in enhancing the reasoning capabilities of large language models. However, a critical bottleneck in current pipelines lies in the limited di…

Cited by 0SourcecodeScholar
2025

Amulet: Putting Complex Multi-Turn Conversations on the Stand with LLM Juries

EMNLP 2025

Today, large language models are widely used as judges to evaluate responses from other language models. Hence, it is imperative to benchmark and improve these LLM-judges on real-world language model usage: a typical human-assistant conversation is lengthy, and shows significant diversity in topics,

2025

Attributing Culture-Conditioned Generations to Pretraining Corpora

ICLR 2025poster

In open-ended generative tasks like narrative writing or dialogue, large language models often exhibit cultural biases, showing limited knowledge and generating templated outputs for less prevalent cultures. Recent works show that these biases may stem from uneven cultural representation in pretrain…

2025

Better Language Model Inversion by Compactly Representing Next-Token Distributions

NeurIPS 2025poster

Language model inversion seeks to recover hidden prompts using only language model outputs. This capability has implications for security and accountability in language model deployments, such as leaking private information from an API-protected language model’s system message. We propose a new meth…

Cited by 0SourcecodeScholar
2025

CAVE: Controllable Authorship Verification Explanations

NAACL 2025long

Authorship Verification (AV) (do two documents have the same author?) is essential in many real-life applications. AV is often used in privacy-sensitive domains that require an offline proprietary model that is deployed on premises, making publicly served online models (APIs) a suboptimal choice. Cu…

2025

Diagnosing Memorization in Chain-of-Thought Reasoning, One Token at a Time

EMNLP 2025

Large Language Models (LLMs) perform well on reasoning benchmarks but often fail when inputs alter slightly, raising concerns about the extent to which their success relies on memorization. This issue is especially acute in Chain-of-Thought (CoT) reasoning, where spurious memorized patterns can trig

2025

Diverging Preferences: When do Annotators Disagree and do Models Know?

ICML 2025poster

We examine diverging preferences in human-labeled preference datasets. We develop a taxonomy of disagreement sources spanning ten categories across four high-level classes and find that the majority of disagreements are due to factors such as task underspecification or response style. Our findings c…

Cited by 8SourcePDFScholar
2025

ELI-Why: Evaluating the Pedagogical Utility of Language Model Explanations

ACL 2025finding

Language models today are widely used in education, yet their ability to tailor responses for learners with varied informational needs and knowledge backgrounds remains under-explored. To this end, we introduce ELI-Why, a benchmark of 13.4K “Why” questions to evaluate the pedagogical capabilities of…

Cited by 0SourcePDFScholar
2025

Improving Language Model Personas via Rationalization with Psychological Scaffolds

EMNLP 2025

Language models prompted with a user description or persona have been used to predict the user’s preferences and opinions. However, existing approaches to building personas mostly rely on a user’s demographic attributes and/or prior judgments, but not on any underlying reasoning behind a user’s judg

2025

REL-A.I.: An Interaction-Centered Approach To Measuring Human-LM Reliance

NAACL 2025long

The ability to communicate uncertainty and knowledge limitations is crucial for the safety of large language models (LLMs). Current evaluations of these abilities typically examine the correspondence between model accuracy and its internal probabilities or linguistic outputs. However, evaluation of…

Cited by 6SourcePDFScholar
2024

Are Machines Better at Complex Reasoning? Unveiling Human-Machine Inference Gaps in Entailment Verification

ACL 2024findings

Making inferences in text comprehension to understand the meaning is essential in language processing. This work studies the entailment verification (EV) problem of complex, multi-sentence premises requiring a system to make multiple inferences implicitly. Modern applications of EV in detecting inco…

2024

Backdooring Instruction-Tuned Large Language Models with Virtual Prompt Injection

NAACL 2024long

Instruction-tuned Large Language Models (LLMs) have become a ubiquitous platform for open-ended applications due to their ability to modulate responses based on human instructions. The widespread use of LLMs holds significant potential for shaping public perception, yet also risks being maliciously…

2024

Can LLMs Reason with Rules? Logic Scaffolding for Stress-Testing and Improving LLMs

ACL 2024long

Large language models (LLMs) have achieved impressive human-like performance across various reasoning tasks. However, their mastery of underlying inferential rules still falls short of human capabilities. To investigate this, we propose a logic scaffolding inferential rule generation framework, to c…

2024

In Search of the Long-Tail: Systematic Generation of Long-Tail Inferential Knowledge via Logical Rule Guided Search

EMNLP 2024main

To effectively use large language models (LLMs) for real-world queries, it is imperative that they generalize to the long-tail distribution, i.e. rare examples where models exhibit low confidence. In this work, we take the first step towards evaluating LLMs in the long-tail distribution of inferenti…

2024

Instruction-following Evaluation through Verbalizer Manipulation

NAACL 2024findings

While instruction-tuned models have shown remarkable success in various natural language processing tasks, accurately evaluating their ability to follow instructions remains challenging. Existing benchmarks primarily focus on common instructions that align well with what the model learned during tra…

2024

Phenomenal Yet Puzzling: Testing Inductive Reasoning Capabilities of Language Models with Hypothesis Refinement

ICLR 2024oral

The ability to derive underlying principles from a handful of observations and then generalize to novel situations---known as inductive reasoning---is central to human intelligence. Prior work suggests that language models (LMs) often fall short on inductive reasoning, despite achieving impressive s…

2024

PlaSma: Procedural Knowledge Models for Language-based Planning and Re-Planning

ICLR 2024poster

Procedural planning, which entails decomposing a high-level goal into a sequence of temporally ordered steps, is an important yet intricate task for machines. It involves integrating common-sense knowledge to reason about complex and often contextualized situations, e.g. ``scheduling a doctor's appo…

Cited by 1SourcePDFScholar
2024

Relying on the Unreliable: The Impact of Language Models’ Reluctance to Express Uncertainty

ACL 2024long

As natural language becomes the default interface for human-AI interaction, there is a need for LMs to appropriately communicate uncertainties in downstream applications. In this work, we investigate how LMs incorporate confidence in responses via natural language and how downstream users behave in…

Cited by 49SourcePDFScholar
2024

SELF-DISCOVER: Large Language Models Self-Compose Reasoning Structures

NeurIPS 2024poster

We introduce SELF-DISCOVER, a general framework for LLMs to self-discover the task-intrinsic reasoning structures to tackle complex reasoning problems that are challenging for typical prompting methods. Core to the framework is a self-discovery process where LLMs select multiple atomic reasoning mod…

Cited by 47SourcePDFScholar
2024

Stress-Testing Long-Context Language Models with Lifelong ICL and Task Haystack

NeurIPS 2024poster

We introduce Lifelong ICL, a problem setting that challenges long-context language models (LMs) to learn a sequence of language tasks through in-context learning (ICL). We further introduce Task Haystack, an evaluation suite dedicated to assessing and diagnosing how long-context LMs utilizes context…

2024

Symbolic Working Memory Enhances Language Models for Complex Rule Application

EMNLP 2024main

Large Language Models (LLMs) have shown remarkable reasoning performance but struggle with multi-step deductive reasoning involving a series of rule application steps, especially when rules are presented non-sequentially. Our preliminary analysis shows that while LLMs excel in single-step rule appli…

2024

Tailoring Self-Rationalizers with Multi-Reward Distillation

ICLR 2024poster

Large language models (LMs) are capable of generating free-text rationales to aid question answering. However, prior work 1) suggests that useful self-rationalization is emergent only at significant scales (e.g., 175B parameter GPT-3); and 2) focuses largely on downstream performance, ignoring the s…

2024

WildChat: 1M ChatGPT Interaction Logs in the Wild

ICLR 2024spotlight

Chatbots such as GPT-4 and ChatGPT are now serving millions of users. Despite their widespread use, there remains a lack of public datasets showcasing how these tools are used by a population of users in practice. To bridge this gap, we offered free access to ChatGPT for online users in exchange for…

Cited by 178SourcePDFScholar
2024

WildVis: Open Source Visualizer for Million-Scale Chat Logs in the Wild

EMNLP 2024system demonstrations

The increasing availability of real-world conversation data offers exciting opportunities for researchers to study user-chatbot interactions. However, the sheer volume of this data makes manually examining individual conversations impractical. To overcome this challenge, we introduce WildVis, an int…

2023

APOLLO: A Simple Approach for Adaptive Pretraining of Language Models for Logical Reasoning

ACL 2023long

Logical reasoning over text is an important ability that requires understanding the semantics of the text and reasoning through them to arrive at correct inferences. Prior works on pretraining language models to improve the logical reasoning ability require complex processing of training data (e.g.,…

2023

Are Machine Rationales (Not) Useful to Humans? Measuring and Improving Human Utility of Free-text Rationales

ACL 2023long

Among the remarkable emergent capabilities of large language models (LMs) is free-text rationalization; beyond certain scale, large LMs are capable of generating seemingly useful rationalizations, which in turn, can dramatically enhance their performances on leaderboards. This phenomenon raises a qu…

2023

Bootstrap Your Own Skills: Learning to Solve New Tasks with Large Language Model Guidance

CoRL 2023oral

We propose BOSS, an approach that automatically learns to solve new long-horizon, complex, and meaningful tasks by growing a learned skill library with minimal supervision. Prior work in reinforcement learning require expert supervision, in the form of demonstrations or rich reward functions, to lea…

Cited by 80SourceScholar
2023

Contrastive Novelty-Augmented Learning: Anticipating Outliers with Large Language Models

ACL 2023long

In many task settings, text classification models are likely to encounter examples from novel classes on which they cannot predict correctly. Selective prediction, in which models abstain on low-confidence examples, provides a possible solution, but existing models are often overly confident on unse…

2023

Dataless Knowledge Fusion by Merging Weights of Language Models

ICLR 2023poster

Fine-tuning pre-trained language models has become the prevalent paradigm for building downstream NLP models. Oftentimes fine-tuned models are readily available but their training data is not, due to data privacy or intellectual property concerns. This creates a barrier to fusing knowledge across in…

2023

Estimating Large Language Model Capabilities without Labeled Test Data

EMNLP 2023long findings

Large Language Models (LLMs) have exhibited an impressive ability to perform in-context learning (ICL) from only a few examples, but the success of ICL varies widely from task to task. Thus, it is important to quickly determine whether ICL is applicable to a new task, but directly evaluating ICL acc…

Cited by 0SourcecodeScholar
2023

Faith and Fate: Limits of Transformers on Compositionality

NeurIPS 2023spotlight

Transformer large language models (LLMs) have sparked admiration for their exceptional performance on tasks that demand intricate multi-step reasoning. Yet, these models simultaneously show failures on surprisingly trivial problems. This begs the question: Are these errors incidental, or do they si…

2023

FiD-ICL: A Fusion-in-Decoder Approach for Efficient In-Context Learning

ACL 2023long

Large pre-trained models are capable of few-shot in-context learning (ICL), i.e., performing a new task by prepending a few demonstrations before the test input. However, the concatenated demonstrations are often excessively long and induce additional computation. Inspired by fusion-in-decoder (FiD)…

2023

How Predictable Are Large Language Model Capabilities? A Case Study on BIG-bench

EMNLP 2023long findings

We investigate the predictability of large language model (LLM) capabilities: given records of past experiments using different model families, numbers of parameters, tasks, and numbers of in-context examples, can we accurately predict LLM performance on new experiment configurations? Answering this…

Cited by 0SourcecodeScholar
2023

I Cast Detect Thoughts: Learning to Converse and Guide with Intents and Theory-of-Mind in Dungeons and Dragons

ACL 2023long

We propose a novel task, G4C, to study teacher-student natural language interactions in a goal-driven and grounded environment. Dungeons and Dragons (D&D), a role-playing game, provides an ideal setting to investigate such interactions. Here, the Dungeon Master (DM), i.e., the teacher, guides the ac…

Cited by 26SourcePDFScholar
2023

Inference-Time Policy Adapters (IPA): Tailoring Extreme-Scale LMs without Fine-tuning

EMNLP 2023long main

While extreme-scale language models have demonstrated exceptional performance on a variety of language tasks, the degree of control over these language models through pure prompting can often be limited. Directly fine-tuning such language models can be effective for tailoring them, but it can be eit…

Cited by 0SourcecodeScholar
2023

LLM-Blender: Ensembling Large Language Models with Pairwise Ranking and Generative Fusion

ACL 2023long

We present LLM-Blender, an ensembling framework designed to attain consistently superior performance by leveraging the diverse strengths of multiple open-source large language models (LLMs). Our framework consists of two modules: PairRanker and GenFuser, addressing the observation that optimal LLMs…

2023

On Grounded Planning for Embodied Tasks with Language Models

AAAI 2023technical

Language models (LMs) have demonstrated their capability in possessing commonsense knowledge of the physical world, a crucial aspect of performing tasks in everyday life. However, it remains unclear whether they have the capacity to generate grounded, executable plans for embodied tasks. This is a c…

Cited by 41SourcePDFScholar
2023

PINTO: Faithful Language Reasoning Using Prompt-Generated Rationales

ICLR 2023poster

Neural language models (LMs) have achieved impressive results on various language-based reasoning tasks by utilizing latent knowledge encoded in their own pretrained parameters. To make this reasoning process more explicit, recent works retrieve a rationalizing LM's internal knowledge by training or…

2023

REV: Information-Theoretic Evaluation of Free-Text Rationales

ACL 2023long

Generating free-text rationales is a promising step towards explainable NLP, yet evaluating such rationales remains a challenge. Existing metrics have mostly focused on measuring the association between the rationale and a given label. We argue that an ideal metric should focus on the new informatio…

2023

SCOTT: Self-Consistent Chain-of-Thought Distillation

ACL 2023long

Large language models (LMs) beyond a certain scale, demonstrate the emergent capability of generating free-text rationales for their predictions via chain-of-thought (CoT) prompting. While CoT can yield dramatically improved performance, such gains are only observed for sufficiently large LMs. Even…

2023

SwiftSage: A Generative Agent with Fast and Slow Thinking for Complex Interactive Tasks

NeurIPS 2023spotlight

We introduce SwiftSage, a novel agent framework inspired by the dual-process theory of human cognition, designed to excel in action planning for complex interactive reasoning tasks. SwiftSage integrates the strengths of behavior cloning and prompting large language models (LLMs) to enhance task comp…

Cited by 64SourcePDFScholar
2023

Symbolic Chain-of-Thought Distillation: Small Models Can Also “Think” Step-by-Step

ACL 2023long

Chain-of-thought prompting (e.g., “Let’s think step-by-ste”) primes large language models to verbalize rationalization for their predictions. While chain-of-thought can lead to dramatic performance gains, benefits appear to emerge only for sufficiently large models (beyond 50B parameters). We show t…

2022

A Good Prompt Is Worth Millions of Parameters: Low-resource Prompt-based Learning for Vision-Language Models

ACL 2022long

Large pre-trained vision-language (VL) models can learn a new task with a handful of examples and generalize to a new task without fine-tuning. However, these VL models are hard to deploy for real-world applications due to their impractically huge sizes and slow inference speed. To solve this limita…

2022

Contextualized Scene Imagination for Generative Commonsense Reasoning

ICLR 2022poster

Humans use natural language to compose common concepts from their environment into plausible, day-to-day scene descriptions. However, such generative commonsense reasoning (GCSR) skills are lacking in state-of-the-art text generation methods. Descriptive sentences about arbitrary concepts generated…

2022

ER-Test: Evaluating Explanation Regularization Methods for Language Models

EMNLP 2022finding

By explaining how humans would solve a given task, human rationales can provide strong learning signal for neural language models (NLMs). Explanation regularization (ER) aims to improve NLM generalization by pushing the NLM’s machine rationales (Which input tokens did the NLM focus on?) to align wit…

2022

Eliciting and Understanding Cross-task Skills with Task-level Mixture-of-Experts

EMNLP 2022finding

Recent works suggest that transformer models are capable of multi-tasking on diverse NLP tasks and adapt to new tasks efficiently. However, the potential of these multi-task models may be limited as they use the same set of parameters for all tasks. In contrast, humans tackle tasks in a more flexibl…

2022

FaiRR: Faithful and Robust Deductive Reasoning over Natural Language

ACL 2022long

Transformers have been shown to be able to perform deductive reasoning on a logical rulebase containing rules and statements written in natural language. Recent works show that such models can also produce the reasoning steps (i.e., the proof graph) that emulate the model’s logical reasoning process…

2022

FedNLP: Benchmarking Federated Learning Methods for Natural Language Processing Tasks

NAACL 2022findings

Increasing concerns and regulations about data privacy and sparsity necessitate the study of privacy-preserving, decentralized learning methods for natural language processing (NLP) tasks. Federated learning (FL) provides promising approaches for a large number of clients (e.g., personal devices or…

2022

Good Examples Make A Faster Learner: Simple Demonstration-based Learning for Low-resource NER

ACL 2022long

Recent advances in prompt-based learning have shown strong results on few-shot text classification by using cloze-style templates. Similar attempts have been made on named entity recognition (NER) which manually design templates to predict entity types for every text span in a sentence. However, suc…

2022

KG-FiD: Infusing Knowledge Graph in Fusion-in-Decoder for Open-Domain Question Answering

ACL 2022long

Current Open-Domain Question Answering (ODQA) models typically include a retrieving module and a reading module, where the retriever selects potentially relevant passages from open-source documents for a given question, and the reader produces an answer based on the retrieved passages. The recently…

Cited by 128SourcePDFScholar
2022

Leveraging Visual Knowledge in Language Tasks: An Empirical Study on Intermediate Pre-training for Cross-Modal Knowledge Transfer

ACL 2022long

Pre-trained language models are still far from human performance in tasks that need understanding of properties (e.g. appearance, measurable quantity) and affordances of everyday objects in the real world since the text lacks such information due to reporting bias. In this work, we study whether int…

2022

Lifelong Pretraining: Continually Adapting Language Models to Emerging Corpora

NAACL 2022long

Pretrained language models (PTLMs) are typically learned over a large, static corpus and further fine-tuned for various downstream tasks. However, when deployed in the real world, a PTLM-based model must deal with data distributions that deviates from what the PTLM was initially trained on. In this…

2022

NS3: Neuro-symbolic Semantic Code Search

NeurIPS 2022accept

Semantic code search is the task of retrieving a code snippet given a textual description of its functionality. Recent work has been focused on using similarity metrics between neural embeddings of text and code. However, current language models are known to struggle with longer, compositional sente…

2022

NewsEdits: A News Article Revision Dataset and a Novel Document-Level Reasoning Challenge

NAACL 2022long

News article revision histories provide clues to narrative and factual evolution in news articles. To facilitate analysis of this evolution, we present the first publicly available dataset of news revision histories, NewsEdits. Our dataset is large-scale and multilingual; it contains 1.2 million art…

2022

On Continual Model Refinement in Out-of-Distribution Data Streams

ACL 2022long

Real-world natural language processing (NLP) models need to be continually updated to fix the prediction errors in out-of-distribution (OOD) data streams while overcoming catastrophic forgetting. However, existing continual learning (CL) problem setups cannot cover such a realistic and complex scena…

Cited by 26SourcePDFScholar
2022

On the Robustness of Reading Comprehension Models to Entity Renaming

NAACL 2022long

We study the robustness of machine reading comprehension (MRC) models to entity renaming—do models make more wrong predictions when the same questions are asked about an entity whose name has been changed? Such failures imply that models overly rely on entity information to answer questions, and thu…

2022

Reflect, Not Reflex: Inference-Based Common Ground Improves Dialogue Response Quality

EMNLP 2022main

Human communication relies on common ground (CG), the mutual knowledge and beliefs shared by participants, to produce coherent and interesting conversations. In this paper, we demonstrate that current response generation (RG) models produce generic and dull responses in dialogues because they act re…

Cited by 30SourcePDFScholar
2022

RobustLR: A Diagnostic Benchmark for Evaluating Logical Robustness of Deductive Reasoners

EMNLP 2022main

Transformers have been shown to be able to perform deductive reasoning on inputs containing rules and statements written in the English natural language. However, it is unclear if these models indeed follow rigorous logical reasoning to arrive at the prediction or rely on spurious correlation patter…

2022

Sparse Distillation: Speeding Up Text Classification by Using Bigger Student Models

NAACL 2022long

Distilling state-of-the-art transformer models into lightweight student models is an effective way to reduce computation cost at inference time. The student models are typically compact transformers with fewer parameters, while expensive operations such as self-attention persist. Therefore, the impr…

2022

Think Before You Speak: Explicitly Generating Implicit Commonsense Knowledge for Response Generation

ACL 2022long

Implicit knowledge, such as common sense, is key to fluid human conversations. Current neural response generation (RG) models are trained to generate responses directly, omitting unstated implicit knowledge. In this paper, we present Think-Before-Speaking (TBS), a generative approach to first extern…

2022

UNIREX: A Unified Learning Framework for Language Model Rationale Extraction

ICML 2022spotlight

An extractive rationale explains a language model’s (LM’s) prediction on a given task instance by highlighting the text inputs that most influenced the prediction. Ideally, rationale extraction should be faithful (reflective of LM’s actual behavior) and plausible (convincing to humans), without comp…

2022

Unsupervised Cross-Task Generalization via Retrieval Augmentation

NeurIPS 2022accept

Humans can perform unseen tasks by recalling relevant skills acquired previously and then generalizing them to the target tasks, even if there is no supervision at all. In this paper, we aim to improve this kind of cross-task generalization ability of massive multi-task language models, such as T0 a…

2021

AdaTag: Multi-Attribute Value Extraction from Product Profiles with Adaptive Decoding

ACL 2021long

Automatic extraction of product attribute values is an important enabling technology in e-Commerce platforms. This task is usually modeled using sequence labeling architectures, with several extensions to handle multi-attribute extraction. One line of previous work constructs attribute-specific mode…

Cited by 56SourcePDFScholar
2021

Common Sense Beyond English: Evaluating and Improving Multilingual Language Models for Commonsense Reasoning

ACL 2021long

Commonsense reasoning research has so far been limited to English. We aim to evaluate and improve popular multilingual language models (ML-LMs) to help advance commonsense reasoning (CSR) beyond English. We collect the Mickey corpus, consisting of 561k sentences in 11 different languages, which can…

2021

Cross-Attention is All You Need: Adapting Pretrained Transformers for Machine Translation

EMNLP 2021main

We study the power of cross-attention in the Transformer architecture within the context of transfer learning for machine translation, and extend the findings of studies into cross-attention when training from scratch. We conduct a series of experiments through fine-tuning a translation model on dat…

2021

CrossFit: A Few-shot Learning Challenge for Cross-task Generalization in NLP

EMNLP 2021main

Humans can learn a new language task efficiently with only few examples, by leveraging their knowledge obtained when learning prior tasks. In this paper, we explore whether and how such cross-task generalization ability can be acquired, and further applied to build better few-shot learners across di…

2021

Differentiable Open-Ended Commonsense Reasoning

NAACL 2021long

Current commonsense reasoning research focuses on developing models that use commonsense knowledge to answer multiple-choice questions. However, systems designed to answer multiple-choice questions may not be useful in applications that do not provide a small list of candidate answers to choose from…

Cited by 44SourcePDFScholar
2021

ECONET: Effective Continual Pretraining of Language Models for Event Temporal Reasoning

EMNLP 2021main

While pre-trained language models (PTLMs) have achieved noticeable success on many NLP tasks, they still struggle for tasks that require event temporal reasoning, which is essential for event-centric applications. We present a continual pre-training approach that equips PTLMs with targeted knowledge…

2021

Extract, Denoise and Enforce: Evaluating and Improving Concept Preservation for Text-to-Text Generation

EMNLP 2021main

Prior studies on text-to-text generation typically assume that the model could figure out what to attend to in the input and what to include in the output via seq2seq learning, with only the parallel training data and no additional guidance. However, it remains unclear whether current models can pre…

2021

ForecastQA: A Question Answering Challenge for Event Forecasting with Temporal Text Data

ACL 2021long

Event forecasting is a challenging, yet important task, as humans seek to constantly plan for the future. Existing automated forecasting studies rely mostly on structured data, such as time-series or event-based knowledge graphs, to help predict future events. In this work, we aim to formulate a tas…

Cited by 48SourcePDFScholar
2021

Gradient-based Editing of Memory Examples for Online Task-free Continual Learning

NeurIPS 2021poster

We explore task-free continual learning (CL), in which a model is trained to avoid catastrophic forgetting in the absence of explicit task boundaries or identities. Among many efforts on task-free CL, a notable family of approaches are memory-based that store and replay a subset of training examples…

2021

Lawyers are Dishonest? Quantifying Representational Harms in Commonsense Knowledge Resources

EMNLP 2021main

Warning: this paper contains content that may be offensive or upsetting. Commonsense knowledge bases (CSKB) are increasingly used for various natural language processing tasks. Since CSKBs are mostly human-generated and may reflect societal biases, it is important to ensure that such biases are not…

Cited by 43SourcePDFScholar
2021

Learn Continually, Generalize Rapidly: Lifelong Knowledge Accumulation for Few-shot Learning

EMNLP 2021finding

The ability to continuously expand knowledge over time and utilize it to rapidly generalize to new tasks is a key feature of human linguistic intelligence. Existing models that pursue rapid generalization to new tasks (e.g., few-shot learning methods), however, are mostly trained in a single shot on…

2021

Learning to Deceive Knowledge Graph Augmented Models via Targeted Perturbation

ICLR 2021poster

Knowledge graphs (KGs) have helped neural models improve performance on various knowledge-intensive tasks, like question answering and item recommendation. By using attention over the KG, such KG-augmented models can also "explain" which KG information was most relevant for making a given prediction…

2021

MSD: Saliency-aware Knowledge Distillation for Multimodal Understanding

EMNLP 2021finding

To reduce a model size but retain performance, we often rely on knowledge distillation (KD) which transfers knowledge from a large “teacher” model to a smaller “student” model. However, KD on multimodal datasets such as vision-language tasks is relatively unexplored, and digesting multimodal informa…

Cited by 8SourcePDFScholar
2021

On Transferability of Bias Mitigation Effects in Language Model Fine-Tuning

NAACL 2021long

Fine-tuned language models have been shown to exhibit biases against protected groups in a host of modeling tasks such as text classification and coreference resolution. Previous works focus on detecting these biases, reducing bias in data representations, and using auxiliary training objectives to…

2021

On the Influence of Masking Policies in Intermediate Pre-training

EMNLP 2021main

Current NLP models are predominantly trained through a two-stage “pre-train then fine-tune” pipeline. Prior work has shown that inserting an intermediate pre-training stage, using heuristic masking policies for masked language modeling (MLM), can significantly improve final performance. However, it…

2021

Pre-training Text-to-Text Transformers for Concept-centric Common Sense

ICLR 2021poster

Pretrained language models (PTLM) have achieved impressive results in a range of natural language understanding (NLU) and generation (NLG) tasks that require a syntactic and semantic understanding of the text. However, current pre-training objectives such as masked token prediction (for BERT-style P…

2021

Probing Commonsense Explanation in Dialogue Response Generation

EMNLP 2021finding

Humans use commonsense reasoning (CSR) implicitly to produce natural and coherent responses in conversations. Aiming to close the gap between current response generation (RG) models and human communication abilities, we want to understand why RG models respond as they do by probing RG model’s unders…

Cited by 19SourcePDFScholar
2021

RICA: Evaluating Robust Inference Capabilities Based on Commonsense Axioms

EMNLP 2021main

Pre-trained language models (PTLMs) have achieved impressive performance on commonsense inference benchmarks, but their ability to employ commonsense to make robust inferences, which is crucial for effective communications with humans, is debated. In the pursuit of advancing fluid human-AI communica…

2021

Refining Language Models with Compositional Explanations

NeurIPS 2021spotlight

Pre-trained language models have been successful on text classification tasks, but are prone to learning spurious correlations from biased datasets, and are thus vulnerable when making inferences in a new domain. Prior work reveals such spurious patterns via post-hoc explanation algorithms which com…

2021

RockNER: A Simple Method to Create Adversarial Examples for Evaluating the Robustness of Named Entity Recognition Models

EMNLP 2021main

To audit the robustness of named entity recognition (NER) models, we propose RockNER, a simple yet effective method to create natural adversarial examples. Specifically, at the entity level, we replace target entities with other entities of the same semantic class in Wikidata; at the context level,…

2021

SalKG: Learning From Knowledge Graph Explanations for Commonsense Reasoning

NeurIPS 2021poster

Augmenting pre-trained language models with knowledge graphs (KGs) has achieved success on various commonsense reasoning tasks. However, for a given task instance, the KG, or certain parts of the KG, may not be useful. Although KG-augmented models often use attention to focus on specific KG componen…

2021

TaxoClass: Hierarchical Multi-Label Text Classification Using Only Class Names

NAACL 2021long

Hierarchical multi-label text classification (HMTC) aims to tag each document with a set of classes from a taxonomic class hierarchy. Most existing HMTC methods train classifiers using massive human-labeled documents, which are often too costly to obtain in real-world applications. In this paper, we…

2021

X-METRA-ADA: Cross-lingual Meta-Transfer learning Adaptation to Natural Language Understanding and Question Answering

NAACL 2021long

Multilingual models, such as M-BERT and XLM-R, have gained increasing popularity, due to their zero-shot cross-lingual transfer learning capabilities. However, their generalization ability is still inconsistent for typologically diverse languages and across different benchmarks. Recently, meta-learn…

2020

Alleviate Dataset Shift Problem in Fine-grained Entity Typing with Virtual Adversarial Training

IJCAI 2020poster

The recent success of Distant Supervision (DS) brings abundant labeled data for the task of fine-grained entity typing (FET) without human annotation. However, the heuristically generated labels inevitably bring a significant distribution gap, namely dataset shift, between the distantly labeled trai…

Cited by 0SourcePDFScholar
2020

Learning from Explanations with Neural Execution Tree

ICLR 2020poster

While deep neural networks have achieved impressive performance on a range of NLP tasks, these data-hungry models heavily rely on labeled data, which restricts their applications in scenarios where data annotation is expensive. Natural language (NL) explanations have been demonstrated very useful ad…

Cited by 41SourcecodeScholar
2020

Temporal Attribute Prediction via Joint Modeling of Multi-Relational Structure Evolution

IJCAI 2020poster

Time series prediction is an important problem in machine learning. Previous methods for time series prediction did not involve additional information. With a lot of dynamic knowledge graphs available, we can use this additional information to predict the time series better. Recently, there has been…

2020

Towards Hierarchical Importance Attribution: Explaining Compositional Semantics for Neural Sequence Models

ICLR 2020spotlight

The impressive performance of neural networks on natural language processing tasks attributes to their ability to model complicated word and phrase compositions. To explain how the model handles semantic compositions, we study hierarchical explanation of neural network predictions. We identify non-a…

Cited by 128SourceScholar
2018

GraphRNN: Generating Realistic Graphs with Deep Auto-regressive Models

ICML 2018oral

Modeling and generating graphs is fundamental for studying networks in biology, engineering, and social sciences. However, modeling complex distributions over graphs and then efficiently sampling from these distributions is challenging due to the non-unique, high-dimensional nature of graphs and the…

2018

Hierarchical Graph Representation Learning with Differentiable Pooling

NeurIPS 2018spotlight

Recently, graph neural networks (GNNs) have revolutionized the field of graph representation learning through effectively learned node embeddings, and achieved state-of-the-art results in tasks such as node classification and link prediction. However, current GNN methods are inherently flat and do n…

Cited by 2077SourcePDFScholar
2016

Precision Matrix Estimation in High Dimensional Gaussian Graphical Models with Faster Rates

AISTATS 2016poster

In this paper, we present a new estimator for precision matrix in high dimensional Gaussian graphical models. At the core of the proposed estimator is a collection of node-wise linear regression with nonconvex penalty. In contrast to existing estimators for Gaussian graphical models with O(s\sqrt\lo…

Cited by 39SourcePDFScholar