Papers by Jiaxin Ge
From Wrong To Right: A Recursive Approach Towards Vision-Language Explanation (2023.emnlp-main)
Copied to clipboard
| Challenge: | Existing methods for generating insightful explanations with limited annotations are limited. |
| Approach: | They propose a method that iteratively computes visual features, an answer, and an explanation to improve the explanation quality step by step until the answer converges. |
| Outcome: | The proposed method outperforms previous methods while utilizing 5% of the human-annotated explanations across 10 metrics, showing up to 4.2 and 1.3 increases in BLEU-1 score on the VCR and VQA-X datasets. |
Learning from Mistakes: Iterative Prompt Relabeling for Text-to-Image Diffusion Model Training (2024.findings-emnlp)
Copied to clipboard
| Challenge: | Recent advances in diffusion models have shown impressive performance in many domains, but their ability to follow instructions is still unsatisfactory. |
| Approach: | They propose an algorithm that aligns images to text through iterative image sampling and prompt relabeling with feedback. |
| Outcome: | The proposed algorithm improves on the spatial relation VISOR benchmark by 15.22% compared to previous methods. |
Entailment as Robust Self-Learner (2023.acl-long)
Copied to clipboard
| Challenge: | Recent studies have found that entailment pretraining benefits weakly supervised fine-tuning. |
| Approach: | They propose a prompting strategy that formulates different NLU tasks as contextual entailment and propose an algorithm for better pseudo-labeling quality in self-training. |
| Outcome: | The proposed approach improves the zero-shot adaptation performance on downstream tasks. |
Natural Language Embedded Programs for Hybrid Language Symbolic Reasoning (2024.findings-naacl)
Copied to clipboard
Tianhua Zhang, Jiaxin Ge, Hongyin Luo, Yung-Sung Chuang, Mingye Gao, Yuan Gong, Yoon Kim, Xixin Wu, Helen Meng, James Glass
| Challenge: | Existing methods for surfacing symbolic reasoning capabilities are limited to narrow tasks . arithmetic computations are unnatural to perform in pure language space, and hence present difficulties for LLMs. |
| Approach: | They propose a natural language embedded program framework for solving symbolic reasoning tasks. |
| Outcome: | The proposed framework improves on strong baselines across math and symbolic reasoning, text classification, question answering, and instruction following tasks. |
Puzzled by Puzzles: When Vision-Language Models Can’t Take a Hint (2025.emnlp-main)
Copied to clipboard
| Challenge: | rebus puzzles encode language through imagery, spatial arrangement, and symbolic substitution. |
| Approach: | They construct a benchmark of rebus puzzles in english language to test their ability to interpret and solve them. |
| Outcome: | The proposed model performs well on a set of english-language rebus puzzles. |
Enough Coin Flips Can Make LLMs Act Bayesian (2025.acl-long)
Copied to clipboard
| Challenge: | Large language models exhibit the ability to generalize given few-shot examples in their input prompt, an emergent capability known as in-context learning. |
| Approach: | They investigate whether large language models use in-context learning to generalize given few-shot examples in their input prompt. |
| Outcome: | The proposed model can generalize given few-shot examples in their input prompt, an emergent capability known as in-context learning. |