Pith. sign in

REVIEW 4 major objections 5 minor 16 references

Structured Captions Improve Prompt Adherence in Text-to-Image Models (Re-LAION-Caption 19M)

T0 review · 4 major / 5 minor · reviewed 2026-08-06 · deepseek-v4-flash

Pith's one-line read Fine-tuning text-to-image models on captions with a fixed four-part structure improves prompt adherence.

desk verdict A genuinely useful 19M structured-caption dataset and a sensible paired experiment, but the measured alignment advantage is tiny, the only metric is format-confounded, and the paper overstates what it shows. read the letter →

arxiv 2507.05300 v1 pith:BMMMNBT3 submitted 2025-07-07 cs.CV cs.AIcs.CLcs.LG

classification cs.CVcs.AIcs.CLcs.LG
keywords text-to-imagegenerationstructuredcaptionspromptadherencedatasetrecaptioningvisualquestionansweringRe-LAION-Caption19Mfine-tuningcanonicalcaptionstructure
verification ladder T0 review T1 audit T2 compute T3 formal

The pith

A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.

The reading

This paper argues that text-to-image models trained on web-scale alt-text captions struggle to follow prompts because the caption text itself is noisy and structurally arbitrary. It proposes fixing this at the data level: re-caption a high-quality 19-million-image subset of Re-LAION-5B with a consistent four-field template—subject, setting, aesthetics, and camera details—and fine-tune generative models on those structured captions. The central experimental claim is that fine-tuning on structured captions yields higher text-image alignment than fine-tuning on randomly shuffled versions of the same captions, as measured by two visual question answering (VQA) yes/no scorers. If correct, this means prompt adherence can be improved without prompt engineering or architectural changes, and the released dataset becomes a reusable resource for training more controllable text-to-image models.

What carries the argument

The load-bearing mechanism is the canonical caption structure domain: a fixed four-field template that maps semantic content variables to a caption with markers separating subject, setting, aesthetics, and camera detail. By restricting training captions to this canonical domain, the paper makes caption-structure invariance hold by construction rather than by learned generalization—any meaning-preserving reordering leaves the canonical caption unchanged. The controlled comparison uses shuffled captions (same images, same net information, random field order) to isolate the effect of structure from content. The evaluation mechanism is the VQA yes/no score, in which a vision-language model answers 'Is the figure showing: ci?' for each generated image–caption pair.

What would settle it

Keep the generated images fixed and ask the same VQA models the same yes/no question with the caption text randomly shuffled while keeping all four fields present; if the yes-score drops substantially for shuffled text even when the image does show the content, then the reported structured-versus-shuffled gap is partly an artifact of the evaluator's wording preference rather than of prompt adherence. A stronger check would replace the VQA metric with human ratings of image–prompt match on the same image pairs.

Watch

Extended reading notes

Core claim

The paper's central claim is that enforcing a canonical caption structure during training (or post-training) improves controllability and text-image alignment. Concretely, the authors re-caption 19 million high-resolution images with a fixed template of four bullet points—(1) subjects or objects and their actions, (2) location and setting, (3) aesthetics, and (4) camera perspective—after filtering the Re-LAION-5B English research-safe subset by resolution, aspect ratio, aesthetic score, luminance, and OCR-based text detection. They fine-tune two generative models on either the structured captions or the same captions with the four fields randomly shuffled per image, keeping all other variables fixed. In all reported configurations, the structured condition attains higher average VQA yes/no scores, which the authors take as evidence that using structured captions consistently leads to better alignment. The hypothesis is formalized with a group-theoretic argument: if training captions live in a canonical caption structure domain, the model does not need to learn invariance to meaning-preserving reorderings, so its capacity is freed for semantic understanding.

Load-bearing premise

The load-bearing premise is that the VQA yes/no answer to 'Is the figure showing: ci?' measures image-content alignment fairly, without inflating scores just because ci is a structured caption.

