REVIEW 5 major objections 3 minor 52 references
StoryReasoning Dataset: Using Chain-of-Thought for Scene Understanding and Grounded Story Generation
T0 review · 5 major / 3 minor · reviewed 2026-08-15 · deepseek-v4-flash
Pith's one-line read Fine-tuning a vision-language model on a dataset of 4,178 grounded movie-image stories reduces hallucinations per story by 12.3% and raises creativity by 31% compared with the base model.
desk verdict A genuinely useful grounded-story dataset and reproducible baseline, undermined by an evaluation whose headline hallucination and creativity numbers come from unreliable LLM judges and need proper statistics before being believed. read the letter →
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
The reading
What carries the argument
The load-bearing mechanism is a three-stage grounding pipeline. First, cross-frame object re-identification assigns persistent global IDs (char1, obj1, etc.) by combining masked-object visual embeddings from SigLIP with ArcFace face embeddings for people, using adaptive thresholds rather than motion prediction. Second, a chain-of-thought scene analysis renders each story as hierarchical tables—characters, objects, settings, and a five-phase narrative structure—so the model reasons about relations across frames before writing. Third, grounded story generation wraps every textual reference in XML tags (<gdo> for entities, <gda> for actions, <gdl> for locations and landmarks, <gdi> for image boundaries) that map back to those IDs, so even pronouns are traceable to a specific visual entity. The dataset supplies the ground-truth entity correspondences, and the fine-tuned model learns to reproduce the entire chain end-to-end.
What would settle it
Have human annotators count hallucinations and rate creativity on the same 626 generated stories per model; if the human-rated reduction in hallucinations or increase in creativity is absent or much smaller than 12.3% and 31%, the central claim fails. Alternatively, recompute the four LLM judges' per-story scores into a paired confidence interval: if the interval for the mean difference includes zero, the claimed improvement is not statistically supported.
Extended reading notes
Core claim
The central claim is that fine-tuning a 7-billion-parameter vision-language model on grounded, multi-frame stories yields measurably better visual storytelling: average hallucinations per story fall from 4.06 to 3.56 (-12.3%), creativity rises from 2.58 to 3.38 (+31.0%), and description accuracy edges up from 2.69 to 2.76, all relative to the same model without fine-tuning. The improvement is attributed to the training signal in StoryReasoning, where each story is decomposed into a chain-of-thought scene analysis and then generated with XML grounding tags that tie every character, object, action, and location mention—including pronouns—to entity IDs that persist across frames. The fine-tuned model performs object detection, cross-frame re-identification, and landmark recognition end-to-end, and it is evaluated by four large language model judges using a four-way hallucination taxonomy (object, attribute, relationship, environment) as well as automatic grounding metrics.
Load-bearing premise
The headline numbers come from four AI judges that often disagree with each other (their agreement score is 0.14 for description accuracy and 0.34 for hallucination rate), and no human check or statistical test is provided.
Editorial extensions
If this is right
- A single model can detect, re-identify, and describe objects and characters across discontinuous movie frames without a separate detector or tracker, since Qwen Storyteller performs all three end-to-end.
- The grounded output format makes stories machine-readable: every entity mention can be traced to a specific frame and bounding box, which supports automated consistency checks and interactive visualization.
- Parameter-efficient training on this recipe outperforms full fine-tuning: the LoRA rank-2048 variant reaches 0.62 character recall and 0.27 mAP, while full fine-tuning reaches 0.37 and 0.16, so the recommended regimen is LoRA rather than full-model training.
- The hallucination reduction is carried almost entirely by object and attribute hallucinations (1.84 to 1.54 and 1.47 to 1.28), while relationship hallucinations stay essentially flat (0.60 to 0.63), so the method fixes what is present in the scene better than how entities relate.
Reading between the lines
- If the recipe transfers, the same entity-ID plus tag-grounding scheme could be applied to video captioning or embodied instruction tasks where referential consistency is scored; a cheap first test is to prompt a general vision-language model with the StoryReasoning format on an existing video-description benchmark.
- Because the dataset is assembled from cinematic scenes with a fixed five-phase narrative arc, the creativity gains may partly encode movie conventions rather than general narrative skill; on candid, unstructured image sequences the gap might shrink.
- The near-flat relationship-hallucination numbers point to the next bottleneck: relational grounding. Explicitly tagging interactions (subject, verb, object) rather than only entities could be a testable extension of the scheme.
- Since no human evaluation is reported anywhere in the paper, the headline gains rest entirely on LLM judges; a human rating of the same 626 stories per model would settle whether the 31% creativity increase is perceptible to people.
Signed reviews
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper introduces StoryReasoning, a dataset of 4,178 grounded visual stories derived from 52,016 movie frames, with structured scene analysis (chain-of-thought) and XML-based grounded narratives. The authors also present Qwen Storyteller, a Qwen2.5-VL 7B model fine-tuned on this dataset. The central empirical claim is that fine-tuning reduces average hallucinations per story from 4.06 to 3.56 (-12.3%) and improves creativity from 2.58 to 3.38 (+31.0%) relative to the non-fine-tuned Qwen2.5-VL 7B model, based on ratings from four LLM judges.
Significance. If the empirical claims are established, the dataset and model release would be a useful contribution: the dataset is publicly available, contains multi-frame entity tracking with grounding tags, and the fine-tuned model is also released. The structured tabular CoT representation and the explicit grounding scheme are sensible design choices, and the paper's automatic-metric results across several training configurations provide useful baseline evidence. The main quantitative evidence for the headline improvement, however, rests entirely on LLM-judge scores with reported inter-rater reliability as low as alpha = 0.14, no human validation, and no significance testing. The central claim is therefore plausible but not yet established to the standard required for publication.
major comments (5)
- [§5.2, Tables 2 and 3] The headline deltas (-12.3% hallucinations, +31.0% creativity) are averages over four LLM judges whose inter-rater reliability is very low: Krippendorff's alpha is 0.14 for description accuracy, 0.20 for creativity, and 0.34 for hallucination rate. An alpha of 0.14 indicates agreement barely above chance, and the reported model differences are within the range one would expect from judge noise. The paper gives no confidence intervals, paired significance tests, effect-size distributions, or human validation. Without these, the claim that fine-tuning reduces hallucinations and improves creativity is not established.
- [Table 2, hallucination categories] The reduction in total hallucinations from 4.06 to 3.56 is not uniform across categories: relationship hallucinations increase from 0.60 to 0.63 after fine-tuning, while object and attribute hallucinations decrease. Since the paper motivates the work by referential hallucinations in Section 1, the increase in the relationship category, which includes incorrect actions or interactions between entities, undercuts that motivation. Moreover, no inter-rater reliability is reported for the object and attribute categories that actually drive the decrease, so the reliability of the category-level decomposition is unknown.
- [Appendix B, evaluation subset] The hallucination histograms in Appendix B are based on N=626 stories per model, but the main text never states that the LLM evaluation was performed on a subset of the 4,178 stories, nor how that subset was selected. If the subset is not a random sample, the average counts in Table 2 may not generalize to the full dataset. The subset size, sampling procedure, and per-judge score distributions should be reported in the main text or in the appendix.
- [§5.1, Table 1] Table 1 reports automatic grounding metrics (Precision, Recall, mAP, METEOR, ROUGE-L, BLEU-4) only for the four fine-tuned configurations; there is no row for the non-fine-tuned Qwen2.5-VL 7B baseline. Consequently, the claim that the fine-tuned model improves grounding over the base model is not supported by the automatic metrics. The only comparison against the base model is the low-reliability LLM evaluation in Table 2. Adding the base model to Table 1, or explaining why it cannot be evaluated with the same automatic pipeline, is necessary.
- [§5.2, evaluation protocol] The evaluation protocol for the LLM judges is not fully specified. The paper does not provide the exact prompts or rubrics used for description accuracy, creativity, and the four hallucination categories, nor does it give per-judge score distributions. Without these, the reader cannot reproduce the numbers or assess whether the judges were instructed to count hallucination types consistently. This is a reproducibility gap for the paper's only quantitative comparison against the base model.
minor comments (3)
- [§5.3, Table 3] The text says 'agreement between the three LLM evaluators,' but Section 5.2 lists four evaluators. Please clarify how many judges were used and over which judges the alpha coefficients were computed.
- [§5.2, decoding settings] The comparison in Table 2 does not report decoding hyperparameters (temperature, top-p, max tokens) for either model. Sampling temperature affects creativity and hallucination counts, so these settings should be specified for reproducibility.
- [Appendix A.4] The figure showing 100% of stories containing all five narrative phases reflects the dataset construction rule rather than an emergent property; the text should state explicitly that this is a design constraint, not an empirical finding.
Circularity Check
No significant circularity: the central fine-tuning claim is tested against a base model via external LLM judges and standard metrics, not derived from the paper's inputs by construction.
full rationale
The central empirical claim (Sections 5.2-5.3, Tables 2-3) compares Qwen Storyteller against the non-fine-tuned Qwen2.5-VL 7B on the same image sequences. The reported reduction from 4.06 to 3.56 hallucinations per story and the creativity gain from 2.58 to 3.38 are averages over four external LLM judges, not quantities computed from the training labels or from a fitted equation, so the result is not forced by construction. The authors' citation of their own GroundCap dataset [9] explains the provenance of the image sequences and grounding scheme, but StoryReasoning is a new dataset assembled from those images with additional cross-frame re-identification, chain-of-thought analysis, and grounded-story generation; the evaluation outcome is not entailed by that provenance. No parameter is fitted to the hallucination or creativity numbers, no uniqueness theorem is imported from prior work, and no ansatz is smuggled in via citation: the grounding tags are an explicit method adapted from GroundCap, not a hidden assumption that determines the measured improvements. The low Krippendorff alpha values (0.14-0.35, Table 3) and the absence of confidence intervals or significance tests are genuine reliability threats to the empirical claim, but they are not circularity: unreliable measurement does not make the prediction equivalent to its input. Under the stated review rules, reliability concerns belong to correctness risk, not to the circularity score.
Assumptions & free parameters
free parameters (5)
- minimum frames per story =
5
- landmark confidence threshold =
0.5
- face confidence threshold =
not specified
- minimum face resolution =
128 pixels
- adaptive re-identification similarity threshold =
not specified
assumptions (4)
- domain assumption Frames selected from the same movie and sequential scenes are temporally connected enough to form a coherent narrative.
- domain assumption Automatic cross-frame re-identification via SigLIP embeddings and ArcFace produces correct ground-truth entity identities.
- domain assumption LLM-based 5-point Likert ratings and hallucination counts are valid measurements of story quality.
- ad hoc to paper Freytag's five-phase narrative structure applies to all stories in the dataset.
Cite this review
Pith. "Pith review of StoryReasoning Dataset: Using Chain-of-Thought for Scene Understanding and Grounded Story Generation." pith.science (2026). https://pith.science/paper/TQLSVTVO
@misc{pith2026250510292,
author = {Pith},
title = {Pith review of: StoryReasoning Dataset: Using Chain-of-Thought for Scene Understanding and Grounded Story Generation},
year = {2026},
howpublished = {\url{https://pith.science/paper/TQLSVTVO}},
note = {Machine review of arXiv:2505.10292}
}
read the original abstract
Visual storytelling systems struggle to maintain character identity across frames and link actions to appropriate subjects, frequently leading to referential hallucinations. These issues can be addressed through grounding of characters, objects, and other entities on the visual elements. We propose StoryReasoning, a dataset containing 4,178 stories derived from 52,016 movie images, with both structured scene analyses and grounded stories. Each story maintains character and object consistency across frames while explicitly modeling multi-frame relationships through structured tabular representations. Our approach features cross-frame object re-identification using visual similarity and face recognition, chain-of-thought reasoning for explicit narrative modeling, and a grounding scheme that links textual elements to visual entities across multiple frames. We establish baseline performance by fine-tuning Qwen2.5-VL 7B, creating Qwen Storyteller, which performs end-to-end object detection, re-identification, and landmark detection while maintaining consistent object references throughout the story. Evaluation demonstrates a reduction from 4.06 to 3.56 (-12.3%) hallucinations on average per story and an improvement in creativity from 2.58 to 3.38 (+31.0%) when compared to a non-fine-tuned model.
Figures
Figures from the paper (11 more)
Reference graph
Works this paper leans on
-
[1]
D. A. P. Oliveira, E. Ribeiro, D. M. de Matos, Story generation from visual inputs: Techniques, related tasks, and challenges, ArXiv abs/2406.02748 (2024)
arXiv 2024
-
[2]
J. Li, D. Li, S. Savarese, S. Hoi, BLIP-2: bootstrapping language-image pre-training with frozen image encoders and large language models, in: Proceedings of the 40th International Conference on Machine Learning, ICML’23, Journal of Machine Learning Research, 2023
work page 2023
- [3]
-
[4]
S. Bai, K. Chen, X. Liu, J. Wang, W. Ge, S. Song, K. Dang, P. Wang, S. Wang, J. Tang, H. Zhong, Y . Zhu, M. Yang, Z. Li, J. Wan, P. Wang, W. Ding, Z. Fu, Y . Xu, J. Ye, X. Zhang, T. Xie, Z. Cheng, H. Zhang, Z. Yang, H. Xu, J. Lin, Qwen2.5-VL technical report, ArXiv abs/2502.13923 (2025)
arXiv 2025
- [5]
-
[6]
X. Hong, A. Sayeed, K. Mehra, V . Demberg, B. Schiele, Visual writing prompts: Character- grounded story generation with curated image sequences, Transactions of the Association for Computational Linguistics 11 (2023) 565–581
work page 2023
-
[7]
S. Farquhar, J. Kossen, L. Kuhn, Y . Gal, Detecting hallucinations in large language models using semantic entropy, Nature 630 (8017) (2024) 625–630
work page 2024
- [8]
Show all 52 references
-
[9]
D. A. P. Oliveira, L. Teodoro, D. M. de Matos, GroundCap: A visually grounded image captioning dataset, ArXiv abs/2502.13898 (2025)
2025 arXiv
-
[10]
J. Wei, X. Wang, D. Schuurmans, M. Bosma, B. Ichter, F. Xia, E. H. Chi, Q. V . Le, D. Zhou, Chain-of-thought prompting elicits reasoning in large language models, in: Proceedings of the 36th International Conference on Neural Information Processing Systems, NIPS ’22, Curran As...
2022
-
[11]
Zhang, A
Z. Zhang, A. Zhang, M. Li, H. Zhao, G. Karypis, A. J. Smola, Multimodal chain-of-thought reasoning in language models, Trans. Mach. Learn. Res. 2024 (2023)
2023
-
[12]
Zheng, L
W. Zheng, L. Yan, C. Gou, F.-Y . Wang, Two heads are better than one: Hypergraph-enhanced graph reasoning for visual event ratiocination, in: M. Meila, T. Zhang (Eds.), Proceedings of the 38th International Conference on Machine Learning, V ol. 139 of Proceedings of Machine Le...
2021
-
[13]
X. E. Wang, J. Wu, J. Chen, L. Li, Y . fang Wang, W. Y . Wang, VaTeX: A large-scale, high- quality multilingual dataset for video-and-language research, 2019 IEEE/CVF International Conference on Computer Vision (ICCV) (2019) 4580–4590. 10
2019
-
[14]
OpenAI, Hello GPT-4o, https://openai.com/index/hello-gpt-4o , accessed: 2025-03- 18 (2024)
2024
-
[15]
Anthropic, Claude 3.7 sonnet and claude code, https://www.anthropic.com/news/ claude-3-7-sonnet , accessed: 2025-03-18 (2025)
2025
-
[16]
Google, Gemini 2.5 flash is now in preview, https://blog.google/products/gemini/ gemini-2-5-flash-preview/ , accessed: 2025-04-30 (2025)
2025
-
[17]
T.-H. K. Huang, F. Ferraro, N. Mostafazadeh, I. Misra, A. Agrawal, J. Devlin, R. Girshick, X. He, P. Kohli, D. Batra, C. L. Zitnick, D. Parikh, L. Vanderwende, M. Galley, M. Mitchell, Visual storytelling, in: Proceedings of the 2016 Conference of the North American Chapter of ...
2016
-
[18]
Y . Yu, J. Chung, H. Yun, J. Kim, G. Kim, Transitional adaptation of pretrained models for visual storytelling, in: Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR), 2021, pp. 12658–12668
2021
-
[19]
Y . Zhou, D. Zhou, M.-M. Cheng, J. Feng, Q. Hou, Storydiffusion: Consistent self-attention for long-range image and video generation, in: The Thirty-eighth Annual Conference on Neural Information Processing Systems, 2024
2024
-
[20]
H. Chen, R. Han, T.-L. Wu, H. Nakayama, N. Peng, Character-centric story visualization via visual planning and token alignment, in: Y . Goldberg, Z. Kozareva, Y . Zhang (Eds.), Proceedings of the 2022 Conference on Empirical Methods in Natural Language Processing, Association ...
2022
-
[21]
K. Park, M. Kim, K. Jung, A character-centric creative story generation via imagination, ArXiv abs/2409.16667 (2024)
2024 arXiv
-
[22]
Z. Liu, A. Bahety, S. Song, REFLECT: Summarizing Robot Experiences for Failure Explanation and Correction, in: J. Tan, M. Toussaint, K. Darvish (Eds.), Proceedings of The 7th Conference on Robot Learning, V ol. 229 of Proceedings of Machine Learning Research, PMLR, 2023, pp. 3468–3484
2023
-
[23]
Z. Liu, Y . Lin, Y . Cao, H. Hu, Y . Wei, Z. Zhang, S. Lin, B. Guo, Swin transformer: Hierarchical vision transformer using shifted windows, IEEE Intl. Conf. on Computer Vision (2021)
2021
-
[24]
Weyand, A
T. Weyand, A. F. de Araújo, B. Cao, J. Sim, Google landmarks dataset v2 – a large-scale bench- mark for instance-level recognition and retrieval, 2020 IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR) (2020) 2572–2581
2020
-
[25]
Welch, G
G. Welch, G. Bishop, An introduction to the kalman filter, Tech. Rep. TR 95-041, University of North Carolina at Chapel Hill, Chapel Hill, NC, USA (1995)
1995
-
[26]
Radford, J
A. Radford, J. W. Kim, C. Hallacy, A. Ramesh, G. Goh, S. Agarwal, G. Sastry, A. Askell, P. Mishkin, J. Clark, G. Krueger, I. Sutskever, Learning transferable visual models from natural language supervision, in: International Conference on Machine Learning, 2021
2021
-
[27]
Schuhmann, R
C. Schuhmann, R. Vencu, R. Beaumont, R. Kaczmarczyk, C. Mullis, A. Katta, T. Coombes, J. Jitsev, A. Komatsuzaki, LAION-400M: Open dataset of CLIP-filtered 400 million image-text pairs, ArXiv abs/2111.02114 (2021)
2021 arXiv
-
[28]
Oquab, T
M. Oquab, T. Darcet, T. Moutakanni, H. V . V o, M. Szafraniec, V . Khalidov, P. Fernandez, D. Haziza, F. Massa, A. El-Nouby, M. Assran, N. Ballas, W. Galuba, R. Howes, P.-Y . Huang, S.-W. Li, I. Misra, M. Rabbat, V . Sharma, G. Synnaeve, H. Xu, H. Jégou, J. Mairal, P. Labatut,...
2024
-
[29]
X. Zhai, B. Mustafa, A. Kolesnikov, L. Beyer, Sigmoid loss for language image pre-training, 2023 IEEE/CVF International Conference on Computer Vision (ICCV) (2023) 11941–11952. 11
2023
-
[30]
Alabdulmohsin, X
I. Alabdulmohsin, X. Zhai, A. Kolesnikov, L. Beyer, Getting vit in shape: scaling laws for compute-optimal model design, in: Proceedings of the 37th International Conference on Neural Information Processing Systems, NIPS ’23, Curran Associates Inc., Red Hook, NY , USA, 2023
2023
-
[31]
J. Deng, J. Guo, N. Xue, S. Zafeiriou, Arcface: Additive angular margin loss for deep face recognition, in: Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR), 2019
2019
-
[32]
Die Technik des Dramas
G. Freytag, Freytag’s Technique of the Drama: An Exposition of Dramatic Composition and Art, Scott, Foresman and Company, Chicago, 1894, an authorized translation from the 6th German edition of “Die Technik des Dramas”
-
[33]
E. J. Hu, Y . Shen, P. Wallis, Z. Allen-Zhu, Y . Li, S. Wang, L. Wang, W. Chen, LoRA: Low-Rank Adaptation of Large Language Models, in: Intl. Conf. on Learning Representations, 2022
2022
-
[34]
Loshchilov, F
I. Loshchilov, F. Hutter, SGDR: stochastic gradient descent with warm restarts, in: 5th Interna- tional Conference on Learning Representations, ICLR 2017, Toulon, France, April 24-26, 2017, Conference Track Proceedings, 2017
2017
-
[35]
Loshchilov, F
I. Loshchilov, F. Hutter, Decoupled weight decay regularization, in: International Conference on Learning Representations, New Orleans, LA, USA, 2019, paper originally submitted in November 2017 on arXiv (arXiv:1711.05101)
2019 arXiv
-
[36]
B. Hsu, Y . Dai, V . Kothapalli, Q. Song, S. Tang, S. Zhu, S. Shimizu, S. Sahni, H. Ning, Y . Chen, Liger kernel: Efficient triton kernels for llm training, ArXiv abs/2410.10989 (2024)
2024 arXiv
-
[37]
Everingham, L
M. Everingham, L. Van Gool, C. K. I. Williams, J. Winn, A. Zisserman, The pascal visual object classes (voc) challenge, International Journal of Computer Vision 88 (2) (2010) 303–338
2010
-
[38]
Banerjee, A
S. Banerjee, A. Lavie, METEOR: An automatic metric for MT evaluation with improved correlation with human judgments, in: J. Goldstein, A. Lavie, C.-Y . Lin, C. V oss (Eds.), ACL Workshop on Intrinsic and Extrinsic Evaluation Measures for Machine Translation and/or Summarizatio...
2005
-
[39]
Krippendorff, Estimating the reliability, systematic error and random error of interval data, Educational and Psychological Measurement 30 (1970) 61 – 70
K. Krippendorff, Estimating the reliability, systematic error and random error of interval data, Educational and Psychological Measurement 30 (1970) 61 – 70
1970
-
[40]
C. J. Hutto, E. Gilbert, V ADER: A Parsimonious Rule-Based Model for Sentiment Analysis of Social Media Text, in: Proceedings of the Eighth International AAAI Conference on Weblogs and Social Media, V ol. 8, AAAI Press, Ann Arbor, Michigan, USA, 2014, pp. 216–225
2014
-
[41]
we´´ at 99.5%, “you
W. Kwon, Z. Li, S. Zhuang, Y . Sheng, L. Zheng, C. H. Yu, J. E. Gonzalez, H. Zhang, I. Stoica, Efficient memory management for large language model serving with pagedattention, in: Proceedings of the ACM SIGOPS 29th Symposium on Operating Systems Principles, 2023. A Dataset An...
2023
-
[42]
0-person-0
Each detected object has a unique object ID (like "0-person-0", "1-car-5")
-
[43]
(for people or characters) - Objects: obj1, obj2, etc
I will provide a mapping from these object IDs to consistent entity IDs, which come in four types: - Characters: char1, char2, etc. (for people or characters) - Objects: obj1, obj2, etc. (for things) - Landmarks: lm1, lm2, etc. (for recognizable places/landmarks) - Background:...
-
[44]
Objects with the same entity ID represent the same element appearing across multiple images
-
[45]
Bounding box coordinates are provided in pixel values (actual image dimensions) as x1,y1,x2,y2
-
[46]
landmark-ID: landmark-name: x1,y1,x2,y2
Landmarks provide additional context about the setting and location - Landmarks are formatted as "landmark-ID: landmark-name: x1,y1,x2,y2" - If landmarks appear in multiple images, they will have entity IDs in the mapping section
-
[47]
dog" that is actually a
Some objects may be incorrectly classified or detected: - You can override object clas- sifications if they’re clearly wrong (e.g., a "dog" that is actually a "cat") - You can ignore detections if no actual object exists at that location - Use your visual understanding to corr...
-
[48]
Image grounding: <gdi image1>Text describing events in image 1</gdi> Each part of the story must be inside a image tag indicating which image it describes
-
[49]
Character and action tags: For character references: <gdo char1>Character name, pronoun or description</gdo> or <gdo char1 char2>They</gdo> for multiple characters For character actions: <gda char1>action description</gda> or <gda char1 char2>action description</gda> for multi...
-
[50]
Object grounding: <gdo obj1>Object reference</gdo> or <gdo obj1 obj2>Objects reference</gdo> Use this for specific objects in the scene
-
[51]
Landmark grounding: <gdl lm1>Landmark description</gdl> or <gdl lm1 lm2>Landmarks description</gdl> Use this for landmarks or recognizable locations
-
[52]
Is this really necessary, Tom?
Background grounding: <gdl bg1>Background element description</gdl> or <gdl bg1 bg2>Background elements description</gdl> Use this for background elements or general settings Example of properly formatted text: <gdi image1> <gdo char1>Sarah</gdo> <gda char1>held</gda> <gdo obj...
Reviewed August 15, 2026 · model on record in the stance chip above.
Discussion (0). Continue with ORCID to comment.