← Search

Yangfeng Ji

19 accepted papers

2025

SelectFormer in Data Markets: Privacy-Preserving and Efficient Data Selection for Transformers with Multi-Party Computation

ICLR 2025poster

Critical to a free data market is $ \textit{private data selection}$, i.e. the model owner selects and then appraises training data from the data owner before both parties commit to a transaction. To keep the data and model private, this process shall evaluate the target model to be trained over Mul…

Cited by 0SourcePDFScholar
2025

The Good, the Bad, and the Debatable: A Survey on the Impacts of Data for In-Context Learning

EMNLP 2025

In-context learning is an emergent learning paradigm that enables an LLM to learn an unseen task by seeing a number of demonstrations in the context window. The quality of the demonstrations is of paramount importance as 1) context window size limitations restrict the number of demonstrations that c

Cited by 0SourcePDFScholar
2024

Addressing Both Statistical and Causal Gender Fairness in NLP Models

NAACL 2024findings

Statistical fairness stipulates equivalent outcomes for every protected group, whereas causal fairness prescribes that a model makes the same prediction for an individual regardless of their protected characteristics. Counterfactual data augmentation (CDA) is effective for reducing bias in NLP model…

2023

Efficient NLP Model Finetuning via Multistage Data Filtering

IJCAI 2023poster

As model finetuning is central to the modern NLP, we set to maximize its efficiency. Motivated by redundancy in training examples and the sheer sizes of pretrained models, we exploit a key opportunity: training only on important data. To this end, we set to filter training examples in a streaming fa…

2023

Improving Interpretability via Explicit Word Interaction Graph Layer

AAAI 2023technical

Recent NLP literature has seen growing interest in improving model interpretability. Along this direction, we propose a trainable neural network layer that learns a global interaction graph between words and then selects more informative words using the learned word interactions. Our layer, we call…

2023

PLAtE: A Large-scale Dataset for List Page Web Extraction

ACL 2023industry

Recently, neural models have been leveraged to significantly improve the performance of information extraction from semi-structured websites. However, a barrier for continued progress is the small number of datasets large enough to train these models. In this work, we introduce the PLAtE (Pages of L…

Cited by 2SourcePDFScholar
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…

2022

Adversarial Training for Improving Model Robustness? Look at Both Prediction and Interpretation

AAAI 2022technical

Neural language models show vulnerability to adversarial examples which are semantically similar to their original counterparts with a few words replaced by their synonyms. A common way to improve model robustness is adversarial training which follows two steps—collecting adversarial examples by att…

2022

Balanced Adversarial Training: Balancing Tradeoffs between Fickleness and Obstinacy in NLP Models

EMNLP 2022main

Traditional (fickle) adversarial examples involve finding a small perturbation that does not change an input’s true label but confuses the classifier into outputting a different prediction. Conversely, obstinate adversarial examples occur when an adversary finds a small perturbation that preserves t…

2022

CS-Shapley: Class-wise Shapley Values for Data Valuation in Classification

NeurIPS 2022accept

Data valuation, or the valuation of individual datum contributions, has seen growing interest in machine learning due to its demonstrable efficacy for tasks such as noisy label detection. In particular, due to the desirable axiomatic properties, several Shapley value approximations have been propose…

2022

FlowEval: A Consensus-Based Dialogue Evaluation Framework Using Segment Act Flows

EMNLP 2022main

Despite recent progress in open-domain dialogue evaluation, how to develop automatic metrics remains an open problem. We explore the potential of dialogue evaluation featuring dialog act information, which was hardly explicitly modeled in previous methods. However, defined at the utterance level in…

Cited by 4SourcePDFScholar
2022

Self-training with Two-phase Self-augmentation for Few-shot Dialogue Generation

EMNLP 2022finding

In task-oriented dialogue systems, response generation from meaning representations (MRs) often suffers from limited training examples, due to the high cost of annotating MR-to-Text pairs. Previous works on self-training leverage fine-tuned conversational models to automatically generate pseudo-labe…

2022

White-box Testing of NLP models with Mask Neuron Coverage

NAACL 2022findings

Recent literature has seen growing interest in using black-box strategies like for testing the behavior of NLP models. Research on white-box testing has developed a number of methods for evaluatinghow thoroughly the internal behavior of deep models is tested, but they are not applicableto NLP models…

Cited by 2SourcePDFScholar
2021

Explaining Neural Network Predictions on Sentence Pairs via Learning Word-Group Masks

NAACL 2021long

Explaining neural network models is important for increasing their trustworthiness in real-world applications. Most existing methods generate post-hoc explanations for neural network models by identifying individual feature attributions or detecting interactions between adjacent features. However, f…

2021

HittER: Hierarchical Transformers for Knowledge Graph Embeddings

EMNLP 2021main

This paper examines the challenging problem of learning representations of entities and relations in a complex multi-relational knowledge graph. We propose HittER, a Hierarchical Transformer model to jointly learn Entity-relation composition and Relational contextualization based on a source entity’…

Cited by 126SourcePDFScholar
2021

SideControl: Controlled Open-domain Dialogue Generation via Additive Side Networks

EMNLP 2021finding

Transformer-based pre-trained language models boost the performance of open-domain dialogue systems. Prior works leverage Transformer-based pre-trained language models to generate texts with desired attributes in two general approaches: (1) gradient-based methods: updating all latent representations…

2020

A Tale of Two Linkings: Dynamically Gating between Schema Linking and Structural Linking for Text-to-SQL Parsing

COLING 2020main

In Text-to-SQL semantic parsing, selecting the correct entities (tables and columns) for the generated SQL query is both crucial and challenging; the parser is required to connect the natural language (NL) question and the SQL query to the structured knowledge in the database. We formulate two linki…