← Search

Victor Gutierrez Basulto

9 accepted papers

2026

Uncovering and Mitigating Transient Blindness in Multimodal Model Editing

AAAI 2026technical

Multimodal Model Editing (MMED) aims to correct erroneous knowledge in multimodal models. Existing evaluation methods, adapted from textual model editing, overstate success by relying on low-similarity or random inputs, obscure overfitting. We propose a comprehensive locality evaluation framework,

Cited by 0SourcePDFScholar
2025

Evaluating and Improving Graph to Text Generation with Large Language Models

NAACL 2025long

Large language models (LLMs) have demonstrated immense potential across various tasks. However, research for exploring and improving the capabilities of LLMs in interpreting graph structures remains limited. To address this gap, we conduct a comprehensive evaluation of prompting current open-source…

2025

MiCEval: Unveiling Multimodal Chain of Thought’s Quality via Image Description and Reasoning Steps

NAACL 2025long

**Multimodal Chain of Thought (MCoT)** is a popular prompting strategy for improving the performance of multimodal large language models (MLLMs) across a range of complex reasoning tasks. Despite its popularity, there is a notable absence of automated methods for evaluating the quality of reasoning…

2024

An Empirical Study on Parameter-Efficient Fine-Tuning for MultiModal Large Language Models

ACL 2024findings

Multimodal Large Language Models (MLLMs) fine-tuned with multimodal instruction-following data have demonstrated formidable capabilities in multimodal tasks. However, fine-tuning all parameters of MLLMs has become challenging due to the rapid growth of the overall model’s parameters. To address this…

2024

BLEnD: A Benchmark for LLMs on Everyday Knowledge in Diverse Cultures and Languages

NeurIPS 2024poster

Large language models (LLMs) often lack culture-specific everyday knowledge, especially across diverse regions and non-English languages. Existing benchmarks for evaluating LLMs' cultural sensitivities are usually limited to a single language or online sources like Wikipedia, which may not reflect t…

2024

UniArk: Improving Generalisation and Consistency for Factual Knowledge Extraction through Debiasing

NAACL 2024long

Several recent papers have investigated the potential of language models as knowledge bases as well as the existence of severe biases when extracting factual knowledge. In this work, we focus on the factual probing performance over unseen prompts from tuning, and using a probabilistic view we show t…

2023

Instances and Labels: Hierarchy-aware Joint Supervised Contrastive Learning for Hierarchical Multi-Label Text Classification

EMNLP 2023long findings

Hierarchical multi-label text classification (HMTC) aims at utilizing a label hierarchy in multi-label classification. Recent approaches to HMTC deal with the problem of imposing an overconstrained premise on the output space by using contrastive learning on generated samples in a semi-supervised ma…

Cited by 0SourcecodeScholar
2023

Multi-view Contrastive Learning for Entity Typing over Knowledge Graphs

EMNLP 2023long main

Knowledge graph entity typing (KGET) aims at inferring plausible types of entities in knowledge graphs. Existing approaches to KGET focus on how to better encode the knowledge provided by the neighbors and types of an entity into its representation. However, they ignore the semantic knowledge provid…

Cited by 0SourcecodeScholar
2022

Type-aware Embeddings for Multi-Hop Reasoning over Knowledge Graphs

IJCAI 2022poster

Multi-hop reasoning over real-life knowledge graphs (KGs) is a highly challenging problem as traditional subgraph matching methods are not capable to deal with noise and missing information. Recently, to address this problem a promising approach based on jointly embedding logical queries and KGs in…