← Search

Qianying Liu

12 accepted papers

2026

Beyond Chains: Bridging Large Language Models and Knowledge Bases in Complex Question Answering

AAAI 2026technical

Knowledge Base Question Answering (KBQA) aims to answer natural language questions using structured knowledge from KBs. While LLM-only approaches offer generalization, they suffer from outdated knowledge, hallucinations, and lack of transparency. Chain-based KG-RAG methods address these issues by in

Cited by 0SourcePDFScholar
2026

ReMatch: Boosting Representation through Matching for Multimodal Retrieval

CVPR 2026

We present ReMatch, a framework that leverages the generative strength of MLLMs for multimodal retrieval. Previous approaches treated an MLLM as a simple encoder, ignoring its generative nature, and under-utilising its compositional reasoning and world knowledge. We train the embedding MLLM end-to-e

Cited by 0SourcecodeScholar
2025

7 Points to Tsinghua but 10 Points to ? Assessing Large Language Models in Agentic Multilingual National Bias

ACL 2025finding

Large Language Models have garnered significant attention for their capabilities in multilingual natural language processing, while studies on risks associated with cross biases are limited to immediate context preferences. Cross-language disparities in reasoning-based recommendations remain largely…

Cited by 0SourcePDFScholar
2025

HAPI: A Model for Learning Robot Facial Expressions from Human Preferences

IROS 2025

Automatic robotic facial expression generation is crucial for human–robot interaction (HRI), as handcrafted methods based on fixed joint configurations often yield rigid and unnatural behaviors. Although recent automated techniques reduce the need for manual tuning, they tend to fall short by not ad

Cited by 2SourcecodeScholar
2025

What Language Do Non-English-Centric Large Language Models Think in?

ACL 2025finding

In this study, we investigate whether non-English-centric large language models, ‘think’ in their specialized language. Specifically, we analyze how intermediate layer representations, when projected into the vocabulary space, favor certain languages during generation—termed as latent languages. We…

2024

Shall We Team Up: Exploring Spontaneous Cooperation of Competing LLM Agents

EMNLP 2024finding

Large Language Models (LLMs) have increasingly been utilized in social simulations, where they are often guided by carefully crafted instructions to stably exhibit human-like behaviors during simulations. Nevertheless, we doubt the necessity of shaping agents’ behaviors for accurate social simulatio…

2023

Exploring the Impact of Layer Normalization for Zero-shot Neural Machine Translation

ACL 2023short

This paper studies the impact of layer normalization (LayerNorm) on zero-shot translation (ZST). Recent efforts for ZST often utilize the Transformer architecture as the backbone, with LayerNorm at the input of layers (PreNorm) set as the default. However, Xu et al. (2019) has revealed that PreNorm…

2023

GPT-RE: In-context Learning for Relation Extraction using Large Language Models

EMNLP 2023long main

In spite of the potential for ground-breaking achievements offered by large language models (LLMs) (e.g., GPT-3) via in-context learning (ICL), they still lag significantly behind fully-supervised baselines (e.g., fine-tuned BERT) in relation extraction (RE). This is due to the two major shortcoming…

Cited by 0SourcecodeScholar
2023

Hierarchical Softmax for End-To-End Low-Resource Multilingual Speech Recognition

ICASSP 2023accepted

Low-resource speech recognition has been long-suffering from insufficient training data. In this paper, we propose an approach that leverages neighboring languages to improve low-resource scenario performance, founded on the hypothesis that similar linguistic units in neighboring languages exhibit c…

Cited by 0SourceScholar
2023

Optimizing Vision Transformers for Medical Image Segmentation

ICASSP 2023accepted

For medical image semantic segmentation (MISS), Vision Transformers have emerged as strong alternatives to convolutional neural networks thanks to their inherent ability to capture long-range correlations. However, existing research uses off-the-shelf vision Transformer blocks based on linear projec…

Cited by 0SourceScholar
2022

Rescue Implicit and Long-tail Cases: Nearest Neighbor Relation Extraction

EMNLP 2022main

Relation extraction (RE) has achieved remarkable progress with the help of pre-trained language models. However, existing RE models are usually incapable of handling two situations: implicit expressions and long-tail relation types, caused by language complexity and data sparsity. In this paper, we…

2022

Textual Enhanced Contrastive Learning for Solving Math Word Problems

EMNLP 2022finding

Solving math word problems is the task that analyses the relation of quantities e and requires an accurate understanding of contextual natural language information. Recent studies show that current models rely on shallow heuristics to predict solutions and could be easily misled by small textual per…