Editorial extensions

If this is right

  • If the claim holds, fine-tuning on Re-LAION-Caption 19M should improve prompt adherence for other text-to-image backbones without any change to inference-time prompting.
  • The reported consistency across two models and several low-rank settings suggests the benefit is tied to caption structure itself rather than to a particular architecture.
  • A fixed training-side template reduces the need for users to discover prompt-engineering tricks, because queries that match the canonical structure sit closer to the training distribution.
  • The released 19M dataset gives other teams a reusable substrate for post-training, and the authors argue that scaling to hundreds of millions of images may outperform training on larger unstructured corpora.
  • The same principle may carry to other modalities, such as text-to-video generation, where structured captions could similarly offload invariance learning.

Reading between the lines

Editorial extensions of the paper, not claims the author makes directly.

  • A testable extension of the paper's logic is that consistency alone, not the specific subject-first ordering, drives the gain; comparing several fixed templates (camera-first, aesthetics-first, etc.) would separate these two hypotheses.
  • The reported effect sizes are small (VQA differences of roughly 0.001 to 0.016), so whether the improvement is practically significant for downstream users remains open; a human-rating study on prompt adherence would clarify this.
  • Because the VQA query repeats the structured caption verbatim, part of the measured gap could reflect the evaluator's preference for structured text rather than image content; the paper's shuffled-caption training control does not rule out this evaluation-side bias.
  • The group-theoretic account suggests the benefit should grow with caption length and with the variety of structures seen in pretraining; one could test this by fine-tuning with partially shuffled captions that shuffle only one of the four fields.
Share X Bluesky LinkedIn Reddit HN

Editorial analysis

A structured set of objections, weighed in public.

Desk editor's note, referee report, and a circularity audit.

Referee Report

4 major / 5 minor

Summary. The paper argues that enforcing a consistent caption structure during text-to-image model fine-tuning improves prompt adherence and controllability. The authors introduce Re-LAION-Caption 19M, a 19-million-image subset of Re-LAION-5B, re-captioned with LLaVA-Next (Mistral 7B Instruct) using a fixed four-field template: subject, setting, aesthetics, and camera details. They fine-tune PixArt-Σ and Stable Diffusion 2 on structured captions versus randomly shuffled versions of the same captions, and evaluate text-image alignment with LLaVA- and InstructBLIP-based yes/no VQA scores. They report that structured captions yield consistently higher scores across two models and several fine-tuning configurations, and they provide a group-theoretic formalism (Section 2) for caption-structure invariance, which they acknowledge is trivially satisfied by construction. The dataset is publicly released.

Significance. If the central claim is correct, the paper would establish a simple, practical intervention—consistent caption formatting—that improves prompt adherence in text-to-image models, and it would provide a large, reusable 19M-pair dataset to support further work. The paper's strengths include a controlled structured-versus-shuffled comparison, experiments on two different model families, detailed documentation of the filtering pipeline in Section 4 and Appendix A, and an honest admission in Section 2 that the group-theoretic invariance is achieved by definition rather than learned. The dataset release is a concrete community resource. However, the empirical evidence as presented is not yet sufficient to support the stated conclusion of 'significant improvements': the reported effect sizes are very small, the evaluation metric may be confounded with the intervention itself, and there are no uncertainty estimates or baseline comparisons.

