← Search

lemao liu

56 accepted papers

2025

DivLogicEval: A Framework for Benchmarking Logical Reasoning Evaluation in Large Language Models

EMNLP 2025

Logic reasoning in natural language has been recognized as an important measure of human intelligence for Large Language Models (LLMs). Popular benchmarks may entangle multiple reasoning skills and thus provide unfaithful evaluations on the logic reasoning skill. Meanwhile, existing logic reasoning

Cited by 0SourcePDFScholar
2025

The Stochastic Parrot on LLM’s Shoulder: A Summative Assessment of Physical Concept Understanding

NAACL 2025long

In a systematic way, we investigate a widely asked question: Do LLMs really understand what they say?, which relates to the more familiar term Stochastic Parrot. To this end, we propose a summative assessment over a carefully designed physical concept understanding task, P HYSI C O. Our task allevia…

2025

Understanding LLMs’ Fluid Intelligence Deficiency: An Analysis of the ARC Task

NAACL 2025long

While LLMs have exhibited strong performance on various NLP tasks, it is noteworthy that most of these tasks rely on utilizing the vast amount of knowledge encoded in LLMs’ parameters, rather than solving new problems without prior knowledge. In cognitive research, the latter ability is referred to…

Cited by 2SourcePDFScholar
2024

Advancement in Graph Understanding: A Multimodal Benchmark and Fine-Tuning of Vision-Language Models

ACL 2024long

Graph data organizes complex relationships and interactions between objects, facilitating advanced analysis and decision-making across different fields. In this paper, we propose a new paradigm for interactive and instructional graph data understanding and reasoning.Instead of adopting complex graph…

Cited by 3SourcePDFScholar
2024

BBA: Bi-Modal Behavioral Alignment for Reasoning with Large Vision-Language Models

ACL 2024findings

Multimodal reasoning stands as a pivotal capability for large vision-language models (LVLMs). The integration with Domain-Specific Languages (DSL), offering precise visual representations, equips these models with the opportunity to execute more accurate reasoning in complex and professional domains…

Cited by 6SourcePDFScholar
2024

Context Consistency between Training and Inference in Simultaneous Machine Translation

ACL 2024long

Simultaneous Machine Translation (SiMT) aims to yield a real-time partial translation with a monotonically growing source-side context.However, there is a counterintuitive phenomenon about the context usage between training and inference: *e.g.*, in wait-k inference, model consistently trained with…

Cited by 1SourcePDFScholar
2024

Cross-lingual Contextualized Phrase Retrieval

EMNLP 2024finding

Phrase-level dense retrieval has shown many appealing characteristics in downstream NLP tasks by leveraging the fine-grained information that phrases offer. In our work, we propose a new task formulation of dense retrieval, cross-lingual contextualized phrase retrieval, which aims to augment cross-l…

2024

Disperse-Then-Merge: Pushing the Limits of Instruction Tuning via Alignment Tax Reduction

ACL 2024findings

Supervised fine-tuning (SFT) on instruction-following corpus is a crucial approach toward the alignment of large language models (LLMs). However, the performance of LLMs on standard knowledge and reasoning benchmarks tends to suffer from deterioration at the latter stage of the SFT process, echoing…

2024

Hint-Enhanced In-Context Learning Wakes Large Language Models Up For Knowledge-Intensive Tasks

ICASSP 2024accepted

In-context learning (ICL) ability has emerged with the increasing scale of large language models (LLMs), enabling them to learn input-label mappings from demonstrations and perform well on downstream tasks. However, under the standard ICL setting, LLMs may sometimes neglect query-related information…

Cited by 0SourceScholar
2024

On the Hallucination in Simultaneous Machine Translation

ACL 2024short

It is widely known that hallucination is a critical issue in Simultaneous Machine Translation (SiMT) due to the absence of source-side information. While many efforts have been made to enhance performance for SiMT, few of them attempt to understand and analyze hallucination in SiMT.Therefore, we con…

2024

Selection-p: Self-Supervised Task-Agnostic Prompt Compression for Faithfulness and Transferability

EMNLP 2024finding

Large Language Models (LLMs) have demonstrated impressive capabilities in a wide range of natural language processing tasks when leveraging in-context learning. To mitigate the additional computational and financial costs associated with in-context learning, several prompt compression methods have b…

Cited by 1SourcePDFScholar
2024

TextBind: Multi-turn Interleaved Multimodal Instruction-following in the Wild

ACL 2024findings

