← Search

Tiezheng YU

12 accepted papers

2026

InSight-o3: Empowering Multimodal Foundation Models with Generalized Visual Search

ICLR 2026poster

The ability for AI agents to "think with images" requires a sophisticated blend of reasoning and perception. However, current open multimodal agents still largely fall short on the reasoning aspect that are crucial for real-world tasks like analyzing documents with dense charts/diagrams or navigatin…

Cited by 0SourcecodeScholar
2025

Learning to Align Multi-Faceted Evaluation: A Unified and Robust Framework

ACL 2025finding

Large Language Models (LLMs) are being used more and more extensively for automated evaluation in various scenarios. Previous studies have attempted to fine-tune open-source LLMs to replicate the evaluation explanations and judgments of powerful proprietary models, such as GPT-4. However, these meth…

2025

RevisEval: Improving LLM-as-a-Judge via Response-Adapted References

ICLR 2025poster

With significant efforts in recent studies, LLM-as-a-Judge has become a cost-effective alternative to human evaluation for assessing text generation quality in a wide range of tasks. However, there still remains a reliability gap between LLM-as-a-Judge and human evaluation. One important reason is t…

Cited by 8SourcePDFScholar
2025

Subtle Errors in Reasoning: Preference Learning via Error-injected Self-editing

ACL 2025long

Large Language Models (LLMs) have exhibited strong mathematical reasoning prowess, tackling tasks ranging from basic arithmetic to advanced competition-level problems. However, frequently occurring subtle yet critical errors, such as miscalculations or incorrect substitutions, limit the LLMs’ full p…

2023

Generating Hashtags for Short-form Videos with Guided Signals

ACL 2023long

Short-form video hashtag recommendation (SVHR) aims to recommend hashtags to content creators from videos and corresponding descriptions. Most prior studies regard SVHR as a classification or ranking problem and select hashtags from a set of limited candidates. However, in reality, users can create…

2023

NusaCrowd: Open Source Initiative for Indonesian NLP Resources

ACL 2023findings

We present NusaCrowd, a collaborative initiative to collect and unify existing resources for Indonesian languages, including opening access to previously non-public resources. Through this initiative, we have brought together 137 datasets and 118 standardized data loaders. The quality of the dataset…

2023

RHO: Reducing Hallucination in Open-domain Dialogues with Knowledge Grounding

ACL 2023findings

Dialogue systems can leverage large pre-trained language models and knowledge to generate fluent and informative responses. However, these models are still prone to produce hallucinated responses not supported by the input source, which greatly hinders their application. The heterogeneity between ex…

2023

Towards Mitigating LLM Hallucination via Self Reflection

EMNLP 2023long findings

Large language models (LLMs) have shown promise for generative and knowledge-intensive tasks including question-answering (QA) tasks. However, the practical deployment still faces challenges, notably the issue of "hallucination", where models generate plausible-sounding but unfaithful or nonsensical…

Cited by 0SourceScholar
2022

NeuS: Neutral Multi-News Summarization for Mitigating Framing Bias

NAACL 2022long

Media news framing bias can increase political polarization and undermine civil society. The need for automatic mitigation methods is therefore growing. We propose a new task, a neutral summary generation from multiple news articles of the varying political leaningsto facilitate balanced and unbiase…

2021

AdaptSum: Towards Low-Resource Domain Adaptation for Abstractive Summarization

NAACL 2021long

State-of-the-art abstractive summarization models generally rely on extensive labeled data, which lowers their generalization ability on domains where such data are not available. In this paper, we present a study of domain adaptation for the abstractive summarization task across six diverse target…

2021

CrossNER: Evaluating Cross-Domain Named Entity Recognition

AAAI 2021technical

Cross-domain named entity recognition (NER) models are able to cope with the scarcity issue of NER samples in target domains. However, most of the existing NER benchmarks lack domain-specialized entity types or do not focus on a certain domain, leading to a less effective cross-domain evaluation. To…

2021

Vision Guided Generative Pre-trained Language Models for Multimodal Abstractive Summarization

EMNLP 2021main

Multimodal abstractive summarization (MAS) models that summarize videos (vision modality) and their corresponding transcripts (text modality) are able to extract the essential information from massive multimodal data on the Internet. Recently, large-scale generative pre-trained language models (GPLM…