major comments (4)
  1. [Section 6, Eq. for Qi] The evaluation query Qi = 'Is the figure showing: ci?' embeds the exact structured caption format that is being tested. Because VQA models are sensitive to prompt formatting, higher scores for the structured-condition images could reflect a format-dependent bias of the VQA model rather than better image-text alignment. The manuscript never states whether the same caption strings were used to evaluate both the structured and shuffled training conditions. This must be clarified, and the evaluation should be repeated with format-neutral queries or with human ratings to confirm that the effect is not an artifact of prompt formatting.
  2. [Section 6, Tables 1 and 2] The reported differences between structured and shuffled captions are extremely small (0.000–0.016 in Table 1, and 0.001–0.002 in Table 2), and no error bars, confidence intervals, significance tests, or repeated seeds are provided. For example, in Table 2 the SD2 rank 16 LLaVA score is 0.828 for both conditions, and the highest difference in that table is 0.002. Without uncertainty quantification or multiple runs, these differences are plausibly within run-to-run noise, so the conclusion in Section 7 that structured captions yield 'significant improvements in prompt adherence' is not supported by the reported evidence.
  3. [Section 6, shuffled-caption construction] The shuffled condition uses only one random permutation per caption. Because the permutation is randomized per image, the observed comparison depends on a single draw from the permutation distribution; a different shuffle could substantially change the reported scores. The experiment should be repeated with multiple shuffle seeds, or the variance across shuffles should be reported, before claiming that structured captions are consistently better.
  4. [Section 6, evaluation protocol] No baseline is provided against the original pre-fine-tuned models or against fine-tuning on the original unstructured Re-LAION alt-text captions. The structured-versus-shuffled comparison isolates the effect of caption ordering only after fine-tuning, but without a baseline we cannot tell whether fine-tuning on structured captions improves absolute alignment, degrades it less than the shuffled condition, or simply preserves the base model's behavior. Adding an unfine-tuned baseline and a standard-caption fine-tuning baseline would strengthen the central claim.
minor comments (5)
  1. [Section 2, Definition 2.5] The captions in the canonical domain Omega' are defined to be invariant under G, so the invariance of f restricted to X(Omega') is tautological. The authors acknowledge this, but the text could state more directly that the group-theoretic section is a framing device rather than a formal proof of benefit, to avoid overstating its contribution.
  2. [Section 5, defective captions] The script that checks whether captions adhere to the bullet-point template is not described. Please specify the exact criteria used to classify a caption as defective, as this materially affects the composition of the released dataset.
  3. [Tables 1 and 2] Tables 1 and 2 use inconsistent decimal formatting (four digits in Table 1, three in Table 2). Use a consistent number of digits and report the number of test samples and the generation seeds used to produce the evaluated images.
  4. [Section 6, CLIP metrics] The statement that CLIP metrics could not be used due to caption length is a notable limitation. Consider supplementing the VQA evaluation with human ratings or with a prompt-independent metric (e.g., asking the VQA model a separate question about each of the four fields) to reduce the risk of format bias.
  5. [Abstract and Section 7] The abstract and conclusion use the phrase 'significantly improve' and 'significant improvements' without statistical support. Please temper this language to match the preliminary nature of the experiments, or provide the missing significance tests.

Circularity Check

1 steps flagged · score 2.0 of 10

One acknowledged definitional tautology in the group-theoretic framing; the central empirical fine-tuning comparison is independent and not circular.

  1. self definitional [Section 2, Definition 2.5 and the following paragraph (page 3)]
    "Definition 2.5 (Canonical Caption Structure Domain Ω′). The canonical caption structure domain Ω′ comprises captions generated by a fixed template, satisfying invariance under G, i.e., ∀g ∈ G, ∀c ∈ Ω′ : ρ(g)c = c. ... Note that because we have defined the canonical caption domain Ω′ explicitly as invariant under all transformations in G, the caption-structure invariance property trivially follows."

    The canonical domain is defined as the set of captions fixed by every meaning-preserving transformation in G. Therefore any function restricted to Ω′ is automatically invariant under G; no property of the template, the text encoder, or the model is required. The purported formal benefit—that caption-structure invariance holds on Ω′—is true by definition rather than by derivation. The authors explicitly acknowledge this by writing that the property 'trivially follows' and by describing the framework as a 'formal lens' that introduces no new algorithmic techniques. This is a genuine self-definitional step, but it is not load-bearing for the experimental claim: the fine-tuning comparison between structured and shuffled captions is an independent empirical test.

