Papers › Sparkles: Unlocking Chats Across Multiple Images for Multimodal Instruction-Following Models

Sparkles: Unlocking Chats Across Multiple Images for Multimodal Instruction-Following Models

31 Aug 2023arXiv:2308.16463archive 2025-07-28

Yupan Huang, Zaiqiao Meng, Fangyu Liu, Yixuan Su, Nigel Collier, Yutong Lu

Large language models exhibit enhanced zero-shot performance on various tasks when fine-tuned with instruction-following data. Multimodal instruction-following models extend these capabilities by integrating both text and images. However, existing models such as MiniGPT-4 and LLaVA face challenges in maintaining dialogue coherence in scenarios involving multiple images. A primary reason is the lack of a specialized dataset for this critical application. To bridge these gaps, we introduce SparklesDialogue, the first machine-generated dialogue dataset tailored for word-level interleaved multi-image and text interactions. Furthermore, we construct SparklesEval, a GPT-assisted benchmark for quantitatively assessing a model's conversational competence across multiple images and dialogue turns. We then present SparklesChat, a multimodal instruction-following model for open-ended dialogues across multiple images. Our experiments validate the effectiveness of training SparklesChat with SparklesDialogue based on MiniGPT-4 and LLaVA-v1.5, which enhances comprehension across multiple images and dialogue turns, and does not compromise single-image understanding capabilities. Qualitative evaluations further demonstrate SparklesChat's generality in handling real-world applications. All resources related to this study are publicly available at https://github.com/HYPJUDY/Sparkles.

PaperPDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2308.16463")

Code

Syntology Ran 10 of 13 code samples harvested from 1 repository linked to this paper; 3 have no recorded run. Of those that ran: 1 ran · honoured contract; 1 ran · violated contract; 2 ran · our draft was wrong; 2 ran · fixture could not drive it; 4 ran with no contract checked.

By repository: official repository: 13 samples from 1 repository, 10 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

hypjudy/sparkles officialmentioned in papermentioned on GitHubpytorchBSD-3-Clause report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

13 samples harvested; 10 ran; 1 honoured the contract we drafted; 3 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

1ran · honoured contract
1ran · violated contract
2ran · our draft was wrong
2ran · fixture could not drive it
4ran
3unverified

Licence: 0 of the 13 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from HYPJUDY/Sparkles. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

apply_rotary_pos_emb HYPJUDY/Sparkles/sparkles/models/modeling_llama.py official repository ran · fixture could not drive it BSD-3-Clause (permissive) · 9b4dff79d5e6102c · report
calculate_score hypjudy/sparkles/evaluate.py official repository ran · honoured contract BSD-3-Clause (permissive) · 8286c94254f1fdc5 · report
dict_mean HYPJUDY/Sparkles/i4_score.py official repository ran BSD-3-Clause (permissive) · 184a512ccc58837f · report
disabled_train HYPJUDY/Sparkles/sparkles/models/blip2.py official repository ran · violated contract BSD-3-Clause (permissive) · 4cb732f513d69dfd · report
extract_answer hypjudy/sparkles/evaluate.py official repository ran · our draft was wrong fingerprinted BSD-3-Clause (permissive) · 0ef4e70f7a2ab108 · report
getAttMap HYPJUDY/Sparkles/sparkles/common/gradcam.py official repository ran · fixture could not drive it fingerprinted BSD-3-Clause (permissive) · 7d214655954e2bc6 · report
main_process HYPJUDY/Sparkles/sparkles/common/dist_utils.py official repository ran BSD-3-Clause (permissive) · 98589643273920ba · report
node_to_dict HYPJUDY/Sparkles/sparkles/common/config.py official repository ran BSD-3-Clause (permissive) · 791c72070c0b1cfb · report
rotate_half HYPJUDY/Sparkles/sparkles/models/modeling_llama.py official repository ran · our draft was wrong fingerprinted BSD-3-Clause (permissive) · b99eea6376d1e212 · report
tile HYPJUDY/Sparkles/sparkles/models/base_model.py official repository ran fingerprinted BSD-3-Clause (permissive) · cb33571427334815 · report
all_gather_with_grad HYPJUDY/Sparkles/sparkles/models/base_model.py official repository unverified BSD-3-Clause (permissive) · 0ec9fc2025c16f65 · report
download_cached_file HYPJUDY/Sparkles/sparkles/common/dist_utils.py official repository unverified BSD-3-Clause (permissive) · 643539116e049080 · report
init_llama_tokenizer HYPJUDY/Sparkles/sparkles/models/sparkleschat.py official repository unverified BSD-3-Clause (permissive) · f1b28f0ab20cb143 · report

Tasks

Instruction FollowingVisual Reasoning

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections