← Search

Jian-Yun Nie

25 accepted papers

2026

ConvMix: A Mixed-Criteria Data Augmentation Framework for Conversational Dense Retrieval

AAAI 2026technical

Conversational search aims to satisfy users’ complex information needs via multiple-turn interactions. The key challenge lies in revealing real users’ search intent from the context-dependent queries. Previous studies achieve conversational search by fine-tuning a conversational dense retriever with

Cited by 0SourcePDFScholar
2026

Judging by the Rules: Compliance-Aligned Framework for Modern Slavery Statement Monitoring

AAAI 2026technical

Modern slavery affects millions of people worldwide, and regulatory frameworks such as Modern Slavery Acts now require companies to publish detailed disclosures. However, these statements are often vague and inconsistent, making manual review time-consuming and difficult to scale. While NLP offers a

Cited by 0SourcePDFScholar
2026

Learning Discriminative and Generalizable Anomaly Detector for Dynamic Graph with Limited Supervision

ICML 2026poster

Dynamic graph anomaly detection (DGAD) is critical for many real-world applications but remains challenging due to the scarcity of labeled anomalies. Existing methods are either unsupervised or semi-supervised: unsupervised methods avoid the need for labeled anomalies but often produce ambiguous bou…

Cited by 0SourceScholar
2025

DEGAP: Dual Event-Guided Adaptive Prefixes for Templated-Based Event Argument Extraction with Slot Querying

COLING 2025main

Recent advancements in event argument extraction (EAE) involve incorporating useful auxiliary information into models during training and inference, such as retrieved instances and event templates. These methods face two challenges: (1) the retrieval results may be irrelevant and (2) templates are d…

2024

A Multi-Task Embedder For Retrieval Augmented LLMs

ACL 2024long

LLMs confront inherent limitations in terms of its knowledge, memory, and action. The retrieval augmentation stands as a vital mechanism to address these limitations, which brings in useful information from external sources to augment the LLM. However, existing retrieval methods encounter two pressi…

2024

A User-Centric Multi-Intent Benchmark for Evaluating Large Language Models

EMNLP 2024main

Large language models (LLMs) are essential tools that users employ across various scenarios, so evaluating their performance and guiding users in selecting the suitable service is important. Although many benchmarks exist, they mainly focus on specific predefined model abilities, such as world knowl…

2024

CHIQ: Contextual History Enhancement for Improving Query Rewriting in Conversational Search

EMNLP 2024main

In this paper, we study how open-source large language models (LLMs) can be effectively deployed for improving query rewriting in conversational search, especially for ambiguous queries. We introduce CHIQ, a two-step method that leverages the capabilities of LLMs to resolve ambiguities in the conver…

2024

Exploring the Best Practices of Query Expansion with Large Language Models

EMNLP 2024finding

Large Language Models (LLMs) are foundational in language technologies, particularly in information retrieval (IR). In this paper, we thoroughly explore the best practice of leveraging LLMs for query expansion. To this end, we introduce a training-free, straightforward yet effective framework called…

2024

History-Aware Conversational Dense Retrieval

ACL 2024findings

Conversational search facilitates complex information retrieval by enabling multi-turn interactions between users and the system. Supporting such interactions requires a comprehensive understanding of the conversational inputs to formulate a good search query based on historical information. In part…

2024

The Dawn After the Dark: An Empirical Study on Factuality Hallucination in Large Language Models

ACL 2024long

In the era of large language models (LLMs), hallucination (the tendency to generate factually incorrect content) poses great challenges to trustworthy and reliable deployment of LLMs in real-world applications. To tackle the hallucination, three key questions should be well studied: how to detect ha…

2023

A Customized Text Sanitization Mechanism with Differential Privacy

ACL 2023findings

As privacy issues are receiving increasing attention within the Natural Language Processing (NLP) community, numerous methods have been proposed to sanitize texts subject to differential privacy. However, the state-of-the-art text sanitization mechanisms based on a relaxed notion of metric local dif…

2023

ConvGQR: Generative Query Reformulation for Conversational Search

ACL 2023long

In conversational search, the user’s real search intent for the current conversation turn is dependent on the previous conversation history. It is challenging to determine a good search query from the whole conversation context. To avoid the expensive re-training of the query encoder, most existing…

2023

HaluEval: A Large-Scale Hallucination Evaluation Benchmark for Large Language Models

EMNLP 2023long main