full rationale

The only reduction-by-construction I found is the acknowledged group-theoretic definition in Section 2. The paper does not use that tautology to derive its empirical predictions; the fine-tuning experiments compare structured and shuffled captions on the same images, and the VQA alignment scores are external outcome measures rather than fitted parameters. There are no load-bearing self-citations: the cited models and datasets (LLaVA-Next, LLaVA, InstructBLIP, PixArt-Σ, Stable Diffusion, LAION, and related re-captioning work) are independent external references. The evaluation query embeds the caption string, but the paper does not define the training condition or the outcome metric in terms of each other, and the reported comparison is between two trained models rather than a fitted value being renamed as a prediction. The evaluation protocol is under-specified regarding whether exactly the same query strings were used for both conditions, which is a reporting and validity concern, but not a demonstrated circular reduction. Therefore the central claim has independent empirical content, and the circularity score is low.

Assumptions & free parameters 4 free parameters · 4 assumptions · 0 invented entities

The central causal comparison is paired and holds dataset filters fixed, but the evaluation relies on a single VQA metric whose prompt format matches the intervention; no new physical entities are introduced. The listed thresholds are hand-set design choices for the dataset, not fit to the outcome.

free parameters (4)
  • Aesthetic score threshold = > 4.73
    Hand-selected after visual inspection of aesthetic-score buckets (Section 4, Appendix A.1); determines which images enter the dataset, held constant across the structured and shuffled comparison.
  • Luminance bounds = [12.75, 204.00]
    Chosen to drop the darkest bucket and four brightest luminance buckets, motivated by product-image counts (Section 4, Appendix A.2).
  • Aspect ratio minimum = 0.6666
    Keeps images where the shorter side is at least two-thirds of the longer side before center cropping (Section 4).
  • OCR score bands = keep bucket 1 and buckets 7-10 (roughly score <= 0.1 or >= 0.6)
    Intermediate OCR scores were described as scribbles or unreadable small text and were excluded (Section 4, Appendix A.3).
assumptions (4)
  • domain assumption Reordering self-contained sentences preserves the semantic content of a caption.
    Used to construct shuffled captions that are claimed to carry the same information (Example 2.2, Section 6).
  • domain assumption The average yes-probability of LLaVA and InstructBLIP to the query 'Is the figure showing: ci?' measures text-image alignment.
    This is the only evaluation metric; no CLIP, human, or other metric is used (Section 6).
  • domain assumption LLaVA-Next with Mistral 7B produces accurate captions following the four-part template.
    Caption quality is not independently verified beyond template-format checks (Section 5, Appendix C).
  • domain assumption The aesthetic, luminance, and OCR filters identify images suitable for text-to-image training.
    Thresholds are justified by visual inspection of bucket samples, not by an external benchmark (Section 4).

how reviews work

0 comments
Cite this review

Pith. "Pith review of Structured Captions Improve Prompt Adherence in Text-to-Image Models (Re-LAION-Caption 19M)." pith.science (2026). https://pith.science/paper/BMMMNBT3

