← Search

Fengzong Lian

5 accepted papers

2026

AutoCodeBench: Large Language Models are Automatic Code Benchmark Generators

ICLR 2026poster

Large Language Models (LLMs) have shown impressive performance across diverse domains, with code generation emerging as a particularly prominent application. However, existing benchmarks designed to evaluate code generation exhibit several critical limitations. First, most rely on manual annotations…

Cited by 0SourcecodeScholar
2025

PhD: A ChatGPT-Prompted Visual Hallucination Evaluation Dataset

CVPR 2025highlight

Multimodal Large Language Models (MLLMs) hallucinate, resulting in an emerging topic of visual hallucination evaluation (VHE). This paper contributes a ChatGPT-Prompted visual hallucination evaluation Dataset (PhD) for objective VHE at a large scale. The essence of VHE is to ask an MLLM questions ab…

2024

DINGO: Towards Diverse and Fine-Grained Instruction-Following Evaluation

AAAI 2024technical

Instruction-following is particularly crucial for large language models (LLMs) to support diverse user requests. While existing work has made progress in aligning LLMs with human preferences, evaluating their capabilities on instruction-following remains a challenge due to complexity and diversity o…

2024

LightVLP: A Lightweight Vision-Language Pre-training via Gated Interactive Masked AutoEncoders

COLING 2024main

This paper studies vision-language (V&L) pre-training for deep cross-modal representations. Recently, pre-trained V&L models have shown great success in V&L tasks. However, most existing models apply multi-modal encoders to encode the image and text, at the cost of high training complexity because o…

Cited by 1SourcePDFScholar
2024

Truth Forest: Toward Multi-Scale Truthfulness in Large Language Models through Intervention without Tuning

AAAI 2024technical

Despite the great success of large language models (LLMs) in various tasks, they suffer from generating hallucinations. We introduce Truth Forest, a method that enhances truthfulness in LLMs by uncovering hidden truth representations using multi-dimensional orthogonal probes. Specifically, it create…