Large language models (LLMs), such as ChatGPT, are prone to generate hallucinations, i.e., content that conflicts with the source or cannot be verified by the factual knowledge. To understand what types of content and to which extent LLMs are apt to hallucinate, we introduce the Hallucination Evalua…

Cited by 0SourceScholar
2023

MoqaGPT : Zero-Shot Multi-modal Open-domain Question Answering with Large Language Model

EMNLP 2023long findings

Multi-modal open-domain question answering typically requires evidence retrieval from databases across diverse modalities, such as images, tables, passages, etc. Even Large Language Models (LLMs) like GPT-4 fall short in this task. To enable LLMs to tackle the task in a zero-shot manner, we introduc…

Cited by 0SourcecodeScholar
2023

The Web Can Be Your Oyster for Improving Language Models

ACL 2023findings

Pretrained language models (PLMs) encode a large amount of world knowledge. However, as such knowledge is frozen at the time of model training, the models become static and limited by the training data at that time. In order to further improve the capacity of PLMs for knowledge-intensive tasks, we c…

2022

ELMER: A Non-Autoregressive Pre-trained Language Model for Efficient and Effective Text Generation

EMNLP 2022main

We study the text generation task under the approach of pre-trained language models (PLMs). Typically, an auto-regressive (AR) method is adopted for generating texts in a token-by-token manner. Despite many advantages of AR generation, it usually suffers from inefficient inference. Therefore, non-au…

2022

Improving Few-Shot Relation Classification by Prototypical Representation Learning with Definition Text

NAACL 2022findings

Few-shot relation classification is difficult because the few instances available may not represent well the relation patterns. Some existing approaches explored extra information such as relation definition, in addition to the instances, to learn a better relation representation. However, the encod…

2022

Learning to Transfer Prompts for Text Generation

NAACL 2022long

Pretrained language models (PLMs) have made remarkable progress in text generation tasks via fine-tuning. While, it is challenging to fine-tune PLMs in a data-scarce situation. Therefore, it is non-trivial to develop a general and lightweight model that can adapt to various text generation tasks bas…

2022

UPER: Boosting Multi-Document Summarization with an Unsupervised Prompt-based Extractor

COLING 2022main

Multi-Document Summarization (MDS) commonly employs the 2-stage extract-then-abstract paradigm, which first extracts a relatively short meta-document, then feeds it into the deep neural networks to generate an abstract. Previous work usually takes the ROUGE score as the label for training a scoring…

2021

A Simple and Efficient Multi-Task Learning Approach for Conditioned Dialogue Generation

NAACL 2021long

Conditioned dialogue generation suffers from the scarcity of labeled responses. In this work, we exploit labeled non-dialogue text data related to the condition, which are much easier to collect. We propose a multi-task learning approach to leverage both labeled dialogue and text data. The 3 tasks j…

2021

Inductive Topic Variational Graph Auto-Encoder for Text Classification

NAACL 2021long

Graph convolutional networks (GCNs) have been applied recently to text classification and produced an excellent performance. However, existing GCN-based methods do not assume an explicit latent semantic structure of documents, making learned representations less effective and difficult to interpret.…

Cited by 40SourcePDFScholar
2021

Learning Syntactic Dense Embedding with Correlation Graph for Automatic Readability Assessment

ACL 2021long

Deep learning models for automatic readability assessment generally discard linguistic features traditionally used in machine learning models for the task. We propose to incorporate linguistic features into neural network models by learning syntactic dense embeddings based on linguistic features. To…

2021

Neural Sentence Ordering Based on Constraint Graphs

AAAI 2021technical

Sentence ordering aims at arranging a list of sentences in the correct order. Based on the observation that sentence order at different distances may rely on different types of information, we devise a new approach based on multi-granular orders between sentences. These orders form multiple constrai…

2021

Quantum-inspired Neural Network for Conversational Emotion Recognition

AAAI 2021technical

We provide a novel perspective on conversational emotion recognition by drawing an analogy between the task and a complete span of quantum measurement. We characterize different steps of quantum measurement in the process of recognizing speakers' emotions in conversation, and stitch them up with a q…

2019

RotatE: Knowledge Graph Embedding by Relational Rotation in Complex Space

ICLR 2019poster

We study the problem of learning representations of entities and relations in knowledge graphs for predicting missing links. The success of such a task heavily relies on the ability of modeling and inferring the patterns of (or between) the relations. In this paper, we present a new approach for kno…