Large language models with instruction-following abilities have revolutionized the field of artificial intelligence. These models show exceptional generalizability to tackle various real-world tasks through their natural language interfaces. However, their performance heavily relies on high-quality…

Cited by 17SourcePDFScholar
2024

The Reasonableness Behind Unreasonable Translation Capability of Large Language Model

ICLR 2024poster

Multilingual large language models trained on non-parallel data yield impressive translation capabilities. Existing studies demonstrate that incidental sentence-level bilingualism within pre-training data contributes to the LLM's translation abilities. However, it has also been observed that LLM's t…

Cited by 3SourcePDFScholar
2023

A Simple Yet Effective Approach to Structured Knowledge Distillation

ICASSP 2023accepted

Structured prediction models aim at solving tasks where the output is a complex structure, rather than a single variable. Performing knowledge distillation for such problems is non- trivial due to their exponentially large output space. Previous works address this problem by developing particular di…

Cited by 0SourceScholar
2023

DistillCSE: Distilled Contrastive Learning for Sentence Embeddings

EMNLP 2023long findings

This paper proposes the DistillCSE framework, which performs contrastive learning under the self-training paradigm with knowledge distillation. The potential advantage of DistillCSE is its self-enhancing feature: using a base model to provide additional supervision signals, a stronger model may be l…

Cited by 0SourcecodeScholar
2023

E-NER: Evidential Deep Learning for Trustworthy Named Entity Recognition

ACL 2023findings

Most named entity recognition (NER) systems focus on improving model performance, ignoring the need to quantify model uncertainty, which is critical to the reliability of NER systems in open environments. Evidential deep learning (EDL) has recently been proposed as a promising solution to explicitly…

2023

Fairness-guided Few-shot Prompting for Large Language Models

NeurIPS 2023poster

Large language models have demonstrated surprising ability to perform in-context learning, i.e., these models can be directly applied to solve numerous downstream tasks by conditioning on a prompt constructed by a few input-output examples. However, prior research has shown that in-context learning…

Cited by 82SourcePDFScholar
2023

Federated Nearest Neighbor Machine Translation

ICLR 2023poster

To protect user privacy and meet legal regulations, federated learning (FL) is attracting significant attention. Training neural machine translation (NMT) models with traditional FL algorithm (e.g., FedAvg) typically relies on multi-round model-based interactions. However, it is impractical and inef…

Cited by 12SourcePDFScholar
2023

IMTLab: An Open-Source Platform for Building, Evaluating, and Diagnosing Interactive Machine Translation Systems

EMNLP 2023long main

We present IMTLab, an open-source end-to-end interactive machine translation (IMT) system platform that enables researchers to quickly build IMT systems with state-of-the-art models, perform an end-to-end evaluation, and diagnose the weakness of systems. IMTLab treats the whole interactive translati…

Cited by 0SourcecodeScholar
2023

Lift Yourself Up: Retrieval-augmented Text Generation with Self-Memory

NeurIPS 2023poster

With direct access to human-written reference as memory, retrieval-augmented generation has achieved much progress in a wide range of text generation tasks. Since better memory would typically prompt better generation (we define this as primal problem). The traditional approach for memory retrieval…

2023

Logic Unveils Truth, While Disguise Obscures It: Transition Logic Augmented Response Selection for Multi-Turn Dialogue

EMNLP 2023long findings

Multi-turn response selection aims to retrieve a response for a dialogue context from a candidate pool and negative sampling is the key to its retrieval performance. However, previous methods of negative samples tend to yield false negatives due to the one-to-many property in open-domain dialogue, w…

Cited by 0SourceScholar
2023

Making Better Use of Training Corpus: Retrieval-based Aspect Sentiment Triplet Extraction via Label Interpolation

ACL 2023findings

In this paper, we aim to adapt the idea of retrieval-based neural approaches to the Aspect Sentiment Triplet Extraction (ASTE) task. Different from previous studies retrieving semantic similar neighbors, the ASTE task has its specialized challenges when adapting, i.e., the purpose includes predictin…

2023

Nearest Neighbor Machine Translation is Meta-Optimizer on Output Projection Layer

EMNLP 2023long main

Nearest Neighbor Machine Translation ($k$NN-MT) has achieved great success in domain adaptation tasks by integrating pre-trained Neural Machine Translation (NMT) models with domain-specific token-level retrieval. However, the reasons underlying its success have not been thoroughly investigated. In…

