paper-with-me

홈 › Papers

Diversify, Rationalize, and Combine: Ensembling Multiple QA Strategies for Zero-shot Knowledge-based VQA

2024-06-18 · Miaoyu Li, Haoxin Li, Zilin Du, Boyang Li

Knowledge-based Visual Question-answering (K-VQA) often requires the use of background knowledge beyond the image. However, we discover that a single knowledge generation strategy is often insufficient for all K-VQA questions. To this end, we propose Diversification, Evidence Truncation, and Combination for Knowledge-based Elucidation (DietCoke), which utilizes a bundle of complementary question-answering tactics and aggregates their answers using textual rationales. DietCoke comprises of three stages: diversification, rationalization, and ensemble. The diversification stage generates three distinctive decision contexts, each leading to its own answer candidate. The rationalization stage generates two rationales, the automatic rationale and the mechanistic rationale, for each answer candidate using decorrelated techniques. Finally, in the ensemble stage, an LLM informed by the rationales selects one answer from the three candidates. Experiments show that DietCoke significantly outperforms state-of-the-art LLM-based baselines by 2.8% on OK-VOA and 4.7% on A-OKVOA and that the strategies in the ensembles are highly complementary. Code is available at: https://github.com/limiaoyu/DietCoke

📄 PDF Abstract BibTeX arXiv:2406.12746

Code (1)

limiaoyu/dietcoke 공식 구현 pytorch

Tasks

Question AnsweringVisual Question AnsweringVisual Question Answering (VQA)

Similar Papers 제목 키워드 기반

DART: Diversify-Aggregate-Repeat Training Improves Generalization of Neural Networks

2023-02-28 · CVPR 2023 1 · Samyak Jain, Sravanti Addepalli, Pawan Sahu, Priyam Dey 외

Generalization of neural networks is crucial for deploying them safely in the real world. Common training strategies to improve generalization involve the use of data augmentations, ensembling and model averaging. In thi…

Domain Generalization

Supervised and Unsupervised Ensembling for Knowledge Base Population

2016-04-16 · Nazneen Fatema Rajani, Raymond J. Mooney

We present results on combining supervised and unsupervised methods to ensemble multiple systems for two popular Knowledge Base Population (KBP) tasks, Cold Start Slot Filling (CSSF) and Tri-lingual Entity Discovery and …

Knowledge Base Populationslot-fillingSlot Filling

BlackboxNLP-2025 MIB Shared Task: Exploring Ensemble Strategies for Circuit Localization Methods

2025-10-08 · Philipp Mondorf, Mingyang Wang, Sebastian Gerstner, Ahmad Dawar Hakimi 외 arxiv

The Circuit Localization track of the Mechanistic Interpretability Benchmark (MIB) evaluates methods for localizing circuits within large language models (LLMs), i.e., subnetworks responsible for specific task behaviors.…

MoFE: Mixture of Factual Experts for Controlling Hallucinations in Abstractive Summarization

2021-11-16 · ACL ARR November 2021 11 · Anonymous

Neural abstractive summarization models are susceptible to generating factually inconsistent content, a phenomenon known as hallucination. This limits the usability and adoption of these systems in real-world application…

Abstractive Text SummarizationHallucination

PEDAL: Enhancing Greedy Decoding with Large Language Models using Diverse Exemplars

2024-08-16 · Sumanth Prabhu

Self-ensembling techniques with diverse reasoning paths such as Self-Consistency have demonstrated remarkable performance gains in text generation with Large Language Models (LLMs). However, such techniques depend on the…

ARCDiversityText Generation