@misc{pith2026250705300,
  author       = {Pith},
  title        = {Pith review of: Structured Captions Improve Prompt Adherence in Text-to-Image Models (Re-LAION-Caption 19M)},
  year         = {2026},
  howpublished = {\url{https://pith.science/paper/BMMMNBT3}},
  note         = {Machine review of arXiv:2507.05300}
}
abstract

We argue that generative text-to-image models often struggle with prompt adherence due to the noisy and unstructured nature of large-scale datasets like LAION-5B. This forces users to rely heavily on prompt engineering to elicit desirable outputs. In this work, we propose that enforcing a consistent caption structure during training can significantly improve model controllability and alignment. We introduce Re-LAION-Caption 19M, a high-quality subset of Re-LAION-5B, comprising 19 million 1024x1024 images with captions generated by a Mistral 7B Instruct-based LLaVA-Next model. Each caption follows a four-part template: subject, setting, aesthetics, and camera details. We fine-tune PixArt-$\Sigma$ and Stable Diffusion 2 using both structured and randomly shuffled captions, and show that structured versions consistently yield higher text-image alignment scores using visual question answering (VQA) models. The dataset is publicly available at https://huggingface.co/datasets/supermodelresearch/Re-LAION-Caption19M.

Figures

Figures reproduced from arXiv: 2507.05300 by the authors.

Figure 1
Figure 1. Images from Re-LAION-Caption 19M with structured captions: 1. subject, 2. setting, 3. aesthetics, and 4. camera details. Abstract We argue that generative text-to-image models often struggle with prompt adherence due to the noisy and unstructured nature of large-scale datasets like LAION-5B. This forces users to rely heavily on prompt en￾gineering to elicit desirable outputs. In this work, we propose that enforcing … view at source ↗
Figure 2
Figure 2. Most common words produced by LLaVa-Next during re-captioning, excluding stopwords. Note that “camera”, “image”, “aesthetic”, and “perspective” appear often, as expected given the system prompt. again redundant information present in bullet points 1. or 2. We found this hard to remove programmatically. 6. Text-to-Image Fine-tuning Experiments To verify our hypothesis that structured captions aid learn￾ing and contri… view at source ↗
Figure 3
Figure 3. The unshuffled (or structured) caption corresponds to the true caption used in Re-LAION-Caption 19M. The shuffled version is used to test the effect of unstructured captions during fine-tuning. numbering format “1.”, “2.”, “3.”, “4.” with “˜1˜”, “˜2˜”, “˜3˜”, “˜4˜”. We do this because the ˜ character corresponds to the <unknown> token for T5 (Flan-T5 inherits the tok￾enizer directly from the original T5 model), clea… view at source ↗
Figures from the paper (15 more)
Figure 4
Figure 4. Figure 4: displays the aesthetic score distribution for the 39,149,128 images remaining after the initial size and aspect ratio filtering previously mentioned in Section 4. This distribution resembles a Gaussian curve with the mean concentrated around a score of 5. Additionally,…
Figure 5
Figure 5. Figure 5: We subdivide the dataset into 10 buckets according to their mean aesthetic score. Each row corresponds to 10 samples from each of the buckets: lower to higher average aesthetic score from top to bottom. 10 [PITH_FULL_IMAGE:figures/full_fig_p010_5.png]
Figure 6
Figure 6. Figure 6: Distribution of luminance score for the full 39 million subset. 11 [PITH_FULL_IMAGE:figures/full_fig_p011_6.png]
Figure 7
Figure 7. Figure 7: We subdivide the dataset into 20 buckets according to their mean luminance score for images with an aesthetic score higher than 6 only. Each row corresponds to 10 samples from each of the buckets: lower to higher average aesthetic score from top to bottom. 12 [PITH_FU…
Figure 8
Figure 8. Figure 8: We subdivide the dataset into 20 buckets according to their mean luminance score for the full 39 million image subset. 13 [PITH_FULL_IMAGE:figures/full_fig_p013_8.png]
Figure 9
Figure 9. Figure 9: Distribution of scores. 14 [PITH_FULL_IMAGE:figures/full_fig_p014_9.png]
Figure 10
Figure 10. Figure 10: We subdivide the dataset into 10 buckets according to their OCR score. Each row corresponds to 10 samples from each of the buckets: lower to higher average OCR score from top to bottom. 15 [PITH_FULL_IMAGE:figures/full_fig_p015_10.png]
Figure 11
Figure 11. Figure 11: Distribution of aesthetic scores for Re-LAION-Caption 19M Subset [PITH_FULL_IMAGE:figures/full_fig_p016_11.png]
Figure 12
Figure 12. Figure 12: Distribution of luminance scores for Re-LAION-Caption 19M Subset [PITH_FULL_IMAGE:figures/full_fig_p016_12.png]
Figure 13
Figure 13. Figure 13: Distribution of OCR scores for Re-LAION-Caption 19M Subset. 16 [PITH_FULL_IMAGE:figures/full_fig_p016_13.png]
Figure 14
Figure 14. Figure 14: Random set of samples from Re-LAION-Caption 19M 17 [PITH_FULL_IMAGE:figures/full_fig_p017_14.png]
Figure 15
Figure 15. Figure 15: Random set of samples from original Re-LAION dataset 18 [PITH_FULL_IMAGE:figures/full_fig_p018_15.png]
Figure 16
Figure 16. Figure 16: Luminance buckets for Re-LAION-Caption 19M Subset. 19 [PITH_FULL_IMAGE:figures/full_fig_p019_16.png]
Figure 17
Figure 17. Figure 17: Defective text-image pairs identified when re-captioning images using Mistal 7B Instruct-based LlaVa-Next. Note that captions are cropped due to their excessive length. 20 [PITH_FULL_IMAGE:figures/full_fig_p020_17.png]
Figure 18
Figure 18. Figure 18: Examples of persistent defective captioning by LLaVa-Next. 21 [PITH_FULL_IMAGE:figures/full_fig_p021_18.png]

Discussion (0). Sign in to comment.

Reference graph

Works this paper leans on

16 extracted references · 16 linked inside Pith

  1. [4]

    URL https://arxiv.org/abs/2305.20088. Hu, E. J., Shen, Y ., Wallis, P., Allen-Zhu, Z., Li, Y ., Wang, S., Wang, L., and Chen, W. Lora: Low-rank adaptation of large language models,

  2. [6]

    Lai, Z., Zhang, H., Zhang, B., Wu, W., Bai, H., Tim- ofeev, A., Du, X., Gan, Z., Shan, J., Chuah, C.-N., Yang, Y ., and Cao, M

    URL https: //arxiv.org/abs/2310.06825. Lai, Z., Zhang, H., Zhang, B., Wu, W., Bai, H., Tim- ofeev, A., Du, X., Gan, Z., Shan, J., Chuah, C.-N., Yang, Y ., and Cao, M. Veclip: Improving clip train- ing via visual-enriched captions,

  3. [7]

    Li, H., Xu, M., Zhan, Y ., Mu, S., Li, J., Cheng, K., Chen, Y ., Chen, T., Ye, M., Wang, J., and Zhu, S

    URL https: //arxiv.org/abs/2310.07699. Li, H., Xu, M., Zhan, Y ., Mu, S., Li, J., Cheng, K., Chen, Y ., Chen, T., Ye, M., Wang, J., and Zhu, S. Openhumanvid: A large-scale high-quality dataset for enhancing human- centric video generation,

  4. [9]

    Liao, M., Wan, Z., Yao, C., Chen, K., and Bai, X

    URL https://arxiv.org/abs/2406.08478. Liao, M., Wan, Z., Yao, C., Chen, K., and Bai, X. Real-time scene text detection with differentiable binarization,

  5. [11]

    Raffel, C., Shazeer, N., Roberts, A., Lee, K., Narang, S., Matena, M., Zhou, Y ., Li, W., and Liu, P

    URL https://arxiv.org/abs/2103.00020. Raffel, C., Shazeer, N., Roberts, A., Lee, K., Narang, S., Matena, M., Zhou, Y ., Li, W., and Liu, P. J. Explor- ing the limits of transfer learning with a unified text-to- text transformer,

  6. [12]

    URL https://arxiv.org/ abs/1910.10683. 7 Structured Captions Improve Prompt Adherence in Text-to-Image Models (Re-LAION-Caption 19M) Ramesh, A., Pavlov, M., Goh, G., Gray, S., V oss, C., Rad- ford, A., Chen, M., and Sutskever, I. Zero-shot text-to- image generation,

  7. [13]

    Rombach, R., Blattmann, A., Lorenz, D., Esser, P., and Ommer, B

    URL https://arxiv.org/ abs/2102.12092. Rombach, R., Blattmann, A., Lorenz, D., Esser, P., and Ommer, B. High-resolution image synthesis with latent diffusion models,

  8. [14]

    URL https://arxiv.org/ abs/2112.10752. Schuhmann, C., Beaumont, R., Vencu, R., Gordon, C., Wightman, R., Cherti, M., Coombes, T., Katta, A., Mullis, C., Wortsman, M., Schramowski, P., Kundurthy, S., Crowson, K., Schmidt, L., Kaczmarczyk, R., and Jitsev, J. Laion-5b: An open large-scale dataset for training next generation image-text models,

Show all 16 references
  1. [15]

    Webster, R., Rabin, J., Simon, L., and Jurie, F

    URL https://arxiv.org/abs/2210.08402. Webster, R., Rabin, J., Simon, L., and Jurie, F. On the de- duplication of laion-2b,

  2. [16]

    org/abs/2303.12733

    URL https://arxiv. org/abs/2303.12733. 8 Structured Captions Improve Prompt Adherence in Text-to-Image Models (Re-LAION-Caption 19M) A. Logbook of Procedure to Determine Accepted versus Rejected Samples In this section we walk the reader through the rationale for filtering the...

  3. [2019]

    Liu, H., Li, C., Li, Y ., and Lee, Y

    URL https://arxiv.org/abs/1911.08947. Liu, H., Li, C., Li, Y ., and Lee, Y . J. Improved baselines with visual instruction tuning, 2024a. URL https:// arxiv.org/abs/2310.03744. Liu, H., Li, C., Li, Y ., Li, B., Zhang, Y ., Shen, S., and Lee, Y . J. Llava-next: Improved reason-...

  4. [2021]

    org/abs/2106.09685

    URL https://arxiv. org/abs/2106.09685. Jiang, A. Q., Sablayrolles, A., Mensch, A., Bamford, C., Chaplot, D. S., de las Casas, D., Bressand, F., Lengyel, G., Lample, G., Saulnier, L., Lavaud, L. R., Lachaux, M.- A., Stock, P., Scao, T. L., Lavril, T., Wang, T., Lacroix, T., and...

  5. [2022]

    Dai, W., Li, J., Li, D., Tiong, A

    URL https://arxiv.org/abs/2210.11416. Dai, W., Li, J., Li, D., Tiong, A. M. H., Zhao, J., Wang, W., Li, B., Fung, P., and Hoi, S. Instructblip: Towards general-purpose vision-language models with instruc- tion tuning,

  6. [2023]

    Fan, L., Krishnan, D., Isola, P., Katabi, D., and Tian, Y

    URL https://arxiv.org/abs/ 2305.06500. Fan, L., Krishnan, D., Isola, P., Katabi, D., and Tian, Y . Improving clip training with language rewrites,

  7. [2024]

    Chung, H

    URL https://arxiv.org/abs/ 2403.04692. Chung, H. W., Hou, L., Longpre, S., Zoph, B., Tay, Y ., Fedus, W., Li, Y ., Wang, X., Dehghani, M., Brahma, S., Webson, A., Gu, S. S., Dai, Z., Suzgun, M., Chen, X., Chowdhery, A., Castro-Ros, A., Pellat, M., Robinson, K., Valter, D., Nar...

  8. [2025]

    org/abs/2412.00115

    URL https://arxiv. org/abs/2412.00115. Li, X., Tu, H., Hui, M., Wang, Z., Zhao, B., Xiao, J., Ren, S., Mei, J., Liu, Q., Zheng, H., Zhou, Y ., and Xie, C. What if we recaption billions of web images with llama-3?,

Pith tools

Reviewed August 6, 2026 · model on record in the stance chip above.