Cited by 0SourcecodeScholar
2023

On the Compositional Generalization in Versatile Open-domain Dialogue

ACL 2023long

Previous research has demonstrated the potential of multi-task learning to foster a conversational agent’s ability to acquire a variety of skills. However, these approaches either suffer from interference among different datasets (also known as negative transfer), or fail to effectively reuse knowle…

2023

Repetition In Repetition Out: Towards Understanding Neural Text Degeneration from the Data Perspective

NeurIPS 2023poster

There are a number of diverging hypotheses about the neural text degeneration problem, i.e., generating repetitive and dull loops, which makes this problem both interesting and confusing. In this work, we aim to advance our understanding by presenting a straightforward and fundamental explanation fr…

2023

Rethinking Translation Memory Augmented Neural Machine Translation

ACL 2023findings

This paper rethinks translation memory augmented neural machine translation (TM-augmented NMT) from two perspectives, i.e., a probabilistic view of retrieval and the variance-bias decomposition principle. The finding demonstrates that TM-augmented NMT is good at the ability of fitting data (i.e., lo…

2023

Rethinking Word-Level Auto-Completion in Computer-Aided Translation

EMNLP 2023long main

Word-level auto-completion (WLAC) plays a crucial role in Computer-Assisted Translation. While previous studies have primarily focused on designing complex model architectures, this paper takes a different perspective by rethinking the fundamental question: what kind of words are good auto-completio…

Cited by 0SourcecodeScholar
2023

SORTIE: Dependency-Aware Symbolic Reasoning for Logical Data-to-text Generation

ACL 2023findings

Logical data-to-text generation is a representative task in measuring the capabilities of both language generation and complex reasoning. Despite the introduction of reasoning skills in generation, existing works still rely on neural language models to output the final table description. However, du…

2023

SimCSE++: Improving Contrastive Learning for Sentence Embeddings from Two Perspectives

EMNLP 2023long main

This paper improves contrastive learning for sentence embeddings from two perspectives: handling dropout noise and addressing feature corruption. Specifically, for the first perspective, we identify that the dropout noise from negative pairs affects the model's performance. Therefore, we propose a s…

Cited by 0SourceScholar
2023

Towards General Error Diagnosis via Behavioral Testing in Machine Translation

EMNLP 2023long findings

Behavioral testing offers a crucial means of diagnosing linguistic errors and assessing capabilities of NLP models. However, applying behavioral testing to machine translation (MT) systems is challenging as it generally requires human efforts to craft references for evaluating the translation qualit…

Cited by 0SourcecodeScholar
2023

Unsupervised Keyphrase Extraction by Learning Neural Keyphrase Set Function

ACL 2023findings

We create a paradigm shift concerning building unsupervised keyphrase extraction systems in this paper. Instead of modeling the relevance between an individual candidate phrase and the document as in the commonly used framework, we formulate the unsupervised keyphrase extraction task as a document-s…

2022

BiTIIMT: A Bilingual Text-infilling Method for Interactive Machine Translation

ACL 2022long

Interactive neural machine translation (INMT) is able to guarantee high-quality translations by taking human interactions into account. Existing IMT systems relying on lexical constrained decoding (LCD) enable humans to translate in a flexible translation order beyond the left-to-right. However, the…

Cited by 27SourcePDFScholar
2022

Investigating Data Variance in Evaluations of Automatic Machine Translation Metrics

ACL 2022findings

Current practices in metric evaluation focus on one single dataset, e.g., Newstest dataset in each year’s WMT Metrics Shared Task. However, in this paper, we qualitatively and quantitatively show that the performances of metrics are sensitive to data. The ranking of metrics varies when the evaluatio…

Cited by 4SourcePDFScholar
2022

Learning from Sibling Mentions with Scalable Graph Inference in Fine-Grained Entity Typing

ACL 2022long

In this paper, we firstly empirically find that existing models struggle to handle hard mentions due to their insufficient contexts, which consequently limits their overall typing performance. To this end, we propose to exploit sibling mentions for enhancing the mention representations. Specifically…

Cited by 10SourcePDFScholar
2022

MCPG: A Flexible Multi-Level Controllable Framework for Unsupervised Paraphrase Generation

EMNLP 2022finding

We present MCPG: a simple and effectiveapproach for controllable unsupervised paraphrase generation, which is also flexible toadapt to specific domains without extra training. MCPG is controllable in different levels: local lexicons, global semantics, and universal styles. The unsupervised paradigm…

Cited by 8SourcePDFScholar
2022

Neural Machine Translation with Contrastive Translation Memories

EMNLP 2022main

Retrieval-augmented Neural Machine Translation models have been successful in many translation scenarios. Different from previous works that make use of mutually similar but redundant translation memories (TMs), we propose a new retrieval-augmented NMT to model contrastively retrieved translation me…

2022

On Synthetic Data for Back Translation

NAACL 2022long

Back translation (BT) is one of the most significant technologies in NMT research fields. Existing attempts on BT share a common characteristic: they employ either beam search or random sampling to generate synthetic data with a backward model but seldom work studies the role of synthetic data in th…

2022

Towards Efficient Dialogue Pre-training with Transferable and Interpretable Latent Structure

EMNLP 2022main

With the availability of massive general-domain dialogue data, pre-trained dialogue generation appears to be super appealing to transfer knowledge from the general domain to downstream applications. In most existing work, such transferable ability is mainly obtained by fitting a large model with hun…

2022

Visualizing the Relationship Between Encoded Linguistic Information and Task Performance

ACL 2022findings

Probing is popular to analyze whether linguistic information can be captured by a well-trained deep neural model, but it is hard to answer how the change of the encoded linguistic information will affect task performance. To this end, we study the dynamic relationship between the encoded linguistic…

2021

A Pretraining Numerical Reasoning Model for Ordinal Constrained Question Answering on Knowledge Base

EMNLP 2021finding

Knowledge Base Question Answering (KBQA) is to answer natural language questions posed over knowledge bases (KBs). This paper targets at empowering the IR-based KBQA models with the ability of numerical reasoning for answering ordinal constrained questions. A major challenge is the lack of explicit…

2021

An Empirical Study on Multiple Information Sources for Zero-Shot Fine-Grained Entity Typing

EMNLP 2021main

Auxiliary information from multiple sources has been demonstrated to be effective in zero-shot fine-grained entity typing (ZFET). However, there lacks a comprehensive understanding about how to make better use of the existing information sources and how they affect the performance of ZFET. In this p…

Cited by 16SourcePDFScholar
2021

Empirical Analysis of Unlabeled Entity Problem in Named Entity Recognition

ICLR 2021poster

In many scenarios, named entity recognition (NER) models severely suffer from unlabeled entity problem, where the entities of a sentence may not be fully annotated. Through empirical studies performed on synthetic datasets, we find two causes of performance degradation. One is the reduction of annot…

2021

Engage the Public: Poll Question Generation for Social Media Posts

ACL 2021long

This paper presents a novel task to generate poll questions for social media posts. It offers an easy way to hear the voice from the public and learn from their feelings to important social topics. While most related work tackles formal languages (e.g., exam papers), we generate poll questions for s…

2021

Fast and Accurate Neural Machine Translation with Translation Memory

ACL 2021long

It is generally believed that a translation memory (TM) should be beneficial for machine translation tasks. Unfortunately, existing wisdom demonstrates the superiority of TM-based neural machine translation (NMT) only on the TM-specialized translation tasks rather than general tasks, with a non-negl…

Cited by 63SourcePDFScholar
2021

Fine-grained Entity Typing without Knowledge Base

EMNLP 2021main

Existing work on Fine-grained Entity Typing (FET) typically trains automatic models on the datasets obtained by using Knowledge Bases (KB) as distant supervision. However, the reliance on KB means this training setting can be hampered by the lack of or the incompleteness of the KB. To alleviate this…

2021

GWLAN: General Word-Level AutocompletioN for Computer-Aided Translation

ACL 2021long

Computer-aided translation (CAT), the use of software to assist a human translator in the translation process, has been proven to be useful in enhancing the productivity of human translators. Autocompletion, which suggests translation results according to the text pieces provided by human translator…

2021

Neural Machine Translation with Monolingual Translation Memory

ACL 2021long

Prior work has proved that Translation Memory (TM) can boost the performance of Neural Machine Translation (NMT). In contrast to existing work that uses bilingual corpus as TM and employs source-side similarity search for memory retrieval, we propose a new framework that uses monolingual memory and…

2016

Local fisher discriminant analysis for spoken language identification

ICASSP 2016accepted

I-vector is a state-of-the-art technique widely used in spoken language identification systems. Since i-vectors include total variability factors, discriminant analysis methods have been introduced to find the most discriminative features while removing the undesired variables for language identific…

Cited by 0SourceScholar