ydn commited on
Commit
326f5f7
·
1 Parent(s): 50bb945

Upload python and shell and prompts about evaluation

Browse files
Files changed (48) hide show
  1. assets/intro.png +3 -0
  2. assets/output.jpg +3 -0
  3. checkpoint/sa_0_4_vit_l_14_linear.pth +3 -0
  4. eval_pipeline/classic_metrics_eval.py +623 -0
  5. eval_pipeline/classic_ocr_tools.py +71 -0
  6. eval_pipeline/vlm_metrics_eval_step1.py +468 -0
  7. eval_pipeline/vlm_metrics_eval_step2.py +315 -0
  8. eval_prompts/fullset/1.1.1.jsonl +57 -0
  9. eval_prompts/fullset/1.1.2.jsonl +74 -0
  10. eval_prompts/fullset/1.1.3.jsonl +107 -0
  11. eval_prompts/fullset/1.2.1.jsonl +65 -0
  12. eval_prompts/fullset/1.2.2.jsonl +26 -0
  13. eval_prompts/fullset/1.3.1.jsonl +71 -0
  14. eval_prompts/fullset/1.3.2.jsonl +73 -0
  15. eval_prompts/fullset/1.4.1.jsonl +138 -0
  16. eval_prompts/fullset/1.4.2.jsonl +44 -0
  17. eval_prompts/fullset/1.4.3.jsonl +45 -0
  18. eval_prompts/fullset/1.4.4.jsonl +61 -0
  19. eval_prompts/fullset/2.1.jsonl +168 -0
  20. eval_prompts/fullset/2.2.jsonl +0 -0
  21. eval_prompts/fullset/2.3.jsonl +235 -0
  22. eval_prompts/fullset/2.4.jsonl +192 -0
  23. eval_prompts/fullset/2.5.jsonl +0 -0
  24. eval_prompts/fullset/2.6.jsonl +69 -0
  25. eval_prompts/fullset/2.7.jsonl +127 -0
  26. eval_prompts/miniset/1.1.1.jsonl +13 -0
  27. eval_prompts/miniset/1.1.2.jsonl +17 -0
  28. eval_prompts/miniset/1.1.3.jsonl +25 -0
  29. eval_prompts/miniset/1.2.1.jsonl +16 -0
  30. eval_prompts/miniset/1.2.2.jsonl +6 -0
  31. eval_prompts/miniset/1.3.1.jsonl +16 -0
  32. eval_prompts/miniset/1.3.2.jsonl +17 -0
  33. eval_prompts/miniset/1.4.1.jsonl +32 -0
  34. eval_prompts/miniset/1.4.2.jsonl +10 -0
  35. eval_prompts/miniset/1.4.3.jsonl +11 -0
  36. eval_prompts/miniset/1.4.4.jsonl +14 -0
  37. eval_prompts/miniset/2.1.jsonl +39 -0
  38. eval_prompts/miniset/2.2.jsonl +79 -0
  39. eval_prompts/miniset/2.3.jsonl +55 -0
  40. eval_prompts/miniset/2.4.jsonl +45 -0
  41. eval_prompts/miniset/2.5.jsonl +59 -0
  42. eval_prompts/miniset/2.6.jsonl +16 -0
  43. eval_prompts/miniset/2.7.jsonl +30 -0
  44. eval_scripts/classic_metrics_eval_full.sh +37 -0
  45. eval_scripts/classic_metrics_eval_mini.sh +37 -0
  46. eval_scripts/vlm_metrics_eval_step1.sh +18 -0
  47. eval_scripts/vlm_metrics_eval_step2.sh +15 -0
  48. requirements.txt +23 -0
assets/intro.png ADDED

Git LFS Details

  • SHA256: 905901ff3355c04937643c08114a9f6e5696e70af26e8a7c5d824c95d5bf9aad
  • Pointer size: 131 Bytes
  • Size of remote file: 291 kB
assets/output.jpg ADDED

Git LFS Details

  • SHA256: 5a97aef7bf45958bf26fb3cfe8629d033ed43b6add4d93f502617e0545713d41
  • Pointer size: 132 Bytes
  • Size of remote file: 4.15 MB
checkpoint/sa_0_4_vit_l_14_linear.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2cd4e60f4f24ae3bcd57b847b13c1f3ba27edc28cc1a7f9ce74ee9f421243cba
3
+ size 4071
eval_pipeline/classic_metrics_eval.py ADDED
@@ -0,0 +1,623 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ #!/usr/bin/env python3
2
+ import os
3
+ import sys
4
+ import time
5
+
6
+ # ==================== 1. Strict environment variable lock (avoid CPU oversubscription deadlocks) ====================
7
+ # Must be set before importing torch/numpy
8
+ os.environ["OMP_NUM_THREADS"] = "1"
9
+ os.environ["MKL_NUM_THREADS"] = "1"
10
+ os.environ["OPENBLAS_NUM_THREADS"] = "1"
11
+ os.environ["VECLIB_MAXIMUM_THREADS"] = "1"
12
+ os.environ["NUMEXPR_NUM_THREADS"] = "1"
13
+ os.environ["KMP_DUPLICATE_LIB_OK"] = "TRUE"
14
+ # ==============================================================================
15
+
16
+ from torch.distributed.elastic.multiprocessing.errors import record
17
+ import argparse
18
+ import json
19
+ import re
20
+ from pathlib import Path
21
+ from typing import Dict, List, Tuple, Optional
22
+ import logging
23
+ import numpy as np
24
+ from PIL import Image
25
+ from tqdm import tqdm
26
+ import torch
27
+ import collections
28
+ import shutil
29
+ import tempfile
30
+ import copy
31
+ import unicodedata
32
+ import torch.multiprocessing as mp
33
+ from classic_ocr_tools import norm, poly_to_bbox, bbox_iou, point_in_bbox, bbox_center, union_bboxes, group_into_lines
34
+
35
+ # ==================== tools function ====================
36
+
37
+ def convert_numpy_types(obj):
38
+ """Recursively convert numpy types to Python native types for JSON serialization"""
39
+ if isinstance(obj, np.integer):
40
+ return int(obj)
41
+ elif isinstance(obj, np.floating):
42
+ return float(obj)
43
+ elif isinstance(obj, np.ndarray):
44
+ return obj.tolist()
45
+ elif isinstance(obj, dict):
46
+ return {key: convert_numpy_types(value) for key, value in obj.items()}
47
+ elif isinstance(obj, list):
48
+ return [convert_numpy_types(item) for item in obj]
49
+ return obj
50
+
51
+
52
+ class UnifiedMetricsEvaluator:
53
+ def __init__(self, device: str = "auto", cache_dir: str = None):
54
+ """Initialize evaluator"""
55
+ self.device = "cuda" if torch.cuda.is_available() and device == "auto" else device
56
+ self.models = {}
57
+ self.cache_dir = cache_dir
58
+ self._load_models()
59
+
60
+ def _load_models(self):
61
+ """Load all required models (Lazy Import Mode)"""
62
+ print(f"[{self.device}] Loading models...")
63
+
64
+ # 1. PaddleOCR
65
+ try:
66
+ from paddleocr import PaddleOCR
67
+ # use_gpu=False to avoid multi-process GPU memory contention and hangs
68
+ self.models['ocr'] = PaddleOCR(use_angle_cls=True, lang="en", show_log=False, use_gpu=False)
69
+ self.paddleocr_available = True
70
+ print(f"[{self.device}] PaddleOCR initialized")
71
+ except ImportError:
72
+ self.paddleocr_available = False
73
+ logging.warning("PaddleOCR not available")
74
+
75
+ # 2. CLIP
76
+ try:
77
+ import clip
78
+ clip_model, clip_preprocess = clip.load("ViT-L/14", device=self.device, jit=False, download_root=self.cache_dir)
79
+ clip_model.eval()
80
+ self.models['clip_official'] = clip_model
81
+ self.models['clip_official_preprocess'] = clip_preprocess
82
+ self.clip_available = True
83
+ print(f"[{self.device}] CLIP loaded")
84
+ except Exception as e:
85
+ logging.error(f"Failed to load CLIP: {e}")
86
+ self.clip_available = False
87
+
88
+ # 3. OpenCLIP & Aesthetic
89
+ try:
90
+ import open_clip
91
+ model, _, preprocess = open_clip.create_model_and_transforms('ViT-L-14', pretrained="openai", cache_dir=self.cache_dir)
92
+ model.to(self.device)
93
+ model.eval()
94
+ self.models['openclip'] = model
95
+ self.models['openclip_preprocess'] = preprocess
96
+
97
+ aesthetic_model = self._load_aesthetic_model()
98
+ if aesthetic_model:
99
+ self.models['aesthetic'] = aesthetic_model
100
+ print(f"[{self.device}] Aesthetic model loaded")
101
+ self.openclip_available = True
102
+ except Exception as e:
103
+ self.openclip_available = False
104
+
105
+ def _load_aesthetic_model(self):
106
+ try:
107
+ import torch.nn as nn
108
+ model_path = os.path.join(self.cache_dir, "sa_0_4_vit_l_14_linear.pth")
109
+ if os.path.exists(model_path):
110
+ m = nn.Linear(768, 1)
111
+ s = torch.load(model_path, map_location=self.device)
112
+ m.load_state_dict(s)
113
+ m.eval().to(self.device)
114
+ return m
115
+ except Exception as e:
116
+ logging.warning(f"Could not load aesthetic model: {e}")
117
+ return None
118
+
119
+ def get_ld(self, ls1: str, ls2: str) -> float:
120
+ """Calculate normalized version of Levenshtein distance"""
121
+ if not self.paddleocr_available:
122
+ return 0.0
123
+ import Levenshtein
124
+ edit_dist = Levenshtein.distance(ls1, ls2)
125
+ return 1 - edit_dist / (max(len(ls1), len(ls2)) + 1e-5)
126
+
127
+ def compute_roi_ned(self, raw_items, gen_items, source_text, target_text) -> float:
128
+ """Compute ROI-based normalized edit distance (ROI-aware NED)."""
129
+ import Levenshtein
130
+ source_norm = norm(source_text)
131
+
132
+ best_sim = 0.0
133
+ source_bbox = None
134
+
135
+ for item in raw_items:
136
+ sim = self.get_ld(source_norm, norm(item["text"]))
137
+ if sim > 0.6 and sim > best_sim:
138
+ best_sim = sim
139
+ source_bbox = item["bbox"]
140
+
141
+ if source_bbox is None:
142
+ return 0.0
143
+
144
+ pred_texts_in_roi = [
145
+ item for item in gen_items
146
+ if bbox_iou(item["bbox"], source_bbox) > 0.3
147
+ ]
148
+ if not pred_texts_in_roi:
149
+ return 0.0
150
+
151
+ pred_texts_in_roi.sort(key=lambda x: x["bbox"][0])
152
+
153
+ pred_norm = norm("".join([it["text"] for it in pred_texts_in_roi]))
154
+ target_norm = norm(target_text)
155
+
156
+ ned_score = self.get_ld(target_norm, pred_norm)
157
+
158
+ if self.get_ld(source_norm, pred_norm) > 0.9 and self.get_ld(source_norm, target_norm) < 0.5:
159
+ ned_score *= 0.2
160
+
161
+ return ned_score
162
+
163
+ def compute_ocr_metrics_textedit(
164
+ self,
165
+ raw_img_path: str,
166
+ gen_img_path: str,
167
+ source_text: str,
168
+ target_text: str,
169
+ target_weight: float = 0.5,
170
+ iou_threshold: float = 0.5
171
+ ) -> Dict:
172
+ """OCR evaluation for text editing."""
173
+ default_res = {
174
+ "target_accuracy": 0.0,
175
+ "precision": 0.0,
176
+ "recall": 0.0,
177
+ "f1": 0.0,
178
+ "roi_ned": 0.0,
179
+ }
180
+
181
+ if not self.paddleocr_available or "ocr" not in self.models:
182
+ return default_res
183
+
184
+ try:
185
+ source_norm = norm(source_text)
186
+ target_norm = norm(target_text)
187
+
188
+ raw_img = Image.open(raw_img_path)
189
+ gen_img_original = Image.open(gen_img_path)
190
+
191
+ # Uniformly resize generated image to original size for fair comparison
192
+ if gen_img_original.mode != "RGB":
193
+ gen_img_original = gen_img_original.convert("RGB")
194
+
195
+ if gen_img_original.size != raw_img.size:
196
+ gen_img_resized = gen_img_original.resize(raw_img.size, Image.LANCZOS)
197
+ else:
198
+ gen_img_resized = gen_img_original
199
+
200
+ # OCR: raw
201
+ raw_ocr = self.models["ocr"].ocr(raw_img_path, cls=True)
202
+ raw_lines_src = raw_ocr[0] if (raw_ocr and raw_ocr[0]) else []
203
+ raw_items = [
204
+ {"text": line[1][0], "bbox": poly_to_bbox(line[0]),
205
+ 'poly': line[0], 'score': line[1][1]}
206
+ for line in raw_lines_src
207
+ ]
208
+ if not raw_items:
209
+ return default_res
210
+
211
+ raw_lines = group_into_lines(raw_items)
212
+
213
+ best_line_idx = -1
214
+ best_sim = 0.0
215
+ for i, line_items in enumerate(raw_lines):
216
+ line_text = "".join(item["text"] for item in line_items)
217
+ line_norm = norm(line_text)
218
+
219
+ if source_norm in line_norm:
220
+ sim = 1.0
221
+ else:
222
+ sim = self.get_ld(source_norm, line_norm)
223
+
224
+ if sim > best_sim:
225
+ best_sim = sim
226
+ best_line_idx = i
227
+
228
+ if best_line_idx == -1 or best_sim < 0.5:
229
+ return default_res
230
+
231
+ # OCR: gen (numpy array)
232
+ gen_ocr = self.models["ocr"].ocr(np.array(gen_img_resized), cls=True)
233
+ gen_lines_src = gen_ocr[0] if (gen_ocr and gen_ocr[0]) else []
234
+ gen_items = [
235
+ {"text": line[1][0], "bbox": poly_to_bbox(line[0]),
236
+ 'poly': line[0], 'score': line[1][1]}
237
+ for line in gen_lines_src
238
+ ]
239
+ if not gen_items:
240
+ return default_res
241
+
242
+ # Region split
243
+ raw_edit_line = raw_lines[best_line_idx]
244
+ raw_edit_region = union_bboxes([item['bbox'] for item in raw_edit_line])
245
+ gen_edit_region = raw_edit_region
246
+
247
+ gen_region_items = []
248
+ gen_bg_items = []
249
+
250
+ for item in gen_items:
251
+ iou = bbox_iou(item['bbox'], gen_edit_region)
252
+ center = bbox_center(item['bbox'])
253
+ if iou > iou_threshold or point_in_bbox(center, gen_edit_region):
254
+ gen_region_items.append(item)
255
+ else:
256
+ gen_bg_items.append(item)
257
+
258
+ # Target similarity: find target text in the edited region
259
+ best_target_sim = 0.0
260
+ if gen_region_items:
261
+ for it in gen_region_items:
262
+ best_target_sim = max(best_target_sim, self.get_ld(target_norm, norm(it["text"])))
263
+
264
+ for line in group_into_lines(gen_region_items):
265
+ text_merged = "".join(it["text"] for it in line)
266
+ best_target_sim = max(best_target_sim, self.get_ld(target_norm, norm(text_merged)))
267
+
268
+ # Penalize if source still exists while target does not
269
+ gen_all_text_norm = norm("".join(item["text"] for item in gen_items))
270
+ if source_norm in gen_all_text_norm and target_norm not in gen_all_text_norm:
271
+ best_target_sim *= 0.2
272
+
273
+ target_accuracy = best_target_sim
274
+
275
+ # Background line alignment similarity
276
+ raw_bg_items = [
277
+ item
278
+ for i, line in enumerate(raw_lines)
279
+ if i != best_line_idx
280
+ for item in line
281
+ ]
282
+ raw_bg_lines = group_into_lines(raw_bg_items)
283
+ gen_bg_lines = group_into_lines(gen_bg_items)
284
+
285
+ used_gen_indices = set()
286
+ bg_sims = []
287
+
288
+ for raw_line in raw_bg_lines:
289
+ raw_l_norm = norm(''.join(it['text'] for it in raw_line))
290
+ current_best_sim = 0.0
291
+ best_gen_idx = -1
292
+
293
+ for j, gen_line in enumerate(gen_bg_lines):
294
+ if j in used_gen_indices:
295
+ continue
296
+ gen_l_norm = norm(''.join(it['text'] for it in gen_line))
297
+ sim = self.get_ld(raw_l_norm, gen_l_norm)
298
+ if sim > current_best_sim:
299
+ current_best_sim = sim
300
+ best_gen_idx = j
301
+
302
+ if best_gen_idx != -1:
303
+ used_gen_indices.add(best_gen_idx)
304
+
305
+ bg_sims.append(current_best_sim)
306
+
307
+ # Compute Precision / Recall / F1
308
+ w_target = target_weight
309
+ num_gt_bg = len(raw_bg_lines)
310
+ num_pred_bg = len(gen_bg_lines)
311
+ w_bg_unit = (1.0 - w_target) / num_gt_bg if num_gt_bg > 0 else 0.0
312
+
313
+ tp_score = (target_accuracy * w_target) + (sum(bg_sims) * w_bg_unit)
314
+ gt_total_weight = w_target + (num_gt_bg * w_bg_unit)
315
+ pred_total_weight = w_target + (num_pred_bg * w_bg_unit)
316
+
317
+ recall = tp_score / gt_total_weight if gt_total_weight > 0 else 0.0
318
+ precision = tp_score / pred_total_weight if pred_total_weight > 0 else 0.0
319
+ f1 = 2 * precision * recall / (precision + recall) if (precision + recall) > 0 else 0.0
320
+
321
+ roi_ned_score = self.compute_roi_ned(
322
+ raw_items,
323
+ gen_items,
324
+ source_text,
325
+ target_text,
326
+ )
327
+
328
+ return {
329
+ "target_accuracy": target_accuracy,
330
+ 'precision': precision,
331
+ 'recall': recall,
332
+ "f1": f1,
333
+ "roi_ned": roi_ned_score,
334
+ }
335
+
336
+ except Exception as e:
337
+ logging.error(f"Compute OCR metrics failed: {e}")
338
+ return default_res
339
+
340
+ def compute_clip_score_batch(self, image_paths: List[str], texts: List[str]) -> List[float]:
341
+ """Batch compute CLIPScore"""
342
+ if not self.clip_available or 'clip_official' not in self.models:
343
+ return [0.0] * len(image_paths)
344
+
345
+ try:
346
+ import clip
347
+ from sklearn.preprocessing import normalize
348
+ import sklearn.preprocessing
349
+ from packaging import version
350
+ import warnings
351
+
352
+ processed_texts = []
353
+ for text in texts:
354
+ processed_texts.append(text)
355
+
356
+ images = []
357
+ for image_path in image_paths:
358
+ try:
359
+ image = Image.open(image_path)
360
+ image_input = self.models['clip_official_preprocess'](image).unsqueeze(0)
361
+ images.append(image_input)
362
+ except Exception as e:
363
+ logging.warning(f"Failed to load image {image_path}: {e}")
364
+ images.append(torch.zeros(1, 3, 224, 224))
365
+
366
+ if not images:
367
+ return []
368
+
369
+ images_batch = torch.cat(images, dim=0).to(self.device)
370
+ texts_batch = clip.tokenize(processed_texts, truncate=True).to(self.device)
371
+
372
+ with torch.no_grad():
373
+ image_features = self.models['clip_official'].encode_image(images_batch)
374
+ text_features = self.models['clip_official'].encode_text(texts_batch)
375
+
376
+ image_features_np = image_features.cpu().numpy()
377
+ text_features_np = text_features.cpu().numpy()
378
+
379
+ if version.parse(np.__version__) < version.parse('1.21'):
380
+ image_features_np = sklearn.preprocessing.normalize(image_features_np, axis=1)
381
+ text_features_np = sklearn.preprocessing.normalize(text_features_np, axis=1)
382
+ else:
383
+ warnings.warn('Using compat normalization')
384
+ image_features_np = image_features_np / np.sqrt(np.sum(image_features_np**2, axis=1, keepdims=True))
385
+ text_features_np = text_features_np / np.sqrt(np.sum(text_features_np**2, axis=1, keepdims=True))
386
+
387
+ similarities = np.sum(image_features_np * text_features_np, axis=1)
388
+ clip_scores = 2.5 * np.clip(similarities, 0, None)
389
+
390
+ return clip_scores.tolist()
391
+
392
+ except Exception as e:
393
+ logging.error(f"Batch CLIP score computation failed: {e}")
394
+ return [0.0] * len(image_paths)
395
+
396
+ def compute_aesthetic_score(self, image_path: str) -> float:
397
+ """Calculate aesthetic score"""
398
+ if not self.openclip_available or 'aesthetic' not in self.models or 'openclip' not in self.models:
399
+ return 0.0
400
+
401
+ try:
402
+ image = Image.open(image_path)
403
+ image_input = self.models['openclip_preprocess'](image).unsqueeze(0).to(self.device)
404
+
405
+ with torch.no_grad():
406
+ image_features = self.models['openclip'].encode_image(image_input)
407
+ image_features /= image_features.norm(dim=-1, keepdim=True)
408
+ prediction = self.models['aesthetic'](image_features)
409
+
410
+ return prediction.cpu().numpy().item()
411
+
412
+ except Exception as e:
413
+ logging.error(f"Aesthetic score computation failed for {image_path}: {e}")
414
+ return 0.0
415
+
416
+ def evaluate_group(self, model_name: str, group_name: str, jsonl_files: List[str],
417
+ benchmark_dir: str, gt_root_dir: str, model_output_root: str) -> Dict:
418
+ """Evaluate a group of files for a specific model"""
419
+
420
+ # Aggregated Metrics
421
+ agg_metrics = {
422
+ 'target_accuracies': [],
423
+ 'precisions': [],
424
+ 'recalls': [],
425
+ 'f1s': [],
426
+ 'roi_neds': [],
427
+ 'clip_scores': [],
428
+ 'aesthetic_scores': [],
429
+ 'image_count': 0
430
+ }
431
+
432
+ # Store per-sample detailed results
433
+ detailed_results = []
434
+ print(f"[{self.device}] Processing {model_name} | Group: {group_name} ({len(jsonl_files)} files)")
435
+
436
+ for jsonl_file in jsonl_files:
437
+ full_path = os.path.join(benchmark_dir, jsonl_file)
438
+ if not os.path.exists(full_path):
439
+ logging.warning(f"File not found: {full_path}")
440
+ continue
441
+
442
+ with open(full_path, 'r', encoding='utf-8') as f:
443
+ data_entries = [json.loads(line) for line in f if line.strip()]
444
+
445
+ # 1. Prepare Batches for this file
446
+ batch_paths, batch_prompts, valid_indices = [], [], []
447
+
448
+ for idx, entry in enumerate(data_entries):
449
+ # Resolve Model Generated Image Path
450
+ raw_img_rel = entry.get('original_image', '')
451
+ # class_id = parts[0] # e.g., '1.1.1'
452
+ # filename = parts[-1] # e.g., '1901685000029.0.jpg'
453
+ gen_img_path = os.path.join(model_output_root, model_name, raw_img_rel.split('/')[0], raw_img_rel.split('/')[-1])
454
+
455
+ if gen_img_path and os.path.exists(gen_img_path):
456
+ # For CLIP/Aesthetic/OCR
457
+ batch_paths.append(gen_img_path)
458
+ batch_prompts.append(entry.get('gt_caption', ''))
459
+ valid_indices.append(idx)
460
+
461
+ # 2. Compute CLIP Batch
462
+ if batch_paths:
463
+ clip_scores = self.compute_clip_score_batch(batch_paths, batch_prompts)
464
+ clip_map = {idx: score for idx, score in zip(valid_indices, clip_scores)}
465
+ else:
466
+ clip_map = {}
467
+
468
+ # 3. Compute Per-Image Metrics
469
+ for idx, entry in enumerate(tqdm(data_entries, desc=f" Evaluating {jsonl_file}", leave=False)):
470
+ if idx not in clip_map:
471
+ continue
472
+
473
+ raw_img_rel = entry.get('original_image', '')
474
+ raw_img_path = os.path.join(gt_root_dir, raw_img_rel)
475
+ gt_img_rel = entry.get('gt_image', '')
476
+ gt_img_path = os.path.join(gt_root_dir, gt_img_rel)
477
+ gen_img_path = os.path.join(model_output_root, model_name, raw_img_rel.split('/')[0], raw_img_rel.split('/')[-1])
478
+
479
+ # Read source_text and target_text directly from entry
480
+ source_text = entry.get('source_text', '')
481
+ target_text = entry.get('target_text', '')
482
+
483
+ # CLIPScore
484
+ clip_score = clip_map[idx]
485
+ agg_metrics['clip_scores'].append(clip_score)
486
+
487
+ # Aesthetic Score
488
+ aesthetic_score = self.compute_aesthetic_score(gen_img_path)
489
+ agg_metrics['aesthetic_scores'].append(aesthetic_score)
490
+
491
+ # OCR metrics (pass source_text and target_text)
492
+ ocr_res = self.compute_ocr_metrics_textedit(
493
+ raw_img_path=raw_img_path,
494
+ gen_img_path=gen_img_path,
495
+ source_text=source_text,
496
+ target_text=target_text,
497
+ target_weight=0.5,
498
+ iou_threshold=0.5
499
+ )
500
+
501
+ # Aggregate metrics
502
+ agg_metrics['image_count'] += 1
503
+ agg_metrics['target_accuracies'].append(ocr_res['target_accuracy'])
504
+ agg_metrics['precisions'].append(ocr_res['precision'])
505
+ agg_metrics['recalls'].append(ocr_res['recall'])
506
+ agg_metrics['f1s'].append(ocr_res['f1'])
507
+ agg_metrics['roi_neds'].append(ocr_res['roi_ned'])
508
+
509
+ # Save per-sample detailed information
510
+ detailed_results.append({
511
+ 'id': entry.get('id'),
512
+ 'prompt': entry.get('prompt', ''),
513
+ 'path': {
514
+ 'original_image': raw_img_path,
515
+ 'edited_image': gen_img_path,
516
+ 'gt_image': gt_img_path
517
+ },
518
+ 'score': {
519
+ 'ocr_accuracy': float(ocr_res['target_accuracy']),
520
+ 'ocr_precision': float(ocr_res['precision']),
521
+ 'ocr_recall': float(ocr_res['recall']),
522
+ 'ocr_f1': float(ocr_res['f1']),
523
+ 'clip_score': float(clip_score),
524
+ 'ned_score': float(ocr_res['roi_ned']),
525
+ 'aesthetic_score': float(aesthetic_score)
526
+ }
527
+ })
528
+
529
+ def sm(l):
530
+ return np.mean(l) if l else 0.0
531
+ final_group_results = {
532
+ 'Group': group_name,
533
+ 'OCR Accuracy': sm(agg_metrics['target_accuracies']),
534
+ 'OCR Precision': sm(agg_metrics['precisions']),
535
+ 'OCR Recall': sm(agg_metrics['recalls']),
536
+ 'OCR F1': sm(agg_metrics['f1s']),
537
+ 'CLIPScore': sm(agg_metrics['clip_scores']),
538
+ 'NED': sm(agg_metrics['roi_neds']),
539
+ 'Aesthetic Score': sm(agg_metrics['aesthetic_scores']),
540
+ 'Total Images': agg_metrics['image_count'],
541
+ 'detailed_results': detailed_results
542
+ }
543
+
544
+ return final_group_results
545
+
546
+ def worker_process(model_name, gpu_id, args):
547
+ try:
548
+ device = f"cuda:{gpu_id}"
549
+ print(f"\n>>> Worker started: Model={model_name} on Device={device}")
550
+ os.environ["TORCH_HOME"] = args.cache_dir
551
+ evaluator = UnifiedMetricsEvaluator(device=device, cache_dir=args.cache_dir)
552
+
553
+ groups = {
554
+ "Virtual": [
555
+ "1.1.1.jsonl", "1.1.2.jsonl", "1.1.3.jsonl",
556
+ "1.2.1.jsonl", "1.2.2.jsonl",
557
+ "1.3.1.jsonl", "1.3.2.jsonl",
558
+ "1.4.1.jsonl", "1.4.2.jsonl", "1.4.3.jsonl", "1.4.4.jsonl"
559
+ ],
560
+ "Real": [
561
+ "2.1.jsonl", "2.2.jsonl", "2.3.jsonl", "2.4.jsonl",
562
+ "2.5.jsonl", "2.6.jsonl", "2.7.jsonl"
563
+ ]
564
+ }
565
+
566
+ # Evaluate
567
+ res_v = evaluator.evaluate_group(model_name, "Virtual", groups["Virtual"], args.benchmark_dir, args.gt_root_dir, args.model_output_root)
568
+ res_r = evaluator.evaluate_group(model_name, "Real", groups["Real"], args.benchmark_dir, args.gt_root_dir, args.model_output_root)
569
+
570
+ metrics_order = [
571
+ "OCR Accuracy", "OCR Precision", "OCR Recall", "OCR F1",
572
+ "NED", "CLIPScore", "Aesthetic Score"
573
+ ]
574
+ final_res = {
575
+ 'summary_by_model': {model_name: {'Virtual': res_v, 'Real': res_r}},
576
+ 'metrics_list': metrics_order
577
+ }
578
+
579
+ # Print result table
580
+ print(f"\n--- Results for {model_name} ---")
581
+ print(f"{'Metric':<20} | {'Real':<15} | {'Virtual':<15}")
582
+ print("-" * 60)
583
+ for m in final_res['metrics_list']:
584
+ print(f"{m:<20} | {res_r.get(m, 0.0):.4f} | {res_v.get(m, 0.0):.4f}")
585
+ print("-" * 60)
586
+
587
+ out_path = os.path.join(args.output_dir, f"{model_name}.json")
588
+ with open(out_path, 'w') as f:
589
+ json.dump(convert_numpy_types(final_res), f, indent=4, ensure_ascii=False)
590
+
591
+ print(f">>> Worker finished: {model_name}. Saved to {out_path}")
592
+ except Exception as e:
593
+ print(f"!!! Error in worker: {e}"); import traceback; traceback.print_exc()
594
+
595
+ @record
596
+ def main():
597
+ parser = argparse.ArgumentParser(description='Unified text-to-image generation evaluation tool')
598
+ parser.add_argument('--benchmark_dir', required=True, help='Directory containing the .jsonl files')
599
+ parser.add_argument('--gt_root_dir', required=True, help='Root directory for Ground Truth images')
600
+ parser.add_argument('--model_output_root', required=True, help='Root directory where model outputs are stored')
601
+ parser.add_argument('--output_dir', required=True, help='result output file path')
602
+ parser.add_argument('--models', default='bagel', help='Comma separated list of model names')
603
+ parser.add_argument('--cache_dir', required=True, help='HuggingFace model cache directory path')
604
+ args = parser.parse_args()
605
+
606
+ if args.cache_dir:
607
+ os.environ['TORCH_HOME'] = args.cache_dir
608
+ mp.set_start_method('spawn', force=True)
609
+ model_list = [m.strip() for m in args.models.split(',') if m.strip()]
610
+ gpu_count = torch.cuda.device_count() or 1
611
+
612
+ procs = []
613
+ for i, model in enumerate(model_list):
614
+ p = mp.Process(target=worker_process, args=(model, i % gpu_count, args))
615
+ p.start()
616
+ procs.append(p)
617
+ time.sleep(30)
618
+
619
+ for p in procs:
620
+ p.join()
621
+
622
+ if __name__ == "__main__":
623
+ main()
eval_pipeline/classic_ocr_tools.py ADDED
@@ -0,0 +1,71 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ import unicodedata
2
+ from typing import Dict, List, Tuple, Optional
3
+
4
+ def norm(text: str) -> str:
5
+ """Text normalization: lowercase + remove whitespace/punctuation + keep alphanumerics only."""
6
+ if not text:
7
+ return ""
8
+ text = unicodedata.normalize('NFKC', text)
9
+ text = text.lower()
10
+ text = ''.join(c for c in text if c.isalnum())
11
+ return text
12
+
13
+ def poly_to_bbox(poly: List[List[float]]) -> Tuple[float, float, float, float]:
14
+ """Convert polygon to bbox."""
15
+ xs = [p[0] for p in poly]
16
+ ys = [p[1] for p in poly]
17
+ return (min(xs), min(ys), max(xs), max(ys))
18
+
19
+ def bbox_iou(box1: Tuple, box2: Tuple) -> float:
20
+ """Compute IoU."""
21
+ x1_1, y1_1, x2_1, y2_1 = box1
22
+ x1_2, y1_2, x2_2, y2_2 = box2
23
+ xi1, yi1 = max(x1_1, x1_2), max(y1_1, y1_2)
24
+ xi2, yi2 = min(x2_1, x2_2), min(y2_1, y2_2)
25
+ inter = max(0, xi2 - xi1) * max(0, yi2 - yi1)
26
+ union = (x2_1 - x1_1) * (y2_1 - y1_1) + (x2_2 - x1_2) * (y2_2 - y1_2) - inter
27
+ return inter / union if union > 0 else 0.0
28
+
29
+ def point_in_bbox(point: Tuple[float, float], bbox: Tuple) -> bool:
30
+ """Check whether a point is inside a bbox."""
31
+ x, y = point
32
+ x1, y1, x2, y2 = bbox
33
+ return x1 <= x <= x2 and y1 <= y <= y2
34
+
35
+ def bbox_center(bbox: Tuple) -> Tuple[float, float]:
36
+ """Return the bbox center point."""
37
+ x1, y1, x2, y2 = bbox
38
+ return ((x1 + x2) / 2, (y1 + y2) / 2)
39
+
40
+ def union_bboxes(bboxes: List[Tuple]) -> Tuple:
41
+ """Merge multiple bboxes."""
42
+ if not bboxes:
43
+ return (0, 0, 0, 0)
44
+ x1 = min(b[0] for b in bboxes)
45
+ y1 = min(b[1] for b in bboxes)
46
+ x2 = max(b[2] for b in bboxes)
47
+ y2 = max(b[3] for b in bboxes)
48
+ return (x1, y1, x2, y2)
49
+
50
+ def group_into_lines(items: List[Dict], y_threshold: float = 10.0) -> List[List[Dict]]:
51
+ """Cluster OCR items into lines by y-axis distance."""
52
+ if not items:
53
+ return []
54
+ sorted_items = sorted(items, key=lambda it: (it['bbox'][1] + it['bbox'][3]) / 2)
55
+ lines = []
56
+ current_line = [sorted_items[0]]
57
+
58
+ for item in sorted_items[1:]:
59
+ y_cur = (item['bbox'][1] + item['bbox'][3]) / 2
60
+ y_prev = (current_line[-1]['bbox'][1] + current_line[-1]['bbox'][3]) / 2
61
+ if abs(y_cur - y_prev) < y_threshold:
62
+ current_line.append(item)
63
+ else:
64
+ lines.append(current_line)
65
+ current_line = [item]
66
+ lines.append(current_line)
67
+
68
+ # Sort each line by x coordinate
69
+ for line in lines:
70
+ line.sort(key=lambda it: it['bbox'][0])
71
+ return lines
eval_pipeline/vlm_metrics_eval_step1.py ADDED
@@ -0,0 +1,468 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ #!/usr/bin/env python3
2
+ import os
3
+ import sys
4
+ import json
5
+ import glob
6
+ import argparse
7
+ import base64
8
+ import re
9
+ import time
10
+ import requests
11
+ from pathlib import Path
12
+ from tqdm import tqdm
13
+ from PIL import Image
14
+ import tempfile
15
+ from concurrent.futures import ThreadPoolExecutor, as_completed
16
+ import json_repair
17
+
18
+ import datetime
19
+ import openai
20
+
21
+ # Set environment variable
22
+ os.environ["VLLM_WORKER_MULTIPROC_METHOD"] = "spawn"
23
+
24
+ def get_rank_id():
25
+ """Get current replica rank ID (for multi-replica jobs)."""
26
+ return int(os.environ.get('RANK', os.environ.get('LOCAL_RANK', 0)))
27
+
28
+ # ================= PROMPT TEMPLATES =================
29
+
30
+ PROMPT_MAIN_EVAL = """
31
+ You are an expert Forensic Image Analyst and Design QA Specialist.
32
+ Your task is to evaluate the quality of an AI-edited image by comparing three images.
33
+
34
+ **Images Provided (in order):**
35
+ 1. **Original Image**: The unedited source image containing the text "{raw_text}".
36
+ 2. **Ground Truth Image**: A human-created reference showing the ideal result with text "{target_text}".
37
+ 3. **Edited Image**: The AI-generated result to be evaluated.
38
+
39
+ **Editing Task Information:**
40
+ - **Text to Remove**: "{raw_text}"
41
+ - **Text to Add**: "{target_text}"
42
+
43
+ ---
44
+
45
+ ## **EVALUATION RUBRIC (1-5 SCORING SYSTEM)**
46
+
47
+ Please evaluate the **Edited Image** based on the following 5 dimensions. Use the strict criteria below to assign a score from 1 to 5.
48
+
49
+ ### **Q1. [Target Text Accuracy]**
50
+ *Focus: Spelling, Erasure, and Legibility of "{target_text}".*
51
+ - **5 (Perfect)**: Exact spelling match (case-sensitive). Old text completely erased. No ghosting.
52
+ - **4 (Minor Flaw)**: Text is correct but has 1 character error/typo, OR slight casing issue, OR extremely faint ghosting visible only on close inspection.
53
+ - **3 (Readable but Flawed)**: 2-3 character errors but word is recognizable. OR visible ghosting/remnants of old text that affect cleanness.
54
+ - **2 (Major Error)**: >3 character errors (misspelled heavily). OR old text is still clearly readable (failed erasure).
55
+ - **1 (Failed)**: Text is missing, gibberish, or completely wrong word. Old text remains fully intact.
56
+
57
+ ### **Q2. [Non-Target Text Preservation]**
58
+ *Focus: Protection of background text (signs, prices, logos) that should NOT change.*
59
+ - **5 (Perfect)**: All non-target text is 100% preserved and legible, identical to Original/GT.
60
+ - **4 (Good)**: Main background text is preserved. Minor distinct text (far background) is slightly softened/blurred but still readable.
61
+ - **3 (Fair)**: One or two secondary text elements are blurred, damaged, or missing.
62
+ - **2 (Poor)**: Critical nearby text (directly adjacent to target) is damaged, erased, or hallucinated.
63
+ - **1 (Destructive)**: Widespread destruction or hallucination of background text.
64
+
65
+ ### **Q3. [Global Scene Integrity]**
66
+ *Focus: Geometric stability of non-edited areas (background, objects, people).*
67
+ - **5 (Perfect)**: Pixel-perfect preservation of background geometry. No distortions.
68
+ - **4 (Good)**: Almost perfect, but very minor shift (<1%) in background lines or perspective.
69
+ - **3 (Noticeable)**: Visible distortion in straight lines (wavy), or slight warping of objects/faces.
70
+ - **2 (Severe)**: Major structural damage (e.g., a person's face is melted, a building collapsed).
71
+ - **1 (Chaos)**: The scene structure is completely changed or nonsensical compared to Original.
72
+
73
+ ### **Q4. [Local Realism & Artifacts]**
74
+ *Focus: Inpainting quality, edge cleanliness, and seamlessness.*
75
+ - **5 (Excellent)**: Invisible edit. Clean edges, no halos, no smudges. Professional quality.
76
+ - **4 (Good)**: Very minor artifacts (e.g., slight pixelation on zoom-in), but looks natural at a glance.
77
+ - **3 (Fair)**: Visible seams, blurry rectangular patch, or "smudged" look around the text.
78
+ - **2 (Poor)**: Obvious artifacts, messy edges, or white/black box artifacts.
79
+ - **1 (Garbage)**: The edited area looks like a corrupted file or pure noise.
80
+
81
+ ### **Q5. [Aesthetic & Lighting Harmony]**
82
+ *Focus: Style matching (font), lighting, shadow, and texture.*
83
+ - **5 (Seamless)**: Font style matches the GT/Context perfectly. Lighting/shadows are physically correct. Texture (grain) matches the photo.
84
+ - **4 (Integrated)**: Good style match. Lighting is mostly correct. Texture is slightly too smooth but acceptable.
85
+ - **3 (Artificial)**: Text looks "pasted on" (digital sticker look). Font style is generic (e.g., Arial) and clashes with the scene.
86
+ - **2 (Disjointed)**: Wrong color, wrong perspective, or no shading where needed.
87
+ - **1 (Mismatch)**: Text floats awkwardly, completely ignoring the scene's physics and style.
88
+
89
+ ---
90
+
91
+ ## **FINAL OUTPUT FORMAT (JSON ONLY)**
92
+
93
+ You must output a valid JSON object containing two dictionaries: `score` (integers) and `reason` (strings).
94
+
95
+ **Example Output:**
96
+ ```json
97
+ {{
98
+ "score": {{
99
+ "Q1": 5,
100
+ "Q2": 1,
101
+ "Q3": 2,
102
+ "Q4": 5,
103
+ "Q5": 4
104
+ }},
105
+ "reason": {{
106
+ "Q1": "The target text 'PARTY' is spelled correctly and is clearly legible. The specific target text to remove ('MUSIC') is completely gone with no ghosting.",
107
+ "Q2": "The model caused widespread destruction of non-target text. 'NIGHT CLUB', '31 OCT', 'FREE DRINKS', 'LIVE', and 'PRICE' were all erroneously removed, and '10$' was corrupted into the hallucinated text '1TY'.",
108
+ "Q3": "Global scene integrity is severely compromised. The skeleton's arm holding the maraca was erased, leaving the maraca floating in mid-air, which breaks the physical logic of the illustration.",
109
+ "Q4": "Despite the semantic failures, the technical quality of the image is excellent. The edges are sharp, the background inpainting is smooth, and there are no visible pixel artifacts, blur, or noise.",
110
+ "Q5": "The font style selected for 'PARTY' integrates well with the hand-drawn vector aesthetic of the poster, although the color is a darker maroon compared to the bright red of the original text."
111
+ }}
112
+ }}
113
+ ```
114
+ Do not output any markdown or conversational text outside the JSON block.
115
+ """
116
+
117
+ # ====================================================
118
+
119
+ class GlobalProgress:
120
+ """Global progress tracker across models."""
121
+ def __init__(self, total_entries):
122
+ self.total = total_entries
123
+ self.processed = 0
124
+ self.start_time = time.time()
125
+
126
+ def update(self, count=1):
127
+ self.processed += count
128
+
129
+ def get_status_str(self, current_model_name):
130
+ elapsed = time.time() - self.start_time
131
+ progress_pct = (self.processed / self.total * 100) if self.total > 0 else 0
132
+ eta = (elapsed / self.processed * (self.total - self.processed)) if self.processed > 0 else 0
133
+ return f"[{current_model_name}] Overall: {self.processed}/{self.total} ({progress_pct:.1f}%) | ETA: {datetime.timedelta(seconds=int(eta))}"
134
+
135
+ def image_to_base64(image_path):
136
+ """Convert an image to base64 encoding."""
137
+ with open(image_path, "rb") as image_file:
138
+ return base64.b64encode(image_file.read()).decode('utf-8')
139
+
140
+ def resize_image_to_target(source_path, target_size):
141
+ """
142
+ Resize an image to the target size and save it as a temporary file.
143
+ Return the temporary file path.
144
+ """
145
+ img = Image.open(source_path)
146
+ if img.size != target_size:
147
+ img_resized = img.resize(target_size, Image.LANCZOS)
148
+ # Create temporary file
149
+ temp_file = tempfile.NamedTemporaryFile(suffix='.png', delete=False)
150
+ img_resized.save(temp_file.name, quality=100)
151
+ return temp_file.name
152
+ else:
153
+ return source_path
154
+
155
+
156
+ class GeminiInferenceWrapper:
157
+ def __init__(self, api_key, base_url, model_name="gemini-3-pro", max_workers=32):
158
+ print(f"[INFO] Initializing Gemini Client with model: {model_name}...")
159
+ self.client = openai.OpenAI(
160
+ api_key=api_key,
161
+ base_url=base_url
162
+ )
163
+ self.model_name = model_name
164
+ self.max_workers = max_workers
165
+ print("[INFO] Client initialized successfully.")
166
+
167
+ def build_chat_messages(self, image_paths, prompt_text):
168
+ """Build OpenAI-format messages (supports multiple images)."""
169
+ content = [{"type": "text", "text": prompt_text}]
170
+
171
+ for img_path in image_paths:
172
+ if isinstance(img_path, str) and os.path.exists(img_path):
173
+ image_data = image_to_base64(img_path)
174
+ content.append({
175
+ "type": "image_url",
176
+ "image_url": {"url": f"data:image/png;base64,{image_data}"}
177
+ })
178
+ elif hasattr(img_path, 'save'): # PIL Image
179
+ temp_path = f"/tmp/temp_img_{id(img_path)}.png"
180
+ img_path.save(temp_path)
181
+ image_data = image_to_base64(temp_path)
182
+ content.append({
183
+ "type": "image_url",
184
+ "image_url": {"url": f"data:image/png;base64,{image_data}"}
185
+ })
186
+ os.remove(temp_path)
187
+
188
+ messages = [{"role": "user", "content": content}]
189
+ return messages
190
+
191
+ def generate_single(self, messages, max_retries=5):
192
+ """Single API call."""
193
+ for attempt in range(max_retries):
194
+ try:
195
+ completion = self.client.chat.completions.create(
196
+ model=self.model_name,
197
+ messages=messages,
198
+ temperature=0.0,
199
+ max_tokens=65536
200
+ )
201
+ results = completion.choices[0].message.content.strip()
202
+ finish_reason = completion.choices[0].finish_reason
203
+ if not results or finish_reason == "length":
204
+ print(f"completion: {completion}")
205
+ print(f"finish_reason: {finish_reason}")
206
+ print(f"Output empty or truncated, retrying...")
207
+ raise Exception("Output truncated or empty")
208
+ return results
209
+ except Exception as e:
210
+ if attempt < max_retries - 1:
211
+ wait_time = 2 ** attempt
212
+ print(f"[WARN] API call failed (attempt {attempt + 1}/{max_retries}): {str(e)[:200]}, retrying in {wait_time}s...")
213
+ time.sleep(wait_time)
214
+ else:
215
+ raise e
216
+
217
+ def process_single_task(self, task):
218
+ """Process one task."""
219
+ try:
220
+ messages = task["messages"]
221
+ result = self.generate_single(messages)
222
+ return task["entry_id"], result, None
223
+ except Exception as e:
224
+ error_msg = f"Error: {str(e)[:200]}"
225
+ print(f"[ERROR] Task {task['entry_id']} failed: {error_msg}")
226
+ return task["entry_id"], f"Answer: No | {error_msg}", str(e)
227
+
228
+ def generate_batch(self, tasks):
229
+ """Run concurrent batch inference."""
230
+ if not tasks:
231
+ return {}
232
+
233
+ results = {}
234
+
235
+ with ThreadPoolExecutor(max_workers=self.max_workers) as executor:
236
+ futures = {executor.submit(self.process_single_task, task): task for task in tasks}
237
+
238
+ for future in tqdm(as_completed(futures), total=len(tasks), desc="API Calls"):
239
+ entry_id, result, error = future.result()
240
+ results[entry_id] = result
241
+
242
+ return results
243
+
244
+
245
+ def scan_total_workload(args, model_list):
246
+ """Scan total workload."""
247
+ rank_id = get_rank_id()
248
+ total_tasks = 0
249
+
250
+ print(f"[Rank {rank_id}] 🔍 Scanning total workload across {len(model_list)} models...")
251
+
252
+ all_input_files = sorted(glob.glob(os.path.join(args.input_data_dir, "*.jsonl"))) # 18 files
253
+ for jsonl_path in all_input_files:
254
+ with open(jsonl_path, 'r', encoding='utf-8') as f:
255
+ count = sum(1 for _ in f)
256
+ total_tasks += count
257
+
258
+ final_total = total_tasks * len(model_list)
259
+ print(f"[Rank {rank_id}] ✅ Total pending items across all models: {final_total}")
260
+ return final_total
261
+
262
+
263
+ def extract_and_parse_json(text):
264
+ if not text:
265
+ print("Empty text received for JSON extraction.")
266
+ return None
267
+ try:
268
+ # json_repair automatically handles extraction, cleaning, and parsing
269
+ decoded_object = json_repair.loads(text)
270
+ return decoded_object
271
+ except Exception as e:
272
+ print(f"[JSON Parse Error] Raw text: {text[:200]}... Repair failed: {e}")
273
+ return None
274
+
275
+ def process_model(model_name, args, wrapper, global_tracker):
276
+ """Process all JSONL files for a single model."""
277
+ rank_id = get_rank_id()
278
+
279
+ # Create model output directory
280
+ model_output_dir = os.path.join(args.output_base_dir, model_name)
281
+ os.makedirs(model_output_dir, exist_ok=True)
282
+
283
+ # Scan all JSONL files
284
+ all_input_files = sorted(glob.glob(os.path.join(args.input_data_dir, "*.jsonl"))) # 18 files
285
+ print(f"\n{'='*60}")
286
+ print(f"[Rank {rank_id}] 🚀 Processing Model: {model_name}")
287
+ print(f"[Rank {rank_id}] Found {len(all_input_files)} JSONL files")
288
+ print(f"{'='*60}\n")
289
+
290
+ for jsonl_path in all_input_files:
291
+ filename = os.path.basename(jsonl_path)
292
+ output_path = os.path.join(model_output_dir, filename)
293
+
294
+ # Check whether already completed
295
+ if os.path.exists(output_path) and not args.debug:
296
+ with open(output_path, 'r', encoding='utf-8') as f:
297
+ existing_count = sum(1 for _ in f)
298
+ with open(jsonl_path, 'r', encoding='utf-8') as f:
299
+ total_count = sum(1 for _ in f)
300
+
301
+ if existing_count == total_count:
302
+ print(f"[Rank {rank_id}] ⏭️ Skipping {filename} (already completed)")
303
+ global_tracker.update(total_count)
304
+ continue
305
+
306
+ print(f"[Rank {rank_id}] 📝 Processing {filename}...")
307
+
308
+ # Read input data
309
+ with open(jsonl_path, 'r', encoding='utf-8') as f:
310
+ entries = [json.loads(line) for line in f if line.strip()]
311
+
312
+ # Debug mode: process only the first 3 samples
313
+ if args.debug:
314
+ entries = entries[:3]
315
+ print(f"[Rank {rank_id}] 🐛 Debug mode: Processing only {len(entries)} samples")
316
+
317
+ # Prepare batch tasks
318
+ tasks = []
319
+ temp_files = [] # Track temporary files
320
+ entry_map = {}
321
+
322
+ for entry in entries:
323
+ entry_id = entry.get('id')
324
+ raw_text = entry.get('source_text', '')
325
+ target_text = entry.get('target_text', '')
326
+ raw_img_rel = entry.get('original_image', '')
327
+ gt_img_rel = entry.get('gt_image', '')
328
+
329
+ # Resolve paths
330
+ raw_img_path = os.path.join(args.gt_data_root, raw_img_rel)
331
+ gt_img_path = os.path.join(args.gt_data_root, gt_img_rel)
332
+ # class_id = parts[0] # e.g., '1.1.1'
333
+ # filename = parts[-1] # e.g., '1901685000029.0.jpg'
334
+ gen_img_path = os.path.join(args.model_output_root, model_name, raw_img_rel.split('/')[0], raw_img_rel.split('/')[-1])
335
+
336
+ # Check file existence
337
+ if not all([os.path.exists(p) for p in [raw_img_path, gt_img_path, gen_img_path]]):
338
+ continue
339
+
340
+ # Resize generated image to original size
341
+ raw_img = Image.open(raw_img_path)
342
+ raw_size = raw_img.size
343
+
344
+ gen_img_resized_path = resize_image_to_target(gen_img_path, raw_size)
345
+ if gen_img_resized_path != gen_img_path:
346
+ temp_files.append(gen_img_resized_path)
347
+
348
+ # Build evaluation prompt
349
+ eval_prompt = PROMPT_MAIN_EVAL.format(
350
+ raw_text=raw_text,
351
+ target_text=target_text
352
+ )
353
+
354
+ messages = wrapper.build_chat_messages(
355
+ image_paths=[raw_img_path, gt_img_path, gen_img_resized_path],
356
+ prompt_text=eval_prompt
357
+ )
358
+
359
+ tasks.append({
360
+ "entry_id": entry.get('id'),
361
+ "messages": messages
362
+ })
363
+ entry["edited_image"] = gen_img_path
364
+ entry_map[entry.get('id')] = entry
365
+
366
+
367
+ if not tasks:
368
+ print(f"[Rank {rank_id}] ⚠️ No valid tasks for {filename}")
369
+ continue
370
+
371
+ # Batch generation
372
+ print(f"[Rank {rank_id}] 🔄 Generating {len(tasks)} evaluations...")
373
+ results = wrapper.generate_batch(tasks)
374
+
375
+ # Clean up temporary files
376
+ for temp_file in temp_files:
377
+ try:
378
+ os.unlink(temp_file)
379
+ except:
380
+ pass
381
+
382
+ # Process results and save
383
+ output_entries = []
384
+ for entry_id, output in results.items():
385
+ # Build output entry
386
+ entry = entry_map[entry_id]
387
+
388
+ output_entry = {
389
+ 'id': entry_id,
390
+ 'prompt': entry.get('prompt', ''),
391
+ 'path': {
392
+ 'original_image': entry.get('original_image', ''),
393
+ 'edited_image': entry.get('edited_image', ''),
394
+ 'gt_image': entry.get('gt_image', '')
395
+ },
396
+ 'gt_caption': entry.get('gt_caption', '')
397
+ }
398
+
399
+ entry_map[entry_id]
400
+ # Try parsing JSON
401
+ parsed_json = extract_and_parse_json(output)
402
+ output_entry['gemini_raw_response'] = output
403
+ if parsed_json and 'score' in parsed_json and 'reason' in parsed_json:
404
+ output_entry['gemini_eval_score'] = parsed_json['score']
405
+ output_entry['gemini_eval_reason'] = parsed_json['reason']
406
+ else:
407
+ output_entry['gemini_eval_score'] = None
408
+ output_entry['gemini_eval_reason'] = None
409
+
410
+ output_entries.append(output_entry)
411
+ global_tracker.update(1)
412
+
413
+ # Write output file
414
+ with open(output_path, 'w', encoding='utf-8') as f:
415
+ for entry in output_entries:
416
+ f.write(json.dumps(entry, ensure_ascii=False) + '\n')
417
+
418
+ print(f"[Rank {rank_id}] ✅ Saved {len(output_entries)} entries to {output_path}")
419
+ print(f"[Rank {rank_id}] {global_tracker.get_status_str(model_name)}\n")
420
+
421
+ def main():
422
+ parser = argparse.ArgumentParser(description="Gemini API Batch Evaluation with Model Iteration")
423
+ parser.add_argument("--input_data_dir", required=True, help="Directory containing the evaluated prompt files(.jsonl)")
424
+ parser.add_argument("--model_output_root", required=True, help="Root directory where model outputs are stored")
425
+ parser.add_argument("--gt_data_root", required=True, help="Root directory for Ground Truth images")
426
+ parser.add_argument("--output_base_dir", required=True, help="API 推理结果保存目录")
427
+
428
+ parser.add_argument("--api_key", type=str, required=True, help="Gemini API Key")
429
+ parser.add_argument("--base_url", type=str, required=True, help="Gemini API Base URL (e.g., https://api.gemini.com/v1)")
430
+ parser.add_argument("--models", required=True, help="待评测模型列表,逗号分隔")
431
+ parser.add_argument("--model_name", default="gemini-3-pro-preview", help="Judge model name")
432
+ parser.add_argument("--num_workers", type=int, default=32, help="并发数")
433
+ parser.add_argument("--debug", action="store_true", help="Debug 模式,只处理前3个样本")
434
+
435
+ args = parser.parse_args()
436
+
437
+ # Parse model list
438
+ model_list = [m.strip() for m in args.models.split(',') if m.strip()]
439
+
440
+ # Initialize wrapper
441
+ wrapper = GeminiInferenceWrapper(
442
+ api_key=args.api_key,
443
+ base_url=args.base_url,
444
+ model_name=args.model_name,
445
+ max_workers=args.num_workers
446
+ )
447
+
448
+ # Scan total workload
449
+ total_workload = scan_total_workload(args, model_list)
450
+ global_tracker = GlobalProgress(total_workload)
451
+
452
+ # Iterate over each model
453
+ for model_name in model_list:
454
+ try:
455
+ process_model(model_name, args, wrapper, global_tracker)
456
+ except Exception as e:
457
+ print(f"Error processing model {model_name}: {e}")
458
+ import traceback
459
+ traceback.print_exc()
460
+
461
+ print("\n" + "="*60)
462
+ print("🎉 All models completed!")
463
+ print(f"Final Status: {global_tracker.get_status_str('ALL')}")
464
+ print("="*60)
465
+
466
+
467
+ if __name__ == "__main__":
468
+ main()
eval_pipeline/vlm_metrics_eval_step2.py ADDED
@@ -0,0 +1,315 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ #!/usr/bin/env python3
2
+ """
3
+ Step 2: Calculate Gemini Evaluation Scores
4
+ Read 1-5 scores directly from the gemini_eval_score field.
5
+ """
6
+ import argparse
7
+ import os
8
+ import json
9
+ import glob
10
+ import csv
11
+ import numpy as np
12
+ from tqdm import tqdm
13
+
14
+ # ================= Configuration =================
15
+
16
+ # Default weights
17
+ DEFAULT_WEIGHTS = [0.40, 0.30, 0.10, 0.10, 0.10]
18
+
19
+ # Model order
20
+ MODEL_ORDER = [
21
+ "bagel",
22
+ ]
23
+
24
+ # Metric name mapping
25
+ METRIC_NAMES = {
26
+ "Q1": "Text Accuracy",
27
+ "Q2": "Text Preservation",
28
+ "Q3": "Scene Integrity",
29
+ "Q4": "Local Realism",
30
+ "Q5": "Visual Coherence"
31
+ }
32
+
33
+ # Score normalization mapping: 1-5 -> 0.0-1.0
34
+ SCORE_NORMALIZATION = {
35
+ 5: 1.0,
36
+ 4: 0.8,
37
+ 3: 0.6,
38
+ 2: 0.2,
39
+ 1: 0.0
40
+ }
41
+
42
+ # ===========================================
43
+
44
+ def normalize_score(raw_score):
45
+ """Normalize 1-5 scores to 0-1."""
46
+ # Map to normalized score
47
+ return SCORE_NORMALIZATION.get(raw_score)
48
+
49
+
50
+ def is_virtual_category(path_info):
51
+ """Determine whether the sample is in the Virtual category (1.x)."""
52
+ # Infer from original_image or gt_image path
53
+ img_path = path_info.get("original_image", "") or path_info.get("gt_image", "")
54
+
55
+ # Check whether path contains /1.x.x/
56
+ if "/1." in img_path:
57
+ return True
58
+ return False
59
+
60
+
61
+ def print_markdown_table(final_report):
62
+ """Print results in Markdown table format."""
63
+ print("\n" + "="*150)
64
+ print("📊 MARKDOWN TABLE FORMAT")
65
+ print("="*150)
66
+
67
+ # Header: Model | AVG (R) | AVG (V) | Q1-Q5 Real | Q1-Q5 Virtual
68
+ headers = ["Model", "AVG (R)", "AVG (V)"]
69
+ for i in range(1, 6):
70
+ metric_name = METRIC_NAMES[f"Q{i}"]
71
+ headers.append(f"{metric_name} (R)")
72
+ for i in range(1, 6):
73
+ metric_name = METRIC_NAMES[f"Q{i}"]
74
+ headers.append(f"{metric_name} (V)")
75
+
76
+ # Print Markdown table header
77
+ print("| " + " | ".join(headers) + " |")
78
+ print("|" + "|".join(["---" for _ in headers]) + "|")
79
+
80
+ # Print each model in the specified order
81
+ for model_name in MODEL_ORDER:
82
+ if model_name not in final_report:
83
+ print(f"| {model_name} | N/A | N/A | " + " | ".join(["N/A"] * 10) + " |")
84
+ continue
85
+
86
+ model_data = final_report[model_name]
87
+
88
+ # AVG (Real, Virtual)
89
+ avg_real = model_data["Real"]["Weighted Score"]
90
+ avg_virtual = model_data["Virtual"]["Weighted Score"]
91
+
92
+ row = [model_name, f"{avg_real:.3f}", f"{avg_virtual:.3f}"]
93
+
94
+ # Q1-Q5 Real
95
+ for i in range(1, 6):
96
+ q_key = f"Q{i}_{METRIC_NAMES[f'Q{i}'].replace(' ', '_')}"
97
+ score = model_data["Real"]["Detail Metrics"].get(q_key, 0.0)
98
+ row.append(f"{score:.3f}")
99
+
100
+ # Q1-Q5 Virtual
101
+ for i in range(1, 6):
102
+ q_key = f"Q{i}_{METRIC_NAMES[f'Q{i}'].replace(' ', '_')}"
103
+ score = model_data["Virtual"]["Detail Metrics"].get(q_key, 0.0)
104
+ row.append(f"{score:.3f}")
105
+
106
+ print("| " + " | ".join(row) + " |")
107
+
108
+ print("="*150 + "\n")
109
+
110
+
111
+ def save_csv_file(final_report, csv_path):
112
+ """Save results as a CSV file."""
113
+ # CSV headers
114
+ headers = ["Model", "AVG (R)", "AVG (V)"]
115
+ for i in range(1, 6):
116
+ metric_name = METRIC_NAMES[f"Q{i}"]
117
+ headers.append(f"{metric_name} (R)")
118
+ headers.append(f"{metric_name} (V)")
119
+
120
+ rows = []
121
+
122
+ # Collect data in the specified order
123
+ for model_name in MODEL_ORDER:
124
+ if model_name not in final_report:
125
+ row = [model_name] + ["N/A"] * 12
126
+ rows.append(row)
127
+ continue
128
+
129
+ model_data = final_report[model_name]
130
+
131
+ # AVG (Real, Virtual)
132
+ avg_real = model_data["Real"]["Weighted Score"]
133
+ avg_virtual = model_data["Virtual"]["Weighted Score"]
134
+
135
+ row = [model_name, f"{avg_real:.4f}", f"{avg_virtual:.4f}"]
136
+
137
+ # Q1-Q5 Real
138
+ for i in range(1, 6):
139
+ q_key = f"Q{i}_{METRIC_NAMES[f'Q{i}'].replace(' ', '_')}"
140
+ score = model_data["Real"]["Detail Metrics"].get(q_key, 0.0)
141
+ row.append(f"{score:.4f}")
142
+
143
+ # Q1-Q5 Virtual
144
+ for i in range(1, 6):
145
+ q_key = f"Q{i}_{METRIC_NAMES[f'Q{i}'].replace(' ', '_')}"
146
+ score = model_data["Virtual"]["Detail Metrics"].get(q_key, 0.0)
147
+ row.append(f"{score:.4f}")
148
+
149
+ rows.append(row)
150
+
151
+ # Write CSV
152
+ with open(csv_path, 'w', newline='', encoding='utf-8') as f:
153
+ writer = csv.writer(f)
154
+ writer.writerow(headers)
155
+ writer.writerows(rows)
156
+
157
+ print(f"📊 CSV file saved to: {csv_path}")
158
+
159
+
160
+ def calculate_metrics(args):
161
+ print(f"Calculating Gemini scores from: {args.answer_dir}")
162
+ print(f"Weights: {args.weights}")
163
+ print(f"Cutoff Mode: {'ON' if args.enable_cutoff else 'OFF'} (Threshold: Q1 >= 4 [0.8])")
164
+
165
+ model_dirs = [d for d in glob.glob(os.path.join(args.answer_dir, "*")) if os.path.isdir(d)]
166
+
167
+ if not model_dirs:
168
+ print(f"[Error] No model directories found in {args.answer_dir}")
169
+ return
170
+
171
+ weights = np.array(args.weights)
172
+ final_report = {}
173
+
174
+ # Print table header
175
+ header = f"{'Model':<20} | {'Acc (V/R)':<15} | {'Pre (V/R)':<15} | {'Scn (V/R)':<15} | {'Rea (V/R)':<15} | {'Coh (V/R)':<15} | {'AVG (V/R)':<15}"
176
+ print("\n" + "="*135)
177
+ print(header)
178
+ print("-" * 135)
179
+
180
+ for m_dir in sorted(model_dirs):
181
+ model_name = os.path.basename(m_dir)
182
+ jsonl_files = glob.glob(os.path.join(m_dir, "*.jsonl"))
183
+
184
+ # Storage structure: { "Virtual": {"weighted": [], "q_scores": [[],[],[],[],[]]}, "Real": ... }
185
+ stats = {
186
+ "Virtual": {"weighted": [], "q_scores": [[] for _ in range(5)]},
187
+ "Real": {"weighted": [], "q_scores": [[] for _ in range(5)]}
188
+ }
189
+
190
+ for fpath in jsonl_files:
191
+ with open(fpath, 'r', encoding='utf-8') as f:
192
+ for line in f:
193
+ if not line.strip():
194
+ continue
195
+ try:
196
+ item = json.loads(line)
197
+
198
+ # Determine category from path info
199
+ path_info = item.get("path", {})
200
+ is_virtual = is_virtual_category(path_info)
201
+
202
+ group = "Virtual" if is_virtual else "Real"
203
+
204
+ # Read gemini_eval_score
205
+ gemini_scores = item.get("gemini_eval_score", {})
206
+
207
+ if not gemini_scores or not isinstance(gemini_scores, dict):
208
+ continue
209
+
210
+ # --- Core scoring logic ---
211
+ current_scores = []
212
+
213
+ # 1. Get and normalize Q1 score
214
+ q1_raw = gemini_scores.get("Q1", 0)
215
+ q1_score = normalize_score(q1_raw)
216
+ current_scores.append(q1_score)
217
+
218
+ # 2. Decide whether to apply cutoff
219
+ is_cutoff = False
220
+ if args.enable_cutoff and q1_raw < 4: # Q1 score < 4 (normalized 0.8)
221
+ is_cutoff = True
222
+
223
+ # 3. Get and normalize Q2-Q5
224
+ for i in range(2, 6):
225
+ if is_cutoff:
226
+ current_scores.append(0.0) # Cutoff to zero
227
+ else:
228
+ raw_score = gemini_scores.get(f"Q{i}", 0)
229
+ score = normalize_score(raw_score)
230
+ current_scores.append(score)
231
+
232
+ # 4. Compute weighted total score
233
+ weighted_score = np.sum(np.array(current_scores) * weights)
234
+
235
+ # 5. Record statistics
236
+ stats[group]["weighted"].append(weighted_score)
237
+ for i in range(5):
238
+ stats[group]["q_scores"][i].append(current_scores[i])
239
+
240
+ except json.JSONDecodeError:
241
+ continue
242
+ except Exception as e:
243
+ print(f"[Warning] Error processing entry in {fpath}: {e}")
244
+ continue
245
+
246
+ # --- Summarize and print current model results ---
247
+ display_str = f"{model_name:<20}"
248
+
249
+ # Compute V/R averages for each column (Q1-Q5)
250
+ for i in range(5):
251
+ v_list = stats["Virtual"]["q_scores"][i]
252
+ r_list = stats["Real"]["q_scores"][i]
253
+
254
+ v_avg = np.mean(v_list) if v_list else 0.0
255
+ r_avg = np.mean(r_list) if r_list else 0.0
256
+
257
+ display_str += f" | {v_avg:.2f} / {r_avg:.2f} "
258
+
259
+ # Compute overall average (weighted average)
260
+ v_final = np.mean(stats["Virtual"]["weighted"]) if stats["Virtual"]["weighted"] else 0.0
261
+ r_final = np.mean(stats["Real"]["weighted"]) if stats["Real"]["weighted"] else 0.0
262
+
263
+ display_str += f" | {v_final:.2f} / {r_final:.2f}"
264
+ print(display_str)
265
+
266
+ # Build detailed JSON report data
267
+ model_summary = {}
268
+ for grp in ["Virtual", "Real"]:
269
+ scores = stats[grp]["weighted"]
270
+ q_avgs = [np.mean(lst) if lst else 0.0 for lst in stats[grp]["q_scores"]]
271
+
272
+ model_summary[grp] = {
273
+ "Weighted Score": round(float(np.mean(scores)), 4) if scores else 0.0,
274
+ "Detail Metrics": {
275
+ f"Q1_{METRIC_NAMES['Q1'].replace(' ', '_')}": round(q_avgs[0], 4),
276
+ f"Q2_{METRIC_NAMES['Q2'].replace(' ', '_')}": round(q_avgs[1], 4),
277
+ f"Q3_{METRIC_NAMES['Q3'].replace(' ', '_')}": round(q_avgs[2], 4),
278
+ f"Q4_{METRIC_NAMES['Q4'].replace(' ', '_')}": round(q_avgs[3], 4),
279
+ f"Q5_{METRIC_NAMES['Q5'].replace(' ', '_')}": round(q_avgs[4], 4)
280
+ },
281
+ "Count": len(scores)
282
+ }
283
+
284
+ final_report[model_name] = model_summary
285
+
286
+ print("="*135)
287
+
288
+ # Save JSON results
289
+ os.makedirs(os.path.dirname(args.output_file) or ".", exist_ok=True)
290
+ with open(args.output_file, 'w', encoding='utf-8') as f:
291
+ json.dump(final_report, f, indent=2, ensure_ascii=False)
292
+ print(f"\n✅ Detailed report saved to: {args.output_file}")
293
+
294
+ # Print Markdown table
295
+ print_markdown_table(final_report)
296
+
297
+ # Save CSV file
298
+ csv_path = args.output_file.replace('.json', '.csv')
299
+ save_csv_file(final_report, csv_path)
300
+
301
+
302
+ if __name__ == "__main__":
303
+ parser = argparse.ArgumentParser(description="Calculate Gemini Evaluation Scores")
304
+ parser.add_argument("--model_order", default="bagel", help="待测模型名字顺序,逗号分隔")
305
+ parser.add_argument("--answer_dir", required=True, help="Step1 Gemini API 评测结果目录")
306
+ parser.add_argument("--output_file", required=True, help="输出 JSON 报告路径")
307
+ # Weight arguments (5 floats)
308
+ parser.add_argument("--weights", type=float, nargs=5, default=DEFAULT_WEIGHTS,
309
+ help="Q1-Q5 的权重, 默认: 0.4 0.3 0.1 0.1 0.1")
310
+ # Cutoff switch
311
+ parser.add_argument("--enable_cutoff", action="store_true",
312
+ help="开启熔断机制:如果 Q1 < 4 (归一化 0.8),后续项记为 0 分")
313
+ args = parser.parse_args()
314
+
315
+ calculate_metrics(args)
eval_prompts/fullset/1.1.1.jsonl ADDED
@@ -0,0 +1,57 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {"id": 1, "prompt": "Replace the text 'AIRSERVICE' with 'FLYINGCORPS'.", "original_image": "1.1.1/image/original/1901685000029.0.jpg", "gt_image": "1.1.1/image/gt/1901685000029.0.jpg", "source_text": "AIRSERVICE", "target_text": "FLYINGCORPS", "gt_caption": "This vintage poster is a military recruitment advertisement encouraging individuals to \"JOIN THE FLYING CORPS\" with the tagline \"LEARN-EARN,\" featuring a star roundel and illustrations of various aircraft."}
2
+ {"id": 2, "prompt": "Replace the text 'Tuesday' with 'Wednesday'.", "original_image": "1.1.1/image/original/1369575010099.0.jpg", "gt_image": "1.1.1/image/gt/1369575010099.0.jpg", "source_text": "Tuesday", "target_text": "Wednesday", "gt_caption": "This poster illustrates a day 10 meal plan for BuzzFeed Life's Clean Eating Challenge 2015, featuring a smoothie for breakfast, a salmon and asparagus salad for lunch, a skillet dish with eggs and squash for dinner, and fruit and fig cookies for a night snack."}
3
+ {"id": 3, "prompt": "Replace the text 'IWORKED' with 'SUCCESS'.", "original_image": "1.1.1/image/original/1305545009193.0.jpg", "gt_image": "1.1.1/image/gt/1305545009193.0.jpg", "source_text": "IWORKED", "target_text": "SUCCESS", "gt_caption": "This poster features a motivational quote, \"I never DREAMED about success. SUCCESS for it,\" alongside an image of a modern glass skyscraper reflecting the sky and clouds."}
4
+ {"id": 4, "prompt": "Replace the text 'MESSAGE' with 'UPDATE'.", "original_image": "1.1.1/image/original/3942528013782.0.jpg", "gt_image": "1.1.1/image/gt/3942528013782.0.jpg", "source_text": "MESSAGE", "target_text": "UPDATE", "gt_caption": "This poster features Jo Ann Jenkins, with the text \"CORONAVIRUS: A UPDATE FROM JO ANN JENKINS\" and the AARP logo, indicating an update related to the coronavirus."}
5
+ {"id": 5, "prompt": "Replace the text 'Summer' with 'Spring'.", "original_image": "1.1.1/image/original/2986435006867.0.jpg", "gt_image": "1.1.1/image/gt/2986435006867.0.jpg", "source_text": "Summer", "target_text": "Spring", "gt_caption": "This illustration features a whimsical spring and summer theme, showcasing frogs, butterflies, flowers, and lime slices, with the text \"Spring time\" and \"Summer Freshness\" prominently displayed."}
6
+ {"id": 6, "prompt": "Replace the text 'WETHE' with 'WEARE'.", "original_image": "1.1.1/image/original/1194751017776.0.jpg", "gt_image": "1.1.1/image/gt/1194751017776.0.jpg", "source_text": "WETHE", "target_text": "WEARE", "gt_caption": "This poster features a person raising a fist, with the text \"WE ARE RESILIENT\" and \"HAVE BEEN HERE BEFORE,\" symbolizing strength, resistance, and perseverance."}
7
+ {"id": 7, "prompt": "Replace the text 'NEWSLETTER' with 'Digest'.", "original_image": "1.1.1/image/original/3934299007477.0.png", "gt_image": "1.1.1/image/gt/3934299007477.0.png", "source_text": "NEWSLETTER", "target_text": "Digest", "gt_caption": "This digital poster announces the \"August 2020 Digest\" with a green silhouette of a soldier holding a shovel, accompanied by the text \"NEWS\" and \"MCM MUST CONTAIN MINIS\" in a military-themed design."}
8
+ {"id": 8, "prompt": "Replace the text 'NOW' with 'LIVE'.", "original_image": "1.1.1/image/original/3755445003102.0.jpg", "gt_image": "1.1.1/image/gt/3755445003102.0.jpg", "source_text": "NOW", "target_text": "LIVE", "gt_caption": "This photo features three individuals dressed in formal attire, with the text \"LIVE ON AIR\" prominently displayed, suggesting a live performance or broadcast context."}
9
+ {"id": 9, "prompt": "Replace the text 'WORLDTOUR2019' with 'EAGLESFESTIVAL'.", "original_image": "1.1.1/image/original/2981252015026.0.jpg", "gt_image": "1.1.1/image/gt/2981252015026.0.jpg", "source_text": "WORLDTOUR2019", "target_text": "EAGLESFESTIVAL", "gt_caption": "This poster advertises the Eagles Festival, featuring the band Eagles posing in front of a brick wall with musical instruments, promoting their event."}
10
+ {"id": 10, "prompt": "Replace the text 'Meet' with 'Join'.", "original_image": "1.1.1/image/original/3476374010382.0.jpg", "gt_image": "1.1.1/image/gt/3476374010382.0.jpg", "source_text": "Meet", "target_text": "Join", "gt_caption": "This poster invites viewers to join Lee Sie and Jon Barnes, featuring scenic images of landmarks, natural wonders, and colorful visuals, along with their headshots."}
11
+ {"id": 11, "prompt": "Replace the text 'Sarah' with 'Photo'.", "original_image": "1.1.1/image/original/1104884004855.0.jpg", "gt_image": "1.1.1/image/gt/1104884004855.0.jpg", "source_text": "Sarah", "target_text": "Photo", "gt_caption": "This photo captures a cheerful moment at Rhys & Photo's wedding on 16th June 2018, featuring two individuals posing in a photo booth with colorful hats and a festive backdrop."}
12
+ {"id": 12, "prompt": "Replace the text 'TRAINING' with 'WORKOUT'.", "original_image": "1.1.1/image/original/3358968005627.0.jpg", "gt_image": "1.1.1/image/gt/3358968005627.0.jpg", "source_text": "TRAINING", "target_text": "WORKOUT", "gt_caption": "This photo shows two individuals engaged in an indoor cycling workout on stationary bikes in a well-lit, modern space."}
13
+ {"id": 13, "prompt": "Replace the text 'QUARTET' with 'BAND'.", "original_image": "1.1.1/image/original/3680217002261.0.jpg", "gt_image": "1.1.1/image/gt/3680217002261.0.jpg", "source_text": "QUARTET", "target_text": "BAND", "gt_caption": "This poster showcases a jazz ensemble featuring David Marsall, Duke Heitger, Uwe Ludwig, and Ruedi Morgenthaler, highlighting their instruments and names."}
14
+ {"id": 14, "prompt": "Replace the text 'EQUALITY' with 'JUSTICE'.", "original_image": "1.1.1/image/original/3926751000397.0.jpg", "gt_image": "1.1.1/image/gt/3926751000397.0.jpg", "source_text": "EQUALITY", "target_text": "JUSTICE", "gt_caption": "This digital poster promotes LGBTQ+ justice, featuring vibrant, rainbow-colored artwork within the letters \"FOR,\" and is attributed to Erin Kelly Noll, supporting the Biden-Harris 2020 campaign."}
15
+ {"id": 15, "prompt": "Replace the text 'WORLD' with 'GLOBAL'.", "original_image": "1.1.1/image/original/4274791008268.0.jpg", "gt_image": "1.1.1/image/gt/4274791008268.0.jpg", "source_text": "WORLD", "target_text": "GLOBAL", "gt_caption": "This poster showcases the opening ceremony of the Special Olympics Global Games held in Abu Dhabi in 2019, featuring a vibrant stadium filled with participants and spectators."}
16
+ {"id": 16, "prompt": "Replace the text 'Merry' with 'Joyful'.", "original_image": "1.1.1/image/original/3230556014257.0.jpg", "gt_image": "1.1.1/image/gt/3230556014257.0.jpg", "source_text": "Merry", "target_text": "Joyful", "gt_caption": "This illustration features a festive French Bulldog wearing reindeer antlers and a red scarf, accompanied by the text \"Joyful Christmas.\""}
17
+ {"id": 17, "prompt": "Replace the text 'LEVEL' with 'STAGE'.", "original_image": "1.1.1/image/original/3973335002255.0.jpg", "gt_image": "1.1.1/image/gt/3973335002255.0.jpg", "source_text": "LEVEL", "target_text": "STAGE", "gt_caption": "This poster advertises the \"Riverdance Summer School: The Christmas Experience\" virtual program, \"The Next Stage,\" scheduled for December 30th & 31st, 2020, aimed at helping participants start 2021 with renewed purpose and improve their skills."}
18
+ {"id": 18, "prompt": "Replace the text 'AMERICANS' with 'FIGHTERS'.", "original_image": "1.1.1/image/original/1337101006829.0.jpg", "gt_image": "1.1.1/image/gt/1337101006829.0.jpg", "source_text": "AMERICANS", "target_text": "FIGHTERS", "gt_caption": "This vintage poster depicts soldiers from the American Revolutionary War (1778) and World War II (1943) marching together, symbolizing the enduring fight for liberty."}
19
+ {"id": 19, "prompt": "Replace the text 'dream' with 'vision'.", "original_image": "1.1.1/image/original/3265455004402.0.webp", "gt_image": "1.1.1/image/gt/3265455004402.0.webp", "source_text": "dream", "target_text": "vision", "gt_caption": "This poster promotes the Oscars, featuring a person holding an Oscar statuette with the text \"We all vision in gold\" and details about the event hosted by Chris Rock on February 28th."}
20
+ {"id": 20, "prompt": "Replace the text 'MVESTRA' with 'ARTDECO'.", "original_image": "1.1.1/image/original/1157339007023.0.jpg", "gt_image": "1.1.1/image/gt/1157339007023.0.jpg", "source_text": "MVESTRA", "target_text": "ARTDECO", "gt_caption": "This vintage poster announces the XIII FEPIA ARTDECO RIO in Valencia, featuring a stylized, geometric design of a figure in a hat, with the event dates \"May 10 to 25, 1930.\""}
21
+ {"id": 21, "prompt": "Replace the text '2015' with '2023'.", "original_image": "1.1.1/image/original/3387693001898.0.jpg", "gt_image": "1.1.1/image/gt/3387693001898.0.jpg", "source_text": "2015", "target_text": "2023", "gt_caption": "This poster announces the Ramsay Murray Lecture 2023 at the University of Cambridge, featuring an image of a person against a backdrop of the Russian flag."}
22
+ {"id": 22, "prompt": "Replace the text 'Mentorship' with 'Training'.", "original_image": "1.1.1/image/original/1429783011331.0.jpg", "gt_image": "1.1.1/image/gt/1429783011331.0.jpg", "source_text": "Mentorship", "target_text": "Training", "gt_caption": "This photo shows individuals in beekeeping suits inspecting a honeycomb frame during a beekeeping training program."}
23
+ {"id": 23, "prompt": "Replace the text 'DAKAR' with 'RALLY'.", "original_image": "1.1.1/image/original/2988581006398.0.jpg", "gt_image": "1.1.1/image/gt/2988581006398.0.jpg", "source_text": "DAKAR", "target_text": "RALLY", "gt_caption": "This illustration is a poster for \"Le Rallye Rally,\" featuring a central image of a rally car, a truck, and a motorbike racing through a desert landscape, alongside a postage stamp commemorating Cyril Neveu and a portrait of Thierry Sabine, a prominent figure in rally racing."}
24
+ {"id": 24, "prompt": "Replace the text 'AFROMAN' with 'ARTIST'.", "original_image": "1.1.1/image/original/4133575001870.0.jpg", "gt_image": "1.1.1/image/gt/4133575001870.0.jpg", "source_text": "AFROMAN", "target_text": "ARTIST", "gt_caption": "This illustration is a promotional poster for a performance by \"Artist\" at Caves Lounge on December 12, 2014, featuring a stylized depiction of a man in a purple hoodie with a cannabis leaf and \"NORML\" logo, surrounded by swirling smoke."}
25
+ {"id": 25, "prompt": "Replace the text 'MARS' with 'EARTH'.", "original_image": "1.1.1/image/original/2778125004709.0.jpg", "gt_image": "1.1.1/image/gt/2778125004709.0.jpg", "source_text": "MARS", "target_text": "EARTH", "gt_caption": "This poster advertises a performance by Thirty Seconds to Mars at the iHeartRadio Music Festival in Las Vegas, with tickets on sale on July 28 at 10 AM PT for shows on September 22 and 23 at the T-Mobile Arena."}
26
+ {"id": 26, "prompt": "Replace the text 'INDUSTRY' with 'BUSINESS'.", "original_image": "1.1.1/image/original/3744233005492.0.jpg", "gt_image": "1.1.1/image/gt/3744233005492.0.jpg", "source_text": "INDUSTRY", "target_text": "BUSINESS", "gt_caption": "This poster advertises \"The Edge SME Forum 2017,\" focusing on \"Business 4.0: Thriving in the age of disruption,\" with an image of a hand interacting with a digital circuit board."}
27
+ {"id": 27, "prompt": "Replace the text 'WAIT' with 'JOIN'.", "original_image": "1.1.1/image/original/3776611016517.0.jpg", "gt_image": "1.1.1/image/gt/3776611016517.0.jpg", "source_text": "WAIT", "target_text": "JOIN", "gt_caption": "This vintage recruitment poster features Uncle Sam holding a rifle, urging viewers to \"DON'T JOIN for the Draft, VOLUNTEER,\" with an American flag backdrop."}
28
+ {"id": 28, "prompt": "Replace the text 'MARS' with 'MOON'.", "original_image": "1.1.1/image/original/1639547007544.0.jpg", "gt_image": "1.1.1/image/gt/1639547007544.0.jpg", "source_text": "MARS", "target_text": "MOON", "gt_caption": "This illustration is a vibrant poster promoting lunar exploration, featuring a stylized rocket launching toward the moon, accompanied by text encouraging visits to historic sites and multiple tours."}
29
+ {"id": 29, "prompt": "Replace the text 'BEST' with 'GREAT'.", "original_image": "1.1.1/image/original/4205918004830.0.jpg", "gt_image": "1.1.1/image/gt/4205918004830.0.jpg", "source_text": "BEST", "target_text": "GREAT", "gt_caption": "This digital illustration showcases a badge-style award for \"Great of the City 2018,\" highlighting the top 5 selections as voted by readers and editors of *Albuquerque The Magazine*."}
30
+ {"id": 30, "prompt": "Replace the text 'HOWTOCOOK' with 'COOKINGCLASS'.", "original_image": "1.1.1/image/original/2805608003439.0.jpg", "gt_image": "1.1.1/image/gt/2805608003439.0.jpg", "source_text": "HOWTOCOOK", "target_text": "COOKINGCLASS", "gt_caption": "This poster advertises a variety of cooking classes, showcasing images of dishes such as Thai food, French eclairs, surf and turf, sheet pan dinners, Chinese cooking, and sushi, with a call-to-action to browse new classes."}
31
+ {"id": 31, "prompt": "Replace the text 'EXPLORE' with 'DISCOVER'.", "original_image": "1.1.1/image/original/3571764001998.0.jpg", "gt_image": "1.1.1/image/gt/3571764001998.0.jpg", "source_text": "EXPLORE", "target_text": "DISCOVER", "gt_caption": "This illustration is a travel poster promoting coastal exploration, featuring hikers walking along a scenic path with cliffs, a lighthouse, and seagulls in the background, with the text \"Discover the Coast\" and a YHA logo."}
32
+ {"id": 32, "prompt": "Replace the text 'CONFERENCE' with 'CRUISE'.", "original_image": "1.1.1/image/original/2508454000376.0.jpg", "gt_image": "1.1.1/image/gt/2508454000376.0.jpg", "source_text": "CONFERENCE", "target_text": "CRUISE", "gt_caption": "This poster advertises an Alaska Cruise from June 30 to July 7, 2018, featuring Chuck Swindoll, with a scenic image of a cruise ship sailing on calm waters."}
33
+ {"id": 33, "prompt": "Replace the text '2020' with '2023'.", "original_image": "1.1.1/image/original/3794919001754.0.jpg", "gt_image": "1.1.1/image/gt/3794919001754.0.jpg", "source_text": "2020", "target_text": "2023", "gt_caption": "This digital display shows the logo and details for the SME National Business Awards 2023, highlighting a finalist in the \"Business Hero Public Vote\" category."}
34
+ {"id": 34, "prompt": "Replace the text 'HALLOWEEN' with 'FALL'.", "original_image": "1.1.1/image/original/3477922006580.0.jpg", "gt_image": "1.1.1/image/gt/3477922006580.0.jpg", "source_text": "HALLOWEEN", "target_text": "FALL", "gt_caption": "This image is a poster showcasing a Halloween-themed printable bingo game with festive illustrations and red star-shaped markers, set against a colorful background."}
35
+ {"id": 35, "prompt": "Replace the text 'SILVER' with 'MEDAL'.", "original_image": "1.1.1/image/original/1063240002289.0.jpg", "gt_image": "1.1.1/image/gt/1063240002289.0.jpg", "source_text": "SILVER", "target_text": "MEDAL", "gt_caption": "This poster celebrates a swimmer, Jazz Carlin, winning a medal in the 400m freestyle event, as part of Team GB's \"Bring On The Great\" campaign."}
36
+ {"id": 36, "prompt": "Replace the text 'Exodus' with 'Genesis'.", "original_image": "1.1.1/image/original/3301399003931.0.jpg", "gt_image": "1.1.1/image/gt/3301399003931.0.jpg", "source_text": "Exodus", "target_text": "Genesis", "gt_caption": "This digital illustration is a promotional poster for \"Volume 5, Chapter 14: Genesis\" by DreamKeepers, featuring a mystical bird-like character holding a staff, with text encouraging backers to catch the week's update."}
37
+ {"id": 37, "prompt": "Replace the text 'theRIVETER' with 'theHERO'.", "original_image": "1.1.1/image/original/1208654002776.0.jpg", "gt_image": "1.1.1/image/gt/1208654002776.0.jpg", "source_text": "theRIVETER", "target_text": "theHERO", "gt_caption": "This poster is a modern adaptation of the iconic \"Rosie the Riveter\" design, featuring a police officer flexing their arm with the text \"We Can Do It!\" and \"Rosie the HERO,\" promoting empowerment and representation in law enforcement."}
38
+ {"id": 38, "prompt": "Replace the text 'VIRTUAL' with 'DIGITAL'.", "original_image": "1.1.1/image/original/3457969002710.0.jpg", "gt_image": "1.1.1/image/gt/3457969002710.0.jpg", "source_text": "VIRTUAL", "target_text": "DIGITAL", "gt_caption": "This digital display announces the implementation of a \"Digital Queue\" for Disneyland's \"Rise of the Resistance\" attraction, featuring a futuristic, sci-fi-themed background."}
39
+ {"id": 39, "prompt": "Replace the text 'Oden' with 'John'.", "original_image": "1.1.1/image/original/4262355019125.0.jpg", "gt_image": "1.1.1/image/gt/4262355019125.0.jpg", "source_text": "Oden", "target_text": "John", "gt_caption": "This poster announces that John John, associated with Whitley Penn, has been named a finalist for the D CEO's Mergers & Acquisitions Awards, featuring a professional headshot of the individual."}
40
+ {"id": 40, "prompt": "Replace the text 'HOMEBREW' with 'BREWING'.", "original_image": "1.1.1/image/original/3719536003064.0.jpg", "gt_image": "1.1.1/image/gt/3719536003064.0.jpg", "source_text": "HOMEBREW", "target_text": "BREWING", "gt_caption": "This poster summarizes the 2019 Learn to Brewing Day event, highlighting key statistics such as 199 events across 8 countries and 42 states, 3,947 gallons brewed, 570 batches, and 3,054 participants, with a call to action"}
41
+ {"id": 41, "prompt": "Replace the text '2019' with '2020'.", "original_image": "1.1.1/image/original/2607805000923.0.webp", "gt_image": "1.1.1/image/gt/2607805000923.0.webp", "source_text": "2019", "target_text": "2020", "gt_caption": "This poster features a stunning photograph of snow-covered Alpine peaks, with the text \"Alpen 2020\" and the publisher \"Siegbert Linnemann Verlag\" indicating it is likely a calendar or photography collection."}
42
+ {"id": 42, "prompt": "Replace the text '2016' with '2023'.", "original_image": "1.1.1/image/original/2807802002167.0.jpg", "gt_image": "1.1.1/image/gt/2807802002167.0.jpg", "source_text": "2016", "target_text": "2023", "gt_caption": "This is a digital poster for a fictional political campaign featuring \"Dr. Horrible 2023,\" with the tagline \"Because the status is not quo,\" humorously paid for by \"the evil league of evil.\""}
43
+ {"id": 43, "prompt": "Replace the text 'COURAGE' with 'STRENGTH'.", "original_image": "1.1.1/image/original/1306208010000.0.jpg", "gt_image": "1.1.1/image/gt/1306208010000.0.jpg", "source_text": "COURAGE", "target_text": "STRENGTH", "gt_caption": "This illustration features the word \"STRENGTH\" in bold, surrounded by various icons symbolizing achievement, progress, and empowerment, set against a light blue background."}
44
+ {"id": 44, "prompt": "Replace the text 'East' with 'West'.", "original_image": "1.1.1/image/original/3336409004863.0.jpg", "gt_image": "1.1.1/image/gt/3336409004863.0.jpg", "source_text": "East", "target_text": "West", "gt_caption": "This poster showcases the Western Conference All-Star team for the 2013 NBA All-Star Game in Houston, featuring players like Chris Paul, Kobe Bryant, Kevin Durant, Blake Griffin, Dwight Howard, Rajon Rondo, Dwyane Wade, LeBron James, and Kevin Garnett."}
45
+ {"id": 45, "prompt": "Replace the text 'Energlades' with 'Sunshine'.", "original_image": "1.1.1/image/original/3587195008392.0.webp", "gt_image": "1.1.1/image/gt/3587195008392.0.webp", "source_text": "Energlades", "target_text": "Sunshine", "gt_caption": "This illustration features a set of four vintage-style travel posters promoting Florida's natural beauty, including Biscayne National Park, Dry Tortugas National Park, and the state's iconic wildlife and landscapes."}
46
+ {"id": 46, "prompt": "Replace the text 'APOLLO' with 'MISSION'.", "original_image": "1.1.1/image/original/2998161003249.0.png", "gt_image": "1.1.1/image/gt/2998161003249.0.png", "source_text": "APOLLO", "target_text": "MISSION", "gt_caption": "This illustration features a mission patch with Snoopy as an astronaut, alongside a rocket, a satellite, and a planet, symbolizing a space-themed adventure."}
47
+ {"id": 47, "prompt": "Replace the text 'Happy' with 'Joyful'.", "original_image": "1.1.1/image/original/4173262006494.0.jpg", "gt_image": "1.1.1/image/gt/4173262006494.0.jpg", "source_text": "Happy", "target_text": "Joyful", "gt_caption": "This illustration features an anime-style character with blue hair, holding a slice of cake, with the words \"Joyful Birthday\" and a heart symbol, celebrating a festive occasion."}
48
+ {"id": 48, "prompt": "Replace the text 'Exodus' with 'Genesis'.", "original_image": "1.1.1/image/original/3438202007550.0.jpg", "gt_image": "1.1.1/image/gt/3438202007550.0.jpg", "source_text": "Exodus", "target_text": "Genesis", "gt_caption": "This digital illustration is a promotional poster for \"Volume 5, Chapter 14: Genesis,\" featuring an animated character with a surprised expression, encouraging backers to catch the week's update."}
49
+ {"id": 49, "prompt": "Replace the text 'FINISH' with 'ACCOMPLISH'.", "original_image": "1.1.1/image/original/4182983002597.0.webp", "gt_image": "1.1.1/image/gt/4182983002597.0.webp", "source_text": "FINISH", "target_text": "ACCOMPLISH", "gt_caption": "This digital illustration features motivational road signs with phrases like \"Stay in Lane 2020,\" \"Accomplish Strong,\" and \"Begin Now,\" set against a bright blue sky, promoting personal growth and action."}
50
+ {"id": 50, "prompt": "Replace the text 'PANEER' with 'CHEESE'.", "original_image": "1.1.1/image/original/1209376005062.0.webp", "gt_image": "1.1.1/image/gt/1209376005062.0.webp", "source_text": "PANEER", "target_text": "CHEESE", "gt_caption": "This photo shows a pile of cubed cheese with the text \"HOW TO MAKE CHEESE\" at the top, suggesting a guide or recipe for cheese-making."}
51
+ {"id": 51, "prompt": "Replace the text 'KAEPERNICK' with 'FOOTBALL'.", "original_image": "1.1.1/image/original/3043290004075.0.jpg", "gt_image": "1.1.1/image/gt/3043290004075.0.jpg", "source_text": "KAEPERNICK", "target_text": "FOOTBALL", "gt_caption": "This digital illustration features a football player in a San Francisco 49ers uniform, raising his fist in a celebratory gesture, with vibrant yellow and orange lighting emphasizing the action."}
52
+ {"id": 52, "prompt": "Replace the text 'ZHANG' with 'FIGHT'.", "original_image": "1.1.1/image/original/1013932004096.0.jpg", "gt_image": "1.1.1/image/gt/1013932004096.0.jpg", "source_text": "ZHANG", "target_text": "FIGHT", "gt_caption": "This poster advertises the UFC 248 event, featuring a world strawweight championship fight between two female fighters, set for March 7, 2020, at the T-Mobile Arena in Las Vegas."}
53
+ {"id": 53, "prompt": "Replace the text 'SAVINGS' with 'HELPING'.", "original_image": "1.1.1/image/original/2656226002379.0.jpg", "gt_image": "1.1.1/image/gt/2656226002379.0.jpg", "source_text": "SAVINGS", "target_text": "HELPING", "gt_caption": "This vintage poster encourages children to support the war effort by saving their quarters and buying war helping stamps, featuring Uncle Sam and two children."}
54
+ {"id": 54, "prompt": "Replace the text 'MIXICAN' with 'MEXICAN'.", "original_image": "1.1.1/image/original/1144058058227.0.jpg", "gt_image": "1.1.1/image/gt/1144058058227.0.jpg", "source_text": "MIXICAN", "target_text": "MEXICAN", "gt_caption": "This poster advertises a free plant-based, gluten-free Mexican cooking event on January 26, 2017, at 5:30 PM, hosted by Lift Wellness Center and Grubb's Grocery, open to the community."}
55
+ {"id": 55, "prompt": "Replace the text 'MUSIC' with 'PARTY'.", "original_image": "1.1.1/image/original/1007088003726.0.jpg", "gt_image": "1.1.1/image/gt/1007088003726.0.jpg", "source_text": "MUSIC", "target_text": "PARTY", "gt_caption": "This poster advertises a Day of the Dead-themed party at a nightclub on October 31, featuring free drinks, live music, and a festive skeleton character, priced at $10."}
56
+ {"id": 56, "prompt": "Replace the text 'NAVY' with 'ARMY'.", "original_image": "1.1.1/image/original/3854053000999.0.jpg", "gt_image": "1.1.1/image/gt/3854053000999.0.jpg", "source_text": "NAVY", "target_text": "ARMY", "gt_caption": "This vintage illustration-style ticket depicts a football game between Army and Notre Dame at Philadelphia Stadium on October 29, 1960, featuring a player in action on the field."}
57
+ {"id": 57, "prompt": "Replace the text 'PREP' with 'COOK'.", "original_image": "1.1.1/image/original/4252897011180.0.webp", "gt_image": "1.1.1/image/gt/4252897011180.0.webp", "source_text": "PREP", "target_text": "COOK", "gt_caption": "This photo showcases four meal prep containers filled with buffalo chicken bowls, featuring shredded chicken, rice, fresh vegetables, and a side of ranch dressing, labeled as an \"Easy 20-Minutes Instant Pot\" recipe."}
eval_prompts/fullset/1.1.2.jsonl ADDED
@@ -0,0 +1,74 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {"id": 58, "prompt": "Replace the text 'JQUERY' with 'JavaScript'.", "original_image": "1.1.2/image/original/4086443003236.0.jpg", "gt_image": "1.1.2/image/gt/4086443003236.0.jpg", "source_text": "JQUERY", "target_text": "JavaScript", "gt_caption": "This illustration features Uncle Sam pointing directly at the viewer with the text \"USE JavaScript\" below, promoting the use of the programming language."}
2
+ {"id": 59, "prompt": "Replace the text 'NETFLIX' with 'STREAMING'.", "original_image": "1.1.2/image/original/2970068047603.0.webp", "gt_image": "1.1.2/image/gt/2970068047603.0.webp", "source_text": "NETFLIX", "target_text": "STREAMING", "gt_caption": "This digital display features a collage of action-packed scenes from movies, with the word \"STREAMING\" prominently overlaid, suggesting a promotional graphic for streaming services."}
3
+ {"id": 60, "prompt": "Replace the text 'MINAS' with 'Sao Paulo'.", "original_image": "1.1.2/image/original/4148328003383.0.webp", "gt_image": "1.1.2/image/gt/4148328003383.0.webp", "source_text": "MINAS", "target_text": "Sao Paulo", "gt_caption": "This poster features a scenic view of lush greenery and a river, highlighting \"Sao Paulo\" with flavor notes of \"Milk Chocolate, Hazelnut, Dried Fruit,\" and associating it with \"Brazil.\""}
4
+ {"id": 61, "prompt": "Replace the text 'LUNCH' with 'CURRY'.", "original_image": "1.1.2/image/original/1197213014278.0.jpg", "gt_image": "1.1.2/image/gt/1197213014278.0.jpg", "source_text": "LUNCH", "target_text": "CURRY", "gt_caption": "This poster advertises a curry meal deal at Curry King, an Indian restaurant, available for 19 zł from Monday to Friday between 11:00 and 14:00, with delivery options and contact details provided."}
5
+ {"id": 62, "prompt": "Replace the text 'Child' with 'Youth'.", "original_image": "1.1.2/image/original/2861962002760.0.jpg", "gt_image": "1.1.2/image/gt/2861962002760.0.jpg", "source_text": "Child", "target_text": "Youth", "gt_caption": "This poster advertises an audio course on Youth Psychology by the Centre of Excellence, featuring an image of an adult assisting a child with drawing."}
6
+ {"id": 63, "prompt": "Replace the text 'WANT' with 'NEED'.", "original_image": "1.1.2/image/original/4232257011847.0.png", "gt_image": "1.1.2/image/gt/4232257011847.0.png", "source_text": "WANT", "target_text": "NEED", "gt_caption": "This illustration features a stylized character with glasses and a bow tie, set against a circular background resembling a planet, with the text \"I DON'T NEED TO LIVE ON THIS PLANET ANYMORE\" prominently displayed."}
7
+ {"id": 64, "prompt": "Replace the text 'PACIFICCOAST' with 'COASTALVIBE'.", "original_image": "1.1.2/image/original/2134356008042.0.jpg", "gt_image": "1.1.2/image/gt/2134356008042.0.jpg", "source_text": "PACIFICCOAST", "target_text": "COASTALVIBE", "gt_caption": "This poster promotes a Revlon campaign, inviting users to \"tell us your COLOR STORY\" for a chance to win the CoastalVibe Collection by Gucci Westman, featuring colorful makeup products and a model in vibrant attire."}
8
+ {"id": 65, "prompt": "Replace the text 'Trial' with 'Demo'.", "original_image": "1.1.2/image/original/4215067003540.0.png", "gt_image": "1.1.2/image/gt/4215067003540.0.png", "source_text": "Trial", "target_text": "Demo", "gt_caption": "This poster advertises a \"Compact Electromagnetic Flow Sensor\" with a \"Free Demo,\" showcasing three compact sensor models against a dark background."}
9
+ {"id": 66, "prompt": "Replace the text 'LOOKS' with 'STYLES'.", "original_image": "1.1.2/image/original/4112785000193.0.jpg", "gt_image": "1.1.2/image/gt/4112785000193.0.jpg", "source_text": "LOOKS", "target_text": "STYLES", "gt_caption": "This poster announces the grand opening of ISETAN The Japan Store at Lot 10, featuring new styles from October 25 to November 14, along with a stamp rally promotion and details about the store's levels and sections."}
10
+ {"id": 67, "prompt": "Replace the text 'BEST' with 'DELICIOUS'.", "original_image": "1.1.2/image/original/4261017000530.0.webp", "gt_image": "1.1.2/image/gt/4261017000530.0.webp", "source_text": "BEST", "target_text": "DELICIOUS", "gt_caption": "This photo showcases a delicious apple cobbler served in a white bowl, topped with whipped cream, caramel drizzle, and a mint leaf, presented alongside a teal baking dish and a striped napkin."}
11
+ {"id": 68, "prompt": "Replace the text 'ROUTINE' with 'HABIT'.", "original_image": "1.1.2/image/original/1470462013741.0.jpg", "gt_image": "1.1.2/image/gt/1470462013741.0.jpg", "source_text": "ROUTINE", "target_text": "HABIT", "gt_caption": "This illustration features a clown-like character holding a stack of burgers, with the bold text \"HABIT RULES\" and the website \"ROUTINEREPUBLIC.COM\" below, promoting the idea of routine and habit formation."}
12
+ {"id": 69, "prompt": "Replace the text 'Please' with 'Enjoy'.", "original_image": "1.1.2/image/original/2205815008324.0.webp", "gt_image": "1.1.2/image/gt/2205815008324.0.webp", "source_text": "Please", "target_text": "Enjoy", "gt_caption": "This vintage poster features a smiling woman in a naval uniform holding a cigarette, promoting Player's Navy Cut Cigarettes with the tagline \"Player's Enjoy.\""}
13
+ {"id": 70, "prompt": "Replace the text 'FOX' with 'VEG'.", "original_image": "1.1.2/image/original/3219314003912.0.jpg", "gt_image": "1.1.2/image/gt/3219314003912.0.jpg", "source_text": "FOX", "target_text": "VEG", "gt_caption": "This illustration features a black-and-white design with crossed utensils, surrounded by vegetables (asparagus, cauliflower, mushrooms, and an artichoke), and the text \"VEGAN\" at the top and \"VEG\" at the bottom, promoting a vegan theme."}
14
+ {"id": 71, "prompt": "Replace the text 'LIVED' with 'FLYED'.", "original_image": "1.1.2/image/original/1322760021276.0.jpg", "gt_image": "1.1.2/image/gt/1322760021276.0.jpg", "source_text": "LIVED", "target_text": "FLYED", "gt_caption": "This vintage-style poster features a woman in a red suit with a suitcase, standing against a backdrop of a world map and an airplane, with the text \"AND SHE FLEW HAPPILY EVER AFTER.\""}
15
+ {"id": 72, "prompt": "Replace the text 'WINNER' with 'CHAMPION'.", "original_image": "1.1.2/image/original/1670121019902.0.webp", "gt_image": "1.1.2/image/gt/1670121019902.0.webp", "source_text": "WINNER", "target_text": "CHAMPION", "gt_caption": "This poster ranks chocolate chip cookies made by various chefs and personalities, with Thomas Keller crowned as \"The Champion\" at the top, followed by Alton Brown, Bobby Flay, Toll House, and Kourtney Kardashian in descending order."}
16
+ {"id": 73, "prompt": "Replace the text '2' with '3'.", "original_image": "1.1.2/image/original/3392620000320.0.jpg", "gt_image": "1.1.2/image/gt/3392620000320.0.jpg", "source_text": "2", "target_text": "3", "gt_caption": "This poster advertises a service for calling Colombia, starting from 3 cents per minute, featuring a person joyfully holding the Colombian flag."}
17
+ {"id": 74, "prompt": "Replace the text 'LAUREN' with 'STUDIO'.", "original_image": "1.1.2/image/original/2754903013928.0.jpg", "gt_image": "1.1.2/image/gt/2754903013928.0.jpg", "source_text": "LAUREN", "target_text": "STUDIO", "gt_caption": "This poster showcases a man modeling a stylish outfit from Polo Ralph Studio, featuring a maroon cardigan, plaid shirt, khaki pants, and sneakers, with the brand name prominently displayed."}
18
+ {"id": 75, "prompt": "Replace the text 'SEBASTOPOL' with 'ORCHARD'.", "original_image": "1.1.2/image/original/3289210020351.0.webp", "gt_image": "1.1.2/image/gt/3289210020351.0.webp", "source_text": "SEBASTOPOL", "target_text": "ORCHARD", "gt_caption": "This vintage poster advertises \"Fancy Grade Kikuchi Brand Orchard Apples\" from Kikuchi Farms, Inc., showcasing a scenic orchard and fresh apples, with the farm's location in Sebastopol, California."}
19
+ {"id": 76, "prompt": "Replace the text 'Unique' with 'Professional'.", "original_image": "1.1.2/image/original/2594939002242.0.jpg", "gt_image": "1.1.2/image/gt/2594939002242.0.jpg", "source_text": "Unique", "target_text": "Professional", "gt_caption": "This digital display advertises a package of 6 professional CV templates available for $17, showcasing various designs in formats like AI, EPS, W, PDF, and PSD."}
20
+ {"id": 77, "prompt": "Replace the text 'HEALTH' with 'Wellness'.", "original_image": "1.1.2/image/original/3489143014220.0.jpg", "gt_image": "1.1.2/image/gt/3489143014220.0.jpg", "source_text": "HEALTH", "target_text": "Wellness", "gt_caption": "This poster features a scenic road stretching into the horizon under a partly cloudy sky, with the text \"HORIZON Wellness\" overlaid, and the word \"RECOVERY\" painted on the road, symbolizing a journey toward wellness and healing."}
21
+ {"id": 78, "prompt": "Replace the text 'Rudras' with 'SchoolSys'.", "original_image": "1.1.2/image/original/3054243010215.0.jpg", "gt_image": "1.1.2/image/gt/3054243010215.0.jpg", "source_text": "Rudras", "target_text": "SchoolSys", "gt_caption": "This digital illustration promotes the \"SchoolSys 2.0\" Smart School Management System, featuring icons for Firebase, Bootstrap, and MySQL, alongside imagery of books, a graduation cap, and a diploma to symbolize education and academic management."}
22
+ {"id": 79, "prompt": "Replace the text 'CYCLES' with 'MOTORS'.", "original_image": "1.1.2/image/original/2003251015205.0.jpg", "gt_image": "1.1.2/image/gt/2003251015205.0.jpg", "source_text": "CYCLES", "target_text": "MOTORS", "gt_caption": "This vintage-style poster features a woman confidently sitting on a classic Harley-Davidson motorcycle, promoting the brand with bold text and a retro aesthetic."}
23
+ {"id": 80, "prompt": "Replace the text 'GRIND' with 'Routine'.", "original_image": "1.1.2/image/original/3482024001476.0.jpg", "gt_image": "1.1.2/image/gt/3482024001476.0.jpg", "source_text": "GRIND", "target_text": "Routine", "gt_caption": "This poster features roasted coffee beans with the text \"RICHNESS IN YOUR DAILY Routine,\" emphasizing the idea of enhancing daily life with the richness of coffee."}
24
+ {"id": 81, "prompt": "Replace the text '2013' with '2014'.", "original_image": "1.1.2/image/original/2841287002224.0.webp", "gt_image": "1.1.2/image/gt/2841287002224.0.webp", "source_text": "2013", "target_text": "2014", "gt_caption": "This poster showcases a collection of colorful and diverse cupcake reviews from 2014, highlighting a variety of flavors and designs."}
25
+ {"id": 82, "prompt": "Replace the text 'CHEESE' with 'DRAWING'.", "original_image": "1.1.2/image/original/586557000044.0.jpg", "gt_image": "1.1.2/image/gt/586557000044.0.jpg", "source_text": "CHEESE", "target_text": "DRAWING", "gt_caption": "This illustration showcases various hand-drawn styles of cheese slices, emphasizing quality, organic ingredients, and premium branding."}
26
+ {"id": 83, "prompt": "Replace the text 'BOSCH' with 'Success'.", "original_image": "1.1.2/image/original/3542412001256.0.jpg", "gt_image": "1.1.2/image/gt/3542412001256.0.jpg", "source_text": "BOSCH", "target_text": "Success", "gt_caption": "This vintage poster features a bold illustration of a mechanic in a red uniform and helmet, showcasing a Bosch ignition system with the text \"Success Zündung\" and \"ROBERT BOSCH - STUTTGART,\" emphasizing automotive innovation."}
27
+ {"id": 84, "prompt": "Replace the text 'ISO' with 'Lowes'.", "original_image": "1.1.2/image/original/1793875028902.0.jpg", "gt_image": "1.1.2/image/gt/1793875028902.0.jpg", "source_text": "ISO", "target_text": "Lowes", "gt_caption": "This poster showcases a wooden door with a classic design, accompanied by logos from brands like Longxuan Door, GMC, Lowe's, and Bureau Veritas, indicating certifications and partnerships."}
28
+ {"id": 85, "prompt": "Replace the text 'Cybersecurity' with 'Data Protection'.", "original_image": "1.1.2/image/original/1286830001730.0.jpg", "gt_image": "1.1.2/image/gt/1286830001730.0.jpg", "source_text": "Cybersecurity", "target_text": "Data Protection", "gt_caption": "This digital illustration promotes Moxa's solutions, showcasing how they enhance industrial data protection through interconnected systems and cybersecurity features."}
29
+ {"id": 86, "prompt": "Replace the text 'COOKIES' with 'BADGES'.", "original_image": "1.1.2/image/original/4128059059839.0.jpg", "gt_image": "1.1.2/image/gt/4128059059839.0.jpg", "source_text": "COOKIES", "target_text": "BADGES", "gt_caption": "This vintage poster promotes the purchase of Girl Scout badges, featuring an image of a smiling Girl Scout, a box of Girl Scout cookies, and a close-up of a badge."}
30
+ {"id": 87, "prompt": "Replace the text 'SKYY' with 'VODKA'.", "original_image": "1.1.2/image/original/3052147006260.0.jpg", "gt_image": "1.1.2/image/gt/3052147006260.0.jpg", "source_text": "SKYY", "target_text": "VODKA", "gt_caption": "This digital display showcases a vibrant advertisement for Skyy Vodka, featuring a dynamic splash of liquid and ice cubes around a blue bottle against a cosmic, starry background."}
31
+ {"id": 88, "prompt": "Replace the text 'REDBEANFLOUR' with 'STAINLESSSTEEL'.", "original_image": "1.1.2/image/original/3993728000639.0.jpg", "gt_image": "1.1.2/image/gt/3993728000639.0.jpg", "source_text": "REDBEANFLOUR", "target_text": "STAINLESSSTEEL", "gt_caption": "This poster showcases a stainless steel spice and grain grinder with examples of its uses, including grinding nut flour, mung bean flour, chili powder, and dry grain powder."}
32
+ {"id": 89, "prompt": "Replace the text 'Marshall' with 'Amplifier'.", "original_image": "1.1.2/image/original/4195761012747.0.jpg", "gt_image": "1.1.2/image/gt/4195761012747.0.jpg", "source_text": "Marshall", "target_text": "Amplifier", "gt_caption": "This poster introduces the Marshall Jack Rack Collection, showcasing miniature amplifier designs inspired by iconic Marshall models, including the JCM800 Standard, JCM800 Chequered, 1959SLP, and JCM800 Handwired."}
33
+ {"id": 90, "prompt": "Replace the text 'Product' with 'Equipment'.", "original_image": "1.1.2/image/original/2768141007292.0.jpg", "gt_image": "1.1.2/image/gt/2768141007292.0.jpg", "source_text": "Product", "target_text": "Equipment", "gt_caption": "This photo features a badge labeled \"Best Business Equipment 2019\" alongside a close-up of pink flowers, suggesting an award or recognition for business equipment in 2019."}
34
+ {"id": 91, "prompt": "Replace the text 'ACTIVISTS' with 'Coaches'.", "original_image": "1.1.2/image/original/3989887005985.0.jpg", "gt_image": "1.1.2/image/gt/3989887005985.0.jpg", "source_text": "ACTIVISTS", "target_text": "Coaches", "gt_caption": "This poster features a group of four fitness coaches in athletic attire, promoting their expertise to transform the exercise experience."}
35
+ {"id": 92, "prompt": "Replace the text 'GRILLED' with 'SAUTÉED'.", "original_image": "1.1.2/image/original/1114929003982.0.webp", "gt_image": "1.1.2/image/gt/1114929003982.0.webp", "source_text": "GRILLED", "target_text": "SAUTÉED", "gt_caption": "This photo showcases a vibrant and colorful sautéed chicken salad, featuring grilled chicken, fresh vegetables, and crispy bacon, presented in a bowl."}
36
+ {"id": 93, "prompt": "Replace the text 'Garlic' with 'Herb'.", "original_image": "1.1.2/image/original/4218301010803.0.jpg", "gt_image": "1.1.2/image/gt/4218301010803.0.jpg", "source_text": "Garlic", "target_text": "Herb", "gt_caption": "This photo showcases a plated dish of Herb Brown Sugar Chicken served over rice with steamed broccoli, garnished with green onions, and accompanied by a fork and knife, presented by Melissa's Southern Style Kitchen."}
37
+ {"id": 94, "prompt": "Replace the text '30' with '25'.", "original_image": "1.1.2/image/original/1512611010350.0.webp", "gt_image": "1.1.2/image/gt/1512611010350.0.webp", "source_text": "30", "target_text": "25", "gt_caption": "This poster advertises a 25% off sale on full-priced items, featuring images of a woman in a leopard-print jacket and a man in a cardigan, with the promotion valid online and in stores until March 17."}
38
+ {"id": 95, "prompt": "Replace the text 'WITCHER' with 'HUNTER'.", "original_image": "1.1.2/image/original/3355888010853.0.jpg", "gt_image": "1.1.2/image/gt/3355888010853.0.jpg", "source_text": "WITCHER", "target_text": "HUNTER", "gt_caption": "This digital display features a promotional image for \"The Witcher 3: Wild Hunt\" on Xbox Game Pass, showcasing the characters Geralt and Ciri in a dark, atmospheric setting."}
39
+ {"id": 96, "prompt": "Replace the text 'SAUSAGE' with 'PASTA'.", "original_image": "1.1.2/image/original/4183314007347.0.jpg", "gt_image": "1.1.2/image/gt/4183314007347.0.jpg", "source_text": "SAUSAGE", "target_text": "PASTA", "gt_caption": "This photo showcases a plate of spaghetti and meatballs with Italian pasta, topped with melted cheese and marinara sauce, accompanied by a slice of bread, with the text \"Spaghetti & Meatballs with Italian Pasta\" from \"Can't Stay Out of the Kitchen.\""}
40
+ {"id": 97, "prompt": "Replace the text 'FREE' with 'EXEMPT'.", "original_image": "1.1.2/image/original/3209493000185.0.jpg", "gt_image": "1.1.2/image/gt/3209493000185.0.jpg", "source_text": "FREE", "target_text": "EXEMPT", "gt_caption": "This poster showcases a modern kitchen with white cabinets, a central island, and a black built-in oven, promoting that all kitchen cabinet ranges are VAT exempt."}
41
+ {"id": 98, "prompt": "Replace the text 'CONNECTION' with 'Network'.", "original_image": "1.1.2/image/original/2780671042159.0.jpg", "gt_image": "1.1.2/image/gt/2780671042159.0.jpg", "source_text": "CONNECTION", "target_text": "Network", "gt_caption": "This poster advertises AHA's Weekly Parent Newsletter, featuring the \"STARS Network\" logo prominently displayed over an image of a classical building facade."}
42
+ {"id": 99, "prompt": "Replace the text 'CREAM' with 'MOISTURIZER'.", "original_image": "1.1.2/image/original/3630496001986.0.webp", "gt_image": "1.1.2/image/gt/3630496001986.0.webp", "source_text": "CREAM", "target_text": "MOISTURIZER", "gt_caption": "This poster showcases a CC Moisturizer product with a floral design, highlighting its use for achieving \"Instant Glass Skin,\" alongside an image of a woman applying the product."}
43
+ {"id": 100, "prompt": "Replace the text 'DRIVE' with 'HIT'.", "original_image": "1.1.2/image/original/3626660004579.0.jpg", "gt_image": "1.1.2/image/gt/3626660004579.0.jpg", "source_text": "DRIVE", "target_text": "HIT", "gt_caption": "This poster features a golfer mid-swing, promoting \"Deep Golf Tips\" with a focus on golf swing techniques, as indicated by the text and branding for \"GG SwingTips Golf.\""}
44
+ {"id": 101, "prompt": "Replace the text 'MONTHLY' with 'REGULAR'.", "original_image": "1.1.2/image/original/4136251002209.0.webp", "gt_image": "1.1.2/image/gt/4136251002209.0.webp", "source_text": "MONTHLY", "target_text": "REGULAR", "gt_caption": "This poster advertises a \"Regular Subscription\" service, showcasing a variety of colorful cocktails and a cocktail-making machine, with the text \"Choose your cocktails each month\" and \"Subscribe & Save.\""}
45
+ {"id": 102, "prompt": "Replace the text 'SPORT' with 'ADVENTURE'.", "original_image": "1.1.2/image/original/2631713000156.0.jpg", "gt_image": "1.1.2/image/gt/2631713000156.0.jpg", "source_text": "SPORT", "target_text": "ADVENTURE", "gt_caption": "This digital display features the logo and text for \"K2 Adventure Fishing & Diving,\" showcasing a bold, blue design with a focus on outdoor activities."}
46
+ {"id": 103, "prompt": "Replace the text 'Pays' with 'Thrives'.", "original_image": "1.1.2/image/original/4251020004610.0.jpg", "gt_image": "1.1.2/image/gt/4251020004610.0.jpg", "source_text": "Pays", "target_text": "Thrives", "gt_caption": "This vintage poster promotes growing wheat, featuring a farmer standing in a field with harvested wheat, emphasizing \"The Crop that Thrives\" with promises of a \"Guaranteed Market\" and \"Guaranteed Price.\""}
47
+ {"id": 104, "prompt": "Replace the text 'Christmas' with 'Holiday'.", "original_image": "1.1.2/image/original/3959544000711.0.jpg", "gt_image": "1.1.2/image/gt/3959544000711.0.jpg", "source_text": "Christmas", "target_text": "Holiday", "gt_caption": "This poster features festive holiday-themed desserts and treats, accompanied by the text \"We wish you a Delicious Holiday\" and a \"SHOP NOW\" button, promoting a festive shopping experience."}
48
+ {"id": 105, "prompt": "Replace the text 'Solves' with 'Creates'.", "original_image": "1.1.2/image/original/1834193000422.0.jpg", "gt_image": "1.1.2/image/gt/1834193000422.0.jpg", "source_text": "Solves", "target_text": "Creates", "gt_caption": "This poster depicts a messy kitchen scene with green splatters on surfaces and appliances, highlighting a blender and cleaning products, with the text \"Creates every Washing problem\" to promote a cleaning solution."}
49
+ {"id": 106, "prompt": "Replace the text 'POPPERS' with 'Bites'.", "original_image": "1.1.2/image/original/975565062360.0.jpg", "gt_image": "1.1.2/image/gt/975565062360.0.jpg", "source_text": "POPPERS", "target_text": "Bites", "gt_caption": "This photo collage showcases a recipe for Whole30 and Paleo Chicken Zucchini Bites, featuring golden-brown patties served with a green dip."}
50
+ {"id": 107, "prompt": "Replace the text 'CHINYERE' with 'LAWN'.", "original_image": "1.1.2/image/original/2037435001183.0.jpg", "gt_image": "1.1.2/image/gt/2037435001183.0.jpg", "source_text": "CHINYERE", "target_text": "LAWN", "gt_caption": "This poster showcases two women modeling vibrant lawn dresses, labeled \"A\" and \"B,\" with the text \"LAWN: CHOOSE YOUR FAVORITE\" and the website \"WWW.CHINYERE.PK\" displayed."}
51
+ {"id": 108, "prompt": "Replace the text 'USA' with 'Garage'.", "original_image": "1.1.2/image/original/2111509005122.0.jpg", "gt_image": "1.1.2/image/gt/2111509005122.0.jpg", "source_text": "USA", "target_text": "Garage", "gt_caption": "This poster showcases a \"Full Garage Solutions\" package, highlighting features like epoxy flooring, storage walls, workbench cabinets, and finishing touches for organizing and enhancing garage spaces."}
52
+ {"id": 109, "prompt": "Replace the text 'facebook' with 'StevieNicks'.", "original_image": "1.1.2/image/original/3405856002182.0.jpg", "gt_image": "1.1.2/image/gt/3405856002182.0.jpg", "source_text": "facebook", "target_text": "StevieNicks", "gt_caption": "This digital display showcases a black t-shirt featuring a commemorative design for Stevie Nicks' 53rd anniversary (1966-2019), surrounded by promotional icons highlighting fast delivery, secure payment options, and quality guarantees."}
53
+ {"id": 110, "prompt": "Replace the text 'McFLY' with 'Band'.", "original_image": "1.1.2/image/original/3632350002197.0.webp", "gt_image": "1.1.2/image/gt/3632350002197.0.webp", "source_text": "McFLY", "target_text": "Band", "gt_caption": "This illustration features the band McFly, showcasing their members in a vibrant, artistic style, with the text \"MEMORY LANE: THE BEST OF MCFLY\" indicating a greatest hits album."}
54
+ {"id": 111, "prompt": "Replace the text 'BONSAI' with 'Plants'.", "original_image": "1.1.2/image/original/4269121007999.0.jpg", "gt_image": "1.1.2/image/gt/4269121007999.0.jpg", "source_text": "BONSAI", "target_text": "Plants", "gt_caption": "This poster features a bonsai tree in a pot, accompanied by the text \"HOW BIG DO PLANTS TREES GROW?\" and the website \"GrowYourBonsai.com,\" promoting bonsai cultivation."}
55
+ {"id": 112, "prompt": "Replace the text 'GUARANTEE' with 'ASSURANCE'.", "original_image": "1.1.2/image/original/4163912006985.0.jpg", "gt_image": "1.1.2/image/gt/4163912006985.0.jpg", "source_text": "GUARANTEE", "target_text": "ASSURANCE", "gt_caption": "This poster advertises a pest control service, featuring a professional pest control technician shaking hands with a customer in a kitchen, emphasizing trust and assurance."}
56
+ {"id": 113, "prompt": "Replace the text 'BAKE' with 'MAKE'.", "original_image": "1.1.2/image/original/3136676009708.0.webp", "gt_image": "1.1.2/image/gt/3136676009708.0.webp", "source_text": "BAKE", "target_text": "MAKE", "gt_caption": "This photo showcases a stack of homemade Ferrero Rocher-inspired no-bake bars, highlighting their chocolate coating and nutty filling, with text indicating they are a 4-ingredient recipe suitable for keto, low-carb, paleo, vegan, and gluten-free diets."}
57
+ {"id": 114, "prompt": "Replace the text 'LIVING' with 'LIFE'.", "original_image": "1.1.2/image/original/3110447016607.0.webp", "gt_image": "1.1.2/image/gt/3110447016607.0.webp", "source_text": "LIVING", "target_text": "LIFE", "gt_caption": "This poster for \"LTD The Magazine\" showcases a vibrant interior design with a teal sofa, colorful accents, and a cityscape view, promoting a theme of \"Life Colourful with Aria.\""}
58
+ {"id": 115, "prompt": "Replace the text 'ONLY30' with 'LIMITED'.", "original_image": "1.1.2/image/original/3125463000892.0.jpg", "gt_image": "1.1.2/image/gt/3125463000892.0.jpg", "source_text": "ONLY30", "target_text": "LIMITED", "gt_caption": "This illustration showcases a modern multi-story residential building with the text \"LIMITED PREMIUM HOMES | DELIVERY DECEMBER 2017\" and the branding \"OCEANA BOUTIQUE RESIDENCES,\" set in a scenic coastal environment."}
59
+ {"id": 116, "prompt": "Replace the text 'CREAMY' with 'Whitish'.", "original_image": "1.1.2/image/original/3908968001357.0.webp", "gt_image": "1.1.2/image/gt/3908968001357.0.webp", "source_text": "CREAMY", "target_text": "Whitish", "gt_caption": "This poster showcases a vegan and dairy-free white bean soup, featuring an image of the finished dish garnished with herbs and mushrooms, along with ingredients like beans and mushrooms, and includes branding for \"ADDJOI.COM.\""}
60
+ {"id": 117, "prompt": "Replace the text 'Reviews' with 'Feedback'.", "original_image": "1.1.2/image/original/1128376004479.0.jpg", "gt_image": "1.1.2/image/gt/1128376004479.0.jpg", "source_text": "Reviews", "target_text": "Feedback", "gt_caption": "This poster celebrates LinkNow reaching over 800 positive reviews on Google, featuring a joyful man with clenched fists and a five-star rating."}
61
+ {"id": 118, "prompt": "Replace the text 'GMO' with 'Organic'.", "original_image": "1.1.2/image/original/1207620008964.0.jpg", "gt_image": "1.1.2/image/gt/1207620008964.0.jpg", "source_text": "GMO", "target_text": "Organic", "gt_caption": "This illustration showcases a collection of green labels and badges emphasizing \"GMO Free,\" \"Organic,\" and \"Non-GMO\" themes, highlighting the focus on natural and genetically modified organism-free products."}
62
+ {"id": 119, "prompt": "Replace the text '21' with '30'.", "original_image": "1.1.2/image/original/3307095022650.0.jpg", "gt_image": "1.1.2/image/gt/3307095022650.0.jpg", "source_text": "21", "target_text": "30", "gt_caption": "This poster advertises \"30 Recipes for Delicious Dairy-Free Desserts,\" featuring an image of a colorful, layered dessert topped with fresh fruit, edible flowers, and berries, set on a grassy background."}
63
+ {"id": 120, "prompt": "Replace the text 'ALL' with 'Every'.", "original_image": "1.1.2/image/original/1414154001330.0.jpg", "gt_image": "1.1.2/image/gt/1414154001330.0.jpg", "source_text": "ALL", "target_text": "Every", "gt_caption": "This vintage poster advertises \"Maypole Soap,\" featuring an illustration of a woman in flowing, colorful attire dancing against a radiant circular backdrop, with the tagline \"DYES Every COLOURS.\""}
64
+ {"id": 121, "prompt": "Replace the text 'CRAFT' with 'ART'.", "original_image": "1.1.2/image/original/3535786005719.0.jpg", "gt_image": "1.1.2/image/gt/3535786005719.0.jpg", "source_text": "CRAFT", "target_text": "ART", "gt_caption": "This poster showcases a DIY winter-themed photo frame art project featuring a light blue frame decorated with snowflake embellishments."}
65
+ {"id": 122, "prompt": "Replace the text 'PlayStation' with 'Nintendo'.", "original_image": "1.1.2/image/original/1713549005193.0.webp", "gt_image": "1.1.2/image/gt/1713549005193.0.webp", "source_text": "PlayStation", "target_text": "Nintendo", "gt_caption": "This illustration features a character in a suit holding a whimsical black cat with blue eyes, celebrating a double award win at the Nintendo Awards 2016, as indicated by the text and logos."}
66
+ {"id": 123, "prompt": "Replace the text 'GOOD' with 'BEST'.", "original_image": "1.1.2/image/original/4060238000681.0.jpg", "gt_image": "1.1.2/image/gt/4060238000681.0.jpg", "source_text": "GOOD", "target_text": "BEST", "gt_caption": "This digital display shows a logo for the \"Best Food Award for Cafes 2021 | GOLD SEAL,\" featuring a ribbon design and a blue background."}
67
+ {"id": 124, "prompt": "Replace the text 'ACADEMY' with 'Institute'.", "original_image": "1.1.2/image/original/3756326001987.0.webp", "gt_image": "1.1.2/image/gt/3756326001987.0.webp", "source_text": "ACADEMY", "target_text": "Institute", "gt_caption": "This poster features the logo and branding for \"Grilling Institute,\" showcasing a wooden cutting board with seasoned meat and rosemary sprigs, emphasizing a focus on grilling and culinary expertise."}
68
+ {"id": 125, "prompt": "Replace the text 'DESANO' with 'PIZZA'.", "original_image": "1.1.2/image/original/3024389014712.0.jpg", "gt_image": "1.1.2/image/gt/3024389014712.0.jpg", "source_text": "DESANO", "target_text": "PIZZA", "gt_caption": "This digital illustration showcases a logo for a pizza bakery, emphasizing its heritage as the \"Home of the World Famous San Gennaro\" and highlighting its long-standing tradition since 1889."}
69
+ {"id": 126, "prompt": "Replace the text 'PERFORMANCE' with 'EFFICIENCY'.", "original_image": "1.1.2/image/original/2433647011595.0.jpg", "gt_image": "1.1.2/image/gt/2433647011595.0.jpg", "source_text": "PERFORMANCE", "target_text": "EFFICIENCY", "gt_caption": "This poster features a data center interior with the text \"EQUINIX: THE CENTER OF EFFICIENCY\" and the subtitle \"ENHANCING THE APP EXPERIENCE FOR END-USERS,\" emphasizing the company's focus on optimizing application performance."}
70
+ {"id": 127, "prompt": "Replace the text 'Google' with 'Alerts'.", "original_image": "1.1.2/image/original/1094617006147.0.jpg", "gt_image": "1.1.2/image/gt/1094617006147.0.jpg", "source_text": "Google", "target_text": "Alerts", "gt_caption": "This illustration promotes \"Alerts for New Bloggers,\" featuring an alarm clock and envelopes to symbolize timely notifications and communication."}
71
+ {"id": 128, "prompt": "Replace the text 'CASHEW' with 'ALMOND'.", "original_image": "1.1.2/image/original/4224967014730.0.webp", "gt_image": "1.1.2/image/gt/4224967014730.0.webp", "source_text": "CASHEW", "target_text": "ALMOND", "gt_caption": "This photo showcases a close-up of no-bake coconut almond bars, highlighting their texture and ingredients, with a text overlay indicating they are Whole30 and keto-friendly."}
72
+ {"id": 129, "prompt": "Replace the text 'Club' with 'Bar'.", "original_image": "1.1.2/image/original/3576929001222.0.jpg", "gt_image": "1.1.2/image/gt/3576929001222.0.jpg", "source_text": "Club", "target_text": "Bar", "gt_caption": "This poster advertises a cocktail bar promotion offering \"2 for £12 cocktails\" from Monday to Friday, 12-7pm, with a selection of colorful drinks displayed in the foreground."}
73
+ {"id": 130, "prompt": "Replace the text 'Athletic' with 'Active'.", "original_image": "1.1.2/image/original/3527535005496.0.jpg", "gt_image": "1.1.2/image/gt/3527535005496.0.jpg", "source_text": "Athletic", "target_text": "Active", "gt_caption": "Triptych poster with three panels: \"Clinical\" shows a healthcare professional in a white lab coat, \"Athletic\" features someone running up stairs with a water bottle, and \"Adventurous\" displays a skateboarder performing tricks with palm trees in the background."}
74
+ {"id": 131, "prompt": "Replace the text 'POWER' with 'ENERGY'.", "original_image": "1.1.2/image/original/4097939002348.0.jpg", "gt_image": "1.1.2/image/gt/4097939002348.0.jpg", "source_text": "POWER", "target_text": "ENERGY", "gt_caption": "This poster features a woman wearing headphones and a yellow dress, smiling joyfully against a vibrant yellow background, promoting \"Energy Through the Week: Jazz Mood Boost.\""}
eval_prompts/fullset/1.1.3.jsonl ADDED
@@ -0,0 +1,107 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {"id": 132, "prompt": "Replace the text 'CONVENIENCE' with 'COMFORT'.", "original_image": "1.1.3/image/original/3622959011182.0.jpg", "gt_image": "1.1.3/image/gt/3622959011182.0.jpg", "source_text": "CONVENIENCE", "target_text": "COMFORT", "gt_caption": "This poster for the family comedy \"Kim's Comfort\" features a group of four people standing together in a grocery store, smiling and posing for the camera."}
2
+ {"id": 133, "prompt": "Replace the text 'SHOWMAN' with 'PERFORMER'.", "original_image": "1.1.3/image/original/2251999002755.0.jpg", "gt_image": "1.1.3/image/gt/2251999002755.0.jpg", "source_text": "SHOWMAN", "target_text": "PERFORMER", "gt_caption": "This is a movie poster for \"The Greatest Performer,\" featuring a group of actors in a theatrical setting, with a central spotlight highlighting a performer in a circus-like scene."}
3
+ {"id": 134, "prompt": "Replace the text 'KELLY' with 'JENNY'.", "original_image": "1.1.3/image/original/812454008485.0.jpg", "gt_image": "1.1.3/image/gt/812454008485.0.jpg", "source_text": "KELLY", "target_text": "JENNY", "gt_caption": "This movie poster for \"Jenny & Cal\" features two individuals, highlighting the tagline \"Outcasts in Life, Allies in Suburbia,\" and showcases the lead actress Juliette Lewis."}
4
+ {"id": 135, "prompt": "Replace the text 'GAME' with 'Match'.", "original_image": "1.1.3/image/original/3503606023028.0.jpg", "gt_image": "1.1.3/image/gt/3503606023028.0.jpg", "source_text": "GAME", "target_text": "Match", "gt_caption": "This is a movie poster for \"The Coldest Match,\" starring Bill Pullman and Lotte Verbeek, featuring a striking red and white design with a prominent building silhouette, set for release in theaters in 2019."}
5
+ {"id": 136, "prompt": "Replace the text 'WATER' with 'NEWS'.", "original_image": "1.1.3/image/original/3954262002765.0.jpg", "gt_image": "1.1.3/image/gt/3954262002765.0.jpg", "source_text": "WATER", "target_text": "NEWS", "gt_caption": "This photo shows a man in a black suit standing on a red carpet at a movie premiere, with a promotional poster for \"The News\" in the background."}
6
+ {"id": 137, "prompt": "Replace the text 'SIDESHOW' with 'CIRCUS'.", "original_image": "1.1.3/image/original/1075391001152.0.jpg", "gt_image": "1.1.3/image/gt/1075391001152.0.jpg", "source_text": "SIDESHOW", "target_text": "CIRCUS", "gt_caption": "This poster for the film \"CIRCUS\" features a dark, suspenseful design with the tagline \"Magic. Mayhem. Murder...\" and the text \"Not even a psychic could predict a night like this,\" highlighting themes of mystery and intrigue."}
7
+ {"id": 138, "prompt": "Replace the text 'MYSTERIOUS' with 'ENIGMATIC'.", "original_image": "1.1.3/image/original/1159258003250.0.jpg", "gt_image": "1.1.3/image/gt/1159258003250.0.jpg", "source_text": "MYSTERIOUS", "target_text": "ENIGMATIC", "gt_caption": "This poster for Disney+’s *The Enigmatic Benedict Society* features a character in a yellow outfit, identified as \"Number Two {effective}\", with a release date of June 25."}
8
+ {"id": 139, "prompt": "Replace the text 'MITTY' with 'MADNESS'.", "original_image": "1.1.3/image/original/3033690001992.0.jpg", "gt_image": "1.1.3/image/gt/3033690001992.0.jpg", "source_text": "MITTY", "target_text": "MADNESS", "gt_caption": "This poster for the movie \"The Secret Life of Walter Mitty\" features a man walking through a bustling city street, carrying a briefcase, with large billboards displaying adventurous scenes, emphasizing the theme of \"Stop Dreaming, Start Living.\""}
9
+ {"id": 140, "prompt": "Replace the text 'MAKETH' with 'CREATES'.", "original_image": "1.1.3/image/original/3478943007956.0.jpg", "gt_image": "1.1.3/image/gt/3478943007956.0.jpg", "source_text": "MAKETH", "target_text": "CREATES", "gt_caption": "This poster for the movie \"Kingsman: The Secret Service\" features a man in a sharp suit adjusting his cufflinks, with the tagline \"MANNERS CREATES MAN - HARRY\" and the release date \"February 13.\""}
10
+ {"id": 141, "prompt": "Replace the text 'TRAILER' with 'INTRO'.", "original_image": "1.1.3/image/original/4016219000185.0.jpg", "gt_image": "1.1.3/image/gt/4016219000185.0.jpg", "source_text": "TRAILER", "target_text": "INTRO", "gt_caption": "This is a screenshot featuring a close-up of a woman with a serious expression, accompanied by the text \"INTRO\" and the \"F HD\" logo, likely indicating the start of a video or film."}
11
+ {"id": 142, "prompt": "Replace the text 'HRONICLES' with 'MYSTERIES'.", "original_image": "1.1.3/image/original/4026999006003.0.webp", "gt_image": "1.1.3/image/gt/4026999006003.0.webp", "source_text": "HRONICLES", "target_text": "MYSTERIES", "gt_caption": "This illustration depicts a noir-themed poster for \"Noir Mysteries: City of Crime,\" featuring a man and woman in a tense moment, with playing cards and a fedora hat as central elements."}
12
+ {"id": 143, "prompt": "Replace the text 'ADVENTURES' with 'JOURNEYS'.", "original_image": "1.1.3/image/original/1906395004714.0.webp", "gt_image": "1.1.3/image/gt/1906395004714.0.webp", "source_text": "ADVENTURES", "target_text": "JOURNEYS", "gt_caption": "This poster for \"The Essential Doctor Who: Journeys in Space\" features a central astronaut-like figure, accompanied by other characters and space-themed elements, highlighting the series' greatest space missions."}
13
+ {"id": 144, "prompt": "Replace the text 'CHRONIOUES' with 'HISTOIRES'.", "original_image": "1.1.3/image/original/4141012010180.0.jpg", "gt_image": "1.1.3/image/gt/4141012010180.0.jpg", "source_text": "CHRONIOUES", "target_text": "HISTOIRES", "gt_caption": "This poster for Netflix features a man dressed as Santa Claus, surrounded by a festive Christmas tree, promoting the series \"Les Histoires de Noël.\""}
14
+ {"id": 145, "prompt": "Replace the text 'TSUJI' with 'TAKAHASHI'.", "original_image": "1.1.3/image/original/3904325001964.0.jpg", "gt_image": "1.1.3/image/gt/3904325001964.0.jpg", "source_text": "TSUJI", "target_text": "TAKAHASHI", "gt_caption": "This poster advertises a live performance by Ayana Takahashi, featuring works by Sibelius, Saint-Saëns, and Stravinsky, accompanied by Philip Chiu on piano, the Orchestre Symphonique de Montréal, and conductor Giancarlo Guerrero, held in Montreal."}
15
+ {"id": 146, "prompt": "Replace the text 'DARKHALL' with 'MIDNIGHT'.", "original_image": "1.1.3/image/original/2834524036399.0.jpg", "gt_image": "1.1.3/image/gt/2834524036399.0.jpg", "source_text": "DARKHALL", "target_text": "MIDNIGHT", "gt_caption": "This movie poster for *Down a Midnight* features a group of girls in a dimly lit hallway, with a central figure holding a glowing object, suggesting a mysterious and suspenseful atmosphere."}
16
+ {"id": 147, "prompt": "Replace the text 'STRENGTH' with 'RESILIENCE'.", "original_image": "1.1.3/image/original/3917088001572.0.webp", "gt_image": "1.1.3/image/gt/3917088001572.0.webp", "source_text": "STRENGTH", "target_text": "RESILIENCE", "gt_caption": "This illustration depicts Archangel Ariel, symbolizing resilience, with a serene angelic figure sitting on a rock, accompanied by a majestic lion and a dove, set against a vibrant sunset backdrop, emphasizing themes of strength, grace, kindness, self-confidence, and forgiveness."}
17
+ {"id": 148, "prompt": "Replace the text 'CRETACEOUS' with 'MESOZOIC'.", "original_image": "1.1.3/image/original/3965710010920.0.jpg", "gt_image": "1.1.3/image/gt/3965710010920.0.jpg", "source_text": "CRETACEOUS", "target_text": "MESOZOIC", "gt_caption": "This illustration depicts a group of children standing in front of the entrance to \"Camp Mesozoic\" at Jurassic World, surrounded by a lush, prehistoric jungle setting."}
18
+ {"id": 149, "prompt": "Replace the text 'TER' with 'LIFE'.", "original_image": "1.1.3/image/original/1119250029515.0.jpg", "gt_image": "1.1.3/image/gt/1119250029515.0.jpg", "source_text": "TER", "target_text": "LIFE", "gt_caption": "This illustration features a clenched fist in the foreground, symbolizing strength or resistance, with the text \"BLACK LIVES MATTER\" prominently displayed, conveying a message of solidarity and activism."}
19
+ {"id": 150, "prompt": "Replace the text 'Family' with 'Theater'.", "original_image": "1.1.3/image/original/3225270028235.0.jpg", "gt_image": "1.1.3/image/gt/3225270028235.0.jpg", "source_text": "Family", "target_text": "Theater", "gt_caption": "This poster advertises the Broadway hit musical comedy \"The Addams Theater,\" featuring the cast in character poses against a vibrant pink background."}
20
+ {"id": 151, "prompt": "Replace the text 'NYMPH' with 'TEMPERANCE'.", "original_image": "1.1.3/image/original/4217931000283.0.png", "gt_image": "1.1.3/image/gt/4217931000283.0.png", "source_text": "NYMPH", "target_text": "TEMPERANCE", "gt_caption": "This illustration depicts a woman in a flowing pink dress gracefully standing amidst waves, symbolizing balance and harmony, labeled as \"Temperance Sea Temperance.\""}
21
+ {"id": 152, "prompt": "Replace the text 'STRaNGeR' with 'MysteRiOuS'.", "original_image": "1.1.3/image/original/3845968011267.0.jpg", "gt_image": "1.1.3/image/gt/3845968011267.0.jpg", "source_text": "STRaNGeR", "target_text": "MysteRiOuS", "gt_caption": "This is a movie poster for *Stranger Things*, featuring the Duffer Brothers, showcasing a group of characters hanging from a cliff in a surreal, otherworldly setting, with text highlighting the show's mysterious and supernatural themes."}
22
+ {"id": 153, "prompt": "Replace the text 'ZERO' with 'START'.", "original_image": "1.1.3/image/original/4110142005724.0.jpg", "gt_image": "1.1.3/image/gt/4110142005724.0.jpg", "source_text": "ZERO", "target_text": "START", "gt_caption": "This poster for the film \"Year Start\" features a rugged, graffiti-covered RV labeled \"ZOMBIE KILLER,\" parked near a serene lake surrounded by mountains, hinting at a post-apocalyptic adventure."}
23
+ {"id": 154, "prompt": "Replace the text 'TRAILER' with 'Preview'.", "original_image": "1.1.3/image/original/1003669013445.0.jpg", "gt_image": "1.1.3/image/gt/1003669013445.0.jpg", "source_text": "TRAILER", "target_text": "Preview", "gt_caption": "This screenshot shows a woman in a white turtleneck and black polka-dot skirt standing in a modern, blue-lit room, with the \"Rotten Tomatoes TV Preview\" logo in the corner."}
24
+ {"id": 155, "prompt": "Replace the text 'KITCHEN' with 'CINEMA'.", "original_image": "1.1.3/image/original/3419512000961.0.jpg", "gt_image": "1.1.3/image/gt/3419512000961.0.jpg", "source_text": "KITCHEN", "target_text": "CINEMA", "gt_caption": "This is a movie poster for *The Cinema*, featuring a central image of a woman in a red outfit, with supporting characters and scenes in smaller frames, promoting the film's theatrical release on August 9."}
25
+ {"id": 156, "prompt": "Replace the text '2042' with '2050'.", "original_image": "1.1.3/image/original/3390761002333.0.jpg", "gt_image": "1.1.3/image/gt/3390761002333.0.jpg", "source_text": "2042", "target_text": "2050", "gt_caption": "This digital illustration features a person holding a photograph, set against a stained-glass background with a halo, symbolizing a spiritual or reflective theme, and includes the text \"KELE\" and \"2050.\""}
26
+ {"id": 157, "prompt": "Replace the text 'SICARIO' with 'HOLLYWOOD'.", "original_image": "1.1.3/image/original/2821844015882.0.jpg", "gt_image": "1.1.3/image/gt/2821844015882.0.jpg", "source_text": "SICARIO", "target_text": "HOLLYWOOD", "gt_caption": "Movie poster for \"Sicario\" featuring a gritty double-exposure collage. Emily Blunt's profile silhouette blends with armed figures including Benicio del Toro and Josh Brolin. Textured beige background with barbed wire. Tagline: \"The border is just another line to cross.\""}
27
+ {"id": 158, "prompt": "Replace the text 'OFUS' with 'LOST'.", "original_image": "1.1.3/image/original/2513969018748.0.jpg", "gt_image": "1.1.3/image/gt/2513969018748.0.jpg", "source_text": "OFUS", "target_text": "LOST", "gt_caption": "This screenshot from the video game \"The Last of Us\" shows two characters, Joel and Ellie, standing in a post-apocalyptic urban environment, holding weapons and preparing for action."}
28
+ {"id": 159, "prompt": "Replace the text 'Snow' with 'Rain'.", "original_image": "1.1.3/image/original/1867017001255.0.jpg", "gt_image": "1.1.3/image/gt/1867017001255.0.jpg", "source_text": "Snow", "target_text": "Rain", "gt_caption": "This painting depicts a man in a suit holding a clapperboard with the text \"Only Rain,\" set against a textured, abstract background."}
29
+ {"id": 160, "prompt": "Replace the text 'CAPTAIN' with 'HERO'.", "original_image": "1.1.3/image/original/1152845008401.0.jpg", "gt_image": "1.1.3/image/gt/1152845008401.0.jpg", "source_text": "CAPTAIN", "target_text": "HERO", "gt_caption": "This illustration is a comic book cover for \"Hero Marvel,\" featuring Captain Marvel flying above a diverse crowd of cheering supporters, with the Marvel logo and issue number 017 displayed prominently."}
30
+ {"id": 161, "prompt": "Replace the text 'SLEEPING' with 'DREAMING'.", "original_image": "1.1.3/image/original/965617012384.0.jpg", "gt_image": "1.1.3/image/gt/965617012384.0.jpg", "source_text": "SLEEPING", "target_text": "DREAMING", "gt_caption": "This illustration is a stylized promotional poster for \"Dreaming Docs,\" featuring a dynamic collage of characters in action poses, set against a backdrop of a bustling cityscape with Asian-inspired elements."}
31
+ {"id": 162, "prompt": "Replace the text 'AGENT' with 'HERO'.", "original_image": "1.1.3/image/original/3546897000036.0.jpg", "gt_image": "1.1.3/image/gt/3546897000036.0.jpg", "source_text": "AGENT", "target_text": "HERO", "gt_caption": "This poster promotes the Marvel One-Shot \"Agent Carter,\" featuring a vintage-style design with a woman holding a gun, set against a fiery backdrop, and announcing its release as part of the \"Iron Man 3\" Blu-ray and digital edition in September 2013."}
32
+ {"id": 163, "prompt": "Replace the text 'MADNESS' with 'Whispers'.", "original_image": "1.1.3/image/original/2361830020597.0.webp", "gt_image": "1.1.3/image/gt/2361830020597.0.webp", "source_text": "MADNESS", "target_text": "Whispers", "gt_caption": "This poster for the documentary \"The Kingdom of Dreams and Whispers\" features three individuals sitting outdoors in front of a traditional Japanese building, showcasing a behind-the-scenes look at Studio Ghibli."}
33
+ {"id": 164, "prompt": "Replace the text 'MOTHER' with 'Compassion'.", "original_image": "1.1.3/image/original/3251589005768.0.jpg", "gt_image": "1.1.3/image/gt/3251589005768.0.jpg", "source_text": "MOTHER", "target_text": "Compassion", "gt_caption": "This illustration depicts a serene figure seated on a throne, adorned with intricate jewelry and a radiant halo, symbolizing \"Compassion of Mercy.\""}
34
+ {"id": 165, "prompt": "Replace the text 'MARVEL' with 'X-Men'.", "original_image": "1.1.3/image/original/2564192036784.0.jpg", "gt_image": "1.1.3/image/gt/2564192036784.0.jpg", "source_text": "MARVEL", "target_text": "X-Men", "gt_caption": "This illustration depicts a muscular man in an intense action scene, wielding a sword and surrounded by arrows, with the text \"X-Men QUICKDRAW\" prominently displayed."}
35
+ {"id": 166, "prompt": "Replace the text 'The' with 'New'.", "original_image": "1.1.3/image/original/3208806033440.0.jpg", "gt_image": "1.1.3/image/gt/3208806033440.0.jpg", "source_text": "The", "target_text": "New", "gt_caption": "This poster for the TV show \"The Good Place\" features the main characters peeking through a golden doorway labeled \"EARTH,\" with the text \"What on Earth?\" and \"New Good Place\" prominently displayed."}
36
+ {"id": 167, "prompt": "Replace the text 'ANTMAN' with 'HERO'.", "original_image": "1.1.3/image/original/3688882002172.0.jpg", "gt_image": "1.1.3/image/gt/3688882002172.0.jpg", "source_text": "ANTMAN", "target_text": "HERO", "gt_caption": "This photo shows a person smiling in front of a promotional backdrop featuring an illustrated character in a superhero suit labeled \"HERO WASP.\""}
37
+ {"id": 168, "prompt": "Replace the text 'RIVENDELL' with 'VALINOR'.", "original_image": "1.1.3/image/original/1597509003042.0.jpg", "gt_image": "1.1.3/image/gt/1597509003042.0.jpg", "source_text": "RIVENDELL", "target_text": "VALINOR", "gt_caption": "This illustration depicts a serene, fantastical landscape labeled \"VALINOR,\" featuring a winding river, lush greenery, towering cliffs, and a small house nestled in the valley, evoking a sense of mythical beauty."}
38
+ {"id": 169, "prompt": "Replace the text 'CHRONICLES' with 'ADVENTURE'.", "original_image": "1.1.3/image/original/2699490003366.0.jpg", "gt_image": "1.1.3/image/gt/2699490003366.0.jpg", "source_text": "CHRONICLES", "target_text": "ADVENTURE", "gt_caption": "This poster advertises the Netflix film *The Christmas Adventure*, featuring Kurt Russell as Santa Claus, surrounded by festive characters and a decorated Christmas tree, with the release date set for November 22."}
39
+ {"id": 170, "prompt": "Replace the text 'SLEVIN' with 'LUCKY'.", "original_image": "1.1.3/image/original/1277970010057.0.jpg", "gt_image": "1.1.3/image/gt/1277970010057.0.jpg", "source_text": "SLEVIN", "target_text": "LUCKY", "gt_caption": "This poster for the movie \"Lucky Number Lucky\" features key characters holding guns, set against a dramatic red and black background, highlighting the film's action and suspense themes."}
40
+ {"id": 171, "prompt": "Replace the text 'ART' with 'GALLERY'.", "original_image": "1.1.3/image/original/3687702010147.0.jpg", "gt_image": "1.1.3/image/gt/3687702010147.0.jpg", "source_text": "ART", "target_text": "GALLERY", "gt_caption": "This illustration depicts a humorous scene where people are lining up to buy tickets at a gallery, but the ticket booth is a framed painting of a person, blending art and reality."}
41
+ {"id": 172, "prompt": "Replace the text 'LOST' with 'FOUND'.", "original_image": "1.1.3/image/original/593855000094.0.jpg", "gt_image": "1.1.3/image/gt/593855000094.0.jpg", "source_text": "LOST", "target_text": "FOUND", "gt_caption": "This poster features two men in formal attire, with the text \"Ben Linus from *Lost*\" prominently displayed, suggesting a promotional image for a character from the TV show *Lost*."}
42
+ {"id": 173, "prompt": "Replace the text 'TRAILER' with 'Preview'.", "original_image": "1.1.3/image/original/2971440016434.0.jpg", "gt_image": "1.1.3/image/gt/2971440016434.0.jpg", "source_text": "TRAILER", "target_text": "Preview", "gt_caption": "This is a movie trailer preview screenshot featuring a close-up of a woman with blonde, curly hair, wearing an earring, with another person partially visible in the background."}
43
+ {"id": 174, "prompt": "Replace the text 'OFFICIAL' with 'CHRISTMAS'.", "original_image": "1.1.3/image/original/4132839009834.0.jpg", "gt_image": "1.1.3/image/gt/4132839009834.0.jpg", "source_text": "OFFICIAL", "target_text": "CHRISTMAS", "gt_caption": "This poster is for a Netflix Christmas movie trailer, featuring a man dressed as Santa Claus and a woman in festive attire, set against a snowy, holiday-themed backdrop with a lit Christmas tree."}
44
+ {"id": 175, "prompt": "Replace the text 'RULE' with 'PREDICTION'.", "original_image": "1.1.3/image/original/3291347007125.0.jpg", "gt_image": "1.1.3/image/gt/3291347007125.0.jpg", "source_text": "RULE", "target_text": "PREDICTION", "gt_caption": "This poster is a digital display featuring predictions for the ruler of Westeros at the end of *Game of Thrones* Season 8, with percentages calculated using Bovada odds, showcasing key characters and their likelihoods."}
45
+ {"id": 176, "prompt": "Replace the text 'POKéMON' with 'Detective'.", "original_image": "1.1.3/image/original/3157280003276.0.jpg", "gt_image": "1.1.3/image/gt/3157280003276.0.jpg", "source_text": "POKéMON", "target_text": "Detective", "gt_caption": "This poster for the movie \"Detective Pikachu\" features a nighttime cityscape with a man and Pikachu standing on a rooftop, highlighting the film's live-action and animated blend, set for release in theaters on May 10."}
46
+ {"id": 177, "prompt": "Replace the text '50' with '75'.", "original_image": "1.1.3/image/original/1082717015664.0.jpg", "gt_image": "1.1.3/image/gt/1082717015664.0.jpg", "source_text": "50", "target_text": "75", "gt_caption": "This photo features Rick Astley, with the text \"75\" prominently displayed, likely celebrating his 75th birthday or a related milestone."}
47
+ {"id": 178, "prompt": "Replace the text 'Nylund' with 'Halo'.", "original_image": "1.1.3/image/original/3161581002538.0.jpg", "gt_image": "1.1.3/image/gt/3161581002538.0.jpg", "source_text": "Nylund", "target_text": "Halo", "gt_caption": "This is a poster for the book \"Halo: First Strike - The Definitive Edition\" by Eric Nylund, featuring two armored characters in a futuristic setting, with one holding a glowing weapon."}
48
+ {"id": 179, "prompt": "Replace the text 'bill' with 'jazz'.", "original_image": "1.1.3/image/original/3521992010489.0.jpg", "gt_image": "1.1.3/image/gt/3521992010489.0.jpg", "source_text": "bill", "target_text": "jazz", "gt_caption": "This poster features a musician playing a trumpet, with the text \"Jazz Coleman\" prominently displayed, suggesting a jazz performance or event."}
49
+ {"id": 180, "prompt": "Replace the text 'HEROES' with 'Villains'.", "original_image": "1.1.3/image/original/4103838001871.0.jpg", "gt_image": "1.1.3/image/gt/4103838001871.0.jpg", "source_text": "HEROES", "target_text": "Villains", "gt_caption": "This illustration is a comic book cover for \"Villains in Crisis #1,\" featuring a diverse group of DC villains and heroes in a dramatic standoff, with Superman and Wonder Woman prominently displayed in the foreground."}
50
+ {"id": 181, "prompt": "Replace the text 'POLICE' with 'ART'.", "original_image": "1.1.3/image/original/4133310006946.0.png", "gt_image": "1.1.3/image/gt/4133310006946.0.png", "source_text": "POLICE", "target_text": "ART", "gt_caption": "This illustration depicts a protest scene with a crowd of people holding signs, including one reading \"ZONE DE LIBRE EXPRESSION,\" surrounded by police officers in riot gear, helicopters overhead, and a tense atmosphere."}
51
+ {"id": 182, "prompt": "Replace the text 'Miller' with 'Artist'.", "original_image": "1.1.3/image/original/4057046003737.0.jpg", "gt_image": "1.1.3/image/gt/4057046003737.0.jpg", "source_text": "Miller", "target_text": "Artist", "gt_caption": "This collage-style poster features multiple images of a person in various poses and outfits, with the text \"Mac Artist\" prominently displayed in the center."}
52
+ {"id": 183, "prompt": "Replace the text 'MICHAEL' with 'BEHIND'.", "original_image": "1.1.3/image/original/1844095013138.0.jpg", "gt_image": "1.1.3/image/gt/1844095013138.0.jpg", "source_text": "MICHAEL", "target_text": "BEHIND", "gt_caption": "This is a promotional poster featuring a central figure wearing a crown and regal attire, surrounded by a collage of diverse images and characters, with the word \"BEHIND\" prominently displayed at the bottom."}
53
+ {"id": 184, "prompt": "Replace the text 'CLIP' with 'Scene'.", "original_image": "1.1.3/image/original/3015848055262.0.jpg", "gt_image": "1.1.3/image/gt/3015848055262.0.jpg", "source_text": "CLIP", "target_text": "Scene", "gt_caption": "This screenshot from a movie shows a man with short dark hair and a beard, wearing a dark jacket over a brown shirt, standing in front of a wooden fence."}
54
+ {"id": 185, "prompt": "Replace the text 'NARRATOR' with 'FIGHTER'.", "original_image": "1.1.3/image/original/1183359001027.0.webp", "gt_image": "1.1.3/image/gt/1183359001027.0.webp", "source_text": "NARRATOR", "target_text": "FIGHTER", "gt_caption": "This vintage-style poster advertises a fictional \"Battle in the Basement\" event featuring a head-to-head matchup between \"Tyler\" and \"The Fighter,\" set to take place at the Paper Street Soap Co. Arena."}
55
+ {"id": 186, "prompt": "Replace the text 'HOWARD' with 'DUCK'.", "original_image": "1.1.3/image/original/1852427000415.0.jpg", "gt_image": "1.1.3/image/gt/1852427000415.0.jpg", "source_text": "HOWARD", "target_text": "DUCK", "gt_caption": "This illustration is a comic book cover featuring a barber character with a duck as a client, titled \"Duck the Duck,\" with a playful and humorous tone."}
56
+ {"id": 187, "prompt": "Replace the text 'WOR' with 'BOT'.", "original_image": "1.1.3/image/original/2869332005321.0.jpg", "gt_image": "1.1.3/image/gt/2869332005321.0.jpg", "source_text": "WOR", "target_text": "BOT", "gt_caption": "This painting features a vibrant, abstract composition with bold colors and cartoonish elements, including a robot-like figure, a cat, and text elements like \"HUDSY\" and \"BOTLED,\" set against a dynamic, urban-style background."}
57
+ {"id": 188, "prompt": "Replace the text 'AVATAR' with 'HERO'.", "original_image": "1.1.3/image/original/761863006950.0.jpg", "gt_image": "1.1.3/image/gt/761863006950.0.jpg", "source_text": "AVATAR", "target_text": "HERO", "gt_caption": "This poster features a group of individuals dressed in vibrant, themed costumes, set against a dramatic backdrop of fire and water, promoting the movie \"Hero: The Last Airbender.\""}
58
+ {"id": 189, "prompt": "Replace the text 'PlazaSuite' with 'LuxeLobby'.", "original_image": "1.1.3/image/original/3664593003015.0.jpg", "gt_image": "1.1.3/image/gt/3664593003015.0.jpg", "source_text": "PlazaSuite", "target_text": "LuxeLobby", "gt_caption": "This poster for the film \"Luxe Lobby\" features Matthew Broderick and Sarah Jessica Parker sitting together in a cozy, warmly lit setting, with the title and director's name prominently displayed."}
59
+ {"id": 190, "prompt": "Replace the text 'TESLA' with 'Inventor'.", "original_image": "1.1.3/image/original/3125178003536.0.jpg", "gt_image": "1.1.3/image/gt/3125178003536.0.jpg", "source_text": "TESLA", "target_text": "Inventor", "gt_caption": "This poster for the PBS documentary \"Inventor\" features a dramatic scene of a tall tower emitting intense lightning, set against a dark, stormy sky, symbolizing innovation and scientific discovery."}
60
+ {"id": 191, "prompt": "Replace the text 'SNOW' with 'FROST'.", "original_image": "1.1.3/image/original/2327735024199.0.jpg", "gt_image": "1.1.3/image/gt/2327735024199.0.jpg", "source_text": "SNOW", "target_text": "FROST", "gt_caption": "This is a movie poster for *Frost White & the Huntsman*, featuring a character standing in a magical forest with glowing mushrooms, a waterfall, and fantastical elements."}
61
+ {"id": 192, "prompt": "Replace the text 'MIDWAY' with 'CENTER'.", "original_image": "1.1.3/image/original/3682585006512.0.jpg", "gt_image": "1.1.3/image/gt/3682585006512.0.jpg", "source_text": "MIDWAY", "target_text": "CENTER", "gt_caption": "This is a movie poster for the film \"Center,\" featuring a collage of actors in military and dramatic poses, set against a backdrop of intense aerial combat and explosions, with the tagline \"Based on Real Events.\""}
62
+ {"id": 193, "prompt": "Replace the text 'SOLO' with 'Han'.", "original_image": "1.1.3/image/original/4065083003993.0.jpg", "gt_image": "1.1.3/image/gt/4065083003993.0.jpg", "source_text": "SOLO", "target_text": "Han", "gt_caption": "This is a movie poster for \"Han: A Star Wars Story,\" featuring the main characters in a dynamic pose, set against a desert backdrop with a red and orange color scheme, promoting the film's release on May 25."}
63
+ {"id": 194, "prompt": "Replace the text 'ALPHA' with 'BETA'.", "original_image": "1.1.3/image/original/3005135006421.0.jpg", "gt_image": "1.1.3/image/gt/3005135006421.0.jpg", "source_text": "ALPHA", "target_text": "BETA", "gt_caption": "This is a movie poster for the film \"BETA,\" depicting a prehistoric scene with a man and a wolf standing on a rocky cliff, overlooking a snowy landscape with mammoths, emphasizing the story of humanity's bond with man's best friend."}
64
+ {"id": 195, "prompt": "Replace the text 'RAyA' with 'HERO'.", "original_image": "1.1.3/image/original/4097592016801.0.jpg", "gt_image": "1.1.3/image/gt/4097592016801.0.jpg", "source_text": "RAyA", "target_text": "HERO", "gt_caption": "This is a movie poster for \"Raya and the Last Dragon,\" featuring the main character Raya holding a glowing artifact, surrounded by her friends and allies, with the release date set for March 5."}
65
+ {"id": 196, "prompt": "Replace the text 'MUSASHI' with 'SAMURAI'.", "original_image": "1.1.3/image/original/3910865002503.0.jpg", "gt_image": "1.1.3/image/gt/3910865002503.0.jpg", "source_text": "MUSASHI", "target_text": "SAMURAI", "gt_caption": "This photo shows a framed poster featuring a stylized illustration of a samurai warrior, with the text \"YOU CAN ONLY FIGHT THE WAY YOU PRACTICE\" and \"SAMURAI,\" displayed on a blue wooden shelf alongside books, a geometric sculpture, and decorative items."}
66
+ {"id": 197, "prompt": "Replace the text 'Takeadeepbreath' with 'SaveOurSeas'.", "original_image": "1.1.3/image/original/3381717115945.0.jpg", "gt_image": "1.1.3/image/gt/3381717115945.0.jpg", "source_text": "Takeadeepbreath", "target_text": "SaveOurSeas", "gt_caption": "This poster for \"Blue Planet II\" features a split view of a seal on an ice floe above water and a vibrant underwater scene with marine life, promoting the message \"Save Our Seas.\""}
67
+ {"id": 198, "prompt": "Replace the text 'UNFORGIVEN' with 'REDEMPTION'.", "original_image": "1.1.3/image/original/1072164031911.0.jpg", "gt_image": "1.1.3/image/gt/1072164031911.0.jpg", "source_text": "UNFORGIVEN", "target_text": "REDEMPTION", "gt_caption": "This poster for the film \"Yurusarezarumono: Redemption\" features actor Ken Watanabe in a dramatic scene set against a fiery backdrop, suggesting themes of conflict and redemption."}
68
+ {"id": 199, "prompt": "Replace the text 'SOLO' with 'Duo'.", "original_image": "1.1.3/image/original/4076398003426.0.jpg", "gt_image": "1.1.3/image/gt/4076398003426.0.jpg", "source_text": "SOLO", "target_text": "Duo", "gt_caption": "This poster for \"Duo: A Star Wars Story\" features a group of characters walking together in front of a large spaceship, set against a dramatic sunset backdrop."}
69
+ {"id": 200, "prompt": "Replace the text 'TRYING' with 'EXPERIMENTING'.", "original_image": "1.1.3/image/original/1308680006009.0.webp", "gt_image": "1.1.3/image/gt/1308680006009.0.webp", "source_text": "TRYING", "target_text": "EXPERIMENTING", "gt_caption": "This poster features a man and woman standing affectionately in front of a house with a red mailbox, suggesting a romantic or comedic context, with the title \"EXPERIMENTING\" prominently displayed."}
70
+ {"id": 201, "prompt": "Replace the text 'WARFARE' with 'MAGIC'.", "original_image": "1.1.3/image/original/4020850003318.0.jpg", "gt_image": "1.1.3/image/gt/4020850003318.0.jpg", "source_text": "WARFARE", "target_text": "MAGIC", "gt_caption": "This illustration is a promotional poster for the anime \"Magical Magic,\" featuring four characters in dynamic poses, with a dramatic background and magical effects."}
71
+ {"id": 202, "prompt": "Replace the text 'SETTING' with 'SONS'.", "original_image": "1.1.3/image/original/1055639003862.0.jpg", "gt_image": "1.1.3/image/gt/1055639003862.0.jpg", "source_text": "SETTING", "target_text": "SONS", "gt_caption": "This photo features a musician standing outdoors, with the text \"SEAN SMITH & THE SONS\" prominently displayed, suggesting it is an album or band promotional image."}
72
+ {"id": 203, "prompt": "Replace the text 'JOHNNY' with 'JAMES'.", "original_image": "1.1.3/image/original/4164091005391.0.webp", "gt_image": "1.1.3/image/gt/4164091005391.0.webp", "source_text": "JOHNNY", "target_text": "JAMES", "gt_caption": "This illustration features a stylized character wearing a red cap and sunglasses, smoking a pipe, with the text \"JAMES OSBOURNE\" prominently displayed below."}
73
+ {"id": 204, "prompt": "Replace the text 'INSPECTOR' with 'DETECTOR'.", "original_image": "1.1.3/image/original/793068003478.0.jpg", "gt_image": "1.1.3/image/gt/793068003478.0.jpg", "source_text": "INSPECTOR", "target_text": "DETECTOR", "gt_caption": "This illustration features a stylized detective character wearing a hat and trench coat, flanked by two silhouetted figures, with the text \"TRUST ME\" and \"I'M THE DETECTOR\" prominently displayed, set against a dark, gear-themed background."}
74
+ {"id": 205, "prompt": "Replace the text 'KurtzPel' with 'Charizard'.", "original_image": "1.1.3/image/original/3328605004899.0.jpg", "gt_image": "1.1.3/image/gt/3328605004899.0.jpg", "source_text": "KurtzPel", "target_text": "Charizard", "gt_caption": "This illustration features two anime-style characters, labeled \"Architect\" and \"Machine,\" standing against a cosmic background, with repeated portraits of the characters in the surrounding design."}
75
+ {"id": 206, "prompt": "Replace the text 'TRAILER' with 'Preview'.", "original_image": "1.1.3/image/original/1055618004149.0.jpg", "gt_image": "1.1.3/image/gt/1055618004149.0.jpg", "source_text": "TRAILER", "target_text": "Preview", "gt_caption": "This screenshot shows a close-up of a man with a surprised or concerned expression, accompanied by the text \"Preview\" and the \"HD\" logo, indicating a movie or TV show preview."}
76
+ {"id": 207, "prompt": "Replace the text 'STARWAR' with 'GALAXY'.", "original_image": "1.1.3/image/original/1134917001930.0.jpg", "gt_image": "1.1.3/image/gt/1134917001930.0.jpg", "source_text": "STARWAR", "target_text": "GALAXY", "gt_caption": "This poster for the movie \"Solo: A Star Wars Story\" features the main characters, including Han Solo, Chewbacca, and others, set against a bold red background with a prominent \"X\" design."}
77
+ {"id": 208, "prompt": "Replace the text 'HERO' with 'Warrior'.", "original_image": "1.1.3/image/original/3597144008630.0.jpg", "gt_image": "1.1.3/image/gt/3597144008630.0.jpg", "source_text": "HERO", "target_text": "Warrior", "gt_caption": "This illustration is a promotional poster for the anime \"The Rising of the Shield Hero,\" featuring three main characters in dynamic poses, with one holding a shield and another wielding a sword."}
78
+ {"id": 209, "prompt": "Replace the text 'FLASH' with 'IMAGE'.", "original_image": "1.1.3/image/original/2468167013454.0.jpg", "gt_image": "1.1.3/image/gt/2468167013454.0.jpg", "source_text": "FLASH", "target_text": "IMAGE", "gt_caption": "This illustration features a minimalist design of a superhero mask with lightning bolt accents, set against a bold red background, accompanied by the text \"THE IMAGE.\""}
79
+ {"id": 210, "prompt": "Replace the text 'COBAIN' with 'ROCK'.", "original_image": "1.1.3/image/original/3111883107056.0.jpg", "gt_image": "1.1.3/image/gt/3111883107056.0.jpg", "source_text": "COBAIN", "target_text": "ROCK", "gt_caption": "This illustration features a stylized, geometric depiction of a person playing a saxophone, accompanied by the text \"KIAT ROCK\" in bold, colorful letters, set against a dark background."}
80
+ {"id": 211, "prompt": "Replace the text 'SOUTH' with 'NORTH'.", "original_image": "1.1.3/image/original/4034281000149.0.jpg", "gt_image": "1.1.3/image/gt/4034281000149.0.jpg", "source_text": "SOUTH", "target_text": "NORTH", "gt_caption": "This poster promotes the TV show \"Queen of the North,\" featuring a woman in sunglasses and a white outfit seated on a throne-like chair, surrounded by ornate red floral designs and the tagline \"All Hail The Queenpin.\" The release date, \"6.21 USA,\" is displayed at the bottom."}
81
+ {"id": 212, "prompt": "Replace the text 'running' with 'flowing'.", "original_image": "1.1.3/image/original/4118146092823.0.jpg", "gt_image": "1.1.3/image/gt/4118146092823.0.jpg", "source_text": "running", "target_text": "flowing", "gt_caption": "This poster features a photo of Stanley Tucci and text describing his early job experience scrubbing toilets at a park in Westchester, New York, which he described as \"too disgusting to describe.\""}
82
+ {"id": 213, "prompt": "Replace the text 'RODEO' with 'Circus'.", "original_image": "1.1.3/image/original/2574431002871.0.jpg", "gt_image": "1.1.3/image/gt/2574431002871.0.jpg", "source_text": "RODEO", "target_text": "Circus", "gt_caption": "This poster for the film \"Circus King\" features a cowboy and a bull against a dramatic sunset, with text highlighting the director and actors, and a sword and flowers in the foreground."}
83
+ {"id": 214, "prompt": "Replace the text 'TRAILER' with 'Preview'.", "original_image": "1.1.3/image/original/2934272006721.0.jpg", "gt_image": "1.1.3/image/gt/2934272006721.0.jpg", "source_text": "TRAILER", "target_text": "Preview", "gt_caption": "This screenshot shows an animated character playing a guitar, with a \"Preview\" label and \"HD\" logo indicating it is a promotional preview for a film."}
84
+ {"id": 215, "prompt": "Replace the text 'LIVEBYNIGHT' with 'DARKSHADOWS'.", "original_image": "1.1.3/image/original/1648205017722.0.webp", "gt_image": "1.1.3/image/gt/1648205017722.0.webp", "source_text": "LIVEBYNIGHT", "target_text": "DARKSHADOWS", "gt_caption": "This is a movie poster featuring Ben Affleck, promoting the film *Dark Shadows* (2017), with a tagline that reads, \"The American Dream has a price.\" The image shows Affleck in a fedora, set against a gradient background."}
85
+ {"id": 216, "prompt": "Replace the text 'MOJIN' with 'TREASURE'.", "original_image": "1.1.3/image/original/3170290003509.0.jpg", "gt_image": "1.1.3/image/gt/3170290003509.0.jpg", "source_text": "MOJIN", "target_text": "TREASURE", "gt_caption": "This movie poster for \"Treasure: The Lost Legend\" features a group of adventurers in action, set against a dramatic, fiery backdrop, highlighting an epic quest for treasure."}
86
+ {"id": 217, "prompt": "Replace the text 'POPPINS' with 'WIZARD'.", "original_image": "1.1.3/image/original/2780085019284.0.jpg", "gt_image": "1.1.3/image/gt/2780085019284.0.jpg", "source_text": "POPPINS", "target_text": "WIZARD", "gt_caption": "This poster advertises the Disney film \"Mary Poppins Returns,\" featuring a close-up of the character Mary Poppins wearing a red hat and bow tie, with the release date \"19 December\" and the text \"IN DE BIOSCOOP\" (Dutch for \"IN THE CINEMA\")."}
87
+ {"id": 218, "prompt": "Replace the text 'CITY' with 'HELL'.", "original_image": "1.1.3/image/original/3371834016171.0.jpg", "gt_image": "1.1.3/image/gt/3371834016171.0.jpg", "source_text": "CITY", "target_text": "HELL", "gt_caption": "This digital illustration is a promotional poster for a DC on Screen review of \"Constantine: Hell of Demons Season 1,\" featuring a central character in a trench coat surrounded by menacing demonic figures."}
88
+ {"id": 219, "prompt": "Replace the text 'STILL' with 'REVIEW'.", "original_image": "1.1.3/image/original/3377358008751.0.webp", "gt_image": "1.1.3/image/gt/3377358008751.0.webp", "source_text": "STILL", "target_text": "REVIEW", "gt_caption": "This photo features a woman in a plaid shirt looking intently at her wrist, with the text \"REVIEW ALICE\" displayed prominently on the right side, suggesting a promotional or review context for the title \"Alice.\""}
89
+ {"id": 220, "prompt": "Replace the text 'SHELL' with 'CORE'.", "original_image": "1.1.3/image/original/1479284003893.0.jpg", "gt_image": "1.1.3/image/gt/1479284003893.0.jpg", "source_text": "SHELL", "target_text": "CORE", "gt_caption": "This poster features a stylized, fragmented portrait of a person with the text \"THE CORE\" and a signature, promoting a theatrical release."}
90
+ {"id": 221, "prompt": "Replace the text 'DRAGON' with 'WORLD'.", "original_image": "1.1.3/image/original/4238947000773.0.webp", "gt_image": "1.1.3/image/gt/4238947000773.0.webp", "source_text": "DRAGON", "target_text": "WORLD", "gt_caption": "This poster for the animated film \"How to Train Your Dragon: The Hidden World\" features the main characters, including a young man holding a torch, a black dragon with glowing yellow eyes, and a white dragon, set against a mystical, colorful cave backdrop."}
91
+ {"id": 222, "prompt": "Replace the text 'SHADES' with 'LIGHTS'.", "original_image": "1.1.3/image/original/2222064003057.0.jpg", "gt_image": "1.1.3/image/gt/2222064003057.0.jpg", "source_text": "SHADES", "target_text": "LIGHTS", "gt_caption": "This poster features a man and a woman in formal attire, with the text \"FIFTY LIGHTS FREED\" prominently displayed, suggesting it is a promotional image for a film or series."}
92
+ {"id": 223, "prompt": "Replace the text 'DECK' with 'Spread'.", "original_image": "1.1.3/image/original/3588430018815.0.jpg", "gt_image": "1.1.3/image/gt/3588430018815.0.jpg", "source_text": "DECK", "target_text": "Spread", "gt_caption": "This illustration depicts a woman in a flowing gown sitting and arranging tarot cards, with the text \"ETHEREAL VISIONS TAROT Spread\" at the bottom, set against an ornate, mystical background."}
93
+ {"id": 224, "prompt": "Replace the text 'HOPE' with 'BELIEF'.", "original_image": "1.1.3/image/original/2661558008376.0.jpg", "gt_image": "1.1.3/image/gt/2661558008376.0.jpg", "source_text": "HOPE", "target_text": "BELIEF", "gt_caption": "This digital illustration features a glowing, ethereal figure with vibrant, multicolored hair and a radiant face, with the word \"BELIEF\" prominently displayed in the center."}
94
+ {"id": 225, "prompt": "Replace the text 'DREAD' with 'MYSTERY'.", "original_image": "1.1.3/image/original/3524471007810.0.jpg", "gt_image": "1.1.3/image/gt/3524471007810.0.jpg", "source_text": "DREAD", "target_text": "MYSTERY", "gt_caption": "This digital display features the text \"MYSTERY CENTRAL\" in a bold, dripping font, with \"MYSTERY\" in white and \"CENTRAL\" in red, set against a black background."}
95
+ {"id": 226, "prompt": "Replace the text 'SEASONTWO' with 'SEASON2'.", "original_image": "1.1.3/image/original/1219254003510.0.jpg", "gt_image": "1.1.3/image/gt/1219254003510.0.jpg", "source_text": "SEASONTWO", "target_text": "SEASON2", "gt_caption": "This illustration is a promotional poster for \"The Walking Dead: Season 2, Episode 1, Part 1,\" featuring a young character in an orange cap and shirt, set against a backdrop of zombies in a forested area."}
96
+ {"id": 227, "prompt": "Replace the text 'FEARS' with 'HOPES'.", "original_image": "1.1.3/image/original/2243150000860.0.jpg", "gt_image": "1.1.3/image/gt/2243150000860.0.jpg", "source_text": "FEARS", "target_text": "HOPES", "gt_caption": "This illustration is a comic book cover for \"X-Cable\" featuring the character Cable in action, wielding a futuristic weapon with a fiery exhaust, surrounded by flying debris, and the tagline \"Past Hopes Starts Here!\" prominently displayed."}
97
+ {"id": 228, "prompt": "Replace the text 'SECRET' with 'MYSTERY'.", "original_image": "1.1.3/image/original/1100217001756.0.jpg", "gt_image": "1.1.3/image/gt/1100217001756.0.jpg", "source_text": "SECRET", "target_text": "MYSTERY", "gt_caption": "This poster for the movie *The Mystery Garden* features a whimsical garden scene with a person standing at an open gate, surrounded by lush greenery, butterflies, and a dog, with the tagline \"Unlock Your Imagination\" and coming soon."}
98
+ {"id": 229, "prompt": "Replace the text 'GIRLS' with 'WOMEN'.", "original_image": "1.1.3/image/original/2458733006781.0.jpg", "gt_image": "1.1.3/image/gt/2458733006781.0.jpg", "source_text": "GIRLS", "target_text": "WOMEN", "gt_caption": "This poster promotes the movie \"Wild Women,\" featuring two women in boxing gear facing off, with the release date set for March 6."}
99
+ {"id": 230, "prompt": "Replace the text 'ZX' with 'Ignite'.", "original_image": "1.1.3/image/original/1300695013811.0.jpg", "gt_image": "1.1.3/image/gt/1300695013811.0.jpg", "source_text": "ZX", "target_text": "Ignite", "gt_caption": "This illustration is a promotional poster for the game \"Ignite: Ignition,\" featuring a group of anime-style characters, including a central figure pointing at a device labeled \"ZIX,\" surrounded by fantastical elements and other characters."}
100
+ {"id": 231, "prompt": "Replace the text 'DELUXEEDITION' with 'SPECIALCOLLECTION'.", "original_image": "1.1.3/image/original/2834447018045.0.jpg", "gt_image": "1.1.3/image/gt/2834447018045.0.jpg", "source_text": "DELUXEEDITION", "target_text": "SPECIALCOLLECTION", "gt_caption": "This illustration depicts a dynamic action scene from the \"Teenage Mutant Ninja Turtles\" series, showing the turtles battling against a group of masked adversaries in an urban setting."}
101
+ {"id": 232, "prompt": "Replace the text 'DEADFIRE' with 'BURNING'.", "original_image": "1.1.3/image/original/3174315002096.0.jpg", "gt_image": "1.1.3/image/gt/3174315002096.0.jpg", "source_text": "DEADFIRE", "target_text": "BURNING", "gt_caption": "This illustration is a promotional poster for the video game \"Pillars of Eternity II: Burning,\" depicting a dramatic battle scene on a ship with characters fighting against monstrous creatures in a stormy, apocalyptic setting."}
102
+ {"id": 233, "prompt": "Replace the text 'HISTORY' with 'LEGACY'.", "original_image": "1.1.3/image/original/3555921005383.0.jpg", "gt_image": "1.1.3/image/gt/3555921005383.0.jpg", "source_text": "HISTORY", "target_text": "LEGACY", "gt_caption": "This is a movie poster for the film \"True Legacy of the Kelly Gang,\" featuring a dramatic composition with the main cast and a Union Jack backdrop, highlighting the historical and action-packed context of the story."}
103
+ {"id": 234, "prompt": "Replace the text 'EARP' with 'HARP'.", "original_image": "1.1.3/image/original/3035697019083.0.jpg", "gt_image": "1.1.3/image/gt/3035697019083.0.jpg", "source_text": "EARP", "target_text": "HARP", "gt_caption": "This poster advertises the season premiere of \"Wynonna Earp,\" featuring a close-up of a character with fiery red eyes and a flaming gun, with the tagline \"HELL, YEAH.\" The premiere date is June 9 at 10/9c on SYFY."}
104
+ {"id": 235, "prompt": "Replace the text 'GREENLEAF' with 'FOREST'.", "original_image": "1.1.3/image/original/3857103004357.0.jpg", "gt_image": "1.1.3/image/gt/3857103004357.0.jpg", "source_text": "GREENLEAF", "target_text": "FOREST", "gt_caption": "This poster features three individuals, with the central figure prominently displayed, and the word \"FOREST\" at the bottom, suggesting it is promotional material for a show or film titled \"Forest.\""}
105
+ {"id": 236, "prompt": "Replace the text 'WONDER' with 'HEROINE'.", "original_image": "1.1.3/image/original/3447796000386.0.jpg", "gt_image": "1.1.3/image/gt/3447796000386.0.jpg", "source_text": "WONDER", "target_text": "HEROINE", "gt_caption": "This poster for the movie *Wonder Woman* features the titular character kneeling in shallow water, holding a sword and shield, with a dramatic sunset backdrop, emphasizing the theme of heroism."}
106
+ {"id": 237, "prompt": "Replace the text 'LOVE' with 'CAKES'.", "original_image": "1.1.3/image/original/3913013011005.0.webp", "gt_image": "1.1.3/image/gt/3913013011005.0.webp", "source_text": "LOVE", "target_text": "CAKES", "gt_caption": "This poster for the film \"Cakes Sarah\" features a woman holding a tray of desserts, surrounded by images of the cast and a \"Notting Hill\" sign, promoting the movie with the tagline \"All good things come to those who bake.\""}
107
+ {"id": 238, "prompt": "Replace the text 'FRINGE' with 'COMIC'.", "original_image": "1.1.3/image/original/1469234001025.0.jpg", "gt_image": "1.1.3/image/gt/1469234001025.0.jpg", "source_text": "FRINGE", "target_text": "COMIC", "gt_caption": "This illustration features four characters standing in a line, each dressed in distinct professional attire, with the word \"COMIC\" prominently displayed above them, suggesting a themed or stylized comic book setting."}
eval_prompts/fullset/1.2.1.jsonl ADDED
@@ -0,0 +1,65 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {"id": 239, "prompt": "Replace the text 'USA' with 'America'.", "original_image": "1.2.1/image/original/2912954003715.0.jpg", "gt_image": "1.2.1/image/gt/2912954003715.0.jpg", "source_text": "USA", "target_text": "America", "gt_caption": "Satirical cartoon of a border fence with a large sign reading \"USA KEEP OUT.\" Despite the warning, people enter through a hole to find welcome booths offering \"JOBS,\" \"FREE EDUCATION,\" and \"FREE HEALTH CARE,\" highlighting the contradiction between policy and reality."}
2
+ {"id": 240, "prompt": "Replace the text 'Fashion' with 'Style'.", "original_image": "1.2.1/image/original/2951949074502.0.jpg", "gt_image": "1.2.1/image/gt/2951949074502.0.jpg", "source_text": "Fashion", "target_text": "Style", "gt_caption": "This illustration depicts a person with purple hair peeking over a newspaper with the word \"Style\" prominently displayed."}
3
+ {"id": 241, "prompt": "Replace the text 'HELLO' with 'WELCOME'.", "original_image": "1.2.1/image/original/213358000541.0.jpg", "gt_image": "1.2.1/image/gt/213358000541.0.jpg", "source_text": "HELLO", "target_text": "WELCOME", "gt_caption": "This illustration depicts a whimsical, colorful house with a pink facade, patterned windows, and a black-and-white striped roof, accompanied by a yellow \"WELCOME\" balloon."}
4
+ {"id": 242, "prompt": "Replace the text 'TREAT' with 'TRICK'.", "original_image": "1.2.1/image/original/2407621012221.0.jpg", "gt_image": "1.2.1/image/gt/2407621012221.0.jpg", "source_text": "TREAT", "target_text": "TRICK", "gt_caption": "This illustration depicts two characters in Halloween costumes, with one character in the foreground extending their hand and wearing a hat with the text \"TRICK OR TRICK?\" while the other character sits in the background, creating a playful and mysterious scene."}
5
+ {"id": 243, "prompt": "Replace the text 'WHAT' with 'FEELS'.", "original_image": "1.2.1/image/original/2511658004600.0.jpg", "gt_image": "1.2.1/image/gt/2511658004600.0.jpg", "source_text": "WHAT", "target_text": "FEELS", "gt_caption": "This illustration features a sloth dressed in a tuxedo, holding a glass of wine, with the text \"I HAVE NO IDEA FEELS I'M DOING\" above it, conveying a humorous and self-deprecating tone."}
6
+ {"id": 244, "prompt": "Replace the text 'THINGS' with 'HEROES'.", "original_image": "1.2.1/image/original/4255961001582.0.webp", "gt_image": "1.2.1/image/gt/4255961001582.0.webp", "source_text": "THINGS", "target_text": "HEROES", "gt_caption": "This illustration depicts a superhero character, Black Panther, in action, scaling a tall structure amidst a dramatic sunset backdrop, as part of the \"The Little Heroes\" series."}
7
+ {"id": 245, "prompt": "Replace the text 'MONDAY' with 'TUESDAY'.", "original_image": "1.2.1/image/original/3204724010906.0.jpg", "gt_image": "1.2.1/image/gt/3204724010906.0.jpg", "source_text": "MONDAY", "target_text": "TUESDAY", "gt_caption": "This illustration features a cheerful coffee cup with a smiling face and rosy cheeks, accompanied by a speech bubble that says \"GOOD MORNING TUESDAY,\" set against a bright yellow background."}
8
+ {"id": 246, "prompt": "Replace the text 'HELL' with 'PARADISE'.", "original_image": "1.2.1/image/original/4062193000327.0.webp", "gt_image": "1.2.1/image/gt/4062193000327.0.webp", "source_text": "HELL", "target_text": "PARADISE", "gt_caption": "This illustration depicts a humorous scene where a man exclaims, \"Signal's going!\" as he approaches a sign reading \"Welcome to Paradise,\" while a devil-like figure with a pitchfork stands nearby, suggesting a satirical take on the challenges of modern technology even in an idealized setting."}
9
+ {"id": 247, "prompt": "Replace the text 'LaurelGreen' with 'ArtistName'.", "original_image": "1.2.1/image/original/4212196001445.0.webp", "gt_image": "1.2.1/image/gt/4212196001445.0.webp", "source_text": "LaurelGreen", "target_text": "ArtistName", "gt_caption": "This illustration features a simple, gray character with a vibrant, rainbow-colored afro hairstyle, labeled with the text \"ArtistName\" at the bottom."}
10
+ {"id": 248, "prompt": "Replace the text 'ABSOLUTELYNOT' with 'DEFINITELYNO'.", "original_image": "1.2.1/image/original/2755776007967.0.jpg", "gt_image": "1.2.1/image/gt/2755776007967.0.jpg", "source_text": "ABSOLUTELYNOT", "target_text": "DEFINITELYNO", "gt_caption": "This illustration depicts a humorous scene where a character in a green tunic and hat rejects a marriage proposal, leading to a \"wasted\" outcome."}
11
+ {"id": 249, "prompt": "Replace the text 'WORKING' with 'SAFETY'.", "original_image": "1.2.1/image/original/4059739004369.0.jpg", "gt_image": "1.2.1/image/gt/4059739004369.0.jpg", "source_text": "WORKING", "target_text": "SAFETY", "gt_caption": "This cartoon depicts two miners in a mine, with one noticing a dead canary in a cage labeled \"MINE SAFETY,\" while the other dismisses the situation by saying, \"No bonus for it then!\" highlighting the disregard for safety in pursuit of financial gain."}
12
+ {"id": 250, "prompt": "Replace the text 'JSA' with 'Society'.", "original_image": "1.2.1/image/original/3857646002590.0.jpg", "gt_image": "1.2.1/image/gt/3857646002590.0.jpg", "source_text": "JSA", "target_text": "Society", "gt_caption": "This illustration depicts the founding members of \"The Justice Society of America\" gathered around a large table with the word \"Society\" prominently displayed, showcasing their iconic costumes and superhero identities."}
13
+ {"id": 251, "prompt": "Replace the text 'MAN' with 'SON'.", "original_image": "1.2.1/image/original/2150181051943.0.jpg", "gt_image": "1.2.1/image/gt/2150181051943.0.jpg", "source_text": "MAN", "target_text": "SON", "gt_caption": "This comic strip illustrates a humorous scenario where Link from *The Legend of Zelda* calls for a plumber, only to be greeted by Mario from *Super Mario*, who demands 999 coins for unclogging a toilet, leaving Link and Princess Peach in a bind due to their lack of coins."}
14
+ {"id": 252, "prompt": "Replace the text 'challenge' with 'adoption'.", "original_image": "1.2.1/image/original/4271989004188.0.jpg", "gt_image": "1.2.1/image/gt/4271989004188.0.jpg", "source_text": "challenge", "target_text": "adoption", "gt_caption": "This illustration depicts a person holding a globe with the \"SONY\" logo, accompanied by a speech bubble saying \"adoption accepted,\" set in a bar-like environment."}
15
+ {"id": 253, "prompt": "Replace the text 'ELECTRIFYING' with 'IMPRESSIVE'.", "original_image": "1.2.1/image/original/4244203006323.0.webp", "gt_image": "1.2.1/image/gt/4244203006323.0.webp", "source_text": "ELECTRIFYING", "target_text": "IMPRESSIVE", "gt_caption": "This illustration is the cover of a comic book titled \"The Daring New Adventures of Supergirl,\" featuring Supergirl flying over a cityscape with the text highlighting it as the \"1st Impressive Issue!\" and promoting an action-packed storyline."}
16
+ {"id": 254, "prompt": "Replace the text 'mom' with 'parent'.", "original_image": "1.2.1/image/original/3031300005852.0.jpg", "gt_image": "1.2.1/image/gt/3031300005852.0.jpg", "source_text": "mom", "target_text": "parent", "gt_caption": "This illustration depicts a mother and daughter embracing warmly, accompanied by a speech bubble that reads \"Love parent\" with heart symbols, emphasizing a theme of familial love."}
17
+ {"id": 255, "prompt": "Replace the text 'Monday' with 'Tuesday'.", "original_image": "1.2.1/image/original/3186329001077.0.jpg", "gt_image": "1.2.1/image/gt/3186329001077.0.jpg", "source_text": "Monday", "target_text": "Tuesday", "gt_caption": "This photo features a white coffee cup with a smiley face in the coffee, surrounded by scattered coffee beans, accompanied by the text \"Good Morning Tuesday\" in a cloud-like design, set on a rustic wooden surface."}
18
+ {"id": 256, "prompt": "Replace the text 'HOPELESS' with 'OPTIMISTIC'.", "original_image": "1.2.1/image/original/3226570008233.0.jpg", "gt_image": "1.2.1/image/gt/3226570008233.0.jpg", "source_text": "HOPELESS", "target_text": "OPTIMISTIC", "gt_caption": "This illustration depicts a woman with blonde hair lying down, crying, with a thought bubble that reads, \"THAT'S THE WAY--IT SHOULD HAVE BEGUN! BUT IT'S OPTIMISTIC!\""}
19
+ {"id": 257, "prompt": "Replace the text 'THOR' with 'IRON MAN'.", "original_image": "1.2.1/image/original/3831780002851.0.jpg", "gt_image": "1.2.1/image/gt/3831780002851.0.jpg", "source_text": "THOR", "target_text": "IRON MAN", "gt_caption": "This collage of vintage comic book covers showcases iconic Marvel superheroes, including the X-Men, Thor, Hulk, Captain America, Spider-Man, and Iron Man, highlighting their dynamic poses and dramatic storylines."}
20
+ {"id": 258, "prompt": "Replace the text 'CORONAVIRUS' with 'PANDEMIC'.", "original_image": "1.2.1/image/original/3669261057591.0.jpg", "gt_image": "1.2.1/image/gt/3669261057591.0.jpg", "source_text": "CORONAVIRUS", "target_text": "PANDEMIC", "gt_caption": "This cartoon depicts a satirical scene where a figure on horseback, holding a golf club, stands atop a monument labeled \"COMMANDER in CHIEF of the WAD AGAINST PANDEMIC 2020,\" while a parent and child look on, highlighting a critique of leadership during the pandemic."}
21
+ {"id": 259, "prompt": "Replace the text 'PUMPKIN' with 'CANDY'.", "original_image": "1.2.1/image/original/2504199002327.0.jpg", "gt_image": "1.2.1/image/gt/2504199002327.0.jpg", "source_text": "PUMPKIN", "target_text": "CANDY", "gt_caption": "This illustration shows two animated characters standing in a field of autumn leaves, with one holding a sign that reads \"WELCOME GREAT CANDY.\""}
22
+ {"id": 260, "prompt": "Replace the text 'ROFESSOR' with 'TEACHER'.", "original_image": "1.2.1/image/original/3450036005870.0.jpg", "gt_image": "1.2.1/image/gt/3450036005870.0.jpg", "source_text": "ROFESSOR", "target_text": "TEACHER", "gt_caption": "This illustration depicts an astronaut in a yellow spacesuit joyfully holding a small rocket, set against a space backdrop with a rocky alien landscape."}
23
+ {"id": 261, "prompt": "Replace the text 'HATE' with 'PROTEST'.", "original_image": "1.2.1/image/original/1761313008769.0.jpg", "gt_image": "1.2.1/image/gt/1761313008769.0.jpg", "source_text": "HATE", "target_text": "PROTEST", "gt_caption": "This cartoon depicts a figure labeled \"TOLERANT LEFT\" holding a sign reading \"PROTEST FREE ZONE\" while attacking a person labeled \"FREE SPEECH,\" symbolizing the suppression of free speech by certain groups."}
24
+ {"id": 262, "prompt": "Replace the text 'DEUTSCHLAND' with 'GERMANY'.", "original_image": "1.2.1/image/original/3400991017308.0.webp", "gt_image": "1.2.1/image/gt/3400991017308.0.webp", "source_text": "DEUTSCHLAND", "target_text": "GERMANY", "gt_caption": "This cartoon depicts a large, menacing rock with a Nazi symbol hovering over Germany, as refugees or migrants look on, with one saying, \"Maybe we should come back at a better time.\""}
25
+ {"id": 263, "prompt": "Replace the text 'COLLINS' with 'SENATOR'.", "original_image": "1.2.1/image/original/2525131005768.0.jpg", "gt_image": "1.2.1/image/gt/2525131005768.0.jpg", "source_text": "COLLINS", "target_text": "SENATOR", "gt_caption": "This cartoon illustration depicts a caricatured figure holding a money bag labeled \"SENATOR 2020,\" with a tag reading \"Justice Kavanaugh,\" suggesting a satirical commentary on political influence and financial connections."}
26
+ {"id": 264, "prompt": "Replace the text 'LIE' with 'TRUTH'.", "original_image": "1.2.1/image/original/4123241002940.0.jpg", "gt_image": "1.2.1/image/gt/4123241002940.0.jpg", "source_text": "LIE", "target_text": "TRUTH", "gt_caption": "This illustration from a comic book shows a character lying on the ground, seemingly unconscious, while another character stands nearby, offering reassurance with the dialogue, \"Don't worry, Diana. You'll be fine. Would I truth to you?\" The scene is set against a backdrop of a large statue."}
27
+ {"id": 265, "prompt": "Replace the text 'Thank' with 'Discuss'.", "original_image": "1.2.1/image/original/3284518045568.0.jpg", "gt_image": "1.2.1/image/gt/3284518045568.0.jpg", "source_text": "Thank", "target_text": "Discuss", "gt_caption": "This illustration depicts two characters, one with black hair and the other with orange hair, sharing an intimate moment as they hold hands and lean close to each other."}
28
+ {"id": 266, "prompt": "Replace the text '3' with '5'.", "original_image": "1.2.1/image/original/2833801108251.0.jpg", "gt_image": "1.2.1/image/gt/2833801108251.0.jpg", "source_text": "3", "target_text": "5", "gt_caption": "This illustration depicts two children standing behind an abacus, surrounded by numbers and mathematical expressions, symbolizing learning and basic arithmetic."}
29
+ {"id": 267, "prompt": "Replace the text 'ORILLMAKE' with 'HOTTER'.", "original_image": "1.2.1/image/original/3783582000862.0.jpg", "gt_image": "1.2.1/image/gt/3783582000862.0.jpg", "source_text": "ORILLMAKE", "target_text": "HOTTER", "gt_caption": "This illustration depicts a character singing into a microphone on stage, with exaggerated facial makeup and a punk-inspired outfit, accompanied by humorous and nonsensical lyrics in the speech bubbles."}
30
+ {"id": 268, "prompt": "Replace the text 'INTRODUCING' with 'PRESENTING'.", "original_image": "1.2.1/image/original/1281953004533.0.jpg", "gt_image": "1.2.1/image/gt/1281953004533.0.jpg", "source_text": "INTRODUCING", "target_text": "PRESENTING", "gt_caption": "This illustration humorously introduces a \"Super-Man\" who is depicted as a skilled handyman with a toolbox, highlighting his practical abilities, such as fixing things, understanding how things work, and having a Harvard degree while remaining modest."}
31
+ {"id": 269, "prompt": "Replace the text 'STAN' with 'SMILIN'.", "original_image": "1.2.1/image/original/3111671020498.0.webp", "gt_image": "1.2.1/image/gt/3111671020498.0.webp", "source_text": "STAN", "target_text": "SMILIN", "gt_caption": "This illustration humorously depicts a character wielding a sword to decapitate another character, with text bubbles reading \"NUFF SAID!\" and \"REALLY SMILING,\" emphasizing the exaggerated and comedic tone."}
32
+ {"id": 270, "prompt": "Replace the text 'SUPPORT' with 'Assistance'.", "original_image": "1.2.1/image/original/890029010126.0.jpg", "gt_image": "1.2.1/image/gt/890029010126.0.jpg", "source_text": "SUPPORT", "target_text": "Assistance", "gt_caption": "This illustration depicts a humorous scene in a \"Tech Assistance\" office where a frustrated technician is overwhelmed by smoke rising from a malfunctioning computer, while two colleagues observe the situation with concern."}
33
+ {"id": 271, "prompt": "Replace the text 'MOMONOSUKE' with 'RAIZOU'.", "original_image": "1.2.1/image/original/1371795010251.0.jpg", "gt_image": "1.2.1/image/gt/1371795010251.0.jpg", "source_text": "MOMONOSUKE", "target_text": "RAIZOU", "gt_caption": "This illustration from a manga depicts a dramatic revelation scene where a character announces that he is the heir to the Great Daimyo of Kuri in the Wano Kingdom, Lord Oden Kozuki, surprising the surrounding characters."}
34
+ {"id": 272, "prompt": "Replace the text 'BATMAN' with 'Superman'.", "original_image": "1.2.1/image/original/4137795003562.0.webp", "gt_image": "1.2.1/image/gt/4137795003562.0.webp", "source_text": "BATMAN", "target_text": "Superman", "gt_caption": "This illustration is a comic book cover featuring Superman in a tense moment, facing a gun pointed at him, with the title \"Superman: Detective Comics\" and the subtitle \"A Lonely Place of Living.\""}
35
+ {"id": 273, "prompt": "Replace the text 'CJNARUTO' with 'KAKASHI'.", "original_image": "1.2.1/image/original/1735987013143.0.jpg", "gt_image": "1.2.1/image/gt/1735987013143.0.jpg", "source_text": "CJNARUTO", "target_text": "KAKASHI", "gt_caption": "This illustration depicts a character wearing a headband with a leaf symbol, resting their chin on their hand in a thoughtful pose, signed \"By KAKASHI SHADOW.\""}
36
+ {"id": 274, "prompt": "Replace the text 'Sbark' with 'Aquaman'.", "original_image": "1.2.1/image/original/3640290015076.0.webp", "gt_image": "1.2.1/image/gt/3640290015076.0.webp", "source_text": "Sbark", "target_text": "Aquaman", "gt_caption": "This illustration from a comic book shows Aquaman standing confidently as a group of people, holding candles, identify him as \"The Aquaman.\" The scene is part of \"Mother Aquaman Part One.\""}
37
+ {"id": 275, "prompt": "Replace the text 'FORWARO' with 'HAPPY'.", "original_image": "1.2.1/image/original/4109993004038.0.webp", "gt_image": "1.2.1/image/gt/4109993004038.0.webp", "source_text": "FORWARO", "target_text": "HAPPY", "gt_caption": "This illustration features a cartoon character, Charlie Brown, with a thought bubble that reads, \"The secret of happiness is having three things to look happy to, and nothing to dread!\" The image is signed by Charles M. Schulz."}
38
+ {"id": 276, "prompt": "Replace the text 'SILENT' with 'WORLDS'.", "original_image": "1.2.1/image/original/1231971006030.0.jpg", "gt_image": "1.2.1/image/gt/1231971006030.0.jpg", "source_text": "SILENT", "target_text": "WORLDS", "gt_caption": "This illustration depicts a humorous scenario where one person enthusiastically presents a sign reading \"KING OF WORLDS,\" while another person, appearing skeptical, is caught in the act of writing only \"KING OF\" on their own sign."}
39
+ {"id": 277, "prompt": "Replace the text 'CANYOUSIGN' with 'PearlyGates'.", "original_image": "1.2.1/image/original/1062487003241.0.jpg", "gt_image": "1.2.1/image/gt/1062487003241.0.jpg", "source_text": "CANYOUSIGN", "target_text": "PearlyGates", "gt_caption": "This cartoon depicts a humorous scene at the Pearly Gates, where a man in a tracksuit questions the presence of a bobblehead figure of himself, held by an angel standing at the gate."}
40
+ {"id": 278, "prompt": "Replace the text 'expecting' with 'grumpy'.", "original_image": "1.2.1/image/original/3873648007160.0.jpg", "gt_image": "1.2.1/image/gt/3873648007160.0.jpg", "source_text": "expecting", "target_text": "grumpy", "gt_caption": "This illustration depicts a grumpy cat sitting on a cloud, looking up at four flying cats with wings, one of which is playing a trumpet, while a speech bubble reads, \"I was grumpy more.\""}
41
+ {"id": 279, "prompt": "Replace the text 'JOBS' with 'CARTOON'.", "original_image": "1.2.1/image/original/3184041015936.0.jpg", "gt_image": "1.2.1/image/gt/3184041015936.0.jpg", "source_text": "JOBS", "target_text": "CARTOON", "gt_caption": "This illustration depicts Uncle Sam, symbolizing the U.S. government, waking up in bed and swatting at a mouse, which represents a political or societal issue, with the caption \"AHA! THOUGHT I WAS SLEEPING... EH MOUSE?\" emphasizing the theme of vigilance or awareness."}
42
+ {"id": 280, "prompt": "Replace the text 'STEMS' with 'Album'.", "original_image": "1.2.1/image/original/3932185000402.0.webp", "gt_image": "1.2.1/image/gt/3932185000402.0.webp", "source_text": "STEMS", "target_text": "Album", "gt_caption": "This illustration is the album cover for \"Lola Kirke and Friends and Foes and Friends Again,\" featuring a comic-style layout with various scenes, including a woman playing guitar, text bubbles, and quirky, humorous elements."}
43
+ {"id": 281, "prompt": "Replace the text 'FOREST' with 'WOODS'.", "original_image": "1.2.1/image/original/2070822001312.0.webp", "gt_image": "1.2.1/image/gt/2070822001312.0.webp", "source_text": "FOREST", "target_text": "WOODS", "gt_caption": "This illustration depicts a humorous scene where anthropomorphic trees hold a sign reading \"OCCUPY THE WOODS,\" while a lumberjack approaches with a chainsaw, symbolizing a playful conflict between environmentalism and logging."}
44
+ {"id": 282, "prompt": "Replace the text 'KENBENNER' with 'COFFEELOVER'.", "original_image": "1.2.1/image/original/2976611029172.0.jpg", "gt_image": "1.2.1/image/gt/2976611029172.0.jpg", "source_text": "KENBENNER", "target_text": "COFFEELOVER", "gt_caption": "This illustration depicts a snowman ordering an iced coffee at a coffee shop, with the barista expressing surprise at the choice."}
45
+ {"id": 283, "prompt": "Replace the text 'OLYMPICS' with 'CHAMPIONSHIP'.", "original_image": "1.2.1/image/original/2319170002750.0.jpg", "gt_image": "1.2.1/image/gt/2319170002750.0.jpg", "source_text": "OLYMPICS", "target_text": "CHAMPIONSHIP", "gt_caption": "This cartoon depicts a satirical scene at the Rio 2016 Olympics, where a Brazilian official expresses disappointment, saying, \"That's not how I imagined championship fever,\" as spectators are seen sick with the Zika virus."}
46
+ {"id": 284, "prompt": "Replace the text 'Outsourcing' with 'Offshoring'.", "original_image": "1.2.1/image/original/4113140000921.0.jpg", "gt_image": "1.2.1/image/gt/4113140000921.0.jpg", "source_text": "Outsourcing", "target_text": "Offshoring", "gt_caption": "This illustration depicts a professional woman in a business setting, contemplating software offshoring trends in 2021, as indicated by a speech bubble and accompanying icons of technology and growth."}
47
+ {"id": 285, "prompt": "Replace the text 'WALKING' with 'ZOMBIES'.", "original_image": "1.2.1/image/original/3902420007310.0.jpg", "gt_image": "1.2.1/image/gt/3902420007310.0.jpg", "source_text": "WALKING", "target_text": "ZOMBIES", "gt_caption": "This illustration depicts a close-up of a character with a determined expression, bandages on their face, and a speech bubble that reads, \"WE ARE THE ZOMBIES DEAD!\""}
48
+ {"id": 286, "prompt": "Replace the text 'sewing' with 'crafting'.", "original_image": "1.2.1/image/original/1956765000510.0.jpg", "gt_image": "1.2.1/image/gt/1956765000510.0.jpg", "source_text": "sewing", "target_text": "crafting", "gt_caption": "This illustration depicts a young girl spending hours in a crafting room, sewing a doll's dress while surrounded by various crafting tools and toys."}
49
+ {"id": 287, "prompt": "Replace the text 'Loulou' with 'Identity'.", "original_image": "1.2.1/image/original/1206705003366.0.jpg", "gt_image": "1.2.1/image/gt/1206705003366.0.jpg", "source_text": "Loulou", "target_text": "Identity", "gt_caption": "This illustration depicts a woman in a maid outfit smiling brightly while holding papers, with text indicating a conversation about her improved appearance after being sick."}
50
+ {"id": 288, "prompt": "Replace the text 'BONUS' with 'CARICATURE'.", "original_image": "1.2.1/image/original/8601054417.0.jpg", "gt_image": "1.2.1/image/gt/8601054417.0.jpg", "source_text": "BONUS", "target_text": "CARICATURE", "gt_caption": "This cartoon depicts a man sitting atop a pile of money, expressing comfort in his role, with a reference to the Caisse de dépôt et placement du Québec, suggesting a commentary on financial or political matters."}
51
+ {"id": 289, "prompt": "Replace the text 'TSA' with 'Senate'.", "original_image": "1.2.1/image/original/3703166001316.0.jpg", "gt_image": "1.2.1/image/gt/3703166001316.0.jpg", "source_text": "TSA", "target_text": "Senate", "gt_caption": "This cartoon depicts a satirical scene where Republican senators, represented as elephants, undergo a \"Loyalty Scan\" before entering the Senate for a Trump-related impeachment trial, highlighting themes of political allegiance and partisanship."}
52
+ {"id": 290, "prompt": "Replace the text 'WELCOME' with 'EXPLORE'.", "original_image": "1.2.1/image/original/3664798027372.0.jpg", "gt_image": "1.2.1/image/gt/3664798027372.0.jpg", "source_text": "WELCOME", "target_text": "EXPLORE", "gt_caption": "This illustration depicts a cartoon character standing in a pumpkin patch, holding a sign that reads \"EXPLORE GREAT PUMPKIN.\""}
53
+ {"id": 291, "prompt": "Replace the text 'ICANTAKE' with 'INSTRUCTION'.", "original_image": "1.2.1/image/original/1267455005682.0.jpg", "gt_image": "1.2.1/image/gt/1267455005682.0.jpg", "source_text": "ICANTAKE", "target_text": "INSTRUCTION", "gt_caption": "This cartoon depicts a job interview scenario where a human resources representative asks a candidate about their real-world skills, to which the candidate humorously replies, \"Tests. Instruction tests.\""}
54
+ {"id": 292, "prompt": "Replace the text 'STREETS' with 'AVENUES'.", "original_image": "1.2.1/image/original/2720530030859.0.jpg", "gt_image": "1.2.1/image/gt/2720530030859.0.jpg", "source_text": "STREETS", "target_text": "AVENUES", "gt_caption": "This illustration from a comic book shows a man in a black suit and white shirt, identified as \"The Preacher,\" speaking to someone off-panel, with the title \"Avenues of Laredo Part Two\" displayed prominently at the bottom."}
55
+ {"id": 293, "prompt": "Replace the text 'BULLRIDER' with 'POLITICIAN'.", "original_image": "1.2.1/image/original/4217041006576.0.jpg", "gt_image": "1.2.1/image/gt/4217041006576.0.jpg", "source_text": "BULLRIDER", "target_text": "POLITICIAN", "gt_caption": "This cartoon depicts a rodeo scene where a politician is being thrown off a bucking bull, symbolizing political challenges, while a cowboy in the background comments on the politician's skill. The hay bales labeled with names suggest recent controversies or events."}
56
+ {"id": 294, "prompt": "Replace the text 'HEALTHCARE' with 'MEDICARE'.", "original_image": "1.2.1/image/original/1114470008588.0.jpg", "gt_image": "1.2.1/image/gt/1114470008588.0.jpg", "source_text": "HEALTHCARE", "target_text": "MEDICARE", "gt_caption": "This cartoon illustrates a Medicare system representative apologizing to a line of aging boomers, stating, \"I'm sorry, we're bombarded with aging boomers... come back in about 20 years.\""}
57
+ {"id": 295, "prompt": "Replace the text 'Arsenal' with 'Chelsea'.", "original_image": "1.2.1/image/original/2216856000410.0.jpg", "gt_image": "1.2.1/image/gt/2216856000410.0.jpg", "source_text": "Arsenal", "target_text": "Chelsea", "gt_caption": "This illustration depicts a caricatured figure wearing a Chelsea Football Club jersey with a nuclear symbol, humorously stating, \"Winning isn't everything,\" with the caption \"End of an Era\" above."}
58
+ {"id": 296, "prompt": "Replace the text 'STRENGTH' with 'UNITY'.", "original_image": "1.2.1/image/original/1321643011478.0.jpg", "gt_image": "1.2.1/image/gt/1321643011478.0.jpg", "source_text": "STRENGTH", "target_text": "UNITY", "gt_caption": "This illustration depicts Boss Tweed leaning over a ballot box labeled \"THE BALLOT,\" with the text \"IN COUNTING THERE IS UNITY\" and the caption \"THAT'S WHAT'S THE MATTER,\" highlighting the corruption and control over election processes."}
59
+ {"id": 297, "prompt": "Replace the text 'SNOWBALLS' with 'SNOWFLAKES'.", "original_image": "1.2.1/image/original/3671298015049.0.jpg", "gt_image": "1.2.1/image/gt/3671298015049.0.jpg", "source_text": "SNOWBALLS", "target_text": "SNOWFLAKES", "gt_caption": "This illustration depicts a humorous scene where a customer buys \"snowflakes\" for $2 each from a vendor selling them in a snowy environment."}
60
+ {"id": 298, "prompt": "Replace the text 'STUPID' with 'TEAM'.", "original_image": "1.2.1/image/original/3760619003574.0.jpg", "gt_image": "1.2.1/image/gt/3760619003574.0.jpg", "source_text": "STUPID", "target_text": "TEAM", "gt_caption": "This illustration features two comic book characters standing side by side, with one holding a sign that reads \"I'M WITH TALL, DARK & TEAM,\" while the other carries a large weapon over his shoulder."}
61
+ {"id": 299, "prompt": "Replace the text 'Nestle' with 'Aquafina'.", "original_image": "1.2.1/image/original/4146671016490.0.webp", "gt_image": "1.2.1/image/gt/4146671016490.0.webp", "source_text": "Nestle", "target_text": "Aquafina", "gt_caption": "This cartoon illustrates a large industrial pump labeled \"Aquafina\" extracting water from a hole in the ground marked \"Ontario,\" with a speech bubble stating, \"We're sucking within government guidelines.\""}
62
+ {"id": 300, "prompt": "Replace the text 'iMMiGRATiON' with 'POLiCY'.", "original_image": "1.2.1/image/original/1187295008063.0.jpg", "gt_image": "1.2.1/image/gt/1187295008063.0.jpg", "source_text": "iMMiGRATiON", "target_text": "POLiCY", "gt_caption": "This cartoon depicts a political figure balancing precariously on a unicycle atop a border wall, with people on both sides expressing concern, as one group holds a sign reading \"STOP POLICY.\""}
63
+ {"id": 301, "prompt": "Replace the text 'MEL' with 'RET'.", "original_image": "1.2.1/image/original/4199341005135.0.jpg", "gt_image": "1.2.1/image/gt/4199341005135.0.jpg", "source_text": "MEL", "target_text": "RET", "gt_caption": "This illustration depicts a humorous scene where a retiree, standing in front of a drum set labeled \"RET,\" announces their retirement to-do list, which includes \"Learn a Musical Instrument.\""}
64
+ {"id": 302, "prompt": "Replace the text 'NATURE' with 'OUTDOORS'.", "original_image": "1.2.1/image/original/1342891004756.0.webp", "gt_image": "1.2.1/image/gt/1342891004756.0.webp", "source_text": "NATURE", "target_text": "OUTDOORS", "gt_caption": "This illustration depicts a man in a suit pushing another man in a wheelchair toward a sign labeled \"OUTDOORS,\" suggesting a humorous or ironic take on promoting outdoor activity."}
65
+ {"id": 303, "prompt": "Replace the text 'TERRORiSTS' with 'POLiTiCiANS'.", "original_image": "1.2.1/image/original/4134465007720.0.jpg", "gt_image": "1.2.1/image/gt/4134465007720.0.jpg", "source_text": "TERRORiSTS", "target_text": "POLiTiCiANS", "gt_caption": "This cartoon illustration titled \"Donald Trump's World\" depicts a stylized map where the United States is labeled \"ME\" with an American flag, while Europe is labeled \"POLITICIANS,\" and South America is labeled \"RAPISTS,\" reflecting a satirical view of Donald Trump's perspective on global relations."}
eval_prompts/fullset/1.2.2.jsonl ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {"id": 304, "prompt": "Replace the text 'KRAK' with 'FIGHT'.", "original_image": "1.2.2/image/original/2598320000344.0.jpg", "gt_image": "1.2.2/image/gt/2598320000344.0.jpg", "source_text": "KRAK", "target_text": "FIGHT", "gt_caption": "This illustration depicts a fierce battle scene featuring a tiger-like character with claws and a sword, engaged in combat with muscular opponents, as indicated by the dynamic action and the word \"FIGHT.\""}
2
+ {"id": 305, "prompt": "Replace the text 'KTOOM' with 'Bounty'.", "original_image": "1.2.2/image/original/1269560012609.0.jpg", "gt_image": "1.2.2/image/gt/1269560012609.0.jpg", "source_text": "KTOOM", "target_text": "Bounty", "gt_caption": "This comic-style illustration depicts a bounty hunter confronting a character in a tense standoff, with dialogue indicating a high-stakes situation."}
3
+ {"id": 306, "prompt": "Replace the text 'ZZZT' with 'BANG'.", "original_image": "1.2.2/image/original/4183803001075.0.jpg", "gt_image": "1.2.2/image/gt/4183803001075.0.jpg", "source_text": "ZZZT", "target_text": "BANG", "gt_caption": "This comic strip illustrates a humorous interaction between two sisters, where one sister uses her superpowers to playfully incapacitate the other, leading to a lighthearted exchange about sibling dynamics."}
4
+ {"id": 307, "prompt": "Replace the text 'BLAM' with 'MEOW'.", "original_image": "1.2.2/image/original/3203997084178.0.jpg", "gt_image": "1.2.2/image/gt/3203997084178.0.jpg", "source_text": "BLAM", "target_text": "MEOW", "gt_caption": "This illustration depicts a superhero character, dressed in a black costume, leaping from a construction crane while firing a weapon, with a surprised police officer reacting below in a cityscape setting."}
5
+ {"id": 308, "prompt": "Replace the text 'AAASH' with 'Tower'.", "original_image": "1.2.2/image/original/4217043015903.0.jpg", "gt_image": "1.2.2/image/gt/4217043015903.0.jpg", "source_text": "AAASH", "target_text": "Tower", "gt_caption": "This illustration depicts a dynamic combat scene where a character in a white robe is engaged in a sword fight with an opponent in dark clothing, showcasing swift movements and dramatic sound effects like \"DUAAASH\" and \"BLAA.\""}
6
+ {"id": 309, "prompt": "Replace the text 'PEW' with 'ZAP'.", "original_image": "1.2.2/image/original/1171862009122.0.webp", "gt_image": "1.2.2/image/gt/1171862009122.0.webp", "source_text": "PEW", "target_text": "ZAP", "gt_caption": "This illustration features a cartoon fox character holding a futuristic blaster, with action text like \"PEW,\" \"ZAP,\" and \"PEW\" emphasizing a dynamic, sci-fi theme."}
7
+ {"id": 310, "prompt": "Replace the text 'KRK' with 'Ren'.", "original_image": "1.2.2/image/original/4228699015710.0.jpg", "gt_image": "1.2.2/image/gt/4228699015710.0.jpg", "source_text": "KRK", "target_text": "Ren", "gt_caption": "This illustration depicts a scene from a comic book where a character wielding a green lightsaber confronts a group of armored adversaries, with dialogue emphasizing his solitary yet powerful stance."}
8
+ {"id": 311, "prompt": "Replace the text 'KRAZOW' with 'FIGHTER'.", "original_image": "1.2.2/image/original/2052231004957.0.jpg", "gt_image": "1.2.2/image/gt/2052231004957.0.jpg", "source_text": "KRAZOW", "target_text": "FIGHTER", "gt_caption": "This comic panel illustrates a martial arts battle where a fighter chooses balance over extremes, defeating an opponent who embodies darkness."}
9
+ {"id": 312, "prompt": "Replace the text 'HA' with 'JOKE'.", "original_image": "1.2.2/image/original/2747686000134.0.jpg", "gt_image": "1.2.2/image/gt/2747686000134.0.jpg", "source_text": "HA", "target_text": "JOKE", "gt_caption": "This illustration depicts a menacing character with a wide, sinister grin, wearing a purple suit, set against a chaotic background with the word \"JOKE\" prominently displayed."}
10
+ {"id": 313, "prompt": "Replace the text 'SCREEEE' with 'ROAR'.", "original_image": "1.2.2/image/original/3729576002416.0.webp", "gt_image": "1.2.2/image/gt/3729576002416.0.webp", "source_text": "SCREEEE", "target_text": "ROAR", "gt_caption": "This comic panel illustrates a dynamic action sequence where a character in a revealing outfit is startled and falls backward, while another character in a red and black costume taunts her with a playful threat."}
11
+ {"id": 314, "prompt": "Replace the text 'POWO' with 'Super'.", "original_image": "1.2.2/image/original/1126283003709.0.jpg", "gt_image": "1.2.2/image/gt/1126283003709.0.jpg", "source_text": "POWO", "target_text": "Super", "gt_caption": "This illustration depicts a vibrant cityscape with superhero silhouettes soaring above, accompanied by dynamic comic-style exclamations like \"Super,\" \"Wow!,\" and \"Whoa!\" against a bright, starry sky."}
12
+ {"id": 315, "prompt": "Replace the text 'CRUMBLE' with 'RETURN'.", "original_image": "1.2.2/image/original/1142507008406.0.jpg", "gt_image": "1.2.2/image/gt/1142507008406.0.jpg", "source_text": "CRUMBLE", "target_text": "RETURN", "gt_caption": "This comic strip illustration depicts a dramatic scene where a massive, gelatinous creature emerges from the ground with explosive force, as indicated by sound effects like \"KRACK,\" \"CRACK,\" \"FRAK,\" and \"BOOM,\" while two characters react in fear and shock."}
13
+ {"id": 316, "prompt": "Replace the text 'BAMM' with 'POW'.", "original_image": "1.2.2/image/original/1342165010772.0.jpg", "gt_image": "1.2.2/image/gt/1342165010772.0.jpg", "source_text": "BAMM", "target_text": "POW", "gt_caption": "This illustration is a comic panel showing a group of characters in a room, engaging in a discussion and planning an action, with one character enthusiastically suggesting they retrieve weapons and rush into a situation, while others advise caution and discussion."}
14
+ {"id": 317, "prompt": "Replace the text 'WHuMP' with 'Arrow'.", "original_image": "1.2.2/image/original/2610558007329.0.jpg", "gt_image": "1.2.2/image/gt/2610558007329.0.jpg", "source_text": "WHuMP", "target_text": "Arrow", "gt_caption": "This comic panel illustrates a tense confrontation between a masked character wielding a bow and arrow and an armed man, with dialogue emphasizing themes of patience, discipline, and the nature of their conflict."}
15
+ {"id": 318, "prompt": "Replace the text 'HOWDY' with 'HEY'.", "original_image": "1.2.2/image/original/3790511012927.0.webp", "gt_image": "1.2.2/image/gt/3790511012927.0.webp", "source_text": "HOWDY", "target_text": "HEY", "gt_caption": "This illustration features a character from the animated series *South Park* with a distressed expression, covered in brown stains, while a worm-like creature wearing a Santa hat waves enthusiastically with the text \"HEY HO!\" in the background."}
16
+ {"id": 319, "prompt": "Replace the text 'TAP' with 'READ'.", "original_image": "1.2.2/image/original/4284158006838.0.jpg", "gt_image": "1.2.2/image/gt/4284158006838.0.jpg", "source_text": "TAP", "target_text": "READ", "gt_caption": "This illustration depicts a comic scene where a man sitting on a couch is surprised to see a woman holding vegetables, asking, \"I haven't seen you around. Who are you?\" The setting appears to be a cozy living room."}
17
+ {"id": 320, "prompt": "Replace the text 'GRRR' with 'ROAR'.", "original_image": "1.2.2/image/original/3541360005514.0.webp", "gt_image": "1.2.2/image/gt/3541360005514.0.webp", "source_text": "GRRR", "target_text": "ROAR", "gt_caption": "This photo shows a child playfully pretending to be a dinosaur by sitting in a cardboard box decorated to look like a dinosaur head, with a wall sticker of a roaring dinosaur adding to the imaginative scene."}
18
+ {"id": 321, "prompt": "Replace the text 'ROFFF' with 'ARKHAM'.", "original_image": "1.2.2/image/original/1001810019104.0.jpg", "gt_image": "1.2.2/image/gt/1001810019104.0.jpg", "source_text": "ROFFF", "target_text": "ARKHAM", "gt_caption": "This illustration depicts a grotesque, zombie-like figure in a suit lying on the ground, with the text \"ROFF ARKHAM ROFF\" above, suggesting a chaotic or supernatural context."}
19
+ {"id": 322, "prompt": "Replace the text 'CLIK' with 'Click'.", "original_image": "1.2.2/image/original/1038374002610.0.png", "gt_image": "1.2.2/image/gt/1038374002610.0.png", "source_text": "CLIK", "target_text": "Click", "gt_caption": "This illustration depicts a person holding a baseball bat and a phone, reacting to an incoming call from someone named \"Kim,\" as indicated by the phone's screen and sound effects."}
20
+ {"id": 323, "prompt": "Replace the text 'thok' with 'polar'.", "original_image": "1.2.2/image/original/984250778.0.jpg", "gt_image": "1.2.2/image/gt/984250778.0.jpg", "source_text": "thok", "target_text": "polar", "gt_caption": "This illustration is a comic strip featuring a polar bear and a wolf interacting on an icy background, with the polar bear playfully growling and the wolf responding with a protective stance."}
21
+ {"id": 324, "prompt": "Replace the text 'KOF' with 'COVID'.", "original_image": "1.2.2/image/original/4001974008569.0.jpg", "gt_image": "1.2.2/image/gt/4001974008569.0.jpg", "source_text": "KOF", "target_text": "COVID", "gt_caption": "This illustration depicts a humorous take on the COVID-19 pandemic, showing a scientist presenting a vial labeled \"COVID 19\" to a businessman, and another scene with a man and a woman reacting dramatically to the virus, with the text \"COVID KOF\" emphasizing the impact."}
22
+ {"id": 325, "prompt": "Replace the text 'Hung' with 'Germ'.", "original_image": "1.2.2/image/original/614871005269.0.jpg", "gt_image": "1.2.2/image/gt/614871005269.0.jpg", "source_text": "Hung", "target_text": "Germ", "gt_caption": "This illustration depicts a large, stitched-up character with a wide-open mouth labeled \"Germ,\" as tiny figures climb a ladder into its mouth, symbolizing the spread of germs."}
23
+ {"id": 326, "prompt": "Replace the text 'THWAM' with 'CRASH'.", "original_image": "1.2.2/image/original/2462073008447.0.jpg", "gt_image": "1.2.2/image/gt/2462073008447.0.jpg", "source_text": "THWAM", "target_text": "CRASH", "gt_caption": "This comic-style illustration depicts a tense confrontation where a character in a white suit is using a baseball bat to attack another character, resulting in a dramatic fall and a loud \"CRASH.\""}
24
+ {"id": 327, "prompt": "Replace the text 'HATE!' with 'RAGE!'.", "original_image": "1.2.2/image/original/3313129005688.0.jpg", "gt_image": "1.2.2/image/gt/3313129005688.0.jpg", "source_text": "HATE!", "target_text": "RAGE!", "gt_caption": "This illustration depicts an angry face with intense red eyes, surrounded by symbols and text like \"RAGE!\" and \"HATE!\" on a vibrant red background, conveying intense frustration or fury."}
25
+ {"id": 328, "prompt": "Replace the text 'What?' with 'Cool?'.", "original_image": "1.2.2/image/original/2586577001743.0.jpg", "gt_image": "1.2.2/image/gt/2586577001743.0.jpg", "source_text": "What?", "target_text": "Cool?", "gt_caption": "This illustration features a pair of glasses and a mustache with a thought bubble above, asking \"Cool?\" in a playful, minimalist style."}
26
+ {"id": 329, "prompt": "Replace the text 'CHOO!' with 'ART!'.", "original_image": "1.2.2/image/original/1274647003867.0.jpg", "gt_image": "1.2.2/image/gt/1274647003867.0.jpg", "source_text": "CHOO!", "target_text": "ART!", "gt_caption": "This comic-style illustration depicts a person trying to paint while being repeatedly distracted by a mischievous cat, leading to frustration and a messy result."}
eval_prompts/fullset/1.3.1.jsonl ADDED
@@ -0,0 +1,71 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {"id": 330, "prompt": "Replace the text 'Eastway' with 'DoubleRoom'.", "original_image": "1.3.1/image/original/3670770003373.0.jpg", "gt_image": "1.3.1/image/gt/3670770003373.0.jpg", "source_text": "Eastway", "target_text": "DoubleRoom", "gt_caption": "This digital illustration showcases floor plans for a \"Double Room\" and a \"Single with Half Bath\" at Kent State University, designed by DOMOKUR|ARCHITECTS."}
2
+ {"id": 331, "prompt": "Replace the text 'Welcome' with 'Greeting'.", "original_image": "1.3.1/image/original/3527265000632.0.jpg", "gt_image": "1.3.1/image/gt/3527265000632.0.jpg", "source_text": "Welcome", "target_text": "Greeting", "gt_caption": "This photo shows a group of people posing for a photo at a conference titled \"Queens MBK Greeting,\" held on February 1st, 2019, with a backdrop featuring the event's logo and details."}
3
+ {"id": 332, "prompt": "Replace the text 'YOURL' with 'FOREX'.", "original_image": "1.3.1/image/original/3704518012717.0.jpg", "gt_image": "1.3.1/image/gt/3704518012717.0.jpg", "source_text": "YOURL", "target_text": "FOREX", "gt_caption": "This photo shows a man speaking into a microphone during a business news segment about online forex trading in Kenya, with a laptop displaying financial data in the background."}
4
+ {"id": 333, "prompt": "Replace the text 'BREAKING' with 'IMPORTANT'.", "original_image": "1.3.1/image/original/2441351004443.0.webp", "gt_image": "1.3.1/image/gt/2441351004443.0.webp", "source_text": "BREAKING", "target_text": "IMPORTANT", "gt_caption": "This screenshot shows a news broadcast on MSNBC featuring Carter Page, a former Trump campaign advisor, as part of an exclusive segment titled \"All In with Chris Hayes.\""}
5
+ {"id": 334, "prompt": "Replace the text 'SET' with 'Pair'.", "original_image": "1.3.1/image/original/2999356000461.0.jpg", "gt_image": "1.3.1/image/gt/2999356000461.0.jpg", "source_text": "SET", "target_text": "Pair", "gt_caption": "A digital display or poster featuring the word \"Pair\" in bold, centered text against a plain white background."}
6
+ {"id": 335, "prompt": "Replace the text 'SUSTAINABLE' with 'ECO-FRIENDLY'.", "original_image": "1.3.1/image/original/2164360016002.0.jpg", "gt_image": "1.3.1/image/gt/2164360016002.0.jpg", "source_text": "SUSTAINABLE", "target_text": "ECO-FRIENDLY", "gt_caption": "This photo shows a speaker on stage at an event, with a large screen behind them displaying the word \"ECO-FRIENDLY\" and the SAP logo, indicating a focus on sustainability."}
7
+ {"id": 336, "prompt": "Replace the text 'Programs' with 'Courses'.", "original_image": "1.3.1/image/original/1027605001757.0.png", "gt_image": "1.3.1/image/gt/1027605001757.0.png", "source_text": "Programs", "target_text": "Courses", "gt_caption": "This photo shows a man in a white shirt and glasses gesturing while speaking, with text overlay reading \"Graduate Degrees & Courses,\" suggesting an educational or professional context."}
8
+ {"id": 337, "prompt": "Replace the text 'BEFORE' with 'TRANSFORM'.", "original_image": "1.3.1/image/original/1623669014745.0.jpg", "gt_image": "1.3.1/image/gt/1623669014745.0.jpg", "source_text": "BEFORE", "target_text": "TRANSFORM", "gt_caption": "This poster illustrates a \"before and after\" transformation of a room, showcasing a change from a cluttered, wood-paneled space with exercise equipment to a cozy, well-decorated bedroom with a bed, furniture, and colorful accents."}
9
+ {"id": 338, "prompt": "Replace the text 'PRESIDENTIAL' with 'POLITICAL'.", "original_image": "1.3.1/image/original/3155714010240.0.jpg", "gt_image": "1.3.1/image/gt/3155714010240.0.jpg", "source_text": "PRESIDENTIAL", "target_text": "POLITICAL", "gt_caption": "This photo shows a panel discussion at the Black Economic Alliance Political Forum, with two individuals seated and engaged in conversation."}
10
+ {"id": 339, "prompt": "Replace the text 'CONSENSUSN' with 'MECHANISM'.", "original_image": "1.3.1/image/original/1221577013717.0.jpg", "gt_image": "1.3.1/image/gt/1221577013717.0.jpg", "source_text": "CONSENSUSN", "target_text": "MECHANISM", "gt_caption": "This digital display features a neon-lit, futuristic background with the text \"A QUICK REVIEW OF THE TOP MECHANISM MECHANISMS\" prominently displayed in the center."}
11
+ {"id": 340, "prompt": "Replace the text 'Governor' with 'Leader'.", "original_image": "1.3.1/image/original/4071846003955.0.jpg", "gt_image": "1.3.1/image/gt/4071846003955.0.jpg", "source_text": "Governor", "target_text": "Leader", "gt_caption": "This digital display features the Arkansas state seal and a COVID-19 virus illustration, announcing Governor Asa Hutchinson's weekly COVID-19 update dated Tuesday, January 26, 2021."}
12
+ {"id": 341, "prompt": "Replace the text '2013' with '2015'.", "original_image": "1.3.1/image/original/3429614003526.0.jpg", "gt_image": "1.3.1/image/gt/3429614003526.0.jpg", "source_text": "2013", "target_text": "2015", "gt_caption": "This photo shows a speaker addressing an audience at the \"Living Planet Symposium\" in Edinburgh, held from 21-23 September 2015."}
13
+ {"id": 342, "prompt": "Replace the text 'Recipes' with 'Dishes'.", "original_image": "1.3.1/image/original/3009325028461.0.webp", "gt_image": "1.3.1/image/gt/3009325028461.0.webp", "source_text": "Recipes", "target_text": "Dishes", "gt_caption": "This collage-style poster showcases the \"Top 15 Dishes of 2015\" from Alida's Kitchen, featuring a variety of appetizing meals and desserts, including blueberry crumb bars, pasta salad, enchiladas, muffins, brownies, a spinach salad, and a casser"}
14
+ {"id": 343, "prompt": "Replace the text 'REVERB' with 'Echo'.", "original_image": "1.3.1/image/original/2643353012467.0.jpg", "gt_image": "1.3.1/image/gt/2643353012467.0.jpg", "source_text": "REVERB", "target_text": "Echo", "gt_caption": "This photo shows a man in a studio setting, likely discussing or demonstrating how to \"MAKE YOUR OWN ECHO,\" as indicated by the text overlay."}
15
+ {"id": 344, "prompt": "Replace the text 'LGV30' with 'Smartphone'.", "original_image": "1.3.1/image/original/1849277001623.0.jpg", "gt_image": "1.3.1/image/gt/1849277001623.0.jpg", "source_text": "LGV30", "target_text": "Smartphone", "gt_caption": "This photo captures a presentation at IFA 2017, showcasing a smartphone with a large screen and a speaker introducing the product on stage."}
16
+ {"id": 345, "prompt": "Replace the text 'RESOURCES' with 'GUIDES'.", "original_image": "1.3.1/image/original/3703585015964.0.jpg", "gt_image": "1.3.1/image/gt/3703585015964.0.jpg", "source_text": "RESOURCES", "target_text": "GUIDES", "gt_caption": "This screenshot displays a list of guides related to Content Security Policy (CSP) and related topics, including tutorials, reference materials, and official recommendations."}
17
+ {"id": 346, "prompt": "Replace the text 'Basics' with 'Fundamentals'.", "original_image": "1.3.1/image/original/4066304018756.0.jpg", "gt_image": "1.3.1/image/gt/4066304018756.0.jpg", "source_text": "Basics", "target_text": "Fundamentals", "gt_caption": "This illustration depicts the cover of a music book titled \"Jazz Fundamentals Volume 2 - Approach Notes\" by Tony D'Aveni, featuring silhouettes of various musical instruments in the background."}
18
+ {"id": 347, "prompt": "Replace the text 'COVERINGPOLKCOUNTY' with 'WALMARTNEWS'.", "original_image": "1.3.1/image/original/1078580007326.0.jpg", "gt_image": "1.3.1/image/gt/1078580007326.0.jpg", "source_text": "COVERINGPOLKCOUNTY", "target_text": "WALMARTNEWS", "gt_caption": "This screenshot from a news broadcast shows mugshots of three individuals identified as Walmart employees who have been arrested, with their names listed as Randall Tomko, Crucelis Nunez, and Nathan Higgins."}
19
+ {"id": 348, "prompt": "Replace the text 'iPhone' with 'device'.", "original_image": "1.3.1/image/original/1961030010691.0.jpg", "gt_image": "1.3.1/image/gt/1961030010691.0.jpg", "source_text": "iPhone", "target_text": "device", "gt_caption": "This photo shows a presenter on stage introducing the \"device X\" with storage options of 64GB and 256GB, displayed alongside a large screen showcasing the device's design."}
20
+ {"id": 349, "prompt": "Replace the text 'URGENT' with 'CRUCIAL'.", "original_image": "1.3.1/image/original/3904575014156.0.png", "gt_image": "1.3.1/image/gt/3904575014156.0.png", "source_text": "URGENT", "target_text": "CRUCIAL", "gt_caption": "This poster is a call to action for civil society and governments in the Caribbean region to implement crucial nutrition policies, emphasizing the need to create healthy food environments for children by addressing the risks of unhealthy diets."}
21
+ {"id": 350, "prompt": "Replace the text 'NewWorkshop' with 'DataAnalysis'.", "original_image": "1.3.1/image/original/3689990000023.0.jpg", "gt_image": "1.3.1/image/gt/3689990000023.0.jpg", "source_text": "NewWorkshop", "target_text": "DataAnalysis", "gt_caption": "This poster advertises a \"Data Analysis\" event scheduled for Monday, March 12th, 2018, from 18:00 to 20:00 in the South Wing G12 Council Room, featuring an image of individuals harvesting red peppers in a field."}
22
+ {"id": 351, "prompt": "Replace the text 'Verde' with 'Green'.", "original_image": "1.3.1/image/original/1278559008217.0.jpg", "gt_image": "1.3.1/image/gt/1278559008217.0.jpg", "source_text": "Verde", "target_text": "Green", "gt_caption": "This image is a photo collage showcasing a dish of Slow Cooker Green Chicken Chili, served in a bowl with toppings like avocado slices, sour cream, and shredded cheese, presented alongside text highlighting the recipe title."}
23
+ {"id": 352, "prompt": "Replace the text 'CLIFF' with 'MARKET'.", "original_image": "1.3.1/image/original/185916006771.0.jpg", "gt_image": "1.3.1/image/gt/185916006771.0.jpg", "source_text": "CLIFF", "target_text": "MARKET", "gt_caption": "This photo collage juxtaposes two contrasting scenes: a firefighter signaling at a fire scene on the left and a man interacting with a financial market display on the right."}
24
+ {"id": 353, "prompt": "Replace the text 'NEWS' with 'CHANNEL'.", "original_image": "1.3.1/image/original/1271454002033.0.webp", "gt_image": "1.3.1/image/gt/1271454002033.0.webp", "source_text": "NEWS", "target_text": "CHANNEL", "gt_caption": "This screenshot shows a late-night talk show host on stage, with a inset image of a person from the \"FOX CHANNEL\" displayed on the screen behind him."}
25
+ {"id": 354, "prompt": "Replace the text 'Nepali' with 'Results'.", "original_image": "1.3.1/image/original/4204663005251.0.jpg", "gt_image": "1.3.1/image/gt/4204663005251.0.jpg", "source_text": "Nepali", "target_text": "Results", "gt_caption": "This digital certificate shows the results of a Nepali language test conducted by the CCL Training Centre, featuring a photo of the recipient and her scores."}
26
+ {"id": 355, "prompt": "Replace the text 'Plastic' with 'Material'.", "original_image": "1.3.1/image/original/3675518022616.0.jpg", "gt_image": "1.3.1/image/gt/3675518022616.0.jpg", "source_text": "Plastic", "target_text": "Material", "gt_caption": "This illustration depicts a professor standing in a science classroom, with a chalkboard labeled \"Professor Material\" and various laboratory equipment on a desk, including a microscope, beakers, and a periodic table."}
27
+ {"id": 356, "prompt": "Replace the text 'INTERVIEW' with 'PREPARATION'.", "original_image": "1.3.1/image/original/3731769010840.0.jpg", "gt_image": "1.3.1/image/gt/3731769010840.0.jpg", "source_text": "INTERVIEW", "target_text": "PREPARATION", "gt_caption": "This poster features a photo of Ajay Kumar, Deputy Collector, alongside text promoting a 7-point strategy for preparing for the Bihar Civil Services Exam (BPSC)."}
28
+ {"id": 357, "prompt": "Replace the text '5G' with 'LTE'.", "original_image": "1.3.1/image/original/3323369021269.0.jpg", "gt_image": "1.3.1/image/gt/3323369021269.0.jpg", "source_text": "5G", "target_text": "LTE", "gt_caption": "This photo shows two individuals seated on stage during a panel discussion at the Qualcomm 5G Summit 2019 in Barcelona, Spain, with a presentation slide titled \"Meeting consumer expectations with 5G devices\" displayed behind them."}
29
+ {"id": 358, "prompt": "Replace the text 'NETWORKINGEVENT' with 'STARTUPCOMPETITION'.", "original_image": "1.3.1/image/original/3476923017079.0.webp", "gt_image": "1.3.1/image/gt/3476923017079.0.webp", "source_text": "NETWORKINGEVENT", "target_text": "STARTUPCOMPETITION", "gt_caption": "This photo shows a group of people celebrating a startup competition win, holding a large ceremonial check for $25,000 at an event titled \"STARTUP CITY.\""}
30
+ {"id": 359, "prompt": "Replace the text 'EPORTING' with 'REPORTING'.", "original_image": "1.3.1/image/original/3294487013296.0.jpg", "gt_image": "1.3.1/image/gt/3294487013296.0.jpg", "source_text": "EPORTING", "target_text": "REPORTING", "gt_caption": "This photo shows a news anchor seated in front of a screen displaying the text \"Shepard Smith Reporting,\" indicating a live news broadcast."}
31
+ {"id": 360, "prompt": "Replace the text 'Winter' with 'Seasonal'.", "original_image": "1.3.1/image/original/1266772000179.0.jpg", "gt_image": "1.3.1/image/gt/1266772000179.0.jpg", "source_text": "Winter", "target_text": "Seasonal", "gt_caption": "This photo showcases a workspace setup featuring a tablet displaying a \"Seasonal recipes\" cover design, alongside a laptop, a red envelope, a coffee cup, and a bouquet of pink tulips, suggesting a creative or planning activity."}
32
+ {"id": 361, "prompt": "Replace the text '2015INDUCTEES' with '2015HOF'.", "original_image": "1.3.1/image/original/1289207032677.0.jpg", "gt_image": "1.3.1/image/gt/1289207032677.0.jpg", "source_text": "2015INDUCTEES", "target_text": "2015HOF", "gt_caption": "This photo shows a formal event where two individuals are shaking hands, with a backdrop featuring astronaut portraits and the text \"2015 HOF,\" indicating a Hall of Fame induction ceremony."}
33
+ {"id": 362, "prompt": "Replace the text 'Episode25' with 'ParentingTips'.", "original_image": "1.3.1/image/original/1206058000210.0.png", "gt_image": "1.3.1/image/gt/1206058000210.0.png", "source_text": "Episode25", "target_text": "ParentingTips", "gt_caption": "This poster promotes an episode of \"The Blissful Parenting Podcast\" titled \"Finding Your Parenting Super Power,\" featuring guest LaChelle Adkins, a mom of 15, and includes a circular photo of her smiling."}
34
+ {"id": 363, "prompt": "Replace the text 'Interviewwith' with 'Sustainability'.", "original_image": "1.3.1/image/original/3320288013086.0.jpg", "gt_image": "1.3.1/image/gt/3320288013086.0.jpg", "source_text": "Interviewwith", "target_text": "Sustainability", "gt_caption": "This poster features a modern glass building at dusk, promoting a talk by Matt Zirkelbach on sustainability and reducing natural resource waste with green technology, presented by Acoustic Architects."}
35
+ {"id": 364, "prompt": "Replace the text 'PHYSIOTHERAPY' with 'REHABILITATION'.", "original_image": "1.3.1/image/original/2600904012775.0.jpg", "gt_image": "1.3.1/image/gt/2600904012775.0.jpg", "source_text": "PHYSIOTHERAPY", "target_text": "REHABILITATION", "gt_caption": "This illustration depicts the before-and-after stages of rehabilitation, showing patients receiving training and therapy indoors and regaining independence outdoors."}
36
+ {"id": 365, "prompt": "Replace the text 'Season4' with 'Spencer's'.", "original_image": "1.3.1/image/original/2126381000726.0.jpg", "gt_image": "1.3.1/image/gt/2126381000726.0.jpg", "source_text": "Season4", "target_text": "Spencer", "gt_caption": "This collage of screenshots shows the character Dr. Spencer Reid from the TV series \"Criminal Minds,\" highlighting his appearance and hairstyle changes across each season from Season 1 to Season 12."}
37
+ {"id": 366, "prompt": "Replace the text 'électrique' with 'français'.", "original_image": "1.3.1/image/original/1008265012526.0.jpg", "gt_image": "1.3.1/image/gt/1008265012526.0.jpg", "source_text": "électrique", "target_text": "français", "gt_caption": "This photo shows a man giving a speech at a podium with a green background displaying the text \"Rouler français\" and \"France 2030.\""}
38
+ {"id": 367, "prompt": "Replace the text 'STORY' with 'NARRATIVE'.", "original_image": "1.3.1/image/original/3463535001569.0.jpg", "gt_image": "1.3.1/image/gt/3463535001569.0.jpg", "source_text": "STORY", "target_text": "NARRATIVE", "gt_caption": "This poster features a hand pointing to a light bulb icon, accompanied by the text \"EVERYONE HAS A NARRATIVE,\" emphasizing the idea that everyone has a unique story to share."}
39
+ {"id": 368, "prompt": "Replace the text 'MOVEMENT' with 'SUMMIT'.", "original_image": "1.3.1/image/original/4214027019037.0.jpg", "gt_image": "1.3.1/image/gt/4214027019037.0.jpg", "source_text": "MOVEMENT", "target_text": "SUMMIT", "gt_caption": "This photo shows a speaker presenting at the 7th Annual World Patient Safety, Science & Technology Summit, with a focus on achieving zero preventable deaths by 2020."}
40
+ {"id": 369, "prompt": "Replace the text 'WORLD' with 'GLOBAL'.", "original_image": "1.3.1/image/original/2646076061477.0.jpg", "gt_image": "1.3.1/image/gt/2646076061477.0.jpg", "source_text": "WORLD", "target_text": "GLOBAL", "gt_caption": "This photo shows a news anchor seated at a desk in a studio setting, presenting \"Global News Tonight with David Muir\" on ABC."}
41
+ {"id": 370, "prompt": "Replace the text 'Commentary' with 'Analysis'.", "original_image": "1.3.1/image/original/1051468008352.0.jpg", "gt_image": "1.3.1/image/gt/1051468008352.0.jpg", "source_text": "Commentary", "target_text": "Analysis", "gt_caption": "This illustration is a promotional poster for \"Forex Weekly Analysis\" covering the period from 17 February to 21 February 2020, featuring a group of people discussing a chart with the logo \"The Forex Secret\" in the corner."}
42
+ {"id": 371, "prompt": "Replace the text 'Philadelphia' with 'Washington'.", "original_image": "1.3.1/image/original/729465000968.0.jpg", "gt_image": "1.3.1/image/gt/729465000968.0.jpg", "source_text": "Philadelphia", "target_text": "Washington", "gt_caption": "This screenshot shows a news broadcast featuring a man speaking at a podium in front of an American flag, delivering a speech about the Iran Nuclear Deal in Washington."}
43
+ {"id": 372, "prompt": "Replace the text 'Phone50' with 'Smart50'.", "original_image": "1.3.1/image/original/1695451002616.0.jpg", "gt_image": "1.3.1/image/gt/1695451002616.0.jpg", "source_text": "Phone50", "target_text": "Smart50", "gt_caption": "This photo shows a person presenting on stage at a T-Mobile event, holding a smartphone and standing in front of a large screen displaying \"T-MOBILE TEST DRIVE.\""}
44
+ {"id": 373, "prompt": "Replace the text 'HOME' with 'LIVING'.", "original_image": "1.3.1/image/original/3804241001959.0.jpg", "gt_image": "1.3.1/image/gt/3804241001959.0.jpg", "source_text": "HOME", "target_text": "LIVING", "gt_caption": "This photo depicts a cozy living room with a white sofa adorned with pillows and a blanket, set against a striking wall mural of a breaching whale, creating a serene and modern coastal-inspired atmosphere."}
45
+ {"id": 374, "prompt": "Replace the text 'SHOW' with 'DEBATE'.", "original_image": "1.3.1/image/original/2208084001482.0.jpg", "gt_image": "1.3.1/image/gt/2208084001482.0.jpg", "source_text": "SHOW", "target_text": "DEBATE", "gt_caption": "This photo shows a person standing behind a podium with the text \"LATE DEBATE\" on it, gesturing while speaking in front of an American flag backdrop."}
46
+ {"id": 375, "prompt": "Replace the text 'UNIVERSITYOF' with 'SCHOOLOF'.", "original_image": "1.3.1/image/original/3085272004532.0.jpg", "gt_image": "1.3.1/image/gt/3085272004532.0.jpg", "source_text": "UNIVERSITYOF", "target_text": "SCHOOLOF", "gt_caption": "This digital display shows the logo and name of the UC School of Canterbury, also known as Te Whare Wānanga o Waitaha, located in Christchurch, New Zealand."}
47
+ {"id": 376, "prompt": "Replace the text 'ellen15' with 'SethMeyers'.", "original_image": "1.3.1/image/original/1988622001452.0.webp", "gt_image": "1.3.1/image/gt/1988622001452.0.webp", "source_text": "ellen15", "target_text": "SethMeyers", "gt_caption": "This photo shows a comedic scene on a talk show set, where one person is pulling a string attached to a bucket of fake leaves, causing the other person to be doused with them."}
48
+ {"id": 377, "prompt": "Replace the text '2015' with '2016'.", "original_image": "1.3.1/image/original/3299757003944.0.jpg", "gt_image": "1.3.1/image/gt/3299757003944.0.jpg", "source_text": "2015", "target_text": "2016", "gt_caption": "This poster is a collage featuring three images: children holding certificates, workers in a laboratory setting, and a group of people engaged in a discussion, all representing Henkel's 2016 Sustainability Report with the tagline \"Excellence is our Passion.\""}
49
+ {"id": 378, "prompt": "Replace the text 'SABBATH' with 'SONG'.", "original_image": "1.3.1/image/original/2710432002139.0.jpg", "gt_image": "1.3.1/image/gt/2710432002139.0.jpg", "source_text": "SABBATH", "target_text": "SONG", "gt_caption": "This photo shows a person playing an electric guitar, with text indicating a tutorial for the song \"Iron Man\" by Black Sabbath, set in a music studio environment."}
50
+ {"id": 379, "prompt": "Replace the text 'CHICAGO' with 'UNIVERSITY'.", "original_image": "1.3.1/image/original/2327313014499.0.jpg", "gt_image": "1.3.1/image/gt/2327313014499.0.jpg", "source_text": "CHICAGO", "target_text": "UNIVERSITY", "gt_caption": "This photo shows a studio interview setting where two women are seated and engaged in conversation, with a backdrop displaying \"The University of University.\""}
51
+ {"id": 380, "prompt": "Replace the text 'SUSTAINABILITY' with 'ENVIRONMENT'.", "original_image": "1.3.1/image/original/4188805000247.0.jpg", "gt_image": "1.3.1/image/gt/4188805000247.0.jpg", "source_text": "SUSTAINABILITY", "target_text": "ENVIRONMENT", "gt_caption": "This photo shows a presenter giving a presentation on environmental topics, pointing to a screen displaying a slide with the word \"ENVIRONMENT\" and a graphic of a person with a plant growing from their head."}
52
+ {"id": 381, "prompt": "Replace the text '2015' with '2023'.", "original_image": "1.3.1/image/original/1577460002277.0.jpg", "gt_image": "1.3.1/image/gt/1577460002277.0.jpg", "source_text": "2015", "target_text": "2023", "gt_caption": "This poster provides an overview of the Invest North Bay initiative in 2023, highlighting its mission to foster economic and community growth in North Bay, Ontario, Canada."}
53
+ {"id": 382, "prompt": "Replace the text 'Skills' with 'Experiences'.", "original_image": "1.3.1/image/original/2142325017127.0.jpg", "gt_image": "1.3.1/image/gt/2142325017127.0.jpg", "source_text": "Skills", "target_text": "Experiences", "gt_caption": "This is a digital display of a creative resume designed as an infographic, featuring sections for education, interests, experience, and skills, with a playful and visually engaging layout."}
54
+ {"id": 383, "prompt": "Replace the text 'Announcing' with 'Introducing'.", "original_image": "1.3.1/image/original/3549325037440.0.jpg", "gt_image": "1.3.1/image/gt/3549325037440.0.jpg", "source_text": "Announcing", "target_text": "Introducing", "gt_caption": "This photo shows a presenter on stage introducing Magento Commerce branded stores for Amazon sellers, with a large screen displaying the announcement and a laptop mockup."}
55
+ {"id": 384, "prompt": "Replace the text 'skyscraper' with 'tall building'.", "original_image": "1.3.1/image/original/1107612000627.0.jpg", "gt_image": "1.3.1/image/gt/1107612000627.0.jpg", "source_text": "skyscraper", "target_text": "tall building", "gt_caption": "This poster features a photo of the Empire State Building, highlighting its status as a 102-story landmark in New York City, Manhattan, and noting its title as the world's tallest building from 1931 to 1972."}
56
+ {"id": 385, "prompt": "Replace the text 'REVIEWS' with 'EVALUATIONS'.", "original_image": "1.3.1/image/original/2243627008749.0.jpg", "gt_image": "1.3.1/image/gt/2243627008749.0.jpg", "source_text": "REVIEWS", "target_text": "EVALUATIONS", "gt_caption": "This poster features a scenic mountain landscape with text overlay indicating a market entry study titled \"Performance Evaluations,\" part 16, leading up to the third client update, associated with FirmsConsulting.com."}
57
+ {"id": 386, "prompt": "Replace the text 'SUPPLY' with 'Demand'.", "original_image": "1.3.1/image/original/3282650003253.0.jpg", "gt_image": "1.3.1/image/gt/3282650003253.0.jpg", "source_text": "SUPPLY", "target_text": "Demand", "gt_caption": "This photo shows a speaker addressing an audience at the 2014 Global Demand Chain Summit, with flags and a presentation screen in the background."}
58
+ {"id": 387, "prompt": "Replace the text 'PERFORMANCE' with 'EFFICIENCY'.", "original_image": "1.3.1/image/original/4020490003415.0.png", "gt_image": "1.3.1/image/gt/4020490003415.0.png", "source_text": "PERFORMANCE", "target_text": "EFFICIENCY", "gt_caption": "This poster combines a photo and text to highlight \"Popular Efficiency Testing Tools in 2021,\" featuring a person coding on a laptop."}
59
+ {"id": 388, "prompt": "Replace the text 'EPISODE' with 'SEGMENT'.", "original_image": "1.3.1/image/original/3772511012612.0.jpg", "gt_image": "1.3.1/image/gt/3772511012612.0.jpg", "source_text": "EPISODE", "target_text": "SEGMENT", "gt_caption": "This digital display shows a news segment titled \"Segment 498,\" featuring a presenter in a striped sweater against a backdrop of multiple screens displaying various images."}
60
+ {"id": 389, "prompt": "Replace the text 'Intervention' with 'Program'.", "original_image": "1.3.1/image/original/3239468018722.0.jpg", "gt_image": "1.3.1/image/gt/3239468018722.0.jpg", "source_text": "Intervention", "target_text": "Program", "gt_caption": "This poster presents the results of a Group Lifestyle Balance Program at the University of Pittsburgh, showing significant weight loss achievements among participants in a 12-session group-based Diabetes Prevention Program (DPP) intervention."}
61
+ {"id": 390, "prompt": "Replace the text 'ANNUALREPORT' with 'REPORT2015'.", "original_image": "1.3.1/image/original/1157535013186.0.jpg", "gt_image": "1.3.1/image/gt/1157535013186.0.jpg", "source_text": "ANNUALREPORT", "target_text": "REPORT2015", "gt_caption": "This illustration is the cover of the \"UN Women Fund for Gender Equality Report 2015,\" featuring icons representing various aspects of gender equality, such as education, employment, and community development, set against a vibrant pink background."}
62
+ {"id": 391, "prompt": "Replace the text 'INTRODUCTION' with 'OVERVIEW'.", "original_image": "1.3.1/image/original/2227116002003.0.jpg", "gt_image": "1.3.1/image/gt/2227116002003.0.jpg", "source_text": "INTRODUCTION", "target_text": "OVERVIEW", "gt_caption": "This photo shows a group of people meditating in a calm setting, with the text \"M ZONE - AN OVERVIEW\" overlaid on the image."}
63
+ {"id": 392, "prompt": "Replace the text 'HIGHFRENCHGOTHIC' with 'GOTHICARCHITECTURE'.", "original_image": "1.3.1/image/original/1383594000763.0.jpg", "gt_image": "1.3.1/image/gt/1383594000763.0.jpg", "source_text": "HIGHFRENCHGOTHIC", "target_text": "GOTHICARCHITECTURE", "gt_caption": "This poster showcases Chartres Cathedral, highlighting its Gothic architecture, construction dates (1134-1220), and key features like the South Tower (1160) and North Spire (1506-1513)."}
64
+ {"id": 393, "prompt": "Replace the text 'THE' with 'HER'.", "original_image": "1.3.1/image/original/1695902008187.0.jpg", "gt_image": "1.3.1/image/gt/1695902008187.0.jpg", "source_text": "THE", "target_text": "HER", "gt_caption": "This photo shows two women seated on a panel at an event, likely a TV or media conference, with the word \"HER\" visible in the background."}
65
+ {"id": 394, "prompt": "Replace the text 'SCHOOL' with 'CLASSROOM'.", "original_image": "1.3.1/image/original/492264001105.0.jpg", "gt_image": "1.3.1/image/gt/492264001105.0.jpg", "source_text": "SCHOOL", "target_text": "CLASSROOM", "gt_caption": "This illustration depicts a cheerful classroom scene featuring a teacher holding a math book, standing in front of a blackboard with the text \"I ♥ CLASSROOM\" and a simple math equation, with colorful letters \"ABC\" displayed above."}
66
+ {"id": 395, "prompt": "Replace the text 'Qualcomm' with 'Memories'.", "original_image": "1.3.1/image/original/1239556010979.0.jpg", "gt_image": "1.3.1/image/gt/1239556010979.0.jpg", "source_text": "Qualcomm", "target_text": "Memories", "gt_caption": "This photo shows a presenter on stage discussing the concept of \"Creating personalized memories\" using features like sound, visual, and GPS analysis, as part of a presentation on virtual assistant technology."}
67
+ {"id": 396, "prompt": "Replace the text 'Analysis' with 'Review'.", "original_image": "1.3.1/image/original/1464099009421.0.jpg", "gt_image": "1.3.1/image/gt/1464099009421.0.jpg", "source_text": "Analysis", "target_text": "Review", "gt_caption": "This digital display shows a meeting invitation titled \"Review: Super User Update\" for January 30, 2015, with dial-in instructions including a phone number and participant code, attributed to The Johns Hopkins University."}
68
+ {"id": 397, "prompt": "Replace the text '2018' with '2020'.", "original_image": "1.3.1/image/original/1966729024046.0.jpg", "gt_image": "1.3.1/image/gt/1966729024046.0.jpg", "source_text": "2018", "target_text": "2020", "gt_caption": "This photo shows a man in a suit and tie standing at a podium, with text indicating the years \"2017\" and \"2020\" in the upper right corner."}
69
+ {"id": 398, "prompt": "Replace the text 'KoalaMOMcom' with 'SaintBrigid'.", "original_image": "1.3.1/image/original/2423923005053.0.webp", "gt_image": "1.3.1/image/gt/2423923005053.0.webp", "source_text": "KoalaMOMcom", "target_text": "SaintBrigid", "gt_caption": "This illustration depicts Saint Brigid of Ireland, shown holding a staff and a model of a church, with stained glass and religious iconography in the background, promoting \"The Life of Saint Brigid of Ireland.\""}
70
+ {"id": 399, "prompt": "Replace the text 'REMOTE' with 'VIRTUAL'.", "original_image": "1.3.1/image/original/3610162009732.0.jpg", "gt_image": "1.3.1/image/gt/3610162009732.0.jpg", "source_text": "REMOTE", "target_text": "VIRTUAL", "gt_caption": "This poster is a digital display promoting a guest blog titled \"How to Successfully Manage Your Virtual Team\" by Cheryl Peel, featuring an image of a person working on a laptop during a virtual meeting."}
71
+ {"id": 400, "prompt": "Replace the text 'BRIDGE' with 'ARCHWAY'.", "original_image": "1.3.1/image/original/126474006192.0.jpg", "gt_image": "1.3.1/image/gt/126474006192.0.jpg", "source_text": "BRIDGE", "target_text": "ARCHWAY", "gt_caption": "This digital illustration showcases a futuristic, sci-fi archway with intricate geometric designs and towering spires, labeled \"SCI-FI ARCHWAY.\""}
eval_prompts/fullset/1.3.2.jsonl ADDED
@@ -0,0 +1,73 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {"id": 401, "prompt": "Replace the text 'COMPENSATION' with 'PROTECTION'.", "original_image": "1.3.2/image/original/3192767004021.0.webp", "gt_image": "1.3.2/image/gt/3192767004021.0.webp", "source_text": "COMPENSATION", "target_text": "PROTECTION", "gt_caption": "This illustration depicts a man standing in front of a detailed diagram highlighting the balance between employee rights, workplace benefits, and business priorities, emphasizing topics like promotion, working hours, safety, and agreements."}
2
+ {"id": 402, "prompt": "Replace the text 'Steps' with 'Designs'.", "original_image": "1.3.2/image/original/614368000603.0.jpg", "gt_image": "1.3.2/image/gt/614368000603.0.jpg", "source_text": "Steps", "target_text": "Designs", "gt_caption": "This illustration depicts a vintage-style infographic template with numbered steps (1 to 4) in circular and rectangular shapes, labeled \"Designs\" at the top."}
3
+ {"id": 403, "prompt": "Replace the text 'VS' with 'Versus'.", "original_image": "1.3.2/image/original/3387582005019.0.jpg", "gt_image": "1.3.2/image/gt/3387582005019.0.jpg", "source_text": "VS", "target_text": "Versus", "gt_caption": "This infographic compares the nutritional content of ginger and succotash, highlighting key differences in potassium, fiber, vitamins, minerals, and folate per 100 grams of each food."}
4
+ {"id": 404, "prompt": "Replace the text 'idea' with 'innovation'.", "original_image": "1.3.2/image/original/3258059000525.0.jpg", "gt_image": "1.3.2/image/gt/3258059000525.0.jpg", "source_text": "idea", "target_text": "innovation", "gt_caption": "This illustration depicts a light bulb labeled \"Innovation\" above a businessman with raised hands, surrounded by various symbols representing technology, finance, and business, emphasizing the theme of creativity and progress."}
5
+ {"id": 405, "prompt": "Replace the text '174' with '10'.", "original_image": "1.3.2/image/original/2611305001307.0.jpg", "gt_image": "1.3.2/image/gt/2611305001307.0.jpg", "source_text": "174", "target_text": "10", "gt_caption": "This digital graphic illustrates the Corruption Perceptions Index 2014, ranking countries based on their perceived levels of public-sector corruption, using a color-coded world map and a list of top-ranked and selected countries."}
6
+ {"id": 406, "prompt": "Replace the text 'OVERSHOE' with 'BOOT'.", "original_image": "1.3.2/image/original/3689249000975.0.jpg", "gt_image": "1.3.2/image/gt/3689249000975.0.jpg", "source_text": "OVERSHOE", "target_text": "BOOT", "gt_caption": "This illustration is a detailed breakdown of a high-tech boot, highlighting its various components, materials, and features, including the tongue, straps, and sole construction."}
7
+ {"id": 407, "prompt": "Replace the text 'Sexual' with 'Workplace'.", "original_image": "1.3.2/image/original/2034641006896.0.jpg", "gt_image": "1.3.2/image/gt/2034641006896.0.jpg", "source_text": "Sexual", "target_text": "Workplace", "gt_caption": "This infographic poster provides statistics and insights about workplace harassment, focusing on sexual harassment, its prevalence, and the responsibilities of employers in addressing such issues."}
8
+ {"id": 408, "prompt": "Replace the text 'PEOPLE' with 'INDIVIDUALS'.", "original_image": "1.3.2/image/original/4177646002488.0.jpg", "gt_image": "1.3.2/image/gt/4177646002488.0.jpg", "source_text": "PEOPLE", "target_text": "INDIVIDUALS", "gt_caption": "This digital map highlights a region in Europe, emphasizing a high customer density with \"50M INDIVIDUALS\" as potential customers."}
9
+ {"id": 409, "prompt": "Replace the text 'SHOCHU' with 'LIQUOR'.", "original_image": "1.3.2/image/original/3863831006806.0.webp", "gt_image": "1.3.2/image/gt/3863831006806.0.webp", "source_text": "SHOCHU", "target_text": "LIQUOR", "gt_caption": "This illustration compares the differences between shochu (liquor) and sake, highlighting their production methods, alcohol content, and serving styles."}
10
+ {"id": 410, "prompt": "Replace the text 'Abuja' with 'Nigeria'.", "original_image": "1.3.2/image/original/4142305000217.0.jpg", "gt_image": "1.3.2/image/gt/4142305000217.0.jpg", "source_text": "Abuja", "target_text": "Nigeria", "gt_caption": "This digital display compares the monthly cost of living in Nigeria ($1305) versus Riga ($967), using split cityscape visuals to represent each location."}
11
+ {"id": 411, "prompt": "Replace the text 'POPCORN' with 'CHIPS'.", "original_image": "1.3.2/image/original/2419158002617.0.jpg", "gt_image": "1.3.2/image/gt/2419158002617.0.jpg", "source_text": "POPCORN", "target_text": "CHIPS", "gt_caption": "This poster compares the portion size and calorie content of popcorn from 20 years ago versus today, highlighting a significant increase in calories (360 more calories) and portion size (from 5 cups to 11 cups)."}
12
+ {"id": 412, "prompt": "Replace the text '15' with '10'.", "original_image": "1.3.2/image/original/3622335004243.0.jpg", "gt_image": "1.3.2/image/gt/3622335004243.0.jpg", "source_text": "15", "target_text": "10", "gt_caption": "This poster lists 15 foods that are low in calories yet rich in nutrients, including Brussels sprouts, onions, watermelon, celery, cabbage, mushrooms, cucumber, zucchini, apples, cauliflower, asparagus, carrots, kale, oranges, and broccoli."}
13
+ {"id": 413, "prompt": "Replace the text 'VERTICAL' with 'TOWER'.", "original_image": "1.3.2/image/original/4108880000334.0.webp", "gt_image": "1.3.2/image/gt/4108880000334.0.webp", "source_text": "VERTICAL", "target_text": "TOWER", "gt_caption": "This illustration showcases a colorful \"Tower Kit\" featuring various planner stickers, including full, half, and quarter-sized boxes with playful designs and patterns."}
14
+ {"id": 414, "prompt": "Replace the text '241' with '250'.", "original_image": "1.3.2/image/original/3660825003752.0.jpg", "gt_image": "1.3.2/image/gt/3660825003752.0.jpg", "source_text": "241", "target_text": "250", "gt_caption": "This illustration presents key statistics related to architectural and conservation efforts in the UK, highlighting RIBA Award-winning buildings, conservation areas, design reviews, and listed buildings."}
15
+ {"id": 415, "prompt": "Replace the text 'ELECTIONDONATIONS' with 'POLITICALFUNDS'.", "original_image": "1.3.2/image/original/3836162010850.0.jpg", "gt_image": "1.3.2/image/gt/3836162010850.0.jpg", "source_text": "ELECTIONDONATIONS", "target_text": "POLITICALFUNDS", "gt_caption": "This screenshot displays a bar chart showing political fund contributions, with each bar representing an individual's donation amount and their corresponding photo below."}
16
+ {"id": 416, "prompt": "Replace the text 'MEMBERSOFTHETASKFORCEBY50' with 'PREVENTIONTIPSFOREVERYONE'.", "original_image": "1.3.2/image/original/1173626012906.0.jpg", "gt_image": "1.3.2/image/gt/1173626012906.0.jpg", "source_text": "MEMBERSOFTHETASKFORCEBY50", "target_text": "PREVENTIONTIPSFOREVERYONE", "gt_caption": "This infographic poster provides statistics and information about human trafficking in South Carolina, highlighting the number of reported victims, pending cases, and prevention tips."}
17
+ {"id": 417, "prompt": "Replace the text 'IKIGAI' with 'Purpose'.", "original_image": "1.3.2/image/original/3169951007764.0.jpg", "gt_image": "1.3.2/image/gt/3169951007764.0.jpg", "source_text": "IKIGAI", "target_text": "Purpose", "gt_caption": "This illustration is a Venn diagram explaining the concept of \"Ikigai,\" a Japanese term meaning \"a reason for being,\" by showing the intersection of what we love, what we are good at, what the world needs, and what we can be paid for."}
18
+ {"id": 418, "prompt": "Replace the text 'SOUTHCAROLINA' with 'STATE'.", "original_image": "1.3.2/image/original/3055640001893.0.jpg", "gt_image": "1.3.2/image/gt/3055640001893.0.jpg", "source_text": "SOUTHCAROLINA", "target_text": "STATE", "gt_caption": "This bar chart shows the results of a Democratic primary poll in South Carolina, conducted by Change Research from June 11-14, 2019, among 933 likely 2020 Democratic primary voters, with Joe Biden leading at 37% and Elizabeth Warren following at"}
19
+ {"id": 419, "prompt": "Replace the text 'dreamstime' with 'crossroads'.", "original_image": "1.3.2/image/original/3374226010547.0.jpg", "gt_image": "1.3.2/image/gt/3374226010547.0.jpg", "source_text": "dreamstime", "target_text": "crossroads", "gt_caption": "This illustration depicts a person standing at a crossroads, facing a signpost with two blank arrows, symbolizing a decision or choice between two paths."}
20
+ {"id": 420, "prompt": "Replace the text 'POLICIES' with 'REGULATIONS'.", "original_image": "1.3.2/image/original/3703415001228.0.jpg", "gt_image": "1.3.2/image/gt/3703415001228.0.jpg", "source_text": "POLICIES", "target_text": "REGULATIONS", "gt_caption": "This illustration depicts interlocking gears labeled \"Rules,\" \"Regulations,\" \"Standards,\" and \"Compliance,\" symbolizing the interconnected nature of regulatory systems."}
21
+ {"id": 421, "prompt": "Replace the text '288' with '123'.", "original_image": "1.3.2/image/original/3571530002517.0.jpg", "gt_image": "1.3.2/image/gt/3571530002517.0.jpg", "source_text": "288", "target_text": "123", "gt_caption": "This digital display compares the number of school shootings in the United States (123 since 2009) with those in Canada, France, Germany, Japan, Italy, and the UK, based on CNN analysis of news reports."}
22
+ {"id": 422, "prompt": "Replace the text 'SALES' with 'GROWTH'.", "original_image": "1.3.2/image/original/1321121016575.0.jpg", "gt_image": "1.3.2/image/gt/1321121016575.0.jpg", "source_text": "SALES", "target_text": "GROWTH", "gt_caption": "This photo depicts a modern living room with a white sofa adorned with patterned pillows, a red upward-pointing arrow labeled \"GROWTH\" on the wall above, and a minimalist side table with decorative items."}
23
+ {"id": 423, "prompt": "Replace the text 'million' with 'thousand'.", "original_image": "1.3.2/image/original/3316156004120.0.jpg", "gt_image": "1.3.2/image/gt/3316156004120.0.jpg", "source_text": "million", "target_text": "thousand", "gt_caption": "This digital display is a housing market snapshot for January, showing existing-home sales data, including a decline in sales, an increase in median sales price, and a decrease in inventory compared to the previous year."}
24
+ {"id": 424, "prompt": "Replace the text 'FOREX' with 'TRADING'.", "original_image": "1.3.2/image/original/3650362008071.0.jpg", "gt_image": "1.3.2/image/gt/3650362008071.0.jpg", "source_text": "FOREX", "target_text": "TRADING", "gt_caption": "This photo depicts a group of traders in a modern office setting, actively monitoring financial data and charts displayed on a large screen, with the word \"TRADING\" prominently featured."}
25
+ {"id": 425, "prompt": "Replace the text 'BEDROOM' with 'LIVING ROOM'.", "original_image": "1.3.2/image/original/4238852002291.0.jpg", "gt_image": "1.3.2/image/gt/4238852002291.0.jpg", "source_text": "BEDROOM", "target_text": "LIVING ROOM", "gt_caption": "This illustration depicts a floor plan of a compact apartment, showing the layout of a kitchen, dining area, two living rooms, and a bathroom."}
26
+ {"id": 426, "prompt": "Replace the text 'RangesandAverageReturns' with 'RiskandSafetyProfile'.", "original_image": "1.3.2/image/original/4147588005970.0.webp", "gt_image": "1.3.2/image/gt/4147588005970.0.webp", "source_text": "RangesandAverageReturns", "target_text": "RiskandSafetyProfile", "gt_caption": "This digital display is a bar chart illustrating the risk and safety profile of investment portfolios (Stocks, Stocks & Bonds, and Stocks & Gold) over different holding periods (1, 3, 5, 10, and 20 years) from 1989 to 2020"}
27
+ {"id": 427, "prompt": "Replace the text 'HIGHESTPRICEDSALEOF2018' with 'MARKETANALYSISFOR2018'.", "original_image": "1.3.2/image/original/3301926003926.0.jpg", "gt_image": "1.3.2/image/gt/3301926003926.0.jpg", "source_text": "HIGHESTPRICEDSALEOF2018", "target_text": "MARKETANALYSISFOR2018", "gt_caption": "This infographic poster provides a concise market update for single-family homes in Corona, California, in July 2018, highlighting key statistics such as average sales price, days on market, and supply metrics."}
28
+ {"id": 428, "prompt": "Replace the text 'TOP3' with 'LEADERS'.", "original_image": "1.3.2/image/original/3584555013904.0.jpg", "gt_image": "1.3.2/image/gt/3584555013904.0.jpg", "source_text": "TOP3", "target_text": "LEADERS", "gt_caption": "This digital display shows a bar chart and a circular diagram illustrating the percentage of electric vehicle (EV) sales as a share of total vehicle sales by country, highlighting Norway as the leader, along with market sizes for key countries in 2018."}
29
+ {"id": 429, "prompt": "Replace the text 'TREND' with 'STYLE'.", "original_image": "1.3.2/image/original/3310203077654.0.jpg", "gt_image": "1.3.2/image/gt/3310203077654.0.jpg", "source_text": "TREND", "target_text": "STYLE", "gt_caption": "This poster is a fashion color report for Spring/Summer 2017, showcasing key color trends like Tea Rose, Apricot, Sand, Honey, Melon, and Peach Ice, along with corresponding fashion designs."}
30
+ {"id": 430, "prompt": "Replace the text 'SEALERS' with 'BONDERS'.", "original_image": "1.3.2/image/original/2852553015673.0.webp", "gt_image": "1.3.2/image/gt/2852553015673.0.webp", "source_text": "SEALERS", "target_text": "BONDERS", "gt_caption": "This illustration depicts an industrial adhesive application process, showing a robotic arm dispensing adhesive into a precise location."}
31
+ {"id": 431, "prompt": "Replace the text 'dreamstime' with 'healthcare'.", "original_image": "1.3.2/image/original/3329178007270.0.jpg", "gt_image": "1.3.2/image/gt/3329178007270.0.jpg", "source_text": "dreamstime", "target_text": "healthcare", "gt_caption": "This illustration depicts a tablet screen displaying a healthcare interface with a bar graph, a heart icon, and text, symbolizing digital health monitoring or analytics."}
32
+ {"id": 432, "prompt": "Replace the text '3200G' with '3700X'.", "original_image": "1.3.2/image/original/3102984000681.0.webp", "gt_image": "1.3.2/image/gt/3102984000681.0.webp", "source_text": "3200G", "target_text": "3700X", "gt_caption": "This digital display presents the product specifications for AMD Ryzen 3000 Series processors with Radeon Graphics, highlighting features such as CPU and GPU clock speeds, included coolers, and new overclocking capabilities."}
33
+ {"id": 433, "prompt": "Replace the text 'MANUFACTURING' with 'PRODUCTION'.", "original_image": "1.3.2/image/original/3222212007748.0.webp", "gt_image": "1.3.2/image/gt/3222212007748.0.webp", "source_text": "MANUFACTURING", "target_text": "PRODUCTION", "gt_caption": "This illustration depicts a detailed isometric view of a production process, showcasing various stages of manufacturing, warehousing, and logistics in a factory setting."}
34
+ {"id": 434, "prompt": "Replace the text 'HOME' with 'LIVING'.", "original_image": "1.3.2/image/original/1425416006909.0.jpg", "gt_image": "1.3.2/image/gt/1425416006909.0.jpg", "source_text": "HOME", "target_text": "LIVING", "gt_caption": "This illustration depicts a concept of \"Smart Living,\" showing a house connected to various smart appliances (like a kettle, stove, washing machine, and refrigerator) via a smartphone, emphasizing remote control and automation."}
35
+ {"id": 435, "prompt": "Replace the text 'System' with 'Cups'.", "original_image": "1.3.2/image/original/3244410009726.0.jpg", "gt_image": "1.3.2/image/gt/3244410009726.0.jpg", "source_text": "System", "target_text": "Cups", "gt_caption": "This illustration depicts a concept design for stackable cups with features for storing grains, hops, and other ingredients, a glass base for measuring cooking time, and a timer dial for precise timing."}
36
+ {"id": 436, "prompt": "Replace the text 'Tomatoes' with 'Vegetables'.", "original_image": "1.3.2/image/original/2456472008645.0.jpg", "gt_image": "1.3.2/image/gt/2456472008645.0.jpg", "source_text": "Tomatoes", "target_text": "Vegetables", "gt_caption": "This illustration depicts a garden layout with circular sections labeled for planting different types of plants, including herbs (Basil, Cilantro), flowers (Marigolds), vegetables, and eggplants/peppers, with specified diameters of 14\", 18\", and 24\"."}
37
+ {"id": 437, "prompt": "Replace the text 'CocaCola' with 'Pepsi'.", "original_image": "1.3.2/image/original/1539023007117.0.jpg", "gt_image": "1.3.2/image/gt/1539023007117.0.jpg", "source_text": "CocaCola", "target_text": "Pepsi", "gt_caption": "This bar chart illustrates the top 10 corporate brands on Facebook, ranked by the number of people talking about them, with Coca-Cola leading at 1.04 million mentions as of August 19."}
38
+ {"id": 438, "prompt": "Replace the text 'MS' with 'Disease'.", "original_image": "1.3.2/image/original/3804628004051.0.jpg", "gt_image": "1.3.2/image/gt/3804628004051.0.jpg", "source_text": "MS", "target_text": "Disease", "gt_caption": "This illustration depicts a person in a wheelchair at the center of a circular design labeled \"Disease,\" symbolizing the impact of illness on individuals."}
39
+ {"id": 439, "prompt": "Replace the text 'GreatRewards' with 'PrayerGuide'.", "original_image": "1.3.2/image/original/3380001022459.0.jpg", "gt_image": "1.3.2/image/gt/3380001022459.0.jpg", "source_text": "GreatRewards", "target_text": "PrayerGuide", "gt_caption": "This digital display shows a grid of categories related to Islamic supplications (Duas), each accompanied by a relevant image, such as morning, evening, exam, Hajj, Eid, Ramadaan, Ruqya, and small deeds prayer guide."}
40
+ {"id": 440, "prompt": "Replace the text 'Composable' with 'Interoperable'.", "original_image": "1.3.2/image/original/1212055007845.0.png", "gt_image": "1.3.2/image/gt/1212055007845.0.png", "source_text": "Composable", "target_text": "Interoperable", "gt_caption": "This digital poster promotes Solana, highlighting its features as scalable, low-cost, and interoperable, while emphasizing its ability to eliminate high fees and slow confirmations."}
41
+ {"id": 441, "prompt": "Replace the text 'AMERICANHEARTASSOCIATIONNEWS' with 'WORLDHEALTHORGANIZATION'.", "original_image": "1.3.2/image/original/2129146007938.0.jpg", "gt_image": "1.3.2/image/gt/2129146007938.0.jpg", "source_text": "AMERICANHEARTASSOCIATIONNEWS", "target_text": "WORLDHEALTHORGANIZATION", "gt_caption": "This digital display is a bar chart showing the leading causes of death in the United States, highlighting that heart disease is the top cause, followed by cancer, based on 2014 federal data from the Centers for Disease Control and Prevention."}
42
+ {"id": 442, "prompt": "Replace the text 'SASKATCHEWAN' with 'ALBERTA'.", "original_image": "1.3.2/image/original/2857254021570.0.jpg", "gt_image": "1.3.2/image/gt/2857254021570.0.jpg", "source_text": "SASKATCHEWAN", "target_text": "ALBERTA", "gt_caption": "This digital map illustrates major highways and routes in western Canada, highlighting the CANAMEX Corridor and key cities such as Calgary, Edmonton, and Prince George."}
43
+ {"id": 443, "prompt": "Replace the text 'LARGESTLAWFIRMS' with 'BESTPAYINGLAWFIRMS'.", "original_image": "1.3.2/image/original/1810416003158.0.jpg", "gt_image": "1.3.2/image/gt/1810416003158.0.jpg", "source_text": "LARGESTLAWFIRMS", "target_text": "BESTPAYINGLAWFIRMS", "gt_caption": "This bar chart compares the median salaries and bonuses of the best-paying law firms, highlighting Latham & Watkins (US) as the top earner with a median salary of £107,000 and a bonus of £5,000."}
44
+ {"id": 444, "prompt": "Replace the text '150' with '200'.", "original_image": "1.3.2/image/original/3454421073746.0.jpg", "gt_image": "1.3.2/image/gt/3454421073746.0.jpg", "source_text": "150", "target_text": "200", "gt_caption": "This poster provides an overview of research statistics, highlighting key figures such as 200 researchers, 13 research chairs, 5 research centers, and over $22 million in annual research income generated by the faculty of health researchers."}
45
+ {"id": 445, "prompt": "Replace the text 'VS' with 'Comparison'.", "original_image": "1.3.2/image/original/4185786000024.0.jpg", "gt_image": "1.3.2/image/gt/4185786000024.0.jpg", "source_text": "VS", "target_text": "Comparison", "gt_caption": "This infographic compares the nutritional content of dried fruit and pomelo, highlighting key differences in vitamins and minerals per 100 grams of each food."}
46
+ {"id": 446, "prompt": "Replace the text 'Excellent' with 'Satisfied'.", "original_image": "1.3.2/image/original/2945700009100.0.jpg", "gt_image": "1.3.2/image/gt/2945700009100.0.jpg", "source_text": "Excellent", "target_text": "Satisfied", "gt_caption": "This illustration shows a hand circling the word \"Satisfied\" in a list of customer satisfaction levels, which include \"Good,\" \"Average,\" and \"Poor,\" emphasizing the importance of customer satisfaction."}
47
+ {"id": 447, "prompt": "Replace the text 'SEMICONDUCTORPRODUCTION' with 'TECHNOLOGYDEVELOPMENT'.", "original_image": "1.3.2/image/original/1159550018084.0.jpg", "gt_image": "1.3.2/image/gt/1159550018084.0.jpg", "source_text": "SEMICONDUCTORPRODUCTION", "target_text": "TECHNOLOGYDEVELOPMENT", "gt_caption": "This illustration depicts the process of technology development, showcasing various stages such as atomic layer deposition, microchip production, silicon wafer handling, testing, plasma treatment, microscope check, laser inspection, and X-ray system analysis."}
48
+ {"id": 448, "prompt": "Replace the text '67' with '63'.", "original_image": "1.3.2/image/original/4246977007375.0.jpg", "gt_image": "1.3.2/image/gt/4246977007375.0.jpg", "source_text": "67", "target_text": "63", "gt_caption": "This digital display shows a bar chart of COVID-19 case age distribution and new cases by day, alongside key statistics such as positive residents (780), hospitalizations (63), deaths (14), and positive non-residents (14), as reported by the Florida Department of Health."}
49
+ {"id": 449, "prompt": "Replace the text 'th' with 'rd'.", "original_image": "1.3.2/image/original/2447066008064.0.jpg", "gt_image": "1.3.2/image/gt/2447066008064.0.jpg", "source_text": "th", "target_text": "rd", "gt_caption": "This digital display shows the per capita personal income growth ranking, indicating a 10th place rank with a growth level of 2.5%, exceeding the top 10 average of 1.1%."}
50
+ {"id": 450, "prompt": "Replace the text 'CHECKLIST' with 'GUIDE'.", "original_image": "1.3.2/image/original/2853904107346.0.jpg", "gt_image": "1.3.2/image/gt/2853904107346.0.jpg", "source_text": "CHECKLIST", "target_text": "GUIDE", "gt_caption": "This illustration depicts a hand checking off items on a \"GUIDE\" checklist with a red pen, accompanied by a smartphone, calculator, and laptop in the background, suggesting a task or planning context."}
51
+ {"id": 451, "prompt": "Replace the text 'AUGUST2017' with 'JULY2018'.", "original_image": "1.3.2/image/original/3133177000503.0.jpg", "gt_image": "1.3.2/image/gt/3133177000503.0.jpg", "source_text": "AUGUST2017", "target_text": "JULY2018", "gt_caption": "This infographic poster presents Austin leasing statistics for July 2018, comparing apartment and home leasing trends, occupancy rates, price changes, and market supply and demand from 2016 to 2017."}
52
+ {"id": 452, "prompt": "Replace the text 'NEUTRAL' with 'RISING'.", "original_image": "1.3.2/image/original/2513687000862.0.jpg", "gt_image": "1.3.2/image/gt/2513687000862.0.jpg", "source_text": "NEUTRAL", "target_text": "RISING", "gt_caption": "This digital display illustrates the impact of monthly housing inventory on home prices, categorizing market conditions as \"Sellers Market,\" \"Rising Market,\" or \"Buyers Market\" based on inventory levels."}
53
+ {"id": 453, "prompt": "Replace the text 'COMPOSITION' with 'INGREDIENTS'.", "original_image": "1.3.2/image/original/1311107010165.0.jpg", "gt_image": "1.3.2/image/gt/1311107010165.0.jpg", "source_text": "COMPOSITION", "target_text": "INGREDIENTS", "gt_caption": "This digital display shows a pie chart detailing the ingredients of a pet food product, highlighting the proportions of freshly prepared lamb, lamb, sweet potato, and other functional ingredients."}
54
+ {"id": 454, "prompt": "Replace the text 'Network' with 'Diagram'.", "original_image": "1.3.2/image/original/2030459027924.0.jpg", "gt_image": "1.3.2/image/gt/2030459027924.0.jpg", "source_text": "Network", "target_text": "Diagram", "gt_caption": "This photo shows a person drawing a \"Cloud Diagram\" on a transparent screen, illustrating various devices and services connected to cloud computing."}
55
+ {"id": 455, "prompt": "Replace the text 'HIGHESTPRICEDSALEOF2O18' with 'MARKETANALYSISFOR2018'.", "original_image": "1.3.2/image/original/3781801004466.0.jpg", "gt_image": "1.3.2/image/gt/3781801004466.0.jpg", "source_text": "HIGHESTPRICEDSALEOF2O18", "target_text": "MARKETANALYSISFOR2018", "gt_caption": "This digital poster provides a concise 2-minute market update for June 2018, summarizing key real estate statistics such as average sales price, days on market, and market supply for single-family homes."}
56
+ {"id": 456, "prompt": "Replace the text '2' with '3'.", "original_image": "1.3.2/image/original/1217429010411.0.jpg", "gt_image": "1.3.2/image/gt/1217429010411.0.jpg", "source_text": "2", "target_text": "3", "gt_caption": "This photo shows two stages of a cooking process: a bowl of brown sauce labeled \"1\" and a bowl of cubed tofu coated in the sauce labeled \"3.\""}
57
+ {"id": 457, "prompt": "Replace the text 'GOALS' with 'Targets'.", "original_image": "1.3.2/image/original/4141352006012.0.jpg", "gt_image": "1.3.2/image/gt/4141352006012.0.jpg", "source_text": "GOALS", "target_text": "Targets", "gt_caption": "This digital display illustrates the 17 Sustainable Development Goals (SDGs) with colorful icons and brief descriptions, highlighting global targets for social, economic, and environmental sustainability."}
58
+ {"id": 458, "prompt": "Replace the text 'FIGURES' with 'DATA'.", "original_image": "1.3.2/image/original/4224211019609.0.jpg", "gt_image": "1.3.2/image/gt/4224211019609.0.jpg", "source_text": "FIGURES", "target_text": "DATA", "gt_caption": "This digital poster provides an overview of the solar system and highlights \"Earth: Incredible Facts and Data,\" including details about Earth's unique characteristics, atmosphere, orbit, historical space achievements, and its single moon."}
59
+ {"id": 459, "prompt": "Replace the text 'GROW' with 'CULTIVATE'.", "original_image": "1.3.2/image/original/3330215005527.0.jpg", "gt_image": "1.3.2/image/gt/3330215005527.0.jpg", "source_text": "GROW", "target_text": "CULTIVATE", "gt_caption": "This poster illustrates the sustainability benefits of mushroom cultivation, highlighting their low water and energy requirements, minimal land use, and eco-friendly production process."}
60
+ {"id": 460, "prompt": "Replace the text 'VS' with 'Comparison'.", "original_image": "1.3.2/image/original/3775375012702.0.jpg", "gt_image": "1.3.2/image/gt/3775375012702.0.jpg", "source_text": "VS", "target_text": "Comparison", "gt_caption": "This infographic compares the nutritional content of broad beans and lima beans, highlighting key vitamins, minerals, and sugars per 100 grams, with nutrient names displayed in the color of the \"winning\" food."}
61
+ {"id": 461, "prompt": "Replace the text 'NEEDEDTOAFFORDRENT' with 'HOURSFORENT'.", "original_image": "1.3.2/image/original/893666000155.0.png", "gt_image": "1.3.2/image/gt/893666000155.0.png", "source_text": "NEEDEDTOAFFORDRENT", "target_text": "HOURSFORENT", "gt_caption": "This digital map illustrates the number of hours per week a minimum wage worker would need to work to afford a two-bedroom apartment at Fair Market Rent in each U.S. state, highlighting the affordability gap."}
62
+ {"id": 462, "prompt": "Replace the text '2MILLION' with '500K'.", "original_image": "1.3.2/image/original/2989616008627.0.webp", "gt_image": "1.3.2/image/gt/2989616008627.0.webp", "source_text": "2MILLION", "target_text": "500K", "gt_caption": "This infographic poster highlights various global education statistics and facts, emphasizing the importance of education and its challenges worldwide."}
63
+ {"id": 463, "prompt": "Replace the text 'NETWORK' with 'EDUCATION'.", "original_image": "1.3.2/image/original/3205439006169.0.jpg", "gt_image": "1.3.2/image/gt/3205439006169.0.jpg", "source_text": "NETWORK", "target_text": "EDUCATION", "gt_caption": "This infographic poster highlights the role of social media, networking, and modern skills in education and employment, emphasizing the gap between employer demands and current educational practices."}
64
+ {"id": 464, "prompt": "Replace the text 'Exam' with 'Pass'.", "original_image": "1.3.2/image/original/4081344023746.0.jpg", "gt_image": "1.3.2/image/gt/4081344023746.0.jpg", "source_text": "Exam", "target_text": "Pass", "gt_caption": "This digital display shows the CFA Level 1 Pass Rate as 43%, with the text prominently highlighted in yellow and white against a light blue background."}
65
+ {"id": 465, "prompt": "Replace the text 'PrimitivePeopleimeline' with 'AncientCivilizations'.", "original_image": "1.3.2/image/original/4041484002328.0.webp", "gt_image": "1.3.2/image/gt/4041484002328.0.webp", "source_text": "PrimitivePeopleimeline", "target_text": "AncientCivilizations", "gt_caption": "This illustration depicts the timeline of ancient civilizations, showcasing key developments and lifestyles from 2,500,000 years BC to 4,000 years BC."}
66
+ {"id": 466, "prompt": "Replace the text 'provides' with 'educates'.", "original_image": "1.3.2/image/original/3952693001582.0.webp", "gt_image": "1.3.2/image/gt/3952693001582.0.webp", "source_text": "provides", "target_text": "educates", "gt_caption": "This infographic poster highlights the diverse and vital roles of the world's oceans, including their contributions to air quality, climate regulation, transportation, recreation, economy, food, and medicine."}
67
+ {"id": 467, "prompt": "Replace the text 'PAYROLL' with 'SALARY'.", "original_image": "1.3.2/image/original/3610864012083.0.jpg", "gt_image": "1.3.2/image/gt/3610864012083.0.jpg", "source_text": "PAYROLL", "target_text": "SALARY", "gt_caption": "This photo shows a person analyzing a salary chart displayed on a tablet, surrounded by office supplies and a coffee cup."}
68
+ {"id": 468, "prompt": "Replace the text 'Billion' with 'Million'.", "original_image": "1.3.2/image/original/3685612002018.0.jpg", "gt_image": "1.3.2/image/gt/3685612002018.0.jpg", "source_text": "Billion", "target_text": "Million", "gt_caption": "This poster features a digital image of Earth with the text \"6.8 Million Mobile phone for nearly everyone on the planet,\" highlighting the global prevalence of mobile phones."}
69
+ {"id": 469, "prompt": "Replace the text 'PROGRAMMES' with 'SOLUTIONS'.", "original_image": "1.3.2/image/original/2622365010212.0.jpg", "gt_image": "1.3.2/image/gt/2622365010212.0.jpg", "source_text": "PROGRAMMES", "target_text": "SOLUTIONS", "gt_caption": "This digital display presents a summary of SME Development Programmes in 2012, highlighting focus areas such as access to financing, human capital development, market access, technology & innovation, and infrastructure, along with the number of solutions and financial allocations for each."}
70
+ {"id": 470, "prompt": "Replace the text 'SHOPPERS' with 'CUSTOMERS'.", "original_image": "1.3.2/image/original/2310254007182.0.jpg", "gt_image": "1.3.2/image/gt/2310254007182.0.jpg", "source_text": "SHOPPERS", "target_text": "CUSTOMERS", "gt_caption": "This infographic poster highlights that women are Amazon-first customers, showcasing their shopping habits, preferences, and reasons for choosing Amazon, based on a survey conducted in September 2017."}
71
+ {"id": 471, "prompt": "Replace the text 'CYBER' with 'DIGITAL'.", "original_image": "1.3.2/image/original/3212174015703.0.jpg", "gt_image": "1.3.2/image/gt/3212174015703.0.jpg", "source_text": "CYBER", "target_text": "DIGITAL", "gt_caption": "This illustration depicts a group of professionals collaborating around a table with icons and text emphasizing \"DIGITAL SECURITY,\" highlighting themes of data protection, privacy, and cybersecurity."}
72
+ {"id": 472, "prompt": "Replace the text 'Productivity' with 'Engagement'.", "original_image": "1.3.2/image/original/207409006011.0.jpg", "gt_image": "1.3.2/image/gt/207409006011.0.jpg", "source_text": "Productivity", "target_text": "Engagement", "gt_caption": "This bar chart compares the time spent by Xiaomi users versus average Chinese smartphone users across different categories, showing significant differences in engagement and media & entertainment usage."}
73
+ {"id": 473, "prompt": "Replace the text 'facebook' with 'platform'.", "original_image": "1.3.2/image/original/3740504000720.0.jpg", "gt_image": "1.3.2/image/gt/3740504000720.0.jpg", "source_text": "facebook", "target_text": "platform", "gt_caption": "This digital display is a bar chart illustrating Facebook's remarkable growth in monthly active users from 2004 to 2012, showing a significant increase from 1 million to over 1 billion users."}
eval_prompts/fullset/1.4.1.jsonl ADDED
@@ -0,0 +1,138 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {"id": 474, "prompt": "Replace the text 'FOOD' with 'Token'.", "original_image": "1.4.1/image/original/3829165012276.0.webp", "gt_image": "1.4.1/image/gt/3829165012276.0.webp", "source_text": "FOOD", "target_text": "Token", "gt_caption": "This illustration depicts a cartoon dog named \"Token,\" sitting in a dimly lit environment, holding a small object in its mouth, with a pile of trash and scattered items around it."}
2
+ {"id": 475, "prompt": "Replace the text 'MOBILE' with 'GAME'.", "original_image": "1.4.1/image/original/3268696001839.0.jpg", "gt_image": "1.4.1/image/gt/3268696001839.0.jpg", "source_text": "MOBILE", "target_text": "GAME", "gt_caption": "This illustration depicts a fierce warrior character with a muscular build, wielding a glowing sword, set against a snowy backdrop, promoting the mobile game \"Game Legends: 5v5 Fair MOBA for Mobile.\""}
3
+ {"id": 476, "prompt": "Replace the text 'LEVEL' with 'STAGE'.", "original_image": "1.4.1/image/original/118023006985.0.png", "gt_image": "1.4.1/image/gt/118023006985.0.png", "source_text": "LEVEL", "target_text": "STAGE", "gt_caption": "This screenshot shows a colorful game scene with frogs jumping in a pond, celebrating \"STAGE UP!\" as the player progresses to level 16."}
4
+ {"id": 477, "prompt": "Replace the text '59' with '97'.", "original_image": "1.4.1/image/original/42508003096.0.webp", "gt_image": "1.4.1/image/gt/42508003096.0.webp", "source_text": "59", "target_text": "97", "gt_caption": "This screenshot depicts a fighting game scene where two characters, Kyo Kusanagi and Iori Yagami, are engaged in combat, with Iori executing a powerful attack that emits flames and energy effects."}
5
+ {"id": 478, "prompt": "Replace the text 'RUNETERRA' with 'LORE'.", "original_image": "1.4.1/image/original/3686077004275.0.jpg", "gt_image": "1.4.1/image/gt/3686077004275.0.jpg", "source_text": "RUNETERRA", "target_text": "LORE", "gt_caption": "This illustration depicts a character from \"Legends of Lore,\" lying on a bed with a mischievous expression, surrounded by weapons, ropes, and other items, suggesting a theme of adventure or mischief."}
6
+ {"id": 479, "prompt": "Replace the text 'FAMOUS' with 'POPULAR'.", "original_image": "1.4.1/image/original/4253705014270.0.png", "gt_image": "1.4.1/image/gt/4253705014270.0.png", "source_text": "FAMOUS", "target_text": "POPULAR", "gt_caption": "This screenshot shows a golf simulation game where a player is taking a drive on a par 4 hole, with a red flag indicating \"Drive on Popular Holes.\""}
7
+ {"id": 480, "prompt": "Replace the text 'PRIC' with 'GAME'.", "original_image": "1.4.1/image/original/3491265008789.0.jpg", "gt_image": "1.4.1/image/gt/3491265008789.0.jpg", "source_text": "PRIC", "target_text": "GAME", "gt_caption": "This screenshot shows a character in a futuristic suit reacting with surprise or excitement in a neon-lit environment, likely from a video game, with a \"Xbox\" logo and promotional content visible in the background."}
8
+ {"id": 481, "prompt": "Replace the text 'CHAIN' with 'GAME'.", "original_image": "1.4.1/image/original/2027412005127.0.jpg", "gt_image": "1.4.1/image/gt/2027412005127.0.jpg", "source_text": "CHAIN", "target_text": "GAME", "gt_caption": "This screenshot shows a digital display for a game called \"Game Solitaire,\" featuring a leaderboard, tournament countdown, and a prompt to \"Challenge Your Friends.\""}
9
+ {"id": 482, "prompt": "Replace the text 'NYPD' with 'FBI'.", "original_image": "1.4.1/image/original/1755452076939.0.jpg", "gt_image": "1.4.1/image/gt/1755452076939.0.jpg", "source_text": "NYPD", "target_text": "FBI", "gt_caption": "This screenshot depicts a chaotic urban scene with an FBI vehicle, a damaged police car, and scattered debris, suggesting a high-stakes action sequence in a snowy environment."}
10
+ {"id": 483, "prompt": "Replace the text 'KNIGHTS' with 'WARRIORS'.", "original_image": "1.4.1/image/original/1646009072870.0.webp", "gt_image": "1.4.1/image/gt/1646009072870.0.webp", "source_text": "KNIGHTS", "target_text": "WARRIORS", "gt_caption": "This illustration depicts a group of fantasy characters from the game \"Warriors: Frozen Throne,\" showcasing diverse and menacing figures in a dark, icy environment."}
11
+ {"id": 484, "prompt": "Replace the text 'COLLECT' with 'ACQUIRE'.", "original_image": "1.4.1/image/original/1508683019629.0.png", "gt_image": "1.4.1/image/gt/1508683019629.0.png", "source_text": "COLLECT", "target_text": "ACQUIRE", "gt_caption": "This screenshot from a game shows the \"Equipment\" screen for a character named Mikasa, featuring customizable gear and loot options."}
12
+ {"id": 485, "prompt": "Replace the text 'HD' with '4K'.", "original_image": "1.4.1/image/original/4099081009563.0.jpg", "gt_image": "1.4.1/image/gt/4099081009563.0.jpg", "source_text": "HD", "target_text": "4K", "gt_caption": "This digital display shows a character wearing a blue cap, sunglasses, and a face mask with a distinctive design, set against a dark background with \"4K+\" and \"TRAILER\" text, likely promoting a video game or media content."}
13
+ {"id": 486, "prompt": "Replace the text 'LEAGUE' with 'Champions'.", "original_image": "1.4.1/image/original/1725450013813.0.jpg", "gt_image": "1.4.1/image/gt/1725450013813.0.jpg", "source_text": "LEAGUE", "target_text": "Champions", "gt_caption": "This digital display features the title \"Champions of Legends\" in bold, golden text, surrounded by a grid of colorful character portraits from a fantasy-themed game."}
14
+ {"id": 487, "prompt": "Replace the text 'COINS' with 'CHIPS'.", "original_image": "1.4.1/image/original/1124406004908.0.jpg", "gt_image": "1.4.1/image/gt/1124406004908.0.jpg", "source_text": "COINS", "target_text": "CHIPS", "gt_caption": "This digital advertisement showcases a vibrant slot machine game featuring dragons, gold coins, and a woman in traditional attire, promoting \"FREE CHIPS 24/7\" and \"Daily & Hourly BONUSES!\" for players."}
15
+ {"id": 488, "prompt": "Replace the text 'THiMBLEWEED' with 'Adventure'.", "original_image": "1.4.1/image/original/3503004000659.0.jpg", "gt_image": "1.4.1/image/gt/3503004000659.0.jpg", "source_text": "THiMBLEWEED", "target_text": "Adventure", "gt_caption": "This illustration depicts a pixelated road sign for \"Adventure Park,\" indicating it is a city limit with a population of 80 and an elevation of 14, set against a nighttime forest backdrop."}
16
+ {"id": 489, "prompt": "Replace the text 'VICTORY' with 'JUNGLE'.", "original_image": "1.4.1/image/original/1133619002152.0.png", "gt_image": "1.4.1/image/gt/1133619002152.0.png", "source_text": "VICTORY", "target_text": "JUNGLE", "gt_caption": "This screenshot shows a game interface with a character in a jungle-themed setting, displaying options for \"Map,\" \"Shop,\" and \"Next Map,\" along with rewards for completing the \"Delightful Jungle\" level."}
17
+ {"id": 490, "prompt": "Replace the text 'REBUILD' with 'GATHER'.", "original_image": "1.4.1/image/original/1325703012172.0.jpg", "gt_image": "1.4.1/image/gt/1325703012172.0.jpg", "source_text": "REBUILD", "target_text": "GATHER", "gt_caption": "This illustration showcases a before-and-after comparison of a rustic village transforming into a vibrant, developed town, with the word \"GATHER\" prominently displayed at the bottom."}
18
+ {"id": 491, "prompt": "Replace the text 'BATTLE' with 'QUEST'.", "original_image": "1.4.1/image/original/2326724007365.0.jpg", "gt_image": "1.4.1/image/gt/2326724007365.0.jpg", "source_text": "BATTLE", "target_text": "QUEST", "gt_caption": "This screenshot showcases a character in an action-packed battle scene from a game, featuring a \"Blade Beam\" attack against an enemy, with text highlighting the \"Authentic ATB System.\""}
19
+ {"id": 492, "prompt": "Replace the text 'EMETERY' with 'CAVE'.", "original_image": "1.4.1/image/original/3897459002924.0.webp", "gt_image": "1.4.1/image/gt/3897459002924.0.webp", "source_text": "EMETERY", "target_text": "CAVE", "gt_caption": "This illustration depicts a spooky, moonlit graveyard scene with a gate labeled \"CAVE,\" eerie trees, tombstones, and a mysterious stone structure illuminated by candles."}
20
+ {"id": 493, "prompt": "Replace the text 'challenges' with 'missions'.", "original_image": "1.4.1/image/original/4057486002881.0.jpg", "gt_image": "1.4.1/image/gt/4057486002881.0.jpg", "source_text": "challenges", "target_text": "missions", "gt_caption": "This screenshot showcases a mobile game level featuring a swinging wrecking ball and numbered platforms with various objects and characters, indicating a puzzle or adventure game with hundreds of missions."}
21
+ {"id": 494, "prompt": "Replace the text 'PILLARS' with 'Foundations'.", "original_image": "1.4.1/image/original/3447818004317.0.webp", "gt_image": "1.4.1/image/gt/3447818004317.0.webp", "source_text": "PILLARS", "target_text": "Foundations", "gt_caption": "This digital display is an announcement trailer for \"Foundations of Eternity: The White March Part II,\" featuring a dark, icy landscape with a glowing, fiery structure in the background."}
22
+ {"id": 495, "prompt": "Replace the text 'VICTORY' with 'SUCCESS'.", "original_image": "1.4.1/image/original/3752822000663.0.jpg", "gt_image": "1.4.1/image/gt/3752822000663.0.jpg", "source_text": "VICTORY", "target_text": "SUCCESS", "gt_caption": "This screenshot shows a turn-based strategy game where a player has successfully defeated an opponent, as indicated by the \"SUCCESS\" message and the displayed health and status of various characters."}
23
+ {"id": 496, "prompt": "Replace the text 'ESLOPE' with 'BITCOIN'.", "original_image": "1.4.1/image/original/4241680121459.0.jpg", "gt_image": "1.4.1/image/gt/4241680121459.0.jpg", "source_text": "ESLOPE", "target_text": "BITCOIN", "gt_caption": "This screenshot from a video game shows a first-person view of a sniper rifle aimed at an industrial setting, with the text \"BITCOIN FROM TARKOV\" prominently displayed."}
24
+ {"id": 497, "prompt": "Replace the text 'ROADMAP' with 'FEATURES'.", "original_image": "1.4.1/image/original/3853596006251.0.jpg", "gt_image": "1.4.1/image/gt/3853596006251.0.jpg", "source_text": "ROADMAP", "target_text": "FEATURES", "gt_caption": "This digital display is a promotional poster for the game \"Ghost Recon: Ghost War,\" showcasing its launch timeline, upcoming updates, and features such as new modes, maps, classes, and a ranked mode."}
25
+ {"id": 498, "prompt": "Replace the text 'TEAM' with 'GROUP'.", "original_image": "1.4.1/image/original/2715829018969.0.webp", "gt_image": "1.4.1/image/gt/2715829018969.0.webp", "source_text": "TEAM", "target_text": "GROUP", "gt_caption": "This screenshot shows a battle scene from a pixelated video game, featuring three characters (Mario, Luigi, and Wario) facing a large, menacing enemy (Bowser) in a snowy, nighttime setting."}
26
+ {"id": 499, "prompt": "Replace the text '15' with '21'.", "original_image": "1.4.1/image/original/3857569091488.0.jpg", "gt_image": "1.4.1/image/gt/3857569091488.0.jpg", "source_text": "15", "target_text": "21", "gt_caption": "This screenshot depicts a football game in progress, showing players in red uniforms on the field, with one player preparing to throw the ball during a play."}
27
+ {"id": 500, "prompt": "Replace the text 'SAMUS' with 'HERO'.", "original_image": "1.4.1/image/original/2820119011968.0.jpg", "gt_image": "1.4.1/image/gt/2820119011968.0.jpg", "source_text": "SAMUS", "target_text": "HERO", "gt_caption": "This illustration depicts a character in a blue Zero Suit, labeled \"ZERO SUIT HERO,\" wielding a blaster and soaring through the air with a dynamic pose."}
28
+ {"id": 501, "prompt": "Replace the text 'STARTER' with 'Beginner'.", "original_image": "1.4.1/image/original/3149488017543.0.jpg", "gt_image": "1.4.1/image/gt/3149488017543.0.jpg", "source_text": "STARTER", "target_text": "Beginner", "gt_caption": "This illustration depicts a \"Cleric Beginner Kit No.3,\" showcasing various items such as a shield, crossbow, potions, torch, and other tools arranged in a grid layout."}
29
+ {"id": 502, "prompt": "Replace the text 'EMPIRE' with 'TEAM'.", "original_image": "1.4.1/image/original/1172889008182.0.jpg", "gt_image": "1.4.1/image/gt/1172889008182.0.jpg", "source_text": "EMPIRE", "target_text": "TEAM", "gt_caption": "This digital display showcases the \"Team Dallas\" themed in-game packs for the Call of Duty League, featuring operator skins, weapon camo, a watch, weapon charm, calling card, emblem, and sticker."}
30
+ {"id": 503, "prompt": "Replace the text '8' with '10'.", "original_image": "1.4.1/image/original/3397318083401.0.jpg", "gt_image": "1.4.1/image/gt/3397318083401.0.jpg", "source_text": "8", "target_text": "10", "gt_caption": "This illustration features a cute rabbit surrounded by colorful books, with a math problem \"6 + 10 = ?\" displayed above a rainbow, suggesting an educational or learning theme."}
31
+ {"id": 504, "prompt": "Replace the text 'BOSTON' with 'HOUSTON'.", "original_image": "1.4.1/image/original/1150398013929.0.jpg", "gt_image": "1.4.1/image/gt/1150398013929.0.jpg", "source_text": "BOSTON", "target_text": "HOUSTON", "gt_caption": "This screenshot shows a basketball player in a green \"Houston\" jersey dribbling a ball during a game in a virtual sports simulation."}
32
+ {"id": 505, "prompt": "Replace the text 'ROCKMAN' with 'MEGA'.", "original_image": "1.4.1/image/original/1010677003790.0.jpg", "gt_image": "1.4.1/image/gt/1010677003790.0.jpg", "source_text": "ROCKMAN", "target_text": "MEGA", "gt_caption": "This illustration is a promotional poster for the game \"MEGA X DIVE,\" featuring a group of colorful, anime-style characters, including iconic robotic heroes and supporting characters, set against a vibrant, futuristic background."}
33
+ {"id": 506, "prompt": "Replace the text 'BATTLEFIELD' with 'GAMEPLAY'.", "original_image": "1.4.1/image/original/2480384029239.0.jpg", "gt_image": "1.4.1/image/gt/2480384029239.0.jpg", "source_text": "BATTLEFIELD", "target_text": "GAMEPLAY", "gt_caption": "This digital display shows a character holding a sniper rifle in a snowy environment, with text indicating \"ALPHA FEEDBACK GAMEPLAY 5\" and a smaller inset image of another firearm."}
34
+ {"id": 507, "prompt": "Replace the text 'Evolve' with 'Grow'.", "original_image": "1.4.1/image/original/1152017003494.0.jpg", "gt_image": "1.4.1/image/gt/1152017003494.0.jpg", "source_text": "Evolve", "target_text": "Grow", "gt_caption": "This screenshot showcases a vibrant fantasy-themed mobile game where players can run their own island and grow magical monsters, featuring colorful characters and a whimsical environment."}
35
+ {"id": 508, "prompt": "Replace the text 'Casino' with 'Venue'.", "original_image": "1.4.1/image/original/2271575004250.0.webp", "gt_image": "1.4.1/image/gt/2271575004250.0.webp", "source_text": "Casino", "target_text": "Venue", "gt_caption": "This screenshot depicts a vibrant, neon-lit venue with a retro-futuristic design, featuring slot machines, star decorations, and a prominent \"Venue\" sign, likely from a video game."}
36
+ {"id": 509, "prompt": "Replace the text 'POLYGON' with 'GEOMETRY'.", "original_image": "1.4.1/image/original/3521245002368.0.webp", "gt_image": "1.4.1/image/gt/3521245002368.0.webp", "source_text": "POLYGON", "target_text": "GEOMETRY", "gt_caption": "This digital illustration showcases a sci-fi space theme, featuring a character in a futuristic uniform alongside vibrant, geometric-style spacecraft and a cosmic backdrop with planets and asteroids."}
37
+ {"id": 510, "prompt": "Replace the text 'TALE' with 'Story'.", "original_image": "1.4.1/image/original/2312376000373.0.jpg", "gt_image": "1.4.1/image/gt/2312376000373.0.jpg", "source_text": "TALE", "target_text": "Story", "gt_caption": "This digital illustration is the promotional art for the game \"Super Lucky's Story,\" featuring the main character, a cheerful orange fox, alongside colorful characters and a whimsical floating island backdrop."}
38
+ {"id": 511, "prompt": "Replace the text '179' with '10'.", "original_image": "1.4.1/image/original/3581373004306.0.jpg", "gt_image": "1.4.1/image/gt/3581373004306.0.jpg", "source_text": "179", "target_text": "10", "gt_caption": "This screenshot shows a colorful bubble-popping game called \"BubbleBreaker,\" where the player aims to clear bubbles by matching three or more of the same color in a row, with a current score of 10 and a high score of 2029."}
39
+ {"id": 512, "prompt": "Replace the text '54130' with '98765'.", "original_image": "1.4.1/image/original/2827211007112.0.png", "gt_image": "1.4.1/image/gt/2827211007112.0.png", "source_text": "54130", "target_text": "98765", "gt_caption": "This screenshot shows a pixelated game scene featuring Kirby, a pink character, jumping through a level with platforms, enemies, and a score displayed at the bottom."}
40
+ {"id": 513, "prompt": "Replace the text 'HIRE' with 'JOIN'.", "original_image": "1.4.1/image/original/4207039001409.0.jpg", "gt_image": "1.4.1/image/gt/4207039001409.0.jpg", "source_text": "HIRE", "target_text": "JOIN", "gt_caption": "This digital poster promotes a game, featuring a grid of colorful character avatars and a central hero character, with the text \"JOIN POWERFUL HEROES\" encouraging players to join the game."}
41
+ {"id": 514, "prompt": "Replace the text 'CHALLENGING' with 'EXCITING'.", "original_image": "1.4.1/image/original/3631090007262.0.jpg", "gt_image": "1.4.1/image/gt/3631090007262.0.jpg", "source_text": "CHALLENGING", "target_text": "EXCITING", "gt_caption": "This screenshot showcases a cozy, vintage-style bar or lounge setting with a puzzle game overlay, inviting players to \"SOLVE EXCITING PUZZLES.\""}
42
+ {"id": 515, "prompt": "Replace the text 'DINER' with 'CAFE'.", "original_image": "1.4.1/image/original/2197955005497.0.jpg", "gt_image": "1.4.1/image/gt/2197955005497.0.jpg", "source_text": "DINER", "target_text": "CAFE", "gt_caption": "This screenshot depicts a character walking down a deserted street at sunset, carrying a weapon and a backpack, in a post-apocalyptic urban setting."}
43
+ {"id": 516, "prompt": "Replace the text '01234' with '12345'.", "original_image": "1.4.1/image/original/2777857089651.0.jpg", "gt_image": "1.4.1/image/gt/2777857089651.0.jpg", "source_text": "01234", "target_text": "12345", "gt_caption": "This illustration depicts a cheerful baker presenting a colorful, multi-tiered birthday cake in a bright, cozy bakery setting."}
44
+ {"id": 517, "prompt": "Replace the text 'EMPIRE' with 'Alliance'.", "original_image": "1.4.1/image/original/4088463009358.0.jpg", "gt_image": "1.4.1/image/gt/4088463009358.0.jpg", "source_text": "EMPIRE", "target_text": "Alliance", "gt_caption": "This digital illustration features a character in ornate, dark armor with glowing red accents, set against a fiery, apocalyptic backdrop, promoting a \"BFA BLACK Alliance\" campaign boost."}
45
+ {"id": 518, "prompt": "Replace the text 'BANGBANG' with 'LEGEND'.", "original_image": "1.4.1/image/original/4250582008055.0.jpg", "gt_image": "1.4.1/image/gt/4250582008055.0.jpg", "source_text": "BANGBANG", "target_text": "LEGEND", "gt_caption": "This digital illustration features a futuristic armored character with glowing eyes and a sword, set against a fiery background, promoting the mobile game \"Mobile Legends: Legend.\""}
46
+ {"id": 519, "prompt": "Replace the text 'K' with 'P'.", "original_image": "1.4.1/image/original/1336513009391.0.jpg", "gt_image": "1.4.1/image/gt/1336513009391.0.jpg", "source_text": "K", "target_text": "P", "gt_caption": "This digital illustration shows a playing card game interface with an Ace of Diamonds prominently displayed, partially overlapping a face-down card."}
47
+ {"id": 520, "prompt": "Replace the text 'MONOPOLY' with 'ACHIEVEMENT'.", "original_image": "1.4.1/image/original/1179997003898.0.jpg", "gt_image": "1.4.1/image/gt/1179997003898.0.jpg", "source_text": "MONOPOLY", "target_text": "ACHIEVEMENT", "gt_caption": "This illustration depicts a modified Monopoly-style board game with a central \"ACHIEVEMENT\" badge as the main subject, featuring property spaces, chance and community chest cards, and a path for gameplay."}
48
+ {"id": 521, "prompt": "Replace the text '777' with '666'.", "original_image": "1.4.1/image/original/1082000006717.0.jpg", "gt_image": "1.4.1/image/gt/1082000006717.0.jpg", "source_text": "777", "target_text": "666", "gt_caption": "This illustration depicts a luxurious gambling setup featuring gold dice, poker chips, playing cards, and a combination lock displaying \"666\" against a dark background."}
49
+ {"id": 522, "prompt": "Replace the text 'MONSTERS' with 'UNIVERSITY'.", "original_image": "1.4.1/image/original/2495454008478.0.jpg", "gt_image": "1.4.1/image/gt/2495454008478.0.jpg", "source_text": "MONSTERS", "target_text": "UNIVERSITY", "gt_caption": "This screenshot shows a hand holding a faculty ID card from \"Monsters University,\" featuring a cartoonish monster photo and the name \"Professor Albertus.\""}
50
+ {"id": 523, "prompt": "Replace the text 'CAT' with 'DOG'.", "original_image": "1.4.1/image/original/2460052015871.0.webp", "gt_image": "1.4.1/image/gt/2460052015871.0.webp", "source_text": "CAT", "target_text": "DOG", "gt_caption": "This illustration depicts a cat dressed in a medieval-style outfit, wielding a sword, standing in front of a door labeled \"DOG,\" with paw prints and a \"2/2\" indicator in the corners."}
51
+ {"id": 524, "prompt": "Replace the text '41' with '69'.", "original_image": "1.4.1/image/original/1786355009981.0.jpg", "gt_image": "1.4.1/image/gt/1786355009981.0.jpg", "source_text": "41", "target_text": "69", "gt_caption": "This screenshot shows a red Dodge Charger race car with the number 69, driving on a racetrack in a racing simulation game."}
52
+ {"id": 525, "prompt": "Replace the text 'WITCHWOOD' with 'ENCHANTED GROVE'.", "original_image": "1.4.1/image/original/4028372009890.0.jpg", "gt_image": "1.4.1/image/gt/4028372009890.0.jpg", "source_text": "WITCHWOOD", "target_text": "ENCHANTED GROVE", "gt_caption": "This illustration is a promotional poster for the \"Hearthstone: Enchanted Grove\" expansion, featuring a group of characters exploring a mystical, eerie forest with glowing elements and magical creatures."}
53
+ {"id": 526, "prompt": "Replace the text 'MODES' with 'FRUIT'.", "original_image": "1.4.1/image/original/1169004007844.0.png", "gt_image": "1.4.1/image/gt/1169004007844.0.png", "source_text": "MODES", "target_text": "FRUIT", "gt_caption": "This screenshot showcases a game advertisement featuring a character with a cherry bonus and bombs, promoting \"6 All-New Game Fruit\" by Halfbrick."}
54
+ {"id": 527, "prompt": "Replace the text 'INCLUDED' with 'EXCLUDED'.", "original_image": "1.4.1/image/original/3278886001665.0.jpg", "gt_image": "1.4.1/image/gt/3278886001665.0.jpg", "source_text": "INCLUDED", "target_text": "EXCLUDED", "gt_caption": "This digital illustration serves as a \"Starter Guide\" for the game \"Oxygen Not Included,\" featuring three characters—Burt, Otto, and Nikola—standing in front of a large mechanical device, with a control panel and a red button visible in the background."}
55
+ {"id": 528, "prompt": "Replace the text '5000' with '1000'.", "original_image": "1.4.1/image/original/2159465000131.0.png", "gt_image": "1.4.1/image/gt/2159465000131.0.png", "source_text": "5000", "target_text": "1000", "gt_caption": "This screenshot from the game *Angry Birds* shows a level with a slingshot, green pigs in wooden structures, and an orange bird in mid-flight, with scores and points displayed, promoting \"6 NEW LEVELS EVERY DAY!\" at the bottom."}
56
+ {"id": 529, "prompt": "Replace the text 'TOWERDEFENSE' with 'CASTLEBATTLE'.", "original_image": "1.4.1/image/original/3898313000419.0.png", "gt_image": "1.4.1/image/gt/3898313000419.0.png", "source_text": "TOWERDEFENSE", "target_text": "CASTLEBATTLE", "gt_caption": "This digital poster advertises the game \"Kingdom Rush Frontiers,\" highlighting the return of the acclaimed castle battle mode with vibrant artwork featuring fantasy characters, a castle, and dynamic action elements."}
57
+ {"id": 530, "prompt": "Replace the text 'PUBG' with 'GAME'.", "original_image": "1.4.1/image/original/3932512019361.0.jpg", "gt_image": "1.4.1/image/gt/3932512019361.0.jpg", "source_text": "PUBG", "target_text": "GAME", "gt_caption": "This digital illustration depicts a futuristic mobile game environment with players parachuting onto a vibrant, technologically advanced island featuring neon structures and glowing elements."}
58
+ {"id": 531, "prompt": "Replace the text 'COME' with 'JOIN'.", "original_image": "1.4.1/image/original/1065613002847.0.jpg", "gt_image": "1.4.1/image/gt/1065613002847.0.jpg", "source_text": "COME", "target_text": "JOIN", "gt_caption": "This photo shows a craps table in a casino, featuring betting areas, chips, and a stick pointing to the \"JOIN\" section, indicating an ongoing game."}
59
+ {"id": 532, "prompt": "Replace the text 'HUNTER' with 'ADVENTURER'.", "original_image": "1.4.1/image/original/1610532004432.0.webp", "gt_image": "1.4.1/image/gt/1610532004432.0.webp", "source_text": "HUNTER", "target_text": "ADVENTURER", "gt_caption": "This digital illustration features a menacing, armored figure standing on a throne in a dark, ominous dungeon setting, with the title \"DUNGEON ADVENTURER\" prominently displayed."}
60
+ {"id": 533, "prompt": "Replace the text 'EQUIPPED' with 'AVAILABLE'.", "original_image": "1.4.1/image/original/1288308011118.0.jpg", "gt_image": "1.4.1/image/gt/1288308011118.0.jpg", "source_text": "EQUIPPED", "target_text": "AVAILABLE", "gt_caption": "This screenshot showcases a spaceship named \"Scout Snappy\" with options for armor, shield, and damage upgrades, emphasizing features like collecting, crafting, and upgrading in a sci-fi game setting."}
61
+ {"id": 534, "prompt": "Replace the text 'EFRANCE' with 'PERSIA'.", "original_image": "1.4.1/image/original/3340987005714.0.jpg", "gt_image": "1.4.1/image/gt/3340987005714.0.jpg", "source_text": "EFRANCE", "target_text": "PERSIA", "gt_caption": "This screenshot from the game *Hearts of Iron IV* shows a paused map view during the \"Treaty of Milan\" event, with a golden crown overlay emphasizing the strategic context, and a list of puppet nations on the left side."}
62
+ {"id": 535, "prompt": "Replace the text 'Travellers' with 'Guests'.", "original_image": "1.4.1/image/original/1281856008673.0.jpg", "gt_image": "1.4.1/image/gt/1281856008673.0.jpg", "source_text": "Travellers", "target_text": "Guests", "gt_caption": "This pixel art illustration depicts a whimsical sign hanging from a pole, labeled \"Guests Rest,\" with a beer mug icon, accompanied by singing birds and floating clouds in a bright, cheerful sky."}
63
+ {"id": 536, "prompt": "Replace the text 'PLYER' with 'FIGHTER'.", "original_image": "1.4.1/image/original/9454018365.0.jpg", "gt_image": "1.4.1/image/gt/9454018365.0.jpg", "source_text": "PLYER", "target_text": "FIGHTER", "gt_caption": "This screenshot shows the character selection screen from the game \"Final Fight,\" featuring fighters Guy, Cody, and Haggar, with their stats and a prompt to \"SELECT FIGHTER.\""}
64
+ {"id": 537, "prompt": "Replace the text '7' with '9'.", "original_image": "1.4.1/image/original/3878527002870.0.png", "gt_image": "1.4.1/image/gt/3878527002870.0.png", "source_text": "7", "target_text": "9", "gt_caption": "This illustration depicts a partially filled Sudoku grid with the numbers 3, 4, and 9, alongside a pencil, suggesting a puzzle-solving activity."}
65
+ {"id": 538, "prompt": "Replace the text 'THOR' with 'HERO'.", "original_image": "1.4.1/image/original/2095486005991.0.jpg", "gt_image": "1.4.1/image/gt/2095486005991.0.jpg", "source_text": "THOR", "target_text": "HERO", "gt_caption": "This screenshot depicts a motocross rider performing a high-speed jump over a dirt track in a stadium setting, surrounded by sponsor banners and a cheering crowd."}
66
+ {"id": 539, "prompt": "Replace the text 'OKLAHOMA' with 'NBA'.", "original_image": "1.4.1/image/original/786283001430.0.webp", "gt_image": "1.4.1/image/gt/786283001430.0.webp", "source_text": "OKLAHOMA", "target_text": "NBA", "gt_caption": "This screenshot from the video game NBA 2K14 shows a player in a teal jersey with the number 35 dribbling the ball during a basketball game, with other players and a crowd in the background."}
67
+ {"id": 540, "prompt": "Replace the text 'UPDATE' with 'PATCH'.", "original_image": "1.4.1/image/original/4277708005935.0.jpg", "gt_image": "1.4.1/image/gt/4277708005935.0.jpg", "source_text": "UPDATE", "target_text": "PATCH", "gt_caption": "This digital poster announces a patch for \"Dark Souls III,\" featuring a knight in ornate armor standing triumphantly over a defeated enemy, with a dramatic, fiery backdrop."}
68
+ {"id": 541, "prompt": "Replace the text '30ANNIVERSARY' with 'BELGIAN'.", "original_image": "1.4.1/image/original/1436256003467.0.jpg", "gt_image": "1.4.1/image/gt/1436256003467.0.jpg", "source_text": "30ANNIVERSARY", "target_text": "BELGIAN", "gt_caption": "This screenshot depicts a Belgian military aircraft in flight, marked with the text \"BELGIAN\" and the number \"42\" on its tail, set against a cloudy sky."}
69
+ {"id": 542, "prompt": "Replace the text 'MAP' with 'Guide'.", "original_image": "1.4.1/image/original/2892314017637.0.jpg", "gt_image": "1.4.1/image/gt/2892314017637.0.jpg", "source_text": "MAP", "target_text": "Guide", "gt_caption": "This screenshot showcases a character from a game, labeled as a guide, engaged in mapmaking as part of a competitive challenge."}
70
+ {"id": 543, "prompt": "Replace the text 'beautiful' with 'delicious'.", "original_image": "1.4.1/image/original/1915814003578.0.jpg", "gt_image": "1.4.1/image/gt/1915814003578.0.jpg", "source_text": "beautiful", "target_text": "delicious", "gt_caption": "This screenshot shows a colorful match-3 puzzle game with candies, featuring a grid of colorful pieces, a move counter, and a level indicator, designed for a fun and engaging gaming experience."}
71
+ {"id": 544, "prompt": "Replace the text '62' with '75'.", "original_image": "1.4.1/image/original/2160040046841.0.jpg", "gt_image": "1.4.1/image/gt/2160040046841.0.jpg", "source_text": "62", "target_text": "75", "gt_caption": "This screenshot depicts a Mercedes-Benz race car, specifically the Sauber C11, with the number 75, parked on a wet track, showcasing its sleek design and sponsor logos."}
72
+ {"id": 545, "prompt": "Replace the text 'SELECT' with 'STARTS'.", "original_image": "1.4.1/image/original/14986023418.0.jpg", "gt_image": "1.4.1/image/gt/14986023418.0.jpg", "source_text": "SELECT", "target_text": "STARTS", "gt_caption": "This screenshot shows a character selection screen from a fighting game, with \"KAGE\" and \"AKIRA\" chosen for a match, and the player starting with 09 lives."}
73
+ {"id": 546, "prompt": "Replace the text 'Heretic' with 'Outcast'.", "original_image": "1.4.1/image/original/1161001011685.0.jpg", "gt_image": "1.4.1/image/gt/1161001011685.0.jpg", "source_text": "Heretic", "target_text": "Outcast", "gt_caption": "This is a promotional screenshot featuring a bald man in a dark setting, with the text \"unity The Outcast\" and the logo for \"Tree House Ninjas\" displayed prominently."}
74
+ {"id": 547, "prompt": "Replace the text '9' with '7'.", "original_image": "1.4.1/image/original/3277443000002.0.jpg", "gt_image": "1.4.1/image/gt/3277443000002.0.jpg", "source_text": "9", "target_text": "7", "gt_caption": "This illustration depicts a scattered arrangement of playing cards on a green surface, showcasing various suits and ranks."}
75
+ {"id": 548, "prompt": "Replace the text 'Super' with 'Zombie'.", "original_image": "1.4.1/image/original/3402102079453.0.jpg", "gt_image": "1.4.1/image/gt/3402102079453.0.jpg", "source_text": "Super", "target_text": "Zombie", "gt_caption": "This screenshot showcases a vibrant battle scene from a mobile game, featuring \"Super Heroes\" fighting against \"Zombie Monsters\" in a fantasy setting."}
76
+ {"id": 549, "prompt": "Replace the text 'LEAGUE' with 'GAME'.", "original_image": "1.4.1/image/original/3877578012076.0.jpg", "gt_image": "1.4.1/image/gt/3877578012076.0.jpg", "source_text": "LEAGUE", "target_text": "GAME", "gt_caption": "This digital illustration showcases a vibrant collection of fantasy characters from various games, gathered around a central banner that reads \"GAME LEGENDS,\" set against a dramatic sunset backdrop."}
77
+ {"id": 550, "prompt": "Replace the text 'MOBILE' with 'GAME'.", "original_image": "1.4.1/image/original/4230957019250.0.jpg", "gt_image": "1.4.1/image/gt/4230957019250.0.jpg", "source_text": "MOBILE", "target_text": "GAME", "gt_caption": "This illustration is a promotional poster for the game \"Game Legends Adventure,\" featuring two characters—a female archer and a male warrior—engaged in a dynamic battle scene."}
78
+ {"id": 551, "prompt": "Replace the text 'MONEY' with 'CRIME'.", "original_image": "1.4.1/image/original/1002405008216.0.png", "gt_image": "1.4.1/image/gt/1002405008216.0.png", "source_text": "MONEY", "target_text": "CRIME", "gt_caption": "This digital illustration depicts a character with green hair and a clown-like appearance, holding a gun and a drink, standing in front of a building labeled \"CRIME BANK.\""}
79
+ {"id": 552, "prompt": "Replace the text 'ZOMBIE' with 'VAMPIRE'.", "original_image": "1.4.1/image/original/77237004535.0.jpg", "gt_image": "1.4.1/image/gt/77237004535.0.jpg", "source_text": "ZOMBIE", "target_text": "VAMPIRE", "gt_caption": "This digital display shows a promotional image for a game, featuring a cartoon vampire character and a smartphone screen displaying the game's pixelated action scene, with the text \"CHECK THE RESULTS OF THE R&D VAMPIRE.\""}
80
+ {"id": 553, "prompt": "Replace the text 'BEATLEMANA' with 'BEATLES'.", "original_image": "1.4.1/image/original/3982826001760.0.jpg", "gt_image": "1.4.1/image/gt/3982826001760.0.jpg", "source_text": "BEATLEMANA", "target_text": "BEATLES", "gt_caption": "This illustration depicts a colorful board game themed around The Beatles, featuring their iconic images, album covers, and musical elements, with spaces for gameplay such as \"Jackpot\" and \"Super Bonus.\""}
81
+ {"id": 554, "prompt": "Replace the text '6' with '4'.", "original_image": "1.4.1/image/original/3942709003082.0.jpg", "gt_image": "1.4.1/image/gt/3942709003082.0.jpg", "source_text": "6", "target_text": "4", "gt_caption": "This photo shows a hand holding playing cards (five and four of clubs) in front of stacks of poker chips on a red table, suggesting a poker game setting."}
82
+ {"id": 555, "prompt": "Replace the text 'UPDATE' with 'LAUNCH'.", "original_image": "1.4.1/image/original/3520346027656.0.jpg", "gt_image": "1.4.1/image/gt/3520346027656.0.jpg", "source_text": "UPDATE", "target_text": "LAUNCH", "gt_caption": "This digital display shows a Nintendo Switch with *The Witcher 3: Wild Hunt - Complete Edition* running on its screen, featuring Geralt and Ciri in conversation, with a launch date of 3.6 prominently displayed."}
83
+ {"id": 556, "prompt": "Replace the text 'ASSASSINS' with 'WEAPONS'.", "original_image": "1.4.1/image/original/3752485004043.0.webp", "gt_image": "1.4.1/image/gt/3752485004043.0.webp", "source_text": "ASSASSINS", "target_text": "WEAPONS", "gt_caption": "This illustration showcases three variations of Assassin's Katana weapons from the video game \"Assassin's Creed: Rising Sun,\" highlighting their intricate designs and details."}
84
+ {"id": 557, "prompt": "Replace the text 'Holid' with 'Cost'.", "original_image": "1.4.1/image/original/3160441001051.0.jpg", "gt_image": "1.4.1/image/gt/3160441001051.0.jpg", "source_text": "Holid", "target_text": "Cost", "gt_caption": "This digital illustration depicts a festive scene featuring a green, anthropomorphic character in a Santa outfit, dancing joyfully in a snowy Christmas setting with a decorated tree, gifts, and a sleigh in the background."}
85
+ {"id": 558, "prompt": "Replace the text 'Guided' with 'Directed'.", "original_image": "1.4.1/image/original/3236926015406.0.png", "gt_image": "1.4.1/image/gt/3236926015406.0.png", "source_text": "Guided", "target_text": "Directed", "gt_caption": "This illustration depicts a character aiming a bow with the card title \"Directed Arrow,\" showcasing a swift range attack ability in a fantasy-themed game setting."}
86
+ {"id": 559, "prompt": "Replace the text 'ABILITIES' with 'Powers'.", "original_image": "1.4.1/image/original/1232694005372.0.jpg", "gt_image": "1.4.1/image/gt/1232694005372.0.jpg", "source_text": "ABILITIES", "target_text": "Powers", "gt_caption": "This screenshot from *Dragon Age: Inquisition* showcases the \"Mage Powers\" menu, featuring four magical abilities: Wall of Fire, Fade Step, Guardian Spirit, and Static Charge, each with a brief description of their effects."}
87
+ {"id": 560, "prompt": "Replace the text 'LELEL' with 'Guide'.", "original_image": "1.4.1/image/original/1009362013512.0.jpg", "gt_image": "1.4.1/image/gt/1009362013512.0.jpg", "source_text": "LELEL", "target_text": "Guide", "gt_caption": "This digital display shows a computer build with a text overlay reading \"Guide UP!\" in a glitchy, retro-style font."}
88
+ {"id": 561, "prompt": "Replace the text 'POLI' with 'COPS'.", "original_image": "1.4.1/image/original/2278280009997.0.jpg", "gt_image": "1.4.1/image/gt/2278280009997.0.jpg", "source_text": "POLI", "target_text": "COPS", "gt_caption": "This screenshot depicts a vintage police car labeled \"COPS\" with flashing lights and a side-mounted cage, parked on a street in a video game environment."}
89
+ {"id": 562, "prompt": "Replace the text '34' with '42'.", "original_image": "1.4.1/image/original/1819930021205.0.jpg", "gt_image": "1.4.1/image/gt/1819930021205.0.jpg", "source_text": "34", "target_text": "42", "gt_caption": "This illustration depicts a playful scene featuring a panda in a lush bamboo forest, with colorful numbers floating above and other animals like a red panda and baby pandas near a pond and a traditional pavilion."}
90
+ {"id": 563, "prompt": "Replace the text 'MYSTERY' with 'ADVENTURE'.", "original_image": "1.4.1/image/original/4284462000557.0.jpg", "gt_image": "1.4.1/image/gt/4284462000557.0.jpg", "source_text": "MYSTERY", "target_text": "ADVENTURE", "gt_caption": "This illustration depicts a whimsical, cartoon-style scene featuring a wooden totem pole and a rustic cabin labeled \"Mystery Shack,\" with the text \"Adventure Hack\" prominently displayed, suggesting a playful or adventurous theme."}
91
+ {"id": 564, "prompt": "Replace the text 'BLOOM' with 'GROW'.", "original_image": "1.4.1/image/original/4066036000195.0.jpg", "gt_image": "1.4.1/image/gt/4066036000195.0.jpg", "source_text": "BLOOM", "target_text": "GROW", "gt_caption": "This photo shows a smartphone displaying a character named \"Professor Grow\" alongside a purple game token, likely part of a board or card game setup."}
92
+ {"id": 565, "prompt": "Replace the text 'CLASH' with 'BATTLE'.", "original_image": "1.4.1/image/original/2597168008977.0.jpg", "gt_image": "1.4.1/image/gt/2597168008977.0.jpg", "source_text": "CLASH", "target_text": "BATTLE", "gt_caption": "This illustration depicts a festive battle scene from the game \"Clash of Clans,\" featuring characters in Christmas-themed attire engaging in combat with swords and shields."}
93
+ {"id": 566, "prompt": "Replace the text 'ROBBEN' with 'MESSI'.", "original_image": "1.4.1/image/original/3956586000074.0.webp", "gt_image": "1.4.1/image/gt/3956586000074.0.webp", "source_text": "ROBBEN", "target_text": "MESSI", "gt_caption": "This screenshot displays a player card from a football video game, featuring a player named \"MESSI\" with a rating of 90, highlighting attributes such as pace (93), shooting (86), and dribbling (92)."}
94
+ {"id": 567, "prompt": "Replace the text 'Empire' with 'Kingdom'.", "original_image": "1.4.1/image/original/4061601021062.0.jpg", "gt_image": "1.4.1/image/gt/4061601021062.0.jpg", "source_text": "Empire", "target_text": "Kingdom", "gt_caption": "This screenshot showcases a vibrant medieval-style kingdom with a fortified castle, bustling construction activity, and the text \"Build Your Kingdom,\" indicating a strategy or simulation game."}
95
+ {"id": 568, "prompt": "Replace the text 'LEVEL' with 'CODE'.", "original_image": "1.4.1/image/original/2408092049830.0.jpg", "gt_image": "1.4.1/image/gt/2408092049830.0.jpg", "source_text": "LEVEL", "target_text": "CODE", "gt_caption": "This illustration features a bold red logo with the text \"BOSS CODE\" divided by a diagonal line, accompanied by an upward-pointing arrow, symbolizing growth or success."}
96
+ {"id": 569, "prompt": "Replace the text 'WILDRIFT' with 'LEGENDS'.", "original_image": "1.4.1/image/original/1163448000655.0.jpg", "gt_image": "1.4.1/image/gt/1163448000655.0.jpg", "source_text": "WILDRIFT", "target_text": "LEGENDS", "gt_caption": "This digital illustration features a character from \"League of Legends\" wearing a hat and holding a shield, set against a blurred outdoor background."}
97
+ {"id": 570, "prompt": "Replace the text 'CINEMATIC' with 'TEASER'.", "original_image": "1.4.1/image/original/3335254004095.0.jpg", "gt_image": "1.4.1/image/gt/3335254004095.0.jpg", "source_text": "CINEMATIC", "target_text": "TEASER", "gt_caption": "This digital display is a teaser for the character \"Ekko\" from the game League of Legends, featuring a close-up of the character's face with the text \"EKKO-TEASER SECONDS\" prominently displayed."}
98
+ {"id": 571, "prompt": "Replace the text 'Mummies' with 'Monsters'.", "original_image": "1.4.1/image/original/4187129004046.0.webp", "gt_image": "1.4.1/image/gt/4187129004046.0.webp", "source_text": "Mummies", "target_text": "Monsters", "gt_caption": "This digital card from a collectible card game depicts a quest titled \"Making Monsters,\" requiring the player to play 5 Reborn minions to earn the reward \"Emperor Wraps.\""}
99
+ {"id": 572, "prompt": "Replace the text 'DAILY' with 'ADVENTURE'.", "original_image": "1.4.1/image/original/1669252004782.0.jpg", "gt_image": "1.4.1/image/gt/1669252004782.0.jpg", "source_text": "DAILY", "target_text": "ADVENTURE", "gt_caption": "This screenshot from the game \"Boboiboy: Adudu Attacks 2\" showcases a daily mission titled \"Defeat Super Probe,\" where players must defeat the boss on stage 25 three times, accompanied by animated characters promoting a new adventure mission."}
100
+ {"id": 573, "prompt": "Replace the text 'MODES' with 'LEVELS'.", "original_image": "1.4.1/image/original/3254603002755.0.jpg", "gt_image": "1.4.1/image/gt/3254603002755.0.jpg", "source_text": "MODES", "target_text": "LEVELS", "gt_caption": "This screenshot introduces three gameplay modes—World Tour, Toad Rally, and Kingdom Builder—from a Mario-themed mobile game, showcasing different levels and objectives."}
101
+ {"id": 574, "prompt": "Replace the text '38' with '25'.", "original_image": "1.4.1/image/original/3468970006520.0.jpg", "gt_image": "1.4.1/image/gt/3468970006520.0.jpg", "source_text": "38", "target_text": "25", "gt_caption": "This illustration depicts a football player diving to catch a ball near the end zone, with a scoreboard showing the game time and scores in the background."}
102
+ {"id": 575, "prompt": "Replace the text 'UPDATE' with 'RELEASE'.", "original_image": "1.4.1/image/original/3482423006482.0.jpg", "gt_image": "1.4.1/image/gt/3482423006482.0.jpg", "source_text": "UPDATE", "target_text": "RELEASE", "gt_caption": "This poster announces the release of version 0.5.5, featuring a woman in a sailor outfit saluting against a scenic mountain backdrop, with branding for Wargaming.net."}
103
+ {"id": 576, "prompt": "Replace the text 'HUNGRY' with 'THIRSTY'.", "original_image": "1.4.1/image/original/3201748006757.0.jpg", "gt_image": "1.4.1/image/gt/3201748006757.0.jpg", "source_text": "HUNGRY", "target_text": "THIRSTY", "gt_caption": "This illustration is a promotional poster for the game \"Thirsty Shark World,\" featuring a playful underwater scene with a shark, various sea creatures, and a volcanic island in the background."}
104
+ {"id": 577, "prompt": "Replace the text 'CASTAWAYS' with 'SURVIVORS'.", "original_image": "1.4.1/image/original/3034695004433.0.jpg", "gt_image": "1.4.1/image/gt/3034695004433.0.jpg", "source_text": "CASTAWAYS", "target_text": "SURVIVORS", "gt_caption": "This is a promotional poster for a game, featuring a man in a blue coat standing in front of a vibrant island scene with a ship, survivors, and various structures, with the tagline \"HELP KEEP FELLOW SURVIVORS ALIVE!\" by G5 Games."}
105
+ {"id": 578, "prompt": "Replace the text 'UPRISING' with 'Revolution'.", "original_image": "1.4.1/image/original/3716824011550.0.webp", "gt_image": "1.4.1/image/gt/3716824011550.0.webp", "source_text": "UPRISING", "target_text": "Revolution", "gt_caption": "This digital illustration is a promotional card for the \"Epic Card Game,\" featuring a fiery dragon-like creature and the title \"Revolution: Flames of Scarros.\""}
106
+ {"id": 579, "prompt": "Replace the text 'DEATHTOUCH' with 'LIFELINK'.", "original_image": "1.4.1/image/original/3783350002148.0.webp", "gt_image": "1.4.1/image/gt/3783350002148.0.webp", "source_text": "DEATHTOUCH", "target_text": "LIFELINK", "gt_caption": "This illustration depicts a fantasy card titled \"Wurm,\" featuring a monstrous, serpentine creature emerging from the ground with sharp horns and a menacing expression, set against a moonlit backdrop."}
107
+ {"id": 580, "prompt": "Replace the text 'YEAR1ROADMAP' with 'BETA24GUIDE'.", "original_image": "1.4.1/image/original/3550608007762.0.webp", "gt_image": "1.4.1/image/gt/3550608007762.0.webp", "source_text": "YEAR1ROADMAP", "target_text": "BETA24GUIDE", "gt_caption": "This digital display is a promotional guide for the *Ghost Recon Breakpoint* beta, outlining the release schedule and content updates for Episodes 1, 2, and 3, including main storylines, new adventures, raids, special events, class updates, and faction missions."}
108
+ {"id": 581, "prompt": "Replace the text 'OF' with 'APK'.", "original_image": "1.4.1/image/original/1252378005973.0.jpg", "gt_image": "1.4.1/image/gt/1252378005973.0.jpg", "source_text": "OF", "target_text": "APK", "gt_caption": "This illustration depicts a whimsical scene featuring characters exploring a mysterious, glowing environment, with a prominent \"OUT APK LINE\" text overlay in a stylized, digital font."}
109
+ {"id": 582, "prompt": "Replace the text 'sparco' with 'racing'.", "original_image": "1.4.1/image/original/3018438014411.0.jpg", "gt_image": "1.4.1/image/gt/3018438014411.0.jpg", "source_text": "sparco", "target_text": "racing", "gt_caption": "This screenshot shows a high-speed racing scene featuring a Porsche 911 GT3 R car on a track at night, surrounded by other race cars and illuminated by vibrant lighting."}
110
+ {"id": 583, "prompt": "Replace the text 'GAME' with 'OVER'.", "original_image": "1.4.1/image/original/4183338003819.0.jpg", "gt_image": "1.4.1/image/gt/4183338003819.0.jpg", "source_text": "GAME", "target_text": "OVER", "gt_caption": "This digital illustration features an anthropomorphic cat character wearing a colorful hat, flexing its muscles over a chessboard with fallen pieces, accompanied by the text \"SKA-P\" and \"OVER OVER.\""}
111
+ {"id": 584, "prompt": "Replace the text 'JOURNEY' with 'QUEST'.", "original_image": "1.4.1/image/original/2607535017974.0.webp", "gt_image": "1.4.1/image/gt/2607535017974.0.webp", "source_text": "JOURNEY", "target_text": "QUEST", "gt_caption": "This illustration is the cover of \"The Lord of the Rings: The Card Game – A Quest to Rhosgobel Adventure Pack,\" featuring a hooded character in a mysterious, forested setting."}
112
+ {"id": 585, "prompt": "Replace the text 'SUPER' with 'ULTIMATE'.", "original_image": "1.4.1/image/original/3804460000769.0.jpg", "gt_image": "1.4.1/image/gt/3804460000769.0.jpg", "source_text": "SUPER", "target_text": "ULTIMATE", "gt_caption": "This digital illustration is a promotional poster for \"Ultimate Smash Bros. Ultimate,\" showcasing a vibrant lineup of iconic characters from various franchises engaged in dynamic action poses."}
113
+ {"id": 586, "prompt": "Replace the text 'ELEMENTAL' with 'MYSTICAL'.", "original_image": "1.4.1/image/original/3609957004105.0.webp", "gt_image": "1.4.1/image/gt/3609957004105.0.webp", "source_text": "ELEMENTAL", "target_text": "MYSTICAL", "gt_caption": "This illustration depicts a mystical octopus-like creature emerging from a wave, with the text \"MYSTICAL\" and artist credit \"RICHARD THOMAS\" on a red background."}
114
+ {"id": 587, "prompt": "Replace the text 'STORY' with 'GAME'.", "original_image": "1.4.1/image/original/2973580019307.0.jpg", "gt_image": "1.4.1/image/gt/2973580019307.0.jpg", "source_text": "STORY", "target_text": "GAME", "gt_caption": "This digital display showcases three distinct Egyptian-inspired game costumes, highlighting their unique designs and thematic elements."}
115
+ {"id": 588, "prompt": "Replace the text '360' with '3D'.", "original_image": "1.4.1/image/original/1032143000032.0.jpg", "gt_image": "1.4.1/image/gt/1032143000032.0.jpg", "source_text": "360", "target_text": "3D", "gt_caption": "This digital illustration showcases a thrilling roller coaster loop with riders in a dynamic 3D perspective, emphasizing the excitement of the ride against a bright blue sky."}
116
+ {"id": 589, "prompt": "Replace the text 'UBISOFT' with 'TrialsRising'.", "original_image": "1.4.1/image/original/3308008015533.0.jpg", "gt_image": "1.4.1/image/gt/3308008015533.0.jpg", "source_text": "UBISOFT", "target_text": "TrialsRising", "gt_caption": "This screenshot depicts a rider performing a stunt on a dirt bike in a graffiti-covered skatepark, with banners for \"Trials Rising\" and Ubisoft in the background."}
117
+ {"id": 590, "prompt": "Replace the text 'WITCH' with 'HUNT'.", "original_image": "1.4.1/image/original/4241936017025.0.jpg", "gt_image": "1.4.1/image/gt/4241936017025.0.jpg", "source_text": "WITCH", "target_text": "HUNT", "gt_caption": "This poster for the game \"Blair Hunt\" features a man and a dog walking through a misty forest, with the text \"OFFICIAL GAMEPLAY\" indicating a promotional or gameplay reveal."}
118
+ {"id": 591, "prompt": "Replace the text 'VS' with 'VERSUS'.", "original_image": "1.4.1/image/original/3694093006132.0.jpg", "gt_image": "1.4.1/image/gt/3694093006132.0.jpg", "source_text": "VS", "target_text": "VERSUS", "gt_caption": "This digital illustration depicts a Pokémon Sword and Shield-themed trainer tournament, showcasing two competitors, Rose and Oleana, facing off in the \"Galar Trainer Tournament.\""}
119
+ {"id": 592, "prompt": "Replace the text 'YSLANDIA' with 'MYSTICIA'.", "original_image": "1.4.1/image/original/1259661008193.0.jpg", "gt_image": "1.4.1/image/gt/1259661008193.0.jpg", "source_text": "YSLANDIA", "target_text": "MYSTICIA", "gt_caption": "This digital illustration showcases three character classes—Voleur, Paladin, and Guerrier—from the game \"Mysticia: Kyrrs,\" featuring their full-body designs and smaller avatars."}
120
+ {"id": 593, "prompt": "Replace the text '141' with '256'.", "original_image": "1.4.1/image/original/2511685010320.0.jpg", "gt_image": "1.4.1/image/gt/2511685010320.0.jpg", "source_text": "141", "target_text": "256", "gt_caption": "This digital illustration is a promotional poster for \"Episode 256\" of a show featuring \"Heroes of the Storm,\" with guest Barry Ricks and hosts Joel Duggan & Friends, showcasing characters from the game."}
121
+ {"id": 594, "prompt": "Replace the text '42' with '75'.", "original_image": "1.4.1/image/original/3679964004201.0.jpg", "gt_image": "1.4.1/image/gt/3679964004201.0.jpg", "source_text": "42", "target_text": "75", "gt_caption": "This screenshot depicts a character in futuristic military attire, with a patch indicating \"Squadron 75\" from the \"United Empire of Earth 2nd Fleet.\""}
122
+ {"id": 595, "prompt": "Replace the text 'PALACE' with 'CASTLE'.", "original_image": "1.4.1/image/original/3241806000208.0.webp", "gt_image": "1.4.1/image/gt/3241806000208.0.webp", "source_text": "PALACE", "target_text": "CASTLE", "gt_caption": "This digital illustration promotes \"The Eternal Castle,\" showcasing a heavily armored character with a menacing appearance, indicating a high-level in-game challenge requiring full gear, normal mode, and an item level of 415+."}
123
+ {"id": 596, "prompt": "Replace the text 'KALINA' with 'ZOE'.", "original_image": "1.4.1/image/original/3221855001092.0.jpg", "gt_image": "1.4.1/image/gt/3221855001092.0.jpg", "source_text": "KALINA", "target_text": "ZOE", "gt_caption": "This screenshot features a character holding a weapon, set in a gritty industrial environment, with the text \"LADY & ZOE ANN\" prominently displayed."}
124
+ {"id": 597, "prompt": "Replace the text '740' with '101'.", "original_image": "1.4.1/image/original/1223265018770.0.jpg", "gt_image": "1.4.1/image/gt/1223265018770.0.jpg", "source_text": "740", "target_text": "101", "gt_caption": "This digital display shows a tennis player in action, surrounded by numerical values (+300, -125, +200, -250, +101, -110), likely representing game statistics or performance metrics."}
125
+ {"id": 598, "prompt": "Replace the text 'REALM' with 'WORLD'.", "original_image": "1.4.1/image/original/3418610044037.0.jpg", "gt_image": "1.4.1/image/gt/3418610044037.0.jpg", "source_text": "REALM", "target_text": "WORLD", "gt_caption": "This illustration promotes the game \"World Royale Beta,\" featuring a character wielding a glowing weapon, battling another character in a vibrant, action-packed scene, with a Discord logo included."}
126
+ {"id": 599, "prompt": "Replace the text 'GO' with 'STOP'.", "original_image": "1.4.1/image/original/2092245010833.0.jpg", "gt_image": "1.4.1/image/gt/2092245010833.0.jpg", "source_text": "GO", "target_text": "STOP", "gt_caption": "This photo shows a close-up of the Monopoly: The Australian Here & Now Electronic game, featuring a digital calculator, property cards, and game pieces on the board."}
127
+ {"id": 600, "prompt": "Replace the text 'NYDROPONICS' with 'SHADOWGUN'.", "original_image": "1.4.1/image/original/787020004514.0.jpg", "gt_image": "1.4.1/image/gt/787020004514.0.jpg", "source_text": "NYDROPONICS", "target_text": "SHADOWGUN", "gt_caption": "This screenshot showcases a futuristic action scene from a video game, featuring characters in advanced combat gear and a robotic figure, with the text \"NEW AMAZING ZONE CONTROL MAPS\" highlighting new content."}
128
+ {"id": 601, "prompt": "Replace the text 'TRAILER' with 'VIDEO'.", "original_image": "1.4.1/image/original/2480391003521.0.jpg", "gt_image": "1.4.1/image/gt/2480391003521.0.jpg", "source_text": "TRAILER", "target_text": "VIDEO", "gt_caption": "This screenshot from a video game shows a character in tactical gear engaging in combat, firing a weapon near a burning structure and a vendor stall."}
129
+ {"id": 602, "prompt": "Replace the text 'URS' with 'NBA'.", "original_image": "1.4.1/image/original/1342035010227.0.png", "gt_image": "1.4.1/image/gt/1342035010227.0.png", "source_text": "URS", "target_text": "NBA", "gt_caption": "This illustration depicts four animated basketball players wearing jerseys with team logos, set against a festive background with stars and sparkles, likely representing a sports-themed event or game."}
130
+ {"id": 603, "prompt": "Replace the text 'Fairspin' with 'Casino'.", "original_image": "1.4.1/image/original/3777960013539.0.jpg", "gt_image": "1.4.1/image/gt/3777960013539.0.jpg", "source_text": "Fairspin", "target_text": "Casino", "gt_caption": "This illustration features a cheerful animated monkey surrounded by fruits, coins, and Bitcoin symbols, promoting a casino theme."}
131
+ {"id": 604, "prompt": "Replace the text 'MIZ' with 'RE2'.", "original_image": "1.4.1/image/original/3476946010670.0.webp", "gt_image": "1.4.1/image/gt/3476946010670.0.webp", "source_text": "MIZ", "target_text": "RE2", "gt_caption": "This screenshot depicts a character in a red jacket standing near a motorcycle in a rainy gas station labeled \"RE2 GAS STATION.\""}
132
+ {"id": 605, "prompt": "Replace the text 'MAGIC' with 'GAMES'.", "original_image": "1.4.1/image/original/4178376005502.0.webp", "gt_image": "1.4.1/image/gt/4178376005502.0.webp", "source_text": "MAGIC", "target_text": "GAMES", "gt_caption": "This illustration depicts a dynamic scene from \"Magic: The Gathering,\" featuring a character in mid-air performing a martial arts kick, surrounded by a rocky landscape and flying birds."}
133
+ {"id": 606, "prompt": "Replace the text 'LONZO' with 'ZION'.", "original_image": "1.4.1/image/original/2168353006259.0.jpg", "gt_image": "1.4.1/image/gt/2168353006259.0.jpg", "source_text": "LONZO", "target_text": "ZION", "gt_caption": "This screenshot from NBA 2K18 features Zion Ball, a drafted player wearing a Lakers jersey, preparing to shoot a basketball, with an overall rating of 80."}
134
+ {"id": 607, "prompt": "Replace the text 'Casino' with 'Gaming'.", "original_image": "1.4.1/image/original/3960934001427.0.jpg", "gt_image": "1.4.1/image/gt/3960934001427.0.jpg", "source_text": "Casino", "target_text": "Gaming", "gt_caption": "This digital display showcases a vibrant roulette wheel with a fiery background, accompanied by the text \"live Gaming,\" indicating an online gambling or live casino theme."}
135
+ {"id": 608, "prompt": "Replace the text 'CHAPTER' with 'SECTION'.", "original_image": "1.4.1/image/original/4054730005831.0.jpg", "gt_image": "1.4.1/image/gt/4054730005831.0.jpg", "source_text": "CHAPTER", "target_text": "SECTION", "gt_caption": "This screenshot showcases a scene from a Star Wars-themed game, featuring a character battling stormtroopers with blasters, with a prominent Jabba the Hutt in the foreground, and text highlighting \"A NEW SECTION IN STAR WARS.\""}
136
+ {"id": 609, "prompt": "Replace the text 'LEAGUE' with 'GAME'.", "original_image": "1.4.1/image/original/3715324006482.0.jpg", "gt_image": "1.4.1/image/gt/3715324006482.0.jpg", "source_text": "LEAGUE", "target_text": "GAME", "gt_caption": "This digital illustration is the iconic logo for the game \"League of Legends,\" featuring a dramatic fantasy scene with various characters and mythical elements surrounding the bold, golden text."}
137
+ {"id": 610, "prompt": "Replace the text 'MONOPOLY' with 'BOARDGAME'.", "original_image": "1.4.1/image/original/2351787016074.0.webp", "gt_image": "1.4.1/image/gt/2351787016074.0.webp", "source_text": "MONOPOLY", "target_text": "BOARDGAME", "gt_caption": "This digital display shows a board game inspired by *Game of Thrones*, featuring a map of Westeros, various house sigils, and gameplay elements like \"GO\" and \"JAIL.\""}
138
+ {"id": 611, "prompt": "Replace the text 'LIFE' with 'Game'.", "original_image": "1.4.1/image/original/1324539017073.0.jpg", "gt_image": "1.4.1/image/gt/1324539017073.0.jpg", "source_text": "LIFE", "target_text": "Game", "gt_caption": "This illustration depicts a colorful arcade game machine labeled \"Game of Life,\" displaying \"GAME OVER\" on its screen, with a cheerful sun, clouds, and a rainbow on its side."}
eval_prompts/fullset/1.4.2.jsonl ADDED
@@ -0,0 +1,44 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {"id": 612, "prompt": "Replace the text 'WELCOME' with 'SECURITY'.", "original_image": "1.4.2/image/original/3669236004293.0.png", "gt_image": "1.4.2/image/gt/3669236004293.0.png", "source_text": "WELCOME", "target_text": "SECURITY", "gt_caption": "This illustration depicts a web browser with a security icon, connected to a dashboard offering various security features, emphasizing online protection and privacy."}
2
+ {"id": 613, "prompt": "Replace the text 'PROPUBLICA' with 'NEWSORG'.", "original_image": "1.4.2/image/original/1951221004564.0.jpg", "gt_image": "1.4.2/image/gt/1951221004564.0.jpg", "source_text": "PROPUBLICA", "target_text": "NEWSORG", "gt_caption": "This screenshot shows a news article titled \"How Much of Your Data Would You Trade for a Free Cookie?\" discussing an artist's experiment testing New Yorkers' willingness to share personal information for homemade cookies, with images of cookies featuring social media logos."}
3
+ {"id": 614, "prompt": "Replace the text 'SignageAccessories' with 'SquaresignsProducts'.", "original_image": "1.4.2/image/original/4238775009555.0.jpg", "gt_image": "1.4.2/image/gt/4238775009555.0.jpg", "source_text": "SignageAccessories", "target_text": "SquaresignsProducts", "gt_caption": "This screenshot shows a webpage from Squaresigns, featuring a product selection for custom signs, with options to choose size, quantity, and a \"Create your sign now\" button highlighted."}
4
+ {"id": 615, "prompt": "Replace the text 'SURVEY' with 'FEEDBACK'.", "original_image": "1.4.2/image/original/1048844008934.0.jpg", "gt_image": "1.4.2/image/gt/1048844008934.0.jpg", "source_text": "SURVEY", "target_text": "FEEDBACK", "gt_caption": "This photo shows a person completing a feedback survey on a laptop, rating their experience and providing suggestions for improvement."}
5
+ {"id": 616, "prompt": "Replace the text 'BIDEN' with 'CAMP'.", "original_image": "1.4.2/image/original/4178825007773.0.png", "gt_image": "1.4.2/image/gt/4178825007773.0.png", "source_text": "BIDEN", "target_text": "CAMP", "gt_caption": "This digital display shows a campaign website for \"Biden President\" on both a desktop and a smartphone, featuring a photo of Joe Biden and a sign-up form."}
6
+ {"id": 617, "prompt": "Replace the text 'WORDPRESS' with 'LIVE'.", "original_image": "1.4.2/image/original/1072926000830.0.jpg", "gt_image": "1.4.2/image/gt/1072926000830.0.jpg", "source_text": "WORDPRESS", "target_text": "LIVE", "gt_caption": "This digital display showcases a responsive WordPress website design, demonstrating how the layout adapts across various devices, including desktops, laptops, tablets, and smartphones."}
7
+ {"id": 618, "prompt": "Replace the text 'available' with 'unavailable'.", "original_image": "1.4.2/image/original/3706028002746.0.jpg", "gt_image": "1.4.2/image/gt/3706028002746.0.jpg", "source_text": "available", "target_text": "unavailable", "gt_caption": "This digital display shows a placeholder image with a camera icon and the text \"Image not available\" in red, indicating that the requested image is unavailable."}
8
+ {"id": 619, "prompt": "Replace the text 'ONLINE' with 'Remote'.", "original_image": "1.4.2/image/original/4047214004272.0.jpg", "gt_image": "1.4.2/image/gt/4047214004272.0.jpg", "source_text": "ONLINE", "target_text": "Remote", "gt_caption": "This photo depicts a setup for remote tutoring, featuring a laptop displaying the text \"Remote Tutoring,\" a notebook, a pen, and a potted plant on a desk near a window."}
9
+ {"id": 620, "prompt": "Replace the text 'ONTACT' with 'ABOUT'.", "original_image": "1.4.2/image/original/1162911024193.0.jpg", "gt_image": "1.4.2/image/gt/1162911024193.0.jpg", "source_text": "ONTACT", "target_text": "ABOUT", "gt_caption": "This screenshot shows the \"About\" page of Bistro 24's website, featuring a map, contact details, and information about the restaurant's location and services."}
10
+ {"id": 621, "prompt": "Replace the text 'SEARCH' with 'QUERY'.", "original_image": "1.4.2/image/original/3655233055738.0.jpg", "gt_image": "1.4.2/image/gt/3655233055738.0.jpg", "source_text": "SEARCH", "target_text": "QUERY", "gt_caption": "This illustration depicts two people working on a large, red \"QUERY\" interface, with one person riding a bicycle to power it and the other using a magnifying glass to inspect it, set against a backdrop of data charts and clouds."}
11
+ {"id": 622, "prompt": "Replace the text 'Original' with 'StarWars'.", "original_image": "1.4.2/image/original/12866041049.0.jpg", "gt_image": "1.4.2/image/gt/12866041049.0.jpg", "source_text": "Original", "target_text": "StarWars", "gt_caption": "This digital display shows a placeholder image with the text \"StarWars Image No Longer Available,\" indicating that the original content is unavailable."}
12
+ {"id": 623, "prompt": "Replace the text 'Subscribe' with 'Engage'.", "original_image": "1.4.2/image/original/3927422002963.0.jpg", "gt_image": "1.4.2/image/gt/3927422002963.0.jpg", "source_text": "Subscribe", "target_text": "Engage", "gt_caption": "This photo shows a hand hovering over a laptop keyboard, with the screen displaying a \"Start\" button and the word \"Engage,\" suggesting an interactive digital interface."}
13
+ {"id": 624, "prompt": "Replace the text 'Hub' with 'Nexus'.", "original_image": "1.4.2/image/original/4279423007590.0.png", "gt_image": "1.4.2/image/gt/4279423007590.0.png", "source_text": "Hub", "target_text": "Nexus", "gt_caption": "This photo shows a computer monitor displaying a website with a serene sunset background, featuring the text \"Peaceful Nexus\" and the tagline \"A place to feel better than before.\""}
14
+ {"id": 625, "prompt": "Replace the text 'Survey' with 'Questionnaire'.", "original_image": "1.4.2/image/original/1861006012117.0.jpg", "gt_image": "1.4.2/image/gt/1861006012117.0.jpg", "source_text": "Survey", "target_text": "Questionnaire", "gt_caption": "This photo shows a person filling out an online customer satisfaction survey on a laptop, with a questionnaire displayed on the screen."}
15
+ {"id": 626, "prompt": "Replace the text 'INVESTING' with 'CRYPTO'.", "original_image": "1.4.2/image/original/3886565013137.0.jpg", "gt_image": "1.4.2/image/gt/3886565013137.0.jpg", "source_text": "INVESTING", "target_text": "CRYPTO", "gt_caption": "This poster promotes a financial learning platform, showcasing courses, games, and crypto ideas, with a smartphone screen displaying the website \"Wall Street Survivor\" featuring a stock market simulation game."}
16
+ {"id": 627, "prompt": "Replace the text 'ATOUCHOFCLASS' with 'ELEGANTDESIGN'.", "original_image": "1.4.2/image/original/3704127004822.0.jpg", "gt_image": "1.4.2/image/gt/3704127004822.0.jpg", "source_text": "ATOUCHOFCLASS", "target_text": "ELEGANTDESIGN", "gt_caption": "This screenshot shows a website for \"Divine Spa & Salon,\" featuring a modern design with a focus on hair salon services, highlighted by a close-up image of a man with styled hair and a beard."}
17
+ {"id": 628, "prompt": "Replace the text 'Midterm' with 'Election'.", "original_image": "1.4.2/image/original/4021693008230.0.jpg", "gt_image": "1.4.2/image/gt/4021693008230.0.jpg", "source_text": "Midterm", "target_text": "Election", "gt_caption": "This photo shows a person working on a laptop with an \"Election\" screen, surrounded by office items like a smartphone, pen, glasses, and a coffee mug, suggesting election-related research or analysis."}
18
+ {"id": 629, "prompt": "Replace the text 'LATESTNEWS' with 'NEWRELEASE'.", "original_image": "1.4.2/image/original/3447014012896.0.jpg", "gt_image": "1.4.2/image/gt/3447014012896.0.jpg", "source_text": "LATESTNEWS", "target_text": "NEWRELEASE", "gt_caption": "This screenshot shows a website for the band Opeth, featuring a \"New Release\" announcement, a subscription form for email updates, and a photo of the band members in a gothic-style setting."}
19
+ {"id": 630, "prompt": "Replace the text 'Legal' with 'Consult'.", "original_image": "1.4.2/image/original/1124353000825.0.jpg", "gt_image": "1.4.2/image/gt/1124353000825.0.jpg", "source_text": "Legal", "target_text": "Consult", "gt_caption": "This photo depicts a person working at a desk with a computer displaying a \"Consult Advice\" webpage, surrounded by office supplies, a coffee cup, and a plant, suggesting a focused work or study environment."}
20
+ {"id": 631, "prompt": "Replace the text 'CHARITY' with 'ORGANIZATION'.", "original_image": "1.4.2/image/original/4174874018183.0.jpg", "gt_image": "1.4.2/image/gt/4174874018183.0.jpg", "source_text": "CHARITY", "target_text": "ORGANIZATION", "gt_caption": "This photo shows a workspace with a computer displaying an \"Organization\" webpage featuring a heart symbol, alongside a person typing and using a mouse, surrounded by office supplies and a cup of coffee."}
21
+ {"id": 632, "prompt": "Replace the text 'Congratulations' with 'Welcome'.", "original_image": "1.4.2/image/original/2595036015737.0.jpg", "gt_image": "1.4.2/image/gt/2595036015737.0.jpg", "source_text": "Congratulations", "target_text": "Welcome", "gt_caption": "This illustration depicts a desk setup with a computer screen displaying a \"Welcome on your new job!\" message, surrounded by office essentials like a mug, plant, and stationery, celebrating a new job."}
22
+ {"id": 633, "prompt": "Replace the text 'BOOKAPLAYGROUND' with 'RESERVEPLAYGROUND'.", "original_image": "1.4.2/image/original/3802904002929.0.jpg", "gt_image": "1.4.2/image/gt/3802904002929.0.jpg", "source_text": "BOOKAPLAYGROUND", "target_text": "RESERVEPLAYGROUND", "gt_caption": "This screenshot shows a website interface for booking sports facilities, featuring options like tennis courts, fitness centers, and swimming pools, along with pricing details."}
23
+ {"id": 634, "prompt": "Replace the text 'Google' with 'TherapySearch'.", "original_image": "1.4.2/image/original/3227608000996.0.jpg", "gt_image": "1.4.2/image/gt/3227608000996.0.jpg", "source_text": "Google", "target_text": "TherapySearch", "gt_caption": "This photo shows a person holding a tablet displaying a \"Therapy Search\" interface, with a virtual keyboard visible, in what appears to be a casual indoor setting."}
24
+ {"id": 635, "prompt": "Replace the text 'HILL' with 'Peak'.", "original_image": "1.4.2/image/original/1129405009040.0.webp", "gt_image": "1.4.2/image/gt/1129405009040.0.webp", "source_text": "HILL", "target_text": "Peak", "gt_caption": "This screenshot shows a promotional page for DraftKings' \"King Peak\" fantasy baseball contest, highlighting a $10,000 head-to-head competition with opportunities to qualify and win."}
25
+ {"id": 636, "prompt": "Replace the text 'Gardening' with 'WordPress'.", "original_image": "1.4.2/image/original/4247214003068.0.jpg", "gt_image": "1.4.2/image/gt/4247214003068.0.jpg", "source_text": "Gardening", "target_text": "WordPress", "gt_caption": "This screenshot shows a website for \"Gardenio,\" featuring a header with navigation options and a section titled \"WordPress Services,\" along with a grid of service cards including \"Garden Maintenance,\" \"Landscaping,\" and \"Garden Design.\""}
26
+ {"id": 637, "prompt": "Replace the text 'GDPR' with 'Regulation'.", "original_image": "1.4.2/image/original/3395536019911.0.jpg", "gt_image": "1.4.2/image/gt/3395536019911.0.jpg", "source_text": "GDPR", "target_text": "Regulation", "gt_caption": "This photo shows a laptop screen displaying a webpage about EU regulations, featuring sections on compliance, personal data, data breaches, and data protection, with a person typing on the keyboard."}
27
+ {"id": 638, "prompt": "Replace the text 'Gmail' with 'Email'.", "original_image": "1.4.2/image/original/3917493010228.0.jpg", "gt_image": "1.4.2/image/gt/3917493010228.0.jpg", "source_text": "Gmail", "target_text": "Email", "gt_caption": "This screenshot shows the Gmail login and account creation page, offering options to sign in or create a new Google account."}
28
+ {"id": 639, "prompt": "Replace the text 'FEEDBACK' with 'INPUT'.", "original_image": "1.4.2/image/original/4262846017113.0.webp", "gt_image": "1.4.2/image/gt/4262846017113.0.webp", "source_text": "FEEDBACK", "target_text": "INPUT", "gt_caption": "This illustration depicts two individuals interacting with a large computer screen labeled \"INPUT,\" featuring stars and a checkmark, symbolizing feedback or rating, while one person uses a megaphone to amplify the message."}
29
+ {"id": 640, "prompt": "Replace the text 'photography' with 'artistry'.", "original_image": "1.4.2/image/original/4092298008026.0.png", "gt_image": "1.4.2/image/gt/4092298008026.0.png", "source_text": "photography", "target_text": "artistry", "gt_caption": "This screenshot shows a website for \"Avenue White Artistry,\" featuring a photo of a couple celebrating a summer wedding in Harrogate, with a joyful pose and a floating balloon against a bright blue sky."}
30
+ {"id": 641, "prompt": "Replace the text 'TUTORING' with 'SESSION'.", "original_image": "1.4.2/image/original/1344594001527.0.jpg", "gt_image": "1.4.2/image/gt/1344594001527.0.jpg", "source_text": "TUTORING", "target_text": "SESSION", "gt_caption": "This photo shows a person studying outdoors, with a laptop displaying a doodle-themed graphic that says \"SESSION\" and \"IDEAS,\" alongside an open book in their hand."}
31
+ {"id": 642, "prompt": "Replace the text 'CANDIDATESEARCH' with 'RECRUITMENT'.", "original_image": "1.4.2/image/original/3176504000174.0.jpg", "gt_image": "1.4.2/image/gt/3176504000174.0.jpg", "source_text": "CANDIDATESEARCH", "target_text": "RECRUITMENT", "gt_caption": "This photo shows a person using a laptop to browse a recruitment website, with a search interface displayed on the screen."}
32
+ {"id": 643, "prompt": "Replace the text 'Welcome' with 'Explore'.", "original_image": "1.4.2/image/original/3445546020685.0.jpg", "gt_image": "1.4.2/image/gt/3445546020685.0.jpg", "source_text": "Welcome", "target_text": "Explore", "gt_caption": "This screenshot displays a website for a coffee shop, \"Coffee Time,\" featuring a menu with special offers, coffee images, and promotional text."}
33
+ {"id": 644, "prompt": "Replace the text 'ADMISSIONS' with 'COUNSELING'.", "original_image": "1.4.2/image/original/3891825002926.0.jpg", "gt_image": "1.4.2/image/gt/3891825002926.0.jpg", "source_text": "ADMISSIONS", "target_text": "COUNSELING", "gt_caption": "This photo shows two individuals sitting at a table, using a laptop displaying a \"Counseling\" webpage with a school icon, while taking notes with pens and notebooks."}
34
+ {"id": 645, "prompt": "Replace the text '2mNAQF7' with 'GlamourShots'.", "original_image": "1.4.2/image/original/1283078019327.0.jpg", "gt_image": "1.4.2/image/gt/1283078019327.0.jpg", "source_text": "2mNAQF7", "target_text": "GlamourShots", "gt_caption": "This screenshot from the New York Post shows a tweet about a husband supporting his wife after her affair with a middle school student, accompanied by two photos of a woman."}
35
+ {"id": 646, "prompt": "Replace the text 'SURVEY' with 'FEEDBACK'.", "original_image": "1.4.2/image/original/3599764001468.0.jpg", "gt_image": "1.4.2/image/gt/3599764001468.0.jpg", "source_text": "SURVEY", "target_text": "FEEDBACK", "gt_caption": "This photo shows a person working at a desk, focusing on a computer screen displaying a feedback interface with engagement metrics like likes, stars, and comments."}
36
+ {"id": 647, "prompt": "Replace the text 'Game' with 'Industry'.", "original_image": "1.4.2/image/original/3953844008188.0.jpg", "gt_image": "1.4.2/image/gt/3953844008188.0.jpg", "source_text": "Game", "target_text": "Industry", "gt_caption": "This screenshot from *The Cut* highlights three women who are changing the art industry, featuring their portraits and the article's title."}
37
+ {"id": 648, "prompt": "Replace the text 'FINANCE' with 'EXPENSE'.", "original_image": "1.4.2/image/original/3698023007488.0.jpg", "gt_image": "1.4.2/image/gt/3698023007488.0.jpg", "source_text": "FINANCE", "target_text": "EXPENSE", "gt_caption": "This photo shows a person working on a laptop with a word cloud displaying \"EXPENSE\" and related terms, surrounded by office supplies and a cup of coffee on a wooden desk."}
38
+ {"id": 649, "prompt": "Replace the text 'PRESIDENT' with 'POLITICIAN'.", "original_image": "1.4.2/image/original/3571323006862.0.jpg", "gt_image": "1.4.2/image/gt/3571323006862.0.jpg", "source_text": "PRESIDENT", "target_text": "POLITICIAN", "gt_caption": "This screenshot from *The Huffington Post* features a headline reading \"NIGHTMARE: POLITICIAN TRUMP,\" accompanied by an image of Donald Trump giving a thumbs-up gesture in front of American flags."}
39
+ {"id": 650, "prompt": "Replace the text 'currently' with 'available'.", "original_image": "1.4.2/image/original/2526008003661.0.jpg", "gt_image": "1.4.2/image/gt/2526008003661.0.jpg", "source_text": "currently", "target_text": "available", "gt_caption": "This digital display shows a placeholder message stating, \"Sorry there is no image available.\""}
40
+ {"id": 651, "prompt": "Replace the text 'PEACE' with 'HARMONY'.", "original_image": "1.4.2/image/original/1290157004836.0.jpg", "gt_image": "1.4.2/image/gt/1290157004836.0.jpg", "source_text": "PEACE", "target_text": "HARMONY", "gt_caption": "This digital display shows a website homepage with the theme \"HARMONY,\" featuring abstract colorful graphics and text explaining the concept of peace in a political context."}
41
+ {"id": 652, "prompt": "Replace the text 'Collins' with 'Cleaners'.", "original_image": "1.4.2/image/original/3806650000298.0.jpg", "gt_image": "1.4.2/image/gt/3806650000298.0.jpg", "source_text": "Collins", "target_text": "Cleaners", "gt_caption": "This digital display shows a website for a cleaning service, featuring a clean living room background, navigation icons, and sections for services, pricing, and contact, displayed on both a desktop and a mobile device."}
42
+ {"id": 653, "prompt": "Replace the text 'HERE' with 'NOW'.", "original_image": "1.4.2/image/original/1218425008546.0.jpg", "gt_image": "1.4.2/image/gt/1218425008546.0.jpg", "source_text": "HERE", "target_text": "NOW", "gt_caption": "This photo shows a laptop on a wooden desk displaying a neon-style message that reads \"YOU ARE NOW,\" with a cozy indoor setting featuring a fireplace in the background."}
43
+ {"id": 654, "prompt": "Replace the text 'Join' with 'Explore'.", "original_image": "1.4.2/image/original/1547319010395.0.jpg", "gt_image": "1.4.2/image/gt/1547319010395.0.jpg", "source_text": "Join", "target_text": "Explore", "gt_caption": "This screenshot shows the homepage of the Tooele County Chamber of Commerce website, featuring a wooden building and sections for exploring upcoming events, new members, member benefits, and joining the chamber."}
44
+ {"id": 655, "prompt": "Replace the text 'OneNote' with 'Evernote'.", "original_image": "1.4.2/image/original/3630730008046.0.jpg", "gt_image": "1.4.2/image/gt/3630730008046.0.jpg", "source_text": "OneNote", "target_text": "Evernote", "gt_caption": "This screenshot highlights the Evernote app icon on a Microsoft Office 365 webpage, with a magnifying glass emphasizing the app's logo."}
eval_prompts/fullset/1.4.3.jsonl ADDED
@@ -0,0 +1,45 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {"id": 656, "prompt": "Replace the text '304' with '512'.", "original_image": "1.4.3/image/original/1028626010922.0.jpg", "gt_image": "1.4.3/image/gt/1028626010922.0.jpg", "source_text": "304", "target_text": "512", "gt_caption": "This photo showcases a red and black wallet-style phone case with a card holder and wrist strap, displayed alongside a smartphone with a colorful lock screen."}
2
+ {"id": 657, "prompt": "Replace the text '55' with '10'.", "original_image": "1.4.3/image/original/1331374014758.0.jpg", "gt_image": "1.4.3/image/gt/1331374014758.0.jpg", "source_text": "55", "target_text": "10", "gt_caption": "This digital display shows a tablet home screen with a festive Christmas-themed wallpaper featuring Santa Claus flying over a snowy village, along with app icons for Camera, Gallery, Settings, Play Store, and Netflix."}
3
+ {"id": 658, "prompt": "Replace the text '1214' with '2356'.", "original_image": "1.4.3/image/original/3969607012257.0.jpg", "gt_image": "1.4.3/image/gt/3969607012257.0.jpg", "source_text": "1214", "target_text": "2356", "gt_caption": "This photo depicts a minimalist home office setup with a desk featuring a computer monitor displaying the number \"2356,\" surrounded by plants, a chair, and organized decor."}
4
+ {"id": 659, "prompt": "Replace the text 'NETFLIX' with 'Hulu'.", "original_image": "1.4.3/image/original/3422078007330.0.webp", "gt_image": "1.4.3/image/gt/3422078007330.0.webp", "source_text": "NETFLIX", "target_text": "Hulu", "gt_caption": "This photo shows a person holding a tablet displaying the Hulu logo, with a blurred background of someone sitting at a table."}
5
+ {"id": 660, "prompt": "Replace the text '10' with '3D'.", "original_image": "1.4.3/image/original/3417565003827.0.jpg", "gt_image": "1.4.3/image/gt/3417565003827.0.jpg", "source_text": "10", "target_text": "3D", "gt_caption": "This photo showcases a Sony Xperia smartphone in a blue color, displaying its front and back design with a focus on its sleek, metallic finish and camera features."}
6
+ {"id": 661, "prompt": "Replace the text 'your' with 'their'.", "original_image": "1.4.3/image/original/2271183007001.0.jpg", "gt_image": "1.4.3/image/gt/2271183007001.0.jpg", "source_text": "your", "target_text": "their", "gt_caption": "This screenshot shows a fitness app interface where users can log their workouts, specifically an \"Alternating Floor Press\" exercise, by recording reps, sets, and weight."}
7
+ {"id": 662, "prompt": "Replace the text '99' with '100'.", "original_image": "1.4.3/image/original/2822648015144.0.jpg", "gt_image": "1.4.3/image/gt/2822648015144.0.jpg", "source_text": "99", "target_text": "100", "gt_caption": "This digital illustration depicts a robotic hand interacting with a futuristic, curved calculator displaying the number \"100.\""}
8
+ {"id": 663, "prompt": "Replace the text 'PhotoUnavailable' with 'ImageMissing'.", "original_image": "1.4.3/image/original/1965962016006.0.jpg", "gt_image": "1.4.3/image/gt/1965962016006.0.jpg", "source_text": "PhotoUnavailable", "target_text": "ImageMissing", "gt_caption": "This digital display shows a placeholder image with a gray location pin icon and the text \"ImageMissing\" below it, indicating that an image is not available."}
9
+ {"id": 664, "prompt": "Replace the text '10' with '20'.", "original_image": "1.4.3/image/original/3271177095294.0.jpg", "gt_image": "1.4.3/image/gt/3271177095294.0.jpg", "source_text": "10", "target_text": "20", "gt_caption": "This digital display shows a Sony smartphone with a lock screen featuring the time \"20:35\" and date \"FRI 3 OCT,\" alongside a partial wallpaper image."}
10
+ {"id": 665, "prompt": "Replace the text 'Facebook' with 'LinkedIn'.", "original_image": "1.4.3/image/original/4272188039129.0.jpg", "gt_image": "1.4.3/image/gt/4272188039129.0.jpg", "source_text": "Facebook", "target_text": "LinkedIn", "gt_caption": "This photo shows a close-up of a smartphone home screen displaying various social media and app icons, including Instagram, Facebook, Twitter, and LinkedIn."}
11
+ {"id": 666, "prompt": "Replace the text '84' with '123'.", "original_image": "1.4.3/image/original/1842437004504.0.jpg", "gt_image": "1.4.3/image/gt/1842437004504.0.jpg", "source_text": "84", "target_text": "123", "gt_caption": "This screenshot shows a smartphone interface displaying a washing machine control app with a large dial, power and sleep buttons, and settings for \"Washing Home\" and \"Dishwasher.\""}
12
+ {"id": 667, "prompt": "Replace the text '35' with '42'.", "original_image": "1.4.3/image/original/2138642000414.0.jpg", "gt_image": "1.4.3/image/gt/2138642000414.0.jpg", "source_text": "35", "target_text": "42", "gt_caption": "This digital display shows the lock screen of a Sony smartphone, displaying the time \"10:42\" and date \"SUN, MAY 7\" with a minimalist design and status icons."}
13
+ {"id": 668, "prompt": "Replace the text 'MADMEN' with 'EBOOK'.", "original_image": "1.4.3/image/original/2374356004337.0.jpg", "gt_image": "1.4.3/image/gt/2374356004337.0.jpg", "source_text": "MADMEN", "target_text": "EBOOK", "gt_caption": "This screenshot shows a Kindle device displaying a digital library interface with various eBooks, magazines, and apps, including \"EBOOK,\" \"The Edit,\" and \"Angry Birds.\""}
14
+ {"id": 669, "prompt": "Replace the text '1035' with '1040'.", "original_image": "1.4.3/image/original/1113126019956.0.webp", "gt_image": "1.4.3/image/gt/1113126019956.0.webp", "source_text": "1035", "target_text": "1040", "gt_caption": "This photo shows a Sony smartphone with a carbon fiber texture design, displaying its home screen with app icons and the time \"10:35.\""}
15
+ {"id": 670, "prompt": "Replace the text 'Speedy' with 'Rapid'.", "original_image": "1.4.3/image/original/1245532004239.0.png", "gt_image": "1.4.3/image/gt/1245532004239.0.png", "source_text": "Speedy", "target_text": "Rapid", "gt_caption": "This screenshot shows a mobile app interface titled \"Rapid,\" displaying news headlines from *The Japan Times*, including topics on asbestos contamination, an A-bomb exhibition, and the Bank of Japan's negative interest rate policy."}
16
+ {"id": 671, "prompt": "Replace the text '10' with '20'.", "original_image": "1.4.3/image/original/3976178012501.0.jpg", "gt_image": "1.4.3/image/gt/3976178012501.0.jpg", "source_text": "10", "target_text": "20", "gt_caption": "This photo shows a Sony smartphone in a blue leather wallet case, displaying the time \"20:35\" on the screen, with credit cards and cash stored in the case's compartments."}
17
+ {"id": 672, "prompt": "Replace the text 'WhatsApp' with 'Telegram'.", "original_image": "1.4.3/image/original/3373573003236.0.jpg", "gt_image": "1.4.3/image/gt/3373573003236.0.jpg", "source_text": "WhatsApp", "target_text": "Telegram", "gt_caption": "This digital display shows a smartphone with the Telegram app logo on its screen, set against a patterned background with the \"HO SOCCER\" logo in the corner."}
18
+ {"id": 673, "prompt": "Replace the text 'BIG' with 'COLORFUL'.", "original_image": "1.4.3/image/original/1326640005401.0.jpg", "gt_image": "1.4.3/image/gt/1326640005401.0.jpg", "source_text": "BIG", "target_text": "COLORFUL", "gt_caption": "This illustration depicts a vibrant lottery-themed scene featuring a smartphone displaying a \"COLORFUL WIN!\" message, surrounded by a spinning wheel, lottery tickets, colorful bingo balls, and stacks of coins, symbolizing a winning moment."}
19
+ {"id": 674, "prompt": "Replace the text '10' with '12'.", "original_image": "1.4.3/image/original/3733850007349.0.jpg", "gt_image": "1.4.3/image/gt/3733850007349.0.jpg", "source_text": "10", "target_text": "12", "gt_caption": "This photo showcases a black Sony Xperia smartphone, highlighting its front and back designs, with the front displaying a lock screen featuring a sunset wallpaper and the time \"12:35.\""}
20
+ {"id": 675, "prompt": "Replace the text 'NEVER' with 'ALWAYS'.", "original_image": "1.4.3/image/original/3463630000413.0.webp", "gt_image": "1.4.3/image/gt/3463630000413.0.webp", "source_text": "NEVER", "target_text": "ALWAYS", "gt_caption": "This digital display shows a smartphone screen with a blue sky background and the text \"ALWAYS SETTLE\" prominently displayed."}
21
+ {"id": 676, "prompt": "Replace the text 'LAKEWOOD' with 'Stoves'.", "original_image": "1.4.3/image/original/3516120003013.0.jpg", "gt_image": "1.4.3/image/gt/3516120003013.0.jpg", "source_text": "LAKEWOOD", "target_text": "Stoves", "gt_caption": "This photo shows a person holding a tablet displaying the website for \"Lakewood Stoves,\" featuring a rustic design with stacked wood and the text \"Stoves\" prominently displayed."}
22
+ {"id": 677, "prompt": "Replace the text 'interface' with 'cache'.", "original_image": "1.4.3/image/original/1239761000069.0.jpg", "gt_image": "1.4.3/image/gt/1239761000069.0.jpg", "source_text": "interface", "target_text": "cache", "gt_caption": "This screenshot shows a smartphone displaying a memory cache cleaner app with a message indicating that the cache is optimized, accompanied by a green checkmark and a \"CLEAR CACHE\" button."}
23
+ {"id": 678, "prompt": "Replace the text '10' with '20'.", "original_image": "1.4.3/image/original/2516646000914.0.jpg", "gt_image": "1.4.3/image/gt/2516646000914.0.jpg", "source_text": "10", "target_text": "20", "gt_caption": "This photo shows a smartphone displaying the time \"20:35\" alongside a pair of Sony earphones, highlighting a sleek and modern tech setup."}
24
+ {"id": 679, "prompt": "Replace the text '58' with '32'.", "original_image": "1.4.3/image/original/4008357002115.0.webp", "gt_image": "1.4.3/image/gt/4008357002115.0.webp", "source_text": "58", "target_text": "32", "gt_caption": "This digital display shows a smartphone with a black-and-white rose illustration as its wallpaper, featuring the time \"11:32\" on the screen and a matching case design."}
25
+ {"id": 680, "prompt": "Replace the text '1035' with '1040'.", "original_image": "1.4.3/image/original/3353058001712.0.webp", "gt_image": "1.4.3/image/gt/3353058001712.0.webp", "source_text": "1035", "target_text": "1040", "gt_caption": "This photo shows a Sony smartphone with a textured back design, displaying its home screen with app icons and the time \"10:40\" on the front."}
26
+ {"id": 681, "prompt": "Replace the text '1035' with '2023'.", "original_image": "1.4.3/image/original/1055893057088.0.webp", "gt_image": "1.4.3/image/gt/1055893057088.0.webp", "source_text": "1035", "target_text": "2023", "gt_caption": "This photo shows a Sony smartphone with a clear screen protector from ArmorSuit displayed alongside its packaging, emphasizing durability and protection."}
27
+ {"id": 682, "prompt": "Replace the text '35' with '50'.", "original_image": "1.4.3/image/original/3416425005314.0.jpg", "gt_image": "1.4.3/image/gt/3416425005314.0.jpg", "source_text": "35", "target_text": "50", "gt_caption": "This photo shows a Sony Xperia smartphone with its front and back views, displaying a colorful lock screen and a sleek metallic design."}
28
+ {"id": 683, "prompt": "Replace the text 'Graphs' with 'Charts'.", "original_image": "1.4.3/image/original/1630079004431.0.jpg", "gt_image": "1.4.3/image/gt/1630079004431.0.jpg", "source_text": "Graphs", "target_text": "Charts", "gt_caption": "This screenshot shows a fitness app interface displaying workout progress charts, specifically tracking the weight lifted and repetitions performed for a \"Lying barbell press on a horizontal bench\" exercise over time."}
29
+ {"id": 684, "prompt": "Replace the text '12' with '24'.", "original_image": "1.4.3/image/original/3995013001420.0.jpg", "gt_image": "1.4.3/image/gt/3995013001420.0.jpg", "source_text": "12", "target_text": "24", "gt_caption": "This photo shows a Samsung Galaxy S8 smartphone in a brown leather wallet-style case, with the case open to reveal card slots and a cash pocket."}
30
+ {"id": 685, "prompt": "Replace the text '35' with '50'.", "original_image": "1.4.3/image/original/3012420000667.0.jpg", "gt_image": "1.4.3/image/gt/3012420000667.0.jpg", "source_text": "35", "target_text": "50", "gt_caption": "This photo shows a Sony smartphone with its front and back views, displaying the home screen with app icons and a digital clock reading \"10:50.\""}
31
+ {"id": 686, "prompt": "Replace the text 'CASINO' with 'GAMES'.", "original_image": "1.4.3/image/original/1195019013862.0.jpg", "gt_image": "1.4.3/image/gt/1195019013862.0.jpg", "source_text": "CASINO", "target_text": "GAMES", "gt_caption": "This photo depicts a smartphone displaying a digital slot machine game, surrounded by casino elements like poker chips, playing cards, and a roulette wheel, suggesting a gambling theme."}
32
+ {"id": 687, "prompt": "Replace the text 'ComputeComparison' with 'PerformanceAnalysis'.", "original_image": "1.4.3/image/original/1048184009472.0.webp", "gt_image": "1.4.3/image/gt/1048184009472.0.webp", "source_text": "ComputeComparison", "target_text": "PerformanceAnalysis", "gt_caption": "This screenshot displays benchmark results comparing the compute performance of a OnePlus DN2103 device (score: 4955) with various Samsung Galaxy models, including the S21 Ultra 5G, S21 5G, S20+, and Note20 Ultra."}
33
+ {"id": 688, "prompt": "Replace the text 'NEWS' with 'TRENDS'.", "original_image": "1.4.3/image/original/3217182007216.0.jpg", "gt_image": "1.4.3/image/gt/3217182007216.0.jpg", "source_text": "NEWS", "target_text": "TRENDS", "gt_caption": "This photo shows a hand holding a smartphone displaying a webpage titled \"TRENDS: Social Media Platforms: News and Highlights July 2014\" from the \"QuickSocial\" site, with app icons visible at the bottom."}
34
+ {"id": 689, "prompt": "Replace the text '45' with '50'.", "original_image": "1.4.3/image/original/2513441004066.0.jpg", "gt_image": "1.4.3/image/gt/2513441004066.0.jpg", "source_text": "45", "target_text": "50", "gt_caption": "This digital display shows the lock screen of a smartphone with a dark blue background, displaying the time \"12:50,\" date \"THU, AUGUST 9,\" and battery status \"100%.\""}
35
+ {"id": 690, "prompt": "Replace the text 'MAGiC' with 'Mystery'.", "original_image": "1.4.3/image/original/4056155008510.0.jpg", "gt_image": "1.4.3/image/gt/4056155008510.0.jpg", "source_text": "MAGiC", "target_text": "Mystery", "gt_caption": "This illustration shows a hand interacting with a smartphone displaying the \"Winner's Mystery\" app on its screen, set against a red circular background."}
36
+ {"id": 691, "prompt": "Replace the text '10' with '12'.", "original_image": "1.4.3/image/original/3988949015885.0.jpg", "gt_image": "1.4.3/image/gt/3988949015885.0.jpg", "source_text": "10", "target_text": "12", "gt_caption": "This digital display shows the home screen of a Sony smartphone with the time \"12:35\" and date \"FRI 9 OCT\" on a light blue background."}
37
+ {"id": 692, "prompt": "Replace the text 'CASINO' with 'GAME'.", "original_image": "1.4.3/image/original/1168466005602.0.jpg", "gt_image": "1.4.3/image/gt/1168466005602.0.jpg", "source_text": "CASINO", "target_text": "GAME", "gt_caption": "This photo depicts a smartphone displaying an online slot game interface, surrounded by casino elements like poker chips, playing cards, dice, and a roulette wheel."}
38
+ {"id": 693, "prompt": "Replace the text '08' with '12'.", "original_image": "1.4.3/image/original/1653722022597.0.jpg", "gt_image": "1.4.3/image/gt/1653722022597.0.jpg", "source_text": "08", "target_text": "12", "gt_caption": "This photo shows an HTC tablet displaying its home screen with a colorful background, digital clock, weather information, and app icons."}
39
+ {"id": 694, "prompt": "Replace the text '10' with '20'.", "original_image": "1.4.3/image/original/1183457001827.0.webp", "gt_image": "1.4.3/image/gt/1183457001827.0.webp", "source_text": "10", "target_text": "20", "gt_caption": "This photo shows a red Sony Xperia smartphone with its front and back views, displaying the home screen with app icons and the time \"20:35\" on the front."}
40
+ {"id": 695, "prompt": "Replace the text 'FINANCIAL' with 'ECONOMIC'.", "original_image": "1.4.3/image/original/4052774078111.0.jpg", "gt_image": "1.4.3/image/gt/4052774078111.0.jpg", "source_text": "FINANCIAL", "target_text": "ECONOMIC", "gt_caption": "This photo shows a person interacting with a digital display featuring an \"Economic News\" online publication, highlighting the use of technology for accessing news content."}
41
+ {"id": 696, "prompt": "Replace the text '2150' with '4567'.", "original_image": "1.4.3/image/original/1138859001380.0.jpg", "gt_image": "1.4.3/image/gt/1138859001380.0.jpg", "source_text": "2150", "target_text": "4567", "gt_caption": "This screenshot shows a mobile checkout interface displaying a total price of 4567, with fields for entering card details, including the cardholder's name, card number, expiration date, and security code."}
42
+ {"id": 697, "prompt": "Replace the text 'MONEY' with 'FUNDS'.", "original_image": "1.4.3/image/original/1095630019491.0.jpg", "gt_image": "1.4.3/image/gt/1095630019491.0.jpg", "source_text": "MONEY", "target_text": "FUNDS", "gt_caption": "This illustration depicts a digital money transfer process, showing two smartphones—one labeled \"SENDING\" and the other \"RECEIVING\"—with currency and cryptocurrency symbols floating between them."}
43
+ {"id": 698, "prompt": "Replace the text 'ORDER' with 'TREND'.", "original_image": "1.4.3/image/original/3100179000715.0.jpg", "gt_image": "1.4.3/image/gt/3100179000715.0.jpg", "source_text": "ORDER", "target_text": "TREND", "gt_caption": "This photo shows a person using a tablet displaying the text \"TREND FOOD ONLINE\" on a wooden desk, with a keyboard, paper, and pencil nearby."}
44
+ {"id": 699, "prompt": "Replace the text '10' with '20'.", "original_image": "1.4.3/image/original/1014134000628.0.webp", "gt_image": "1.4.3/image/gt/1014134000628.0.webp", "source_text": "10", "target_text": "20", "gt_caption": "This photo shows a Sony Xperia smartphone with a dark blue design, displaying the time \"20:35\" and date \"FRI 3 OCT\" on its screen, set against a pink background."}
45
+ {"id": 700, "prompt": "Replace the text 'VOTE' with 'ELECT'.", "original_image": "1.4.3/image/original/2619364009776.0.jpg", "gt_image": "1.4.3/image/gt/2619364009776.0.jpg", "source_text": "VOTE", "target_text": "ELECT", "gt_caption": "This illustration depicts a hand holding a smartphone displaying a digital voting interface with a ballot box icon and the word \"ELECT\" in bold red text, set against a futuristic, grid-patterned background."}
eval_prompts/fullset/1.4.4.jsonl ADDED
@@ -0,0 +1,61 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {"id": 701, "prompt": "Replace the text 'GAMEoFIHRONES' with 'WINTERISCOMING'.", "original_image": "1.4.4/image/original/1328533001829.0.jpg", "gt_image": "1.4.4/image/gt/1328533001829.0.jpg", "source_text": "GAMEoFIHRONES", "target_text": "WINTERISCOMING", "gt_caption": "This digital display shows folder icons for the first six seasons of *Game of Thrones*, each featuring thematic imagery and the text \"WINTER IS COMING\" at the bottom."}
2
+ {"id": 702, "prompt": "Replace the text '150' with '43'.", "original_image": "1.4.4/image/original/2205255021739.0.webp", "gt_image": "1.4.4/image/gt/2205255021739.0.webp", "source_text": "150", "target_text": "43", "gt_caption": "This photo depicts a cozy home office setup with a wooden desk, two leather chairs, a computer displaying the number \"43,\" shelves with books and plants, and musical instruments near a window."}
3
+ {"id": 703, "prompt": "Replace the text 'THINK' with 'CREATE'.", "original_image": "1.4.4/image/original/3119217010053.0.jpg", "gt_image": "1.4.4/image/gt/3119217010053.0.jpg", "source_text": "THINK", "target_text": "CREATE", "gt_caption": "This photo shows a man casually leaning on a desk in an office setting, with a computer and a sign reading \"CREATE\" in the background."}
4
+ {"id": 704, "prompt": "Replace the text 'ONLINECOMMUNITYENGAGEMENT' with 'VIRTUALNETWORKINTERACTION'.", "original_image": "1.4.4/image/original/689863001866.0.webp", "gt_image": "1.4.4/image/gt/689863001866.0.webp", "source_text": "ONLINECOMMUNITYENGAGEMENT", "target_text": "VIRTUALNETWORKINTERACTION", "gt_caption": "This photo depicts a person dressed as a stormtrooper interacting with multiple laptops in a cozy, anime-themed room filled with figurines and posters."}
5
+ {"id": 705, "prompt": "Replace the text '1039' with '425'.", "original_image": "1.4.4/image/original/2983400009107.0.jpg", "gt_image": "1.4.4/image/gt/2983400009107.0.jpg", "source_text": "1039", "target_text": "425", "gt_caption": "This photo depicts a cozy home office setup featuring a wooden desk with a computer, plants, and stationery, paired with modern chairs, all situated near a window with natural light."}
6
+ {"id": 706, "prompt": "Replace the text 'THINK' with 'WORKOUT'.", "original_image": "1.4.4/image/original/2842777005284.0.jpg", "gt_image": "1.4.4/image/gt/2842777005284.0.jpg", "source_text": "THINK", "target_text": "WORKOUT", "gt_caption": "This photo shows a man casually sitting on a desk in an office setting, surrounded by vintage computer equipment and a sign that reads \"WORKOUT.\""}
7
+ {"id": 707, "prompt": "Replace the text '546' with '1080'.", "original_image": "1.4.4/image/original/4140100006451.0.jpg", "gt_image": "1.4.4/image/gt/4140100006451.0.jpg", "source_text": "546", "target_text": "1080", "gt_caption": "This photo shows a minimalist desk setup featuring a monitor displaying \"1080\" in green, surrounded by plants, a keyboard, mouse, and other desk accessories."}
8
+ {"id": 708, "prompt": "Replace the text 'CUE' with 'iCUE'.", "original_image": "1.4.4/image/original/3237678000986.0.jpg", "gt_image": "1.4.4/image/gt/3237678000986.0.jpg", "source_text": "CUE", "target_text": "iCUE", "gt_caption": "This photo showcases a high-performance gaming or workstation setup featuring a monitor displaying the Corsair iCUE interface, a RGB-lit PC tower, a keyboard, a mouse, a mousepad, and a headset, all arranged on a wooden desk."}
9
+ {"id": 709, "prompt": "Replace the text '1116' with '1234'.", "original_image": "1.4.4/image/original/4221111014959.0.jpg", "gt_image": "1.4.4/image/gt/4221111014959.0.jpg", "source_text": "1116", "target_text": "1234", "gt_caption": "This photo shows a neatly organized home office setup featuring a white desk with a laptop, books, and decorative items, paired with a white swivel chair on gold legs."}
10
+ {"id": 710, "prompt": "Replace the text 'NEWS' with 'UPDATE'.", "original_image": "1.4.4/image/original/2989606000730.0.jpg", "gt_image": "1.4.4/image/gt/2989606000730.0.jpg", "source_text": "NEWS", "target_text": "UPDATE", "gt_caption": "This digital display features a Windows-themed background with a glowing window design, accompanied by the text \"UPDATE\" and the logo for \"Production Expert.\""}
11
+ {"id": 711, "prompt": "Replace the text '41' with '23'.", "original_image": "1.4.4/image/original/1718660004350.0.jpg", "gt_image": "1.4.4/image/gt/1718660004350.0.jpg", "source_text": "41", "target_text": "23", "gt_caption": "This photo shows a neatly organized home office setup with shelves displaying framed artwork, decorative items, and personal touches, along with a computer displaying the number \"23\" on the desk."}
12
+ {"id": 712, "prompt": "Replace the text 'THINK' with 'INNOVATE'.", "original_image": "1.4.4/image/original/1163680011633.0.jpg", "gt_image": "1.4.4/image/gt/1163680011633.0.jpg", "source_text": "THINK", "target_text": "INNOVATE", "gt_caption": "This photo depicts an individual sitting casually on a desk in an office setting, surrounded by vintage computers and office equipment, with a sign in the background reading \"INNOVATE.\""}
13
+ {"id": 713, "prompt": "Replace the text 'iMAC' with 'Laptop'.", "original_image": "1.4.4/image/original/3282533020332.0.jpg", "gt_image": "1.4.4/image/gt/3282533020332.0.jpg", "source_text": "iMAC", "target_text": "Laptop", "gt_caption": "This photo depicts a modern, minimalist workspace featuring a sleek iMac with a vibrant, colorful wallpaper displaying the text \"Laptop Designer Workplace Mockup,\" accompanied by neatly arranged desk accessories."}
14
+ {"id": 714, "prompt": "Replace the text '1016' with '1950'.", "original_image": "1.4.4/image/original/2598279021236.0.jpg", "gt_image": "1.4.4/image/gt/2598279021236.0.jpg", "source_text": "1016", "target_text": "1950", "gt_caption": "This photo depicts a cozy home office setup featuring a wooden desk with a computer displaying \"1950,\" a gold desk lamp, potted plants, and a striped chair, surrounded by decorative elements like a shelf with artwork and a guitar."}
15
+ {"id": 715, "prompt": "Replace the text 'WEDNESDAY' with 'SATURDAY'.", "original_image": "1.4.4/image/original/834893000013.0.png", "gt_image": "1.4.4/image/gt/834893000013.0.png", "source_text": "WEDNESDAY", "target_text": "SATURDAY", "gt_caption": "This screenshot shows a Mac desktop with a dark, artistic wallpaper featuring a figure in a hat, displaying the time, date, system information, and a list of events and to-dos."}
16
+ {"id": 716, "prompt": "Replace the text '550185203' with '123456789'.", "original_image": "1.4.4/image/original/2848444004138.0.webp", "gt_image": "1.4.4/image/gt/2848444004138.0.webp", "source_text": "550185203", "target_text": "123456789", "gt_caption": "This photo shows an Apple iMac desktop computer displaying a scenic wallpaper of a mountainous landscape with autumn foliage and a reflective lake."}
17
+ {"id": 717, "prompt": "Replace the text '152551' with '101010'.", "original_image": "1.4.4/image/original/3231019030051.0.jpg", "gt_image": "1.4.4/image/gt/3231019030051.0.jpg", "source_text": "152551", "target_text": "101010", "gt_caption": "This photo depicts a modern, organized workspace featuring a large monitor displaying \"101010,\" a laptop, a tablet, a keyboard, and various desk accessories, including a plant, a lamp, and a water glass."}
18
+ {"id": 718, "prompt": "Replace the text 'android' with 'iOS'.", "original_image": "1.4.4/image/original/1318830001931.0.jpg", "gt_image": "1.4.4/image/gt/1318830001931.0.jpg", "source_text": "android", "target_text": "iOS", "gt_caption": "This digital illustration combines the Android logo with the iOS text, set against a vibrant, radiant background with blue and purple streaks, creating a striking contrast between the two operating systems."}
19
+ {"id": 719, "prompt": "Replace the text 'BACKUP' with 'PROTECT'.", "original_image": "1.4.4/image/original/1067207001258.0.jpg", "gt_image": "1.4.4/image/gt/1067207001258.0.jpg", "source_text": "BACKUP", "target_text": "PROTECT", "gt_caption": "This photo depicts a workspace setup featuring a desktop monitor and a laptop, both displaying cloud backup and protection icons, emphasizing data security and storage solutions."}
20
+ {"id": 720, "prompt": "Replace the text '0152' with '0234'.", "original_image": "1.4.4/image/original/2290978005561.0.jpg", "gt_image": "1.4.4/image/gt/2290978005561.0.jpg", "source_text": "0152", "target_text": "0234", "gt_caption": "This photo depicts a modern, minimalist home office setup featuring a sleek white desk, a white chair with a playful black pattern, and a clean, organized workspace with decorative elements like flowers, framed pictures, and storage boxes."}
21
+ {"id": 721, "prompt": "Replace the text '155' with '200'.", "original_image": "1.4.4/image/original/4227869003102.0.jpg", "gt_image": "1.4.4/image/gt/4227869003102.0.jpg", "source_text": "155", "target_text": "200", "gt_caption": "This photo depicts a modern, minimalist home office setup featuring a sleek desk with a computer displaying the number \"200,\" surrounded by decorative shelves, plants, and storage units."}
22
+ {"id": 722, "prompt": "Replace the text '328' with '456'.", "original_image": "1.4.4/image/original/1304672015262.0.jpg", "gt_image": "1.4.4/image/gt/1304672015262.0.jpg", "source_text": "328", "target_text": "456", "gt_caption": "This photo shows a person sitting comfortably in a cozy home office, wearing a hat and holding a fluffy pink pillow, with a desk featuring a computer and decorative items in the background."}
23
+ {"id": 723, "prompt": "Replace the text '512' with '320'.", "original_image": "1.4.4/image/original/2345160000392.0.jpg", "gt_image": "1.4.4/image/gt/2345160000392.0.jpg", "source_text": "512", "target_text": "320", "gt_caption": "This digital illustration depicts a minimalist workspace featuring a sleek desk with a computer displaying \"320,\" a keyboard, mouse, notebook, calculator, lamp, and other office essentials, paired with a modern chair."}
24
+ {"id": 724, "prompt": "Replace the text 'Datacenter' with 'Enterprise'.", "original_image": "1.4.4/image/original/3605882002486.0.jpg", "gt_image": "1.4.4/image/gt/3605882002486.0.jpg", "source_text": "Datacenter", "target_text": "Enterprise", "gt_caption": "This digital display shows the logo and text for \"Windows Server 2016 Enterprise\" on a blue background."}
25
+ {"id": 725, "prompt": "Replace the text '334' with '2023'.", "original_image": "1.4.4/image/original/3681777006636.0.jpg", "gt_image": "1.4.4/image/gt/3681777006636.0.jpg", "source_text": "334", "target_text": "2023", "gt_caption": "This photo shows a modern home office setup with a laptop displaying \"2023,\" a camera, a mug, and a desk lamp, arranged on a clean, minimalist desk."}
26
+ {"id": 726, "prompt": "Replace the text 'THINK' with 'IMAGINE'.", "original_image": "1.4.4/image/original/745648001827.0.jpg", "gt_image": "1.4.4/image/gt/745648001827.0.jpg", "source_text": "THINK", "target_text": "IMAGINE", "gt_caption": "This photo depicts a man casually sitting on a desk in an office setting, surrounded by vintage computers and office equipment, with a monitor displaying the word \"IMAGINE.\""}
27
+ {"id": 727, "prompt": "Replace the text 'STARS' with 'Poker'.", "original_image": "1.4.4/image/original/4263161012749.0.webp", "gt_image": "1.4.4/image/gt/4263161012749.0.webp", "source_text": "STARS", "target_text": "Poker", "gt_caption": "This photo showcases a laptop with a poker-themed display, labeled \"Poker PC,\" emphasizing its use for poker-related activities."}
28
+ {"id": 728, "prompt": "Replace the text 'FaceTime' with 'iMessage'.", "original_image": "1.4.4/image/original/2248493005627.0.jpg", "gt_image": "1.4.4/image/gt/2248493005627.0.jpg", "source_text": "FaceTime", "target_text": "iMessage", "gt_caption": "This screenshot displays a macOS interface highlighting features such as FileVault 2, Safari Reading List, and Push notifications, with a prominent image of a lion in the center, likely representing macOS Lion."}
29
+ {"id": 729, "prompt": "Replace the text '1504' with '2023'.", "original_image": "1.4.4/image/original/1137972004505.0.jpg", "gt_image": "1.4.4/image/gt/1137972004505.0.jpg", "source_text": "1504", "target_text": "2023", "gt_caption": "This poster showcases a modern, industrial-style home office setup featuring a brick wall, a sleek desk with a monitor displaying \"2023,\" a minimalist chair, and a staircase in the background, with text promoting \"Create an INDUSTRIAL LOOK in your home.\""}
30
+ {"id": 730, "prompt": "Replace the text '436' with '202'.", "original_image": "1.4.4/image/original/3940367000423.0.jpg", "gt_image": "1.4.4/image/gt/3940367000423.0.jpg", "source_text": "436", "target_text": "202", "gt_caption": "This photo depicts a modern, minimalist workspace with a sleek desk setup featuring a computer displaying \"202,\" a black chair, and decorative elements like hanging magazines and framed prints on a dark wall."}
31
+ {"id": 731, "prompt": "Replace the text '1039' with '70'.", "original_image": "1.4.4/image/original/2254691093466.0.jpg", "gt_image": "1.4.4/image/gt/2254691093466.0.jpg", "source_text": "1039", "target_text": "70", "gt_caption": "This photo depicts a cozy home office setup featuring a wooden desk with a computer, plants, and various desk accessories, complemented by comfortable chairs and natural light from a nearby window."}
32
+ {"id": 732, "prompt": "Replace the text 'Sonylaptop' with 'Sonygadget'.", "original_image": "1.4.4/image/original/1330435001157.0.webp", "gt_image": "1.4.4/image/gt/1330435001157.0.webp", "source_text": "Sonylaptop", "target_text": "Sonygadget", "gt_caption": "This photo shows a Spider-Man character standing in a cluttered room filled with books, posters, and gadgets, highlighting Sony-branded items such as a camera, a gadget, and a movie poster."}
33
+ {"id": 733, "prompt": "Replace the text '1309' with '2023'.", "original_image": "1.4.4/image/original/1230900002554.0.jpg", "gt_image": "1.4.4/image/gt/1230900002554.0.jpg", "source_text": "1309", "target_text": "2023", "gt_caption": "This photo depicts a minimalist workspace with a computer monitor displaying \"2023\" on a black screen, surrounded by a vase of flowers, a mug, books, and other desk essentials."}
34
+ {"id": 734, "prompt": "Replace the text 'CRIME' with 'Fraud'.", "original_image": "1.4.4/image/original/1113315004898.0.jpg", "gt_image": "1.4.4/image/gt/1113315004898.0.jpg", "source_text": "CRIME", "target_text": "Fraud", "gt_caption": "This photo depicts a computer workstation with a crime scene tape labeled \"CRIME SCENE DO NOT CROSS\" and \"FRAUD SCENE,\" suggesting a theme of digital fraud or cybercrime investigation."}
35
+ {"id": 735, "prompt": "Replace the text '500' with '750'.", "original_image": "1.4.4/image/original/4229225002586.0.jpg", "gt_image": "1.4.4/image/gt/4229225002586.0.jpg", "source_text": "500", "target_text": "750", "gt_caption": "This photo depicts a modern, minimalist home office setup with two desks, chairs, computers, and decor, emphasizing a clean and organized workspace."}
36
+ {"id": 736, "prompt": "Replace the text '333' with '141'.", "original_image": "1.4.4/image/original/1975464001551.0.jpg", "gt_image": "1.4.4/image/gt/1975464001551.0.jpg", "source_text": "333", "target_text": "141", "gt_caption": "This photo depicts a minimalist home office setup featuring a white desk with a lamp, clock, and decorative items, a black chair with a fluffy pillow, and framed posters on the wall."}
37
+ {"id": 737, "prompt": "Replace the text '1042' with '32'.", "original_image": "1.4.4/image/original/3164087007031.0.webp", "gt_image": "1.4.4/image/gt/3164087007031.0.webp", "source_text": "1042", "target_text": "32", "gt_caption": "This photo depicts a minimalist home office setup featuring a wooden desk with a laptop displaying the number \"32,\" a modern floor lamp, and a pegboard wall with organized decor and accessories."}
38
+ {"id": 738, "prompt": "Replace the text 'Macintosh' with 'Innovators'.", "original_image": "1.4.4/image/original/1351296002169.0.webp", "gt_image": "1.4.4/image/gt/1351296002169.0.webp", "source_text": "Macintosh", "target_text": "Innovators", "gt_caption": "This photo shows two men in suits sitting behind a vintage Macintosh computer displaying the word \"Innovators\" on its screen, suggesting a professional or promotional context."}
39
+ {"id": 739, "prompt": "Replace the text '1309' with '2023'.", "original_image": "1.4.4/image/original/4201759004311.0.jpg", "gt_image": "1.4.4/image/gt/4201759004311.0.jpg", "source_text": "1309", "target_text": "2023", "gt_caption": "This photo depicts a minimalist home office setup with a computer monitor displaying the year \"2023,\" surrounded by a clean desk, books, a mug, and a vase of flowers."}
40
+ {"id": 740, "prompt": "Replace the text '1039' with '50'.", "original_image": "1.4.4/image/original/2689510010994.0.jpg", "gt_image": "1.4.4/image/gt/2689510010994.0.jpg", "source_text": "1039", "target_text": "50", "gt_caption": "This photo depicts a modern home office setup featuring a sleek desk with an iMac displaying the number \"50,\" surrounded by minimalist furniture, books, and decorative elements, including a framed poster and a potted plant."}
41
+ {"id": 741, "prompt": "Replace the text '1217' with '2023'.", "original_image": "1.4.4/image/original/2006215003703.0.jpg", "gt_image": "1.4.4/image/gt/2006215003703.0.jpg", "source_text": "1217", "target_text": "2023", "gt_caption": "This photo depicts a minimalist workspace with a white desk, a computer monitor displaying \"2023,\" and modern decor including geometric wall art, pendant lights, and organized storage."}
42
+ {"id": 742, "prompt": "Replace the text 'THINK' with 'FEEL'.", "original_image": "1.4.4/image/original/805341002109.0.jpg", "gt_image": "1.4.4/image/gt/805341002109.0.jpg", "source_text": "THINK", "target_text": "FEEL", "gt_caption": "This photo shows a man casually sitting on a desk in an office setting, surrounded by vintage computers and office equipment, with a monitor displaying the word \"FEEL.\""}
43
+ {"id": 743, "prompt": "Replace the text '562195324' with '123456789'.", "original_image": "1.4.4/image/original/3997409002718.0.jpg", "gt_image": "1.4.4/image/gt/3997409002718.0.jpg", "source_text": "562195324", "target_text": "123456789", "gt_caption": "This photo shows a Fujitsu laptop with a Windows desktop interface displayed on the screen, placed on a white surface with a power adapter connected."}
44
+ {"id": 744, "prompt": "Replace the text '150' with '200'.", "original_image": "1.4.4/image/original/3971498017120.0.jpg", "gt_image": "1.4.4/image/gt/3971498017120.0.jpg", "source_text": "150", "target_text": "200", "gt_caption": "This photo depicts a cozy home office setup with a wooden desk, two leather chairs, a computer displaying \"200,\" shelves with books and plants, and musical instruments near a window, creating a creative and productive workspace."}
45
+ {"id": 745, "prompt": "Replace the text '1232' with '2024'.", "original_image": "1.4.4/image/original/1743597007005.0.webp", "gt_image": "1.4.4/image/gt/1743597007005.0.webp", "source_text": "1232", "target_text": "2024", "gt_caption": "This photo shows a modern, minimalist home office setup with a glass desk, wooden legs, a computer displaying \"2024,\" and a comfortable office chair, all positioned near a large window with a view of greenery outside."}
46
+ {"id": 746, "prompt": "Replace the text '1247' with 'Blog'.", "original_image": "1.4.4/image/original/4205961000172.0.jpg", "gt_image": "1.4.4/image/gt/4205961000172.0.jpg", "source_text": "1247", "target_text": "Blog", "gt_caption": "This photo depicts a cozy home office setup with a desk featuring a computer displaying the word \"Blog,\" surrounded by books, a typewriter, a potted plant, and a lamp, creating a creative and productive workspace."}
47
+ {"id": 747, "prompt": "Replace the text '1247' with '2023'.", "original_image": "1.4.4/image/original/3706921014157.0.jpg", "gt_image": "1.4.4/image/gt/3706921014157.0.jpg", "source_text": "1247", "target_text": "2023", "gt_caption": "This photo depicts a modern workspace setup with a minimalist desk, featuring a computer displaying \"2023,\" a typewriter, books, a plant, and a lamp, set against a white brick wall."}
48
+ {"id": 748, "prompt": "Replace the text '1047' with '1159'.", "original_image": "1.4.4/image/original/4002963021265.0.jpg", "gt_image": "1.4.4/image/gt/4002963021265.0.jpg", "source_text": "1047", "target_text": "1159", "gt_caption": "This photo depicts a modern, minimalist home office setup featuring a sleek desk with a computer displaying the time \"1159,\" a lamp, and decorative items, all arranged in a cozy, organized workspace."}
49
+ {"id": 749, "prompt": "Replace the text 'Windows' with 'Linux'.", "original_image": "1.4.4/image/original/2938604067614.0.webp", "gt_image": "1.4.4/image/gt/2938604067614.0.webp", "source_text": "Windows", "target_text": "Linux", "gt_caption": "This photo shows a touchscreen point-of-sale (POS) device running a Linux-based operating system, featuring a built-in receipt printer."}
50
+ {"id": 750, "prompt": "Replace the text '1039' with '70'.", "original_image": "1.4.4/image/original/4130195001361.0.jpg", "gt_image": "1.4.4/image/gt/4130195001361.0.jpg", "source_text": "1039", "target_text": "70", "gt_caption": "This photo depicts a cozy home office setup featuring a wooden desk with a computer, plants, and personal items, paired with modern chairs in front of a bright window."}
51
+ {"id": 751, "prompt": "Replace the text 'Updates' with 'Warnings'.", "original_image": "1.4.4/image/original/3489519005907.0.webp", "gt_image": "1.4.4/image/gt/3489519005907.0.webp", "source_text": "Updates", "target_text": "Warnings", "gt_caption": "This photo shows a laptop displaying a Windows 10 screen with the text \"Latest Warnings,\" set on a desk with a lamp, books, and plants in the background."}
52
+ {"id": 752, "prompt": "Replace the text '327' with '456'.", "original_image": "1.4.4/image/original/3725133001862.0.jpg", "gt_image": "1.4.4/image/gt/3725133001862.0.jpg", "source_text": "327", "target_text": "456", "gt_caption": "This photo depicts a neatly organized home office setup featuring a wooden desk, a brown leather chair, a computer monitor displaying the number \"456,\" and shelves with cameras and decorative items."}
53
+ {"id": 753, "prompt": "Replace the text '1054' with '2023'.", "original_image": "1.4.4/image/original/1614368005875.0.jpg", "gt_image": "1.4.4/image/gt/1614368005875.0.jpg", "source_text": "1054", "target_text": "2023", "gt_caption": "This photo shows a woman sitting in a cozy home office setup, smiling while working at a desk with a computer displaying \"2023\" on the screen."}
54
+ {"id": 754, "prompt": "Replace the text '1232' with '2024'.", "original_image": "1.4.4/image/original/1542737001005.0.webp", "gt_image": "1.4.4/image/gt/1542737001005.0.webp", "source_text": "1232", "target_text": "2024", "gt_caption": "This photo shows a modern, minimalist home office setup with a glass desk, wooden legs, a computer displaying \"2024,\" and a comfortable office chair, all arranged near a large window with a view of greenery outside."}
55
+ {"id": 755, "prompt": "Replace the text '216' with '345'.", "original_image": "1.4.4/image/original/1612775012436.0.jpg", "gt_image": "1.4.4/image/gt/1612775012436.0.jpg", "source_text": "216", "target_text": "345", "gt_caption": "This photo shows a minimalist home office setup featuring a sleek white desk with an iMac displaying \"345,\" a leopard-print pillow on a chair, and a corkboard with notes and photos on the wall."}
56
+ {"id": 756, "prompt": "Replace the text '1631' with '2023'.", "original_image": "1.4.4/image/original/2489535000619.0.jpg", "gt_image": "1.4.4/image/gt/2489535000619.0.jpg", "source_text": "1631", "target_text": "2023", "gt_caption": "This photo depicts a neatly organized home office setup featuring a modern desk, a computer displaying \"2023,\" decorative wall art, and a cozy ambiance with plants and a patterned rug."}
57
+ {"id": 757, "prompt": "Replace the text '1037' with '1219'.", "original_image": "1.4.4/image/original/4160657015609.0.jpg", "gt_image": "1.4.4/image/gt/4160657015609.0.jpg", "source_text": "1037", "target_text": "1219", "gt_caption": "This photo depicts a cozy home office setup with a white desk, computer, and decorative elements, featuring two golden retrievers resting on a fluffy rug beneath the desk."}
58
+ {"id": 758, "prompt": "Replace the text '117' with '311'.", "original_image": "1.4.4/image/original/4237913024117.0.jpg", "gt_image": "1.4.4/image/gt/4237913024117.0.jpg", "source_text": "117", "target_text": "311", "gt_caption": "This photo shows a minimalist home office setup with a wooden desk, a computer monitor displaying \"311,\" and a cozy, nature-inspired environment with large windows and forest views."}
59
+ {"id": 759, "prompt": "Replace the text 'hello' with 'world'.", "original_image": "1.4.4/image/original/1229562005913.0.jpg", "gt_image": "1.4.4/image/gt/1229562005913.0.jpg", "source_text": "hello", "target_text": "world", "gt_caption": "This digital display shows a colorful stack of iMac screens with the word \"world\" on the frontmost screen, accompanied by a keyboard and mouse, highlighting Apple's product design."}
60
+ {"id": 760, "prompt": "Replace the text 'M' with 'Cyber'.", "original_image": "1.4.4/image/original/3759038006396.0.jpg", "gt_image": "1.4.4/image/gt/3759038006396.0.jpg", "source_text": "M", "target_text": "Cyber", "gt_caption": "This digital display shows a computer keyboard with a key featuring the Chinese flag and a fingerprint, symbolizing cybersecurity or digital identity in a Chinese context."}
61
+ {"id": 761, "prompt": "Replace the text '1610' with '2019'.", "original_image": "1.4.4/image/original/4220041010001.0.jpg", "gt_image": "1.4.4/image/gt/4220041010001.0.jpg", "source_text": "1610", "target_text": "2019", "gt_caption": "This photo depicts a modern, cozy living space with a minimalist design, featuring a workspace with a computer displaying \"2019,\" a comfortable seating area with a sofa and a wicker chair, and decorative elements like plants and pendant lights."}
eval_prompts/fullset/2.1.jsonl ADDED
@@ -0,0 +1,168 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {"id": 762, "prompt": "Replace the text 'Travel' with 'Journey'.", "original_image": "2.1/image/original/2466746007230.0.jpg", "gt_image": "2.1/image/gt/2466746007230.0.jpg", "source_text": "Travel", "target_text": "Journey", "gt_caption": "This photo shows two external hard drives labeled \"Travel\" and \"Journey #2,\" suggesting they are used for storing travel-related data or memories."}
2
+ {"id": 763, "prompt": "Replace the text 'Birthday' with 'Specialty'.", "original_image": "2.1/image/original/2507522004888.0.jpg", "gt_image": "2.1/image/gt/2507522004888.0.jpg", "source_text": "Birthday", "target_text": "Specialty", "gt_caption": "This photo shows a beautifully decorated two-tiered cake with pink roses on top, featuring a ruffled ombre design and the text \"Happy 90th Specialty Mercy\" on the base, celebrating a 90th birthday."}
3
+ {"id": 764, "prompt": "Replace the text '12' with '18'.", "original_image": "2.1/image/original/2172004002379.0.webp", "gt_image": "2.1/image/gt/2172004002379.0.webp", "source_text": "12", "target_text": "18", "gt_caption": "This photo showcases a close-up of a sleek, silver quartz chronograph wristwatch with a black dial, featuring multiple sub-dials and a leather strap."}
4
+ {"id": 765, "prompt": "Replace the text 'KNOB' with 'SPIKE'.", "original_image": "2.1/image/original/3067048031872.0.jpg", "gt_image": "2.1/image/gt/3067048031872.0.jpg", "source_text": "KNOB", "target_text": "SPIKE", "gt_caption": "This photo shows a refreshing mint julep cocktail garnished with mint leaves and ice, served in a rocks glass, with a bottle of Spike Creek bourbon in the background."}
5
+ {"id": 766, "prompt": "Replace the text 'Bella' with 'Alma'.", "original_image": "2.1/image/original/3946209015075.0.jpg", "gt_image": "2.1/image/gt/3946209015075.0.jpg", "source_text": "Bella", "target_text": "Alma", "gt_caption": "This photo shows a small birthday cake topped with a gold crown topper that reads \"Alma,\" set against a backdrop of colorful paper fans."}
6
+ {"id": 767, "prompt": "Replace the text '100' with '50'.", "original_image": "2.1/image/original/2598865007000.0.webp", "gt_image": "2.1/image/gt/2598865007000.0.webp", "source_text": "100", "target_text": "50", "gt_caption": "This photo shows a $50 Amazon gift card featuring the Amazon logo and a yellow smile design."}
7
+ {"id": 768, "prompt": "Replace the text 'LOVE' with 'PASSION'.", "original_image": "2.1/image/original/1643629007327.0.jpg", "gt_image": "2.1/image/gt/1643629007327.0.jpg", "source_text": "LOVE", "target_text": "PASSION", "gt_caption": "This photo shows a person holding a red can of \"The Passion Wheat Beer\" from Starr Hill Brewery."}
8
+ {"id": 769, "prompt": "Replace the text 'SACHER' with 'CAKE'.", "original_image": "2.1/image/original/1882180050497.0.jpg", "gt_image": "2.1/image/gt/1882180050497.0.jpg", "source_text": "SACHER", "target_text": "CAKE", "gt_caption": "This photo shows a slice of chocolate cake topped with a branded chocolate medallion, served on a plate with whipped cream and a fork, suggesting a dessert setting."}
9
+ {"id": 770, "prompt": "Replace the text 'NIKE' with 'Adidas'.", "original_image": "2.1/image/original/2451580005980.0.jpg", "gt_image": "2.1/image/gt/2451580005980.0.jpg", "source_text": "NIKE", "target_text": "Adidas", "gt_caption": "This photo shows the back view of a pink Adidas sneaker featuring the \"AIR\" logo on the heel."}
10
+ {"id": 771, "prompt": "Replace the text '80' with '75'.", "original_image": "2.1/image/original/3048626002144.0.jpg", "gt_image": "2.1/image/gt/3048626002144.0.jpg", "source_text": "80", "target_text": "75", "gt_caption": "This photo shows a birthday cake decorated with a tennis theme, featuring a tennis racket, ball-shaped candles, and the message \"Happy 75th Birthday Terry\" on the base."}
11
+ {"id": 772, "prompt": "Replace the text 'KAHLUA' with 'Mocha'.", "original_image": "2.1/image/original/1159802005018.0.jpg", "gt_image": "2.1/image/gt/1159802005018.0.jpg", "source_text": "KAHLUA", "target_text": "Mocha", "gt_caption": "This photo shows a bottle of Mocha Peppermint Mocha liqueur alongside candy canes and chocolate, suggesting a festive or holiday-themed setting."}
12
+ {"id": 773, "prompt": "Replace the text 'Brewers' with 'Crafters'.", "original_image": "2.1/image/original/3997761015054.0.jpg", "gt_image": "2.1/image/gt/3997761015054.0.jpg", "source_text": "Brewers", "target_text": "Crafters", "gt_caption": "This photo shows a close-up of a dark glass bottle featuring the logo and text \"The Crafters of Europe: Beer Serves Europe,\" highlighting a craft beer organization."}
13
+ {"id": 774, "prompt": "Replace the text 'MOZZARELLA' with 'GOAT CHEESE'.", "original_image": "2.1/image/original/4065887001053.0.webp", "gt_image": "2.1/image/gt/4065887001053.0.webp", "source_text": "MOZZARELLA", "target_text": "GOAT CHEESE", "gt_caption": "This photo showcases a package of Great Lakes Real Farms Goat Cheese, displayed alongside fresh ingredients like tomatoes and basil, suggesting its use in culinary applications."}
14
+ {"id": 775, "prompt": "Replace the text 'MK' with 'MKC'.", "original_image": "2.1/image/original/3185006018440.0.jpg", "gt_image": "2.1/image/gt/3185006018440.0.jpg", "source_text": "MK", "target_text": "MKC", "gt_caption": "This photo showcases a light pink Michael Kors handbag with a minimalist design, featuring a top handle, adjustable strap, and a gold logo emblem."}
15
+ {"id": 776, "prompt": "Replace the text 'pineapple' with 'candy corn'.", "original_image": "2.1/image/original/3600330013177.0.jpg", "gt_image": "2.1/image/gt/3600330013177.0.jpg", "source_text": "pineapple", "target_text": "candy corn", "gt_caption": "This photo shows a colorful popsicle with layers of yogurt, orange juice, and candy corn juice, displayed on a star-patterned background with scattered candy corn pieces."}
16
+ {"id": 777, "prompt": "Replace the text 'LAURA' with 'MAKEUP'.", "original_image": "2.1/image/original/3664673001506.0.jpg", "gt_image": "2.1/image/gt/3664673001506.0.jpg", "source_text": "LAURA", "target_text": "MAKEUP", "gt_caption": "This photo shows a compact powder makeup product by Makeup Geller New York, featuring a black case with a clear lid and a light beige powder inside."}
17
+ {"id": 778, "prompt": "Replace the text 'DUKE' with 'FOX'.", "original_image": "2.1/image/original/3980952003028.0.jpg", "gt_image": "2.1/image/gt/3980952003028.0.jpg", "source_text": "DUKE", "target_text": "FOX", "gt_caption": "This painting depicts a detailed portrait of a dog with a black, white, and brown coat, labeled \"FOX,\" displayed on a wooden circular frame."}
18
+ {"id": 779, "prompt": "Replace the text 'adidas' with 'nike'.", "original_image": "2.1/image/original/4206492000007.0.webp", "gt_image": "2.1/image/gt/4206492000007.0.webp", "source_text": "adidas", "target_text": "nike", "gt_caption": "This photo shows a close-up of a sleek, silver Adidas-branded wristwatch with a woven metal strap and a minimalist design."}
19
+ {"id": 780, "prompt": "Replace the text 'THOMAS' with 'BOOFLE'.", "original_image": "2.1/image/original/3691498012954.0.webp", "gt_image": "2.1/image/gt/3691498012954.0.webp", "source_text": "THOMAS", "target_text": "BOOFLE", "gt_caption": "This photo shows a clear jar filled with colorful candies, labeled \"Boofle\" and decorated with a festive reindeer design, accompanied by the message \"Love From Mum & Dad.\""}
20
+ {"id": 781, "prompt": "Replace the text 'Adventure' with 'Journey'.", "original_image": "2.1/image/original/1757990016469.0.jpg", "gt_image": "2.1/image/gt/1757990016469.0.jpg", "source_text": "Adventure", "target_text": "Journey", "gt_caption": "This photo shows a creatively designed two-tiered cake with a nautical theme, featuring a ship decoration and the phrase \"The Journey Begins\" on the top tier."}
21
+ {"id": 782, "prompt": "Replace the text 'NOTES' with 'JOURNAL'.", "original_image": "2.1/image/original/3337791014530.0.webp", "gt_image": "2.1/image/gt/3337791014530.0.webp", "source_text": "NOTES", "target_text": "JOURNAL", "gt_caption": "This photo shows a \"Field Journal\" notebook with a pen resting on top, placed inside a leather case on a rustic wooden surface."}
22
+ {"id": 783, "prompt": "Replace the text 'BULLS' with 'Bears'.", "original_image": "2.1/image/original/3161500001909.0.jpg", "gt_image": "2.1/image/gt/3161500001909.0.jpg", "source_text": "BULLS", "target_text": "Bears", "gt_caption": "This photo shows a Chicago Bulls-themed locker with a red jersey hanging on a hanger, featuring the word \"BEARS\" and the number \"3,\" alongside a black seat with the Bulls logo."}
23
+ {"id": 784, "prompt": "Replace the text 'HERITAGE' with 'GLUTENFREE'.", "original_image": "2.1/image/original/3710223004245.0.jpg", "gt_image": "2.1/image/gt/3710223004245.0.jpg", "source_text": "HERITAGE", "target_text": "GLUTENFREE", "gt_caption": "This photo shows someone spreading green pesto on gluten-free bread slices, with fresh tomatoes and basil in the background."}
24
+ {"id": 785, "prompt": "Replace the text '1kg' with '1 kilo'.", "original_image": "2.1/image/original/532230003414.0.jpg", "gt_image": "2.1/image/gt/532230003414.0.jpg", "source_text": "1kg", "target_text": "1 kilo", "gt_caption": "This photo shows a Canadian 1-kilogram fine silver coin featuring a detailed maple leaf design, with inscriptions indicating its purity and weight."}
25
+ {"id": 786, "prompt": "Replace the text 'AIG' with 'NZR'.", "original_image": "2.1/image/original/3431456008476.0.jpg", "gt_image": "2.1/image/gt/3431456008476.0.jpg", "source_text": "AIG", "target_text": "NZR", "gt_caption": "This photo shows a black rugby jersey featuring Maori All Blacks branding, adorned with intricate Maori designs and the NZR logo."}
26
+ {"id": 787, "prompt": "Replace the text 'Bacon' with 'Sausage'.", "original_image": "2.1/image/original/2118075000141.0.jpg", "gt_image": "2.1/image/gt/2118075000141.0.jpg", "source_text": "Bacon", "target_text": "Sausage", "gt_caption": "This photo showcases a bottle of \"Sausage Soda\" with chocolate flavor, displayed in front of a vintage-style red truck and a Dr Pepper sign, emphasizing a nostalgic and quirky beverage theme."}
27
+ {"id": 788, "prompt": "Replace the text 'Libbys' with 'Pumpkin'.", "original_image": "2.1/image/original/1272987002427.0.jpg", "gt_image": "2.1/image/gt/1272987002427.0.jpg", "source_text": "Libbys", "target_text": "Pumpkin", "gt_caption": "This photo showcases a can of Pumpkin Puree alongside a stack of pumpkin chocolate chip cookies, highlighting a baking recipe or dessert idea."}
28
+ {"id": 789, "prompt": "Replace the text 'RELAX' with 'CHILL'.", "original_image": "2.1/image/original/3657196020602.0.jpg", "gt_image": "2.1/image/gt/3657196020602.0.jpg", "source_text": "RELAX", "target_text": "CHILL", "gt_caption": "This photo shows a wooden sign with a starfish and a \"CHILL\" tag, hanging on a rope against a rustic wooden background, evoking a beachy, relaxed vibe."}
29
+ {"id": 790, "prompt": "Replace the text 'CHANEL' with 'PARFUM'.", "original_image": "2.1/image/original/2403018007776.0.png", "gt_image": "2.1/image/gt/2403018007776.0.png", "source_text": "CHANEL", "target_text": "PARFUM", "gt_caption": "This photo showcases a luxurious perfume bottle labeled \"N°5 PARFUM PARIS\" with a golden cap and a vibrant yellow liquid, reflecting elegance and sophistication."}
30
+ {"id": 791, "prompt": "Replace the text 'SUS304' with 'Stainless'.", "original_image": "2.1/image/original/3529535014328.0.webp", "gt_image": "2.1/image/gt/3529535014328.0.webp", "source_text": "SUS304", "target_text": "Stainless", "gt_caption": "This photo shows a stainless steel egg separator tool designed for separating egg yolks from whites, with a \"100% Food Grade\" label indicating its safety for kitchen use."}
31
+ {"id": 792, "prompt": "Replace the text 'Designs' with 'Styles'.", "original_image": "2.1/image/original/2942406033965.0.jpg", "gt_image": "2.1/image/gt/2942406033965.0.jpg", "source_text": "Designs", "target_text": "Styles", "gt_caption": "This photo shows a pair of decorative hairpins featuring intricate designs, displayed on a colorful promotional card from \"FoxyFunk Styles.\""}
32
+ {"id": 793, "prompt": "Replace the text 'KOOKABURRA' with 'COIN'.", "original_image": "2.1/image/original/956145013488.0.jpg", "gt_image": "2.1/image/gt/956145013488.0.jpg", "source_text": "KOOKABURRA", "target_text": "COIN", "gt_caption": "This photo shows an Australian silver coin from 2004 featuring a kookaburra perched on a branch, with inscriptions indicating it is made of 1/2 oz. 999 silver."}
33
+ {"id": 794, "prompt": "Replace the text 'COOKING' with 'PREPARING'.", "original_image": "2.1/image/original/2976897009706.0.jpg", "gt_image": "2.1/image/gt/2976897009706.0.jpg", "source_text": "COOKING", "target_text": "PREPARING", "gt_caption": "This photo shows a collection of ingredients and a Campbell's soup box, suggesting preparation for a savory mushroom pasta dish."}
34
+ {"id": 795, "prompt": "Replace the text 'CUTTY' with 'SHIP'.", "original_image": "2.1/image/original/1065353002016.0.jpg", "gt_image": "2.1/image/gt/1065353002016.0.jpg", "source_text": "CUTTY", "target_text": "SHIP", "gt_caption": "This photo shows a commemorative coin featuring a detailed engraving of the ship \"Sark,\" with text and a smaller ship illustration at the bottom."}
35
+ {"id": 796, "prompt": "Replace the text 'Baking' with 'Cakes'.", "original_image": "2.1/image/original/3607378000977.0.webp", "gt_image": "2.1/image/gt/3607378000977.0.webp", "source_text": "Baking", "target_text": "Cakes", "gt_caption": "This photo shows a slice of rich chocolate cake on a white plate, with a fork taking a bite, set against a cozy kitchen backdrop featuring cocoa powder and a whole cake in the background."}
36
+ {"id": 797, "prompt": "Replace the text 'WINERY' with 'VINEYARD'.", "original_image": "2.1/image/original/3441652002430.0.png", "gt_image": "2.1/image/gt/3441652002430.0.png", "source_text": "WINERY", "target_text": "VINEYARD", "gt_caption": "This photo shows a rustic wooden clock with a design featuring the text \"JACOBSON VINEYARD\" and an illustration of a vineyard, established in 2014."}
37
+ {"id": 798, "prompt": "Replace the text 'Puuel' with 'Soup'.", "original_image": "2.1/image/original/3350555024444.0.jpg", "gt_image": "2.1/image/gt/3350555024444.0.jpg", "source_text": "Puuel", "target_text": "Soup", "gt_caption": "This photo shows a bowl of creamy soup with chunks of potatoes and sausage, served on a wicker tray with a bottle of soup, crackers, and a plaid napkin in the background."}
38
+ {"id": 799, "prompt": "Replace the text 'Bradley' with 'Family'.", "original_image": "2.1/image/original/1219567009355.0.jpg", "gt_image": "2.1/image/gt/1219567009355.0.jpg", "source_text": "Bradley", "target_text": "Family", "gt_caption": "This photo shows a festive Christmas ornament featuring cartoon-style family members climbing a candy cane, labeled with names and the year \"2022,\" with the word \"Family\" at the base."}
39
+ {"id": 800, "prompt": "Replace the text 'LUNAZUL' with 'TEQUILA'.", "original_image": "2.1/image/original/1671979014061.0.jpg", "gt_image": "2.1/image/gt/1671979014061.0.jpg", "source_text": "LUNAZUL", "target_text": "TEQUILA", "gt_caption": "This photo shows a bottle of \"Tequila Blanco\" labeled as \"100% de Agave\" with a dark blue and white design, surrounded by lime slices and tortilla chips, suggesting a festive or cocktail setting."}
40
+ {"id": 801, "prompt": "Replace the text '2' with '4'.", "original_image": "2.1/image/original/1508797001177.0.jpg", "gt_image": "2.1/image/gt/1508797001177.0.jpg", "source_text": "2", "target_text": "4", "gt_caption": "This photo shows a colorful hopscotch grid laid out on a mulched garden area, with numbered tiles and a bucket of vegetables nearby."}
41
+ {"id": 802, "prompt": "Replace the text 'vanilla' with 'lavender'.", "original_image": "2.1/image/original/1040764002460.0.webp", "gt_image": "2.1/image/gt/1040764002460.0.webp", "source_text": "vanilla", "target_text": "lavender", "gt_caption": "This photo showcases a display of lavender cake pops, elegantly decorated with pink flowers and green leaves, presented on white stands with a rustic wooden base."}
42
+ {"id": 803, "prompt": "Replace the text 'SHOEI' with 'HJC'.", "original_image": "2.1/image/original/4254493008051.0.jpg", "gt_image": "2.1/image/gt/4254493008051.0.jpg", "source_text": "SHOEI", "target_text": "HJC", "gt_caption": "This photo shows a colorful and aerodynamic motorcycle helmet with the brand \"HJC\" prominently displayed, featuring a sleek design and vibrant yellow, blue, and orange accents."}
43
+ {"id": 804, "prompt": "Replace the text 'BESS' with 'VINTAGE'.", "original_image": "2.1/image/original/4096695003282.0.jpg", "gt_image": "2.1/image/gt/4096695003282.0.jpg", "source_text": "BESS", "target_text": "VINTAGE", "gt_caption": "This photo shows a collection of vintage milk cans repurposed as planters and kitchen utensil holders, arranged on a white surface."}
44
+ {"id": 805, "prompt": "Replace the text 'GUINNESS' with 'STOUT'.", "original_image": "2.1/image/original/2987014000006.0.webp", "gt_image": "2.1/image/gt/2987014000006.0.webp", "source_text": "GUINNESS", "target_text": "STOUT", "gt_caption": "This photo shows a bottle of Guinness Extra Stout, prominently displayed on a wooden surface with a rustic background, labeled as an \"Optional Alcohol add on.\""}
45
+ {"id": 806, "prompt": "Replace the text 'Teacher' with 'Educator'.", "original_image": "2.1/image/original/2711007000714.0.jpg", "gt_image": "2.1/image/gt/2711007000714.0.jpg", "source_text": "Teacher", "target_text": "Educator", "gt_caption": "This photo shows a handmade craft featuring the letter \"S\" decorated with colorful buttons, framed and displayed alongside a red apple, with the text \"For My Educator\" overlaid, suggesting it is a gift for a teacher."}
46
+ {"id": 807, "prompt": "Replace the text 'PRINT' with 'DETAILS'.", "original_image": "2.1/image/original/3102786000533.0.jpg", "gt_image": "2.1/image/gt/3102786000533.0.jpg", "source_text": "PRINT", "target_text": "DETAILS", "gt_caption": "This photo shows two wine bottles with minimalist labels, one labeled \"Fine Details\" and the other \"No Fine Print,\" set against a vibrant red background."}
47
+ {"id": 808, "prompt": "Replace the text 'PRESIDENT' with 'CHAMPION'.", "original_image": "2.1/image/original/4218710007450.0.webp", "gt_image": "2.1/image/gt/4218710007450.0.webp", "source_text": "PRESIDENT", "target_text": "CHAMPION", "gt_caption": "This photo shows a decorative metal sign reading \"COFFEE FOR CHAMPION\" displayed on a white tiled wall, accompanied by a coffee mug, a gold scoop, and scattered coffee grounds on a countertop."}
48
+ {"id": 809, "prompt": "Replace the text '1917' with '2017'.", "original_image": "2.1/image/original/3208242001613.0.jpg", "gt_image": "2.1/image/gt/3208242001613.0.jpg", "source_text": "1917", "target_text": "2017", "gt_caption": "This photo shows a commemorative Canadian dollar coin featuring crossed hockey sticks, a maple leaf, and the text \"2017 TORONTO MAPLE LEAFS,\" celebrating the team's 50th anniversary."}
49
+ {"id": 810, "prompt": "Replace the text 'STRONG' with 'REFINED'.", "original_image": "2.1/image/original/3173777003986.0.jpg", "gt_image": "2.1/image/gt/3173777003986.0.jpg", "source_text": "STRONG", "target_text": "REFINED", "gt_caption": "This photo shows a red tin of \"Dapper Dan Matte Clay,\" a hair styling product with \"Refined Hold\" and a 100ml capacity, featuring a vintage-inspired design."}
50
+ {"id": 811, "prompt": "Replace the text 'COFFEE' with 'TEA'.", "original_image": "2.1/image/original/2326010034242.0.jpg", "gt_image": "2.1/image/gt/2326010034242.0.jpg", "source_text": "COFFEE", "target_text": "TEA", "gt_caption": "This photo shows a dessert topped with yellow meringue and red berries, displayed in front of a brown paper bag labeled \"CSHH TEA BAR.\""}
51
+ {"id": 812, "prompt": "Replace the text '2015' with '2023'.", "original_image": "2.1/image/original/4048968011190.0.jpg", "gt_image": "2.1/image/gt/4048968011190.0.jpg", "source_text": "2015", "target_text": "2023", "gt_caption": "This photo shows a close-up of a 2023 U.S. commemorative coin featuring the profiles of two individuals, with the inscriptions \"LIBERTY,\" \"IN GOD WE TRUST,\" and the year \"2023\" visible."}
52
+ {"id": 813, "prompt": "Replace the text 'ALPHA' with 'EMPIRE'.", "original_image": "2.1/image/original/4182106006148.0.jpg", "gt_image": "2.1/image/gt/4182106006148.0.jpg", "source_text": "ALPHA", "target_text": "EMPIRE", "gt_caption": "This screenshot shows two individuals in a music studio setting, with one seated at a keyboard labeled \"EMPIRE MOTIF XS8,\" engaged in a conversation."}
53
+ {"id": 814, "prompt": "Replace the text 'PRESIDENTIALSERIES' with 'HISTORICALCOINS'.", "original_image": "2.1/image/original/868531009221.0.jpg", "gt_image": "2.1/image/gt/868531009221.0.jpg", "source_text": "PRESIDENTIALSERIES", "target_text": "HISTORICALCOINS", "gt_caption": "This photo shows a professionally graded commemorative coin featuring Benjamin Harrison, the 23rd President of the United States, encased in a protective holder with a label detailing his presidency and grading information."}
54
+ {"id": 815, "prompt": "Replace the text 'DS' with 'GB'.", "original_image": "2.1/image/original/3885659001782.0.jpg", "gt_image": "2.1/image/gt/3885659001782.0.jpg", "source_text": "DS", "target_text": "GB", "gt_caption": "This photo shows a close-up of a British £2 coin featuring the profile of Queen Elizabeth II, with inscriptions including \"ELIZABETH II\" and \"F.D. 2 POUNGB.\""}
55
+ {"id": 816, "prompt": "Replace the text 'DVK' with 'MUGS'.", "original_image": "2.1/image/original/2756888000335.0.webp", "gt_image": "2.1/image/gt/2756888000335.0.webp", "source_text": "DVK", "target_text": "MUGS", "gt_caption": "This photo shows a glass beer mug filled with amber beer and foam, featuring the word \"MUGS\" etched on its side, set against an orange background."}
56
+ {"id": 817, "prompt": "Replace the text 'GUEST' with 'VISITOR'.", "original_image": "2.1/image/original/1099703002455.0.jpg", "gt_image": "2.1/image/gt/1099703002455.0.jpg", "source_text": "GUEST", "target_text": "VISITOR", "gt_caption": "This photo shows a wooden sign with the text \"Be our VISITOR\" and \"THE CONRAD FAMILY,\" placed against a stone wall background."}
57
+ {"id": 818, "prompt": "Replace the text 'ZERO' with 'Five'.", "original_image": "2.1/image/original/3819623003840.0.webp", "gt_image": "2.1/image/gt/3819623003840.0.webp", "source_text": "ZERO", "target_text": "Five", "gt_caption": "This photo shows a bottle of \"Five Five\" beer placed on a table in a modern, well-lit café or restaurant setting."}
58
+ {"id": 819, "prompt": "Replace the text '5' with '10'.", "original_image": "2.1/image/original/3304841002278.0.jpg", "gt_image": "2.1/image/gt/3304841002278.0.jpg", "source_text": "5", "target_text": "10", "gt_caption": "This photo showcases a cozy living room with a white sectional sofa adorned with decorative pillows, a wooden coffee table featuring a tray with a vase of flowers, and a chandelier hanging above a large window with sheer curtains."}
59
+ {"id": 820, "prompt": "Replace the text 'OSKIA' with 'Flora'.", "original_image": "2.1/image/original/4142131000207.0.jpg", "gt_image": "2.1/image/gt/4142131000207.0.jpg", "source_text": "OSKIA", "target_text": "Flora", "gt_caption": "This photo shows a bottle of \"Flora London Floral Water\" with a light pink label and a white cap, displayed against a plain background."}
60
+ {"id": 821, "prompt": "Replace the text 'YORK' with 'SKIRT'.", "original_image": "2.1/image/original/1235913005934.0.jpg", "gt_image": "2.1/image/gt/1235913005934.0.jpg", "source_text": "YORK", "target_text": "SKIRT", "gt_caption": "This photo showcases two fashion outfits displayed on hangers, featuring a white graphic tee with \"Los Angeles\" text, a floral skirt, and a black cardigan on the left, and a white crop top with \"New Skirt City Girl\" text paired with a pink floral skirt on the right."}
61
+ {"id": 822, "prompt": "Replace the text 'SHINOLA' with 'BRANDX'.", "original_image": "2.1/image/original/4125498002868.0.webp", "gt_image": "2.1/image/gt/4125498002868.0.webp", "source_text": "SHINOLA", "target_text": "BRANDX", "gt_caption": "This photo shows the back of a wristwatch with a leather strap, featuring the brand name \"BRANDX,\" a serial number, and details indicating it is built in Detroit with Swiss and imported parts."}
62
+ {"id": 823, "prompt": "Replace the text '31' with '50'.", "original_image": "2.1/image/original/3700220005197.0.jpg", "gt_image": "2.1/image/gt/3700220005197.0.jpg", "source_text": "31", "target_text": "50", "gt_caption": "This photo shows a close-up of a roulette wheel with a white ball resting in a numbered slot, accompanied by a dealer's tool."}
63
+ {"id": 824, "prompt": "Replace the text 'TOMATOES' with 'VEGGIES'.", "original_image": "2.1/image/original/3186586014384.0.jpg", "gt_image": "2.1/image/gt/3186586014384.0.jpg", "source_text": "TOMATOES", "target_text": "VEGGIES", "gt_caption": "This photo shows a can of Muir Glen Organic Diced Veggies in San Marzano Style with Basil & Garlic, featuring a label highlighting its organic and California-grown ingredients."}
64
+ {"id": 825, "prompt": "Replace the text 'Duke' with 'Vineyard'.", "original_image": "2.1/image/original/2459771003241.0.webp", "gt_image": "2.1/image/gt/2459771003241.0.webp", "source_text": "Duke", "target_text": "Vineyard", "gt_caption": "This photo shows a bottle of Dusty Vineyard Cabernet Sauvignon, an Australian wine, with a classic black label and gold accents."}
65
+ {"id": 826, "prompt": "Replace the text 'Phoenix' with 'Eagle'.", "original_image": "2.1/image/original/2599597020990.0.jpg", "gt_image": "2.1/image/gt/2599597020990.0.jpg", "source_text": "Phoenix", "target_text": "Eagle", "gt_caption": "This photo shows a close-up of a wooden stamp or seal featuring the word \"Eagle\" and an intricate silhouette of an eagle in flight."}
66
+ {"id": 827, "prompt": "Replace the text 'BORDEAUXBLANC' with 'CHARDONNAY'.", "original_image": "2.1/image/original/3863004002752.0.webp", "gt_image": "2.1/image/gt/3863004002752.0.webp", "source_text": "BORDEAUXBLANC", "target_text": "CHARDONNAY", "gt_caption": "This illustration depicts the label of a 2018 Chardonnay wine from Downton Abbey, featuring a heraldic crest with deer, oak leaves, and a castle silhouette."}
67
+ {"id": 828, "prompt": "Replace the text 'Thankyou' with 'Packages'.", "original_image": "2.1/image/original/2475911008216.0.jpg", "gt_image": "2.1/image/gt/2475911008216.0.jpg", "source_text": "Thankyou", "target_text": "Packages", "gt_caption": "This photo shows a red heart-shaped box filled with chocolate candies, surrounded by scattered red heart decorations, with a tag labeled \"Packages.\""}
68
+ {"id": 829, "prompt": "Replace the text '572' with '350'.", "original_image": "2.1/image/original/1235219005046.0.jpg", "gt_image": "2.1/image/gt/1235219005046.0.jpg", "source_text": "572", "target_text": "350", "gt_caption": "This illustration showcases a polished Chevrolet 350 engine, highlighting its performance parts and vibrant orange valve cover against a dynamic, flowing background."}
69
+ {"id": 830, "prompt": "Replace the text 'STUFFED' with 'FILLED'.", "original_image": "2.1/image/original/2308729002820.0.jpg", "gt_image": "2.1/image/gt/2308729002820.0.jpg", "source_text": "STUFFED", "target_text": "FILLED", "gt_caption": "This photo shows a close-up of a sliced filled French bread sandwich, revealing a savory meat and cheese filling, served on a wooden cutting board."}
70
+ {"id": 831, "prompt": "Replace the text 'MONTANA' with 'JORDAN'.", "original_image": "2.1/image/original/3475057003951.0.jpg", "gt_image": "2.1/image/gt/3475057003951.0.jpg", "source_text": "MONTANA", "target_text": "JORDAN", "gt_caption": "This photo showcases a framed San Francisco 49ers jersey with the name \"Jordan\" and number \"16,\" signed by Joe Montana, along with memorabilia commemorating his four Super Bowl championships and Pro Football Hall of Fame induction."}
71
+ {"id": 832, "prompt": "Replace the text 'Orhines' with 'Rhines'.", "original_image": "2.1/image/original/3465989002246.0.jpg", "gt_image": "2.1/image/gt/3465989002246.0.jpg", "source_text": "Orhines", "target_text": "Rhines", "gt_caption": "This photo showcases a pair of high-end, wooden earphones with a braided cable, displayed in a sleek, branded box labeled \"Rhines.\""}
72
+ {"id": 833, "prompt": "Replace the text 'FUTURE' with 'VISION'.", "original_image": "2.1/image/original/2863850006911.0.jpg", "gt_image": "2.1/image/gt/2863850006911.0.jpg", "source_text": "FUTURE", "target_text": "VISION", "gt_caption": "This illustration on a black T-shirt features a whimsical cityscape with a tall tower, a Zeppelin, a crescent moon, and the text \"A FOOL'S GUIDE TO THE VISION,\" evoking a retro-futuristic vibe."}
73
+ {"id": 834, "prompt": "Replace the text 'LIBERTY' with 'FREEDOM'.", "original_image": "2.1/image/original/522382012044.0.jpg", "gt_image": "2.1/image/gt/522382012044.0.jpg", "source_text": "LIBERTY", "target_text": "FREEDOM", "gt_caption": "This photo shows a gold bar featuring an embossed image of the Statue of Liberty, labeled \"FREEDOM MINI-GRAM\" and dated 1985."}
74
+ {"id": 835, "prompt": "Replace the text 'PIMM' with 'GIN'.", "original_image": "2.1/image/original/4268900006162.0.webp", "gt_image": "2.1/image/gt/4268900006162.0.webp", "source_text": "PIMM", "target_text": "GIN", "gt_caption": "This photo shows a glass of gin and tonic garnished with a cucumber slice, placed on a patterned bar surface, with a blurred, warm-toned interior in the background."}
75
+ {"id": 836, "prompt": "Replace the text 'COFFEE' with 'TEA'.", "original_image": "2.1/image/original/2680722032254.0.jpg", "gt_image": "2.1/image/gt/2680722032254.0.jpg", "source_text": "COFFEE", "target_text": "TEA", "gt_caption": "This photo shows a vintage-style wooden wall-mounted shelf with a \"TEA ROASTERS\" sign, displaying cups, mugs, and tea-related items in a cozy, rustic setting."}
76
+ {"id": 837, "prompt": "Replace the text 'Champagne' with 'Bubbly'.", "original_image": "2.1/image/original/2508952008596.0.jpg", "gt_image": "2.1/image/gt/2508952008596.0.jpg", "source_text": "Champagne", "target_text": "Bubbly", "gt_caption": "This photo showcases a vintage-style bathtub with a teal and white color scheme, featuring a \"Bubbly Massage Air-Jet System\" for relaxation."}
77
+ {"id": 838, "prompt": "Replace the text 'CHICKEN' with 'TURKEY'.", "original_image": "2.1/image/original/2819613000539.0.webp", "gt_image": "2.1/image/gt/2819613000539.0.webp", "source_text": "CHICKEN", "target_text": "TURKEY", "gt_caption": "This photo shows a can of Blue Buffalo Senior Homestyle Recipe Turkey Dinner with Garden Vegetables, a natural dog food designed for senior dogs."}
78
+ {"id": 839, "prompt": "Replace the text '200000' with '300000'.", "original_image": "2.1/image/original/3471104000167.0.jpg", "gt_image": "2.1/image/gt/3471104000167.0.jpg", "source_text": "200000", "target_text": "300000", "gt_caption": "This photo shows a digital electronic balance with a clear weighing platform, displaying a reading of \"300.000 g\" on its LCD screen."}
79
+ {"id": 840, "prompt": "Replace the text 'Soriana' with 'TNT'.", "original_image": "2.1/image/original/3194690008105.0.webp", "gt_image": "2.1/image/gt/3194690008105.0.webp", "source_text": "Soriana", "target_text": "TNT", "gt_caption": "This photo shows a soccer jersey featuring green and white stripes, with logos for Puma, Penoles, Coca-Cola, and TNT, likely representing a team's official kit."}
80
+ {"id": 841, "prompt": "Replace the text 'LIBERTY' with 'FREEDOM'.", "original_image": "2.1/image/original/3927411013601.0.jpg", "gt_image": "2.1/image/gt/3927411013601.0.jpg", "source_text": "LIBERTY", "target_text": "FREEDOM", "gt_caption": "This photo shows a close-up of a United States quarter-dollar coin featuring the profile of George Washington, with inscriptions including \"United States of America,\" \"In God We Trust,\" and \"Freedom.\""}
81
+ {"id": 842, "prompt": "Replace the text 'M' with 'L'.", "original_image": "2.1/image/original/3449737031753.0.jpg", "gt_image": "2.1/image/gt/3449737031753.0.jpg", "source_text": "M", "target_text": "L", "gt_caption": "This photo shows a cozy living room setup featuring a brown leather couch, flanked by lamps, with a colorful geometric rug on the floor and decorative items on a shelf in the background."}
82
+ {"id": 843, "prompt": "Replace the text 'TRELLIS' with 'HANGING'.", "original_image": "2.1/image/original/2101302003875.0.jpg", "gt_image": "2.1/image/gt/2101302003875.0.jpg", "source_text": "TRELLIS", "target_text": "HANGING", "gt_caption": "This photo showcases a creative hanging plant wall made of wooden diamond-shaped frames, displaying various potted plants in a modern, indoor setting."}
83
+ {"id": 844, "prompt": "Replace the text 'Gutermann' with 'Sewing'.", "original_image": "2.1/image/original/3611887003477.0.webp", "gt_image": "2.1/image/gt/3611887003477.0.webp", "source_text": "Gutermann", "target_text": "Sewing", "gt_caption": "This photo shows a spool of sewing thread labeled \"Sewing\" with a length of 100 meters (110 yards) and a neutral beige color."}
84
+ {"id": 845, "prompt": "Replace the text 'NEED' with 'WANT'.", "original_image": "2.1/image/original/690380003844.0.jpg", "gt_image": "2.1/image/gt/690380003844.0.jpg", "source_text": "NEED", "target_text": "WANT", "gt_caption": "This is a digital display of a commemorative coin featuring a Giant Panda and its cub, with the text \"WILDLIFE IN WANT - GIANT PANDA\" and \"1oz .999 SILVER\" around the edge, symbolizing conservation efforts."}
85
+ {"id": 846, "prompt": "Replace the text 'XLR1' with 'Audio'.", "original_image": "2.1/image/original/1996138008123.0.jpg", "gt_image": "2.1/image/gt/1996138008123.0.jpg", "source_text": "XLR1", "target_text": "Audio", "gt_caption": "This photo shows a close-up of a Kahl Audio device with a digital display reading \"Audio 37.0\" and control buttons labeled Power, Setup, Enter, Monitor, Balance, and Mute."}
86
+ {"id": 847, "prompt": "Replace the text '300W' with '400W'.", "original_image": "2.1/image/original/3321270000839.0.webp", "gt_image": "2.1/image/gt/3321270000839.0.webp", "source_text": "300W", "target_text": "400W", "gt_caption": "This poster showcases an ultrasonic cleaner with features including 360W ultrasonic power, 400W heating power, a 10L capacity, and 6 transducers, highlighting its capabilities for degassing and cleaning tasks."}
87
+ {"id": 848, "prompt": "Replace the text 'STOCK' with 'MODEL'.", "original_image": "2.1/image/original/4133088014014.0.jpg", "gt_image": "2.1/image/gt/4133088014014.0.jpg", "source_text": "STOCK", "target_text": "MODEL", "gt_caption": "This photo shows a green industrial machine with a control panel and mechanical components, marked with a red \"OUT OF MODEL\" label."}
88
+ {"id": 849, "prompt": "Replace the text 'Enchanted' with 'Magical'.", "original_image": "2.1/image/original/3769526001296.0.webp", "gt_image": "2.1/image/gt/3769526001296.0.webp", "source_text": "Enchanted", "target_text": "Magical", "gt_caption": "This photo shows a hand with nails painted in a vibrant, gradient blue-purple polish, displayed alongside a bottle labeled \"Magical Polish.\""}
89
+ {"id": 850, "prompt": "Replace the text 'QUESO' with 'CHEESE'.", "original_image": "2.1/image/original/3216394009200.0.webp", "gt_image": "2.1/image/gt/3216394009200.0.webp", "source_text": "QUESO", "target_text": "CHEESE", "gt_caption": "This photo shows a jar of \"Mother Raw Dairy Free Cheese Style Sauce\" with the label \"Original,\" topped with tortilla chips and garnished with herbs, set on a white surface with scattered chips around it."}
90
+ {"id": 851, "prompt": "Replace the text 'ROSE' with 'LILAC'.", "original_image": "2.1/image/original/4131461005362.0.jpg", "gt_image": "2.1/image/gt/4131461005362.0.jpg", "source_text": "ROSE", "target_text": "LILAC", "gt_caption": "This photo shows a bouquet of red roses arranged in a white cylindrical box with a red ribbon and bow, labeled \"PARIS EN LILAC\" and \"Palais-Royal.\""}
91
+ {"id": 852, "prompt": "Replace the text 'MRE' with 'Meal'.", "original_image": "2.1/image/original/2805087015632.0.jpg", "gt_image": "2.1/image/gt/2805087015632.0.jpg", "source_text": "MRE", "target_text": "Meal", "gt_caption": "This photo shows two packages of ready-to-eat meals, one labeled \"Vegetable Lasagna Vegetarian\" and the other \"Chicken with Beans and Vegetables,\" placed on a snowy surface."}
92
+ {"id": 853, "prompt": "Replace the text 'OF' with 'FOR'.", "original_image": "2.1/image/original/4086680001946.0.jpg", "gt_image": "2.1/image/gt/4086680001946.0.jpg", "source_text": "OF", "target_text": "FOR", "gt_caption": "This illustration depicts a U.S. $1 coin featuring the Statue of Liberty holding a torch, with the text \"UNITED STATES OF AMERICA\" and \"$1\" inscribed around the edge."}
93
+ {"id": 854, "prompt": "Replace the text 'VINTAGE' with 'CLASSIC'.", "original_image": "2.1/image/original/2421002016349.0.png", "gt_image": "2.1/image/gt/2421002016349.0.png", "source_text": "VINTAGE", "target_text": "CLASSIC", "gt_caption": "This photo showcases a vibrant \"Giant Classic Star Quilt Pattern\" displayed outdoors, featuring colorful floral and geometric designs, accompanied by a matching pillow."}
94
+ {"id": 855, "prompt": "Replace the text 'Baby' with 'Infant'.", "original_image": "2.1/image/original/3117764025649.0.jpg", "gt_image": "2.1/image/gt/3117764025649.0.jpg", "source_text": "Baby", "target_text": "Infant", "gt_caption": "This photo depicts a cozy and pink-themed infant nursery with a crib, soft bedding, decorative wall accents, and plush toys, creating a warm and inviting space for a baby."}
95
+ {"id": 856, "prompt": "Replace the text '32GB' with '64GB'.", "original_image": "2.1/image/original/3696566037055.0.jpg", "gt_image": "2.1/image/gt/3696566037055.0.jpg", "source_text": "32GB", "target_text": "64GB", "gt_caption": "This poster showcases a Kingston Canvas Select 64GB microSD card, highlighting its features and compatibility with Android devices."}
96
+ {"id": 857, "prompt": "Replace the text 'CREEK' with 'VALLEY'.", "original_image": "2.1/image/original/3254881010506.0.jpg", "gt_image": "2.1/image/gt/3254881010506.0.jpg", "source_text": "CREEK", "target_text": "VALLEY", "gt_caption": "This photo shows a close-up of a wine bottle label for Quilceda Valley 2011 Columbia Valley Red Wine, featuring a blend of 91% Cabernet Sauvignon, 7% Merlot, and 2% Cabernet Franc, with 15.2% alcohol by"}
97
+ {"id": 858, "prompt": "Replace the text 'BITES' with 'SNACKS'.", "original_image": "2.1/image/original/3733568000923.0.jpg", "gt_image": "2.1/image/gt/3733568000923.0.jpg", "source_text": "BITES", "target_text": "SNACKS", "gt_caption": "This photo showcases a charcuterie-style spread featuring cheese, crackers, jam, grapes, olives, and a box of snacks, arranged on a marble board and surrounding surface."}
98
+ {"id": 859, "prompt": "Replace the text 'DONUTS' with 'COFFEE'.", "original_image": "2.1/image/original/3602674008078.0.jpg", "gt_image": "2.1/image/gt/3602674008078.0.jpg", "source_text": "DONUTS", "target_text": "COFFEE", "gt_caption": "This digital display shows a product label for Dunkin' Coffee Hazelnut, a medium-flavored, artificially flavored coffee in a Keurig K-Cup format, with a 60-count pack."}
99
+ {"id": 860, "prompt": "Replace the text '2014' with '2015'.", "original_image": "2.1/image/original/387162006213.0.jpg", "gt_image": "2.1/image/gt/387162006213.0.jpg", "source_text": "2014", "target_text": "2015", "gt_caption": "This photo shows a Canadian one-dollar coin from 2015 featuring two kissing birds as the central design, surrounded by a floral wreath and a rope border."}
100
+ {"id": 861, "prompt": "Replace the text 'SHOEI' with 'HJC'.", "original_image": "2.1/image/original/2765096007584.0.jpg", "gt_image": "2.1/image/gt/2765096007584.0.jpg", "source_text": "SHOEI", "target_text": "HJC", "gt_caption": "This photo shows a close-up of a gray motorcycle helmet featuring the \"SHOEI\" and \"HJC\" logos, highlighting its design and ventilation system."}
101
+ {"id": 862, "prompt": "Replace the text 'Cosmo' with 'Cocktail'.", "original_image": "2.1/image/original/4145287001720.0.webp", "gt_image": "2.1/image/gt/4145287001720.0.webp", "source_text": "Cosmo", "target_text": "Cocktail", "gt_caption": "This photo showcases two elegant martini glasses filled with a vibrant red cranberry cocktail, garnished with cranberries and a sprig of rosemary, set against a dark background."}
102
+ {"id": 863, "prompt": "Replace the text 'APRICOT' with 'PEANUT'.", "original_image": "2.1/image/original/3976842011809.0.jpg", "gt_image": "2.1/image/gt/3976842011809.0.jpg", "source_text": "APRICOT", "target_text": "PEANUT", "gt_caption": "This photo shows a jar of creamy peanut butter with a spoon scooping some out, alongside a loaf of bread and a branded peanut butter jar in the background."}
103
+ {"id": 864, "prompt": "Replace the text 'STATES' with 'NATIONS'.", "original_image": "2.1/image/original/3857165004950.0.jpg", "gt_image": "2.1/image/gt/3857165004950.0.jpg", "source_text": "STATES", "target_text": "NATIONS", "gt_caption": "This photo shows a gold coin from the United Nations of America, featuring an eagle design, the inscriptions \"E PLURIBUS UNUM\" and \"IN GOD WE TRUST,\" and the denomination \"1 OZ. FINE GOLD - 50 DOLLARS.\""}
104
+ {"id": 865, "prompt": "Replace the text 'Forever' with 'Always'.", "original_image": "2.1/image/original/3915437002241.0.webp", "gt_image": "2.1/image/gt/3915437002241.0.webp", "source_text": "Forever", "target_text": "Always", "gt_caption": "This photo shows a personalized dog tag necklace featuring one tag with the text \"Always In My Heart\" and a heart symbol, and the other tag with a photo of a smiling older man."}
105
+ {"id": 866, "prompt": "Replace the text 'MESA' with 'Vault'.", "original_image": "2.1/image/original/3199277001689.0.webp", "gt_image": "2.1/image/gt/3199277001689.0.webp", "source_text": "MESA", "target_text": "Vault", "gt_caption": "This photo shows a black Vault Safe Company safe with a textured surface, featuring a combination lock and a keypad at the bottom."}
106
+ {"id": 867, "prompt": "Replace the text 'DREAM' with 'SAND'.", "original_image": "2.1/image/original/3417275004427.0.webp", "gt_image": "2.1/image/gt/3417275004427.0.webp", "source_text": "DREAM", "target_text": "SAND", "gt_caption": "This photo depicts a cozy bedroom with a nautical-themed bedspread featuring starfish, shells, and coral, complemented by a seaside view and coastal decor."}
107
+ {"id": 868, "prompt": "Replace the text 'OMEGA3' with 'VITAMIN E'.", "original_image": "2.1/image/original/2655833002486.0.jpg", "gt_image": "2.1/image/gt/2655833002486.0.jpg", "source_text": "OMEGA3", "target_text": "VITAMIN E", "gt_caption": "This photo shows three bottles of Amala Vegan's Vegan Vitamin E DHA + EPA dietary supplement, highlighting its ingredients, benefits, and safety features."}
108
+ {"id": 869, "prompt": "Replace the text 'Kevin' with 'Princess'.", "original_image": "2.1/image/original/2825012002720.0.webp", "gt_image": "2.1/image/gt/2825012002720.0.webp", "source_text": "Kevin", "target_text": "Princess", "gt_caption": "This photo shows a personalized silver ring featuring heart-shaped gemstones, engraved with the words \"Princess,\" \"Diana,\" and \"Forever Love.\""}
109
+ {"id": 870, "prompt": "Replace the text 'KBS' with 'HLS'.", "original_image": "2.1/image/original/3884240023285.0.webp", "gt_image": "2.1/image/gt/3884240023285.0.webp", "source_text": "KBS", "target_text": "HLS", "gt_caption": "This photo shows a close-up of two spice containers from \"Kissed by the Sun Spice Company\" placed near a seasoned piece of meat, highlighting the use of herbs and spices in cooking."}
110
+ {"id": 871, "prompt": "Replace the text '25' with '2019'.", "original_image": "2.1/image/original/3376319008663.0.jpg", "gt_image": "2.1/image/gt/3376319008663.0.jpg", "source_text": "25", "target_text": "2019", "gt_caption": "This photo showcases a close-up of a luxury Glashütte Original wristwatch with a white dial, blue hands, Roman numerals, and a chronograph sub-dial, highlighting its elegant design and craftsmanship."}
111
+ {"id": 872, "prompt": "Replace the text 'Pale' with 'Golden'.", "original_image": "2.1/image/original/3355123003549.0.jpg", "gt_image": "2.1/image/gt/3355123003549.0.jpg", "source_text": "Pale", "target_text": "Golden", "gt_caption": "This photo shows a vintage can of Dawson's Golden Ale, labeled as \"A Royal Brew\" and produced by Dawson's Brewery, Inc., New Bedford, Mass."}
112
+ {"id": 873, "prompt": "Replace the text 'NOLA' with 'Brewery'.", "original_image": "2.1/image/original/3247984014868.0.webp", "gt_image": "2.1/image/gt/3247984014868.0.webp", "source_text": "NOLA", "target_text": "Brewery", "gt_caption": "This photo shows a glass of beer with a frothy head, featuring a label that reads \"Brewery,\" placed on a wooden surface with a blurred background of red and yellow elements."}
113
+ {"id": 874, "prompt": "Replace the text '1908' with '1910'.", "original_image": "2.1/image/original/733712015456.0.jpg", "gt_image": "2.1/image/gt/733712015456.0.jpg", "source_text": "1908", "target_text": "1910", "gt_caption": "This photo shows a close-up of a gold coin featuring Lady Liberty holding a torch and olive branch, with the inscription \"LIBERTY\" and the year \"1910\" on its surface."}
114
+ {"id": 875, "prompt": "Replace the text 'Canon' with 'Nikon'.", "original_image": "2.1/image/original/3539419000372.0.jpg", "gt_image": "2.1/image/gt/3539419000372.0.jpg", "source_text": "Canon", "target_text": "Nikon", "gt_caption": "This photo shows a white Nikon mirrorless camera body with the brand name \"Nikon\" and the text \"EOS\" on the front, displayed against a plain background."}
115
+ {"id": 876, "prompt": "Replace the text 'TACORI' with 'Engagement'.", "original_image": "2.1/image/original/4203829011215.0.jpg", "gt_image": "2.1/image/gt/4203829011215.0.jpg", "source_text": "TACORI", "target_text": "Engagement", "gt_caption": "This photo showcases a classic engagement ring featuring a central round diamond flanked by smaller diamonds, engraved with the word \"Engagement\" on the band."}
116
+ {"id": 877, "prompt": "Replace the text 'TRUFFLE' with 'GOURMET'.", "original_image": "2.1/image/original/2977410105779.0.jpg", "gt_image": "2.1/image/gt/2977410105779.0.jpg", "source_text": "TRUFFLE", "target_text": "GOURMET", "gt_caption": "This photo shows a jar of gourmet salt labeled \"Maison Pébeyre\" alongside a small ceramic dish and a spoon filled with salt, set on a wooden surface with a blurred green background."}
117
+ {"id": 878, "prompt": "Replace the text 'Kores' with 'Stickers'.", "original_image": "2.1/image/original/3214931000326.0.jpg", "gt_image": "2.1/image/gt/3214931000326.0.jpg", "source_text": "Kores", "target_text": "Stickers", "gt_caption": "This photo shows a package of colorful sticky notes labeled \"Stickers,\" with four individual pads in vibrant yellow, orange, pink, and green displayed in front of the packaging."}
118
+ {"id": 879, "prompt": "Replace the text 'Alice' with 'Ella'.", "original_image": "2.1/image/original/3923368006691.0.webp", "gt_image": "2.1/image/gt/3923368006691.0.webp", "source_text": "Alice", "target_text": "Ella", "gt_caption": "This photo showcases personalized Christmas ornaments with names \"Lucy,\" \"Ella,\" and \"Oliver\" written in gold, surrounded by festive holiday decorations like pinecones, holly, and stars."}
119
+ {"id": 880, "prompt": "Replace the text 'MAX' with 'Helm'.", "original_image": "2.1/image/original/1333997046913.0.jpg", "gt_image": "2.1/image/gt/1333997046913.0.jpg", "source_text": "MAX", "target_text": "Helm", "gt_caption": "This photo shows a light blue motorcycle helmet with a clear visor, labeled \"MAX\" and \"Helm,\" featuring a chin strap and adjustment mechanisms."}
120
+ {"id": 881, "prompt": "Replace the text 'CHICKEN' with 'Beef'.", "original_image": "2.1/image/original/4185013000816.0.webp", "gt_image": "2.1/image/gt/4185013000816.0.webp", "source_text": "CHICKEN", "target_text": "Beef", "gt_caption": "This poster showcases the new packaging design for \"The Honest Kitchen\" dog food, highlighting the \"Chicken Recipe\" and \"Whole Grain Beef Recipe\" varieties, with a note that boxes may vary for a limited time."}
121
+ {"id": 882, "prompt": "Replace the text 'MOUTAI' with 'LIQUOR'.", "original_image": "2.1/image/original/1044878016261.0.jpg", "gt_image": "2.1/image/gt/1044878016261.0.jpg", "source_text": "MOUTAI", "target_text": "LIQUOR", "gt_caption": "This photo shows a display of Kweichow Moutai liquor in a well-lit store, featuring a bottle and its packaging alongside other beverages."}
122
+ {"id": 883, "prompt": "Replace the text 'Snake' with 'Dragon'.", "original_image": "2.1/image/original/1625722012933.0.jpg", "gt_image": "2.1/image/gt/1625722012933.0.jpg", "source_text": "Snake", "target_text": "Dragon", "gt_caption": "This photo shows a silver commemorative coin featuring a detailed design of a coiled dragon, with the inscription \"Year of the Dragon\" and Chinese characters, symbolizing the Chinese zodiac."}
123
+ {"id": 884, "prompt": "Replace the text 'URSA' with 'Luna'.", "original_image": "2.1/image/original/3764182014219.0.jpg", "gt_image": "2.1/image/gt/3764182014219.0.jpg", "source_text": "URSA", "target_text": "Luna", "gt_caption": "This photo shows a Luna Arctic Exotics knife with a wooden handle and leather accents, displayed on a wooden surface with its branded packaging above."}
124
+ {"id": 885, "prompt": "Replace the text 'LATOURELLE' with 'ELEGANCE'.", "original_image": "2.1/image/original/1993814004033.0.jpg", "gt_image": "2.1/image/gt/1993814004033.0.jpg", "source_text": "LATOURELLE", "target_text": "ELEGANCE", "gt_caption": "This photo shows a metallic business card with the embossed logo of a lion and the text \"ELEGANCE NEW YORK\" on a dark background."}
125
+ {"id": 886, "prompt": "Replace the text 'Maribor' with 'Dream'.", "original_image": "2.1/image/original/4111131006661.0.jpg", "gt_image": "2.1/image/gt/4111131006661.0.jpg", "source_text": "Maribor", "target_text": "Dream", "gt_caption": "This photo shows a Ducati racing motorcycle with a vibrant orange and white livery, featuring sponsor logos, displayed in a clean, organized workshop or garage setting."}
126
+ {"id": 887, "prompt": "Replace the text 'love' with 'hearts'.", "original_image": "2.1/image/original/1567082016103.0.jpg", "gt_image": "2.1/image/gt/1567082016103.0.jpg", "source_text": "love", "target_text": "hearts", "gt_caption": "This photo shows four decorated square cookies with heart-themed designs, featuring colorful borders, hearts, and the word \"hearts\" in a playful font."}
127
+ {"id": 888, "prompt": "Replace the text 'BIDEN' with 'JOE'.", "original_image": "2.1/image/original/3967466003875.0.jpg", "gt_image": "2.1/image/gt/3967466003875.0.jpg", "source_text": "BIDEN", "target_text": "JOE", "gt_caption": "This photo shows campaign buttons for the 2020 U.S. presidential election, featuring \"Trump 2020\" and \"Joe President,\" displayed against an American flag background."}
128
+ {"id": 889, "prompt": "Replace the text 'KASAMA' with 'CHOCOLATE'.", "original_image": "2.1/image/original/3188933002941.0.jpg", "gt_image": "2.1/image/gt/3188933002941.0.jpg", "source_text": "KASAMA", "target_text": "CHOCOLATE", "gt_caption": "This photo shows a collection of artisanal chocolate bars, highlighting their handmade \"bean to bar\" process and unique flavor profiles from various origins."}
129
+ {"id": 890, "prompt": "Replace the text 'KORA' with 'Kerr'.", "original_image": "2.1/image/original/1170651008197.0.png", "gt_image": "2.1/image/gt/1170651008197.0.png", "source_text": "KORA", "target_text": "Kerr", "gt_caption": "This photo showcases a KORA Organics Turmeric Glow Moisturizer product, highlighting its refill pod and the clear jar containing the yellow moisturizer."}
130
+ {"id": 891, "prompt": "Replace the text 'BEER' with 'ALE'.", "original_image": "2.1/image/original/4218656009144.0.jpg", "gt_image": "2.1/image/gt/4218656009144.0.jpg", "source_text": "BEER", "target_text": "ALE", "gt_caption": "This photo shows a personalized beer mug filled with ale, engraved with \"ALE,\" \"RICHARD'S,\" and \"ALES & LAGERS,\" placed on a wooden table."}
131
+ {"id": 892, "prompt": "Replace the text 'CLASSICMUG' with 'TRAVELMUG'.", "original_image": "2.1/image/original/4257541003116.0.jpg", "gt_image": "2.1/image/gt/4257541003116.0.jpg", "source_text": "CLASSICMUG", "target_text": "TRAVELMUG", "gt_caption": "This photo shows a sleek, metallic travel mug labeled \"TRAVELMUG,\" placed alongside a golf ball and a golf club, suggesting a travel or outdoor theme."}
132
+ {"id": 893, "prompt": "Replace the text 'YAMAHA' with 'JAZZ'.", "original_image": "2.1/image/original/1323680011018.0.jpg", "gt_image": "2.1/image/gt/1323680011018.0.jpg", "source_text": "YAMAHA", "target_text": "JAZZ", "gt_caption": "This photo shows a drummer performing on stage with a drum set labeled \"JAZZ,\" set against a backdrop featuring the text \"NEW ORLEANS.\""}
133
+ {"id": 894, "prompt": "Replace the text 'AID' with 'Care'.", "original_image": "2.1/image/original/3780391008465.0.webp", "gt_image": "2.1/image/gt/3780391008465.0.webp", "source_text": "AID", "target_text": "Care", "gt_caption": "This illustration depicts a dog sitting on a red first aid box labeled \"FIRST Care,\" holding a stethoscope, humorously portraying it as a medical professional."}
134
+ {"id": 895, "prompt": "Replace the text 'BD7732' with 'CD8844'.", "original_image": "2.1/image/original/2939945005989.0.jpg", "gt_image": "2.1/image/gt/2939945005989.0.jpg", "source_text": "BD7732", "target_text": "CD8844", "gt_caption": "This photo shows a white sneaker with a knit upper featuring the text \"CD8844\" and additional Japanese text on the side, highlighting a minimalist and modern design."}
135
+ {"id": 896, "prompt": "Replace the text 'MOM' with 'Parent'.", "original_image": "2.1/image/original/4073608003685.0.webp", "gt_image": "2.1/image/gt/4073608003685.0.webp", "source_text": "MOM", "target_text": "Parent", "gt_caption": "This photo showcases a red T-shirt with the text \"ASK YOUR Parent\" and a mustache graphic, styled alongside accessories like a leather bag, sunglasses, a smartphone, and casual footwear on a wooden surface."}
136
+ {"id": 897, "prompt": "Replace the text 'ROSE' with 'LAVENDER'.", "original_image": "2.1/image/original/3292392008835.0.webp", "gt_image": "2.1/image/gt/3292392008835.0.webp", "source_text": "ROSE", "target_text": "LAVENDER", "gt_caption": "This photo shows a round, white shaving soap labeled \"ClassicShaving.com Premium Shaving Soap Lavender,\" featuring traditional shaving products and listing its ingredients."}
137
+ {"id": 898, "prompt": "Replace the text 'MARRY' with 'ENGAGE'.", "original_image": "2.1/image/original/1308917002607.0.jpg", "gt_image": "2.1/image/gt/1308917002607.0.jpg", "source_text": "MARRY", "target_text": "ENGAGE", "gt_caption": "This photo shows a silver engagement ring featuring a solitaire diamond and the engraved text \"ENGAGE ME\" on the band."}
138
+ {"id": 899, "prompt": "Replace the text 'SHAVESHOPPE' with 'SOAPHOUSE'.", "original_image": "2.1/image/original/3894148002489.0.webp", "gt_image": "2.1/image/gt/3894148002489.0.webp", "source_text": "SHAVESHOPPE", "target_text": "SOAPHOUSE", "gt_caption": "This photo shows a metallic tin container of \"Soaphouse Rugged Man\" shaving soap, featuring a bold design with a silhouette of a man holding an axe."}
139
+ {"id": 900, "prompt": "Replace the text 'WETRUST' with 'WE BELIEVE'.", "original_image": "2.1/image/original/804199012152.0.jpg", "gt_image": "2.1/image/gt/804199012152.0.jpg", "source_text": "WETRUST", "target_text": "WE BELIEVE", "gt_caption": "This photo shows a close-up of a silver coin featuring the Liberty design, with the inscription \"IN GOD WE BELIEVE\" and the word \"LIBERTY\" around the edge."}
140
+ {"id": 901, "prompt": "Replace the text 'OMEGA' with 'Speedmaster'.", "original_image": "2.1/image/original/4199296001325.0.webp", "gt_image": "2.1/image/gt/4199296001325.0.webp", "source_text": "OMEGA", "target_text": "Speedmaster", "gt_caption": "This photo shows a close-up of a black wristwatch featuring the \"Speedmaster\" logo and an \"Apollo 103\" emblem, highlighting its design and details."}
141
+ {"id": 902, "prompt": "Replace the text 'SONSLTD' with 'Quince'.", "original_image": "2.1/image/original/3630061000023.0.jpg", "gt_image": "2.1/image/gt/3630061000023.0.jpg", "source_text": "SONSLTD", "target_text": "Quince", "gt_caption": "This photo shows a jar of Wilkin & Tiptree Quince Preserve, a traditional English fruit preserve, with a net weight of 340g."}
142
+ {"id": 903, "prompt": "Replace the text 'PROFESSIONAL' with 'ENTERPRISE'.", "original_image": "2.1/image/original/3980260000962.0.jpg", "gt_image": "2.1/image/gt/3980260000962.0.jpg", "source_text": "PROFESSIONAL", "target_text": "ENTERPRISE", "gt_caption": "This photo shows a black Enterprise SSD solid-state drive with a label indicating 1TB capacity, up to 500MB/s read speed, up to 470MB/s write speed, and 2.5\" SATA 6Gb/s interface."}
143
+ {"id": 904, "prompt": "Replace the text 'KOBALT' with 'DEWALT'.", "original_image": "2.1/image/original/951223002048.0.webp", "gt_image": "2.1/image/gt/951223002048.0.webp", "source_text": "KOBALT", "target_text": "DEWALT", "gt_caption": "This photo shows a DeWalt 7-inch diamond blade designed for cutting porcelain tile, stone, brick, and other hard materials, with specifications and safety information printed on its surface."}
144
+ {"id": 905, "prompt": "Replace the text 'BirdsEye' with 'Healthy'.", "original_image": "2.1/image/original/3730925008016.0.jpg", "gt_image": "2.1/image/gt/3730925008016.0.jpg", "source_text": "BirdsEye", "target_text": "Healthy", "gt_caption": "This photo showcases a healthy breakfast bowl featuring a sunny-side-up egg, roasted vegetables, Mexican bean mix, and avocado slices, accompanied by a bag of \"Mexican Bean Mix\" in the background."}
145
+ {"id": 906, "prompt": "Replace the text 'WHEAT' with 'BEER'.", "original_image": "2.1/image/original/2433236047921.0.webp", "gt_image": "2.1/image/gt/2433236047921.0.webp", "source_text": "WHEAT", "target_text": "BEER", "gt_caption": "This photo shows a bartender pouring beer from a tap at a lively event, with a promotional banner for Tiger beer in the background."}
146
+ {"id": 907, "prompt": "Replace the text 'SOAP' with 'BAR'.", "original_image": "2.1/image/original/3180185001283.0.jpg", "gt_image": "2.1/image/gt/3180185001283.0.jpg", "source_text": "SOAP", "target_text": "BAR", "gt_caption": "This photo shows a tin of \"Orange Bar\" soap from The Scottish Fine Soaps Company, highlighting its triple-milled formula and Scottish origin."}
147
+ {"id": 908, "prompt": "Replace the text 'Kingston' with 'Samsung'.", "original_image": "2.1/image/original/2801751005029.0.webp", "gt_image": "2.1/image/gt/2801751005029.0.webp", "source_text": "Kingston", "target_text": "Samsung", "gt_caption": "This photo shows a Samsung solid-state drive (SSD) with a sleek black design and the brand logo prominently displayed."}
148
+ {"id": 909, "prompt": "Replace the text 'GREEN' with 'TEA'.", "original_image": "2.1/image/original/2537147016320.0.jpg", "gt_image": "2.1/image/gt/2537147016320.0.jpg", "source_text": "GREEN", "target_text": "TEA", "gt_caption": "This photo shows a hand holding a small, green business card designed to resemble a tea bag, featuring the text \"SARAH TEA\" and identifying the holder as an English teacher with contact details."}
149
+ {"id": 910, "prompt": "Replace the text '40995' with 'Gold'.", "original_image": "2.1/image/original/1143434014024.0.jpg", "gt_image": "2.1/image/gt/1143434014024.0.jpg", "source_text": "40995", "target_text": "Gold", "gt_caption": "This photo shows a 250g fine gold bar labeled \"999.9\" resting on a pile of gold coins, highlighting precious metals."}
150
+ {"id": 911, "prompt": "Replace the text 'House' with 'Villa'.", "original_image": "2.1/image/original/1046348003325.0.webp", "gt_image": "2.1/image/gt/1046348003325.0.webp", "source_text": "House", "target_text": "Villa", "gt_caption": "This photo shows a bottle of \"Lake Villa Zin\" wine from Tippy Creek Winery, featuring a scenic label design, alongside a glass of red wine."}
151
+ {"id": 912, "prompt": "Replace the text 'DURANT' with 'KIAWA'.", "original_image": "2.1/image/original/3506085000096.0.jpg", "gt_image": "2.1/image/gt/3506085000096.0.jpg", "source_text": "DURANT", "target_text": "KIAWA", "gt_caption": "This photo shows the back of a blue basketball jersey with the name \"KIAWA\" and the number \"35\" in white, featuring an NBA logo and a signature on the number."}
152
+ {"id": 913, "prompt": "Replace the text 'Xeon' with 'Core'.", "original_image": "2.1/image/original/2781329004580.0.jpg", "gt_image": "2.1/image/gt/2781329004580.0.jpg", "source_text": "Xeon", "target_text": "Core", "gt_caption": "This photo shows an Intel Core E3 v5 processor, featuring the Intel logo and product branding on its packaging."}
153
+ {"id": 914, "prompt": "Replace the text 'Sunnybrook' with 'OceanBreeze'.", "original_image": "2.1/image/original/3965913010204.0.webp", "gt_image": "2.1/image/gt/3965913010204.0.webp", "source_text": "Sunnybrook", "target_text": "OceanBreeze", "gt_caption": "This photo shows a handmilled sea clay soap from OceanBreeze Gardens Ltd, displayed on a wooden stand with a label highlighting its all-natural and vegan ingredients."}
154
+ {"id": 915, "prompt": "Replace the text 'POWDER' with 'MIX'.", "original_image": "2.1/image/original/2881385000297.0.webp", "gt_image": "2.1/image/gt/2881385000297.0.webp", "source_text": "POWDER", "target_text": "MIX", "gt_caption": "This vintage illustration depicts a box of Jell-O Ice Cream Mix in strawberry flavor, surrounded by a lush arrangement of fresh strawberries, emphasizing its pure fruit flavor."}
155
+ {"id": 916, "prompt": "Replace the text 'SPROUTS' with 'MARKET'.", "original_image": "2.1/image/original/4061880008582.0.jpg", "gt_image": "2.1/image/gt/4061880008582.0.jpg", "source_text": "SPROUTS", "target_text": "MARKET", "gt_caption": "This photo shows a hand holding a gift card for \"Market Farm & Market,\" featuring a colorful image of fresh vegetables and a basket overflowing with produce."}
156
+ {"id": 917, "prompt": "Replace the text 'BL' with 'Spinach'.", "original_image": "2.1/image/original/4212677006942.0.jpg", "gt_image": "2.1/image/gt/4212677006942.0.jpg", "source_text": "BL", "target_text": "Spinach", "gt_caption": "This photo shows a fresh spinach salad with boiled egg, shrimp, and other ingredients, served alongside a bottle of spinach-flavored beer."}
157
+ {"id": 918, "prompt": "Replace the text 'KIAN' with 'UNITED'.", "original_image": "2.1/image/original/3279906002150.0.webp", "gt_image": "2.1/image/gt/3279906002150.0.webp", "source_text": "KIAN", "target_text": "UNITED", "gt_caption": "This photo shows a creatively designed Manchester United-themed birthday cake featuring a soccer field, team logo, jersey, cleats, and a ball, celebrating a 8th birthday."}
158
+ {"id": 919, "prompt": "Replace the text 'herbs' with 'plants'.", "original_image": "2.1/image/original/4057774001689.0.jpg", "gt_image": "2.1/image/gt/4057774001689.0.jpg", "source_text": "herbs", "target_text": "plants", "gt_caption": "This photo shows a rustic outdoor plant display featuring a repurposed white ladder as a tiered stand, holding wooden crates and pots with various plants, accompanied by stacked planters and a vintage watering can."}
159
+ {"id": 920, "prompt": "Replace the text 'POPCORN' with 'CANDY'.", "original_image": "2.1/image/original/1097375006727.0.webp", "gt_image": "2.1/image/gt/1097375006727.0.webp", "source_text": "POPCORN", "target_text": "CANDY", "gt_caption": "This photo showcases a festive Christmas-themed movie theater setup, featuring decorations, popcorn, candy, and signage for \"Rudolph Candy\" and \"Kringle Concessions.\""}
160
+ {"id": 921, "prompt": "Replace the text 'Welcome' with 'Congrats'.", "original_image": "2.1/image/original/3087098002976.0.jpg", "gt_image": "2.1/image/gt/3087098002976.0.jpg", "source_text": "Welcome", "target_text": "Congrats", "gt_caption": "This photo shows a collection of intricately decorated baby shower cookies featuring elephant shapes, onesie designs, and the text \"Congrats Baby,\" all in a blue and gray color scheme."}
161
+ {"id": 922, "prompt": "Replace the text 'WATCH' with 'TIMEPIECE'.", "original_image": "2.1/image/original/3204136009976.0.jpg", "gt_image": "2.1/image/gt/3204136009976.0.jpg", "source_text": "WATCH", "target_text": "TIMEPIECE", "gt_caption": "This photo shows a close-up of intricate mechanical clockwork components, including gears and levers, with the text \"TAVANNES TIMEPIECE\" visible, highlighting the craftsmanship of a vintage timepiece."}
162
+ {"id": 923, "prompt": "Replace the text 'SFBC' with 'BrewCo'.", "original_image": "2.1/image/original/3654364029784.0.jpg", "gt_image": "2.1/image/gt/3654364029784.0.jpg", "source_text": "SFBC", "target_text": "BrewCo", "gt_caption": "This photo shows a person standing in a brewery, surrounded by large stainless steel tanks and kegs labeled \"BrewCo,\" indicating a brewing or production setting."}
163
+ {"id": 924, "prompt": "Replace the text 'PINE' with 'CEDAR'.", "original_image": "2.1/image/original/1600931001478.0.webp", "gt_image": "2.1/image/gt/1600931001478.0.webp", "source_text": "PINE", "target_text": "CEDAR", "gt_caption": "This photo shows a silver tin labeled \"CEDAR\" by Detroitwix & Pintrill, featuring a minimalist design with green text and a \"MADE IN USA\" inscription."}
164
+ {"id": 925, "prompt": "Replace the text 'EP' with 'Saw'.", "original_image": "2.1/image/original/316970009854.0.jpg", "gt_image": "2.1/image/gt/316970009854.0.jpg", "source_text": "EP", "target_text": "Saw", "gt_caption": "This photo shows a 7-inch continuous rim diamond blade for cutting porcelain, featuring a yellow warning label and specifications such as 178mm diameter and a maximum RPM of 8730."}
165
+ {"id": 926, "prompt": "Replace the text 'CANADA' with 'MINT'.", "original_image": "2.1/image/original/3306805007337.0.jpg", "gt_image": "2.1/image/gt/3306805007337.0.jpg", "source_text": "CANADA", "target_text": "MINT", "gt_caption": "This digital display shows a silver coin featuring a geometric, polygonal design of a wolf's head, labeled \"MINT\" at the top and \"25 DOLLARS\" at the bottom."}
166
+ {"id": 927, "prompt": "Replace the text 'Montegrappa' with 'Calligraphy'.", "original_image": "2.1/image/original/3802784008190.0.webp", "gt_image": "2.1/image/gt/3802784008190.0.webp", "source_text": "Montegrappa", "target_text": "Calligraphy", "gt_caption": "This photo showcases a close-up of a red calligraphy pen with decorative patterns, alongside its silver nib, emphasizing its elegant design and craftsmanship."}
167
+ {"id": 928, "prompt": "Replace the text 'NEWYORK' with 'PARIS'.", "original_image": "2.1/image/original/1921415002313.0.jpg", "gt_image": "2.1/image/gt/1921415002313.0.jpg", "source_text": "NEWYORK", "target_text": "PARIS", "gt_caption": "This photo showcases a casual outfit ensemble featuring a black \"PARIS\" sweatshirt, a red plaid shirt, blue jeans, and chunky black boots with maroon socks."}
168
+ {"id": 929, "prompt": "Replace the text 'MOUTARDE' with 'CURRY'.", "original_image": "2.1/image/original/3787679005276.0.jpg", "gt_image": "2.1/image/gt/3787679005276.0.jpg", "source_text": "MOUTARDE", "target_text": "CURRY", "gt_caption": "This photo shows a packaged jar of \"Curry Coco\" mustard, featuring a bold yellow label and a design that includes a man in a suit, emphasizing its French origin and unique flavor profile."}
eval_prompts/fullset/2.2.jsonl ADDED
The diff for this file is too large to render. See raw diff
 
eval_prompts/fullset/2.3.jsonl ADDED
@@ -0,0 +1,235 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {"id": 1269, "prompt": "Replace the text 'rs' with 'vote'.", "original_image": "2.3/image/original/3203106094186.0.jpg", "gt_image": "2.3/image/gt/3203106094186.0.jpg", "source_text": "rs", "target_text": "vote", "gt_caption": "This photo shows two individuals at a podium, with one person gesturing toward the other during what appears to be a public speaking or press event."}
2
+ {"id": 1270, "prompt": "Replace the text 'MASTERS' with 'TOURNAMENT'.", "original_image": "2.3/image/original/3947438002696.0.jpg", "gt_image": "2.3/image/gt/3947438002696.0.jpg", "source_text": "MASTERS", "target_text": "TOURNAMENT", "gt_caption": "This photo shows a tournament scoreboard with flags from various countries displayed above, and a security guard walking in front of it, set against a backdrop of greenery."}
3
+ {"id": 1271, "prompt": "Replace the text 'CFH' with 'Gala'.", "original_image": "2.3/image/original/3995877001700.0.jpg", "gt_image": "2.3/image/gt/3995877001700.0.jpg", "source_text": "CFH", "target_text": "Gala", "gt_caption": "This photo shows a woman speaking at a podium during a gala event, as indicated by the backdrop featuring the word \"Gala.\""}
4
+ {"id": 1272, "prompt": "Replace the text 'Laundry' with 'Closet'.", "original_image": "2.3/image/original/2789518032039.0.jpg", "gt_image": "2.3/image/gt/2789518032039.0.jpg", "source_text": "Laundry", "target_text": "Closet", "gt_caption": "This photo depicts a neatly organized laundry or utility room with a rustic sign reading \"Closet Co. WASH. DRY and FOLD EST 1949,\" featuring storage cubbies, a workbench, decorative pillows, and a potted plant."}
5
+ {"id": 1273, "prompt": "Replace the text 'JUSTIN' with 'PLAYER'.", "original_image": "2.3/image/original/3092948003516.0.webp", "gt_image": "2.3/image/gt/3092948003516.0.webp", "source_text": "JUSTIN", "target_text": "PLAYER", "gt_caption": "This photo captures a golfer celebrating his victory at the PGA Championship, holding the trophy in front of a crowd and a large screen displaying his name."}
6
+ {"id": 1274, "prompt": "Replace the text 'OLIVIER' with 'Theatre'.", "original_image": "2.3/image/original/3234946007305.0.jpg", "gt_image": "2.3/image/gt/3234946007305.0.jpg", "source_text": "OLIVIER", "target_text": "Theatre", "gt_caption": "This photo shows three individuals standing behind a podium at the Theatre Awards, with the MasterCard logo displayed prominently."}
7
+ {"id": 1275, "prompt": "Replace the text 'OPEN' with 'BUSY'.", "original_image": "2.3/image/original/3702772009033.0.jpg", "gt_image": "2.3/image/gt/3702772009033.0.jpg", "source_text": "OPEN", "target_text": "BUSY", "gt_caption": "This photo shows two people giving each other a high-five in front of a restaurant, with a chalkboard sign reading \"WE ARE BUSY FOR BRUNCH LUNCH.\""}
8
+ {"id": 1276, "prompt": "Replace the text 'SAMUEL' with 'TEACHER'.", "original_image": "2.3/image/original/3964695001125.0.jpg", "gt_image": "2.3/image/gt/3964695001125.0.jpg", "source_text": "SAMUEL", "target_text": "TEACHER", "gt_caption": "This photo shows a memorial display with flowers, signs, and tributes, including a prominent sign that reads \"JE SUIS TEACHER,\" indicating a tribute to educators."}
9
+ {"id": 1277, "prompt": "Replace the text 'ARUNACHAL' with 'CHHATTISGARH'.", "original_image": "2.3/image/original/1003300000597.0.webp", "gt_image": "2.3/image/gt/1003300000597.0.webp", "source_text": "ARUNACHAL", "target_text": "CHHATTISGARH", "gt_caption": "This photo shows a person wearing a mask seated at a desk in an official setting, with a backdrop featuring the emblem of Chhattisgarh Pradesh."}
10
+ {"id": 1278, "prompt": "Replace the text '2019' with '2023'.", "original_image": "2.3/image/original/3517241002122.0.webp", "gt_image": "2.3/image/gt/3517241002122.0.webp", "source_text": "2019", "target_text": "2023", "gt_caption": "This photo shows two individuals standing in front of the flags of the United States and China, with a backdrop indicating the \"Osaka 2023\" event."}
11
+ {"id": 1279, "prompt": "Replace the text 'COFFEE' with 'TEA'.", "original_image": "2.3/image/original/4214276003988.0.jpg", "gt_image": "2.3/image/gt/4214276003988.0.jpg", "source_text": "COFFEE", "target_text": "TEA", "gt_caption": "This photo shows a coffee shop interior with a blackboard-style wall mural featuring illustrations and text promoting coffee, tea, and other beverages, set against a modern, minimalist decor."}
12
+ {"id": 1280, "prompt": "Replace the text 'KEEPIT' with 'ACT'.", "original_image": "2.3/image/original/3636946001442.0.jpg", "gt_image": "2.3/image/gt/3636946001442.0.jpg", "source_text": "KEEPIT", "target_text": "ACT", "gt_caption": "This photo captures a crowd of people at a COP24 Katowice event in Poland, 2018, with a banner reading \"ACT\" and individuals taking photos or recording the scene."}
13
+ {"id": 1281, "prompt": "Replace the text 'TED' with 'TURNER'.", "original_image": "2.3/image/original/2400504000436.0.jpg", "gt_image": "2.3/image/gt/2400504000436.0.jpg", "source_text": "TED", "target_text": "TURNER", "gt_caption": "This photo shows a man speaking at a podium labeled \"TURNER,\" with a large screen behind him displaying an image of a man in a cowboy hat."}
14
+ {"id": 1282, "prompt": "Replace the text 'UFC' with 'MMA'.", "original_image": "2.3/image/original/15576012097.0.jpg", "gt_image": "2.3/image/gt/15576012097.0.jpg", "source_text": "UFC", "target_text": "MMA", "gt_caption": "This photo shows a UFC press conference with a man speaking into a microphone while seated on a director's chair, with promotional banners and logos in the background."}
15
+ {"id": 1283, "prompt": "Replace the text 'ACADEMY' with 'EXHIBITION'.", "original_image": "2.3/image/original/2887449007173.0.jpg", "gt_image": "2.3/image/gt/2887449007173.0.jpg", "source_text": "ACADEMY", "target_text": "EXHIBITION", "gt_caption": "This photo shows chefs preparing food at a cooking demonstration during an \"Excellence Exhibition\" event, with signage highlighting \"Food Made in Italy\" and cooking-related activities."}
16
+ {"id": 1284, "prompt": "Replace the text 'Biology' with 'Research'.", "original_image": "2.3/image/original/1406253089284.0.jpg", "gt_image": "2.3/image/gt/1406253089284.0.jpg", "source_text": "Biology", "target_text": "Research", "gt_caption": "This photo shows a man giving a speech at a podium in front of banners for the Royal Society of Research and The Physiological Society, indicating a scientific or academic event."}
17
+ {"id": 1285, "prompt": "Replace the text 'Caramel' with 'Pumpkin'.", "original_image": "2.3/image/original/2370705019406.0.webp", "gt_image": "2.3/image/gt/2370705019406.0.webp", "source_text": "Caramel", "target_text": "Pumpkin", "gt_caption": "This photo showcases a cozy kitchen or dining area decorated for fall, featuring a white cabinet with pumpkins, flowers, candles, and beverages, creating a warm and inviting atmosphere."}
18
+ {"id": 1286, "prompt": "Replace the text 'SweetShop' with 'CandyLand'.", "original_image": "2.3/image/original/1366111002877.0.jpg", "gt_image": "2.3/image/gt/1366111002877.0.jpg", "source_text": "SweetShop", "target_text": "CandyLand", "gt_caption": "This photo shows a baby dressed as a chef, sitting in a festive Valentine's-themed setting with decorations and a sign that reads \"Olivia's Candy Land,\" featuring cookies, muffins, cupcakes, candy, and hugs & kisses."}
19
+ {"id": 1287, "prompt": "Replace the text 'Russia' with 'China'.", "original_image": "2.3/image/original/2444757003340.0.webp", "gt_image": "2.3/image/gt/2444757003340.0.webp", "source_text": "Russia", "target_text": "China", "gt_caption": "This photo shows a formal meeting setting where a man is seated at a table with a nameplate reading \"China,\" indicating an international diplomatic or political gathering."}
20
+ {"id": 1288, "prompt": "Replace the text 'Goal' with 'Vision'.", "original_image": "2.3/image/original/1240437012902.0.jpg", "gt_image": "2.3/image/gt/1240437012902.0.jpg", "source_text": "Goal", "target_text": "Vision", "gt_caption": "This photo shows a chalkboard with the text \"MY CAREER\" and a checklist of \"Vision,\" \"Plan,\" and \"Action,\" all marked with yellow checkmarks, symbolizing a structured approach to career planning."}
21
+ {"id": 1289, "prompt": "Replace the text 'LINCO' with 'GOV'.", "original_image": "2.3/image/original/2237813015759.0.jpg", "gt_image": "2.3/image/gt/2237813015759.0.jpg", "source_text": "LINCO", "target_text": "GOV", "gt_caption": "This photo shows a man in a suit gesturing with his hand raised, standing in front of a backdrop with the text \"GOVERNMENT\" and \"RESH IDEAS.\""}
22
+ {"id": 1290, "prompt": "Replace the text 'Customer' with 'Service'.", "original_image": "2.3/image/original/1132089011356.0.jpg", "gt_image": "2.3/image/gt/1132089011356.0.jpg", "source_text": "Customer", "target_text": "Service", "gt_caption": "This illustration depicts a person presenting a board with the word \"Service\" and arrows, while two others listen attentively in a meeting or training setting."}
23
+ {"id": 1291, "prompt": "Replace the text 'Browns' with 'Sandwiches'.", "original_image": "2.3/image/original/543757002392.0.jpg", "gt_image": "2.3/image/gt/543757002392.0.jpg", "source_text": "Browns", "target_text": "Sandwiches", "gt_caption": "This photo shows a tray of \"Baby Hot Sandwiches\" topped with melted cheese, bacon, and tomato slices, served on a decorative doily."}
24
+ {"id": 1292, "prompt": "Replace the text 'HALLOFFAME' with 'INDUCTION'.", "original_image": "2.3/image/original/3539653012293.0.jpg", "gt_image": "2.3/image/gt/3539653012293.0.jpg", "source_text": "HALLOFFAME", "target_text": "INDUCTION", "gt_caption": "This photo shows a person speaking at a podium during the \"Songwriters Induction 50th Anniversary\" event, with a geometric gold background."}
25
+ {"id": 1293, "prompt": "Replace the text 'OUT' with 'SAFE'.", "original_image": "2.3/image/original/1041582006038.0.jpg", "gt_image": "2.3/image/gt/1041582006038.0.jpg", "source_text": "OUT", "target_text": "SAFE", "gt_caption": "This photo captures a baseball player in mid-air attempting to tag a sliding runner during a game, with the scoreboard in the background showing \"1 Strike, 2 Safe.\""}
26
+ {"id": 1294, "prompt": "Replace the text 'COMFORT' with 'STABILITY'.", "original_image": "2.3/image/original/3758264000216.0.webp", "gt_image": "2.3/image/gt/3758264000216.0.webp", "source_text": "COMFORT", "target_text": "STABILITY", "gt_caption": "This photo shows a minimalist interior with a black poster featuring the text \"YOUR STABILITY ZONE WILL KILL YOU\" displayed above a shelf holding books, a vase with flowers, a yellow lamp, and decorative items."}
27
+ {"id": 1295, "prompt": "Replace the text 'CON' with 'CAR'.", "original_image": "2.3/image/original/2740790008117.0.jpg", "gt_image": "2.3/image/gt/2740790008117.0.jpg", "source_text": "CON", "target_text": "CAR", "gt_caption": "This photo shows two individuals standing at a panel discussion during a Comic-Con event, with microphones and branding visible in the background."}
28
+ {"id": 1296, "prompt": "Replace the text 'CLOSED' with 'OPEN'.", "original_image": "2.3/image/original/1145121005189.0.jpg", "gt_image": "2.3/image/gt/1145121005189.0.jpg", "source_text": "CLOSED", "target_text": "OPEN", "gt_caption": "This photo showcases a cozy, pastel-colored kitchen setup with neatly organized shelves, hanging utensils, and appliances, featuring a sign that reads \"Sorry, We're Open.\""}
29
+ {"id": 1297, "prompt": "Replace the text 'RealChange' with 'PolicyShift'.", "original_image": "2.3/image/original/4270177004011.0.jpg", "gt_image": "2.3/image/gt/4270177004011.0.jpg", "source_text": "RealChange", "target_text": "PolicyShift", "gt_caption": "This photo shows a group of individuals, including a man speaking at a podium, during a press event focused on a \"Policy Shift for Veterans,\" as indicated by the sign in the foreground."}
30
+ {"id": 1298, "prompt": "Replace the text 'AUTRICHE' with 'ALLEMAGNE'.", "original_image": "2.3/image/original/2143463002431.0.jpg", "gt_image": "2.3/image/gt/2143463002431.0.jpg", "source_text": "AUTRICHE", "target_text": "ALLEMAGNE", "gt_caption": "This photo shows a man and a woman standing in front of a scoreboard, with the man holding an award and the woman pointing at it, suggesting a celebratory moment at an event."}
31
+ {"id": 1299, "prompt": "Replace the text 'NACHOS' with 'Enchiladas'.", "original_image": "2.3/image/original/1176052000064.0.jpg", "gt_image": "2.3/image/gt/1176052000064.0.jpg", "source_text": "NACHOS", "target_text": "Enchiladas", "gt_caption": "This photo shows a chef giving a thumbs-up in front of a table displaying fresh produce, including avocados and tomatoes, alongside a plate of enchiladas and a drink, with a menu board in the background."}
32
+ {"id": 1300, "prompt": "Replace the text '2' with '3'.", "original_image": "2.3/image/original/151254003822.0.jpg", "gt_image": "2.3/image/gt/151254003822.0.jpg", "source_text": "2", "target_text": "3", "gt_caption": "This photo depicts a cozy and organized children's playroom featuring a wooden storage unit, a small table with chairs, and a chalkboard easel, all set against a warm and inviting backdrop."}
33
+ {"id": 1301, "prompt": "Replace the text 'coffeebar' with 'cafe'.", "original_image": "2.3/image/original/3160263013432.0.webp", "gt_image": "2.3/image/gt/3160263013432.0.webp", "source_text": "coffeebar", "target_text": "cafe", "gt_caption": "This photo showcases a rustic DIY coffee station with a chalkboard menu, wooden shelving, and a cozy setup featuring coffee-making tools, mugs, and decorative elements."}
34
+ {"id": 1302, "prompt": "Replace the text 'abc' with 'network'.", "original_image": "2.3/image/original/1535245004395.0.jpg", "gt_image": "2.3/image/gt/1535245004395.0.jpg", "source_text": "abc", "target_text": "network", "gt_caption": "This photo shows a panel discussion with four individuals seated on stage in front of a backdrop featuring the \"network\" logo, likely at a media or entertainment event."}
35
+ {"id": 1303, "prompt": "Replace the text 'Spring' with 'Brew'.", "original_image": "2.3/image/original/4198841004308.0.jpg", "gt_image": "2.3/image/gt/4198841004308.0.jpg", "source_text": "Spring", "target_text": "Brew", "gt_caption": "This photo shows a flight of six beers served in a wooden holder, displayed in front of a tap system with various beer labels and a chalkboard menu in a brewery setting."}
36
+ {"id": 1304, "prompt": "Replace the text 'True' with 'False'.", "original_image": "2.3/image/original/1995588016158.0.webp", "gt_image": "2.3/image/gt/1995588016158.0.webp", "source_text": "True", "target_text": "False", "gt_caption": "This photo shows two individuals posing together in a casual setting, with one person playfully puckering their lips while the other smiles warmly, set against a backdrop featuring colorful text and books."}
37
+ {"id": 1305, "prompt": "Replace the text 'FeSTIVAL' with 'THEATRE'.", "original_image": "2.3/image/original/3099892009145.0.jpg", "gt_image": "2.3/image/gt/3099892009145.0.jpg", "source_text": "FeSTIVAL", "target_text": "THEATRE", "gt_caption": "This photo shows a group of people standing on a stage in front of a banner that reads \"International Thespian Theatre,\" likely celebrating or participating in a theatrical event."}
38
+ {"id": 1306, "prompt": "Replace the text 'Herb' with 'Flower'.", "original_image": "2.3/image/original/2643285000484.0.webp", "gt_image": "2.3/image/gt/2643285000484.0.webp", "source_text": "Herb", "target_text": "Flower", "gt_caption": "This photo shows a small collection of potted plants arranged on a wooden surface, with a chalkboard sign hanging in front that reads \"Flower Garden.\""}
39
+ {"id": 1307, "prompt": "Replace the text 'NASA' with 'SocialMedia'.", "original_image": "2.3/image/original/2103256018013.0.webp", "gt_image": "2.3/image/gt/2103256018013.0.webp", "source_text": "NASA", "target_text": "SocialMedia", "gt_caption": "This photo shows three men at a press conference, with one speaking into microphones and the others standing beside him, in front of a podium labeled \"The National Social Media Super Alliance.\""}
40
+ {"id": 1308, "prompt": "Replace the text 'APEX' with 'Summit'.", "original_image": "2.3/image/original/2448984003563.0.webp", "gt_image": "2.3/image/gt/2448984003563.0.webp", "source_text": "APEX", "target_text": "Summit", "gt_caption": "This photo shows a military officer speaking at an event, with a presentation screen displaying the word \"Summit\" and a logo in the background."}
41
+ {"id": 1309, "prompt": "Replace the text 'Description' with 'Overview'.", "original_image": "2.3/image/original/2732263012495.0.webp", "gt_image": "2.3/image/gt/2732263012495.0.webp", "source_text": "Description", "target_text": "Overview", "gt_caption": "Chalkboard diagram showing key elements of business success. A figure points to a bar graph labeled \"Success.\" Surrounding components include \"Business Plan,\" \"Analysis,\" \"Marketing,\" \"SWOT,\" and \"Team,\" all connected with arrows and icons."}
42
+ {"id": 1310, "prompt": "Replace the text 'ONDHEIM' with 'MUSICAL'.", "original_image": "2.3/image/original/3233156008344.0.jpg", "gt_image": "2.3/image/gt/3233156008344.0.jpg", "source_text": "ONDHEIM", "target_text": "MUSICAL", "gt_caption": "This photo shows a man on stage, holding a red phone and pointing, with a backdrop reading \"THE G-SPOT,\" \"WICKED,\" \"PRODUCERS,\" \"CHICAGO,\" and \"MUSICAL,\" indicating a performance or presentation related to musical theater."}
43
+ {"id": 1311, "prompt": "Replace the text 'NAACP' with 'Convention'.", "original_image": "2.3/image/original/2542038002796.0.jpg", "gt_image": "2.3/image/gt/2542038002796.0.jpg", "source_text": "NAACP", "target_text": "Convention", "gt_caption": "This photo shows a man speaking at a podium in front of a backdrop featuring the logo of the National Association for the Advancement of Colored People (NAACP) Convention, founded in 1909."}
44
+ {"id": 1312, "prompt": "Replace the text 'ANTIQUES' with 'HERITAGE'.", "original_image": "2.3/image/original/3574766009638.0.webp", "gt_image": "2.3/image/gt/3574766009638.0.webp", "source_text": "ANTIQUES", "target_text": "HERITAGE", "gt_caption": "This photo showcases a cozy, rustic dining area decorated with fall-themed elements, including pumpkins, hydrangeas, and a \"HERITAGE\" sign, creating a warm and inviting atmosphere."}
45
+ {"id": 1313, "prompt": "Replace the text 'FIBER' with 'NUTRIENTS'.", "original_image": "2.3/image/original/4069062001355.0.jpg", "gt_image": "2.3/image/gt/4069062001355.0.jpg", "source_text": "FIBER", "target_text": "NUTRIENTS", "gt_caption": "This photo showcases a variety of fresh foods and ingredients, including fruits, vegetables, grains, and nuts, arranged on a wooden surface with a sign labeled \"NUTRIENTS,\" emphasizing healthy eating and nutrition."}
46
+ {"id": 1314, "prompt": "Replace the text 'Hello' with 'Welcome'.", "original_image": "2.3/image/original/3316555007298.0.jpg", "gt_image": "2.3/image/gt/3316555007298.0.jpg", "source_text": "Hello", "target_text": "Welcome", "gt_caption": "This photo features a chalkboard sign with the text \"Welcome November\" surrounded by pumpkins, symbolizing the arrival of the fall season."}
47
+ {"id": 1315, "prompt": "Replace the text 'PREPCOM3' with 'UNHABITAT'.", "original_image": "2.3/image/original/3660763001259.0.jpg", "gt_image": "2.3/image/gt/3660763001259.0.jpg", "source_text": "PREPCOM3", "target_text": "UNHABITAT", "gt_caption": "This photo shows a digital display promoting the \"Habitat III\" conference by UN-Habitat, held in Surabaya from July 25-27, 2016, with silhouettes of people walking in the foreground."}
48
+ {"id": 1316, "prompt": "Replace the text 'Christmas' with 'Holidays'.", "original_image": "2.3/image/original/2490267030508.0.jpg", "gt_image": "2.3/image/gt/2490267030508.0.jpg", "source_text": "Christmas", "target_text": "Holidays", "gt_caption": "This photo shows a classroom door decorated with a festive Christmas tree made of layered green paper, adorned with ornaments, snowflakes, and musical notes, with the text \"O Holidays Tree\" above it."}
49
+ {"id": 1317, "prompt": "Replace the text 'HUMAN' with 'ALIEN'.", "original_image": "2.3/image/original/2444380022136.0.jpg", "gt_image": "2.3/image/gt/2444380022136.0.jpg", "source_text": "HUMAN", "target_text": "ALIEN", "gt_caption": "This screenshot shows two individuals in orange hazmat suits holding a tablet with the word \"ALIEN\" displayed, suggesting a scene from a science fiction or containment scenario."}
50
+ {"id": 1318, "prompt": "Replace the text 'CANCER' with 'DISEASE'.", "original_image": "2.3/image/original/4187197005410.0.jpg", "gt_image": "2.3/image/gt/4187197005410.0.jpg", "source_text": "CANCER", "target_text": "DISEASE", "gt_caption": "This photo shows two individuals on stage presenting an award at an event hosted by the Conquer Disease Foundation, with a backdrop promoting their mission to build a world free from cancer."}
51
+ {"id": 1319, "prompt": "Replace the text 'G20HANGZHOUSUMMIT' with 'B20HANGZHOUPRESSCONFERENCE'.", "original_image": "2.3/image/original/3752928000413.0.jpg", "gt_image": "2.3/image/gt/3752928000413.0.jpg", "source_text": "G20HANGZHOUSUMMIT", "target_text": "B20HANGZHOUPRESSCONFERENCE", "gt_caption": "This photo shows a press conference at the 2016 G20 Summit in Hangzhou, China, with leaders seated at a table addressing the media."}
52
+ {"id": 1320, "prompt": "Replace the text 'DISRUP' with 'TECH'.", "original_image": "2.3/image/original/50379000780.0.jpg", "gt_image": "2.3/image/gt/50379000780.0.jpg", "source_text": "DISRUP", "target_text": "TECH", "gt_caption": "This photo shows a man speaking into a microphone at a TechCrunch event, gesturing with his hand while addressing an audience."}
53
+ {"id": 1321, "prompt": "Replace the text 'DELTA' with 'AMTRAK'.", "original_image": "2.3/image/original/1035232013480.0.jpg", "gt_image": "2.3/image/gt/1035232013480.0.jpg", "source_text": "DELTA", "target_text": "AMTRAK", "gt_caption": "This photo shows a man speaking at a podium with \"AMTRAK\" branding, with a \"DELTA\" sign in the background promoting \"New York's Airline.\""}
54
+ {"id": 1322, "prompt": "Replace the text 'ELECT' with 'INAUGURATE'.", "original_image": "2.3/image/original/4020043011943.0.jpg", "gt_image": "2.3/image/gt/4020043011943.0.jpg", "source_text": "ELECT", "target_text": "INAUGURATE", "gt_caption": "This photo shows President-elect Joe Biden speaking at a podium with the \"Office of the President Elect\" branding, during a pre-inauguration event."}
55
+ {"id": 1323, "prompt": "Replace the text 'ECONOMIC' with 'POLITICAL'.", "original_image": "2.3/image/original/2568807002399.0.jpg", "gt_image": "2.3/image/gt/2568807002399.0.jpg", "source_text": "ECONOMIC", "target_text": "POLITICAL", "gt_caption": "This photo shows a man speaking into a microphone at the World Economic Forum in 2009."}
56
+ {"id": 1324, "prompt": "Replace the text 'FORMAYOR' with 'CANDIDATE'.", "original_image": "2.3/image/original/3008004004115.0.jpg", "gt_image": "2.3/image/gt/3008004004115.0.jpg", "source_text": "FORMAYOR", "target_text": "CANDIDATE", "gt_caption": "This photo shows a man speaking at a podium with a microphone, promoting his candidacy as \"John Tory Candidate,\" as indicated by the signage and screen behind him."}
57
+ {"id": 1325, "prompt": "Replace the text 'MAINE' with 'Maine'.", "original_image": "2.3/image/original/605387001765.0.jpg", "gt_image": "2.3/image/gt/605387001765.0.jpg", "source_text": "MAINE", "target_text": "Maine", "gt_caption": "This photo shows a woman speaking at a podium with a microphone, representing the Maine International Trade Center, as indicated by the sign on the podium."}
58
+ {"id": 1326, "prompt": "Replace the text 'CANNES' with 'PARIS'.", "original_image": "2.3/image/original/2782285008391.0.jpg", "gt_image": "2.3/image/gt/2782285008391.0.jpg", "source_text": "CANNES", "target_text": "PARIS", "gt_caption": "This photo shows a group of five women posing at a press event for the Festival de Cannes, with a crowd of photographers and attendees in the background."}
59
+ {"id": 1327, "prompt": "Replace the text 'Coworking' with 'Collaboration'.", "original_image": "2.3/image/original/3390093002367.0.jpg", "gt_image": "2.3/image/gt/3390093002367.0.jpg", "source_text": "Coworking", "target_text": "Collaboration", "gt_caption": "This photo depicts a group of people collaborating around a table with the word \"Collaboration\" written on it, emphasizing teamwork and idea sharing."}
60
+ {"id": 1328, "prompt": "Replace the text 'TMENTOFJU' with 'SETTLEMENT'.", "original_image": "2.3/image/original/1079341006264.0.jpg", "gt_image": "2.3/image/gt/1079341006264.0.jpg", "source_text": "TMENTOFJU", "target_text": "SETTLEMENT", "gt_caption": "This photo shows a press conference at the Department of Justice, with a woman speaking at a podium and two others standing behind her, all in a formal setting with official branding and flags in the background."}
61
+ {"id": 1329, "prompt": "Replace the text 'RENEW' with 'SIGN'.", "original_image": "2.3/image/original/4170727000248.0.webp", "gt_image": "2.3/image/gt/4170727000248.0.webp", "source_text": "RENEW", "target_text": "SIGN", "gt_caption": "This photo shows a group of individuals signing documents at a formal event, with a backdrop highlighting environmental and water resource initiatives."}
62
+ {"id": 1330, "prompt": "Replace the text 'Gujarati' with 'Seminar'.", "original_image": "2.3/image/original/3550044010729.0.jpg", "gt_image": "2.3/image/gt/3550044010729.0.jpg", "source_text": "Gujarati", "target_text": "Seminar", "gt_caption": "This photo shows a man speaking at a podium during a seminar titled \"Seminar GCSE: Exam Info. @ Sun 4 Jan. 2015,\" as indicated on the projected screen behind him."}
63
+ {"id": 1331, "prompt": "Replace the text 'G20OSAKASUMMIT' with 'G20Summit'.", "original_image": "2.3/image/original/3335704011151.0.webp", "gt_image": "2.3/image/gt/3335704011151.0.webp", "source_text": "G20OSAKASUMMIT", "target_text": "G20Summit", "gt_caption": "This photo shows two world leaders seated in a formal meeting during the 2019 G20 Summit, with flags of their respective countries displayed in the background."}
64
+ {"id": 1332, "prompt": "Replace the text 'YAWP' with 'Poets'.", "original_image": "2.3/image/original/3754654000818.0.jpg", "gt_image": "2.3/image/gt/3754654000818.0.jpg", "source_text": "YAWP", "target_text": "Poets", "gt_caption": "This photo depicts a classroom scene where a teacher in a red sweater is reading aloud from a book to a group of students seated at wooden desks."}
65
+ {"id": 1333, "prompt": "Replace the text 'INTERPOL' with 'ICPO'.", "original_image": "2.3/image/original/1065641002461.0.jpg", "gt_image": "2.3/image/gt/1065641002461.0.jpg", "source_text": "INTERPOL", "target_text": "ICPO", "gt_caption": "This photo shows a man speaking at a podium during the INTERPOL 85th General Assembly in Bali, Indonesia, 2016, with flags and the event logo in the background."}
66
+ {"id": 1334, "prompt": "Replace the text 'Lunch' with 'Salad'.", "original_image": "2.3/image/original/4092392014842.0.webp", "gt_image": "2.3/image/gt/4092392014842.0.webp", "source_text": "Lunch", "target_text": "Salad", "gt_caption": "This photo showcases a homemade chicken salad sandwich served on a plate with cucumber slices, accompanied by a bowl of chicken salad and bread loaves in the background, set on a cozy table with a \"Salad\" sign."}
67
+ {"id": 1335, "prompt": "Replace the text 'COMMUNITIES' with 'NEIGHBORHOODS'.", "original_image": "2.3/image/original/2591626002170.0.webp", "gt_image": "2.3/image/gt/2591626002170.0.webp", "source_text": "COMMUNITIES", "target_text": "NEIGHBORHOODS", "gt_caption": "This photo shows a group of people at a protest advocating for \"Fund Neighborhoods, Defund Police,\" with one individual speaking into a microphone."}
68
+ {"id": 1336, "prompt": "Replace the text 'BOSCH' with 'ENGINEERING'.", "original_image": "2.3/image/original/3086923005783.0.jpg", "gt_image": "2.3/image/gt/3086923005783.0.jpg", "source_text": "BOSCH", "target_text": "ENGINEERING", "gt_caption": "This photo shows a man giving a speech at a podium with \"BOSCH\" branding, likely at an event related to engineering or technology."}
69
+ {"id": 1337, "prompt": "Replace the text 'PREESCOLAR' with 'Kindergarten'.", "original_image": "2.3/image/original/3189998012245.0.jpg", "gt_image": "2.3/image/gt/3189998012245.0.jpg", "source_text": "PREESCOLAR", "target_text": "Kindergarten", "gt_caption": "This photo shows a kindergarten graduation ceremony where a young child, wearing a graduation cap and gown, holds a diploma, flanked by two women in formal attire."}
70
+ {"id": 1338, "prompt": "Replace the text 'ISSUESCOM' with 'POLITICS'.", "original_image": "2.3/image/original/3572424016597.0.jpg", "gt_image": "2.3/image/gt/3572424016597.0.jpg", "source_text": "ISSUESCOM", "target_text": "POLITICS", "gt_caption": "This photo shows a person speaking into a microphone at an event, with a backdrop that includes the text \"John M. Smith Politics.\""}
71
+ {"id": 1339, "prompt": "Replace the text 'Immune' with 'Boost'.", "original_image": "2.3/image/original/3748639000866.0.jpg", "gt_image": "2.3/image/gt/3748639000866.0.jpg", "source_text": "Immune", "target_text": "Boost", "gt_caption": "This photo showcases a variety of healthy foods and ingredients, including fruits, vegetables, nuts, and spices, arranged around a chalkboard sign that reads \"BOOST SYSTEM,\" emphasizing a focus on boosting health and wellness."}
72
+ {"id": 1340, "prompt": "Replace the text 'BOARD' with 'RANK'.", "original_image": "2.3/image/original/3604811006470.0.jpg", "gt_image": "2.3/image/gt/3604811006470.0.jpg", "source_text": "BOARD", "target_text": "RANK", "gt_caption": "This poster announces the results of the 18th Annual Leader Rank fishing competition, highlighting the overall, women's, and youth categories with the names and sizes of the largest fish caught."}
73
+ {"id": 1341, "prompt": "Replace the text 'PIPA' with 'ACTA'.", "original_image": "2.3/image/original/1902541001288.0.webp", "gt_image": "2.3/image/gt/1902541001288.0.webp", "source_text": "PIPA", "target_text": "ACTA", "gt_caption": "This photo shows a person speaking into a microphone at a public event, surrounded by a crowd and holding a sign that references SOPA, ACTA, and related issues."}
74
+ {"id": 1342, "prompt": "Replace the text 'KLMATET' with 'STRIKE'.", "original_image": "2.3/image/original/3289155008038.0.jpg", "gt_image": "2.3/image/gt/3289155008038.0.jpg", "source_text": "KLMATET", "target_text": "STRIKE", "gt_caption": "This photo shows a person sitting on the ground next to a sign that reads \"SKOLSTREJK FÖR STRIKE,\" indicating a school strike for climate action."}
75
+ {"id": 1343, "prompt": "Replace the text 'DANIEL' with 'JOHN'.", "original_image": "2.3/image/original/4252145008087.0.jpg", "gt_image": "2.3/image/gt/4252145008087.0.jpg", "source_text": "DANIEL", "target_text": "JOHN", "gt_caption": "This photo shows a memorial setup with candles, flowers, and a sign reading \"JOHN PRUDE,\" likely honoring the memory of an individual."}
76
+ {"id": 1344, "prompt": "Replace the text 'RCEP' with 'Summit'.", "original_image": "2.3/image/original/1233752017388.0.jpg", "gt_image": "2.3/image/gt/1233752017388.0.jpg", "source_text": "RCEP", "target_text": "Summit", "gt_caption": "This photo shows a group of leaders at the 35th ASEAN Summit and Related Summits, held on 4 November 2019 in Bangkok/Nonthaburi, Thailand, posing for a group photo on stage."}
77
+ {"id": 1345, "prompt": "Replace the text 'Brownies' with 'Brownie'.", "original_image": "2.3/image/original/3541132000855.0.webp", "gt_image": "2.3/image/gt/3541132000855.0.webp", "source_text": "Brownies", "target_text": "Brownie", "gt_caption": "This photo shows a stack of Gingerbread Flavour Salted Caramel Brownies displayed with a chalkboard sign in the background."}
78
+ {"id": 1346, "prompt": "Replace the text 'SOCIAL' with 'Digital'.", "original_image": "2.3/image/original/4096469000912.0.jpg", "gt_image": "2.3/image/gt/4096469000912.0.jpg", "source_text": "SOCIAL", "target_text": "Digital", "gt_caption": "This photo shows a group of people in a meeting, with a woman presenting in front of a whiteboard filled with colorful illustrations and text related to digital media, content creation, and collaboration."}
79
+ {"id": 1347, "prompt": "Replace the text 'WILL' with 'HONOR'.", "original_image": "2.3/image/original/3465528011393.0.webp", "gt_image": "2.3/image/gt/3465528011393.0.webp", "source_text": "WILL", "target_text": "HONOR", "gt_caption": "This photo shows a man standing at a podium with a microphone, delivering a speech at an event branded with the \"Honor Rogers Motion Picture\" logo."}
80
+ {"id": 1348, "prompt": "Replace the text 'UNESCO' with 'UNICEF'.", "original_image": "2.3/image/original/3578632010993.0.jpg", "gt_image": "2.3/image/gt/3578632010993.0.jpg", "source_text": "UNESCO", "target_text": "UNICEF", "gt_caption": "This photo shows a man speaking at a podium with a UNICEF sign, likely at an official event or conference."}
81
+ {"id": 1349, "prompt": "Replace the text 'MPET' with 'Defence'.", "original_image": "2.3/image/original/4059669017033.0.jpg", "gt_image": "2.3/image/gt/4059669017033.0.jpg", "source_text": "MPET", "target_text": "Defence", "gt_caption": "This photo shows a man speaking at a podium during the IISS Shangri-La Dialogue, with a backdrop displaying text related to defense and security discussions."}
82
+ {"id": 1350, "prompt": "Replace the text 'APEC' with 'Economic'.", "original_image": "2.3/image/original/2994808005761.0.webp", "gt_image": "2.3/image/gt/2994808005761.0.webp", "source_text": "APEC", "target_text": "Economic", "gt_caption": "This photo shows a man in a suit waving at the camera during the Economic CEO Summit in Peru in 2016."}
83
+ {"id": 1351, "prompt": "Replace the text 'MARIN' with 'CLIPBOARD'.", "original_image": "2.3/image/original/3688221005181.0.jpg", "gt_image": "2.3/image/gt/3688221005181.0.jpg", "source_text": "MARIN", "target_text": "CLIPBOARD", "gt_caption": "This photo shows a decorated chalkboard clipboard with colorful buttons, a paper garland, and the word \"CIPBOARD\" written in chalk, placed on a desk alongside pencils, an apple, and chalk."}
84
+ {"id": 1352, "prompt": "Replace the text 'ASX' with 'Market'.", "original_image": "2.3/image/original/3997159012120.0.jpg", "gt_image": "2.3/image/gt/3997159012120.0.jpg", "source_text": "ASX", "target_text": "Market", "gt_caption": "This photo shows a person standing and observing a large digital display board showing stock market data, likely in a financial or trading center."}
85
+ {"id": 1353, "prompt": "Replace the text 'CARB' with 'GLYCEMIC'.", "original_image": "2.3/image/original/3172560000740.0.jpg", "gt_image": "2.3/image/gt/3172560000740.0.jpg", "source_text": "CARB", "target_text": "GLYCEMIC", "gt_caption": "This photo showcases a low-glycemic meal setup featuring grilled meat, fresh vegetables, cheese, and a small chalkboard sign that reads \"LOW GLYCEMIC,\" emphasizing healthy, low-carb food options."}
86
+ {"id": 1354, "prompt": "Replace the text 'BLAKE' with 'LOACH'.", "original_image": "2.3/image/original/1302125000516.0.webp", "gt_image": "2.3/image/gt/1302125000516.0.webp", "source_text": "BLAKE", "target_text": "LOACH", "gt_caption": "This photo shows a man kneeling on a red carpet, signing a wall covered with signatures and messages, while a large poster of another man with a raised fist is displayed in the background."}
87
+ {"id": 1355, "prompt": "Replace the text 'undial' with 'conference'.", "original_image": "2.3/image/original/3598946047118.0.webp", "gt_image": "2.3/image/gt/3598946047118.0.webp", "source_text": "undial", "target_text": "conference", "gt_caption": "This photo shows a man speaking at a podium during the Global Multistakeholder Meeting on the Future of Internet Governance, held on April 23-24, 2014."}
88
+ {"id": 1356, "prompt": "Replace the text 'Matthew' with 'Summer'.", "original_image": "2.3/image/original/4236969000464.0.jpg", "gt_image": "2.3/image/gt/4236969000464.0.jpg", "source_text": "Matthew", "target_text": "Summer", "gt_caption": "This photo shows a decorative floral wall with pink and white flowers, greenery, and candles, accompanied by the text \"Jenna Summer\" on the adjacent wall."}
89
+ {"id": 1357, "prompt": "Replace the text 'Good' with 'Well'.", "original_image": "2.3/image/original/3301156012531.0.jpg", "gt_image": "2.3/image/gt/3301156012531.0.jpg", "source_text": "Good", "target_text": "Well", "gt_caption": "This photo depicts a modern, minimalist dining area with a wooden table, colorful chairs, hanging geometric pendant lights, and a \"Well morning\" sign, surrounded by shelves and plants for a cozy, organized atmosphere."}
90
+ {"id": 1358, "prompt": "Replace the text 'JceCream' with 'Cookies'.", "original_image": "2.3/image/original/2624421004082.0.webp", "gt_image": "2.3/image/gt/2624421004082.0.webp", "source_text": "JceCream", "target_text": "Cookies", "gt_caption": "This photo shows a person in vibrant pink and red attire riding a bright yellow bicycle in front of a café window advertising tea, coffee, sandwiches, scones, cookies, and chocolate."}
91
+ {"id": 1359, "prompt": "Replace the text 'DILLON' with 'CANDIDATE'.", "original_image": "2.3/image/original/3545272001914.0.jpg", "gt_image": "2.3/image/gt/3545272001914.0.jpg", "source_text": "DILLON", "target_text": "CANDIDATE", "gt_caption": "This photo shows two men in formal attire engaged in a conversation, with one holding a document, set against a backdrop featuring a campaign sign for a candidate named Alan."}
92
+ {"id": 1360, "prompt": "Replace the text 'Programme' with 'Initiative'.", "original_image": "2.3/image/original/3673697042252.0.jpg", "gt_image": "2.3/image/gt/3673697042252.0.jpg", "source_text": "Programme", "target_text": "Initiative", "gt_caption": "This photo shows a Customs and Excise officer presenting a certificate to a trained canine during a certificate presentation ceremony for the Canine Breeding Training Initiative at City University of Hong Kong on 10 July 2020."}
93
+ {"id": 1361, "prompt": "Replace the text 'name' with 'Diana'.", "original_image": "2.3/image/original/3862977012431.0.webp", "gt_image": "2.3/image/gt/3862977012431.0.webp", "source_text": "name", "target_text": "Diana", "gt_caption": "This photo shows a small white puppy standing next to a chalkboard easel with the text \"My Diana is Merry,\" set against a green surface and a lattice fence background."}
94
+ {"id": 1362, "prompt": "Replace the text 'BUZZ' with 'VIBE'.", "original_image": "2.3/image/original/2898087001055.0.png", "gt_image": "2.3/image/gt/2898087001055.0.png", "source_text": "BUZZ", "target_text": "VIBE", "gt_caption": "This photo shows a decorated classroom door with a spring theme, featuring paper bees, colorful flowers, and the phrase \"VIBE ON INTO GEAR UP.\""}
95
+ {"id": 1363, "prompt": "Replace the text 'HOME' with 'LIVING'.", "original_image": "2.3/image/original/1570291015843.0.jpg", "gt_image": "2.3/image/gt/1570291015843.0.jpg", "source_text": "HOME", "target_text": "LIVING", "gt_caption": "This photo depicts a cozy living room corner featuring a modern gray sofa with striped and solid pillows, a copper industrial-style floor lamp, and a framed quote on the wall that reads, \"It's not the living I mind, but the life that is lived there.\" The backdrop is a geometric-patterned wallpaper."}
96
+ {"id": 1364, "prompt": "Replace the text 'TRUMP' with 'BIDEN'.", "original_image": "2.3/image/original/3355233000578.0.webp", "gt_image": "2.3/image/gt/3355233000578.0.webp", "source_text": "TRUMP", "target_text": "BIDEN", "gt_caption": "This photo depicts a political rally scene with a podium labeled \"BIDEN PENCE\" and \"MAKE AMERICA GREAT AGAIN!\" in front of American flags, featuring a man gesturing as if speaking, flanked by two individuals."}
97
+ {"id": 1365, "prompt": "Replace the text 'ALL' with 'Women'.", "original_image": "2.3/image/original/3040071002297.0.webp", "gt_image": "2.3/image/gt/3040071002297.0.webp", "source_text": "ALL", "target_text": "Women", "gt_caption": "This photo shows a group of women at a podium during a Planned Parenthood event, with a focus on women's health care in California."}
98
+ {"id": 1366, "prompt": "Replace the text 'RONAVIRUS' with 'PANDEMIC'.", "original_image": "2.3/image/original/1090503006324.0.jpg", "gt_image": "2.3/image/gt/1090503006324.0.jpg", "source_text": "RONAVIRUS", "target_text": "PANDEMIC", "gt_caption": "This photo shows a person speaking at a podium with Canadian flags in the background, addressing a topic related to the pandemic and coronavirus."}
99
+ {"id": 1367, "prompt": "Replace the text 'hijkl' with 'mandarin'.", "original_image": "2.3/image/original/1074893002831.0.jpg", "gt_image": "2.3/image/gt/1074893002831.0.jpg", "source_text": "hijkl", "target_text": "mandarin", "gt_caption": "This photo shows a group of four children sitting together in a classroom, smiling at the camera, with educational materials and a bookshelf in the background."}
100
+ {"id": 1368, "prompt": "Replace the text 'VISION' with 'COLLABORATION'.", "original_image": "2.3/image/original/4160251016554.0.jpg", "gt_image": "2.3/image/gt/4160251016554.0.jpg", "source_text": "VISION", "target_text": "COLLABORATION", "gt_caption": "This illustration depicts a group of people collaborating around a chalkboard that highlights the concept of teamwork, featuring interconnected gears and key elements like \"Goals,\" \"Success,\" \"Collaboration,\" and \"Skills.\""}
101
+ {"id": 1369, "prompt": "Replace the text 'ABBY' with 'CHORES'.", "original_image": "2.3/image/original/1485682002608.0.jpg", "gt_image": "2.3/image/gt/1485682002608.0.jpg", "source_text": "ABBY", "target_text": "CHORES", "gt_caption": "This photo shows a chore tracker board with a list of daily tasks divided into \"Good Morning\" and \"Good Night\" categories, using pink polka-dotted magnets to mark progress from \"To Do\" to \"Done.\""}
102
+ {"id": 1370, "prompt": "Replace the text 'TRAILS' with 'PEAKS'.", "original_image": "2.3/image/original/3934704006641.0.webp", "gt_image": "2.3/image/gt/3934704006641.0.webp", "source_text": "TRAILS", "target_text": "PEAKS", "gt_caption": "This photo shows a group of people posing together at the \"Summit for Arizona Peaks\" event held in Cottonwood, Arizona, in July 2020."}
103
+ {"id": 1371, "prompt": "Replace the text 'THINK' with 'BELIEVE'.", "original_image": "2.3/image/original/1780839004100.0.webp", "gt_image": "2.3/image/gt/1780839004100.0.webp", "source_text": "THINK", "target_text": "BELIEVE", "gt_caption": "This photo shows a chalkboard-style sign on a city sidewalk with the motivational message \"YOU ARE MORE POWERFUL THAN YOU BELIEVE\" attributed to De La Vega, accompanied by a simple stick figure drawing."}
104
+ {"id": 1372, "prompt": "Replace the text 'RACE' with 'Tour'.", "original_image": "2.3/image/original/4150497006737.0.jpg", "gt_image": "2.3/image/gt/4150497006737.0.jpg", "source_text": "RACE", "target_text": "Tour", "gt_caption": "This photo shows a man speaking at a Volkswagen Driving Experience Tour event, gesturing toward an audience in front of a branded backdrop."}
105
+ {"id": 1373, "prompt": "Replace the text 'Welcome' with 'Grand Opening'.", "original_image": "2.3/image/original/4173441006478.0.jpg", "gt_image": "2.3/image/gt/4173441006478.0.jpg", "source_text": "Welcome", "target_text": "Grand Opening", "gt_caption": "This photo shows two individuals preparing for a \"Grand Opening\" event, with one person writing on a chalkboard sign while another looks on, set in a lively outdoor market or shop setting."}
106
+ {"id": 1374, "prompt": "Replace the text 'closing' with 'opening'.", "original_image": "2.3/image/original/975111004089.0.jpg", "gt_image": "2.3/image/gt/975111004089.0.jpg", "source_text": "closing", "target_text": "opening", "gt_caption": "This photo shows two people smiling and making peace signs from the window of a food truck, with a menu board and an \"Innovation\" sign visible in the background."}
107
+ {"id": 1375, "prompt": "Replace the text 'CONTENT' with 'STRATEGY'.", "original_image": "2.3/image/original/1564886009941.0.jpg", "gt_image": "2.3/image/gt/1564886009941.0.jpg", "source_text": "CONTENT", "target_text": "STRATEGY", "gt_caption": "This photo depicts a collaborative workspace where individuals are engaged in planning and strategizing, with one person pointing at a blackboard featuring the word \"STRATEGY\" and various digital icons, while others work on laptops and take notes."}
108
+ {"id": 1376, "prompt": "Replace the text 'NovakDJOKOVIC' with 'TennisPlayer'.", "original_image": "2.3/image/original/2252005013125.0.jpg", "gt_image": "2.3/image/gt/2252005013125.0.jpg", "source_text": "NovakDJOKOVIC", "target_text": "TennisPlayer", "gt_caption": "This photo captures a tennis player in mid-air, executing a forehand shot during a match on a grass court, with a scoreboard and spectators in the background."}
109
+ {"id": 1377, "prompt": "Replace the text 'OLYMPIANS' with 'ATHLETES'.", "original_image": "2.3/image/original/2683519010838.0.jpg", "gt_image": "2.3/image/gt/2683519010838.0.jpg", "source_text": "OLYMPIANS", "target_text": "ATHLETES", "gt_caption": "This photo shows a classroom decorated with Olympic-themed elements, including a sign welcoming \"1st Grade Athletes\" and colorful Olympic rings above a window."}
110
+ {"id": 1378, "prompt": "Replace the text 'RAHM' with 'Mayor'.", "original_image": "2.3/image/original/1800777001969.0.jpg", "gt_image": "2.3/image/gt/1800777001969.0.jpg", "source_text": "RAHM", "target_text": "Mayor", "gt_caption": "This photo shows a man waving to a crowd while standing at a podium with a sign that reads \"Mayor,\" indicating a celebratory or victory moment, likely after an election."}
111
+ {"id": 1379, "prompt": "Replace the text 'VERIT' with 'TRUTH'.", "original_image": "2.3/image/original/2108263002511.0.jpg", "gt_image": "2.3/image/gt/2108263002511.0.jpg", "source_text": "VERIT", "target_text": "TRUTH", "gt_caption": "This photo shows a memorial display with stuffed animals, photos, and a red heart-shaped balloon, dedicated to someone named Ruth, as indicated by the text \"A TRUTH.\""}
112
+ {"id": 1380, "prompt": "Replace the text 'HEALTHY' with 'FITNESS'.", "original_image": "2.3/image/original/1276457006058.0.png", "gt_image": "2.3/image/gt/1276457006058.0.png", "source_text": "HEALTHY", "target_text": "FITNESS", "gt_caption": "This photo shows a woman wearing a \"It's Time Texas Ambassador\" shirt, smiling and gesturing toward a digital display promoting \"Fitness Texas Week\" from April 6-12, 2015."}
113
+ {"id": 1381, "prompt": "Replace the text 'DREAM' with 'PROTECT'.", "original_image": "2.3/image/original/2365749019884.0.png", "gt_image": "2.3/image/gt/2365749019884.0.png", "source_text": "DREAM", "target_text": "PROTECT", "gt_caption": "This photo shows a protest sign held by a person, advocating for the protection of DACA recipients and opposing its termination, with text reading \"SUPPORT THE PROTECTERS, STOP THE NIGHTMARE, DEFEND DACA.\""}
114
+ {"id": 1382, "prompt": "Replace the text 'Redesign needd' with 'Classroom setup'.", "original_image": "2.3/image/original/2672965003161.0.jpg", "gt_image": "2.3/image/gt/2672965003161.0.jpg", "source_text": "Redesign needd", "target_text": "Classroom setup", "gt_caption": "This photo shows a teacher engaging with students in a classroom, gesturing toward a whiteboard while a student raises their hand."}
115
+ {"id": 1383, "prompt": "Replace the text 'Cheese WRaps' with 'Egg Omelets'.", "original_image": "2.3/image/original/3298364017787.0.webp", "gt_image": "2.3/image/gt/3298364017787.0.webp", "source_text": "Cheese WRaps", "target_text": "Egg Omelets", "gt_caption": "This photo collage showcases a beachside breakfast setup with chefs, fresh food displays, and a scenic tropical backdrop featuring palm trees and the ocean."}
116
+ {"id": 1384, "prompt": "Replace the text 'OFFTHANA' with 'PARKS'.", "original_image": "2.3/image/original/2435963005558.0.jpg", "gt_image": "2.3/image/gt/2435963005558.0.jpg", "source_text": "OFFTHANA", "target_text": "PARKS", "gt_caption": "This photo shows a person speaking at a podium with a microphone, wearing a red blazer and standing in front of a sign that reads \"ARE YOU BETTER PARKS YEAR AGO.\""}
117
+ {"id": 1385, "prompt": "Replace the text '106' with '7-5'.", "original_image": "2.3/image/original/1634659001594.0.webp", "gt_image": "2.3/image/gt/1634659001594.0.webp", "source_text": "106", "target_text": "7-5", "gt_caption": "This photo captures a tennis player celebrating a victory on a grass court at Wimbledon, with a crowd of spectators in the background."}
118
+ {"id": 1386, "prompt": "Replace the text 'FuturodelaOEA' with 'NuevosLideres'.", "original_image": "2.3/image/original/1287501007724.0.jpg", "gt_image": "2.3/image/gt/1287501007724.0.jpg", "source_text": "FuturodelaOEA", "target_text": "NuevosLideres", "gt_caption": "This photo shows a man in a suit waving at the camera in front of a backdrop of international flags and a banner for the Organization of American States."}
119
+ {"id": 1387, "prompt": "Replace the text 'ON NOW' with 'WELCOME'.", "original_image": "2.3/image/original/1087297002774.0.jpg", "gt_image": "2.3/image/gt/1087297002774.0.jpg", "source_text": "ON NOW", "target_text": "WELCOME", "gt_caption": "This photo shows two men standing outdoors near a sign that reads \"WELCOME\" in front of a building labeled \"ART IN THE MILL,\" indicating a welcoming gesture at an art gallery or similar venue."}
120
+ {"id": 1388, "prompt": "Replace the text '150 Yeu' with '7th Largest'.", "original_image": "2.3/image/original/3655478045925.0.jpg", "gt_image": "2.3/image/gt/3655478045925.0.jpg", "source_text": "150 Yeu", "target_text": "7th Largest", "gt_caption": "This photo shows a man in a suit delivering a speech at a podium with a backdrop featuring the text \"HÚ 150\" and \"7th Largest Japan Industrial.\""}
121
+ {"id": 1389, "prompt": "Replace the text 'NCE LEAGUE' with 'PILOT EPISODE'.", "original_image": "2.3/image/original/2926845011311.0.webp", "gt_image": "2.3/image/gt/2926845011311.0.webp", "source_text": "NCE LEAGUE", "target_text": "PILOT EPISODE", "gt_caption": "This screenshot depicts a formal event with a man speaking at a podium, surrounded by seated women in period attire, under a banner reading \"Women's Pilot Episode Jersey.\""}
122
+ {"id": 1390, "prompt": "Replace the text 'what's for dinner' with 'today's menu'.", "original_image": "2.3/image/original/3833411011265.0.jpg", "gt_image": "2.3/image/gt/3833411011265.0.jpg", "source_text": "what", "target_text": "today", "gt_caption": "This photo shows a chalkboard with a weekly menu labeled \"today's menu\" and four clipboards below it, each displaying different organizational materials such as daily responsibilities, checklists, and notes."}
123
+ {"id": 1391, "prompt": "Replace the text 'VANNY WAS HERE!' with 'VISITED BY VANNY!'.", "original_image": "2.3/image/original/4239822005019.0.jpg", "gt_image": "2.3/image/gt/4239822005019.0.jpg", "source_text": "VANNY WAS HERE!", "target_text": "VISITED BY VANNY!", "gt_caption": "This photo depicts a modern, open-concept kitchen with a chalkboard wall, a central island, and a cozy indoor garden, blending functional design with creative and natural elements."}
124
+ {"id": 1392, "prompt": "Replace the text 'Champignon de Parin' with 'Parisian Street'.", "original_image": "2.3/image/original/3899615005226.0.webp", "gt_image": "2.3/image/gt/3899615005226.0.webp", "source_text": "Champignon de Parin", "target_text": "Parisian Street", "gt_caption": "This photo shows a man sitting in a café, reading a newspaper, with a menu board and outdoor plants visible in the background."}
125
+ {"id": 1393, "prompt": "Replace the text 'COP21-CNP11' with 'COP21-Paris'.", "original_image": "2.3/image/original/1223925005916.0.jpg", "gt_image": "2.3/image/gt/1223925005916.0.jpg", "source_text": "COP21-CNP11", "target_text": "COP21-Paris", "gt_caption": "This photo shows a group of individuals seated at a podium during the Paris 2015 COP21 climate conference, with one person gesturing while speaking."}
126
+ {"id": 1394, "prompt": "Replace the text 'LE POUVOIR' with 'LA VOIX'.", "original_image": "2.3/image/original/3755280000744.0.jpg", "gt_image": "2.3/image/gt/3755280000744.0.jpg", "source_text": "LE POUVOIR", "target_text": "LA VOIX", "gt_caption": "This photo shows two individuals at a press conference with microphones in front of them, set against a backdrop with the text \"DONNONS LA VOIX AU PEUPLE.\""}
127
+ {"id": 1395, "prompt": "Replace the text 'Dolores' with 'Nancy'.", "original_image": "2.3/image/original/4156809007067.0.webp", "gt_image": "2.3/image/gt/4156809007067.0.webp", "source_text": "Dolores", "target_text": "Nancy", "gt_caption": "This screenshot shows a person writing on a whiteboard with a marker, next to a photo pinned to the board, in what appears to be a investigative or planning setting."}
128
+ {"id": 1396, "prompt": "Replace the text 'WMShots' with 'JuiceBar'.", "original_image": "2.3/image/original/4046074005296.0.jpg", "gt_image": "2.3/image/gt/4046074005296.0.jpg", "source_text": "WMShots", "target_text": "JuiceBar", "gt_caption": "This photo shows a chalkboard menu listing various smoothie and juice bar options, including ingredients, prices, and special additions."}
129
+ {"id": 1397, "prompt": "Replace the text 'sochi.ru' with 'olympics2014'.", "original_image": "2.3/image/original/2367092021586.0.jpg", "gt_image": "2.3/image/gt/2367092021586.0.jpg", "source_text": "sochi.ru", "target_text": "olympics2014", "gt_caption": "This photo shows a press conference for the 2014 Olympics in Sochi, with officials seated at a table and being filmed by camera operators."}
130
+ {"id": 1398, "prompt": "Replace the text 'People transformig' with 'Families adapting'.", "original_image": "2.3/image/original/3997051004022.0.jpg", "gt_image": "2.3/image/gt/3997051004022.0.jpg", "source_text": "People transformig", "target_text": "Families adapting", "gt_caption": "This photo shows a man speaking at a podium during an event, with a backdrop featuring the slogan \"families, adapting communities. FOR GOOD.\" and the website \"NEIGHBORHOOD-CENTERS.ORG.\""}
131
+ {"id": 1399, "prompt": "Replace the text 'How many socks' with 'Outdoor activities'.", "original_image": "2.3/image/original/2480199003969.0.jpg", "gt_image": "2.3/image/gt/2480199003969.0.jpg", "source_text": "How many socks", "target_text": "Outdoor activities", "gt_caption": "This photo shows a colorful outdoor activity setup with a challenge sign titled \"Outdoor activities: How long are you?\" featuring a collection of mismatched socks for participants to measure their length."}
132
+ {"id": 1400, "prompt": "Replace the text 'WE' with 'LEAD'.", "original_image": "2.3/image/original/1154687003922.0.jpg", "gt_image": "2.3/image/gt/1154687003922.0.jpg", "source_text": "WE", "target_text": "LEAD", "gt_caption": "This photo shows a man in a suit gesturing while speaking at an event with a backdrop featuring the words \"WE ARE LEAD\" and \"EXIT PARTY.\""}
133
+ {"id": 1401, "prompt": "Replace the text '2,149.46' with '3,250.75'.", "original_image": "2.3/image/original/3513262003121.0.jpg", "gt_image": "2.3/image/gt/3513262003121.0.jpg", "source_text": "2,149.46", "target_text": "3,250.75", "gt_caption": "This photo shows a digital display at KEB Hana Bank, showing the KOSPI index at 3,250.75 and the USD/KRW exchange rate at 1,135.80, with a person walking in the foreground."}
134
+ {"id": 1402, "prompt": "Replace the text 'Solon Robinson Elementary' with 'National Blue Ribbon School'.", "original_image": "2.3/image/original/2713699004754.0.webp", "gt_image": "2.3/image/gt/2713699004754.0.webp", "source_text": "Solon Robinson Elementary", "target_text": "National Blue Ribbon School", "gt_caption": "This photo shows a woman speaking into a microphone on stage, accompanied by children holding a \"National Blue Ribbon School 2018\" banner, celebrating an educational achievement."}
135
+ {"id": 1403, "prompt": "Replace the text 'Flexible Seating' with 'Dynamic Seating'.", "original_image": "2.3/image/original/3896704050782.0.jpg", "gt_image": "2.3/image/gt/3896704050782.0.jpg", "source_text": "Flexible Seating", "target_text": "Dynamic Seating", "gt_caption": "This photo shows a classroom setup featuring a whiteboard with \"Dynamic Seating Classroom Rules\" and a colorful \"Flexible Seating\" chart, alongside posters and storage shelves in the background."}
136
+ {"id": 1404, "prompt": "Replace the text 'soup' with 'broth'.", "original_image": "2.3/image/original/1288684005937.0.jpg", "gt_image": "2.3/image/gt/1288684005937.0.jpg", "source_text": "soup", "target_text": "broth", "gt_caption": "This photo showcases a bowl of duck broth noodles garnished with crispy duck, mushrooms, greens, and herbs, presented on a black surface with the text \"DUCK broth\" written in chalk."}
137
+ {"id": 1405, "prompt": "Replace the text 'Bottled Drinks' with 'Soft Drinks'.", "original_image": "2.3/image/original/1315907006844.0.jpg", "gt_image": "2.3/image/gt/1315907006844.0.jpg", "source_text": "Bottled Drinks", "target_text": "Soft Drinks", "gt_caption": "This photo shows a chalkboard menu from Dayton's Gourmet ArboGast Cafe Roaster, listing hot drinks, iced drinks, breakfast items, extras, and soft drinks with their respective prices."}
138
+ {"id": 1406, "prompt": "Replace the text 'Memora eem of Understarding Signing Ceremony' with 'Belt and Road Initiative Memorandum Signing Ceremony'.", "original_image": "2.3/image/original/3003773089048.0.webp", "gt_image": "2.3/image/gt/3003773089048.0.webp", "source_text": "Memora eem of Understarding Signing Ceremony", "target_text": "Belt and Road Initiative Memorandum Signing Ceremony", "gt_caption": "This photo shows two individuals shaking hands during a signing ceremony for a \"Belt and Road Initiative Strategic Partnership\" between UOB and SPDB, as indicated by the backdrop."}
139
+ {"id": 1407, "prompt": "Replace the text 'sochi.ru' with 'hockey.com'.", "original_image": "2.3/image/original/1745021002546.0.jpg", "gt_image": "2.3/image/gt/1745021002546.0.jpg", "source_text": "sochi.ru", "target_text": "hockey.com", "gt_caption": "This photo shows a group of athletes, likely a U.S. women's ice hockey team, seated on a stage during a press event or announcement, with branding for \"USA Hockey\" and \"hockey.com\" visible in the background."}
140
+ {"id": 1408, "prompt": "Replace the text 'IEA' with 'IMF'.", "original_image": "2.3/image/original/2095656000277.0.jpg", "gt_image": "2.3/image/gt/2095656000277.0.jpg", "source_text": "IEA", "target_text": "IMF", "gt_caption": "This photo shows a man in a suit speaking or presenting at an event with \"IEA\" and \"IMF\" logos in the background, indicating an international economic or financial context."}
141
+ {"id": 1409, "prompt": "Replace the text 'SOCHIMAY19-20.2016' with 'SOCHI-MAY2023'.", "original_image": "2.3/image/original/2288587015919.0.jpg", "gt_image": "2.3/image/gt/2288587015919.0.jpg", "source_text": "SOCHIMAY19-20.2016", "target_text": "SOCHI-MAY2023", "gt_caption": "This photo shows two men shaking hands at an official event, with a backdrop indicating the \"ASEAN-Russia Sochi-May 2023\" summit."}
142
+ {"id": 1410, "prompt": "Replace the text 'Savoury:' with 'Main Course:'.", "original_image": "2.3/image/original/2304712014680.0.jpg", "gt_image": "2.3/image/gt/2304712014680.0.jpg", "source_text": "Savoury:", "target_text": "Main Course:", "gt_caption": "This photo shows a weekly meal planning board for September, with detailed dishes and recipes assigned to each day of the week, along with a section for desserts and main courses."}
143
+ {"id": 1411, "prompt": "Replace the text 'FACILITY' with 'BUILDING'.", "original_image": "2.3/image/original/3940162006249.0.jpg", "gt_image": "2.3/image/gt/3940162006249.0.jpg", "source_text": "FACILITY", "target_text": "BUILDING", "gt_caption": "This photo shows a small chalkboard with the text \"BUILDING ASSESSMENT\" written in white chalk, accompanied by a red notebook, a pen, and a pair of glasses, suggesting a professional or educational context."}
144
+ {"id": 1412, "prompt": "Replace the text 'DESTINATION' with 'SCHOOLS'.", "original_image": "2.3/image/original/2708282018781.0.jpg", "gt_image": "2.3/image/gt/2708282018781.0.jpg", "source_text": "DESTINATION", "target_text": "SCHOOLS", "gt_caption": "This photo depicts a formal meeting or conference at Shelby County Schools, as indicated by the \"SCHOOLS 2025\" presentation on the screen and the \"SCCS\" logo on the podium, with participants seated at tables and microphones."}
145
+ {"id": 1413, "prompt": "Replace the text 'GUEST BOOK' with 'SIGN-IN SHEET'.", "original_image": "2.3/image/original/1137824003751.0.jpg", "gt_image": "2.3/image/gt/1137824003751.0.jpg", "source_text": "GUEST BOOK", "target_text": "SIGN-IN SHEET", "gt_caption": "This poster is a creative sign-in sheet for an event, featuring a vintage camera illustration and instructions to take a picture, tape it to a page, and jot a note next to it, signed by \"Phil & Sara.\""}
146
+ {"id": 1414, "prompt": "Replace the text 'SAMSUNG SDS' with 'Techtonic 2020'.", "original_image": "2.3/image/original/4193415002283.0.jpg", "gt_image": "2.3/image/gt/4193415002283.0.jpg", "source_text": "SAMSUNG SDS", "target_text": "Techtonic 2020", "gt_caption": "This photo shows a speaker presenting at a virtual event titled \"Techtonic 2020,\" with a large screen displaying multiple participants in a grid format."}
147
+ {"id": 1415, "prompt": "Replace the text 'BAUME&MERCIER' with 'ROLEX'.", "original_image": "2.3/image/original/3164077012175.0.jpg", "gt_image": "2.3/image/gt/3164077012175.0.jpg", "source_text": "BAUME&MERCIER", "target_text": "ROLEX", "gt_caption": "This photo shows two individuals holding a large sign that announces a donation of ¥5,000,000 from Rolex to support activities for mothers and children in the Tohoku disaster area, dated July 2013."}
148
+ {"id": 1416, "prompt": "Replace the text 'Oignon rouge' with 'Oignon jaune'.", "original_image": "2.3/image/original/3440762010597.0.jpg", "gt_image": "2.3/image/gt/3440762010597.0.jpg", "source_text": "Oignon rouge", "target_text": "Oignon jaune", "gt_caption": "This photo shows a market display of yellow onions (Oignon jaune) with price tags indicating different prices per kilogram."}
149
+ {"id": 1417, "prompt": "Replace the text 'O'RE' with 'Qi Lu'.", "original_image": "2.3/image/original/2684578001648.0.jpg", "gt_image": "2.3/image/gt/2684578001648.0.jpg", "source_text": "O", "target_text": "Qi Lu", "gt_caption": "This photo shows a man wearing glasses and a casual shirt, gesturing with his hand while speaking at a presentation titled \"Presented by Qi Lu.\""}
150
+ {"id": 1418, "prompt": "Replace the text 'FR1-SAT:6:30m-8:0m' with 'MON-FRI:9:00a-5:00p'.", "original_image": "2.3/image/original/1001902003122.0.jpg", "gt_image": "2.3/image/gt/1001902003122.0.jpg", "source_text": "FR1-SAT:6:30m-8:0m", "target_text": "MON-FRI:9:00a-5:00p", "gt_caption": "This collage of photos showcases a coffee shop promotion, featuring a chalkboard sign advertising a new \"Pumpkin Pie Latte,\" a barista pouring latte art into a cup, and bags of roasted coffee beans displayed in a wooden box."}
151
+ {"id": 1419, "prompt": "Replace the text 'WHAT'S' with 'PLAN'.", "original_image": "2.3/image/original/3321593027112.0.jpg", "gt_image": "2.3/image/gt/3321593027112.0.jpg", "source_text": "WHAT", "target_text": "PLAN", "gt_caption": "This photo shows a small chalkboard sign on a desk that reads \"PLAN YOUR PLAN FOR RETIREMENT?\" surrounded by office supplies, books, and a potted plant, suggesting a focus on retirement planning."}
152
+ {"id": 1420, "prompt": "Replace the text 'WoW Prezentation Date' with 'Wine Pairing Date'.", "original_image": "2.3/image/original/4214810002077.0.jpg", "gt_image": "2.3/image/gt/4214810002077.0.jpg", "source_text": "WoW Prezentation Date", "target_text": "Wine Pairing Date", "gt_caption": "This photo shows a man presenting a wine pairing session in front of a chalkboard, with several wine bottles displayed on a table."}
153
+ {"id": 1421, "prompt": "Replace the text 'Columbia!' with 'Memorial'.", "original_image": "2.3/image/original/2482597003725.0.jpg", "gt_image": "2.3/image/gt/2482597003725.0.jpg", "source_text": "Columbia!", "target_text": "Memorial", "gt_caption": "This photo shows a group of people holding a colorful quilt in front of a banner that reads \"We're Behind You, Memorial,\" indicating a supportive event or tribute."}
154
+ {"id": 1422, "prompt": "Replace the text 'harmonic F requird!!!' with 'quantum research'.", "original_image": "2.3/image/original/2429487000701.0.jpg", "gt_image": "2.3/image/gt/2429487000701.0.jpg", "source_text": "harmonic F requird!!!", "target_text": "quantum research", "gt_caption": "This photo shows three individuals standing in front of a whiteboard filled with mathematical equations and diagrams, likely discussing scientific or research-related topics."}
155
+ {"id": 1423, "prompt": "Replace the text 'Jack, Lily and Joe' with 'Art, Design and Style'.", "original_image": "2.3/image/original/4274004013856.0.jpg", "gt_image": "2.3/image/gt/4274004013856.0.jpg", "source_text": "Jack, Lily and Joe", "target_text": "Art, Design and Style", "gt_caption": "This photo depicts a child's room featuring a wall mural of the \"Three Little Bears\" story, accompanied by a small shelf with toys and a stuffed dog, creating a playful and educational setting."}
156
+ {"id": 1424, "prompt": "Replace the text '1+1=2' with 'USA'.", "original_image": "2.3/image/original/3570994031749.0.jpg", "gt_image": "2.3/image/gt/3570994031749.0.jpg", "source_text": "1+1=2", "target_text": "USA", "gt_caption": "This photo depicts a man with a beard and glasses sitting at a desk, holding money, with an American flag and a chalkboard filled with economic graphs and equations in the background, suggesting a financial or economic context."}
157
+ {"id": 1425, "prompt": "Replace the text 'Aichi-Nagoya' with 'Nagoya-Aichi'.", "original_image": "2.3/image/original/3389748003513.0.webp", "gt_image": "2.3/image/gt/3389748003513.0.webp", "source_text": "Aichi-Nagoya", "target_text": "Nagoya-Aichi", "gt_caption": "This photo shows a group of foreign ministers posing for a formal group photo at the G20 Nagoya-Aichi Foreign Ministers' Meeting in 2019."}
158
+ {"id": 1426, "prompt": "Replace the text 'EN-20100525-000317' with 'Foxconn-CEO-2023'.", "original_image": "2.3/image/original/1053438010587.0.jpg", "gt_image": "2.3/image/gt/1053438010587.0.jpg", "source_text": "EN-20100525-000317", "target_text": "Foxconn-CEO-2023", "gt_caption": "This photo shows a man gesturing while speaking in front of a presentation screen displaying a list of urgent notifications and employee names."}
159
+ {"id": 1427, "prompt": "Replace the text 'FREE-RANGECHICKEN' with 'LOCAL-PRODUCE'.", "original_image": "2.3/image/original/3164197006618.0.jpg", "gt_image": "2.3/image/gt/3164197006618.0.jpg", "source_text": "FREE-RANGECHICKEN", "target_text": "LOCAL-PRODUCE", "gt_caption": "This photo shows two individuals standing outdoors under a tent, with one holding a sign that reads \"LOCAL-PRODUCE\" and features an illustration of \"MICK'S CHICKENS,\" promoting pasture-raised, certified organic chickens."}
160
+ {"id": 1428, "prompt": "Replace the text 'Free' with 'Open'.", "original_image": "2.3/image/original/2405544022172.0.jpg", "gt_image": "2.3/image/gt/2405544022172.0.jpg", "source_text": "Free", "target_text": "Open", "gt_caption": "This photo depicts a refugee camp with people sitting and standing near tents, with a sign reading \"Open WiFi\" prominently displayed, indicating a temporary shelter and community setup."}
161
+ {"id": 1429, "prompt": "Replace the text 'FORUM2017' with 'PEACEFORUM'.", "original_image": "2.3/image/original/3351442009729.0.jpg", "gt_image": "2.3/image/gt/3351442009729.0.jpg", "source_text": "FORUM2017", "target_text": "PEACEFORUM", "gt_caption": "This photo shows a speaker addressing an audience at the Global Peace Economic Peaceforum in Manila, Philippines, with a panel of dignitaries seated behind him."}
162
+ {"id": 1430, "prompt": "Replace the text 'RATTI' with 'CIDER'.", "original_image": "2.3/image/original/3967671008435.0.jpg", "gt_image": "2.3/image/gt/3967671008435.0.jpg", "source_text": "RATTI", "target_text": "CIDER", "gt_caption": "This photo shows a man in a suit holding a pint of cider, sampling a new product at a cider farm event."}
163
+ {"id": 1431, "prompt": "Replace the text 'KuanYew' with 'Ramaphosa'.", "original_image": "2.3/image/original/3608035006097.0.jpg", "gt_image": "2.3/image/gt/3608035006097.0.jpg", "source_text": "KuanYew", "target_text": "Ramaphosa", "gt_caption": "This photo shows a man speaking at a podium with the \"Lee Ramaphosa School of Public Policy\" logo, indicating a formal presentation or lecture setting."}
164
+ {"id": 1432, "prompt": "Replace the text 'Wise' with 'Smart'.", "original_image": "2.3/image/original/1163076005710.0.jpg", "gt_image": "2.3/image/gt/1163076005710.0.jpg", "source_text": "Wise", "target_text": "Smart", "gt_caption": "This photo shows a woman speaking at a podium during the World Innovation Summit for Education (WISE) in Doha, November 3-5, 2015."}
165
+ {"id": 1433, "prompt": "Replace the text 'Carrier' with 'Company'.", "original_image": "2.3/image/original/1954628004994.0.jpg", "gt_image": "2.3/image/gt/1954628004994.0.jpg", "source_text": "Carrier", "target_text": "Company", "gt_caption": "This photo shows a person speaking at a Carrier Company event, standing at a podium with the Carrier logo prominently displayed."}
166
+ {"id": 1434, "prompt": "Replace the text 'TO70785' with 'POLITICS'.", "original_image": "2.3/image/original/2925841001306.0.jpg", "gt_image": "2.3/image/gt/2925841001306.0.jpg", "source_text": "TO70785", "target_text": "POLITICS", "gt_caption": "This photo shows a politician, Kamala Harris, speaking at a campaign event, waving to the crowd while standing at a podium with a sign promoting \"Fearless Politics.\""}
167
+ {"id": 1435, "prompt": "Replace the text 'RICHARDS' with 'CECILE'.", "original_image": "2.3/image/original/4253622018608.0.jpg", "gt_image": "2.3/image/gt/4253622018608.0.jpg", "source_text": "RICHARDS", "target_text": "CECILE", "gt_caption": "This photo shows a woman raising her hand while being sworn in at a formal hearing, as indicated by the nameplate reading \"MS. CECILE\" and the official setting with the U.S. seal in the background."}
168
+ {"id": 1436, "prompt": "Replace the text 'NEED' with 'REFUGE'.", "original_image": "2.3/image/original/669191003038.0.jpg", "gt_image": "2.3/image/gt/669191003038.0.jpg", "source_text": "NEED", "target_text": "REFUGE", "gt_caption": "This photo shows a man sitting on a makeshift bed in front of a tent with a handwritten sign that reads \"WE REFUGE TO WORK IN EVER'S WERE IN GERMANY,\" indicating a refugee camp or protest setting."}
169
+ {"id": 1437, "prompt": "Replace the text 'Choco' with 'Rugelach'.", "original_image": "2.3/image/original/1173566001819.0.webp", "gt_image": "2.3/image/gt/1173566001819.0.webp", "source_text": "Choco", "target_text": "Rugelach", "gt_caption": "This photo shows a smiling individual wearing an apron and glasses, standing in front of a chalkboard menu displaying food items and prices."}
170
+ {"id": 1438, "prompt": "Replace the text 'PRESS' with 'MEDIA'.", "original_image": "2.3/image/original/3198659003620.0.jpg", "gt_image": "2.3/image/gt/3198659003620.0.jpg", "source_text": "PRESS", "target_text": "MEDIA", "gt_caption": "This photo shows two individuals standing at podiums labeled \"The Atlanta Media Club Inc.\" during a formal event or debate."}
171
+ {"id": 1439, "prompt": "Replace the text 'Menu' with 'Board'.", "original_image": "2.3/image/original/1959777004598.0.jpg", "gt_image": "2.3/image/gt/1959777004598.0.jpg", "source_text": "Menu", "target_text": "Board", "gt_caption": "This photo shows a chalkboard menu board outside a restaurant, listing daily specials for the week and indicating that the kitchen is closed on weekends."}
172
+ {"id": 1440, "prompt": "Replace the text 'MARKETPLACE' with 'COMMERCIAL'.", "original_image": "2.3/image/original/2623008037307.0.jpg", "gt_image": "2.3/image/gt/2623008037307.0.jpg", "source_text": "MARKETPLACE", "target_text": "COMMERCIAL", "gt_caption": "This photo shows a man speaking at a podium labeled \"COMMERCIAL FAIRNESS ACT,\" with other individuals standing behind him in a formal setting."}
173
+ {"id": 1441, "prompt": "Replace the text 'ISLANDS' with 'NATIONS'.", "original_image": "2.3/image/original/4152026028452.0.jpg", "gt_image": "2.3/image/gt/4152026028452.0.jpg", "source_text": "ISLANDS", "target_text": "NATIONS", "gt_caption": "This photo shows three individuals signing documents at a table during the 49th Pacific Nations Forum, as indicated by the banner in the background."}
174
+ {"id": 1442, "prompt": "Replace the text 'TEAMTFIRST' with 'Maroon5'.", "original_image": "2.3/image/original/3722923006673.0.webp", "gt_image": "2.3/image/gt/3722923006673.0.webp", "source_text": "TEAMTFIRST", "target_text": "Maroon5", "gt_caption": "This photo shows a group of musicians, including Maroon 5 and a guest artist, posing together in a hallway with a sign that reads \"Maroon 5.\""}
175
+ {"id": 1443, "prompt": "Replace the text 'Christmas' with 'Holidays'.", "original_image": "2.3/image/original/4258964006902.0.jpg", "gt_image": "2.3/image/gt/4258964006902.0.jpg", "source_text": "Christmas", "target_text": "Holidays", "gt_caption": "This photo depicts a cozy holiday scene featuring a fireplace with a burning fire, a decorated Christmas tree, and festive decorations including a \"Happy Holidays\" sign and a wooden sled with wrapped gifts."}
176
+ {"id": 1444, "prompt": "Replace the text 'SEO' with 'Marketing'.", "original_image": "2.3/image/original/3903790001653.0.jpg", "gt_image": "2.3/image/gt/3903790001653.0.jpg", "source_text": "SEO", "target_text": "Marketing", "gt_caption": "This photo depicts a group of people collaborating around a table with a marketing-themed infographic, discussing and working on digital marketing strategies."}
177
+ {"id": 1445, "prompt": "Replace the text 'dePoitier' with 'deLyon'.", "original_image": "2.3/image/original/3214420009538.0.jpg", "gt_image": "2.3/image/gt/3214420009538.0.jpg", "source_text": "dePoitier", "target_text": "deLyon", "gt_caption": "This photo shows a formal event at the University of Lyon, where a woman is presenting a certificate while others applaud and speak into a microphone."}
178
+ {"id": 1446, "prompt": "Replace the text '240' with '350'.", "original_image": "2.3/image/original/1422641001967.0.jpg", "gt_image": "2.3/image/gt/1422641001967.0.jpg", "source_text": "240", "target_text": "350", "gt_caption": "This photo shows a group of men in traditional white thobes and headscarves examining a presentation board with data and maps, likely during a professional or business event."}
179
+ {"id": 1447, "prompt": "Replace the text 'DEVELOPMENT' with 'TRAINING'.", "original_image": "2.3/image/original/3623959004995.0.jpg", "gt_image": "2.3/image/gt/3623959004995.0.jpg", "source_text": "DEVELOPMENT", "target_text": "TRAINING", "gt_caption": "This illustration shows a hand writing the words \"TRAINING & TRAINING\" on a chalkboard, surrounded by related terms like \"success,\" \"career,\" \"talent,\" \"employee,\" \"strategy,\" \"learn,\" and \"goals,\" emphasizing the importance of training in professional development."}
180
+ {"id": 1448, "prompt": "Replace the text 'Republican' with 'Candidate'.", "original_image": "2.3/image/original/2598097009963.0.jpg", "gt_image": "2.3/image/gt/2598097009963.0.jpg", "source_text": "Republican", "target_text": "Candidate", "gt_caption": "This photo captures a person taking a picture of a political event at the \"Candidate National Convention 2012\" in Tampa Bay, featuring a speaker at a podium and an American flag backdrop."}
181
+ {"id": 1449, "prompt": "Replace the text 'Soap' with 'Store'.", "original_image": "2.3/image/original/3635618012164.0.webp", "gt_image": "2.3/image/gt/3635618012164.0.webp", "source_text": "Soap", "target_text": "Store", "gt_caption": "This photo shows a woman standing in a store that sells handmade candles and soaps, with a chalkboard sign advertising \"Store 5.99 with Goat Milk.\""}
182
+ {"id": 1450, "prompt": "Replace the text 'ickoryPoliceDepartment' with 'LongviewElementary'.", "original_image": "2.3/image/original/3833011009269.0.jpg", "gt_image": "2.3/image/gt/3833011009269.0.jpg", "source_text": "ickoryPoliceDepartment", "target_text": "LongviewElementary", "gt_caption": "This photo shows a police officer shaking hands with a student in a classroom setting, with a projection of \"Longview Elementary\" and a school building in the background."}
183
+ {"id": 1451, "prompt": "Replace the text 'PALMER' with 'PLAYER'.", "original_image": "2.3/image/original/3553428010089.0.webp", "gt_image": "2.3/image/gt/3553428010089.0.webp", "source_text": "PALMER", "target_text": "PLAYER", "gt_caption": "This photo shows a golfer celebrating his performance, pointing to his name on a portable scoreboard that displays scores from a golf tournament."}
184
+ {"id": 1452, "prompt": "Replace the text 'HOME' with 'OFFICE'.", "original_image": "2.3/image/original/3347037011486.0.jpg", "gt_image": "2.3/image/gt/3347037011486.0.jpg", "source_text": "HOME", "target_text": "OFFICE", "gt_caption": "This photo depicts a cozy home office setup featuring a white desk with built-in filing cabinets, a computer monitor, decorative shelves, and a sign that reads \"Welcome to our happy office.\""}
185
+ {"id": 1453, "prompt": "Replace the text 'SKYFALL' with 'BOND'.", "original_image": "2.3/image/original/4112718003030.0.jpg", "gt_image": "2.3/image/gt/4112718003030.0.jpg", "source_text": "SKYFALL", "target_text": "BOND", "gt_caption": "This photo shows an actor on a film set, with a clapperboard labeled \"BOND\" held in front of him, indicating the production of a James Bond movie."}
186
+ {"id": 1454, "prompt": "Replace the text 'COFFEE' with 'TEA'.", "original_image": "2.3/image/original/2143308007784.0.jpg", "gt_image": "2.3/image/gt/2143308007784.0.jpg", "source_text": "COFFEE", "target_text": "TEA", "gt_caption": "This photo shows a black-and-white interior of a coffee shop with a detailed chalkboard-style wall display explaining the fundamentals of brewing Starbucks tea, while a person walks by and another sits in the foreground."}
187
+ {"id": 1455, "prompt": "Replace the text 'PLANT' with 'GARDEN'.", "original_image": "2.3/image/original/2879862000171.0.jpg", "gt_image": "2.3/image/gt/2879862000171.0.jpg", "source_text": "PLANT", "target_text": "GARDEN", "gt_caption": "This photo shows a community garden with a chalkboard sign reading \"GARDEN 2 PLATE,\" inviting people to join work shifts on Sundays at 5:00 PM, surrounded by raised garden beds and a person tending to the plants."}
188
+ {"id": 1456, "prompt": "Replace the text 'IR' with 'Dr.'.", "original_image": "2.3/image/original/3494846005201.0.jpg", "gt_image": "2.3/image/gt/3494846005201.0.jpg", "source_text": "IR", "target_text": "Dr.", "gt_caption": "This black-and-white photo shows a man standing in front of a chalkboard with scientific notations and diagrams, suggesting an academic or research context."}
189
+ {"id": 1457, "prompt": "Replace the text 'Buy' with 'Support'.", "original_image": "2.3/image/original/4204691018525.0.jpg", "gt_image": "2.3/image/gt/4204691018525.0.jpg", "source_text": "Buy", "target_text": "Support", "gt_caption": "This photo shows a woman holding a container of raspberries at a market stand promoting \"Support BC\" and displaying a digital sign with weekly savings for local raspberries."}
190
+ {"id": 1458, "prompt": "Replace the text 'counsellor' with 'advisor'.", "original_image": "2.3/image/original/3121622004151.0.jpg", "gt_image": "2.3/image/gt/3121622004151.0.jpg", "source_text": "counsellor", "target_text": "advisor", "gt_caption": "This photo shows a tablet displaying the word \"advisor\" alongside chemical structures, surrounded by school supplies and a green apple on a wooden desk, suggesting an educational or advisory context."}
191
+ {"id": 1459, "prompt": "Replace the text 'being' with 'acting'.", "original_image": "2.3/image/original/2434335024468.0.webp", "gt_image": "2.3/image/gt/2434335024468.0.webp", "source_text": "being", "target_text": "acting", "gt_caption": "This photo shows a man in a suit standing in front of a chalkboard, gesturing as he speaks, with the board displaying a message about choosing kindness."}
192
+ {"id": 1460, "prompt": "Replace the text 'WELCOME' with 'BOO'.", "original_image": "2.3/image/original/2734762004349.0.jpg", "gt_image": "2.3/image/gt/2734762004349.0.jpg", "source_text": "WELCOME", "target_text": "BOO", "gt_caption": "This photo shows a Halloween-themed candy display featuring a white pumpkin with a smiling face, filled with assorted treats, surrounded by colorful candy packages and framed with the word \"BOO\" in orange."}
193
+ {"id": 1461, "prompt": "Replace the text 'MENU' with 'Recipe'.", "original_image": "2.3/image/original/4078499009104.0.jpg", "gt_image": "2.3/image/gt/4078499009104.0.jpg", "source_text": "MENU", "target_text": "Recipe", "gt_caption": "This photo shows a cozy kitchen corner featuring a chalkboard wall with a \"Kings County Recipe\" menu, surrounded by white chairs, a small table with fruit, and kitchen essentials."}
194
+ {"id": 1462, "prompt": "Replace the text 'PIASTIC' with 'PLASTIC'.", "original_image": "2.3/image/original/3624232002760.0.webp", "gt_image": "2.3/image/gt/3624232002760.0.webp", "source_text": "PIASTIC", "target_text": "PLASTIC", "gt_caption": "This photo shows a creative display of a \"Plastic Monster\" made from discarded plastic bags and packaging, promoting awareness about plastic waste and encouraging reduced plastic use."}
195
+ {"id": 1463, "prompt": "Replace the text 'FAQS' with 'Help'.", "original_image": "2.3/image/original/1186283003255.0.jpg", "gt_image": "2.3/image/gt/1186283003255.0.jpg", "source_text": "FAQS", "target_text": "Help", "gt_caption": "This poster illustrates a collaborative brainstorming session with the central theme \"ASKED — Help — QUESTION,\" surrounded by question marks and labels like \"WHERE,\" \"WHEN,\" \"WHY,\" and \"WHO,\" emphasizing problem-solving and teamwork."}
196
+ {"id": 1464, "prompt": "Replace the text 'WRAP' with 'DOSA'.", "original_image": "2.3/image/original/4160621004777.0.jpg", "gt_image": "2.3/image/gt/4160621004777.0.jpg", "source_text": "WRAP", "target_text": "DOSA", "gt_caption": "This photo shows a food vendor preparing and serving dosa at a street food stall, with steam rising from the cooking area."}
197
+ {"id": 1465, "prompt": "Replace the text 'MARTH' with 'POLITIC'.", "original_image": "2.3/image/original/3329721002131.0.jpg", "gt_image": "2.3/image/gt/3329721002131.0.jpg", "source_text": "MARTH", "target_text": "POLITIC", "gt_caption": "This photo shows two women raising their hands in celebration at a political event, with an American flag and a backdrop reading \"Political Coakley Governor\" visible in the background."}
198
+ {"id": 1466, "prompt": "Replace the text 'CLASS' with 'GRADUATES'.", "original_image": "2.3/image/original/2590483002987.0.jpg", "gt_image": "2.3/image/gt/2590483002987.0.jpg", "source_text": "CLASS", "target_text": "GRADUATES", "gt_caption": "This photo shows a group of people posing outdoors in front of a building, holding a sign that reads \"GRADUATES OF 1968,\" celebrating their reunion."}
199
+ {"id": 1467, "prompt": "Replace the text 'METHOD' with 'EXPERIMENT'.", "original_image": "2.3/image/original/2683152005832.0.jpg", "gt_image": "2.3/image/gt/2683152005832.0.jpg", "source_text": "METHOD", "target_text": "EXPERIMENT", "gt_caption": "This poster illustrates the steps of the scientific method, including \"Ask a Question,\" \"Form a Hypothesis,\" \"Create & Conduct an Experiment,\" \"Observe & Record Data,\" \"Analyze & Conclude,\" and \"Submit the Results.\""}
200
+ {"id": 1468, "prompt": "Replace the text 'Waddling' with 'Strolling'.", "original_image": "2.3/image/original/1911749002862.0.jpg", "gt_image": "2.3/image/gt/1911749002862.0.jpg", "source_text": "Waddling", "target_text": "Strolling", "gt_caption": "This photo shows a classroom door decorated with a winter theme, featuring penguins wearing colorful hats and snowflakes, with the text \"Strolling into the Winter\" at the top."}
201
+ {"id": 1469, "prompt": "Replace the text 'AGED' with 'STOUT'.", "original_image": "2.3/image/original/1293329003299.0.webp", "gt_image": "2.3/image/gt/1293329003299.0.webp", "source_text": "AGED", "target_text": "STOUT", "gt_caption": "This photo shows four glasses of beer with \"James Jackson Brewery 2013\" branding, displayed on a wooden table in front of a chalkboard listing various beer styles."}
202
+ {"id": 1470, "prompt": "Replace the text 'lodays' with 'today'.", "original_image": "2.3/image/original/876673016365.0.jpg", "gt_image": "2.3/image/gt/876673016365.0.jpg", "source_text": "lodays", "target_text": "today", "gt_caption": "This photo shows a police officer conducting a presentation in a classroom, holding a baton and addressing students, one of whom is raising their hand."}
203
+ {"id": 1471, "prompt": "Replace the text 'Elizabeth' with 'Partnership'.", "original_image": "2.3/image/original/3367777001210.0.jpg", "gt_image": "2.3/image/gt/3367777001210.0.jpg", "source_text": "Elizabeth", "target_text": "Partnership", "gt_caption": "This photo shows two individuals signing a Memorandum of Understanding (MOU) at a formal event, as indicated by the backdrop reading \"Partnership International MOU Signing\" at the Bali Nusa Dua Convention Center."}
204
+ {"id": 1472, "prompt": "Replace the text 'free' with 'intolerant'.", "original_image": "2.3/image/original/1253919026157.0.jpg", "gt_image": "2.3/image/gt/1253919026157.0.jpg", "source_text": "free", "target_text": "intolerant", "gt_caption": "This photo showcases a variety of gluten-free grains, flours, and seeds arranged around a sign that reads \"Gluten intolerant,\" highlighting options for a gluten-free diet."}
205
+ {"id": 1473, "prompt": "Replace the text 'spring' with 'season'.", "original_image": "2.3/image/original/2941388022010.0.jpg", "gt_image": "2.3/image/gt/2941388022010.0.jpg", "source_text": "spring", "target_text": "season", "gt_caption": "This photo depicts a rustic setup with gardening tools, potted flowers, burlap ribbon, and a chalkboard sign reading \"season cleaning,\" suggesting a spring cleaning or gardening theme."}
206
+ {"id": 1474, "prompt": "Replace the text 'LOCAL' with 'FRESH'.", "original_image": "2.3/image/original/3154849007919.0.jpg", "gt_image": "2.3/image/gt/3154849007919.0.jpg", "source_text": "LOCAL", "target_text": "FRESH", "gt_caption": "This photo shows a display of locally sourced organic tomatoes from Sunizona Family Farms at Whole Foods, featuring a sign with \"Farm Facts\" highlighting sustainable farming practices."}
207
+ {"id": 1475, "prompt": "Replace the text 'ERENCE' with 'SENATE'.", "original_image": "2.3/image/original/3038462006097.0.png", "gt_image": "2.3/image/gt/3038462006097.0.png", "source_text": "ERENCE", "target_text": "SENATE", "gt_caption": "This photo shows a man in a suit gesturing while speaking at a Republican Senate event in 2015."}
208
+ {"id": 1476, "prompt": "Replace the text 'HAYES' with 'Support'.", "original_image": "2.3/image/original/2938360005174.0.jpg", "gt_image": "2.3/image/gt/2938360005174.0.jpg", "source_text": "HAYES", "target_text": "Support", "gt_caption": "This photo shows a group of five women wearing blue \"Superman\" t-shirts, smiling and posing in front of a display that reads \"Support Software Systems.\""}
209
+ {"id": 1477, "prompt": "Replace the text 'November' with 'December'.", "original_image": "2.3/image/original/3195572011099.0.webp", "gt_image": "2.3/image/gt/3195572011099.0.webp", "source_text": "November", "target_text": "December", "gt_caption": "This photo shows a chalkboard-style wall calendar for December 2015, displayed against a beige wall with a wicker chair in the foreground."}
210
+ {"id": 1478, "prompt": "Replace the text 'Laundry' with 'Mural'.", "original_image": "2.3/image/original/3611171000254.0.webp", "gt_image": "2.3/image/gt/3611171000254.0.webp", "source_text": "Laundry", "target_text": "Mural", "gt_caption": "This photo depicts a neatly organized laundry or utility room with a vintage-style sign reading \"Mural Co. Wash, Dry and Fold Est. 1949,\" featuring storage baskets, a bench with pillows, and decorative elements like plants and wall sconces."}
211
+ {"id": 1479, "prompt": "Replace the text 'MILLTON' with 'NEWYORK'.", "original_image": "2.3/image/original/3658251004449.0.jpg", "gt_image": "2.3/image/gt/3658251004449.0.jpg", "source_text": "MILLTON", "target_text": "NEWYORK", "gt_caption": "This photo shows a group of people on a stage celebrating a fundraising milestone of $421 million for New York, as indicated by the large digital display behind them."}
212
+ {"id": 1480, "prompt": "Replace the text '13' with '31'.", "original_image": "2.3/image/original/1106444066114.0.jpg", "gt_image": "2.3/image/gt/1106444066114.0.jpg", "source_text": "13", "target_text": "31", "gt_caption": "This photo shows a performer on stage holding a microphone, singing or speaking, with a band in the background and a large screen displaying the number \"431\" illuminated in purple lighting."}
213
+ {"id": 1481, "prompt": "Replace the text 'HALLOWEEN' with 'FALL'.", "original_image": "2.3/image/original/2550733001582.0.jpg", "gt_image": "2.3/image/gt/2550733001582.0.jpg", "source_text": "HALLOWEEN", "target_text": "FALL", "gt_caption": "This photo showcases a festive Halloween-themed dessert and treat table decorated with pumpkins, spooky decor, and labels for caramel apples, spooky cupcakes, and trick-or-treat bags, set outdoors with a \"Happy Fall\" sign in the background."}
214
+ {"id": 1482, "prompt": "Replace the text 'SAFE' with 'RENEW'.", "original_image": "2.3/image/original/3084209000565.0.jpg", "gt_image": "2.3/image/gt/3084209000565.0.jpg", "source_text": "SAFE", "target_text": "RENEW", "gt_caption": "This photo shows a man in a suit standing in an office or school setting, with a calendar and a sign promoting \"Responsible, Respectful, Renew\" in the background."}
215
+ {"id": 1483, "prompt": "Replace the text 'abcdefg' with 'chalkboard'.", "original_image": "2.3/image/original/1957110001211.0.jpg", "gt_image": "2.3/image/gt/1957110001211.0.jpg", "source_text": "abcdefg", "target_text": "chalkboard", "gt_caption": "This photo depicts a cozy children's play area featuring a teepee tent with soft pillows, a chalkboard wall, and a bookshelf filled with colorful books, creating a creative and inviting space."}
216
+ {"id": 1484, "prompt": "Replace the text 'TULSI' with 'POLITICIAN'.", "original_image": "2.3/image/original/3306320006499.0.jpg", "gt_image": "2.3/image/gt/3306320006499.0.jpg", "source_text": "TULSI", "target_text": "POLITICIAN", "gt_caption": "This photo shows a politician speaking at an event, holding a microphone, with an American flag and a banner reading \"POLITICIAN 2020\" in the background."}
217
+ {"id": 1485, "prompt": "Replace the text 'coffee' with 'cafes'.", "original_image": "2.3/image/original/3347132000993.0.webp", "gt_image": "2.3/image/gt/3347132000993.0.webp", "source_text": "coffee", "target_text": "cafes", "gt_caption": "This photo shows a group of people sitting at a table in a Caffè Nero café, with a chalkboard wall in the background promoting their coffee roasting process."}
218
+ {"id": 1486, "prompt": "Replace the text 'JACKSON' with 'WILDLANDS'.", "original_image": "2.3/image/original/2716692021315.0.jpg", "gt_image": "2.3/image/gt/2716692021315.0.jpg", "source_text": "JACKSON", "target_text": "WILDLANDS", "gt_caption": "This photo captures a cheerful baby celebrating their first birthday, wearing a crown and a \"wild ONE\" shirt, seated next to a framed chalkboard detailing their milestones and interests."}
219
+ {"id": 1487, "prompt": "Replace the text 'VIRUS' with 'QUARANTINE'.", "original_image": "2.3/image/original/3776822004906.0.webp", "gt_image": "2.3/image/gt/3776822004906.0.webp", "source_text": "VIRUS", "target_text": "QUARANTINE", "gt_caption": "This photo shows a man in a suit sitting at a podium with a banner that reads \"STAY ALERT CONTROL THE QUARANTINE SAVE LIVES,\" indicating a public health or pandemic-related announcement."}
220
+ {"id": 1488, "prompt": "Replace the text 'TOKYO2020' with 'Olympics2020'.", "original_image": "2.3/image/original/3260035003708.0.jpg", "gt_image": "2.3/image/gt/3260035003708.0.jpg", "source_text": "TOKYO2020", "target_text": "Olympics2020", "gt_caption": "This photo shows a large group of people in formal attire gathered in a gymnasium, posing for a group photo with a banner for the \"Olympics 2020\" prominently displayed in the foreground."}
221
+ {"id": 1489, "prompt": "Replace the text 'Welcome' with 'Greetings'.", "original_image": "2.3/image/original/1426040015649.0.webp", "gt_image": "2.3/image/gt/1426040015649.0.webp", "source_text": "Welcome", "target_text": "Greetings", "gt_caption": "This photo shows a cozy indoor setting with a small chalkboard sign reading \"Greetings Aboard,\" accompanied by a vase of flowers and a decorative lamp, suggesting a welcoming or celebratory atmosphere."}
222
+ {"id": 1490, "prompt": "Replace the text 'Welcome' with 'Open House'.", "original_image": "2.3/image/original/3371989003061.0.webp", "gt_image": "2.3/image/gt/3371989003061.0.webp", "source_text": "Welcome", "target_text": "Open House", "gt_caption": "This photo shows a wooden sign hanging on a post, inviting visitors to an \"Open House\" with the text \"Open House please Come In.\""}
223
+ {"id": 1491, "prompt": "Replace the text 'OUTLANOCR' with 'FeastPrep'.", "original_image": "2.3/image/original/829364060309.0.jpg", "gt_image": "2.3/image/gt/829364060309.0.jpg", "source_text": "OUTLANOCR", "target_text": "FeastPrep", "gt_caption": "This photo captures a film set scene during a night shoot, showing actors gathered around a candlelit table for a \"Feast Prep\" scene, with a clapperboard and production details visible in the foreground."}
224
+ {"id": 1492, "prompt": "Replace the text 'story' with 'project'.", "original_image": "2.3/image/original/1215384003922.0.jpg", "gt_image": "2.3/image/gt/1215384003922.0.jpg", "source_text": "story", "target_text": "project", "gt_caption": "This photo depicts a cozy living room with modern decor, featuring a sofa, armchair, coffee table, and a sign on the wall that reads \"OUR PROJECT BEGINS HERE.\""}
225
+ {"id": 1493, "prompt": "Replace the text 'Breakfast' with 'Lunch'.", "original_image": "2.3/image/original/2201359006709.0.jpg", "gt_image": "2.3/image/gt/2201359006709.0.jpg", "source_text": "Breakfast", "target_text": "Lunch", "gt_caption": "This photo depicts the interior of a cozy café or bakery, featuring a wooden counter with a menu board listing \"Lunch Menu,\" \"Cakes,\" \"Desserts,\" and \"Baguettes,\" illuminated by elegant chandeliers."}
226
+ {"id": 1494, "prompt": "Replace the text 'LoeHARD' with 'LiftDesk'.", "original_image": "2.3/image/original/4205261002572.0.webp", "gt_image": "2.3/image/gt/4205261002572.0.webp", "source_text": "LoeHARD", "target_text": "LiftDesk", "gt_caption": "This photo shows a modern standing desk setup with a laptop, mug, and decorative items, accompanied by a chalkboard sign reading \"WORK HARD LiftDesk\" on a shiplap wall."}
227
+ {"id": 1495, "prompt": "Replace the text 'Goal' with 'Vision'.", "original_image": "2.3/image/original/4065576008482.0.jpg", "gt_image": "2.3/image/gt/4065576008482.0.jpg", "source_text": "Goal", "target_text": "Vision", "gt_caption": "This photo shows a smiling individual standing in front of a whiteboard filled with project-related diagrams and notes, indicating a professional or collaborative work environment."}
228
+ {"id": 1496, "prompt": "Replace the text 'OTAN' with 'Alliance'.", "original_image": "2.3/image/original/1254750002341.0.jpg", "gt_image": "2.3/image/gt/1254750002341.0.jpg", "source_text": "OTAN", "target_text": "Alliance", "gt_caption": "This photo shows a person giving a speech at a NATO event, standing at a podium with American and NATO flags in the background."}
229
+ {"id": 1497, "prompt": "Replace the text 'COMMUNITY' with 'Neighborhood'.", "original_image": "2.3/image/original/4232661004346.0.jpg", "gt_image": "2.3/image/gt/4232661004346.0.jpg", "source_text": "COMMUNITY", "target_text": "Neighborhood", "gt_caption": "This photo shows a chalkboard sign advertising a neighborhood book club event at \"Cafe con Libros,\" featuring the book *Excavation: A Memoir* by Wendy C. Ortiz, scheduled for April 5 at 1 PM."}
230
+ {"id": 1498, "prompt": "Replace the text 'Shining' with 'Aiming'.", "original_image": "2.3/image/original/2809475001926.0.jpg", "gt_image": "2.3/image/gt/2809475001926.0.jpg", "source_text": "Shining", "target_text": "Aiming", "gt_caption": "This photo shows a group of children proudly holding certificates, standing with two adults in front of a banner that reads \"Aiming Light,\" likely celebrating an achievement or recognition event."}
231
+ {"id": 1499, "prompt": "Replace the text 'BAR' with 'CAFE'.", "original_image": "2.3/image/original/1448598020843.0.jpg", "gt_image": "2.3/image/gt/1448598020843.0.jpg", "source_text": "BAR", "target_text": "CAFE", "gt_caption": "This photo depicts a charming coffee cafe setup with a variety of baked goods, coffee cups, and milk, arranged on a table with a blackboard sign reading \"Coffee Cafe\" in the background."}
232
+ {"id": 1500, "prompt": "Replace the text 'Teacher' with 'Educator'.", "original_image": "2.3/image/original/3571534007362.0.jpg", "gt_image": "2.3/image/gt/3571534007362.0.jpg", "source_text": "Teacher", "target_text": "Educator", "gt_caption": "This photo shows a basket of apple-shaped cupcakes with a sign that reads \"For Educator,\" displayed on a checkered tablecloth."}
233
+ {"id": 1501, "prompt": "Replace the text 'NEW' with 'Fresh'.", "original_image": "2.3/image/original/2658647017598.0.jpg", "gt_image": "2.3/image/gt/2658647017598.0.jpg", "source_text": "NEW", "target_text": "Fresh", "gt_caption": "This photo shows a colorful classroom door decorated with crayon-shaped name tags for students, featuring a central window and a sign that reads \"OUR Fresh PACK Pre-Kinder.\""}
234
+ {"id": 1502, "prompt": "Replace the text 'Customer' with 'Client'.", "original_image": "2.3/image/original/3676694001963.0.jpg", "gt_image": "2.3/image/gt/3676694001963.0.jpg", "source_text": "Customer", "target_text": "Client", "gt_caption": "This photo shows two smiling individuals holding a sign that reads \"Read our Client Reviews!\" to encourage viewers to check customer feedback."}
235
+ {"id": 1503, "prompt": "Replace the text 'YOURSELF' with 'COFFEE'.", "original_image": "2.3/image/original/3585552018046.0.webp", "gt_image": "2.3/image/gt/3585552018046.0.webp", "source_text": "YOURSELF", "target_text": "COFFEE", "gt_caption": "This photo shows a vintage-style chalkboard poster with the text \"Always Espresso Coffee Drink Coffee\" and an illustration of a coffee cup, displayed in a cozy room with a green armchair and a patterned lamp."}
eval_prompts/fullset/2.4.jsonl ADDED
@@ -0,0 +1,192 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {"id": 1504, "prompt": "Replace the text 'AUSTRALIA' with 'RUSSIA'.", "original_image": "2.4/image/original/4270369001450.0.jpg", "gt_image": "2.4/image/gt/4270369001450.0.jpg", "source_text": "AUSTRALIA", "target_text": "RUSSIA", "gt_caption": "This photo shows a basketball player wearing a teal jersey with \"15 RUSSIA\" on it, preparing to shoot the ball during a game at the London 2012 Olympics."}
2
+ {"id": 1505, "prompt": "Replace the text '20' with '3-1'.", "original_image": "2.4/image/original/1166708007240.0.jpg", "gt_image": "2.4/image/gt/1166708007240.0.jpg", "source_text": "20", "target_text": "3-1", "gt_caption": "This photo captures a baseball player from the Oakland Athletics (wearing jersey number 31) sliding into a base while being pursued by a Houston Astros fielder during a game."}
3
+ {"id": 1506, "prompt": "Replace the text 'BREONNA' with 'JUSTICE'.", "original_image": "2.4/image/original/4100803003080.0.jpg", "gt_image": "2.4/image/gt/4100803003080.0.jpg", "source_text": "BREONNA", "target_text": "JUSTICE", "gt_caption": "This photo depicts a protest march with participants holding a large banner that reads \"JUSTICE FOR JUSTICE TAYLOR,\" advocating for justice in a public demonstration."}
4
+ {"id": 1507, "prompt": "Replace the text '8' with '10'.", "original_image": "2.4/image/original/4267428032880.0.jpg", "gt_image": "2.4/image/gt/4267428032880.0.jpg", "source_text": "8", "target_text": "10", "gt_caption": "This photo shows a group of people celebrating a horse racing victory, with one person holding a horse wearing a banner labeled \"GLORIOUS FOREVER\" and the number 10, indicating a successful race event."}
5
+ {"id": 1508, "prompt": "Replace the text 'Foundation' with 'Barca'.", "original_image": "2.4/image/original/4259937016188.0.jpg", "gt_image": "2.4/image/gt/4259937016188.0.jpg", "source_text": "Foundation", "target_text": "Barca", "gt_caption": "This photo shows a soccer player in a Barcelona jersey, captured mid-action during a game, with a focused expression and outstretched arms."}
6
+ {"id": 1509, "prompt": "Replace the text '5' with '10'.", "original_image": "2.4/image/original/870049020081.0.jpg", "gt_image": "2.4/image/gt/870049020081.0.jpg", "source_text": "5", "target_text": "10", "gt_caption": "This photo shows a group of Denver Broncos football players celebrating on the field, with one player raising both hands in triumph."}
7
+ {"id": 1510, "prompt": "Replace the text '20' with '10'.", "original_image": "2.4/image/original/4226584008208.0.jpg", "gt_image": "2.4/image/gt/4226584008208.0.jpg", "source_text": "20", "target_text": "10", "gt_caption": "This photo captures a basketball game moment where a player in an orange jersey (number 10) defends against an opponent in a white jersey (number 3) who is driving to the basket."}
8
+ {"id": 1511, "prompt": "Replace the text '5' with '2'.", "original_image": "2.4/image/original/1042188007620.0.jpg", "gt_image": "2.4/image/gt/1042188007620.0.jpg", "source_text": "5", "target_text": "2", "gt_caption": "This photo captures a football player in a red Louisville uniform (number 2) catching a ball while being defended by an opponent in a white uniform (number 91) during a game."}
9
+ {"id": 1512, "prompt": "Replace the text 'MINNESOTA' with 'COLLEGE'.", "original_image": "2.4/image/original/4284117012266.0.jpg", "gt_image": "2.4/image/gt/4284117012266.0.jpg", "source_text": "MINNESOTA", "target_text": "COLLEGE", "gt_caption": "This photo shows a basketball player wearing a yellow jersey with \"COLLEGE\" and the number 5, standing on a court during a game."}
10
+ {"id": 1513, "prompt": "Replace the text 'Riddell' with 'Panthers'.", "original_image": "2.4/image/original/3134071008985.0.jpg", "gt_image": "2.4/image/gt/3134071008985.0.jpg", "source_text": "Riddell", "target_text": "Panthers", "gt_caption": "This photo shows a close-up of a football player wearing a helmet with the \"Panthers\" logo, focusing on their intense gaze through the face mask."}
11
+ {"id": 1514, "prompt": "Replace the text '23' with '15'.", "original_image": "2.4/image/original/2024073036908.0.jpg", "gt_image": "2.4/image/gt/2024073036908.0.jpg", "source_text": "23", "target_text": "15", "gt_caption": "This photo captures a basketball game moment where two players, one in a maroon uniform (#13) and the other in a white uniform (#15), are competing for the ball during a jump ball or rebound."}
12
+ {"id": 1515, "prompt": "Replace the text 'BOLT' with 'Athlete'.", "original_image": "2.4/image/original/2980980016838.0.jpg", "gt_image": "2.4/image/gt/2980980016838.0.jpg", "source_text": "BOLT", "target_text": "Athlete", "gt_caption": "This photo shows an athlete holding a red \"Athlete\" banner, wearing a medal, and smiling, likely celebrating a sporting achievement."}
13
+ {"id": 1516, "prompt": "Replace the text 'veho' with 'team'.", "original_image": "2.4/image/original/4082900001041.0.jpg", "gt_image": "2.4/image/gt/4082900001041.0.jpg", "source_text": "veho", "target_text": "team", "gt_caption": "This photo captures a soccer match where two players, one in a red and white striped jersey and the other in a blue jersey, are competing for the ball in the air."}
14
+ {"id": 1517, "prompt": "Replace the text 'GALLOWAY' with 'PLAYER'.", "original_image": "2.4/image/original/1073326006098.0.jpg", "gt_image": "2.4/image/gt/1073326006098.0.jpg", "source_text": "GALLOWAY", "target_text": "PLAYER", "gt_caption": "This photo captures a basketball player in a Spurs uniform (number 15) attempting to block a shot by an opposing player in a Phoenix Suns uniform (number 2) during a game."}
15
+ {"id": 1518, "prompt": "Replace the text 'GRABBAN' with 'SCORE'.", "original_image": "2.4/image/original/1661347012394.0.jpg", "gt_image": "2.4/image/gt/1661347012394.0.jpg", "source_text": "GRABBAN", "target_text": "SCORE", "gt_caption": "This photo captures a soccer player in a blue and red kit leaping to head the ball during a match, with another player in a pink kit nearby."}
16
+ {"id": 1519, "prompt": "Replace the text 'ALEXANDER' with 'JONES'.", "original_image": "2.4/image/original/3397826015015.0.jpg", "gt_image": "2.4/image/gt/3397826015015.0.jpg", "source_text": "ALEXANDER", "target_text": "JONES", "gt_caption": "This photo shows a person holding a Green Bay Packers jersey with the name \"JONES\" and the number \"1,\" likely during an NFL draft event."}
17
+ {"id": 1520, "prompt": "Replace the text 'DUKE' with 'NBA'.", "original_image": "2.4/image/original/1108012004168.0.webp", "gt_image": "2.4/image/gt/1108012004168.0.webp", "source_text": "DUKE", "target_text": "NBA", "gt_caption": "This photo shows a basketball player flexing his arm while wearing an \"NBA\" jersey, with a crowd of spectators in the background."}
18
+ {"id": 1521, "prompt": "Replace the text '25' with '17'.", "original_image": "2.4/image/original/1270029014186.0.jpg", "gt_image": "2.4/image/gt/1270029014186.0.jpg", "source_text": "25", "target_text": "17", "gt_caption": "This photo captures a dynamic moment in an ice hockey game, showing players in action on the ice, with one player in a red jersey attempting to control the puck while being defended by opponents in white jerseys."}
19
+ {"id": 1522, "prompt": "Replace the text 'SHAZIER' with 'HOWARD'.", "original_image": "2.4/image/original/2204051009214.0.jpg", "gt_image": "2.4/image/gt/2204051009214.0.jpg", "source_text": "SHAZIER", "target_text": "HOWARD", "gt_caption": "This photo captures a football player in a navy and orange uniform running with the ball, evading defenders during a game."}
20
+ {"id": 1523, "prompt": "Replace the text 'FAVORITE' with 'POPULAR'.", "original_image": "2.4/image/original/4256726007159.0.jpg", "gt_image": "2.4/image/gt/4256726007159.0.jpg", "source_text": "FAVORITE", "target_text": "POPULAR", "gt_caption": "This photo shows three men standing together on a red carpet, posing for the camera, with one wearing a shirt that reads \"MY POPULAR RAPPERS ARE DEAD RIP.\" The setting appears to be a public event or premiere."}
21
+ {"id": 1524, "prompt": "Replace the text 'CEBELLION' with 'REVOLUTION'.", "original_image": "2.4/image/original/2562235003188.0.jpg", "gt_image": "2.4/image/gt/2562235003188.0.jpg", "source_text": "CEBELLION", "target_text": "REVOLUTION", "gt_caption": "This photo shows a tattooed musician passionately singing into a microphone while performing on stage, wearing a black tank top with a skull design and the text \"MODERN REVOLUTION.\""}
22
+ {"id": 1525, "prompt": "Replace the text 'Pilier' with 'Injury'.", "original_image": "2.4/image/original/1549620081046.0.jpg", "gt_image": "2.4/image/gt/1549620081046.0.jpg", "source_text": "Pilier", "target_text": "Injury", "gt_caption": "This photo shows a baseball player in a red and white uniform, wearing a helmet and gloves, preparing to bat during a game in front of a crowd."}
23
+ {"id": 1526, "prompt": "Replace the text 'AON' with 'United'.", "original_image": "2.4/image/original/193320012362.0.jpg", "gt_image": "2.4/image/gt/193320012362.0.jpg", "source_text": "AON", "target_text": "United", "gt_caption": "This photo shows a young football player and an older man holding a Manchester United jersey, likely during a player unveiling or signing ceremony."}
24
+ {"id": 1527, "prompt": "Replace the text 'FDX' with 'CRF'.", "original_image": "2.4/image/original/2002130011404.0.jpg", "gt_image": "2.4/image/gt/2002130011404.0.jpg", "source_text": "FDX", "target_text": "CRF", "gt_caption": "This photo shows a motocross rider in a red and blue uniform standing beside a red Honda CRF dirt bike on a dirt track, with the sun setting in the background."}
25
+ {"id": 1528, "prompt": "Replace the text '15' with '23'.", "original_image": "2.4/image/original/2845129085754.0.webp", "gt_image": "2.4/image/gt/2845129085754.0.webp", "source_text": "15", "target_text": "23", "gt_caption": "This photo shows a basketball player wearing a Sacramento Kings jersey with the number 23, smiling during a game."}
26
+ {"id": 1529, "prompt": "Replace the text '81' with '49'.", "original_image": "2.4/image/original/2401134011293.0.jpg", "gt_image": "2.4/image/gt/2401134011293.0.jpg", "source_text": "81", "target_text": "49", "gt_caption": "This photo shows a football player in a white jersey with the number 49 celebrating on the field during a game, with a referee and crowd in the background."}
27
+ {"id": 1530, "prompt": "Replace the text 'WARRIORS' with 'SHOOTER'.", "original_image": "2.4/image/original/3818427011835.0.jpg", "gt_image": "2.4/image/gt/3818427011835.0.jpg", "source_text": "WARRIORS", "target_text": "SHOOTER", "gt_caption": "This photo shows a basketball player in a Golden State Warriors jersey taking a shot during a game."}
28
+ {"id": 1531, "prompt": "Replace the text 'PHX' with 'NYK'.", "original_image": "2.4/image/original/1339681003539.0.jpg", "gt_image": "2.4/image/gt/1339681003539.0.jpg", "source_text": "PHX", "target_text": "NYK", "gt_caption": "This photo captures a basketball game moment where a player in an orange jersey dribbles the ball while being defended by a player in a white jersey with the number 1, both wearing New York Knicks uniforms."}
29
+ {"id": 1532, "prompt": "Replace the text '90' with '45'.", "original_image": "2.4/image/original/1273137010226.0.jpg", "gt_image": "2.4/image/gt/1273137010226.0.jpg", "source_text": "90", "target_text": "45", "gt_caption": "This photo shows a football player wearing a navy jersey with the number 45, celebrating or signaling with arms raised during a game."}
30
+ {"id": 1533, "prompt": "Replace the text 'ROMSEX' with 'HAMPTON'.", "original_image": "2.4/image/original/997146001015.0.jpg", "gt_image": "2.4/image/gt/997146001015.0.jpg", "source_text": "ROMSEX", "target_text": "HAMPTON", "gt_caption": "This photo captures a cyclist in action during a track cycling event, with a crowd of enthusiastic spectators cheering and waving Union Jack flags in the background."}
31
+ {"id": 1534, "prompt": "Replace the text 'Noah' with 'Child'.", "original_image": "2.4/image/original/803574003272.0.jpg", "gt_image": "2.4/image/gt/803574003272.0.jpg", "source_text": "Noah", "target_text": "Child", "gt_caption": "This photo captures a joyful family moment in an urban setting, with a man carrying a child on his shoulders, a woman embracing him from behind, and the text \"I ♥ Lu & Child\" on his shirt, indicating love for his family."}
32
+ {"id": 1535, "prompt": "Replace the text 'PDX' with 'Portland'.", "original_image": "2.4/image/original/2159609002447.0.webp", "gt_image": "2.4/image/gt/2159609002447.0.webp", "source_text": "PDX", "target_text": "Portland", "gt_caption": "This photo shows a person wearing a black sweatshirt featuring a bold graphic design with the word \"Portland\" and a stylized mountain motif, paired with khaki pants."}
33
+ {"id": 1536, "prompt": "Replace the text 'STEVENS' with 'SUN DEVILS'.", "original_image": "2.4/image/original/3844993001292.0.jpg", "gt_image": "2.4/image/gt/3844993001292.0.jpg", "source_text": "STEVENS", "target_text": "SUN DEVILS", "gt_caption": "This photo captures a group of ice hockey players from the \"Sun Devils\" team celebrating a goal or victory on the ice, with their sticks raised in excitement."}
34
+ {"id": 1537, "prompt": "Replace the text 'Haters' with 'Awareness'.", "original_image": "2.4/image/original/2613883012232.0.jpg", "gt_image": "2.4/image/gt/2613883012232.0.jpg", "source_text": "Haters", "target_text": "Awareness", "gt_caption": "This photo shows two individuals standing in front of a colorful graffiti wall, wearing shirts that promote awareness, with one displaying a graphic design and the other reading \"I ♥ Awareness.\""}
35
+ {"id": 1538, "prompt": "Replace the text '12' with '24'.", "original_image": "2.4/image/original/888887017439.0.jpg", "gt_image": "2.4/image/gt/888887017439.0.jpg", "source_text": "12", "target_text": "24", "gt_caption": "This photo captures a basketball game moment where a player in a Lakers uniform (number 24) is defending against an opponent in a blue jersey (number 12) during an intense play."}
36
+ {"id": 1539, "prompt": "Replace the text 'KNIGHTS' with 'WARRIORS'.", "original_image": "2.4/image/original/2584489001196.0.jpg", "gt_image": "2.4/image/gt/2584489001196.0.jpg", "source_text": "KNIGHTS", "target_text": "WARRIORS", "gt_caption": "This photo captures a wrestling match where one athlete in a black \"Warriors\" singlet is executing a takedown on an opponent in a blue singlet, showcasing intense physical competition."}
37
+ {"id": 1540, "prompt": "Replace the text 'SCHWARBER' with 'PLAYERS'.", "original_image": "2.4/image/original/3448865007596.0.jpg", "gt_image": "2.4/image/gt/3448865007596.0.jpg", "source_text": "SCHWARBER", "target_text": "PLAYERS", "gt_caption": "This photo shows the back of a baseball player wearing a jersey with the word \"PLAYERS\" and the number \"12\" on it, standing on a field with a blurred crowd in the background."}
38
+ {"id": 1541, "prompt": "Replace the text 'JAYS' with 'TEAM'.", "original_image": "2.4/image/original/2915018004776.0.jpg", "gt_image": "2.4/image/gt/2915018004776.0.jpg", "source_text": "JAYS", "target_text": "TEAM", "gt_caption": "This photo shows a baseball pitcher in a Blue Jays uniform mid-throw during a game, with a crowd in the background."}
39
+ {"id": 1542, "prompt": "Replace the text '31' with '42'.", "original_image": "2.4/image/original/24566010419.0.jpg", "gt_image": "2.4/image/gt/24566010419.0.jpg", "source_text": "31", "target_text": "42", "gt_caption": "This photo captures a basketball game in action, showing a player in a black uniform dribbling the ball while being defended by players in white uniforms, with a crowd of spectators in the background."}
40
+ {"id": 1543, "prompt": "Replace the text 'BREW' with 'COOK'.", "original_image": "2.4/image/original/3576526000341.0.webp", "gt_image": "2.4/image/gt/3576526000341.0.webp", "source_text": "BREW", "target_text": "COOK", "gt_caption": "This photo shows a person wearing a black hoodie with a graphic design inspired by \"The Hobbit,\" featuring the text \"Bag End Cook\" and decorative elements like a door, a sword, and other fantasy motifs."}
41
+ {"id": 1544, "prompt": "Replace the text '87' with '12'.", "original_image": "2.4/image/original/1068726003014.0.jpg", "gt_image": "2.4/image/gt/1068726003014.0.jpg", "source_text": "87", "target_text": "12", "gt_caption": "This photo captures a dynamic moment in a football game, showing a player in a white uniform (number 12) attempting to catch the ball while being defended by a player in a green and yellow uniform (number 51)."}
42
+ {"id": 1545, "prompt": "Replace the text 'SPURS' with 'HEAT'.", "original_image": "2.4/image/original/1131098013037.0.jpg", "gt_image": "2.4/image/gt/1131098013037.0.jpg", "source_text": "SPURS", "target_text": "HEAT", "gt_caption": "This photo captures a basketball game moment where a player in a white \"HEAT\" jersey (number 9) is attempting to pass the ball while being defended by a player in a black jersey (number 3, labeled \"WADE\")."}
43
+ {"id": 1546, "prompt": "Replace the text '23' with '17'.", "original_image": "2.4/image/original/3325588007617.0.jpg", "gt_image": "2.4/image/gt/3325588007617.0.jpg", "source_text": "23", "target_text": "17", "gt_caption": "This photo captures a handball player in mid-air, executing a powerful throw during a match, with defenders attempting to block him."}
44
+ {"id": 1547, "prompt": "Replace the text 'AON' with 'MUFC'.", "original_image": "2.4/image/original/2974346001811.0.webp", "gt_image": "2.4/image/gt/2974346001811.0.webp", "source_text": "AON", "target_text": "MUFC", "gt_caption": "This photo shows a soccer player in a red Manchester United jersey celebrating with raised fists on the field."}
45
+ {"id": 1548, "prompt": "Replace the text 'BISONS' with 'TEAM'.", "original_image": "2.4/image/original/2508300003543.0.jpg", "gt_image": "2.4/image/gt/2508300003543.0.jpg", "source_text": "BISONS", "target_text": "TEAM", "gt_caption": "This photo captures a baseball pitcher in mid-throw, delivering a pitch during a game, with the ball in motion and the batter visible in the foreground."}
46
+ {"id": 1549, "prompt": "Replace the text 'HOSSA' with 'MALKIN'.", "original_image": "2.4/image/original/1313584005617.0.jpg", "gt_image": "2.4/image/gt/1313584005617.0.jpg", "source_text": "HOSSA", "target_text": "MALKIN", "gt_caption": "This photo captures a hockey fight on the ice, with players from opposing teams engaged in a physical altercation, while a referee attempts to intervene."}
47
+ {"id": 1550, "prompt": "Replace the text '14' with '1-0'.", "original_image": "2.4/image/original/2732023000704.0.jpg", "gt_image": "2.4/image/gt/2732023000704.0.jpg", "source_text": "14", "target_text": "1-0", "gt_caption": "This photo captures a soccer match moment where a goalkeeper dives to save a goal, with players and a camera operator in the foreground and fans in the background."}
48
+ {"id": 1551, "prompt": "Replace the text 'YAMAHA' with 'MOTOGP'.", "original_image": "2.4/image/original/4016411004268.0.jpg", "gt_image": "2.4/image/gt/4016411004268.0.jpg", "source_text": "YAMAHA", "target_text": "MOTOGP", "gt_caption": "This photo shows a MotoGP rider in action, leaning into a turn on a brightly colored motorcycle adorned with sponsor logos, including Movistar and Monster Energy."}
49
+ {"id": 1552, "prompt": "Replace the text 'ULREICH' with 'GOALIE'.", "original_image": "2.4/image/original/2632131020833.0.jpg", "gt_image": "2.4/image/gt/2632131020833.0.jpg", "source_text": "ULREICH", "target_text": "GOALIE", "gt_caption": "This photo shows a man holding a \"Bayern Munich\" goalkeeper jersey with \"2021\" printed on it, standing in front of a wall featuring the club's logo."}
50
+ {"id": 1553, "prompt": "Replace the text 'SCHURRLE' with 'MULLER'.", "original_image": "2.4/image/original/2016510001285.0.jpg", "gt_image": "2.4/image/gt/2016510001285.0.jpg", "source_text": "SCHURRLE", "target_text": "MULLER", "gt_caption": "This photo shows two soccer players in white jerseys embracing each other on a field, with one player wearing the name \"MULLER\" and the number \"9\" on their back."}
51
+ {"id": 1554, "prompt": "Replace the text 'TRUBISKY' with 'QUARTERBACK'.", "original_image": "2.4/image/original/3951394015577.0.jpg", "gt_image": "2.4/image/gt/3951394015577.0.jpg", "source_text": "TRUBISKY", "target_text": "QUARTERBACK", "gt_caption": "This photo shows a person holding a Chicago Bears jersey with the number \"1\" and the word \"QUARTERBACK\" on it, likely at a draft or signing event."}
52
+ {"id": 1555, "prompt": "Replace the text '35' with '42'.", "original_image": "2.4/image/original/1282607024161.0.jpg", "gt_image": "2.4/image/gt/1282607024161.0.jpg", "source_text": "35", "target_text": "42", "gt_caption": "This photo captures a basketball player from Notre Dame, wearing jersey number 42, celebrating during a game in front of a cheering crowd and cheerleaders."}
53
+ {"id": 1556, "prompt": "Replace the text 'ROCKETS' with 'TEAM'.", "original_image": "2.4/image/original/987737001051.0.jpg", "gt_image": "2.4/image/gt/987737001051.0.jpg", "source_text": "ROCKETS", "target_text": "TEAM", "gt_caption": "This photo shows a basketball player wearing a red jersey with the number 11 and the word \"TEAM\" on it, standing with hands on hips during a game or practice."}
54
+ {"id": 1557, "prompt": "Replace the text 'FERNANDEZ' with 'ARGENTINA'.", "original_image": "2.4/image/original/4148653020939.0.jpg", "gt_image": "2.4/image/gt/4148653020939.0.jpg", "source_text": "FERNANDEZ", "target_text": "ARGENTINA", "gt_caption": "This photo captures a handball player in action, wearing a blue jersey with the number 20, leaping to throw the ball during a match against Argentina."}
55
+ {"id": 1558, "prompt": "Replace the text 'CHEVROLET' with 'MANCHESTER'.", "original_image": "2.4/image/original/1643960010589.0.jpg", "gt_image": "2.4/image/gt/1643960010589.0.jpg", "source_text": "CHEVROLET", "target_text": "MANCHESTER", "gt_caption": "This photo shows a person wearing a Manchester United jersey, standing in front of a backdrop featuring the club's logos and sponsors."}
56
+ {"id": 1559, "prompt": "Replace the text 'LBRIGHTON' with 'ALBRIGHTON'.", "original_image": "2.4/image/original/727593000418.0.jpg", "gt_image": "2.4/image/gt/727593000418.0.jpg", "source_text": "LBRIGHTON", "target_text": "ALBRIGHTON", "gt_caption": "This photo shows two soccer players from opposing teams engaged in a conversation on the field during a match."}
57
+ {"id": 1560, "prompt": "Replace the text '26' with '31'.", "original_image": "2.4/image/original/4102308003178.0.jpg", "gt_image": "2.4/image/gt/4102308003178.0.jpg", "source_text": "26", "target_text": "31", "gt_caption": "This photo captures a baseball player, wearing a red uniform with the name \"KEPPLER\" and the number \"31,\" celebrating after scoring a run, as the umpire and catcher observe the play during a game."}
58
+ {"id": 1561, "prompt": "Replace the text '10' with '23'.", "original_image": "2.4/image/original/2012626004922.0.jpg", "gt_image": "2.4/image/gt/2012626004922.0.jpg", "source_text": "10", "target_text": "23", "gt_caption": "This photo shows a soccer player, wearing a white jersey with the name \"Adebayor\" and the number 23, being substituted by a coach and a staff member during a match."}
59
+ {"id": 1562, "prompt": "Replace the text '23' with '45'.", "original_image": "2.4/image/original/4133617015414.0.jpg", "gt_image": "2.4/image/gt/4133617015414.0.jpg", "source_text": "23", "target_text": "45", "gt_caption": "This photo shows a coach in a suit gesturing toward a player wearing a red jersey with the name \"SHAW\" and the number \"45\" on the back, during a soccer match."}
60
+ {"id": 1563, "prompt": "Replace the text '98' with '55'.", "original_image": "2.4/image/original/2094720003926.0.jpg", "gt_image": "2.4/image/gt/2094720003926.0.jpg", "source_text": "98", "target_text": "55", "gt_caption": "This photo captures a dynamic moment in a football game, showing a player in a blue uniform (number 80) running with the ball, pursued by defenders in red and white uniforms."}
61
+ {"id": 1564, "prompt": "Replace the text 'BOSTON' with 'RED SOX'.", "original_image": "2.4/image/original/3670212007798.0.jpg", "gt_image": "2.4/image/gt/3670212007798.0.jpg", "source_text": "BOSTON", "target_text": "RED SOX", "gt_caption": "This photo shows a Red Sox player posing with a young fan in a stadium hallway, with the fan wearing a press lanyard."}
62
+ {"id": 1565, "prompt": "Replace the text 'MOON' with 'STARS'.", "original_image": "2.4/image/original/3552215001684.0.webp", "gt_image": "2.4/image/gt/3552215001684.0.webp", "source_text": "MOON", "target_text": "STARS", "gt_caption": "This photo shows a person with short, dyed hair wearing a fluffy black sweater with the text \"STARS CHILD\" in bold white letters, standing against a plain white background."}
63
+ {"id": 1566, "prompt": "Replace the text '35' with '23'.", "original_image": "2.4/image/original/2133636000521.0.jpg", "gt_image": "2.4/image/gt/2133636000521.0.jpg", "source_text": "35", "target_text": "23", "gt_caption": "This photo shows two basketball players in Golden State Warriors jerseys high-fiving on the court during a game, with a crowd in the background."}
64
+ {"id": 1567, "prompt": "Replace the text 'GATLIN' with 'Athlete'.", "original_image": "2.4/image/original/3059922002154.0.jpg", "gt_image": "2.4/image/gt/3059922002154.0.jpg", "source_text": "GATLIN", "target_text": "Athlete", "gt_caption": "This photo shows an athlete representing the USA competing in a track event during the Rio 2016 Olympics."}
65
+ {"id": 1568, "prompt": "Replace the text '14' with '23'.", "original_image": "2.4/image/original/836786004379.0.jpg", "gt_image": "2.4/image/gt/836786004379.0.jpg", "source_text": "14", "target_text": "23", "gt_caption": "This photo captures a football player in action, running with the ball while being pursued by defenders during a game."}
66
+ {"id": 1569, "prompt": "Replace the text 'RAMIREZ' with 'PLAYER'.", "original_image": "2.4/image/original/3769253000844.0.webp", "gt_image": "2.4/image/gt/3769253000844.0.webp", "source_text": "RAMIREZ", "target_text": "PLAYER", "gt_caption": "This photo captures a baseball player in mid-swing, hitting the ball during a game, with a catcher in position behind him and a crowd in the background."}
67
+ {"id": 1570, "prompt": "Replace the text 'TASKFORCE' with 'UNIT'.", "original_image": "2.4/image/original/3902980000386.0.jpg", "gt_image": "2.4/image/gt/3902980000386.0.jpg", "source_text": "TASKFORCE", "target_text": "UNIT", "gt_caption": "This photo shows FBI agents from the Violent Crime Unit in Oakland collaborating in an office setting, with American and California flags in the background."}
68
+ {"id": 1571, "prompt": "Replace the text 'Rakuten' with 'Barcelona'.", "original_image": "2.4/image/original/3717049002196.0.jpg", "gt_image": "2.4/image/gt/3717049002196.0.jpg", "source_text": "Rakuten", "target_text": "Barcelona", "gt_caption": "This photo shows a soccer player in a Barcelona jersey celebrating or signaling during a match."}
69
+ {"id": 1572, "prompt": "Replace the text 'ANGELS' with 'ASTROS'.", "original_image": "2.4/image/original/3986583006238.0.jpg", "gt_image": "2.4/image/gt/3986583006238.0.jpg", "source_text": "ANGELS", "target_text": "ASTROS", "gt_caption": "This photo shows a baseball player from the Houston Astros, wearing jersey number 5, tipping his cap to the crowd during a game."}
70
+ {"id": 1573, "prompt": "Replace the text 'Phillies' with 'Athletics'.", "original_image": "2.4/image/original/2327588000803.0.webp", "gt_image": "2.4/image/gt/2327588000803.0.webp", "source_text": "Phillies", "target_text": "Athletics", "gt_caption": "This illustration depicts two baseball players from the Oakland Athletics celebrating their World Series championship victory, with their hands raised in triumph near the trophy."}
71
+ {"id": 1574, "prompt": "Replace the text '99' with '100'.", "original_image": "2.4/image/original/3599493098102.0.webp", "gt_image": "2.4/image/gt/3599493098102.0.webp", "source_text": "99", "target_text": "100", "gt_caption": "This photo captures a baseball player in a white pinstriped uniform with the number 100, mid-swing at home plate during a game, with a crowd in the background."}
72
+ {"id": 1575, "prompt": "Replace the text '44' with '45'.", "original_image": "2.4/image/original/2921108013748.0.webp", "gt_image": "2.4/image/gt/2921108013748.0.webp", "source_text": "44", "target_text": "45", "gt_caption": "This black-and-white photo shows four football players standing on a field, wearing numbered jerseys (80, 32, 40, 45) and holding helmets, with a stadium and cars in the background."}
73
+ {"id": 1576, "prompt": "Replace the text '34' with '24'.", "original_image": "2.4/image/original/76210006885.0.jpg", "gt_image": "2.4/image/gt/76210006885.0.jpg", "source_text": "34", "target_text": "24", "gt_caption": "This photo captures a basketball player in a purple Sacramento Kings uniform (number 24) attempting a shot while being defended by an opponent in a white Orlando Magic uniform (number 40) during a game."}
74
+ {"id": 1577, "prompt": "Replace the text 'Supe' with 'Tech'.", "original_image": "2.4/image/original/1336854007003.0.jpg", "gt_image": "2.4/image/gt/1336854007003.0.jpg", "source_text": "Supe", "target_text": "Tech", "gt_caption": "This photo shows a person modeling a black jacket with orange accents, layered over a white graphic t-shirt, against a plain background."}
75
+ {"id": 1578, "prompt": "Replace the text '82' with '15'.", "original_image": "2.4/image/original/2063923004263.0.jpg", "gt_image": "2.4/image/gt/2063923004263.0.jpg", "source_text": "82", "target_text": "15", "gt_caption": "This photo captures a football player in a white uniform with the number 22, making a one-handed catch during a game, with teammates and opponents in the background."}
76
+ {"id": 1579, "prompt": "Replace the text 'DREAM' with 'DACA'.", "original_image": "2.4/image/original/2191625010043.0.jpg", "gt_image": "2.4/image/gt/2191625010043.0.jpg", "source_text": "DREAM", "target_text": "DACA", "gt_caption": "This photo shows a couple embracing during a protest, with signs advocating for DACA and opposing Trump, set against the backdrop of the U.S. Capitol building."}
77
+ {"id": 1580, "prompt": "Replace the text 'RAPTORS' with 'TEAM'.", "original_image": "2.4/image/original/916142004997.0.jpg", "gt_image": "2.4/image/gt/916142004997.0.jpg", "source_text": "RAPTORS", "target_text": "TEAM", "gt_caption": "This photo shows a basketball player in a white jersey with \"TEAM\" and the number 3, gesturing during a game in front of a crowd."}
78
+ {"id": 1581, "prompt": "Replace the text '23' with '24'.", "original_image": "2.4/image/original/820184006264.0.jpg", "gt_image": "2.4/image/gt/820184006264.0.jpg", "source_text": "23", "target_text": "24", "gt_caption": "This photo shows a football player in practice gear sprinting during a training session, with teammates in the background."}
79
+ {"id": 1582, "prompt": "Replace the text 'POLUS' with 'URAWA'.", "original_image": "2.4/image/original/2756114003695.0.jpg", "gt_image": "2.4/image/gt/2756114003695.0.jpg", "source_text": "POLUS", "target_text": "URAWA", "gt_caption": "This photo captures a group of soccer players in red jerseys running on the field during a match, showcasing their team spirit and athletic movement."}
80
+ {"id": 1583, "prompt": "Replace the text '18' with '24'.", "original_image": "2.4/image/original/1731940003646.0.jpg", "gt_image": "2.4/image/gt/1731940003646.0.jpg", "source_text": "18", "target_text": "24", "gt_caption": "This photo captures a football game moment where two players in black and gold uniforms are engaged in a physical tackle, with a player in a white uniform observing in the background."}
81
+ {"id": 1584, "prompt": "Replace the text 'KIERMAIER' with 'MORNING'.", "original_image": "2.4/image/original/3332992011737.0.jpg", "gt_image": "2.4/image/gt/3332992011737.0.jpg", "source_text": "KIERMAIER", "target_text": "MORNING", "gt_caption": "This photo captures a baseball game moment where a player in a blue uniform (MORNING #39) is running toward a base, while a fielder in a white uniform attempts to tag him out."}
82
+ {"id": 1585, "prompt": "Replace the text 'ADA' with 'Gold'.", "original_image": "2.4/image/original/1645393002422.0.jpg", "gt_image": "2.4/image/gt/1645393002422.0.jpg", "source_text": "ADA", "target_text": "Gold", "gt_caption": "This photo shows a swimmer holding the Canadian flag, celebrating a gold medal victory at an Olympic event."}
83
+ {"id": 1586, "prompt": "Replace the text 'ARE' with 'WON'.", "original_image": "2.4/image/original/2833282002539.0.jpg", "gt_image": "2.4/image/gt/2833282002539.0.jpg", "source_text": "ARE", "target_text": "WON", "gt_caption": "This photo shows a skier celebrating a podium finish, holding a ski and standing in front of an American flag, with the word \"WON\" displayed on their bib."}
84
+ {"id": 1587, "prompt": "Replace the text '90' with '10'.", "original_image": "2.4/image/original/3279855025034.0.jpg", "gt_image": "2.4/image/gt/3279855025034.0.jpg", "source_text": "90", "target_text": "10", "gt_caption": "This photo shows a group of football players standing on the field, facing a bright light and smoke, likely during a pre-game or halftime ceremony."}
85
+ {"id": 1588, "prompt": "Replace the text '12' with '23'.", "original_image": "2.4/image/original/4110567009234.0.jpg", "gt_image": "2.4/image/gt/4110567009234.0.jpg", "source_text": "12", "target_text": "23", "gt_caption": "This photo shows a group of cricket players in green and yellow uniforms celebrating a victory, with one player being lifted into the air by his teammates."}
86
+ {"id": 1589, "prompt": "Replace the text '25' with '17'.", "original_image": "2.4/image/original/1753234000876.0.jpg", "gt_image": "2.4/image/gt/1753234000876.0.jpg", "source_text": "25", "target_text": "17", "gt_caption": "This photo captures a dynamic moment in a football game, showing a player in a white uniform (number 17) running with the ball while being pursued by defenders in maroon uniforms."}
87
+ {"id": 1590, "prompt": "Replace the text '35' with '42'.", "original_image": "2.4/image/original/4195133017719.0.jpg", "gt_image": "2.4/image/gt/4195133017719.0.jpg", "source_text": "35", "target_text": "42", "gt_caption": "This photo captures a basketball player in mid-air, attempting a dunk during a game, with an opposing player defending nearby."}
88
+ {"id": 1591, "prompt": "Replace the text 'MARINER' with 'PLAYER'.", "original_image": "2.4/image/original/3681629018899.0.jpg", "gt_image": "2.4/image/gt/3681629018899.0.jpg", "source_text": "MARINER", "target_text": "PLAYER", "gt_caption": "This photo shows a baseball player in a Seattle Mariners uniform running on the field during a game."}
89
+ {"id": 1592, "prompt": "Replace the text 'MANZIEL' with 'Draft'.", "original_image": "2.4/image/original/3187856007358.0.jpg", "gt_image": "2.4/image/gt/3187856007358.0.jpg", "source_text": "MANZIEL", "target_text": "Draft", "gt_caption": "This photo shows a man holding a Cleveland Browns \"Draft\" jersey with the number 1, celebrating his selection in the NFL Draft alongside NFL Commissioner Roger Goodell."}
90
+ {"id": 1593, "prompt": "Replace the text '18' with '31'.", "original_image": "2.4/image/original/1693704005968.0.jpg", "gt_image": "2.4/image/gt/1693704005968.0.jpg", "source_text": "18", "target_text": "31", "gt_caption": "This photo shows a soccer player wearing an Argentina national team jersey, standing on the field during a match."}
91
+ {"id": 1594, "prompt": "Replace the text '59' with '42'.", "original_image": "2.4/image/original/1186569017449.0.jpg", "gt_image": "2.4/image/gt/1186569017449.0.jpg", "source_text": "59", "target_text": "42", "gt_caption": "This photo shows a baseball player from the Houston Astros, wearing jersey number 3, walking off the field after a play, with a Texas Rangers player in the background."}
92
+ {"id": 1595, "prompt": "Replace the text '22' with '15'.", "original_image": "2.4/image/original/2631335002148.0.jpg", "gt_image": "2.4/image/gt/2631335002148.0.jpg", "source_text": "22", "target_text": "15", "gt_caption": "This photo shows a basketball player in a white Baylor jersey (number 15) dribbling the ball while being defended by an opponent in a purple jersey (number 12) during a game."}
93
+ {"id": 1596, "prompt": "Replace the text '14' with '21'.", "original_image": "2.4/image/original/950554019011.0.jpg", "gt_image": "2.4/image/gt/950554019011.0.jpg", "source_text": "14", "target_text": "21", "gt_caption": "This photo shows a baseball pitcher in a Detroit Tigers uniform preparing to throw the ball during a game."}
94
+ {"id": 1597, "prompt": "Replace the text '15' with '10'.", "original_image": "2.4/image/original/3016414000454.0.jpg", "gt_image": "2.4/image/gt/3016414000454.0.jpg", "source_text": "15", "target_text": "10", "gt_caption": "This photo captures a basketball player in a New York Knicks uniform (number 10) dribbling the ball during a game, with opponents and a crowd in the background."}
95
+ {"id": 1598, "prompt": "Replace the text '32' with '45'.", "original_image": "2.4/image/original/3993853000070.0.jpg", "gt_image": "2.4/image/gt/3993853000070.0.jpg", "source_text": "32", "target_text": "45", "gt_caption": "This photo shows a group of young football players in blue jerseys and white helmets standing on a field, ready for a game."}
96
+ {"id": 1599, "prompt": "Replace the text 'ETIHA' with 'SILENCE'.", "original_image": "2.4/image/original/2463121002797.0.jpg", "gt_image": "2.4/image/gt/2463121002797.0.jpg", "source_text": "ETIHA", "target_text": "SILENCE", "gt_caption": "This photo shows a soccer player in a Manchester City jersey celebrating with a wide smile and a raised hand, likely after scoring a goal or achieving a significant moment in a match."}
97
+ {"id": 1600, "prompt": "Replace the text 'WARRIORS' with 'PLAYERS'.", "original_image": "2.4/image/original/4056562008863.0.jpg", "gt_image": "2.4/image/gt/4056562008863.0.jpg", "source_text": "WARRIORS", "target_text": "PLAYERS", "gt_caption": "This photo shows a basketball player wearing a jersey with \"PLAYERS\" and the number 30, standing on a court during a game."}
98
+ {"id": 1601, "prompt": "Replace the text '23' with '42'.", "original_image": "2.4/image/original/2905363001012.0.jpg", "gt_image": "2.4/image/gt/2905363001012.0.jpg", "source_text": "23", "target_text": "42", "gt_caption": "This illustration depicts a basketball player in a red jersey (Jordan, #42) leaping for a dunk, while a player in a yellow Lakers jersey (#32) attempts to defend during a game."}
99
+ {"id": 1602, "prompt": "Replace the text 'BROWNLEE' with 'Athlete'.", "original_image": "2.4/image/original/1040583001326.0.jpg", "gt_image": "2.4/image/gt/1040583001326.0.jpg", "source_text": "BROWNLEE", "target_text": "Athlete", "gt_caption": "This photo shows an athlete from Great Britain (GBR) celebrating with a Union Jack flag draped over their shoulders, likely after a successful sporting event."}
100
+ {"id": 1603, "prompt": "Replace the text 'HOUSTON' with 'SAN FRANCISCO'.", "original_image": "2.4/image/original/2918596021322.0.jpg", "gt_image": "2.4/image/gt/2918596021322.0.jpg", "source_text": "HOUSTON", "target_text": "SAN FRANCISCO", "gt_caption": "This photo shows two basketball players, one from the San Francisco team and the other from the Golden State Warriors, standing on the court during a game."}
101
+ {"id": 1604, "prompt": "Replace the text 'GIRL' with 'BABY'.", "original_image": "2.4/image/original/3670092009829.0.jpg", "gt_image": "2.4/image/gt/3670092009829.0.jpg", "source_text": "GIRL", "target_text": "BABY", "gt_caption": "This photo shows a smiling toddler holding a sign that reads \"IT'S A BABY!\" in colorful letters, likely announcing a pregnancy."}
102
+ {"id": 1605, "prompt": "Replace the text '75' with '21'.", "original_image": "2.4/image/original/3120825005176.0.jpg", "gt_image": "2.4/image/gt/3120825005176.0.jpg", "source_text": "75", "target_text": "21", "gt_caption": "This photo captures a football player in a white uniform (Dallas Cowboys) diving to catch a ball during a game, while being tackled by a player in a black uniform (Philadelphia Eagles)."}
103
+ {"id": 1606, "prompt": "Replace the text 'LOUISVILLE' with 'CONNECTICUT'.", "original_image": "2.4/image/original/840602001477.0.jpg", "gt_image": "2.4/image/gt/840602001477.0.jpg", "source_text": "LOUISVILLE", "target_text": "CONNECTICUT", "gt_caption": "This photo captures a basketball game moment where a player from Connecticut (jersey #31) is shooting the ball while being defended by an opponent from UConn (jersey #30)."}
104
+ {"id": 1607, "prompt": "Replace the text 'HOPE' with 'PROSPERITY'.", "original_image": "2.4/image/original/1394214002143.0.webp", "gt_image": "2.4/image/gt/1394214002143.0.webp", "source_text": "HOPE", "target_text": "PROSPERITY", "gt_caption": "This photo shows a person standing outdoors in front of a white brick wall, wearing a black T-shirt with the text \"MAKE AMERICA PROSPERITY AGAIN\" printed in bold white letters."}
105
+ {"id": 1608, "prompt": "Replace the text '11' with '22'.", "original_image": "2.4/image/original/943724008216.0.jpg", "gt_image": "2.4/image/gt/943724008216.0.jpg", "source_text": "11", "target_text": "22", "gt_caption": "This photo shows a basketball player wearing a Los Angeles Lakers jersey with the number 22, standing on the court during a game."}
106
+ {"id": 1609, "prompt": "Replace the text 'Natural' with 'Organic'.", "original_image": "2.4/image/original/1582105011204.0.jpg", "gt_image": "2.4/image/gt/1582105011204.0.jpg", "source_text": "Natural", "target_text": "Organic", "gt_caption": "This photo shows a person leaning against a wooden wall, wearing a red tank top with \"Organic Light\" printed on it, denim shorts, and holding a can, with a casual and relaxed vibe."}
107
+ {"id": 1610, "prompt": "Replace the text 'Cobado' with 'Colton'.", "original_image": "2.4/image/original/935499001438.0.jpg", "gt_image": "2.4/image/gt/935499001438.0.jpg", "source_text": "Cobado", "target_text": "Colton", "gt_caption": "This photo shows a basketball player in a green Colton jersey holding a basketball during a game, with a crowd and scoreboard in the background."}
108
+ {"id": 1611, "prompt": "Replace the text '15' with '24'.", "original_image": "2.4/image/original/1691571000868.0.webp", "gt_image": "2.4/image/gt/1691571000868.0.webp", "source_text": "15", "target_text": "24", "gt_caption": "This photo captures a basketball player in a Kentucky uniform performing a dunk during a game."}
109
+ {"id": 1612, "prompt": "Replace the text 'SCHEDULE' with 'EVENT'.", "original_image": "2.4/image/original/4044456003751.0.webp", "gt_image": "2.4/image/gt/4044456003751.0.webp", "source_text": "SCHEDULE", "target_text": "EVENT", "gt_caption": "This photo shows a person wearing an orange vest labeled \"CDC ADULT EVENT\" with a pattern of syringes, standing in a crowd holding a sign, likely at a protest or demonstration."}
110
+ {"id": 1613, "prompt": "Replace the text '99' with '100'.", "original_image": "2.4/image/original/3828711004682.0.jpg", "gt_image": "2.4/image/gt/3828711004682.0.jpg", "source_text": "99", "target_text": "100", "gt_caption": "This photo captures a lively scene of two individuals, one laughing joyfully and the other playfully adjusting their hair, set against a warm, urban backdrop with glowing lights."}
111
+ {"id": 1614, "prompt": "Replace the text 'NDIAN' with 'PACERS'.", "original_image": "2.4/image/original/4188625002700.0.jpg", "gt_image": "2.4/image/gt/4188625002700.0.jpg", "source_text": "NDIAN", "target_text": "PACERS", "gt_caption": "This photo shows a basketball player in a Pacers jersey adjusting his sleeve during a game."}
112
+ {"id": 1615, "prompt": "Replace the text '22' with '35'.", "original_image": "2.4/image/original/1111298006426.0.jpg", "gt_image": "2.4/image/gt/1111298006426.0.jpg", "source_text": "22", "target_text": "35", "gt_caption": "This photo captures a basketball game moment where a player in a white jersey is driving to the basket, being defended by a player in a navy blue jersey, with another defender nearby, in a crowded arena setting."}
113
+ {"id": 1616, "prompt": "Replace the text 'STANFORD' with 'WASHINGTON'.", "original_image": "2.4/image/original/1798531075967.0.jpg", "gt_image": "2.4/image/gt/1798531075967.0.jpg", "source_text": "STANFORD", "target_text": "WASHINGTON", "gt_caption": "This photo captures a moment in a women's basketball game where a player from Washington (jersey number 30) celebrates with a teammate, while opponents and other players are visible in the background."}
114
+ {"id": 1617, "prompt": "Replace the text '25' with '32'.", "original_image": "2.4/image/original/3809166000002.0.webp", "gt_image": "2.4/image/gt/3809166000002.0.webp", "source_text": "25", "target_text": "32", "gt_caption": "This photo captures a basketball player in mid-air, dunking the ball during a game."}
115
+ {"id": 1618, "prompt": "Replace the text 'KING' with 'PLAYER'.", "original_image": "2.4/image/original/2920956003581.0.jpg", "gt_image": "2.4/image/gt/2920956003581.0.jpg", "source_text": "KING", "target_text": "PLAYER", "gt_caption": "This photo shows a soccer player in a blue Leicester City jersey running on the field during a match, giving a thumbs-up gesture."}
116
+ {"id": 1619, "prompt": "Replace the text '22' with '13'.", "original_image": "2.4/image/original/3797203000328.0.jpg", "gt_image": "2.4/image/gt/3797203000328.0.jpg", "source_text": "22", "target_text": "13", "gt_caption": "This photo shows a press conference where four basketball players hold up their jerseys, with a team executive seated in the center, all in front of a branded backdrop."}
117
+ {"id": 1620, "prompt": "Replace the text 'USA' with 'Team'.", "original_image": "2.4/image/original/1317955006855.0.webp", "gt_image": "2.4/image/gt/1317955006855.0.webp", "source_text": "USA", "target_text": "Team", "gt_caption": "This photo shows a basketball player in a white \"Team\" jersey with the number 7 high-fiving a teammate during a game."}
118
+ {"id": 1621, "prompt": "Replace the text 'RAFAEL' with 'ALEX'.", "original_image": "2.4/image/original/58251000880.0.jpg", "gt_image": "2.4/image/gt/58251000880.0.jpg", "source_text": "RAFAEL", "target_text": "ALEX", "gt_caption": "This photo shows a soccer coach, wearing a black coat and hat, gesturing animatedly during a match, while a player in a red jersey labeled \"ALEX\" holds a ball nearby."}
119
+ {"id": 1622, "prompt": "Replace the text '84' with '15'.", "original_image": "2.4/image/original/250916000465.0.jpg", "gt_image": "2.4/image/gt/250916000465.0.jpg", "source_text": "84", "target_text": "15", "gt_caption": "This photo captures a group of Minnesota Vikings players in a huddle during a football game, focusing on teamwork and strategy."}
120
+ {"id": 1623, "prompt": "Replace the text '36' with '42'.", "original_image": "2.4/image/original/2010956057652.0.jpg", "gt_image": "2.4/image/gt/2010956057652.0.jpg", "source_text": "36", "target_text": "42", "gt_caption": "This photo captures a football game in action, showing players from two teams (one in white and green, the other in blue and red) competing on the field, with one player in white advancing with the ball."}
121
+ {"id": 1624, "prompt": "Replace the text '29' with '30'.", "original_image": "2.4/image/original/1572716007703.0.jpg", "gt_image": "2.4/image/gt/1572716007703.0.jpg", "source_text": "29", "target_text": "30", "gt_caption": "This photo captures a dynamic moment in a football game, showing a player in white diving to catch the ball while being tackled by a defender in blue."}
122
+ {"id": 1625, "prompt": "Replace the text 'ORLANDO' with 'SACRAMENTO'.", "original_image": "2.4/image/original/852435018803.0.jpg", "gt_image": "2.4/image/gt/852435018803.0.jpg", "source_text": "ORLANDO", "target_text": "SACRAMENTO", "gt_caption": "This photo captures a basketball player from the Sacramento Kings, wearing jersey number 14, dribbling the ball during a game against the Orlando Magic in a crowded arena."}
123
+ {"id": 1626, "prompt": "Replace the text '24' with '15'.", "original_image": "2.4/image/original/919042000727.0.jpg", "gt_image": "2.4/image/gt/919042000727.0.jpg", "source_text": "24", "target_text": "15", "gt_caption": "This photo captures a basketball game moment where two players are competing for the ball, with one player in an orange jersey attempting to pass while being defended by another in a black jersey."}
124
+ {"id": 1627, "prompt": "Replace the text '242' with '243'.", "original_image": "2.4/image/original/1643593000750.0.jpg", "gt_image": "2.4/image/gt/1643593000750.0.jpg", "source_text": "242", "target_text": "243", "gt_caption": "This photo shows three speed skaters competing on an ice rink, wearing blue uniforms and helmets with numbers, demonstrating intense focus and agility during a race."}
125
+ {"id": 1628, "prompt": "Replace the text '23' with '4A'.", "original_image": "2.4/image/original/524833000970.0.jpg", "gt_image": "2.4/image/gt/524833000970.0.jpg", "source_text": "23", "target_text": "4A", "gt_caption": "This photo captures a dynamic moment in a women's basketball game, showing a player in an orange uniform dribbling the ball while being closely guarded by an opponent in a white uniform."}
126
+ {"id": 1629, "prompt": "Replace the text '50' with '51'.", "original_image": "2.4/image/original/851429014467.0.jpg", "gt_image": "2.4/image/gt/851429014467.0.jpg", "source_text": "50", "target_text": "51", "gt_caption": "This photo captures a basketball player in a white jersey (51) attempting a shot while being defended by a player in a blue jersey (5) during a game in a crowded arena."}
127
+ {"id": 1630, "prompt": "Replace the text '15' with '23'.", "original_image": "2.4/image/original/4032800012709.0.jpg", "gt_image": "2.4/image/gt/4032800012709.0.jpg", "source_text": "15", "target_text": "23", "gt_caption": "This photo captures a basketball game in action, showing a player in a white jersey attempting a shot while being defended by players in maroon uniforms, with a crowd in the background."}
128
+ {"id": 1631, "prompt": "Replace the text '16' with '23'.", "original_image": "2.4/image/original/3081111003808.0.jpg", "gt_image": "2.4/image/gt/3081111003808.0.jpg", "source_text": "16", "target_text": "23", "gt_caption": "This photo captures an intense moment in an Australian Rules Football match, showing a player in a black and white uniform leaping to contest the ball with an opponent in a blue and red uniform."}
129
+ {"id": 1632, "prompt": "Replace the text 'Royals' with 'Athletics'.", "original_image": "2.4/image/original/3690912011256.0.webp", "gt_image": "2.4/image/gt/3690912011256.0.webp", "source_text": "Royals", "target_text": "Athletics", "gt_caption": "This photo shows a man in a white \"Athletics\" jersey throwing a baseball, captured mid-action with a smile on his face."}
130
+ {"id": 1633, "prompt": "Replace the text '27' with '4'.", "original_image": "2.4/image/original/1766100030413.0.webp", "gt_image": "2.4/image/gt/1766100030413.0.webp", "source_text": "27", "target_text": "4", "gt_caption": "This photo captures a baseball player from the Houston Astros sliding into a base during a game, with another player standing nearby, both wearing orange uniforms."}
131
+ {"id": 1634, "prompt": "Replace the text '72' with '17'.", "original_image": "2.4/image/original/869780001408.0.jpg", "gt_image": "2.4/image/gt/869780001408.0.jpg", "source_text": "72", "target_text": "17", "gt_caption": "This photo captures a football game in action, showing a player in a white uniform (No. 24) being tackled by an opponent while another player (No. 17) runs nearby on the field."}
132
+ {"id": 1635, "prompt": "Replace the text '35' with '2018'.", "original_image": "2.4/image/original/3158918000598.0.jpg", "gt_image": "2.4/image/gt/3158918000598.0.jpg", "source_text": "35", "target_text": "2018", "gt_caption": "This photo shows an athlete celebrating after a luge event at the PyeongChang 2018 Winter Olympics, wearing a red and black uniform with the Olympic rings and event branding."}
133
+ {"id": 1636, "prompt": "Replace the text '90' with '12'.", "original_image": "2.4/image/original/2712711006338.0.jpg", "gt_image": "2.4/image/gt/2712711006338.0.jpg", "source_text": "90", "target_text": "12", "gt_caption": "This photo shows a person proudly holding up a Buffalo Bills jersey with the name \"Lawson\" and the number \"12,\" likely at a team event or draft celebration."}
134
+ {"id": 1637, "prompt": "Replace the text '23' with '42'.", "original_image": "2.4/image/original/3393379004748.0.jpg", "gt_image": "2.4/image/gt/3393379004748.0.jpg", "source_text": "23", "target_text": "42", "gt_caption": "This photo shows a basketball player wearing a Milwaukee Bucks jersey with the number 42, standing on the court during a game."}
135
+ {"id": 1638, "prompt": "Replace the text '2321' with '100m'.", "original_image": "2.4/image/original/3062965008121.0.jpg", "gt_image": "2.4/image/gt/3062965008121.0.jpg", "source_text": "2321", "target_text": "100m", "gt_caption": "This photo captures a male athlete from Great Britain celebrating after completing a 100m race, showcasing his excitement and triumph."}
136
+ {"id": 1639, "prompt": "Replace the text '19' with '20'.", "original_image": "2.4/image/original/3697178004164.0.jpg", "gt_image": "2.4/image/gt/3697178004164.0.jpg", "source_text": "19", "target_text": "20", "gt_caption": "This photo captures a volleyball player in mid-air executing a powerful spike during a competitive match, with teammates and opponents positioned on the court and spectators in the background."}
137
+ {"id": 1640, "prompt": "Replace the text '87' with '48'.", "original_image": "2.4/image/original/739519002715.0.jpg", "gt_image": "2.4/image/gt/739519002715.0.jpg", "source_text": "87", "target_text": "48", "gt_caption": "This photo captures a Green Bay Packers player (number 83) running with the football during a game, pursued by defenders from the opposing team."}
138
+ {"id": 1641, "prompt": "Replace the text 'HOWARD' with 'BRYANT'.", "original_image": "2.4/image/original/3914802002618.0.jpg", "gt_image": "2.4/image/gt/3914802002618.0.jpg", "source_text": "HOWARD", "target_text": "BRYANT", "gt_caption": "This photo captures a basketball player in a yellow jersey (Kobe Bryant, #8) and another in an orange jersey (Nate Robinson, #12) during an intense physical confrontation on the court."}
139
+ {"id": 1642, "prompt": "Replace the text '22' with '44'.", "original_image": "2.4/image/original/1309355007635.0.webp", "gt_image": "2.4/image/gt/1309355007635.0.webp", "source_text": "22", "target_text": "44", "gt_caption": "This photo shows a baseball player wearing a Milwaukee Brewers uniform, holding a bat, and walking toward the batter's box during a game."}
140
+ {"id": 1643, "prompt": "Replace the text 'FARAH' with 'Farah'.", "original_image": "2.4/image/original/1032096000100.0.jpg", "gt_image": "2.4/image/gt/1032096000100.0.jpg", "source_text": "FARAH", "target_text": "Farah", "gt_caption": "This photo captures a moment during a track and field race at the London 2012 Olympics, showing a runner from Great Britain, Mo Farah, celebrating with arms outstretched as he crosses the finish line."}
141
+ {"id": 1644, "prompt": "Replace the text 'ULLS' with 'ROSE'.", "original_image": "2.4/image/original/2704908002782.0.jpg", "gt_image": "2.4/image/gt/2704908002782.0.jpg", "source_text": "ULLS", "target_text": "ROSE", "gt_caption": "This photo shows a basketball player in a red jersey dribbling a basketball, showcasing a dynamic pose during a game or practice."}
142
+ {"id": 1645, "prompt": "Replace the text 'ESHARNAIS' with 'Desharnais'.", "original_image": "2.4/image/original/1989808050692.0.jpg", "gt_image": "2.4/image/gt/1989808050692.0.jpg", "source_text": "ESHARNAIS", "target_text": "Desharnais", "gt_caption": "This photo captures a hockey game moment where a player in a red uniform attempts to score a goal, while a player in a blue uniform defends near the net."}
143
+ {"id": 1646, "prompt": "Replace the text '22' with '11'.", "original_image": "2.4/image/original/3771813005598.0.jpg", "gt_image": "2.4/image/gt/3771813005598.0.jpg", "source_text": "22", "target_text": "11", "gt_caption": "This photo captures a dynamic football play where a player in a white uniform (number 11) leaps to catch the ball, while a defender in a dark uniform attempts to block the reception during a game."}
144
+ {"id": 1647, "prompt": "Replace the text '364' with '2023'.", "original_image": "2.4/image/original/4235168001584.0.jpg", "gt_image": "2.4/image/gt/4235168001584.0.jpg", "source_text": "364", "target_text": "2023", "gt_caption": "This photo shows an athlete participating in a Special Olympics event, wearing a numbered bib and running on a track."}
145
+ {"id": 1648, "prompt": "Replace the text '17' with '5'.", "original_image": "2.4/image/original/3070428105041.0.jpg", "gt_image": "2.4/image/gt/3070428105041.0.jpg", "source_text": "17", "target_text": "5", "gt_caption": "This photo shows a group of female cricket players in yellow uniforms celebrating on the field during a match."}
146
+ {"id": 1649, "prompt": "Replace the text '45' with '2016'.", "original_image": "2.4/image/original/2046837013003.0.jpg", "gt_image": "2.4/image/gt/2046837013003.0.jpg", "source_text": "45", "target_text": "2016", "gt_caption": "This photo shows a group of people in a formal setting, with one individual holding a baseball jersey labeled \"TRUMP 2016\" and another holding a sign with the number \"45,\" likely referencing the 45th presidency."}
147
+ {"id": 1650, "prompt": "Replace the text 'minnessta' with 'twins'.", "original_image": "2.4/image/original/3633214007815.0.jpg", "gt_image": "2.4/image/gt/3633214007815.0.jpg", "source_text": "minnessta", "target_text": "twins", "gt_caption": "This photo shows a baseball pitcher in a Twins uniform mid-throw during a game, with a crowd in the background."}
148
+ {"id": 1651, "prompt": "Replace the text 'BOSTON' with 'FINISH'.", "original_image": "2.4/image/original/810257000758.0.jpg", "gt_image": "2.4/image/gt/810257000758.0.jpg", "source_text": "BOSTON", "target_text": "FINISH", "gt_caption": "This photo shows a young child wearing a \"FINISH STRONG\" shirt, walking alongside adults at a race or event, likely near the finish line."}
149
+ {"id": 1652, "prompt": "Replace the text 'COUSINS' with 'GRIZZLIES'.", "original_image": "2.4/image/original/1313541000215.0.jpg", "gt_image": "2.4/image/gt/1313541000215.0.jpg", "source_text": "COUSINS", "target_text": "GRIZZLIES", "gt_caption": "This photo captures a basketball player in a Memphis Grizzlies uniform (Jersey 13) dunking the ball during a game, while a player from the Grizzlies (Jersey 15) attempts to defend."}
150
+ {"id": 1653, "prompt": "Replace the text 'COLORADO' with 'ROCKIES'.", "original_image": "2.4/image/original/3912611009987.0.jpg", "gt_image": "2.4/image/gt/3912611009987.0.jpg", "source_text": "COLORADO", "target_text": "ROCKIES", "gt_caption": "This photo shows two baseball players high-fiving each other during a game, with one player wearing a Rockies uniform and the other in a different team's uniform."}
151
+ {"id": 1654, "prompt": "Replace the text 'bnz' with 'Super'.", "original_image": "2.4/image/original/953575034674.0.jpg", "gt_image": "2.4/image/gt/953575034674.0.jpg", "source_text": "bnz", "target_text": "Super", "gt_caption": "This photo captures a rugby player in action, passing the ball during a Super Rugby match, surrounded by opponents and a referee."}
152
+ {"id": 1655, "prompt": "Replace the text 'HAR' with 'TEAM'.", "original_image": "2.4/image/original/1460766002784.0.jpg", "gt_image": "2.4/image/gt/1460766002784.0.jpg", "source_text": "HAR", "target_text": "TEAM", "gt_caption": "This photo shows two individuals wearing matching red and blue tracksuits labeled \"TEAM GLUETROTTERS,\" one holding a basketball and the other speaking into a microphone, likely at a basketball-related event."}
153
+ {"id": 1656, "prompt": "Replace the text 'Emirates' with 'Stadium'.", "original_image": "2.4/image/original/3888326006277.0.webp", "gt_image": "2.4/image/gt/3888326006277.0.webp", "source_text": "Emirates", "target_text": "Stadium", "gt_caption": "This photo shows two soccer players in red-and-black striped jerseys celebrating on the field during a match."}
154
+ {"id": 1657, "prompt": "Replace the text 'BURBERRY' with 'Gucci'.", "original_image": "2.4/image/original/2858644016442.0.webp", "gt_image": "2.4/image/gt/2858644016442.0.webp", "source_text": "BURBERRY", "target_text": "Gucci", "gt_caption": "This photo shows a person wearing a black Gucci sweatshirt with the text \"GUCCI LONDON ENGLAND\" printed on the front."}
155
+ {"id": 1658, "prompt": "Replace the text 'NEVER' with 'ALWAYS'.", "original_image": "2.4/image/original/3219419009396.0.jpg", "gt_image": "2.4/image/gt/3219419009396.0.jpg", "source_text": "NEVER", "target_text": "ALWAYS", "gt_caption": "This photo shows a man standing in a workshop or garage, wearing a T-shirt that reads \"ALWAYS NOT RIDING,\" with motorcycles and equipment visible in the background."}
156
+ {"id": 1659, "prompt": "Replace the text '23' with '48'.", "original_image": "2.4/image/original/1255182014783.0.jpg", "gt_image": "2.4/image/gt/1255182014783.0.jpg", "source_text": "23", "target_text": "48", "gt_caption": "This photo shows three football players from the Houston team celebrating on the field during a game, with one player holding a football."}
157
+ {"id": 1660, "prompt": "Replace the text 'BURKE' with 'OLIVER'.", "original_image": "2.4/image/original/4116203003860.0.webp", "gt_image": "2.4/image/gt/4116203003860.0.webp", "source_text": "BURKE", "target_text": "OLIVER", "gt_caption": "This photo shows two soccer players in pink jerseys celebrating a moment on the field during a rainy match."}
158
+ {"id": 1661, "prompt": "Replace the text '23' with '10'.", "original_image": "2.4/image/original/2964051064302.0.jpg", "gt_image": "2.4/image/gt/2964051064302.0.jpg", "source_text": "23", "target_text": "10", "gt_caption": "This photo shows two soccer players celebrating near the goalpost during a match, with a crowd in the background."}
159
+ {"id": 1662, "prompt": "Replace the text 'AIA' with 'Spurs'.", "original_image": "2.4/image/original/1696632002034.0.jpg", "gt_image": "2.4/image/gt/1696632002034.0.jpg", "source_text": "AIA", "target_text": "Spurs", "gt_caption": "This photo shows a goalkeeper wearing a bright yellow Tottenham Hotspur kit, standing on a soccer field during a match."}
160
+ {"id": 1663, "prompt": "Replace the text 'VIOLENCE' with 'PROTESTS'.", "original_image": "2.4/image/original/1011075005365.0.webp", "gt_image": "2.4/image/gt/1011075005365.0.webp", "source_text": "VIOLENCE", "target_text": "PROTESTS", "gt_caption": "This photo shows a person wearing an orange T-shirt with the text \"WE CAN END GUN PROTESTS,\" standing in a group of people, likely at a public gathering or protest."}
161
+ {"id": 1664, "prompt": "Replace the text '14' with '23'.", "original_image": "2.4/image/original/1980898001508.0.jpg", "gt_image": "2.4/image/gt/1980898001508.0.jpg", "source_text": "14", "target_text": "23", "gt_caption": "This photo captures a rugby lineout, where players from opposing teams jump to catch the ball thrown into the air during a match."}
162
+ {"id": 1665, "prompt": "Replace the text '30' with '25'.", "original_image": "2.4/image/original/3819254087063.0.jpg", "gt_image": "2.4/image/gt/3819254087063.0.jpg", "source_text": "30", "target_text": "25", "gt_caption": "This photo shows a basketball player in a Detroit Pistons uniform celebrating with teammates during a game."}
163
+ {"id": 1666, "prompt": "Replace the text 'WADIOR' with 'DENIM'.", "original_image": "2.4/image/original/1606893002976.0.jpg", "gt_image": "2.4/image/gt/1606893002976.0.jpg", "source_text": "WADIOR", "target_text": "DENIM", "gt_caption": "This photo shows three individuals posing together at a fashion event, with one person making a hand gesture and smiling, while the others appear relaxed and engaged in the moment."}
164
+ {"id": 1667, "prompt": "Replace the text 'BLACKLIVES' with 'JUSTICE'.", "original_image": "2.4/image/original/4014900020866.0.jpg", "gt_image": "2.4/image/gt/4014900020866.0.jpg", "source_text": "BLACKLIVES", "target_text": "JUSTICE", "gt_caption": "This photo shows a person wearing a face mask with the text \"JUSTICE MATTER\" printed on it, emphasizing a message of social justice."}
165
+ {"id": 1668, "prompt": "Replace the text 'WOLVES' with 'TIMBERWOLVES'.", "original_image": "2.4/image/original/889962002327.0.jpg", "gt_image": "2.4/image/gt/889962002327.0.jpg", "source_text": "WOLVES", "target_text": "TIMBERWOLVES", "gt_caption": "This photo captures a basketball game moment where a player in a Timberwolves jersey (number 42) is dribbling the ball while being defended by an opponent in a Rockets jersey."}
166
+ {"id": 1669, "prompt": "Replace the text 'SKINNYJEANS' with 'CRAFTMATERIAL'.", "original_image": "2.4/image/original/4016568006874.0.webp", "gt_image": "2.4/image/gt/4016568006874.0.webp", "source_text": "SKINNYJEANS", "target_text": "CRAFTMATERIAL", "gt_caption": "This photo shows two women smiling and sorting through a blue plastic crate filled with files or documents in what appears to be an office or workspace setting."}
167
+ {"id": 1670, "prompt": "Replace the text '10' with '15'.", "original_image": "2.4/image/original/2840651002068.0.jpg", "gt_image": "2.4/image/gt/2840651002068.0.jpg", "source_text": "10", "target_text": "15", "gt_caption": "This photo captures a basketball game in action, showing players from opposing teams vying for control of the ball during a jump ball."}
168
+ {"id": 1671, "prompt": "Replace the text 'MARSHAL' with 'AGENT'.", "original_image": "2.4/image/original/3303596011434.0.jpg", "gt_image": "2.4/image/gt/3303596011434.0.jpg", "source_text": "MARSHAL", "target_text": "AGENT", "gt_caption": "This photo shows a U.S. agent interacting with an individual in a parking lot setting, with other law enforcement personnel and vehicles in the background."}
169
+ {"id": 1672, "prompt": "Replace the text 'BULLS' with 'LAKERS'.", "original_image": "2.4/image/original/3234354006423.0.jpg", "gt_image": "2.4/image/gt/3234354006423.0.jpg", "source_text": "BULLS", "target_text": "LAKERS", "gt_caption": "This photo collage features three iconic basketball players in their respective team jerseys, showcasing their legendary status in the sport."}
170
+ {"id": 1673, "prompt": "Replace the text 'TRUMP' with 'POLITICIAN'.", "original_image": "2.4/image/original/1009969002860.0.jpg", "gt_image": "2.4/image/gt/1009969002860.0.jpg", "source_text": "TRUMP", "target_text": "POLITICIAN", "gt_caption": "This photo shows a man wearing a red shirt with the text \"POLITICIAN WON\" and a \"Trump Endorsed\" sticker, standing in a crowd at an outdoor event with American flags in the background."}
171
+ {"id": 1674, "prompt": "Replace the text 'TALLAS' with 'DALLAS'.", "original_image": "2.4/image/original/3496618005679.0.jpg", "gt_image": "2.4/image/gt/3496618005679.0.jpg", "source_text": "TALLAS", "target_text": "DALLAS", "gt_caption": "This photo shows a Dallas firefighter directing traffic at a fire scene, with a fire truck and elevated ladder in the background."}
172
+ {"id": 1675, "prompt": "Replace the text 'BOSSE' with 'Niekerk'.", "original_image": "2.4/image/original/2406613001629.0.jpg", "gt_image": "2.4/image/gt/2406613001629.0.jpg", "source_text": "BOSSE", "target_text": "Niekerk", "gt_caption": "This photo shows a male athlete draped in the French flag, celebrating on a track after a race at the London 2017 event."}
173
+ {"id": 1676, "prompt": "Replace the text 'ROCKE' with 'RAPTURE'.", "original_image": "2.4/image/original/3767941001322.0.jpg", "gt_image": "2.4/image/gt/3767941001322.0.jpg", "source_text": "ROCKE", "target_text": "RAPTURE", "gt_caption": "This photo shows three individuals standing together, with the central person covering their eyes with their hands, while the others look directly at the camera."}
174
+ {"id": 1677, "prompt": "Replace the text 'YOXOHAMA' with 'LONDON'.", "original_image": "2.4/image/original/3061068004838.0.jpg", "gt_image": "2.4/image/gt/3061068004838.0.jpg", "source_text": "YOXOHAMA", "target_text": "LONDON", "gt_caption": "This photo shows a soccer player in a yellow Chelsea FC jersey giving a thumbs-up gesture on the field."}
175
+ {"id": 1678, "prompt": "Replace the text 'MANE' with 'Klopp'.", "original_image": "2.4/image/original/3014805002598.0.webp", "gt_image": "2.4/image/gt/3014805002598.0.webp", "source_text": "MANE", "target_text": "Klopp", "gt_caption": "This photo shows a coach hugging a player wearing a Liverpool jersey with the name \"Klopp\" and the number 19, likely celebrating a moment during a match."}
176
+ {"id": 1679, "prompt": "Replace the text 'BAINES' with 'FELLAINI'.", "original_image": "2.4/image/original/1534334001635.0.jpg", "gt_image": "2.4/image/gt/1534334001635.0.jpg", "source_text": "BAINES", "target_text": "FELLAINI", "gt_caption": "This photo shows two soccer players, one gesturing with a thumbs-up while the other looks on, during a match in a stadium setting."}
177
+ {"id": 1680, "prompt": "Replace the text 'BREGMAN' with 'ASTROS'.", "original_image": "2.4/image/original/1001666000687.0.jpg", "gt_image": "2.4/image/gt/1001666000687.0.jpg", "source_text": "BREGMAN", "target_text": "ASTROS", "gt_caption": "This photo captures a baseball game moment where a Seattle Mariners player tags a sliding Houston Astros player at a base."}
178
+ {"id": 1681, "prompt": "Replace the text 'BLEDSOE' with 'BLED'.", "original_image": "2.4/image/original/2782274006199.0.jpg", "gt_image": "2.4/image/gt/2782274006199.0.jpg", "source_text": "BLEDSOE", "target_text": "BLED", "gt_caption": "This photo shows two Phoenix Suns basketball players high-fiving each other during a game, with the crowd in the background."}
179
+ {"id": 1682, "prompt": "Replace the text 'ATLANTA' with 'HAWKS'.", "original_image": "2.4/image/original/1013007002589.0.webp", "gt_image": "2.4/image/gt/1013007002589.0.webp", "source_text": "ATLANTA", "target_text": "HAWKS", "gt_caption": "This photo shows a basketball player wearing a red \"Hawks\" jersey with the number 10, standing on the court with hands on hips during a game."}
180
+ {"id": 1683, "prompt": "Replace the text 'ORLANDD' with 'Magic'.", "original_image": "2.4/image/original/3743531002046.0.jpg", "gt_image": "2.4/image/gt/3743531002046.0.jpg", "source_text": "ORLANDD", "target_text": "Magic", "gt_caption": "This photo shows a basketball player wearing a Magic jersey with the number 1, gesturing during a game in front of a crowd."}
181
+ {"id": 1684, "prompt": "Replace the text 'MINNESOTA' with 'TIMBERWOLVES'.", "original_image": "2.4/image/original/1088964002075.0.webp", "gt_image": "2.4/image/gt/1088964002075.0.webp", "source_text": "MINNESOTA", "target_text": "TIMBERWOLVES", "gt_caption": "This photo shows a basketball player wearing a Minnesota Timberwolves jersey, focused and ready during a game."}
182
+ {"id": 1685, "prompt": "Replace the text 'PIRATES' with 'LEGEND'.", "original_image": "2.4/image/original/3681373002165.0.jpg", "gt_image": "2.4/image/gt/3681373002165.0.jpg", "source_text": "PIRATES", "target_text": "LEGEND", "gt_caption": "This image is a composite featuring a black-and-white photo of a baseball player in a \"Legend 21\" jersey, holding a baseball, alongside a Google Doodle illustration of the same player in a baseball uniform, celebrating his legacy."}
183
+ {"id": 1686, "prompt": "Replace the text 'KIPSIRO' with 'Athlete'.", "original_image": "2.4/image/original/1315402011455.0.jpg", "gt_image": "2.4/image/gt/1315402011455.0.jpg", "source_text": "KIPSIRO", "target_text": "Athlete", "gt_caption": "This photo shows an athlete from Uganda celebrating on a track, holding the Ugandan flag high in triumph."}
184
+ {"id": 1687, "prompt": "Replace the text 'HOUSTON' with 'TEMPLE'.", "original_image": "2.4/image/original/2247939017215.0.jpg", "gt_image": "2.4/image/gt/2247939017215.0.jpg", "source_text": "HOUSTON", "target_text": "TEMPLE", "gt_caption": "This photo shows two Temple University basketball players celebrating on the court during a game."}
185
+ {"id": 1688, "prompt": "Replace the text 'FIERS' with 'PITCHER'.", "original_image": "2.4/image/original/973632071229.0.webp", "gt_image": "2.4/image/gt/973632071229.0.webp", "source_text": "FIERS", "target_text": "PITCHER", "gt_caption": "This photo shows a baseball pitcher in mid-throw during a game, wearing a uniform with the name \"PITCHER\" and the number \"50\" on the back."}
186
+ {"id": 1689, "prompt": "Replace the text 'ROC' with 'CUB'.", "original_image": "2.4/image/original/809634002229.0.jpg", "gt_image": "2.4/image/gt/809634002229.0.jpg", "source_text": "ROC", "target_text": "CUB", "gt_caption": "This photo shows a baseball pitcher in a white pinstriped uniform with the \"Cub Kings\" logo, mid-throw during a game."}
187
+ {"id": 1690, "prompt": "Replace the text 'RONALDINHO' with 'FOOTBALLER'.", "original_image": "2.4/image/original/3351680020785.0.jpg", "gt_image": "2.4/image/gt/3351680020785.0.jpg", "source_text": "RONALDINHO", "target_text": "FOOTBALLER", "gt_caption": "This photo shows three individuals posing outdoors, holding a red soccer jersey with \"FOOTBALLER\" and the number \"10\" printed on it, suggesting a sports-related event or celebration."}
188
+ {"id": 1691, "prompt": "Replace the text '23' with '10'.", "original_image": "2.4/image/original/2613360011910.0.jpg", "gt_image": "2.4/image/gt/2613360011910.0.jpg", "source_text": "23", "target_text": "10", "gt_caption": "This photo captures a dynamic basketball moment, showing Michael Jordan (Chicago Bulls, jersey #10) leaping for a dunk during a game against the Los Angeles Lakers, with a defender (Lakers, jersey #32) attempting to block him."}
189
+ {"id": 1692, "prompt": "Replace the text 'NYPD' with 'MFF'.", "original_image": "2.4/image/original/3351378008252.0.jpg", "gt_image": "2.4/image/gt/3351378008252.0.jpg", "source_text": "NYPD", "target_text": "MFF", "gt_caption": "This photo shows a runner wearing a \"MFF Running Club\" shirt and a backpack, holding a water bottle, and smiling during an outdoor event in a wooded area."}
190
+ {"id": 1693, "prompt": "Replace the text 'LOVE' with 'SCORE'.", "original_image": "2.4/image/original/1981289005156.0.jpg", "gt_image": "2.4/image/gt/1981289005156.0.jpg", "source_text": "LOVE", "target_text": "SCORE", "gt_caption": "This photo shows two basketball players from the Cleveland Cavaliers, one wearing a jersey with \"SCORE\" and \"0\" on the back, embracing each other during a game."}
191
+ {"id": 1694, "prompt": "Replace the text 'ADAMS' with 'BATTERS'.", "original_image": "2.4/image/original/956940064338.0.webp", "gt_image": "2.4/image/gt/956940064338.0.webp", "source_text": "ADAMS", "target_text": "BATTERS", "gt_caption": "This photo captures a baseball game moment where a player in a gray uniform (Batters, #32) slides into a base as a player in a white uniform with a blue cap attempts to tag him out."}
192
+ {"id": 1695, "prompt": "Replace the text 'LSU' with 'Tigers'.", "original_image": "2.4/image/original/3643408007323.0.webp", "gt_image": "2.4/image/gt/3643408007323.0.webp", "source_text": "LSU", "target_text": "Tigers", "gt_caption": "This photo shows a basketball player in a white \"Tigers\" uniform dribbling the ball during a game, with cheerleaders and spectators in the background."}
eval_prompts/fullset/2.5.jsonl ADDED
The diff for this file is too large to render. See raw diff
 
eval_prompts/fullset/2.6.jsonl ADDED
@@ -0,0 +1,69 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {"id": 1953, "prompt": "Replace the text 'dreamstime' with 'papalpalace'.", "original_image": "2.6/image/original/3610743010898.0.jpg", "gt_image": "2.6/image/gt/3610743010898.0.jpg", "source_text": "dreamstime", "target_text": "papalpalace", "gt_caption": "This photo showcases the historic Palais des Papes in Avignon, France, surrounded by lush greenery under a vibrant blue sky with wispy clouds."}
2
+ {"id": 1954, "prompt": "Replace the text 'Smashed' with 'Celebrated'.", "original_image": "2.6/image/original/4119612001272.0.jpg", "gt_image": "2.6/image/gt/4119612001272.0.jpg", "source_text": "Smashed", "target_text": "Celebrated", "gt_caption": "This photo captures a baby celebrating their first birthday, sitting on a wooden floor and interacting with a cupcake-themed cake, surrounded by a cozy autumn-themed setup with pumpkins, candles, and coffee decor."}
3
+ {"id": 1955, "prompt": "Replace the text 'SIW' with 'Love'.", "original_image": "2.6/image/original/2750708001826.0.webp", "gt_image": "2.6/image/gt/2750708001826.0.webp", "source_text": "SIW", "target_text": "Love", "gt_caption": "This photo shows Queen Elizabeth II and Prince Philip walking together in a garden setting, with the word \"Love\" subtly overlaid in the corner."}
4
+ {"id": 1956, "prompt": "Replace the text 'AFTER' with 'FINISHED'.", "original_image": "2.6/image/original/3250096115608.0.jpg", "gt_image": "2.6/image/gt/3250096115608.0.jpg", "source_text": "AFTER", "target_text": "FINISHED", "gt_caption": "This photo compares a before-and-after view of a kitchen renovation, highlighting the transformation from a dated setup with tiled countertops to a modern, sleek design with granite countertops and updated appliances."}
5
+ {"id": 1957, "prompt": "Replace the text 'Doogte' with 'Puppy'.", "original_image": "2.6/image/original/1189501605.0.webp", "gt_image": "2.6/image/gt/1189501605.0.webp", "source_text": "Doogte", "target_text": "Puppy", "gt_caption": "This photo shows a small dog dressed in a pink outfit with a pleated skirt and bow, sitting against a plain background."}
6
+ {"id": 1958, "prompt": "Replace the text 'WASHINGTON' with 'ABU DHABI'.", "original_image": "2.6/image/original/1087833017001.0.jpg", "gt_image": "2.6/image/gt/1087833017001.0.jpg", "source_text": "WASHINGTON", "target_text": "ABU DHABI", "gt_caption": "This photo shows two women dressed in traditional attire at a formal event in Abu Dhabi, as indicated by the overlay text."}
7
+ {"id": 1959, "prompt": "Replace the text 'IXXI' with 'Tropix'.", "original_image": "2.6/image/original/1402687019437.0.jpg", "gt_image": "2.6/image/gt/1402687019437.0.jpg", "source_text": "IXXI", "target_text": "Tropix", "gt_caption": "This photo showcases a serene tropical scene with a weathered tree trunk emerging from shallow, clear turquoise water, set against a calm sky and distant horizon."}
8
+ {"id": 1960, "prompt": "Replace the text 'DAVIDBURKE' with 'JENNIFERMOORE'.", "original_image": "2.6/image/original/2381838002419.0.jpg", "gt_image": "2.6/image/gt/2381838002419.0.jpg", "source_text": "DAVIDBURKE", "target_text": "JENNIFERMOORE", "gt_caption": "This black-and-white photo depicts a historic stone building with arched windows and doors, surrounded by a paved courtyard with outdoor seating, captured by Jennifer Moore Photography."}
9
+ {"id": 1961, "prompt": "Replace the text 'ANTONOVICH' with 'DESIGNER'.", "original_image": "2.6/image/original/2705265019277.0.jpg", "gt_image": "2.6/image/gt/2705265019277.0.jpg", "source_text": "ANTONOVICH", "target_text": "DESIGNER", "gt_caption": "This photo showcases a luxurious bedroom interior with elegant furniture, a chandelier, and sophisticated decor, highlighting a high-end design aesthetic."}
10
+ {"id": 1962, "prompt": "Replace the text 'ebuzztoday' with 'fashionweek'.", "original_image": "2.6/image/original/1341540004689.0.jpg", "gt_image": "2.6/image/gt/1341540004689.0.jpg", "source_text": "ebuzztoday", "target_text": "fashionweek", "gt_caption": "This photo shows a fashion show where a male and female model walk down the runway, showcasing traditional attire, with the backdrop indicating a bridal collection event."}
11
+ {"id": 1963, "prompt": "Replace the text 'Jaclyn' with 'Bride'.", "original_image": "2.6/image/original/3224730002369.0.jpg", "gt_image": "2.6/image/gt/3224730002369.0.jpg", "source_text": "Jaclyn", "target_text": "Bride", "gt_caption": "This photo captures a tender moment between a woman in a wedding dress and a young boy, as they share a playful kiss in a garden setting with vibrant flowers and greenery."}
12
+ {"id": 1964, "prompt": "Replace the text 'DREW' with 'PHOTO'.", "original_image": "2.6/image/original/1769976001725.0.jpg", "gt_image": "2.6/image/gt/1769976001725.0.jpg", "source_text": "DREW", "target_text": "PHOTO", "gt_caption": "This photo shows three women dressed in vibrant red outfits posing together in front of a whimsical yellow sun backdrop, likely at a themed event or costume party."}
13
+ {"id": 1965, "prompt": "Replace the text 'midnight' with 'delight'.", "original_image": "2.6/image/original/3407332017908.0.webp", "gt_image": "2.6/image/gt/3407332017908.0.webp", "source_text": "midnight", "target_text": "delight", "gt_caption": "This photo shows a plate of sweet and sour chicken garnished with pineapple, red, and green bell peppers, served alongside a bowl of white rice."}
14
+ {"id": 1966, "prompt": "Replace the text 'PROPERTIES' with 'ESTATE'.", "original_image": "2.6/image/original/3981650086870.0.jpg", "gt_image": "2.6/image/gt/3981650086870.0.jpg", "source_text": "PROPERTIES", "target_text": "ESTATE", "gt_caption": "This photo shows a modern hallway with minimalist furniture, wooden doors, and a clean, bright design."}
15
+ {"id": 1967, "prompt": "Replace the text 'VIVACHE' with 'ARTISTIQUE'.", "original_image": "2.6/image/original/2702403014595.0.jpg", "gt_image": "2.6/image/gt/2702403014595.0.jpg", "source_text": "VIVACHE", "target_text": "ARTISTIQUE", "gt_caption": "This photo showcases a vibrant interior space featuring a colorful mural with themes of freedom, power, and unity, complemented by modern furniture and decor."}
16
+ {"id": 1968, "prompt": "Replace the text 'SUPERNOVA' with 'Elegance'.", "original_image": "2.6/image/original/3080530000690.0.jpg", "gt_image": "2.6/image/gt/3080530000690.0.jpg", "source_text": "SUPERNOVA", "target_text": "Elegance", "gt_caption": "This photo captures a woman in an elegant white wedding dress standing gracefully on a stone balcony, with a grand, historic building in the background."}
17
+ {"id": 1969, "prompt": "Replace the text 'swartz' with 'kitchen'.", "original_image": "2.6/image/original/3784975000788.0.jpg", "gt_image": "2.6/image/gt/3784975000788.0.jpg", "source_text": "swartz", "target_text": "kitchen", "gt_caption": "This photo showcases a modern, bright kitchen with white cabinetry, a sleek island, and a dining area, featuring the \"Kitchen Kitchens & Baths\" logo."}
18
+ {"id": 1970, "prompt": "Replace the text 'After' with 'Before'.", "original_image": "2.6/image/original/4284198003533.0.jpg", "gt_image": "2.6/image/gt/4284198003533.0.jpg", "source_text": "After", "target_text": "Before", "gt_caption": "This photo shows a \"before\" and \"after\" comparison of a home office desk, highlighting the transformation from a cluttered and disorganized workspace to a clean, minimalist setup."}
19
+ {"id": 1971, "prompt": "Replace the text 'SASHAPHOTOGRAPHY' with 'JULIAMORGANPHOTO'.", "original_image": "2.6/image/original/35069003879.0.jpg", "gt_image": "2.6/image/gt/35069003879.0.jpg", "source_text": "SASHAPHOTOGRAPHY", "target_text": "JULIAMORGANPHOTO", "gt_caption": "This photo captures a joyful wedding moment inside an elevator, where a bride and groom are surrounded by cheering guests celebrating their special day."}
20
+ {"id": 1972, "prompt": "Replace the text 'RIVEN' with 'SEA'.", "original_image": "2.6/image/original/1117644002296.0.jpg", "gt_image": "2.6/image/gt/1117644002296.0.jpg", "source_text": "RIVEN", "target_text": "SEA", "gt_caption": "This photo showcases a modern, well-lit living and dining area with a minimalist design, featuring yellow armchairs, a wooden dining table, and large windows overlooking a cityscape."}
21
+ {"id": 1973, "prompt": "Replace the text 'JIDEODUKOYA' with 'NIGERIANWEDDING'.", "original_image": "2.6/image/original/2099985002052.0.webp", "gt_image": "2.6/image/gt/2099985002052.0.webp", "source_text": "JIDEODUKOYA", "target_text": "NIGERIANWEDDING", "gt_caption": "This photo showcases a multi-tiered wedding cake with intricate floral and gold detailing, displayed on a table under pink lighting, likely at a Nigerian wedding event."}
22
+ {"id": 1974, "prompt": "Replace the text 'BEFORE' with 'PREVIOUS'.", "original_image": "2.6/image/original/2599980007195.0.png", "gt_image": "2.6/image/gt/2599980007195.0.png", "source_text": "BEFORE", "target_text": "PREVIOUS", "gt_caption": "This photo shows a \"before and after\" comparison of a living room, highlighting the transformation from a dark, bulky sectional sofa to a lighter, more modern single-seater couch with coordinated decor."}
23
+ {"id": 1975, "prompt": "Replace the text 'Glez' with 'Beach'.", "original_image": "2.6/image/original/2822559003913.0.jpg", "gt_image": "2.6/image/gt/2822559003913.0.jpg", "source_text": "Glez", "target_text": "Beach", "gt_caption": "This photo captures a couple in wedding attire standing on a wooden walkway overlooking the ocean, surrounded by palm trees and lush greenery, creating a serene tropical setting."}
24
+ {"id": 1976, "prompt": "Replace the text 'before' with 'initial'.", "original_image": "2.6/image/original/2659727003191.0.png", "gt_image": "2.6/image/gt/2659727003191.0.png", "source_text": "before", "target_text": "initial", "gt_caption": "This photo collage shows the transformation of a garage space, labeled \"initial\" and \"after,\" from an unfinished, cluttered area to a fully organized and functional home office and playroom."}
25
+ {"id": 1977, "prompt": "Replace the text 'Smallie' with 'Newborn'.", "original_image": "2.6/image/original/3291177004197.0.jpg", "gt_image": "2.6/image/gt/3291177004197.0.jpg", "source_text": "Smallie", "target_text": "Newborn", "gt_caption": "This photo shows a newborn baby peacefully sleeping, wrapped in a soft pink blanket with white polka dots and wearing a delicate flower headband, set against a fluffy white background with butterfly decorations."}
26
+ {"id": 1978, "prompt": "Replace the text 'CRANSTONS' with 'Farmers'.", "original_image": "2.6/image/original/4037986001434.0.webp", "gt_image": "2.6/image/gt/4037986001434.0.webp", "source_text": "CRANSTONS", "target_text": "Farmers", "gt_caption": "This photo shows a man and a woman leaning on a metal fence in a lush green field with cows grazing in the background, with text indicating pride in working with local farmers."}
27
+ {"id": 1979, "prompt": "Replace the text 'Canyon' with 'Stream'.", "original_image": "2.6/image/original/810998025121.0.jpg", "gt_image": "2.6/image/gt/810998025121.0.jpg", "source_text": "Canyon", "target_text": "Stream", "gt_caption": "This collage of photos showcases a serene autumn setting at City Creek Stream, featuring individuals exploring the scenic path lined with colorful trees and a misty atmosphere."}
28
+ {"id": 1980, "prompt": "Replace the text 'ALICIAANN' with 'BARNWED'.", "original_image": "2.6/image/original/2435071001247.0.jpg", "gt_image": "2.6/image/gt/2435071001247.0.jpg", "source_text": "ALICIAANN", "target_text": "BARNWED", "gt_caption": "This photo collage features a couple in a serene outdoor setting, with one image showing a woman in a white dress standing alone and the other showing the couple walking hand-in-hand through a field."}
29
+ {"id": 1981, "prompt": "Replace the text 'dreamtime' with 'winter'.", "original_image": "2.6/image/original/3233464000833.0.jpg", "gt_image": "2.6/image/gt/3233464000833.0.jpg", "source_text": "dreamtime", "target_text": "winter", "gt_caption": "This illustration depicts a serene winter scene with snowflakes falling, evergreen branches in the foreground, and the word \"winter\" centered on a snowy wooden surface."}
30
+ {"id": 1982, "prompt": "Replace the text 'AIRPLANEPICTURES' with 'AircraftImages'.", "original_image": "2.6/image/original/3161638001607.0.jpg", "gt_image": "2.6/image/gt/3161638001607.0.jpg", "source_text": "AIRPLANEPICTURES", "target_text": "AircraftImages", "gt_caption": "This photo shows an Emirates Boeing 777-300ER aircraft taking off from an airport runway, with its landing gear still extended."}
31
+ {"id": 1983, "prompt": "Replace the text 'TRINITY' with 'KITCHEN'.", "original_image": "2.6/image/original/3278997005912.0.webp", "gt_image": "2.6/image/gt/3278997005912.0.webp", "source_text": "TRINITY", "target_text": "KITCHEN", "gt_caption": "This photo collage showcases a \"before and after\" transformation of a kitchen, highlighting the renovation work by \"Kitchen Remodels.\""}
32
+ {"id": 1984, "prompt": "Replace the text '2017' with '2023'.", "original_image": "2.6/image/original/2201301001175.0.jpg", "gt_image": "2.6/image/gt/2201301001175.0.jpg", "source_text": "2017", "target_text": "2023", "gt_caption": "This image is a photo comparison showing the historic Kgl. Hofbräuhaus in Munich, Germany, highlighting its architectural preservation over time, with the top photo from 1910 and the bottom photo from 2023."}
33
+ {"id": 1985, "prompt": "Replace the text 'AGENCE' with 'LOCATION'.", "original_image": "2.6/image/original/4014312002162.0.jpg", "gt_image": "2.6/image/gt/4014312002162.0.jpg", "source_text": "AGENCE", "target_text": "LOCATION", "gt_caption": "This photo depicts a cozy and compact living room setup with a sofa, chair, small tables, a TV, and decorative elements like framed artwork and a clock, creating a warm and inviting atmosphere."}
34
+ {"id": 1986, "prompt": "Replace the text 'HOUSE' with 'DRESS'.", "original_image": "2.6/image/original/1164792004810.0.jpg", "gt_image": "2.6/image/gt/1164792004810.0.jpg", "source_text": "HOUSE", "target_text": "DRESS", "gt_caption": "This photo showcases a woman modeling a floor-length, sleeveless, champagne-colored dress with lace detailing and a fitted waist, displayed against a neutral background."}
35
+ {"id": 1987, "prompt": "Replace the text 'ALICIAANN' with 'BONDBALL'.", "original_image": "2.6/image/original/2356937007052.0.jpg", "gt_image": "2.6/image/gt/2356937007052.0.jpg", "source_text": "ALICIAANN", "target_text": "BONDBALL", "gt_caption": "This photo captures a wedding couple, with the bride in a white gown and veil and the groom in a black suit, sharing a tender moment in front of a grand, historic building."}
36
+ {"id": 1988, "prompt": "Replace the text '2020' with '2021'.", "original_image": "2.6/image/original/3434360000570.0.jpg", "gt_image": "2.6/image/gt/3434360000570.0.jpg", "source_text": "2020", "target_text": "2021", "gt_caption": "This photo captures a scenic sunset over a rugged landscape with the year \"2021\" prominently displayed in the foreground."}
37
+ {"id": 1989, "prompt": "Replace the text 'PROPERTIES' with 'OFFICES'.", "original_image": "2.6/image/original/1129663001465.0.jpg", "gt_image": "2.6/image/gt/1129663001465.0.jpg", "source_text": "PROPERTIES", "target_text": "OFFICES", "gt_caption": "This photo shows an empty, modern office space with white walls, tiled flooring, and a small kitchenette area, featuring a door and ceiling vents."}
38
+ {"id": 1990, "prompt": "Replace the text 'NigelChapmanPhotography' with 'BuckinghamshireWedding'.", "original_image": "2.6/image/original/3364587006956.0.jpg", "gt_image": "2.6/image/gt/3364587006956.0.jpg", "source_text": "NigelChapmanPhotography", "target_text": "BuckinghamshireWedding", "gt_caption": "This photo shows a delicate white wedding dress with lace detailing hanging elegantly in front of a vintage, ornate mirror, set in a rustic, elegant interior, labeled \"Buckinghamshire Wedding.\""}
39
+ {"id": 1991, "prompt": "Replace the text '2030' with '2024'.", "original_image": "2.6/image/original/3936347004802.0.jpg", "gt_image": "2.6/image/gt/3936347004802.0.jpg", "source_text": "2030", "target_text": "2024", "gt_caption": "This photo features a person standing outdoors in a green, landscaped area, with the text \"2024\" and \"100% carbon neutral\" prominently displayed, suggesting a focus on environmental sustainability."}
40
+ {"id": 1992, "prompt": "Replace the text 'KAntonovich' with 'Luxury'.", "original_image": "2.6/image/original/2539143001268.0.jpg", "gt_image": "2.6/image/gt/2539143001268.0.jpg", "source_text": "KAntonovich", "target_text": "Luxury", "gt_caption": "This illustration showcases a luxurious interior design featuring elegant furniture, ornate chandeliers, and decorative elements, emphasizing opulence and sophistication."}
41
+ {"id": 1993, "prompt": "Replace the text 'Trainings' with 'Workshops'.", "original_image": "2.6/image/original/4176453002316.0.jpg", "gt_image": "2.6/image/gt/4176453002316.0.jpg", "source_text": "Trainings", "target_text": "Workshops", "gt_caption": "This poster promotes workshops, featuring a serene indoor setting with a gong, candles, a drum, and a wicker storage unit, emphasizing a calm and meditative atmosphere."}
42
+ {"id": 1994, "prompt": "Replace the text 'Happiness' with 'Delight'.", "original_image": "2.6/image/original/2118940000738.0.jpg", "gt_image": "2.6/image/gt/2118940000738.0.jpg", "source_text": "Happiness", "target_text": "Delight", "gt_caption": "This photo shows a bowl of baked beans with a glossy sauce, garnished with diced red peppers, served on a red napkin and burlap placemat."}
43
+ {"id": 1995, "prompt": "Replace the text 'TastesBetter' with 'Flavorful'.", "original_image": "2.6/image/original/1075805005506.0.jpg", "gt_image": "2.6/image/gt/1075805005506.0.jpg", "source_text": "TastesBetter", "target_text": "Flavorful", "gt_caption": "This photo shows glazed donuts cooling on a metal wire rack, with a glossy sugar coating and a hole in the center."}
44
+ {"id": 1996, "prompt": "Replace the text '1998' with '2005'.", "original_image": "2.6/image/original/3159720004350.0.jpg", "gt_image": "2.6/image/gt/3159720004350.0.jpg", "source_text": "1998", "target_text": "2005", "gt_caption": "This collage of photos shows a woman in three different time periods (1972, 2005, and 2015), highlighting her appearance and style over the decades."}
45
+ {"id": 1997, "prompt": "Replace the text 'IPS' with 'Condo'.", "original_image": "2.6/image/original/1101522007572.0.jpg", "gt_image": "2.6/image/gt/1101522007572.0.jpg", "source_text": "IPS", "target_text": "Condo", "gt_caption": "This photo showcases a modern, minimalist apartment interior featuring a living area with a blue sofa, a kitchenette, and a dining nook, all set against clean white walls and wooden flooring."}
46
+ {"id": 1998, "prompt": "Replace the text 'Travel' with 'Vacation'.", "original_image": "2.6/image/original/4137647003386.0.webp", "gt_image": "2.6/image/gt/4137647003386.0.webp", "source_text": "Travel", "target_text": "Vacation", "gt_caption": "This photo features a person sitting on a rock, gazing at a scenic mountain landscape with colorful autumn foliage, accompanied by the text \"Top 5 ECO-FRIENDLY Vacation Tips.\""}
47
+ {"id": 1999, "prompt": "Replace the text 'Michael' with 'Crawley'.", "original_image": "2.6/image/original/2938341002266.0.jpg", "gt_image": "2.6/image/gt/2938341002266.0.jpg", "source_text": "Michael", "target_text": "Crawley", "gt_caption": "This painting depicts a serene harbor scene with boats docked along the water, featuring soft reflections and a misty atmosphere."}
48
+ {"id": 2000, "prompt": "Replace the text 'Designers' with 'Artists'.", "original_image": "2.6/image/original/3184922001316.0.jpg", "gt_image": "2.6/image/gt/3184922001316.0.jpg", "source_text": "Designers", "target_text": "Artists", "gt_caption": "This photo showcases an elegant diamond engagement ring with a princess-cut center stone and intricate band details, displayed on a soft white background with the text \"Julia Artists.\""}
49
+ {"id": 2001, "prompt": "Replace the text 'SCIENCEPhOtOLBRARY' with 'BEETROOTFARM'.", "original_image": "2.6/image/original/2161674001150.0.jpg", "gt_image": "2.6/image/gt/2161674001150.0.jpg", "source_text": "SCIENCEPhOtOLBRARY", "target_text": "BEETROOTFARM", "gt_caption": "This photo shows a farmer harvesting beets in a field, placing them into an orange crate."}
50
+ {"id": 2002, "prompt": "Replace the text 'SHALENASMITH' with 'BABYNURSERY'.", "original_image": "2.6/image/original/3267144018169.0.jpg", "gt_image": "2.6/image/gt/3267144018169.0.jpg", "source_text": "SHALENASMITH", "target_text": "BABYNURSERY", "gt_caption": "This photo showcases a stylish and cozy baby nursery with teal and gold patterned wallpaper, a white rocking chair, a mirrored dresser, and a crib, creating a warm and inviting space for a newborn."}
51
+ {"id": 2003, "prompt": "Replace the text 'DAVIDBURKE' with 'WEDDINGPHOTO'.", "original_image": "2.6/image/original/3078915009678.0.jpg", "gt_image": "2.6/image/gt/3078915009678.0.jpg", "source_text": "DAVIDBURKE", "target_text": "WEDDINGPHOTO", "gt_caption": "This photo captures a bride in her wedding dress and veil, smiling as she prepares for her wedding, with her reflection visible in a mirror and a bridesmaid assisting her in the background."}
52
+ {"id": 2004, "prompt": "Replace the text 'Improvement' with 'Renovation'.", "original_image": "2.6/image/original/3545601096387.0.webp", "gt_image": "2.6/image/gt/3545601096387.0.webp", "source_text": "Improvement", "target_text": "Renovation", "gt_caption": "This photo shows a window with white frames and flower arrangements on the windowsill, overlaid with text that reads \"Our Home Renovation Plans For 2019.\""}
53
+ {"id": 2005, "prompt": "Replace the text 'before' with 'initial'.", "original_image": "2.6/image/original/1240985011121.0.jpg", "gt_image": "2.6/image/gt/1240985011121.0.jpg", "source_text": "before", "target_text": "initial", "gt_caption": "This photo shows a \"before and after\" comparison of a woman's appearance, highlighting the results of treatments or services offered by \"The Beauty Clinic.\""}
54
+ {"id": 2006, "prompt": "Replace the text 'photobucker' with 'photographer'.", "original_image": "2.6/image/original/1940614005714.0.jpg", "gt_image": "2.6/image/gt/1940614005714.0.jpg", "source_text": "photobucker", "target_text": "photographer", "gt_caption": "This photo showcases a high-end camera with a leather strap, displayed against a backdrop of greenery, emphasizing its premium design and craftsmanship."}
55
+ {"id": 2007, "prompt": "Replace the text 'HAMPSHIREBARNINTERIORS' with 'VICTORIANLOUNGEDESIGNS'.", "original_image": "2.6/image/original/3572546007269.0.jpg", "gt_image": "2.6/image/gt/3572546007269.0.jpg", "source_text": "HAMPSHIREBARNINTERIORS", "target_text": "VICTORIANLOUNGEDESIGNS", "gt_caption": "This photo showcases a luxurious Victorian-style chaise lounge with ornate gold detailing and a tufted beige upholstery, displayed in a room with large windows and a natural outdoor view."}
56
+ {"id": 2008, "prompt": "Replace the text 'VETTA' with 'QUARTET'.", "original_image": "2.6/image/original/3164957003747.0.jpg", "gt_image": "2.6/image/gt/3164957003747.0.jpg", "source_text": "VETTA", "target_text": "QUARTET", "gt_caption": "This photo shows a string quartet performing at the \"SOCOTEC Certification Singapore & AJA Registrars Appreciation Luncheon 2018.\""}
57
+ {"id": 2009, "prompt": "Replace the text 'Designs' with 'Styles'.", "original_image": "2.6/image/original/3331611006139.0.jpg", "gt_image": "2.6/image/gt/3331611006139.0.jpg", "source_text": "Designs", "target_text": "Styles", "gt_caption": "This photo showcases a rustic interior scene featuring a weathered dark blue cabinet, a teal vase with dried branches, a pair of gray rubber boots, and a wicker basket, all set against a shiplap wall."}
58
+ {"id": 2010, "prompt": "Replace the text 'JCRUIZPHOTOGRAPHY' with 'OCEANVIEWPHOTO'.", "original_image": "2.6/image/original/4236917007569.0.webp", "gt_image": "2.6/image/gt/4236917007569.0.webp", "source_text": "JCRUIZPHOTOGRAPHY", "target_text": "OCEANVIEWPHOTO", "gt_caption": "This photo captures a vibrant nighttime street scene in Miami, featuring neon-lit hotels, palm trees, and streaks of car lights, showcasing the lively atmosphere of Ocean Drive."}
59
+ {"id": 2011, "prompt": "Replace the text 'NEW' with 'SPICY'.", "original_image": "2.6/image/original/1347752000277.0.jpg", "gt_image": "2.6/image/gt/1347752000277.0.jpg", "source_text": "NEW", "target_text": "SPICY", "gt_caption": "This photo shows a bowl of Spicy Mexico Chili topped with shredded cheese, sour cream, and cilantro, served in a black square dish."}
60
+ {"id": 2012, "prompt": "Replace the text 'ALICIAANN' with 'PHOTOGRAPHER'.", "original_image": "2.6/image/original/3815832010652.0.jpg", "gt_image": "2.6/image/gt/3815832010652.0.jpg", "source_text": "ALICIAANN", "target_text": "PHOTOGRAPHER", "gt_caption": "This photo captures a couple dressed in formal black attire, with one person sitting on a striped column and the other walking away, set against the backdrop of a grand, classical architectural structure."}
61
+ {"id": 2013, "prompt": "Replace the text 'PROPERTIES' with 'OFFICES'.", "original_image": "2.6/image/original/1170231000573.0.jpg", "gt_image": "2.6/image/gt/1170231000573.0.jpg", "source_text": "PROPERTIES", "target_text": "OFFICES", "gt_caption": "This photo shows a modern fitness center with exercise equipment, including treadmills, weight machines, and exercise balls, set in a well-lit space with large windows."}
62
+ {"id": 2014, "prompt": "Replace the text 'KRISTIANBOGNER' with 'CANADIANBOBSLED'.", "original_image": "2.6/image/original/2398701014987.0.jpg", "gt_image": "2.6/image/gt/2398701014987.0.jpg", "source_text": "KRISTIANBOGNER", "target_text": "CANADIANBOBSLED", "gt_caption": "This photo captures a Canadian bobsled team preparing for a run, with the sled prominently displaying \"Canada\" and the Olympic rings, as spectators and crew members gather around in a snowy, outdoor setting."}
63
+ {"id": 2015, "prompt": "Replace the text 'fotografy' with 'photography'.", "original_image": "2.6/image/original/2457004007548.0.jpg", "gt_image": "2.6/image/gt/2457004007548.0.jpg", "source_text": "fotografy", "target_text": "photography", "gt_caption": "This black-and-white photo captures a bride in her wedding dress, holding a bouquet, with a serene and elegant atmosphere."}
64
+ {"id": 2016, "prompt": "Replace the text 'PICER' with 'BUILDING'.", "original_image": "2.6/image/original/2486761002745.0.jpg", "gt_image": "2.6/image/gt/2486761002745.0.jpg", "source_text": "PICER", "target_text": "BUILDING", "gt_caption": "This black-and-white photo captures the vertical facade of a modern building with a grid-like pattern of windows, set against a cloudy sky."}
65
+ {"id": 2017, "prompt": "Replace the text 'Staging' with 'Design'.", "original_image": "2.6/image/original/2764504008615.0.jpg", "gt_image": "2.6/image/gt/2764504008615.0.jpg", "source_text": "Staging", "target_text": "Design", "gt_caption": "This photo showcases a cozy and well-decorated living room with neutral tones, featuring a sofa, armchairs, a coffee table, framed artwork, and natural light from large windows."}
66
+ {"id": 2018, "prompt": "Replace the text 'PHOTO' with 'IMAGE'.", "original_image": "2.6/image/original/4077471017398.0.jpg", "gt_image": "2.6/image/gt/4077471017398.0.jpg", "source_text": "PHOTO", "target_text": "IMAGE", "gt_caption": "This photo showcases vibrant purple and white columbine flowers in a lush, green meadow, with a forested background and a person walking in the distance."}
67
+ {"id": 2019, "prompt": "Replace the text 'SHERRIDRESS' with 'BrideGown'.", "original_image": "2.6/image/original/2676070005279.0.jpg", "gt_image": "2.6/image/gt/2676070005279.0.jpg", "source_text": "SHERRIDRESS", "target_text": "BrideGown", "gt_caption": "This photo showcases a woman wearing an elegant black evening gown with a lace bodice and pleated skirt, set against a neutral background."}
68
+ {"id": 2020, "prompt": "Replace the text 'ONETREEPLANTED' with 'TREESPLANTED'.", "original_image": "2.6/image/original/3582397010415.0.jpg", "gt_image": "2.6/image/gt/3582397010415.0.jpg", "source_text": "ONETREEPLANTED", "target_text": "TREESPLANTED", "gt_caption": "This poster features a lush forest backdrop with the text \"TREESPLANTED\" and a circular logo depicting a stylized tree, emphasizing environmental conservation and reforestation efforts."}
69
+ {"id": 2021, "prompt": "Replace the text 'photography' with 'wedding'.", "original_image": "2.6/image/original/2498581017461.0.jpg", "gt_image": "2.6/image/gt/2498581017461.0.jpg", "source_text": "photography", "target_text": "wedding", "gt_caption": "This photo captures a bride in a flowing white wedding dress standing on a rocky cliff overlooking the ocean, gracefully holding her dress as the wind blows."}
eval_prompts/fullset/2.7.jsonl ADDED
@@ -0,0 +1,127 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {"id": 2022, "prompt": "Replace the text 'NORAROBERTS' with 'RUSTICDEER'.", "original_image": "2.7/image/original/1399079012022.0.webp", "gt_image": "2.7/image/gt/1399079012022.0.webp", "source_text": "NORAROBERTS", "target_text": "RUSTICDEER", "gt_caption": "This photo shows a rustic wooden sign with a white deer silhouette, displayed on a table alongside holiday-themed decor and a book titled \"Rustic Deer.\""}
2
+ {"id": 2023, "prompt": "Replace the text 'DoList' with 'Tasks'.", "original_image": "2.7/image/original/4098059006150.0.jpg", "gt_image": "2.7/image/gt/4098059006150.0.jpg", "source_text": "DoList", "target_text": "Tasks", "gt_caption": "This photo shows a handwritten to-do list on a sticky note with two tasks: \"Learn to fly\" and \"Fly away,\" placed next to a pen and a permanent marker on a black leather surface."}
3
+ {"id": 2024, "prompt": "Replace the text 'HOMELESS' with 'Stray'.", "original_image": "2.7/image/original/2983089002226.0.webp", "gt_image": "2.7/image/gt/2983089002226.0.webp", "source_text": "HOMELESS", "target_text": "Stray", "gt_caption": "This poster promotes adopting homeless pets, featuring a dog holding a sign that reads \"stray HELP!\" with the title \"How to Adopt a Homeless Pet\" at the top."}
4
+ {"id": 2025, "prompt": "Replace the text 'chimichurri' with 'salsa verde'.", "original_image": "2.7/image/original/3151950017396.0.webp", "gt_image": "2.7/image/gt/3151950017396.0.webp", "source_text": "chimichurri", "target_text": "salsa verde", "gt_caption": "This photo showcases a plate of Chipotle Grilled Shrimp Skewers topped with Salsa Verde, served with lime wedges and accompanied by a jar of the green sauce, set on a wooden table."}
5
+ {"id": 2026, "prompt": "Replace the text 'merry' with 'festive'.", "original_image": "2.7/image/original/3005493024560.0.webp", "gt_image": "2.7/image/gt/3005493024560.0.webp", "source_text": "merry", "target_text": "festive", "gt_caption": "This illustration depicts a festive Christmas card featuring pinecones, holly leaves, and the text \"Festive Christmas\" in a decorative frame, set against a colorful checkered background."}
6
+ {"id": 2027, "prompt": "Replace the text 'Events' with 'Gatherings'.", "original_image": "2.7/image/original/1224762005238.0.jpg", "gt_image": "2.7/image/gt/1224762005238.0.jpg", "source_text": "Events", "target_text": "Gatherings", "gt_caption": "This collage of photos showcases a charming and whimsical tea party setting, featuring vintage-inspired decor, elegant tableware, colorful desserts, and Alice in Wonderland-themed elements."}
7
+ {"id": 2028, "prompt": "Replace the text 'TRENDS' with 'FASHION'.", "original_image": "2.7/image/original/1777688012026.0.webp", "gt_image": "2.7/image/gt/1777688012026.0.webp", "source_text": "TRENDS", "target_text": "FASHION", "gt_caption": "This is a magazine cover featuring a photo of a woman with bold makeup and an afro hairstyle, wearing a colorful, patterned top, with the text \"VOGUE AFRICA\" and \"2010 Fashion\" prominently displayed."}
8
+ {"id": 2029, "prompt": "Replace the text 'Company' with 'Business'.", "original_image": "2.7/image/original/2345244000843.0.jpg", "gt_image": "2.7/image/gt/2345244000843.0.jpg", "source_text": "Company", "target_text": "Business", "gt_caption": "This photo shows a business card for a \"Window Cleaning Service,\" featuring a dark background with raindrops and a squeegee graphic, along with contact details and a website."}
9
+ {"id": 2030, "prompt": "Replace the text 'thanYour' with 'create'.", "original_image": "2.7/image/original/3901667007698.0.jpg", "gt_image": "2.7/image/gt/3901667007698.0.jpg", "source_text": "thanYour", "target_text": "create", "gt_caption": "This photo shows a person writing the phrase \"Let your dreams be bigger than your fears\" on a piece of paper, surrounded by a cozy setup including a cup of tea, a notebook, and a plate of strawberries."}
10
+ {"id": 2031, "prompt": "Replace the text 'FASHION' with 'STYLE'.", "original_image": "2.7/image/original/1741724011979.0.jpg", "gt_image": "2.7/image/gt/1741724011979.0.jpg", "source_text": "FASHION", "target_text": "STYLE", "gt_caption": "This photo is a magazine cover featuring a model with a stylish, short blonde hairstyle and bold makeup, wearing a colorful, sequined outfit with a statement necklace, promoting \"W BEAUTY & STYLE WEEK.\""}
11
+ {"id": 2032, "prompt": "Replace the text 'CONTENTS' with 'FEATURES'.", "original_image": "2.7/image/original/4076104022269.0.jpg", "gt_image": "2.7/image/gt/4076104022269.0.jpg", "source_text": "CONTENTS", "target_text": "FEATURES", "gt_caption": "This poster is a magazine layout for \"Features Issue #10 Q2 2020,\" showcasing fishing-related content, including articles on IGFA records, Sweden, Ireland, Egypt, Costa Rica, fishing art, and web highlights, accompanied by images of anglers and fish."}
12
+ {"id": 2033, "prompt": "Replace the text 'GOODBYE' with 'Farewell'.", "original_image": "2.7/image/original/1008293001319.0.webp", "gt_image": "2.7/image/gt/1008293001319.0.webp", "source_text": "GOODBYE", "target_text": "Farewell", "gt_caption": "This photo shows a handwritten note pinned to a corkboard with the text \"TIME TO SAY Farewell,\" indicating a message of departure or conclusion."}
13
+ {"id": 2034, "prompt": "Replace the text 'price' with 'value'.", "original_image": "2.7/image/original/4026286062585.0.jpg", "gt_image": "2.7/image/gt/4026286062585.0.jpg", "source_text": "price", "target_text": "value", "gt_caption": "This newspaper article discusses the rise in violent dog thefts, particularly targeting popular breeds like cocker spaniels, as the value of puppies increases."}
14
+ {"id": 2035, "prompt": "Replace the text 'freedom' with 'creativity'.", "original_image": "2.7/image/original/2778501006005.0.jpg", "gt_image": "2.7/image/gt/2778501006005.0.jpg", "source_text": "freedom", "target_text": "creativity", "gt_caption": "This photo shows a classroom door decorated with a poster featuring the words \"Creativity Hands,\" a cartoon figure with raised arms, and handprints in black and white, symbolizing student participation and creativity."}
15
+ {"id": 2036, "prompt": "Replace the text 'SEASON' with 'ISSUE'.", "original_image": "2.7/image/original/2466286029507.0.jpg", "gt_image": "2.7/image/gt/2466286029507.0.jpg", "source_text": "SEASON", "target_text": "ISSUE", "gt_caption": "This photo is the cover of *Harper's Bazaar* magazine, featuring Emilia Clarke in a striking red feathered dress, promoting the \"Runway Report Special\" issue with highlights on fashion, beauty, and style."}
16
+ {"id": 2037, "prompt": "Replace the text 'HOLLY' with 'MERRY'.", "original_image": "2.7/image/original/336705001571.0.jpg", "gt_image": "2.7/image/gt/336705001571.0.jpg", "source_text": "HOLLY", "target_text": "MERRY", "gt_caption": "This photo shows a festive holiday card featuring a snowman design with the phrase \"BE MERRY JOLLY\" surrounded by decorative elements like a star, ribbon, and winter-themed patterns."}
17
+ {"id": 2038, "prompt": "Replace the text 'Orzo' with 'Pasta'.", "original_image": "2.7/image/original/1535120020986.0.jpg", "gt_image": "2.7/image/gt/1535120020986.0.jpg", "source_text": "Orzo", "target_text": "Pasta", "gt_caption": "This photo showcases a comforting bowl of Lemon Chicken Pasta Soup, garnished with shredded cheese and fresh herbs, presented in a white bowl on a wooden stand."}
18
+ {"id": 2039, "prompt": "Replace the text 'Chole' with 'Chana'.", "original_image": "2.7/image/original/979716016781.0.webp", "gt_image": "2.7/image/gt/979716016781.0.webp", "source_text": "Chole", "target_text": "Chana", "gt_caption": "This photo showcases a vibrant and colorful presentation of Chana Pulao, a rice dish garnished with chickpeas, cashews, pomegranate seeds, and fresh herbs, served alongside lime wedges and accompaniments like yogurt and spices."}
19
+ {"id": 2040, "prompt": "Replace the text 'WARHAMMER' with 'SPACE MARINES'.", "original_image": "2.7/image/original/2496150006112.0.webp", "gt_image": "2.7/image/gt/2496150006112.0.webp", "source_text": "WARHAMMER", "target_text": "SPACE MARINES", "gt_caption": "This is a photo of the cover of the \"Space Marines 40,000: Chapter Approved 2017 Edition\" book, featuring a detailed illustration of a cybernetic skull and the text indicating it is a gaming supplement for the 41st Millennium."}
20
+ {"id": 2041, "prompt": "Replace the text 'MARTYR' with 'HEROINE'.", "original_image": "2.7/image/original/2230705002643.0.jpg", "gt_image": "2.7/image/gt/2230705002643.0.jpg", "source_text": "MARTYR", "target_text": "HEROINE", "gt_caption": "This vintage poster from the *Daily Sketch* newspaper announces a feature on the \"First Heroine for Votes for Women,\" highlighting a key figure in the women's suffrage movement."}
21
+ {"id": 2042, "prompt": "Replace the text 'SUNSHINE' with 'MOONLIGHT'.", "original_image": "2.7/image/original/3753545001697.0.webp", "gt_image": "2.7/image/gt/3753545001697.0.webp", "source_text": "SUNSHINE", "target_text": "MOONLIGHT", "gt_caption": "This photo showcases a cozy and colorful children's bedroom with a pink metal bed, floral bedding, and a gallery wall featuring inspirational signs and decorative frames."}
22
+ {"id": 2043, "prompt": "Replace the text 'CHRISTMAS' with 'HOLIDAYS'.", "original_image": "2.7/image/original/3474711012355.0.webp", "gt_image": "2.7/image/gt/3474711012355.0.webp", "source_text": "CHRISTMAS", "target_text": "HOLIDAYS", "gt_caption": "This illustration is a festive holiday card featuring a cute reindeer with antlers decorated with ornaments and mittens, wishing someone named Finley to \"Have fun this holidays!\""}
23
+ {"id": 2044, "prompt": "Replace the text 'FOUNDATION' with 'STRUCTURE'.", "original_image": "2.7/image/original/3848653001570.0.jpg", "gt_image": "2.7/image/gt/3848653001570.0.jpg", "source_text": "FOUNDATION", "target_text": "STRUCTURE", "gt_caption": "This illustration is the cover of Isaac Asimov's \"Structure,\" part of the Foundation Novels series, featuring a futuristic scene with a man seated in a high-tech, cylindrical chamber."}
24
+ {"id": 2045, "prompt": "Replace the text 'LAGERFELD' with 'MAKEUP'.", "original_image": "2.7/image/original/1065535006027.0.webp", "gt_image": "2.7/image/gt/1065535006027.0.webp", "source_text": "LAGERFELD", "target_text": "MAKEUP", "gt_caption": "This photo shows a person holding a newspaper featuring the text \"MAKEUP KARL LORÉAL PARIS\" and \"Karl's Make up Collection,\" partially obscuring their face."}
25
+ {"id": 2046, "prompt": "Replace the text 'EASY' with 'SIMPLE'.", "original_image": "2.7/image/original/1001708021141.0.jpg", "gt_image": "2.7/image/gt/1001708021141.0.jpg", "source_text": "EASY", "target_text": "SIMPLE", "gt_caption": "This photo showcases a serving of \"Simple Cowboy Caviar\" in a white bowl, accompanied by tortilla chips, presented on a dark tray."}
26
+ {"id": 2047, "prompt": "Replace the text 'PAYROLL' with 'Services'.", "original_image": "2.7/image/original/4280498007619.0.jpg", "gt_image": "2.7/image/gt/4280498007619.0.jpg", "source_text": "PAYROLL", "target_text": "Services", "gt_caption": "This photo shows a weekly timesheet with a calculator, pen, and labeled folders, indicating a work or administrative setting focused on tracking hours and services."}
27
+ {"id": 2048, "prompt": "Replace the text 'ACQUITTED' with 'INDICTED'.", "original_image": "2.7/image/original/3523081000173.0.webp", "gt_image": "2.7/image/gt/3523081000173.0.webp", "source_text": "ACQUITTED", "target_text": "INDICTED", "gt_caption": "This photo shows a person holding up a newspaper with the headline \"INDICTED\" prominently displayed, featuring a photo of a man in a suit."}
28
+ {"id": 2049, "prompt": "Replace the text 'CINQ' with 'DIX'.", "original_image": "2.7/image/original/1167477004734.0.jpg", "gt_image": "2.7/image/gt/1167477004734.0.jpg", "source_text": "CINQ", "target_text": "DIX", "gt_caption": "This image is a digital display of a vintage French banknote featuring the denomination \"500 Francs,\" with a detailed depiction of Michelangelo's \"Creation of Adam\" and various security features, including signatures and serial numbers."}
29
+ {"id": 2050, "prompt": "Replace the text '160' with '200'.", "original_image": "2.7/image/original/4052481002517.0.jpg", "gt_image": "2.7/image/gt/4052481002517.0.jpg", "source_text": "160", "target_text": "200", "gt_caption": "This photo shows a close-up of a nutrition label listing cholesterol, sodium, and potassium content, with values of 0 mg, 170 mg, and 200 mg, respectively."}
30
+ {"id": 2051, "prompt": "Replace the text 'Happy' with 'Magical'.", "original_image": "2.7/image/original/3621016002252.0.jpg", "gt_image": "2.7/image/gt/3621016002252.0.jpg", "source_text": "Happy", "target_text": "Magical", "gt_caption": "This photo shows a pink birthday card featuring an illustration of a fairy with the text \"Magical Birthday\" and \"Have a Magical Time,\" personalized with the name \"Katie.\""}
31
+ {"id": 2052, "prompt": "Replace the text 'Lorde' with 'Artist'.", "original_image": "2.7/image/original/1623465013580.0.jpg", "gt_image": "2.7/image/gt/1623465013580.0.jpg", "source_text": "Lorde", "target_text": "Artist", "gt_caption": "This photo is the cover of *Vogue Australia*, featuring a model in a floral dress, promoting the \"Music Issue\" with a focus on beauty and makeup, alongside artists like The Pretenders, Daniel Johns, and Sia."}
32
+ {"id": 2053, "prompt": "Replace the text 'ROCKS' with 'CARDS'.", "original_image": "2.7/image/original/3223763012176.0.jpg", "gt_image": "2.7/image/gt/3223763012176.0.jpg", "source_text": "ROCKS", "target_text": "CARDS", "gt_caption": "This photo shows a business card for \"Allen Cards Eat & Lounge,\" featuring details about their breakfast, dinner, and music lounge offerings, along with contact information and operating hours."}
33
+ {"id": 2054, "prompt": "Replace the text 'AJPEARMAN' with 'AVIATION'.", "original_image": "2.7/image/original/3563894021358.0.jpg", "gt_image": "2.7/image/gt/3563894021358.0.jpg", "source_text": "AJPEARMAN", "target_text": "AVIATION", "gt_caption": "This photo shows a stack of business cards for \"AJ Pearman Aviation Services Ltd,\" featuring contact details and branding for aviation services, set against a blurred industrial background."}
34
+ {"id": 2055, "prompt": "Replace the text '202' with 'DONATE'.", "original_image": "2.7/image/original/3955252001465.0.jpg", "gt_image": "2.7/image/gt/3955252001465.0.jpg", "source_text": "202", "target_text": "DONATE", "gt_caption": "This photo shows a fundraising setup for HOPE Ministries Food Pantry, featuring a framed poster detailing the event and a clear donation box filled with cash."}
35
+ {"id": 2056, "prompt": "Replace the text 'LEARN' with 'STUDY'.", "original_image": "2.7/image/original/4095299000736.0.jpg", "gt_image": "2.7/image/gt/4095299000736.0.jpg", "source_text": "LEARN", "target_text": "STUDY", "gt_caption": "This photo shows a stack of books with words like \"THINK,\" \"READ,\" \"COLLEGE,\" \"REVISION,\" \"RESEARCH,\" \"SCHOOL,\" \"EDUCATION,\" and \"STUDY\" printed on their spines, held by a person in a library setting, emphasizing the theme of"}
36
+ {"id": 2057, "prompt": "Replace the text 'GRILLED' with 'TOASTED'.", "original_image": "2.7/image/original/1261671001755.0.jpg", "gt_image": "2.7/image/gt/1261671001755.0.jpg", "source_text": "GRILLED", "target_text": "TOASTED", "gt_caption": "This photo showcases a delicious BLT Toasted Cheese sandwich, featuring melted cheese, crispy bacon, and fresh tomato slices, stacked and presented on a white surface."}
37
+ {"id": 2058, "prompt": "Replace the text 'KENNEDY' with 'PRESIDENT'.", "original_image": "2.7/image/original/4218202003413.0.webp", "gt_image": "2.7/image/gt/4218202003413.0.webp", "source_text": "KENNEDY", "target_text": "PRESIDENT", "gt_caption": "This poster features a profile portrait of a man, likely a political figure, with the title \"THE PRESIDENT YEARS\" prominently displayed, indicating a publication by The Viking Press and The New York Times."}
38
+ {"id": 2059, "prompt": "Replace the text 'POWER' with 'ENERGY'.", "original_image": "2.7/image/original/3113619002301.0.webp", "gt_image": "2.7/image/gt/3113619002301.0.webp", "source_text": "POWER", "target_text": "ENERGY", "gt_caption": "This illustration on the cover of the *New York Observer* features caricatures of four individuals, highlighting the theme \"Political Energy\" with the number \"80\" prominently displayed, dated April 28, 2014."}
39
+ {"id": 2060, "prompt": "Replace the text 'Fabulous' with 'Stylish'.", "original_image": "2.7/image/original/3055875000037.0.jpg", "gt_image": "2.7/image/gt/3055875000037.0.jpg", "source_text": "Fabulous", "target_text": "Stylish", "gt_caption": "This image is a magazine cover featuring a woman in a teal dress, promoting wellness tips, stylish winter dressing, and celebrity insights, with a focus on feeling \"on top of the world.\""}
40
+ {"id": 2061, "prompt": "Replace the text '21' with '42'.", "original_image": "2.7/image/original/3804694001809.0.webp", "gt_image": "2.7/image/gt/3804694001809.0.webp", "source_text": "21", "target_text": "42", "gt_caption": "This photo depicts a cozy home office setup featuring a wooden desk with various items, including a calendar, books, and decor, and a vibrant anime-style poster of a character riding a mythical creature hanging on the wall."}
41
+ {"id": 2062, "prompt": "Replace the text '10000' with '5000'.", "original_image": "2.7/image/original/4073123002531.0.jpg", "gt_image": "2.7/image/gt/4073123002531.0.jpg", "source_text": "10000", "target_text": "5000", "gt_caption": "This photo shows a collection of Japanese currency, including coins and banknotes of 5,000 and 1,000 yen denominations, arranged on a surface."}
42
+ {"id": 2063, "prompt": "Replace the text 'KRALL' with 'JAZZ'.", "original_image": "2.7/image/original/3512932005934.0.jpg", "gt_image": "2.7/image/gt/3512932005934.0.jpg", "source_text": "KRALL", "target_text": "JAZZ", "gt_caption": "This photo depicts a woman seated in a stylish, relaxed pose, with the album cover text \"DIANA JAZZ\" and \"Turn Up The Quiet\" prominently displayed, suggesting it is a promotional image for a jazz album."}
43
+ {"id": 2064, "prompt": "Replace the text 'Welcome' with 'Greetings'.", "original_image": "2.7/image/original/4218494000815.0.webp", "gt_image": "2.7/image/gt/4218494000815.0.webp", "source_text": "Welcome", "target_text": "Greetings", "gt_caption": "This illustration shows a greeting card with the text \"Greetings to the team!\" in gold cursive, placed inside a green envelope, featuring a colorful sprinkle pattern on the card's background."}
44
+ {"id": 2065, "prompt": "Replace the text 'USA' with 'Olympics'.", "original_image": "2.7/image/original/3255586001780.0.jpg", "gt_image": "2.7/image/gt/3255586001780.0.jpg", "source_text": "USA", "target_text": "Olympics", "gt_caption": "This illustration on a postage stamp depicts Jesse Owens, a legendary athlete, in action during a track event, commemorating his six world records and Olympic achievements."}
45
+ {"id": 2066, "prompt": "Replace the text 'PAYROLL' with 'Services'.", "original_image": "2.7/image/original/4185050006635.0.webp", "gt_image": "2.7/image/gt/4185050006635.0.webp", "source_text": "PAYROLL", "target_text": "Services", "gt_caption": "This photo shows a workspace setup with a \"Services\" folder, a weekly timesheet, a calculator, and a pen, indicating a focus on time tracking and administrative tasks."}
46
+ {"id": 2067, "prompt": "Replace the text 'COLLECTION' with 'Playlist'.", "original_image": "2.7/image/original/4197508009177.0.jpg", "gt_image": "2.7/image/gt/4197508009177.0.jpg", "source_text": "COLLECTION", "target_text": "Playlist", "gt_caption": "This photo shows a vintage-style poster titled \"Katherine's Record Room,\" featuring a stylized record player and the text \"Vinyl because nobody asks to see your MP3 playlist,\" displayed on a wooden surface next to a decorative plant."}
47
+ {"id": 2068, "prompt": "Replace the text 'SVFFRAGE' with 'VOTING'.", "original_image": "2.7/image/original/3729627007721.0.jpg", "gt_image": "2.7/image/gt/3729627007721.0.jpg", "source_text": "SVFFRAGE", "target_text": "VOTING", "gt_caption": "This vintage poster is an illustration promoting the \"Official Program: Woman Voting Procession\" in Washington, D.C., on March 3, 1913, featuring a woman on horseback carrying a \"Votes for Women\" flag."}
48
+ {"id": 2069, "prompt": "Replace the text 'HAPPY' with 'Joyful'.", "original_image": "2.7/image/original/1317858008445.0.jpg", "gt_image": "2.7/image/gt/1317858008445.0.jpg", "source_text": "HAPPY", "target_text": "Joyful", "gt_caption": "This photo shows a handmade birthday card featuring a colorful paper flower design and the text \"Joyful BIRTHDAY to You\" in vibrant, playful lettering."}
49
+ {"id": 2070, "prompt": "Replace the text 'Coleslaw' with 'Salad'.", "original_image": "2.7/image/original/3902898000979.0.jpg", "gt_image": "2.7/image/gt/3902898000979.0.jpg", "source_text": "Coleslaw", "target_text": "Salad", "gt_caption": "This photo showcases a vibrant Cumin Lime Salad served on a white plate, garnished with lime wedges, and presented on a wooden surface."}
50
+ {"id": 2071, "prompt": "Replace the text 'TIMES' with 'RETURN'.", "original_image": "2.7/image/original/2881537007731.0.jpg", "gt_image": "2.7/image/gt/2881537007731.0.jpg", "source_text": "TIMES", "target_text": "RETURN", "gt_caption": "This photo shows a plush toy resembling Fozzie Bear from *The Muppets*, holding a newspaper with a headline about Kermit the Frog being \"Wanted\" and \"Behind Bars.\""}
51
+ {"id": 2072, "prompt": "Replace the text 'MISSING' with 'Gone'.", "original_image": "2.7/image/original/2949838003353.0.jpg", "gt_image": "2.7/image/gt/2949838003353.0.jpg", "source_text": "MISSING", "target_text": "Gone", "gt_caption": "This screenshot shows a man speaking into a microphone at a public event, with a poster in the background reading \"Gone\" and dated \"Thursday July 05, 2012,\" featuring a woman's image."}
52
+ {"id": 2073, "prompt": "Replace the text 'TREAT' with 'CANDY'.", "original_image": "2.7/image/original/4256885020417.0.jpg", "gt_image": "2.7/image/gt/4256885020417.0.jpg", "source_text": "TREAT", "target_text": "CANDY", "gt_caption": "This photo showcases a festive Halloween-themed table setup with decorations, treats, and party supplies, including pumpkin-themed plates, cups, cookies, and \"Trick or Treat\" signs."}
53
+ {"id": 2074, "prompt": "Replace the text 'FRANCS' with 'EUROS'.", "original_image": "2.7/image/original/1752387002710.0.jpg", "gt_image": "2.7/image/gt/1752387002710.0.jpg", "source_text": "FRANCS", "target_text": "EUROS", "gt_caption": "This image is a vintage illustration of a 100 Francs banknote from the Banque de France, featuring classical figures and architectural details, with the text \"CENT EUROS\" prominently displayed."}
54
+ {"id": 2075, "prompt": "Replace the text 'DIXFRANCS' with 'TENFRANCS'.", "original_image": "2.7/image/original/1681154000084.0.jpg", "gt_image": "2.7/image/gt/1681154000084.0.jpg", "source_text": "DIXFRANCS", "target_text": "TENFRANCS", "gt_caption": "This image is a vintage illustration of a 10-franc banknote from the Banque de France, featuring a portrait of a historical figure, likely Voltaire, seated and writing, with a detailed background of a palace and trees."}
55
+ {"id": 2076, "prompt": "Replace the text 'SOIREE' with 'PARTY'.", "original_image": "2.7/image/original/2751274001617.0.jpg", "gt_image": "2.7/image/gt/2751274001617.0.jpg", "source_text": "SOIREE", "target_text": "PARTY", "gt_caption": "This photo showcases a Halloween-themed table setup featuring orange flowers, a \"Spooky Party\" invitation card, spiderweb decorations, and festive accents, creating a spooky yet inviting atmosphere."}
56
+ {"id": 2077, "prompt": "Replace the text 'VOGUE' with 'FASHION'.", "original_image": "2.7/image/original/1007690003752.0.jpg", "gt_image": "2.7/image/gt/1007690003752.0.jpg", "source_text": "VOGUE", "target_text": "FASHION", "gt_caption": "This illustration depicts a fashion magazine cover featuring two women in elaborate, avant-garde outfits walking through a vibrant autumn park, showcasing bold colors and artistic designs."}
57
+ {"id": 2078, "prompt": "Replace the text 'GUACAMOLE' with 'AVOCADO'.", "original_image": "2.7/image/original/1692385003903.0.jpg", "gt_image": "2.7/image/gt/1692385003903.0.jpg", "source_text": "GUACAMOLE", "target_text": "AVOCADO", "gt_caption": "This photo showcases a vibrant Grilled Chicken Avocado Chopped Salad, featuring chunks of grilled chicken, diced avocado, cherry tomatoes, crumbled cheese, and fresh cilantro, served on a white platter."}
58
+ {"id": 2079, "prompt": "Replace the text 'COACH' with 'TRAIN'.", "original_image": "2.7/image/original/2546237019977.0.jpg", "gt_image": "2.7/image/gt/2546237019977.0.jpg", "source_text": "COACH", "target_text": "TRAIN", "gt_caption": "This photo shows a hand holding train boarding passes for the Osceola & St. Croix Valley Railway, with a vintage-style train in the background."}
59
+ {"id": 2080, "prompt": "Replace the text 'ALEXBACHELARD' with 'CREATIVETEMPLATES'.", "original_image": "2.7/image/original/3408506004584.0.jpg", "gt_image": "2.7/image/gt/3408506004584.0.jpg", "source_text": "ALEXBACHELARD", "target_text": "CREATIVETEMPLATES", "gt_caption": "This photo shows a professional resume template titled \"CREATIVETEMPLATES,\" featuring sections for profile, experience, skills, and education, with a magnifying glass highlighting the \"Experience\" section."}
60
+ {"id": 2081, "prompt": "Replace the text 'GREA' with 'DESIGN'.", "original_image": "2.7/image/original/3303498006039.0.jpg", "gt_image": "2.7/image/gt/3303498006039.0.jpg", "source_text": "GREA", "target_text": "DESIGN", "gt_caption": "This photo shows a detailed architectural blueprint of a kitchen area, highlighting features like a range with a microwave above, a vaulted ceiling, and ceramic tile flooring, with rolled-up paper samples placed on top."}
61
+ {"id": 2082, "prompt": "Replace the text 'DRESS' with 'BRIDE'.", "original_image": "2.7/image/original/2421733022002.0.jpg", "gt_image": "2.7/image/gt/2421733022002.0.jpg", "source_text": "DRESS", "target_text": "BRIDE", "gt_caption": "This image is a magazine cover featuring two models in elegant wedding dresses, promoting bridal fashion and wedding planning tips for the July/August 2013 issue of \"Bride\" magazine."}
62
+ {"id": 2083, "prompt": "Replace the text 'NOTICE' with 'Ruling'.", "original_image": "2.7/image/original/1097706006314.0.jpg", "gt_image": "2.7/image/gt/1097706006314.0.jpg", "source_text": "NOTICE", "target_text": "Ruling", "gt_caption": "This illustration depicts an \"Eviction Ruling\" from the Department of Housing, featuring a gavel and a keychain with a house-shaped charm, symbolizing legal action related to housing eviction."}
63
+ {"id": 2084, "prompt": "Replace the text 'COURAGE' with 'STRENGTH'.", "original_image": "2.7/image/original/3102750000453.0.webp", "gt_image": "2.7/image/gt/3102750000453.0.webp", "source_text": "COURAGE", "target_text": "STRENGTH", "gt_caption": "This photo shows a memorial sign with a message of support for Jules, featuring a photo, well wishes, and a date, surrounded by colorful decorations."}
64
+ {"id": 2085, "prompt": "Replace the text 'INSURANCE' with 'PROTECTION'.", "original_image": "2.7/image/original/4279142002386.0.jpg", "gt_image": "2.7/image/gt/4279142002386.0.jpg", "source_text": "INSURANCE", "target_text": "PROTECTION", "gt_caption": "This photo shows a person holding a brown envelope with a document labeled \"LIFE PROTECTION POLICY,\" alongside a calculator and glasses on a desk, suggesting a financial or insurance-related context."}
65
+ {"id": 2086, "prompt": "Replace the text 'CN' with 'OC'.", "original_image": "2.7/image/original/2734765003006.0.jpg", "gt_image": "2.7/image/gt/2734765003006.0.jpg", "source_text": "CN", "target_text": "OC", "gt_caption": "This photo shows a drink menu titled \"OC Crazy Nights\" displayed in a gold frame next to a decorative lantern with a lit candle, set on a table in a dimly lit event space."}
66
+ {"id": 2087, "prompt": "Replace the text 'Frequently' with 'Commonly'.", "original_image": "2.7/image/original/3273505011350.0.webp", "gt_image": "2.7/image/gt/3273505011350.0.webp", "source_text": "Frequently", "target_text": "Commonly", "gt_caption": "This photo shows a magnifying glass focusing on the text \"Commonly asked Questions,\" emphasizing the concept of frequently inquired topics."}
67
+ {"id": 2088, "prompt": "Replace the text 'Jlove' with 'Craft'.", "original_image": "2.7/image/original/4176134005430.0.webp", "gt_image": "2.7/image/gt/4176134005430.0.webp", "source_text": "Jlove", "target_text": "Craft", "gt_caption": "This photo showcases a handmade card set featuring a \"Craft You the Moon and Back\" theme, with decorative elements like glitter, a dreamcatcher design, and crafting supplies arranged around it."}
68
+ {"id": 2089, "prompt": "Replace the text 'CARDZEST' with 'BUSINESSCARDS'.", "original_image": "2.7/image/original/2638232018496.0.jpg", "gt_image": "2.7/image/gt/2638232018496.0.jpg", "source_text": "CARDZEST", "target_text": "BUSINESSCARDS", "gt_caption": "This photo shows a set of professional business cards featuring a modern design with black, white, and red color accents, displaying contact information for \"Jack Carlson, Creative Director.\""}
69
+ {"id": 2090, "prompt": "Replace the text '265216' with '458793'.", "original_image": "2.7/image/original/4128391030932.0.jpg", "gt_image": "2.7/image/gt/4128391030932.0.jpg", "source_text": "265216", "target_text": "458793", "gt_caption": "This photo shows a vintage New York City Taxicab Driver's License issued to Robert A. De Niro, with an expiration date of May 31, 1976."}
70
+ {"id": 2091, "prompt": "Replace the text 'Shot' with 'Protest'.", "original_image": "2.7/image/original/3495330001669.0.webp", "gt_image": "2.7/image/gt/3495330001669.0.webp", "source_text": "Shot", "target_text": "Protest", "gt_caption": "This photo shows a protest scene with a crowd of people, where one individual holds a sign featuring a cartoon character and text that reads \"Police Protest MY EYE\" along with additional text in Chinese."}
71
+ {"id": 2092, "prompt": "Replace the text 'Administration' with 'Government'.", "original_image": "2.7/image/original/3178943005025.0.jpg", "gt_image": "2.7/image/gt/3178943005025.0.jpg", "source_text": "Administration", "target_text": "Government", "gt_caption": "This photo shows a newspaper page from *The New York Times* featuring an article titled \"The Quiet Resistance Inside the Trump Government,\" with a silhouette of the United States superimposed over the text."}
72
+ {"id": 2093, "prompt": "Replace the text 'Douglas' with 'Mystery'.", "original_image": "2.7/image/original/2465266000821.0.jpg", "gt_image": "2.7/image/gt/2465266000821.0.jpg", "source_text": "Douglas", "target_text": "Mystery", "gt_caption": "This screenshot shows a newspaper obituary section featuring a photo of an individual with the text \"Mystery Legler Doug Died,\" alongside other obituary details."}
73
+ {"id": 2094, "prompt": "Replace the text 'NOPE' with 'YES'.", "original_image": "2.7/image/original/3798124001951.0.jpg", "gt_image": "2.7/image/gt/3798124001951.0.jpg", "source_text": "NOPE", "target_text": "YES", "gt_caption": "This photo shows a person holding a poster featuring a stylized image of a man with a mustache and the word \"YES\" prominently displayed below."}
74
+ {"id": 2095, "prompt": "Replace the text 'Average' with 'Notable'.", "original_image": "2.7/image/original/3205722091892.0.png", "gt_image": "2.7/image/gt/3205722091892.0.png", "source_text": "Average", "target_text": "Notable", "gt_caption": "This poster is the cover of \"FDA News & Views,\" a publication by the Foodservice Equipment Distributors Association, featuring a gauge with ratings from \"Excellent\" to \"Bad\" and highlighting the theme \"How Does Your Company Measure Up? Making the Case for Annual Assessments.\""}
75
+ {"id": 2096, "prompt": "Replace the text 'BASIL' with 'MINT'.", "original_image": "2.7/image/original/3148577043553.0.jpg", "gt_image": "2.7/image/gt/3148577043553.0.jpg", "source_text": "BASIL", "target_text": "MINT", "gt_caption": "This photo showcases a beautifully presented Peach Shortcake with Mint, featuring layers of whipped cream, fresh peach slices, and a biscuit base, garnished with mint leaves, served on a speckled plate."}
76
+ {"id": 2097, "prompt": "Replace the text 'Texas' with 'Dallas'.", "original_image": "2.7/image/original/3128798003624.0.webp", "gt_image": "2.7/image/gt/3128798003624.0.webp", "source_text": "Texas", "target_text": "Dallas", "gt_caption": "This photo shows a woman waving to a crowd while standing with two children, with a sign in the foreground reading \"Dallas Values + Trump, New York Values.\""}
77
+ {"id": 2098, "prompt": "Replace the text 'Cioppino' with 'FishStew'.", "original_image": "2.7/image/original/1531462016661.0.jpg", "gt_image": "2.7/image/gt/1531462016661.0.jpg", "source_text": "Cioppino", "target_text": "FishStew", "gt_caption": "This photo showcases a hearty fish stew served in a dark bowl, featuring a rich broth, chunks of fish, shellfish, vegetables, and herbs, presented on a wooden surface."}
78
+ {"id": 2099, "prompt": "Replace the text 'DAILYNEWS' with 'SPORTSARCHIVE'.", "original_image": "2.7/image/original/4053347013485.0.jpg", "gt_image": "2.7/image/gt/4053347013485.0.jpg", "source_text": "DAILYNEWS", "target_text": "SPORTSARCHIVE", "gt_caption": "This framed poster is a sports magazine cover celebrating the New York Yankees' 27th World Series championship, featuring a player in action with the headline \"World champ Yankees put us all in... HEAVEN.\""}
79
+ {"id": 2100, "prompt": "Replace the text 'PLAN' with 'PREP'.", "original_image": "2.7/image/original/3871378002940.0.jpg", "gt_image": "2.7/image/gt/3871378002940.0.jpg", "source_text": "PLAN", "target_text": "PREP", "gt_caption": "This photo shows a person planning their meal prep in a grid-style notebook, listing breakfast, lunch, and dinner for multiple days."}
80
+ {"id": 2101, "prompt": "Replace the text 'MARTIN' with 'DESIGN'.", "original_image": "2.7/image/original/2179028013872.0.jpg", "gt_image": "2.7/image/gt/2179028013872.0.jpg", "source_text": "MARTIN", "target_text": "DESIGN", "gt_caption": "This screenshot shows a professional resume template for a web developer, featuring sections for work experience, education, personal and professional skills, and contact information."}
81
+ {"id": 2102, "prompt": "Replace the text 'MEMORIESOF' with 'PHOTOGRAPHS'.", "original_image": "2.7/image/original/3853973019462.0.jpg", "gt_image": "2.7/image/gt/3853973019462.0.jpg", "source_text": "MEMORIESOF", "target_text": "PHOTOGRAPHS", "gt_caption": "This photo is a magazine cover of *Life* featuring Marilyn Monroe, showcasing her in a fur-trimmed outfit with a bold, direct gaze, dated August 17, 1962."}
82
+ {"id": 2103, "prompt": "Replace the text 'Newspapers' with 'Publications'.", "original_image": "2.7/image/original/3438904010549.0.jpg", "gt_image": "2.7/image/gt/3438904010549.0.jpg", "source_text": "Newspapers", "target_text": "Publications", "gt_caption": "This photo shows a newspaper stand displaying international publications, including the \"Financial Times\" and \"The New York Times,\" with headlines about global news."}
83
+ {"id": 2104, "prompt": "Replace the text 'DAILYDOG' with 'FUNNYPUG'.", "original_image": "2.7/image/original/1271808006047.0.jpg", "gt_image": "2.7/image/gt/1271808006047.0.jpg", "source_text": "DAILYDOG", "target_text": "FUNNYPUG", "gt_caption": "This photo shows a pug dog reading a newspaper titled \"FUNNY PUG,\" with its paws holding the pages and a playful, humorous context."}
84
+ {"id": 2105, "prompt": "Replace the text 'ISSUE' with 'COVER'.", "original_image": "2.7/image/original/3245051013736.0.jpg", "gt_image": "2.7/image/gt/3245051013736.0.jpg", "source_text": "ISSUE", "target_text": "COVER", "gt_caption": "This is a magazine cover for *Teen Vogue* featuring a model with vibrant pink hair, showcasing fashion and beauty topics such as holiday dresses, dating apps, and the rise of young models."}
85
+ {"id": 2106, "prompt": "Replace the text 'MALT' with 'BREW'.", "original_image": "2.7/image/original/1111706004316.0.jpg", "gt_image": "2.7/image/gt/1111706004316.0.jpg", "source_text": "MALT", "target_text": "BREW", "gt_caption": "This photo showcases a collection of craft beer bottles from various breweries, displayed alongside a \"Brew of the Month\" club magazine, highlighting a curated selection of microbrewed beers."}
86
+ {"id": 2107, "prompt": "Replace the text '66' with '77'.", "original_image": "2.7/image/original/195869007246.0.jpg", "gt_image": "2.7/image/gt/195869007246.0.jpg", "source_text": "66", "target_text": "77", "gt_caption": "This mugshot photo shows a man standing against a height-measuring backdrop, wearing a dark shirt."}
87
+ {"id": 2108, "prompt": "Replace the text 'THEATER' with 'CINEMA'.", "original_image": "2.7/image/original/1208074010629.0.jpg", "gt_image": "2.7/image/gt/1208074010629.0.jpg", "source_text": "THEATER", "target_text": "CINEMA", "gt_caption": "This photo shows a box of popcorn with movie tickets placed on top, indicating a cinema outing."}
88
+ {"id": 2109, "prompt": "Replace the text 'TRUMP' with 'JUSTICE'.", "original_image": "2.7/image/original/4098807003174.0.jpg", "gt_image": "2.7/image/gt/4098807003174.0.jpg", "source_text": "TRUMP", "target_text": "JUSTICE", "gt_caption": "This photo shows a young child holding a handmade protest sign that reads \"JUSTICE... DON'T BE MEAN TO KIDS,\" surrounded by a crowd at a public demonstration."}
89
+ {"id": 2110, "prompt": "Replace the text 'lake' with 'river'.", "original_image": "2.7/image/original/1618235005540.0.jpg", "gt_image": "2.7/image/gt/1618235005540.0.jpg", "source_text": "lake", "target_text": "river", "gt_caption": "This illustration is a colorful educational poster titled \"Bodies of Water,\" showcasing drawings and labels for a river, pond, river, and ocean, with corresponding aquatic features and animals."}
90
+ {"id": 2111, "prompt": "Replace the text 'Miro' with 'Surreal'.", "original_image": "2.7/image/original/2039334068776.0.webp", "gt_image": "2.7/image/gt/2039334068776.0.webp", "source_text": "Miro", "target_text": "Surreal", "gt_caption": "This illustration features abstract, colorful shapes and lines, signed \"Surreal\" with a date of \"mai 1967,\" evoking a playful and surreal artistic style."}
91
+ {"id": 2112, "prompt": "Replace the text 'Hot' with 'Spicy'.", "original_image": "2.7/image/original/1716780005996.0.jpg", "gt_image": "2.7/image/gt/1716780005996.0.jpg", "source_text": "Hot", "target_text": "Spicy", "gt_caption": "This photo showcases a freshly baked pizza topped with various ingredients like tomatoes, onions, olives, and pepperoni, served on a plate with salt and pepper shakers in the background."}
92
+ {"id": 2113, "prompt": "Replace the text 'Times' with 'Hours'.", "original_image": "2.7/image/original/1260613015376.0.webp", "gt_image": "2.7/image/gt/1260613015376.0.webp", "source_text": "Times", "target_text": "Hours", "gt_caption": "This photo shows a freshly baked rectangular pizza topped with melted mozzarella cheese, tomato sauce, and fresh basil leaves, served on a newspaper with a crossword puzzle visible in the background."}
93
+ {"id": 2114, "prompt": "Replace the text 'peanut' with 'chocolate'.", "original_image": "2.7/image/original/2448188007131.0.jpg", "gt_image": "2.7/image/gt/2448188007131.0.jpg", "source_text": "peanut", "target_text": "chocolate", "gt_caption": "This photo showcases a rustic arrangement of Nanny Ryan's chocolate butter cookies, accompanied by a glass of milk, a pair of scissors, twine, and a handwritten note, set on a crinkled parchment paper."}
94
+ {"id": 2115, "prompt": "Replace the text 'FAQ' with 'Guide'.", "original_image": "2.7/image/original/3401199003294.0.jpg", "gt_image": "2.7/image/gt/3401199003294.0.jpg", "source_text": "FAQ", "target_text": "Guide", "gt_caption": "This photo shows a workspace setup with a notepad labeled \"Guide,\" a pen, glasses, a smartphone, a laptop, and a cup of coffee, suggesting a focus on productivity or planning."}
95
+ {"id": 2116, "prompt": "Replace the text 'Canada' with 'Alberta'.", "original_image": "2.7/image/original/3408852016894.0.jpg", "gt_image": "2.7/image/gt/3408852016894.0.jpg", "source_text": "Canada", "target_text": "Alberta", "gt_caption": "This photo is the cover of a magazine titled \"albertaviews,\" featuring Supreme Court Chief Justice Beverley McLachlin, with the headline \"The girl from Pincher Creek who made Alberta more just.\""}
96
+ {"id": 2117, "prompt": "Replace the text 'CHICKEN' with 'PROTEIN'.", "original_image": "2.7/image/original/2692500008651.0.webp", "gt_image": "2.7/image/gt/2692500008651.0.webp", "source_text": "CHICKEN", "target_text": "PROTEIN", "gt_caption": "This photo showcases a vibrant strawberry protein salad with baked goat cheese rounds, served on a bed of greens with chicken, strawberries, walnuts, and a drizzle of dressing, presented on a white plate."}
97
+ {"id": 2118, "prompt": "Replace the text 'GOODBYE' with 'FAREWELL'.", "original_image": "2.7/image/original/906694007477.0.jpg", "gt_image": "2.7/image/gt/906694007477.0.jpg", "source_text": "GOODBYE", "target_text": "FAREWELL", "gt_caption": "This photo shows a man holding the final issue of *News of the World*, a newspaper, with the headline \"THANK YOU & FAREWELL,\" marking its closure after 168 years."}
98
+ {"id": 2119, "prompt": "Replace the text 'Sweet' with 'Delightful'.", "original_image": "2.7/image/original/4042658001900.0.webp", "gt_image": "2.7/image/gt/4042658001900.0.webp", "source_text": "Sweet", "target_text": "Delightful", "gt_caption": "This photo shows a collection of colorful, pastel-themed stationery items, including envelopes and stickers with playful designs and phrases like \"Delightful\" and \"Let's Go!\" arranged on a lined notebook."}
99
+ {"id": 2120, "prompt": "Replace the text 'australia' with 'island'.", "original_image": "2.7/image/original/3459548016200.0.webp", "gt_image": "2.7/image/gt/3459548016200.0.webp", "source_text": "australia", "target_text": "island", "gt_caption": "This illustration on a Christmas Island postage stamp depicts a golfer in action on a scenic course surrounded by trees and flowers, with another golfer in the background near a flag."}
100
+ {"id": 2121, "prompt": "Replace the text 'CATALOGUE' with 'DIRECTORY'.", "original_image": "2.7/image/original/550511008758.0.webp", "gt_image": "2.7/image/gt/550511008758.0.webp", "source_text": "CATALOGUE", "target_text": "DIRECTORY", "gt_caption": "This photo depicts a family enjoying a playful moment outdoors on grass, with the text \"2015 DIRECTORY\" and the Norwex logo, suggesting a promotional or informational context."}
101
+ {"id": 2122, "prompt": "Replace the text 'YUDARVISH' with 'BaseballStar'.", "original_image": "2.7/image/original/1920659002197.0.webp", "gt_image": "2.7/image/gt/1920659002197.0.webp", "source_text": "YUDARVISH", "target_text": "BaseballStar", "gt_caption": "This is a magazine cover featuring a man in a stylish suit and tie, promoting the \"GQ STYLE BOOK 2011\" with content highlights including a baseball star cover story, fashion trends, and lifestyle tips."}
102
+ {"id": 2123, "prompt": "Replace the text 'PLAN' with 'Strategy'.", "original_image": "2.7/image/original/3249478023686.0.jpg", "gt_image": "2.7/image/gt/3249478023686.0.jpg", "source_text": "PLAN", "target_text": "Strategy", "gt_caption": "This photo shows a yellow sticky note with the handwritten text \"DISASTER Strategy\" and a numbered list, placed on a desk alongside a pair of glasses, a pen, and some papers, suggesting a planning or brainstorming session."}
103
+ {"id": 2124, "prompt": "Replace the text 'SUZANNE' with 'AUTHOR'.", "original_image": "2.7/image/original/2418848006188.0.jpg", "gt_image": "2.7/image/gt/2418848006188.0.jpg", "source_text": "SUZANNE", "target_text": "AUTHOR", "gt_caption": "This is a book cover featuring a young woman in traditional Amish attire, with a ship in the background, promoting the novel *Anna's Crossing* by Woods Fisher, part of the \"Amish Beginnings\" series."}
104
+ {"id": 2125, "prompt": "Replace the text 'DAY' with 'MOMENT'.", "original_image": "2.7/image/original/1166270015847.0.jpg", "gt_image": "2.7/image/gt/1166270015847.0.jpg", "source_text": "DAY", "target_text": "MOMENT", "gt_caption": "This photo depicts a modern, minimalist living room with a gray sofa adorned with patterned cushions, a small round coffee table with a teapot and books, and a tripod floor lamp, all set against a bright window with a view of a wooden fence."}
105
+ {"id": 2126, "prompt": "Replace the text 'Happy' with 'Joyful'.", "original_image": "2.7/image/original/3149699005014.0.png", "gt_image": "2.7/image/gt/3149699005014.0.png", "source_text": "Happy", "target_text": "Joyful", "gt_caption": "This photo shows a handmade birthday card with a purple watercolor background, featuring a dandelion illustration and the text \"Joyful Birthday.\""}
106
+ {"id": 2127, "prompt": "Replace the text '100' with '500'.", "original_image": "2.7/image/original/3928507013170.0.webp", "gt_image": "2.7/image/gt/3928507013170.0.webp", "source_text": "100", "target_text": "500", "gt_caption": "This photo shows a stack of colorful play money bills, including denominations like 20, 100, and 500, arranged in a fanned-out display."}
107
+ {"id": 2128, "prompt": "Replace the text 'toinvest' with 'investing'.", "original_image": "2.7/image/original/3600103009263.0.jpg", "gt_image": "2.7/image/gt/3600103009263.0.jpg", "source_text": "toinvest", "target_text": "investing", "gt_caption": "This photo shows a newspaper article titled \"Where investing your money?\" with the \"Real Estate\" option highlighted in red, emphasizing it as a focus for investment."}
108
+ {"id": 2129, "prompt": "Replace the text '100' with 'April'.", "original_image": "2.7/image/original/1517478001727.0.jpg", "gt_image": "2.7/image/gt/1517478001727.0.jpg", "source_text": "100", "target_text": "April", "gt_caption": "This is a magazine cover for *GQ Style* featuring Noah Mills, showcasing his fashion expertise with text highlighting topics like Hollywood dandies, style lessons, and spring fashion essentials."}
109
+ {"id": 2130, "prompt": "Replace the text '2020' with '2023'.", "original_image": "2.7/image/original/3946773012388.0.jpg", "gt_image": "2.7/image/gt/3946773012388.0.jpg", "source_text": "2020", "target_text": "2023", "gt_caption": "This photo shows a workspace setup with a person writing \"BUDGET 2023\" in a notebook, surrounded by items like a wallet with money, a coffee cup, earbuds, a smartphone, and a small potted plant, suggesting a planning or budgeting activity."}
110
+ {"id": 2131, "prompt": "Replace the text 'MONTHLY' with 'ISSUE'.", "original_image": "2.7/image/original/1645384002781.0.jpg", "gt_image": "2.7/image/gt/1645384002781.0.jpg", "source_text": "MONTHLY", "target_text": "ISSUE", "gt_caption": "This poster features the cover of \"Smith's Issue,\" a publication by Dean Wesley Smith, showcasing a woman underwater in a flowing dress, with the title \"Cold Call: A Cold Poker Gang Novel\" prominently displayed."}
111
+ {"id": 2132, "prompt": "Replace the text 'DUCE' with 'STIR'.", "original_image": "2.7/image/original/2922175024249.0.jpg", "gt_image": "2.7/image/gt/2922175024249.0.jpg", "source_text": "DUCE", "target_text": "STIR", "gt_caption": "This photo shows a plate of stir-fried beef with mushrooms, bell peppers, and chilies served over rice, accompanied by a fork, with Sprouts Farmers Market branding in the background."}
112
+ {"id": 2133, "prompt": "Replace the text 'Ishiguro' with 'Murakami'.", "original_image": "2.7/image/original/3868244000107.0.webp", "gt_image": "2.7/image/gt/3868244000107.0.webp", "source_text": "Ishiguro", "target_text": "Murakami", "gt_caption": "This photo shows a collection of books by Kazuo Ishiguro, including \"An Artist of the Floating World,\" which is highlighted as a Nobel Prize-winning novel."}
113
+ {"id": 2134, "prompt": "Replace the text '2017' with '2018'.", "original_image": "2.7/image/original/3462987005472.0.jpg", "gt_image": "2.7/image/gt/3462987005472.0.jpg", "source_text": "2017", "target_text": "2018", "gt_caption": "This photo shows a group of people engaged in a business meeting, reviewing documents and discussing data presented on a graph labeled \"2018,\" with one person holding a pen and another sipping coffee."}
114
+ {"id": 2135, "prompt": "Replace the text 'RESERVE' with 'PRIVATE'.", "original_image": "2.7/image/original/4145379001587.0.jpg", "gt_image": "2.7/image/gt/4145379001587.0.jpg", "source_text": "RESERVE", "target_text": "PRIVATE", "gt_caption": "This photo shows a neatly set dining table with folded napkins, glasses, and a sign reading \"PRIVATE,\" indicating a reserved or exclusive seating area in an outdoor setting with blurred greenery and warm lighting in the background."}
115
+ {"id": 2136, "prompt": "Replace the text 'SCIENCE' with 'TECHNOLOGY'.", "original_image": "2.7/image/original/2234651003211.0.jpg", "gt_image": "2.7/image/gt/2234651003211.0.jpg", "source_text": "SCIENCE", "target_text": "TECHNOLOGY", "gt_caption": "This digital display shows the cover of a technology news magazine, titled \"Technology News: The Weekly News Magazine of Science,\" dated November 5, 2016, with a bold red background."}
116
+ {"id": 2137, "prompt": "Replace the text 'twigs' with 'plants'.", "original_image": "2.7/image/original/1802979001745.0.jpg", "gt_image": "2.7/image/gt/1802979001745.0.jpg", "source_text": "twigs", "target_text": "plants", "gt_caption": "This photo is the cover of *DAZED* magazine, featuring a close-up of a person with braided hair, adorned with pink flowers and jewelry, and the text \"FKA plants\" at the bottom."}
117
+ {"id": 2138, "prompt": "Replace the text 'Salmon' with 'Tuna'.", "original_image": "2.7/image/original/1132007001276.0.jpg", "gt_image": "2.7/image/gt/1132007001276.0.jpg", "source_text": "Salmon", "target_text": "Tuna", "gt_caption": "This photo showcases a plated dish of seared tuna served with a lemon dill sauce, accompanied by sautéed greens and a side of glazed carrots and cranberries."}
118
+ {"id": 2139, "prompt": "Replace the text 'JOURNAL' with 'DIARY'.", "original_image": "2.7/image/original/989114003430.0.jpg", "gt_image": "2.7/image/gt/989114003430.0.jpg", "source_text": "JOURNAL", "target_text": "DIARY", "gt_caption": "This photo showcases a handmade, vintage-style journal titled \"Design Team Diary,\" featuring decorative elements like a dragonfly, keys, floral accents, and layered papers."}
119
+ {"id": 2140, "prompt": "Replace the text 'IASY' with 'MARVEL'.", "original_image": "2.7/image/original/4116794053921.0.jpg", "gt_image": "2.7/image/gt/4116794053921.0.jpg", "source_text": "IASY", "target_text": "MARVEL", "gt_caption": "This photo shows Stan Lee standing next to a Marvel Spider-Man comic book display, smiling and leaning casually against the frame."}
120
+ {"id": 2141, "prompt": "Replace the text 'first' with 'new'.", "original_image": "2.7/image/original/4226790019281.0.webp", "gt_image": "2.7/image/gt/4226790019281.0.webp", "source_text": "first", "target_text": "new", "gt_caption": "This photo captures a newborn baby sleeping peacefully, wrapped in a soft blanket, with a card nearby that reads \"My new day at home\" dated April 16, 2018."}
121
+ {"id": 2142, "prompt": "Replace the text 'BRINEDTURKEY' with 'AUTUMNFLAVORS'.", "original_image": "2.7/image/original/4195813003486.0.jpg", "gt_image": "2.7/image/gt/4195813003486.0.jpg", "source_text": "BRINEDTURKEY", "target_text": "AUTUMNFLAVORS", "gt_caption": "This photo showcases a roasted turkey garnished with sage, apples, and pomegranate seeds, presented on a white platter, highlighting autumn flavors."}
122
+ {"id": 2143, "prompt": "Replace the text 'BEST' with 'MOST'.", "original_image": "2.7/image/original/3824023015659.0.png", "gt_image": "2.7/image/gt/3824023015659.0.png", "source_text": "BEST", "target_text": "MOST", "gt_caption": "This photo showcases a stack of raw hamburger patties on parchment paper, labeled as \"The Most Hamburger Patties\" and described as keto, paleo, Whole30, and gluten-free."}
123
+ {"id": 2144, "prompt": "Replace the text 'TURNING' with 'INSPIRING'.", "original_image": "2.7/image/original/3146945000406.0.jpg", "gt_image": "2.7/image/gt/3146945000406.0.jpg", "source_text": "TURNING", "target_text": "INSPIRING", "gt_caption": "This photo captures a magazine cover featuring Beth French, a swimmer who crossed the English Channel, with the headline \"Inspiring the Tide\" and a focus on her inspiring journey despite being in a wheelchair."}
124
+ {"id": 2145, "prompt": "Replace the text 'MENU' with 'List'.", "original_image": "2.7/image/original/3116838003851.0.jpg", "gt_image": "2.7/image/gt/3116838003851.0.jpg", "source_text": "MENU", "target_text": "List", "gt_caption": "This photo shows a colorful beer menu titled \"Beer Master,\" featuring sections for local, international, and import beers, along with a recommended sample pack and decorative illustrations related to beer."}
125
+ {"id": 2146, "prompt": "Replace the text 'WAT' with 'DORO'.", "original_image": "2.7/image/original/4122647001773.0.jpg", "gt_image": "2.7/image/gt/4122647001773.0.jpg", "source_text": "WAT", "target_text": "DORO", "gt_caption": "This photo showcases a bowl of Restaurant-Style Ethiopian Beef Stew (Key Doro), garnished with cilantro, served on a colorful plaid napkin, with text highlighting an easy Instant Pot recipe."}
126
+ {"id": 2147, "prompt": "Replace the text 'INTERIORS' with 'DESIGNS'.", "original_image": "2.7/image/original/3862652005678.0.webp", "gt_image": "2.7/image/gt/3862652005678.0.webp", "source_text": "INTERIORS", "target_text": "DESIGNS", "gt_caption": "This poster is for the magazine \"The World of Designs,\" showcasing an elegant interior design with a patterned chaise lounge, a blue lamp, and matching curtains, set against a light blue wall."}
127
+ {"id": 2148, "prompt": "Replace the text 'CLUB' with 'MEMBER'.", "original_image": "2.7/image/original/3371201000365.0.jpg", "gt_image": "2.7/image/gt/3371201000365.0.jpg", "source_text": "CLUB", "target_text": "MEMBER", "gt_caption": "This image is a photo of a membership card for \"San Antonio,\" featuring a black-and-white portrait of a man, along with fields for personal details such as name, date of birth, address, and membership validity dates."}
eval_prompts/miniset/1.1.1.jsonl ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {"id": 3, "prompt": "Replace the text 'IWORKED' with 'SUCCESS'.", "original_image": "1.1.1/image/original/1305545009193.0.jpg", "gt_image": "1.1.1/image/gt/1305545009193.0.jpg", "source_text": "IWORKED", "target_text": "SUCCESS", "gt_caption": "This poster features a motivational quote, \"I never DREAMED about success. SUCCESS for it,\" alongside an image of a modern glass skyscraper reflecting the sky and clouds."}
2
+ {"id": 7, "prompt": "Replace the text 'NEWSLETTER' with 'Digest'.", "original_image": "1.1.1/image/original/3934299007477.0.png", "gt_image": "1.1.1/image/gt/3934299007477.0.png", "source_text": "NEWSLETTER", "target_text": "Digest", "gt_caption": "This digital poster announces the \"August 2020 Digest\" with a green silhouette of a soldier holding a shovel, accompanied by the text \"NEWS\" and \"MCM MUST CONTAIN MINIS\" in a military-themed design."}
3
+ {"id": 11, "prompt": "Replace the text 'Sarah' with 'Photo'.", "original_image": "1.1.1/image/original/1104884004855.0.jpg", "gt_image": "1.1.1/image/gt/1104884004855.0.jpg", "source_text": "Sarah", "target_text": "Photo", "gt_caption": "This photo captures a cheerful moment at Rhys & Photo's wedding on 16th June 2018, featuring two individuals posing in a photo booth with colorful hats and a festive backdrop."}
4
+ {"id": 16, "prompt": "Replace the text 'Merry' with 'Joyful'.", "original_image": "1.1.1/image/original/3230556014257.0.jpg", "gt_image": "1.1.1/image/gt/3230556014257.0.jpg", "source_text": "Merry", "target_text": "Joyful", "gt_caption": "This illustration features a festive French Bulldog wearing reindeer antlers and a red scarf, accompanied by the text \"Joyful Christmas.\""}
5
+ {"id": 20, "prompt": "Replace the text 'MVESTRA' with 'ARTDECO'.", "original_image": "1.1.1/image/original/1157339007023.0.jpg", "gt_image": "1.1.1/image/gt/1157339007023.0.jpg", "source_text": "MVESTRA", "target_text": "ARTDECO", "gt_caption": "This vintage poster announces the XIII FEPIA ARTDECO RIO in Valencia, featuring a stylized, geometric design of a figure in a hat, with the event dates \"May 10 to 25, 1930.\""}
6
+ {"id": 24, "prompt": "Replace the text 'AFROMAN' with 'ARTIST'.", "original_image": "1.1.1/image/original/4133575001870.0.jpg", "gt_image": "1.1.1/image/gt/4133575001870.0.jpg", "source_text": "AFROMAN", "target_text": "ARTIST", "gt_caption": "This illustration is a promotional poster for a performance by \"Artist\" at Caves Lounge on December 12, 2014, featuring a stylized depiction of a man in a purple hoodie with a cannabis leaf and \"NORML\" logo, surrounded by swirling smoke."}
7
+ {"id": 28, "prompt": "Replace the text 'MARS' with 'MOON'.", "original_image": "1.1.1/image/original/1639547007544.0.jpg", "gt_image": "1.1.1/image/gt/1639547007544.0.jpg", "source_text": "MARS", "target_text": "MOON", "gt_caption": "This illustration is a vibrant poster promoting lunar exploration, featuring a stylized rocket launching toward the moon, accompanied by text encouraging visits to historic sites and multiple tours."}
8
+ {"id": 33, "prompt": "Replace the text '2020' with '2023'.", "original_image": "1.1.1/image/original/3794919001754.0.jpg", "gt_image": "1.1.1/image/gt/3794919001754.0.jpg", "source_text": "2020", "target_text": "2023", "gt_caption": "This digital display shows the logo and details for the SME National Business Awards 2023, highlighting a finalist in the \"Business Hero Public Vote\" category."}
9
+ {"id": 37, "prompt": "Replace the text 'theRIVETER' with 'theHERO'.", "original_image": "1.1.1/image/original/1208654002776.0.jpg", "gt_image": "1.1.1/image/gt/1208654002776.0.jpg", "source_text": "theRIVETER", "target_text": "theHERO", "gt_caption": "This poster is a modern adaptation of the iconic \"Rosie the Riveter\" design, featuring a police officer flexing their arm with the text \"We Can Do It!\" and \"Rosie the HERO,\" promoting empowerment and representation in law enforcement."}
10
+ {"id": 41, "prompt": "Replace the text '2019' with '2020'.", "original_image": "1.1.1/image/original/2607805000923.0.webp", "gt_image": "1.1.1/image/gt/2607805000923.0.webp", "source_text": "2019", "target_text": "2020", "gt_caption": "This poster features a stunning photograph of snow-covered Alpine peaks, with the text \"Alpen 2020\" and the publisher \"Siegbert Linnemann Verlag\" indicating it is likely a calendar or photography collection."}
11
+ {"id": 46, "prompt": "Replace the text 'APOLLO' with 'MISSION'.", "original_image": "1.1.1/image/original/2998161003249.0.png", "gt_image": "1.1.1/image/gt/2998161003249.0.png", "source_text": "APOLLO", "target_text": "MISSION", "gt_caption": "This illustration features a mission patch with Snoopy as an astronaut, alongside a rocket, a satellite, and a planet, symbolizing a space-themed adventure."}
12
+ {"id": 50, "prompt": "Replace the text 'PANEER' with 'CHEESE'.", "original_image": "1.1.1/image/original/1209376005062.0.webp", "gt_image": "1.1.1/image/gt/1209376005062.0.webp", "source_text": "PANEER", "target_text": "CHEESE", "gt_caption": "This photo shows a pile of cubed cheese with the text \"HOW TO MAKE CHEESE\" at the top, suggesting a guide or recipe for cheese-making."}
13
+ {"id": 54, "prompt": "Replace the text 'MIXICAN' with 'MEXICAN'.", "original_image": "1.1.1/image/original/1144058058227.0.jpg", "gt_image": "1.1.1/image/gt/1144058058227.0.jpg", "source_text": "MIXICAN", "target_text": "MEXICAN", "gt_caption": "This poster advertises a free plant-based, gluten-free Mexican cooking event on January 26, 2017, at 5:30 PM, hosted by Lift Wellness Center and Grubb's Grocery, open to the community."}
eval_prompts/miniset/1.1.2.jsonl ADDED
@@ -0,0 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {"id": 58, "prompt": "Replace the text 'JQUERY' with 'JavaScript'.", "original_image": "1.1.2/image/original/4086443003236.0.jpg", "gt_image": "1.1.2/image/gt/4086443003236.0.jpg", "source_text": "JQUERY", "target_text": "JavaScript", "gt_caption": "This illustration features Uncle Sam pointing directly at the viewer with the text \"USE JavaScript\" below, promoting the use of the programming language."}
2
+ {"id": 63, "prompt": "Replace the text 'WANT' with 'NEED'.", "original_image": "1.1.2/image/original/4232257011847.0.png", "gt_image": "1.1.2/image/gt/4232257011847.0.png", "source_text": "WANT", "target_text": "NEED", "gt_caption": "This illustration features a stylized character with glasses and a bow tie, set against a circular background resembling a planet, with the text \"I DON'T NEED TO LIVE ON THIS PLANET ANYMORE\" prominently displayed."}
3
+ {"id": 67, "prompt": "Replace the text 'BEST' with 'DELICIOUS'.", "original_image": "1.1.2/image/original/4261017000530.0.webp", "gt_image": "1.1.2/image/gt/4261017000530.0.webp", "source_text": "BEST", "target_text": "DELICIOUS", "gt_caption": "This photo showcases a delicious apple cobbler served in a white bowl, topped with whipped cream, caramel drizzle, and a mint leaf, presented alongside a teal baking dish and a striped napkin."}
4
+ {"id": 71, "prompt": "Replace the text 'LIVED' with 'FLYED'.", "original_image": "1.1.2/image/original/1322760021276.0.jpg", "gt_image": "1.1.2/image/gt/1322760021276.0.jpg", "source_text": "LIVED", "target_text": "FLYED", "gt_caption": "This vintage-style poster features a woman in a red suit with a suitcase, standing against a backdrop of a world map and an airplane, with the text \"AND SHE FLEW HAPPILY EVER AFTER.\""}
5
+ {"id": 76, "prompt": "Replace the text 'Unique' with 'Professional'.", "original_image": "1.1.2/image/original/2594939002242.0.jpg", "gt_image": "1.1.2/image/gt/2594939002242.0.jpg", "source_text": "Unique", "target_text": "Professional", "gt_caption": "This digital display advertises a package of 6 professional CV templates available for $17, showcasing various designs in formats like AI, EPS, W, PDF, and PSD."}
6
+ {"id": 80, "prompt": "Replace the text 'GRIND' with 'Routine'.", "original_image": "1.1.2/image/original/3482024001476.0.jpg", "gt_image": "1.1.2/image/gt/3482024001476.0.jpg", "source_text": "GRIND", "target_text": "Routine", "gt_caption": "This poster features roasted coffee beans with the text \"RICHNESS IN YOUR DAILY Routine,\" emphasizing the idea of enhancing daily life with the richness of coffee."}
7
+ {"id": 84, "prompt": "Replace the text 'ISO' with 'Lowes'.", "original_image": "1.1.2/image/original/1793875028902.0.jpg", "gt_image": "1.1.2/image/gt/1793875028902.0.jpg", "source_text": "ISO", "target_text": "Lowes", "gt_caption": "This poster showcases a wooden door with a classic design, accompanied by logos from brands like Longxuan Door, GMC, Lowe's, and Bureau Veritas, indicating certifications and partnerships."}
8
+ {"id": 89, "prompt": "Replace the text 'Marshall' with 'Amplifier'.", "original_image": "1.1.2/image/original/4195761012747.0.jpg", "gt_image": "1.1.2/image/gt/4195761012747.0.jpg", "source_text": "Marshall", "target_text": "Amplifier", "gt_caption": "This poster introduces the Marshall Jack Rack Collection, showcasing miniature amplifier designs inspired by iconic Marshall models, including the JCM800 Standard, JCM800 Chequered, 1959SLP, and JCM800 Handwired."}
9
+ {"id": 93, "prompt": "Replace the text 'Garlic' with 'Herb'.", "original_image": "1.1.2/image/original/4218301010803.0.jpg", "gt_image": "1.1.2/image/gt/4218301010803.0.jpg", "source_text": "Garlic", "target_text": "Herb", "gt_caption": "This photo showcases a plated dish of Herb Brown Sugar Chicken served over rice with steamed broccoli, garnished with green onions, and accompanied by a fork and knife, presented by Melissa's Southern Style Kitchen."}
10
+ {"id": 97, "prompt": "Replace the text 'FREE' with 'EXEMPT'.", "original_image": "1.1.2/image/original/3209493000185.0.jpg", "gt_image": "1.1.2/image/gt/3209493000185.0.jpg", "source_text": "FREE", "target_text": "EXEMPT", "gt_caption": "This poster showcases a modern kitchen with white cabinets, a central island, and a black built-in oven, promoting that all kitchen cabinet ranges are VAT exempt."}
11
+ {"id": 101, "prompt": "Replace the text 'MONTHLY' with 'REGULAR'.", "original_image": "1.1.2/image/original/4136251002209.0.webp", "gt_image": "1.1.2/image/gt/4136251002209.0.webp", "source_text": "MONTHLY", "target_text": "REGULAR", "gt_caption": "This poster advertises a \"Regular Subscription\" service, showcasing a variety of colorful cocktails and a cocktail-making machine, with the text \"Choose your cocktails each month\" and \"Subscribe & Save.\""}
12
+ {"id": 106, "prompt": "Replace the text 'POPPERS' with 'Bites'.", "original_image": "1.1.2/image/original/975565062360.0.jpg", "gt_image": "1.1.2/image/gt/975565062360.0.jpg", "source_text": "POPPERS", "target_text": "Bites", "gt_caption": "This photo collage showcases a recipe for Whole30 and Paleo Chicken Zucchini Bites, featuring golden-brown patties served with a green dip."}
13
+ {"id": 110, "prompt": "Replace the text 'McFLY' with 'Band'.", "original_image": "1.1.2/image/original/3632350002197.0.webp", "gt_image": "1.1.2/image/gt/3632350002197.0.webp", "source_text": "McFLY", "target_text": "Band", "gt_caption": "This illustration features the band McFly, showcasing their members in a vibrant, artistic style, with the text \"MEMORY LANE: THE BEST OF MCFLY\" indicating a greatest hits album."}
14
+ {"id": 114, "prompt": "Replace the text 'LIVING' with 'LIFE'.", "original_image": "1.1.2/image/original/3110447016607.0.webp", "gt_image": "1.1.2/image/gt/3110447016607.0.webp", "source_text": "LIVING", "target_text": "LIFE", "gt_caption": "This poster for \"LTD The Magazine\" showcases a vibrant interior design with a teal sofa, colorful accents, and a cityscape view, promoting a theme of \"Life Colourful with Aria.\""}
15
+ {"id": 119, "prompt": "Replace the text '21' with '30'.", "original_image": "1.1.2/image/original/3307095022650.0.jpg", "gt_image": "1.1.2/image/gt/3307095022650.0.jpg", "source_text": "21", "target_text": "30", "gt_caption": "This poster advertises \"30 Recipes for Delicious Dairy-Free Desserts,\" featuring an image of a colorful, layered dessert topped with fresh fruit, edible flowers, and berries, set on a grassy background."}
16
+ {"id": 123, "prompt": "Replace the text 'GOOD' with 'BEST'.", "original_image": "1.1.2/image/original/4060238000681.0.jpg", "gt_image": "1.1.2/image/gt/4060238000681.0.jpg", "source_text": "GOOD", "target_text": "BEST", "gt_caption": "This digital display shows a logo for the \"Best Food Award for Cafes 2021 | GOLD SEAL,\" featuring a ribbon design and a blue background."}
17
+ {"id": 127, "prompt": "Replace the text 'Google' with 'Alerts'.", "original_image": "1.1.2/image/original/1094617006147.0.jpg", "gt_image": "1.1.2/image/gt/1094617006147.0.jpg", "source_text": "Google", "target_text": "Alerts", "gt_caption": "This illustration promotes \"Alerts for New Bloggers,\" featuring an alarm clock and envelopes to symbolize timely notifications and communication."}
eval_prompts/miniset/1.1.3.jsonl ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {"id": 132, "prompt": "Replace the text 'CONVENIENCE' with 'COMFORT'.", "original_image": "1.1.3/image/original/3622959011182.0.jpg", "gt_image": "1.1.3/image/gt/3622959011182.0.jpg", "source_text": "CONVENIENCE", "target_text": "COMFORT", "gt_caption": "This poster for the family comedy \"Kim's Comfort\" features a group of four people standing together in a grocery store, smiling and posing for the camera."}
2
+ {"id": 136, "prompt": "Replace the text 'WATER' with 'NEWS'.", "original_image": "1.1.3/image/original/3954262002765.0.jpg", "gt_image": "1.1.3/image/gt/3954262002765.0.jpg", "source_text": "WATER", "target_text": "NEWS", "gt_caption": "This photo shows a man in a black suit standing on a red carpet at a movie premiere, with a promotional poster for \"The News\" in the background."}
3
+ {"id": 140, "prompt": "Replace the text 'MAKETH' with 'CREATES'.", "original_image": "1.1.3/image/original/3478943007956.0.jpg", "gt_image": "1.1.3/image/gt/3478943007956.0.jpg", "source_text": "MAKETH", "target_text": "CREATES", "gt_caption": "This poster for the movie \"Kingsman: The Secret Service\" features a man in a sharp suit adjusting his cufflinks, with the tagline \"MANNERS CREATES MAN - HARRY\" and the release date \"February 13.\""}
4
+ {"id": 144, "prompt": "Replace the text 'CHRONIOUES' with 'HISTOIRES'.", "original_image": "1.1.3/image/original/4141012010180.0.jpg", "gt_image": "1.1.3/image/gt/4141012010180.0.jpg", "source_text": "CHRONIOUES", "target_text": "HISTOIRES", "gt_caption": "This poster for Netflix features a man dressed as Santa Claus, surrounded by a festive Christmas tree, promoting the series \"Les Histoires de Noël.\""}
5
+ {"id": 149, "prompt": "Replace the text 'TER' with 'LIFE'.", "original_image": "1.1.3/image/original/1119250029515.0.jpg", "gt_image": "1.1.3/image/gt/1119250029515.0.jpg", "source_text": "TER", "target_text": "LIFE", "gt_caption": "This illustration features a clenched fist in the foreground, symbolizing strength or resistance, with the text \"BLACK LIVES MATTER\" prominently displayed, conveying a message of solidarity and activism."}
6
+ {"id": 153, "prompt": "Replace the text 'ZERO' with 'START'.", "original_image": "1.1.3/image/original/4110142005724.0.jpg", "gt_image": "1.1.3/image/gt/4110142005724.0.jpg", "source_text": "ZERO", "target_text": "START", "gt_caption": "This poster for the film \"Year Start\" features a rugged, graffiti-covered RV labeled \"ZOMBIE KILLER,\" parked near a serene lake surrounded by mountains, hinting at a post-apocalyptic adventure."}
7
+ {"id": 157, "prompt": "Replace the text 'SICARIO' with 'HOLLYWOOD'.", "original_image": "1.1.3/image/original/2821844015882.0.jpg", "gt_image": "1.1.3/image/gt/2821844015882.0.jpg", "source_text": "SICARIO", "target_text": "HOLLYWOOD", "gt_caption": "Movie poster for \"Sicario\" featuring a gritty double-exposure collage. Emily Blunt's profile silhouette blends with armed figures including Benicio del Toro and Josh Brolin. Textured beige background with barbed wire. Tagline: \"The border is just another line to cross.\""}
8
+ {"id": 162, "prompt": "Replace the text 'AGENT' with 'HERO'.", "original_image": "1.1.3/image/original/3546897000036.0.jpg", "gt_image": "1.1.3/image/gt/3546897000036.0.jpg", "source_text": "AGENT", "target_text": "HERO", "gt_caption": "This poster promotes the Marvel One-Shot \"Agent Carter,\" featuring a vintage-style design with a woman holding a gun, set against a fiery backdrop, and announcing its release as part of the \"Iron Man 3\" Blu-ray and digital edition in September 2013."}
9
+ {"id": 166, "prompt": "Replace the text 'The' with 'New'.", "original_image": "1.1.3/image/original/3208806033440.0.jpg", "gt_image": "1.1.3/image/gt/3208806033440.0.jpg", "source_text": "The", "target_text": "New", "gt_caption": "This poster for the TV show \"The Good Place\" features the main characters peeking through a golden doorway labeled \"EARTH,\" with the text \"What on Earth?\" and \"New Good Place\" prominently displayed."}
10
+ {"id": 170, "prompt": "Replace the text 'SLEVIN' with 'LUCKY'.", "original_image": "1.1.3/image/original/1277970010057.0.jpg", "gt_image": "1.1.3/image/gt/1277970010057.0.jpg", "source_text": "SLEVIN", "target_text": "LUCKY", "gt_caption": "This poster for the movie \"Lucky Number Lucky\" features key characters holding guns, set against a dramatic red and black background, highlighting the film's action and suspense themes."}
11
+ {"id": 174, "prompt": "Replace the text 'OFFICIAL' with 'CHRISTMAS'.", "original_image": "1.1.3/image/original/4132839009834.0.jpg", "gt_image": "1.1.3/image/gt/4132839009834.0.jpg", "source_text": "OFFICIAL", "target_text": "CHRISTMAS", "gt_caption": "This poster is for a Netflix Christmas movie trailer, featuring a man dressed as Santa Claus and a woman in festive attire, set against a snowy, holiday-themed backdrop with a lit Christmas tree."}
12
+ {"id": 179, "prompt": "Replace the text 'bill' with 'jazz'.", "original_image": "1.1.3/image/original/3521992010489.0.jpg", "gt_image": "1.1.3/image/gt/3521992010489.0.jpg", "source_text": "bill", "target_text": "jazz", "gt_caption": "This poster features a musician playing a trumpet, with the text \"Jazz Coleman\" prominently displayed, suggesting a jazz performance or event."}
13
+ {"id": 183, "prompt": "Replace the text 'MICHAEL' with 'BEHIND'.", "original_image": "1.1.3/image/original/1844095013138.0.jpg", "gt_image": "1.1.3/image/gt/1844095013138.0.jpg", "source_text": "MICHAEL", "target_text": "BEHIND", "gt_caption": "This is a promotional poster featuring a central figure wearing a crown and regal attire, surrounded by a collage of diverse images and characters, with the word \"BEHIND\" prominently displayed at the bottom."}
14
+ {"id": 187, "prompt": "Replace the text 'WOR' with 'BOT'.", "original_image": "1.1.3/image/original/2869332005321.0.jpg", "gt_image": "1.1.3/image/gt/2869332005321.0.jpg", "source_text": "WOR", "target_text": "BOT", "gt_caption": "This painting features a vibrant, abstract composition with bold colors and cartoonish elements, including a robot-like figure, a cat, and text elements like \"HUDSY\" and \"BOTLED,\" set against a dynamic, urban-style background."}
15
+ {"id": 192, "prompt": "Replace the text 'MIDWAY' with 'CENTER'.", "original_image": "1.1.3/image/original/3682585006512.0.jpg", "gt_image": "1.1.3/image/gt/3682585006512.0.jpg", "source_text": "MIDWAY", "target_text": "CENTER", "gt_caption": "This is a movie poster for the film \"Center,\" featuring a collage of actors in military and dramatic poses, set against a backdrop of intense aerial combat and explosions, with the tagline \"Based on Real Events.\""}
16
+ {"id": 196, "prompt": "Replace the text 'MUSASHI' with 'SAMURAI'.", "original_image": "1.1.3/image/original/3910865002503.0.jpg", "gt_image": "1.1.3/image/gt/3910865002503.0.jpg", "source_text": "MUSASHI", "target_text": "SAMURAI", "gt_caption": "This photo shows a framed poster featuring a stylized illustration of a samurai warrior, with the text \"YOU CAN ONLY FIGHT THE WAY YOU PRACTICE\" and \"SAMURAI,\" displayed on a blue wooden shelf alongside books, a geometric sculpture, and decorative items."}
17
+ {"id": 200, "prompt": "Replace the text 'TRYING' with 'EXPERIMENTING'.", "original_image": "1.1.3/image/original/1308680006009.0.webp", "gt_image": "1.1.3/image/gt/1308680006009.0.webp", "source_text": "TRYING", "target_text": "EXPERIMENTING", "gt_caption": "This poster features a man and woman standing affectionately in front of a house with a red mailbox, suggesting a romantic or comedic context, with the title \"EXPERIMENTING\" prominently displayed."}
18
+ {"id": 205, "prompt": "Replace the text 'KurtzPel' with 'Charizard'.", "original_image": "1.1.3/image/original/3328605004899.0.jpg", "gt_image": "1.1.3/image/gt/3328605004899.0.jpg", "source_text": "KurtzPel", "target_text": "Charizard", "gt_caption": "This illustration features two anime-style characters, labeled \"Architect\" and \"Machine,\" standing against a cosmic background, with repeated portraits of the characters in the surrounding design."}
19
+ {"id": 209, "prompt": "Replace the text 'FLASH' with 'IMAGE'.", "original_image": "1.1.3/image/original/2468167013454.0.jpg", "gt_image": "1.1.3/image/gt/2468167013454.0.jpg", "source_text": "FLASH", "target_text": "IMAGE", "gt_caption": "This illustration features a minimalist design of a superhero mask with lightning bolt accents, set against a bold red background, accompanied by the text \"THE IMAGE.\""}
20
+ {"id": 213, "prompt": "Replace the text 'RODEO' with 'Circus'.", "original_image": "1.1.3/image/original/2574431002871.0.jpg", "gt_image": "1.1.3/image/gt/2574431002871.0.jpg", "source_text": "RODEO", "target_text": "Circus", "gt_caption": "This poster for the film \"Circus King\" features a cowboy and a bull against a dramatic sunset, with text highlighting the director and actors, and a sword and flowers in the foreground."}
21
+ {"id": 217, "prompt": "Replace the text 'POPPINS' with 'WIZARD'.", "original_image": "1.1.3/image/original/2780085019284.0.jpg", "gt_image": "1.1.3/image/gt/2780085019284.0.jpg", "source_text": "POPPINS", "target_text": "WIZARD", "gt_caption": "This poster advertises the Disney film \"Mary Poppins Returns,\" featuring a close-up of the character Mary Poppins wearing a red hat and bow tie, with the release date \"19 December\" and the text \"IN DE BIOSCOOP\" (Dutch for \"IN THE CINEMA\")."}
22
+ {"id": 222, "prompt": "Replace the text 'SHADES' with 'LIGHTS'.", "original_image": "1.1.3/image/original/2222064003057.0.jpg", "gt_image": "1.1.3/image/gt/2222064003057.0.jpg", "source_text": "SHADES", "target_text": "LIGHTS", "gt_caption": "This poster features a man and a woman in formal attire, with the text \"FIFTY LIGHTS FREED\" prominently displayed, suggesting it is a promotional image for a film or series."}
23
+ {"id": 226, "prompt": "Replace the text 'SEASONTWO' with 'SEASON2'.", "original_image": "1.1.3/image/original/1219254003510.0.jpg", "gt_image": "1.1.3/image/gt/1219254003510.0.jpg", "source_text": "SEASONTWO", "target_text": "SEASON2", "gt_caption": "This illustration is a promotional poster for \"The Walking Dead: Season 2, Episode 1, Part 1,\" featuring a young character in an orange cap and shirt, set against a backdrop of zombies in a forested area."}
24
+ {"id": 230, "prompt": "Replace the text 'ZX' with 'Ignite'.", "original_image": "1.1.3/image/original/1300695013811.0.jpg", "gt_image": "1.1.3/image/gt/1300695013811.0.jpg", "source_text": "ZX", "target_text": "Ignite", "gt_caption": "This illustration is a promotional poster for the game \"Ignite: Ignition,\" featuring a group of anime-style characters, including a central figure pointing at a device labeled \"ZIX,\" surrounded by fantastical elements and other characters."}
25
+ {"id": 235, "prompt": "Replace the text 'GREENLEAF' with 'FOREST'.", "original_image": "1.1.3/image/original/3857103004357.0.jpg", "gt_image": "1.1.3/image/gt/3857103004357.0.jpg", "source_text": "GREENLEAF", "target_text": "FOREST", "gt_caption": "This poster features three individuals, with the central figure prominently displayed, and the word \"FOREST\" at the bottom, suggesting it is promotional material for a show or film titled \"Forest.\""}
eval_prompts/miniset/1.2.1.jsonl ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {"id": 239, "prompt": "Replace the text 'USA' with 'America'.", "original_image": "1.2.1/image/original/2912954003715.0.jpg", "gt_image": "1.2.1/image/gt/2912954003715.0.jpg", "source_text": "USA", "target_text": "America", "gt_caption": "Satirical cartoon of a border fence with a large sign reading \"USA KEEP OUT.\" Despite the warning, people enter through a hole to find welcome booths offering \"JOBS,\" \"FREE EDUCATION,\" and \"FREE HEALTH CARE,\" highlighting the contradiction between policy and reality."}
2
+ {"id": 243, "prompt": "Replace the text 'WHAT' with 'FEELS'.", "original_image": "1.2.1/image/original/2511658004600.0.jpg", "gt_image": "1.2.1/image/gt/2511658004600.0.jpg", "source_text": "WHAT", "target_text": "FEELS", "gt_caption": "This illustration features a sloth dressed in a tuxedo, holding a glass of wine, with the text \"I HAVE NO IDEA FEELS I'M DOING\" above it, conveying a humorous and self-deprecating tone."}
3
+ {"id": 248, "prompt": "Replace the text 'ABSOLUTELYNOT' with 'DEFINITELYNO'.", "original_image": "1.2.1/image/original/2755776007967.0.jpg", "gt_image": "1.2.1/image/gt/2755776007967.0.jpg", "source_text": "ABSOLUTELYNOT", "target_text": "DEFINITELYNO", "gt_caption": "This illustration depicts a humorous scene where a character in a green tunic and hat rejects a marriage proposal, leading to a \"wasted\" outcome."}
4
+ {"id": 252, "prompt": "Replace the text 'challenge' with 'adoption'.", "original_image": "1.2.1/image/original/4271989004188.0.jpg", "gt_image": "1.2.1/image/gt/4271989004188.0.jpg", "source_text": "challenge", "target_text": "adoption", "gt_caption": "This illustration depicts a person holding a globe with the \"SONY\" logo, accompanied by a speech bubble saying \"adoption accepted,\" set in a bar-like environment."}
5
+ {"id": 256, "prompt": "Replace the text 'HOPELESS' with 'OPTIMISTIC'.", "original_image": "1.2.1/image/original/3226570008233.0.jpg", "gt_image": "1.2.1/image/gt/3226570008233.0.jpg", "source_text": "HOPELESS", "target_text": "OPTIMISTIC", "gt_caption": "This illustration depicts a woman with blonde hair lying down, crying, with a thought bubble that reads, \"THAT'S THE WAY--IT SHOULD HAVE BEGUN! BUT IT'S OPTIMISTIC!\""}
6
+ {"id": 260, "prompt": "Replace the text 'ROFESSOR' with 'TEACHER'.", "original_image": "1.2.1/image/original/3450036005870.0.jpg", "gt_image": "1.2.1/image/gt/3450036005870.0.jpg", "source_text": "ROFESSOR", "target_text": "TEACHER", "gt_caption": "This illustration depicts an astronaut in a yellow spacesuit joyfully holding a small rocket, set against a space backdrop with a rocky alien landscape."}
7
+ {"id": 265, "prompt": "Replace the text 'Thank' with 'Discuss'.", "original_image": "1.2.1/image/original/3284518045568.0.jpg", "gt_image": "1.2.1/image/gt/3284518045568.0.jpg", "source_text": "Thank", "target_text": "Discuss", "gt_caption": "This illustration depicts two characters, one with black hair and the other with orange hair, sharing an intimate moment as they hold hands and lean close to each other."}
8
+ {"id": 269, "prompt": "Replace the text 'STAN' with 'SMILIN'.", "original_image": "1.2.1/image/original/3111671020498.0.webp", "gt_image": "1.2.1/image/gt/3111671020498.0.webp", "source_text": "STAN", "target_text": "SMILIN", "gt_caption": "This illustration humorously depicts a character wielding a sword to decapitate another character, with text bubbles reading \"NUFF SAID!\" and \"REALLY SMILING,\" emphasizing the exaggerated and comedic tone."}
9
+ {"id": 273, "prompt": "Replace the text 'CJNARUTO' with 'KAKASHI'.", "original_image": "1.2.1/image/original/1735987013143.0.jpg", "gt_image": "1.2.1/image/gt/1735987013143.0.jpg", "source_text": "CJNARUTO", "target_text": "KAKASHI", "gt_caption": "This illustration depicts a character wearing a headband with a leaf symbol, resting their chin on their hand in a thoughtful pose, signed \"By KAKASHI SHADOW.\""}
10
+ {"id": 278, "prompt": "Replace the text 'expecting' with 'grumpy'.", "original_image": "1.2.1/image/original/3873648007160.0.jpg", "gt_image": "1.2.1/image/gt/3873648007160.0.jpg", "source_text": "expecting", "target_text": "grumpy", "gt_caption": "This illustration depicts a grumpy cat sitting on a cloud, looking up at four flying cats with wings, one of which is playing a trumpet, while a speech bubble reads, \"I was grumpy more.\""}
11
+ {"id": 282, "prompt": "Replace the text 'KENBENNER' with 'COFFEELOVER'.", "original_image": "1.2.1/image/original/2976611029172.0.jpg", "gt_image": "1.2.1/image/gt/2976611029172.0.jpg", "source_text": "KENBENNER", "target_text": "COFFEELOVER", "gt_caption": "This illustration depicts a snowman ordering an iced coffee at a coffee shop, with the barista expressing surprise at the choice."}
12
+ {"id": 286, "prompt": "Replace the text 'sewing' with 'crafting'.", "original_image": "1.2.1/image/original/1956765000510.0.jpg", "gt_image": "1.2.1/image/gt/1956765000510.0.jpg", "source_text": "sewing", "target_text": "crafting", "gt_caption": "This illustration depicts a young girl spending hours in a crafting room, sewing a doll's dress while surrounded by various crafting tools and toys."}
13
+ {"id": 290, "prompt": "Replace the text 'WELCOME' with 'EXPLORE'.", "original_image": "1.2.1/image/original/3664798027372.0.jpg", "gt_image": "1.2.1/image/gt/3664798027372.0.jpg", "source_text": "WELCOME", "target_text": "EXPLORE", "gt_caption": "This illustration depicts a cartoon character standing in a pumpkin patch, holding a sign that reads \"EXPLORE GREAT PUMPKIN.\""}
14
+ {"id": 295, "prompt": "Replace the text 'Arsenal' with 'Chelsea'.", "original_image": "1.2.1/image/original/2216856000410.0.jpg", "gt_image": "1.2.1/image/gt/2216856000410.0.jpg", "source_text": "Arsenal", "target_text": "Chelsea", "gt_caption": "This illustration depicts a caricatured figure wearing a Chelsea Football Club jersey with a nuclear symbol, humorously stating, \"Winning isn't everything,\" with the caption \"End of an Era\" above."}
15
+ {"id": 299, "prompt": "Replace the text 'Nestle' with 'Aquafina'.", "original_image": "1.2.1/image/original/4146671016490.0.webp", "gt_image": "1.2.1/image/gt/4146671016490.0.webp", "source_text": "Nestle", "target_text": "Aquafina", "gt_caption": "This cartoon illustrates a large industrial pump labeled \"Aquafina\" extracting water from a hole in the ground marked \"Ontario,\" with a speech bubble stating, \"We're sucking within government guidelines.\""}
16
+ {"id": 303, "prompt": "Replace the text 'TERRORiSTS' with 'POLiTiCiANS'.", "original_image": "1.2.1/image/original/4134465007720.0.jpg", "gt_image": "1.2.1/image/gt/4134465007720.0.jpg", "source_text": "TERRORiSTS", "target_text": "POLiTiCiANS", "gt_caption": "This cartoon illustration titled \"Donald Trump's World\" depicts a stylized map where the United States is labeled \"ME\" with an American flag, while Europe is labeled \"POLITICIANS,\" and South America is labeled \"RAPISTS,\" reflecting a satirical view of Donald Trump's perspective on global relations."}
eval_prompts/miniset/1.2.2.jsonl ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ {"id": 308, "prompt": "Replace the text 'AAASH' with 'Tower'.", "original_image": "1.2.2/image/original/4217043015903.0.jpg", "gt_image": "1.2.2/image/gt/4217043015903.0.jpg", "source_text": "AAASH", "target_text": "Tower", "gt_caption": "This illustration depicts a dynamic combat scene where a character in a white robe is engaged in a sword fight with an opponent in dark clothing, showcasing swift movements and dramatic sound effects like \"DUAAASH\" and \"BLAA.\""}
2
+ {"id": 312, "prompt": "Replace the text 'HA' with 'JOKE'.", "original_image": "1.2.2/image/original/2747686000134.0.jpg", "gt_image": "1.2.2/image/gt/2747686000134.0.jpg", "source_text": "HA", "target_text": "JOKE", "gt_caption": "This illustration depicts a menacing character with a wide, sinister grin, wearing a purple suit, set against a chaotic background with the word \"JOKE\" prominently displayed."}
3
+ {"id": 316, "prompt": "Replace the text 'BAMM' with 'POW'.", "original_image": "1.2.2/image/original/1342165010772.0.jpg", "gt_image": "1.2.2/image/gt/1342165010772.0.jpg", "source_text": "BAMM", "target_text": "POW", "gt_caption": "This illustration is a comic panel showing a group of characters in a room, engaging in a discussion and planning an action, with one character enthusiastically suggesting they retrieve weapons and rush into a situation, while others advise caution and discussion."}
4
+ {"id": 321, "prompt": "Replace the text 'ROFFF' with 'ARKHAM'.", "original_image": "1.2.2/image/original/1001810019104.0.jpg", "gt_image": "1.2.2/image/gt/1001810019104.0.jpg", "source_text": "ROFFF", "target_text": "ARKHAM", "gt_caption": "This illustration depicts a grotesque, zombie-like figure in a suit lying on the ground, with the text \"ROFF ARKHAM ROFF\" above, suggesting a chaotic or supernatural context."}
5
+ {"id": 325, "prompt": "Replace the text 'Hung' with 'Germ'.", "original_image": "1.2.2/image/original/614871005269.0.jpg", "gt_image": "1.2.2/image/gt/614871005269.0.jpg", "source_text": "Hung", "target_text": "Germ", "gt_caption": "This illustration depicts a large, stitched-up character with a wide-open mouth labeled \"Germ,\" as tiny figures climb a ladder into its mouth, symbolizing the spread of germs."}
6
+ {"id": 329, "prompt": "Replace the text 'CHOO!' with 'ART!'.", "original_image": "1.2.2/image/original/1274647003867.0.jpg", "gt_image": "1.2.2/image/gt/1274647003867.0.jpg", "source_text": "CHOO!", "target_text": "ART!", "gt_caption": "This comic-style illustration depicts a person trying to paint while being repeatedly distracted by a mischievous cat, leading to frustration and a messy result."}
eval_prompts/miniset/1.3.1.jsonl ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {"id": 333, "prompt": "Replace the text 'BREAKING' with 'IMPORTANT'.", "original_image": "1.3.1/image/original/2441351004443.0.webp", "gt_image": "1.3.1/image/gt/2441351004443.0.webp", "source_text": "BREAKING", "target_text": "IMPORTANT", "gt_caption": "This screenshot shows a news broadcast on MSNBC featuring Carter Page, a former Trump campaign advisor, as part of an exclusive segment titled \"All In with Chris Hayes.\""}
2
+ {"id": 338, "prompt": "Replace the text 'PRESIDENTIAL' with 'POLITICAL'.", "original_image": "1.3.1/image/original/3155714010240.0.jpg", "gt_image": "1.3.1/image/gt/3155714010240.0.jpg", "source_text": "PRESIDENTIAL", "target_text": "POLITICAL", "gt_caption": "This photo shows a panel discussion at the Black Economic Alliance Political Forum, with two individuals seated and engaged in conversation."}
3
+ {"id": 342, "prompt": "Replace the text 'Recipes' with 'Dishes'.", "original_image": "1.3.1/image/original/3009325028461.0.webp", "gt_image": "1.3.1/image/gt/3009325028461.0.webp", "source_text": "Recipes", "target_text": "Dishes", "gt_caption": "This collage-style poster showcases the \"Top 15 Dishes of 2015\" from Alida's Kitchen, featuring a variety of appetizing meals and desserts, including blueberry crumb bars, pasta salad, enchiladas, muffins, brownies, a spinach salad, and a casser"}
4
+ {"id": 346, "prompt": "Replace the text 'Basics' with 'Fundamentals'.", "original_image": "1.3.1/image/original/4066304018756.0.jpg", "gt_image": "1.3.1/image/gt/4066304018756.0.jpg", "source_text": "Basics", "target_text": "Fundamentals", "gt_caption": "This illustration depicts the cover of a music book titled \"Jazz Fundamentals Volume 2 - Approach Notes\" by Tony D'Aveni, featuring silhouettes of various musical instruments in the background."}
5
+ {"id": 351, "prompt": "Replace the text 'Verde' with 'Green'.", "original_image": "1.3.1/image/original/1278559008217.0.jpg", "gt_image": "1.3.1/image/gt/1278559008217.0.jpg", "source_text": "Verde", "target_text": "Green", "gt_caption": "This image is a photo collage showcasing a dish of Slow Cooker Green Chicken Chili, served in a bowl with toppings like avocado slices, sour cream, and shredded cheese, presented alongside text highlighting the recipe title."}
6
+ {"id": 355, "prompt": "Replace the text 'Plastic' with 'Material'.", "original_image": "1.3.1/image/original/3675518022616.0.jpg", "gt_image": "1.3.1/image/gt/3675518022616.0.jpg", "source_text": "Plastic", "target_text": "Material", "gt_caption": "This illustration depicts a professor standing in a science classroom, with a chalkboard labeled \"Professor Material\" and various laboratory equipment on a desk, including a microscope, beakers, and a periodic table."}
7
+ {"id": 359, "prompt": "Replace the text 'EPORTING' with 'REPORTING'.", "original_image": "1.3.1/image/original/3294487013296.0.jpg", "gt_image": "1.3.1/image/gt/3294487013296.0.jpg", "source_text": "EPORTING", "target_text": "REPORTING", "gt_caption": "This photo shows a news anchor seated in front of a screen displaying the text \"Shepard Smith Reporting,\" indicating a live news broadcast."}
8
+ {"id": 364, "prompt": "Replace the text 'PHYSIOTHERAPY' with 'REHABILITATION'.", "original_image": "1.3.1/image/original/2600904012775.0.jpg", "gt_image": "1.3.1/image/gt/2600904012775.0.jpg", "source_text": "PHYSIOTHERAPY", "target_text": "REHABILITATION", "gt_caption": "This illustration depicts the before-and-after stages of rehabilitation, showing patients receiving training and therapy indoors and regaining independence outdoors."}
9
+ {"id": 368, "prompt": "Replace the text 'MOVEMENT' with 'SUMMIT'.", "original_image": "1.3.1/image/original/4214027019037.0.jpg", "gt_image": "1.3.1/image/gt/4214027019037.0.jpg", "source_text": "MOVEMENT", "target_text": "SUMMIT", "gt_caption": "This photo shows a speaker presenting at the 7th Annual World Patient Safety, Science & Technology Summit, with a focus on achieving zero preventable deaths by 2020."}
10
+ {"id": 372, "prompt": "Replace the text 'Phone50' with 'Smart50'.", "original_image": "1.3.1/image/original/1695451002616.0.jpg", "gt_image": "1.3.1/image/gt/1695451002616.0.jpg", "source_text": "Phone50", "target_text": "Smart50", "gt_caption": "This photo shows a person presenting on stage at a T-Mobile event, holding a smartphone and standing in front of a large screen displaying \"T-MOBILE TEST DRIVE.\""}
11
+ {"id": 376, "prompt": "Replace the text 'ellen15' with 'SethMeyers'.", "original_image": "1.3.1/image/original/1988622001452.0.webp", "gt_image": "1.3.1/image/gt/1988622001452.0.webp", "source_text": "ellen15", "target_text": "SethMeyers", "gt_caption": "This photo shows a comedic scene on a talk show set, where one person is pulling a string attached to a bucket of fake leaves, causing the other person to be doused with them."}
12
+ {"id": 381, "prompt": "Replace the text '2015' with '2023'.", "original_image": "1.3.1/image/original/1577460002277.0.jpg", "gt_image": "1.3.1/image/gt/1577460002277.0.jpg", "source_text": "2015", "target_text": "2023", "gt_caption": "This poster provides an overview of the Invest North Bay initiative in 2023, highlighting its mission to foster economic and community growth in North Bay, Ontario, Canada."}
13
+ {"id": 385, "prompt": "Replace the text 'REVIEWS' with 'EVALUATIONS'.", "original_image": "1.3.1/image/original/2243627008749.0.jpg", "gt_image": "1.3.1/image/gt/2243627008749.0.jpg", "source_text": "REVIEWS", "target_text": "EVALUATIONS", "gt_caption": "This poster features a scenic mountain landscape with text overlay indicating a market entry study titled \"Performance Evaluations,\" part 16, leading up to the third client update, associated with FirmsConsulting.com."}
14
+ {"id": 389, "prompt": "Replace the text 'Intervention' with 'Program'.", "original_image": "1.3.1/image/original/3239468018722.0.jpg", "gt_image": "1.3.1/image/gt/3239468018722.0.jpg", "source_text": "Intervention", "target_text": "Program", "gt_caption": "This poster presents the results of a Group Lifestyle Balance Program at the University of Pittsburgh, showing significant weight loss achievements among participants in a 12-session group-based Diabetes Prevention Program (DPP) intervention."}
15
+ {"id": 394, "prompt": "Replace the text 'SCHOOL' with 'CLASSROOM'.", "original_image": "1.3.1/image/original/492264001105.0.jpg", "gt_image": "1.3.1/image/gt/492264001105.0.jpg", "source_text": "SCHOOL", "target_text": "CLASSROOM", "gt_caption": "This illustration depicts a cheerful classroom scene featuring a teacher holding a math book, standing in front of a blackboard with the text \"I ♥ CLASSROOM\" and a simple math equation, with colorful letters \"ABC\" displayed above."}
16
+ {"id": 398, "prompt": "Replace the text 'KoalaMOMcom' with 'SaintBrigid'.", "original_image": "1.3.1/image/original/2423923005053.0.webp", "gt_image": "1.3.1/image/gt/2423923005053.0.webp", "source_text": "KoalaMOMcom", "target_text": "SaintBrigid", "gt_caption": "This illustration depicts Saint Brigid of Ireland, shown holding a staff and a model of a church, with stained glass and religious iconography in the background, promoting \"The Life of Saint Brigid of Ireland.\""}
eval_prompts/miniset/1.3.2.jsonl ADDED
@@ -0,0 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {"id": 402, "prompt": "Replace the text 'Steps' with 'Designs'.", "original_image": "1.3.2/image/original/614368000603.0.jpg", "gt_image": "1.3.2/image/gt/614368000603.0.jpg", "source_text": "Steps", "target_text": "Designs", "gt_caption": "This illustration depicts a vintage-style infographic template with numbered steps (1 to 4) in circular and rectangular shapes, labeled \"Designs\" at the top."}
2
+ {"id": 406, "prompt": "Replace the text 'OVERSHOE' with 'BOOT'.", "original_image": "1.3.2/image/original/3689249000975.0.jpg", "gt_image": "1.3.2/image/gt/3689249000975.0.jpg", "source_text": "OVERSHOE", "target_text": "BOOT", "gt_caption": "This illustration is a detailed breakdown of a high-tech boot, highlighting its various components, materials, and features, including the tongue, straps, and sole construction."}
3
+ {"id": 411, "prompt": "Replace the text 'POPCORN' with 'CHIPS'.", "original_image": "1.3.2/image/original/2419158002617.0.jpg", "gt_image": "1.3.2/image/gt/2419158002617.0.jpg", "source_text": "POPCORN", "target_text": "CHIPS", "gt_caption": "This poster compares the portion size and calorie content of popcorn from 20 years ago versus today, highlighting a significant increase in calories (360 more calories) and portion size (from 5 cups to 11 cups)."}
4
+ {"id": 415, "prompt": "Replace the text 'ELECTIONDONATIONS' with 'POLITICALFUNDS'.", "original_image": "1.3.2/image/original/3836162010850.0.jpg", "gt_image": "1.3.2/image/gt/3836162010850.0.jpg", "source_text": "ELECTIONDONATIONS", "target_text": "POLITICALFUNDS", "gt_caption": "This screenshot displays a bar chart showing political fund contributions, with each bar representing an individual's donation amount and their corresponding photo below."}
5
+ {"id": 419, "prompt": "Replace the text 'dreamstime' with 'crossroads'.", "original_image": "1.3.2/image/original/3374226010547.0.jpg", "gt_image": "1.3.2/image/gt/3374226010547.0.jpg", "source_text": "dreamstime", "target_text": "crossroads", "gt_caption": "This illustration depicts a person standing at a crossroads, facing a signpost with two blank arrows, symbolizing a decision or choice between two paths."}
6
+ {"id": 424, "prompt": "Replace the text 'FOREX' with 'TRADING'.", "original_image": "1.3.2/image/original/3650362008071.0.jpg", "gt_image": "1.3.2/image/gt/3650362008071.0.jpg", "source_text": "FOREX", "target_text": "TRADING", "gt_caption": "This photo depicts a group of traders in a modern office setting, actively monitoring financial data and charts displayed on a large screen, with the word \"TRADING\" prominently featured."}
7
+ {"id": 428, "prompt": "Replace the text 'TOP3' with 'LEADERS'.", "original_image": "1.3.2/image/original/3584555013904.0.jpg", "gt_image": "1.3.2/image/gt/3584555013904.0.jpg", "source_text": "TOP3", "target_text": "LEADERS", "gt_caption": "This digital display shows a bar chart and a circular diagram illustrating the percentage of electric vehicle (EV) sales as a share of total vehicle sales by country, highlighting Norway as the leader, along with market sizes for key countries in 2018."}
8
+ {"id": 432, "prompt": "Replace the text '3200G' with '3700X'.", "original_image": "1.3.2/image/original/3102984000681.0.webp", "gt_image": "1.3.2/image/gt/3102984000681.0.webp", "source_text": "3200G", "target_text": "3700X", "gt_caption": "This digital display presents the product specifications for AMD Ryzen 3000 Series processors with Radeon Graphics, highlighting features such as CPU and GPU clock speeds, included coolers, and new overclocking capabilities."}
9
+ {"id": 437, "prompt": "Replace the text 'CocaCola' with 'Pepsi'.", "original_image": "1.3.2/image/original/1539023007117.0.jpg", "gt_image": "1.3.2/image/gt/1539023007117.0.jpg", "source_text": "CocaCola", "target_text": "Pepsi", "gt_caption": "This bar chart illustrates the top 10 corporate brands on Facebook, ranked by the number of people talking about them, with Coca-Cola leading at 1.04 million mentions as of August 19."}
10
+ {"id": 441, "prompt": "Replace the text 'AMERICANHEARTASSOCIATIONNEWS' with 'WORLDHEALTHORGANIZATION'.", "original_image": "1.3.2/image/original/2129146007938.0.jpg", "gt_image": "1.3.2/image/gt/2129146007938.0.jpg", "source_text": "AMERICANHEARTASSOCIATIONNEWS", "target_text": "WORLDHEALTHORGANIZATION", "gt_caption": "This digital display is a bar chart showing the leading causes of death in the United States, highlighting that heart disease is the top cause, followed by cancer, based on 2014 federal data from the Centers for Disease Control and Prevention."}
11
+ {"id": 445, "prompt": "Replace the text 'VS' with 'Comparison'.", "original_image": "1.3.2/image/original/4185786000024.0.jpg", "gt_image": "1.3.2/image/gt/4185786000024.0.jpg", "source_text": "VS", "target_text": "Comparison", "gt_caption": "This infographic compares the nutritional content of dried fruit and pomelo, highlighting key differences in vitamins and minerals per 100 grams of each food."}
12
+ {"id": 449, "prompt": "Replace the text 'th' with 'rd'.", "original_image": "1.3.2/image/original/2447066008064.0.jpg", "gt_image": "1.3.2/image/gt/2447066008064.0.jpg", "source_text": "th", "target_text": "rd", "gt_caption": "This digital display shows the per capita personal income growth ranking, indicating a 10th place rank with a growth level of 2.5%, exceeding the top 10 average of 1.1%."}
13
+ {"id": 454, "prompt": "Replace the text 'Network' with 'Diagram'.", "original_image": "1.3.2/image/original/2030459027924.0.jpg", "gt_image": "1.3.2/image/gt/2030459027924.0.jpg", "source_text": "Network", "target_text": "Diagram", "gt_caption": "This photo shows a person drawing a \"Cloud Diagram\" on a transparent screen, illustrating various devices and services connected to cloud computing."}
14
+ {"id": 458, "prompt": "Replace the text 'FIGURES' with 'DATA'.", "original_image": "1.3.2/image/original/4224211019609.0.jpg", "gt_image": "1.3.2/image/gt/4224211019609.0.jpg", "source_text": "FIGURES", "target_text": "DATA", "gt_caption": "This digital poster provides an overview of the solar system and highlights \"Earth: Incredible Facts and Data,\" including details about Earth's unique characteristics, atmosphere, orbit, historical space achievements, and its single moon."}
15
+ {"id": 462, "prompt": "Replace the text '2MILLION' with '500K'.", "original_image": "1.3.2/image/original/2989616008627.0.webp", "gt_image": "1.3.2/image/gt/2989616008627.0.webp", "source_text": "2MILLION", "target_text": "500K", "gt_caption": "This infographic poster highlights various global education statistics and facts, emphasizing the importance of education and its challenges worldwide."}
16
+ {"id": 467, "prompt": "Replace the text 'PAYROLL' with 'SALARY'.", "original_image": "1.3.2/image/original/3610864012083.0.jpg", "gt_image": "1.3.2/image/gt/3610864012083.0.jpg", "source_text": "PAYROLL", "target_text": "SALARY", "gt_caption": "This photo shows a person analyzing a salary chart displayed on a tablet, surrounded by office supplies and a coffee cup."}
17
+ {"id": 471, "prompt": "Replace the text 'CYBER' with 'DIGITAL'.", "original_image": "1.3.2/image/original/3212174015703.0.jpg", "gt_image": "1.3.2/image/gt/3212174015703.0.jpg", "source_text": "CYBER", "target_text": "DIGITAL", "gt_caption": "This illustration depicts a group of professionals collaborating around a table with icons and text emphasizing \"DIGITAL SECURITY,\" highlighting themes of data protection, privacy, and cybersecurity."}
eval_prompts/miniset/1.4.1.jsonl ADDED
@@ -0,0 +1,32 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {"id": 475, "prompt": "Replace the text 'MOBILE' with 'GAME'.", "original_image": "1.4.1/image/original/3268696001839.0.jpg", "gt_image": "1.4.1/image/gt/3268696001839.0.jpg", "source_text": "MOBILE", "target_text": "GAME", "gt_caption": "This illustration depicts a fierce warrior character with a muscular build, wielding a glowing sword, set against a snowy backdrop, promoting the mobile game \"Game Legends: 5v5 Fair MOBA for Mobile.\""}
2
+ {"id": 480, "prompt": "Replace the text 'PRIC' with 'GAME'.", "original_image": "1.4.1/image/original/3491265008789.0.jpg", "gt_image": "1.4.1/image/gt/3491265008789.0.jpg", "source_text": "PRIC", "target_text": "GAME", "gt_caption": "This screenshot shows a character in a futuristic suit reacting with surprise or excitement in a neon-lit environment, likely from a video game, with a \"Xbox\" logo and promotional content visible in the background."}
3
+ {"id": 484, "prompt": "Replace the text 'COLLECT' with 'ACQUIRE'.", "original_image": "1.4.1/image/original/1508683019629.0.png", "gt_image": "1.4.1/image/gt/1508683019629.0.png", "source_text": "COLLECT", "target_text": "ACQUIRE", "gt_caption": "This screenshot from a game shows the \"Equipment\" screen for a character named Mikasa, featuring customizable gear and loot options."}
4
+ {"id": 488, "prompt": "Replace the text 'THiMBLEWEED' with 'Adventure'.", "original_image": "1.4.1/image/original/3503004000659.0.jpg", "gt_image": "1.4.1/image/gt/3503004000659.0.jpg", "source_text": "THiMBLEWEED", "target_text": "Adventure", "gt_caption": "This illustration depicts a pixelated road sign for \"Adventure Park,\" indicating it is a city limit with a population of 80 and an elevation of 14, set against a nighttime forest backdrop."}
5
+ {"id": 492, "prompt": "Replace the text 'EMETERY' with 'CAVE'.", "original_image": "1.4.1/image/original/3897459002924.0.webp", "gt_image": "1.4.1/image/gt/3897459002924.0.webp", "source_text": "EMETERY", "target_text": "CAVE", "gt_caption": "This illustration depicts a spooky, moonlit graveyard scene with a gate labeled \"CAVE,\" eerie trees, tombstones, and a mysterious stone structure illuminated by candles."}
6
+ {"id": 497, "prompt": "Replace the text 'ROADMAP' with 'FEATURES'.", "original_image": "1.4.1/image/original/3853596006251.0.jpg", "gt_image": "1.4.1/image/gt/3853596006251.0.jpg", "source_text": "ROADMAP", "target_text": "FEATURES", "gt_caption": "This digital display is a promotional poster for the game \"Ghost Recon: Ghost War,\" showcasing its launch timeline, upcoming updates, and features such as new modes, maps, classes, and a ranked mode."}
7
+ {"id": 501, "prompt": "Replace the text 'STARTER' with 'Beginner'.", "original_image": "1.4.1/image/original/3149488017543.0.jpg", "gt_image": "1.4.1/image/gt/3149488017543.0.jpg", "source_text": "STARTER", "target_text": "Beginner", "gt_caption": "This illustration depicts a \"Cleric Beginner Kit No.3,\" showcasing various items such as a shield, crossbow, potions, torch, and other tools arranged in a grid layout."}
8
+ {"id": 505, "prompt": "Replace the text 'ROCKMAN' with 'MEGA'.", "original_image": "1.4.1/image/original/1010677003790.0.jpg", "gt_image": "1.4.1/image/gt/1010677003790.0.jpg", "source_text": "ROCKMAN", "target_text": "MEGA", "gt_caption": "This illustration is a promotional poster for the game \"MEGA X DIVE,\" featuring a group of colorful, anime-style characters, including iconic robotic heroes and supporting characters, set against a vibrant, futuristic background."}
9
+ {"id": 510, "prompt": "Replace the text 'TALE' with 'Story'.", "original_image": "1.4.1/image/original/2312376000373.0.jpg", "gt_image": "1.4.1/image/gt/2312376000373.0.jpg", "source_text": "TALE", "target_text": "Story", "gt_caption": "This digital illustration is the promotional art for the game \"Super Lucky's Story,\" featuring the main character, a cheerful orange fox, alongside colorful characters and a whimsical floating island backdrop."}
10
+ {"id": 514, "prompt": "Replace the text 'CHALLENGING' with 'EXCITING'.", "original_image": "1.4.1/image/original/3631090007262.0.jpg", "gt_image": "1.4.1/image/gt/3631090007262.0.jpg", "source_text": "CHALLENGING", "target_text": "EXCITING", "gt_caption": "This screenshot showcases a cozy, vintage-style bar or lounge setting with a puzzle game overlay, inviting players to \"SOLVE EXCITING PUZZLES.\""}
11
+ {"id": 518, "prompt": "Replace the text 'BANGBANG' with 'LEGEND'.", "original_image": "1.4.1/image/original/4250582008055.0.jpg", "gt_image": "1.4.1/image/gt/4250582008055.0.jpg", "source_text": "BANGBANG", "target_text": "LEGEND", "gt_caption": "This digital illustration features a futuristic armored character with glowing eyes and a sword, set against a fiery background, promoting the mobile game \"Mobile Legends: Legend.\""}
12
+ {"id": 522, "prompt": "Replace the text 'MONSTERS' with 'UNIVERSITY'.", "original_image": "1.4.1/image/original/2495454008478.0.jpg", "gt_image": "1.4.1/image/gt/2495454008478.0.jpg", "source_text": "MONSTERS", "target_text": "UNIVERSITY", "gt_caption": "This screenshot shows a hand holding a faculty ID card from \"Monsters University,\" featuring a cartoonish monster photo and the name \"Professor Albertus.\""}
13
+ {"id": 527, "prompt": "Replace the text 'INCLUDED' with 'EXCLUDED'.", "original_image": "1.4.1/image/original/3278886001665.0.jpg", "gt_image": "1.4.1/image/gt/3278886001665.0.jpg", "source_text": "INCLUDED", "target_text": "EXCLUDED", "gt_caption": "This digital illustration serves as a \"Starter Guide\" for the game \"Oxygen Not Included,\" featuring three characters—Burt, Otto, and Nikola—standing in front of a large mechanical device, with a control panel and a red button visible in the background."}
14
+ {"id": 531, "prompt": "Replace the text 'COME' with 'JOIN'.", "original_image": "1.4.1/image/original/1065613002847.0.jpg", "gt_image": "1.4.1/image/gt/1065613002847.0.jpg", "source_text": "COME", "target_text": "JOIN", "gt_caption": "This photo shows a craps table in a casino, featuring betting areas, chips, and a stick pointing to the \"JOIN\" section, indicating an ongoing game."}
15
+ {"id": 535, "prompt": "Replace the text 'Travellers' with 'Guests'.", "original_image": "1.4.1/image/original/1281856008673.0.jpg", "gt_image": "1.4.1/image/gt/1281856008673.0.jpg", "source_text": "Travellers", "target_text": "Guests", "gt_caption": "This pixel art illustration depicts a whimsical sign hanging from a pole, labeled \"Guests Rest,\" with a beer mug icon, accompanied by singing birds and floating clouds in a bright, cheerful sky."}
16
+ {"id": 540, "prompt": "Replace the text 'UPDATE' with 'PATCH'.", "original_image": "1.4.1/image/original/4277708005935.0.jpg", "gt_image": "1.4.1/image/gt/4277708005935.0.jpg", "source_text": "UPDATE", "target_text": "PATCH", "gt_caption": "This digital poster announces a patch for \"Dark Souls III,\" featuring a knight in ornate armor standing triumphantly over a defeated enemy, with a dramatic, fiery backdrop."}
17
+ {"id": 544, "prompt": "Replace the text '62' with '75'.", "original_image": "1.4.1/image/original/2160040046841.0.jpg", "gt_image": "1.4.1/image/gt/2160040046841.0.jpg", "source_text": "62", "target_text": "75", "gt_caption": "This screenshot depicts a Mercedes-Benz race car, specifically the Sauber C11, with the number 75, parked on a wet track, showcasing its sleek design and sponsor logos."}
18
+ {"id": 548, "prompt": "Replace the text 'Super' with 'Zombie'.", "original_image": "1.4.1/image/original/3402102079453.0.jpg", "gt_image": "1.4.1/image/gt/3402102079453.0.jpg", "source_text": "Super", "target_text": "Zombie", "gt_caption": "This screenshot showcases a vibrant battle scene from a mobile game, featuring \"Super Heroes\" fighting against \"Zombie Monsters\" in a fantasy setting."}
19
+ {"id": 553, "prompt": "Replace the text 'BEATLEMANA' with 'BEATLES'.", "original_image": "1.4.1/image/original/3982826001760.0.jpg", "gt_image": "1.4.1/image/gt/3982826001760.0.jpg", "source_text": "BEATLEMANA", "target_text": "BEATLES", "gt_caption": "This illustration depicts a colorful board game themed around The Beatles, featuring their iconic images, album covers, and musical elements, with spaces for gameplay such as \"Jackpot\" and \"Super Bonus.\""}
20
+ {"id": 557, "prompt": "Replace the text 'Holid' with 'Cost'.", "original_image": "1.4.1/image/original/3160441001051.0.jpg", "gt_image": "1.4.1/image/gt/3160441001051.0.jpg", "source_text": "Holid", "target_text": "Cost", "gt_caption": "This digital illustration depicts a festive scene featuring a green, anthropomorphic character in a Santa outfit, dancing joyfully in a snowy Christmas setting with a decorated tree, gifts, and a sleigh in the background."}
21
+ {"id": 561, "prompt": "Replace the text 'POLI' with 'COPS'.", "original_image": "1.4.1/image/original/2278280009997.0.jpg", "gt_image": "1.4.1/image/gt/2278280009997.0.jpg", "source_text": "POLI", "target_text": "COPS", "gt_caption": "This screenshot depicts a vintage police car labeled \"COPS\" with flashing lights and a side-mounted cage, parked on a street in a video game environment."}
22
+ {"id": 565, "prompt": "Replace the text 'CLASH' with 'BATTLE'.", "original_image": "1.4.1/image/original/2597168008977.0.jpg", "gt_image": "1.4.1/image/gt/2597168008977.0.jpg", "source_text": "CLASH", "target_text": "BATTLE", "gt_caption": "This illustration depicts a festive battle scene from the game \"Clash of Clans,\" featuring characters in Christmas-themed attire engaging in combat with swords and shields."}
23
+ {"id": 570, "prompt": "Replace the text 'CINEMATIC' with 'TEASER'.", "original_image": "1.4.1/image/original/3335254004095.0.jpg", "gt_image": "1.4.1/image/gt/3335254004095.0.jpg", "source_text": "CINEMATIC", "target_text": "TEASER", "gt_caption": "This digital display is a teaser for the character \"Ekko\" from the game League of Legends, featuring a close-up of the character's face with the text \"EKKO-TEASER SECONDS\" prominently displayed."}
24
+ {"id": 574, "prompt": "Replace the text '38' with '25'.", "original_image": "1.4.1/image/original/3468970006520.0.jpg", "gt_image": "1.4.1/image/gt/3468970006520.0.jpg", "source_text": "38", "target_text": "25", "gt_caption": "This illustration depicts a football player diving to catch a ball near the end zone, with a scoreboard showing the game time and scores in the background."}
25
+ {"id": 578, "prompt": "Replace the text 'UPRISING' with 'Revolution'.", "original_image": "1.4.1/image/original/3716824011550.0.webp", "gt_image": "1.4.1/image/gt/3716824011550.0.webp", "source_text": "UPRISING", "target_text": "Revolution", "gt_caption": "This digital illustration is a promotional card for the \"Epic Card Game,\" featuring a fiery dragon-like creature and the title \"Revolution: Flames of Scarros.\""}
26
+ {"id": 583, "prompt": "Replace the text 'GAME' with 'OVER'.", "original_image": "1.4.1/image/original/4183338003819.0.jpg", "gt_image": "1.4.1/image/gt/4183338003819.0.jpg", "source_text": "GAME", "target_text": "OVER", "gt_caption": "This digital illustration features an anthropomorphic cat character wearing a colorful hat, flexing its muscles over a chessboard with fallen pieces, accompanied by the text \"SKA-P\" and \"OVER OVER.\""}
27
+ {"id": 587, "prompt": "Replace the text 'STORY' with 'GAME'.", "original_image": "1.4.1/image/original/2973580019307.0.jpg", "gt_image": "1.4.1/image/gt/2973580019307.0.jpg", "source_text": "STORY", "target_text": "GAME", "gt_caption": "This digital display showcases three distinct Egyptian-inspired game costumes, highlighting their unique designs and thematic elements."}
28
+ {"id": 591, "prompt": "Replace the text 'VS' with 'VERSUS'.", "original_image": "1.4.1/image/original/3694093006132.0.jpg", "gt_image": "1.4.1/image/gt/3694093006132.0.jpg", "source_text": "VS", "target_text": "VERSUS", "gt_caption": "This digital illustration depicts a Pokémon Sword and Shield-themed trainer tournament, showcasing two competitors, Rose and Oleana, facing off in the \"Galar Trainer Tournament.\""}
29
+ {"id": 595, "prompt": "Replace the text 'PALACE' with 'CASTLE'.", "original_image": "1.4.1/image/original/3241806000208.0.webp", "gt_image": "1.4.1/image/gt/3241806000208.0.webp", "source_text": "PALACE", "target_text": "CASTLE", "gt_caption": "This digital illustration promotes \"The Eternal Castle,\" showcasing a heavily armored character with a menacing appearance, indicating a high-level in-game challenge requiring full gear, normal mode, and an item level of 415+."}
30
+ {"id": 600, "prompt": "Replace the text 'NYDROPONICS' with 'SHADOWGUN'.", "original_image": "1.4.1/image/original/787020004514.0.jpg", "gt_image": "1.4.1/image/gt/787020004514.0.jpg", "source_text": "NYDROPONICS", "target_text": "SHADOWGUN", "gt_caption": "This screenshot showcases a futuristic action scene from a video game, featuring characters in advanced combat gear and a robotic figure, with the text \"NEW AMAZING ZONE CONTROL MAPS\" highlighting new content."}
31
+ {"id": 604, "prompt": "Replace the text 'MIZ' with 'RE2'.", "original_image": "1.4.1/image/original/3476946010670.0.webp", "gt_image": "1.4.1/image/gt/3476946010670.0.webp", "source_text": "MIZ", "target_text": "RE2", "gt_caption": "This screenshot depicts a character in a red jacket standing near a motorcycle in a rainy gas station labeled \"RE2 GAS STATION.\""}
32
+ {"id": 608, "prompt": "Replace the text 'CHAPTER' with 'SECTION'.", "original_image": "1.4.1/image/original/4054730005831.0.jpg", "gt_image": "1.4.1/image/gt/4054730005831.0.jpg", "source_text": "CHAPTER", "target_text": "SECTION", "gt_caption": "This screenshot showcases a scene from a Star Wars-themed game, featuring a character battling stormtroopers with blasters, with a prominent Jabba the Hutt in the foreground, and text highlighting \"A NEW SECTION IN STAR WARS.\""}
eval_prompts/miniset/1.4.2.jsonl ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ {"id": 613, "prompt": "Replace the text 'PROPUBLICA' with 'NEWSORG'.", "original_image": "1.4.2/image/original/1951221004564.0.jpg", "gt_image": "1.4.2/image/gt/1951221004564.0.jpg", "source_text": "PROPUBLICA", "target_text": "NEWSORG", "gt_caption": "This screenshot shows a news article titled \"How Much of Your Data Would You Trade for a Free Cookie?\" discussing an artist's experiment testing New Yorkers' willingness to share personal information for homemade cookies, with images of cookies featuring social media logos."}
2
+ {"id": 617, "prompt": "Replace the text 'WORDPRESS' with 'LIVE'.", "original_image": "1.4.2/image/original/1072926000830.0.jpg", "gt_image": "1.4.2/image/gt/1072926000830.0.jpg", "source_text": "WORDPRESS", "target_text": "LIVE", "gt_caption": "This digital display showcases a responsive WordPress website design, demonstrating how the layout adapts across various devices, including desktops, laptops, tablets, and smartphones."}
3
+ {"id": 621, "prompt": "Replace the text 'SEARCH' with 'QUERY'.", "original_image": "1.4.2/image/original/3655233055738.0.jpg", "gt_image": "1.4.2/image/gt/3655233055738.0.jpg", "source_text": "SEARCH", "target_text": "QUERY", "gt_caption": "This illustration depicts two people working on a large, red \"QUERY\" interface, with one person riding a bicycle to power it and the other using a magnifying glass to inspect it, set against a backdrop of data charts and clouds."}
4
+ {"id": 626, "prompt": "Replace the text 'INVESTING' with 'CRYPTO'.", "original_image": "1.4.2/image/original/3886565013137.0.jpg", "gt_image": "1.4.2/image/gt/3886565013137.0.jpg", "source_text": "INVESTING", "target_text": "CRYPTO", "gt_caption": "This poster promotes a financial learning platform, showcasing courses, games, and crypto ideas, with a smartphone screen displaying the website \"Wall Street Survivor\" featuring a stock market simulation game."}
5
+ {"id": 630, "prompt": "Replace the text 'Legal' with 'Consult'.", "original_image": "1.4.2/image/original/1124353000825.0.jpg", "gt_image": "1.4.2/image/gt/1124353000825.0.jpg", "source_text": "Legal", "target_text": "Consult", "gt_caption": "This photo depicts a person working at a desk with a computer displaying a \"Consult Advice\" webpage, surrounded by office supplies, a coffee cup, and a plant, suggesting a focused work or study environment."}
6
+ {"id": 634, "prompt": "Replace the text 'Google' with 'TherapySearch'.", "original_image": "1.4.2/image/original/3227608000996.0.jpg", "gt_image": "1.4.2/image/gt/3227608000996.0.jpg", "source_text": "Google", "target_text": "TherapySearch", "gt_caption": "This photo shows a person holding a tablet displaying a \"Therapy Search\" interface, with a virtual keyboard visible, in what appears to be a casual indoor setting."}
7
+ {"id": 638, "prompt": "Replace the text 'Gmail' with 'Email'.", "original_image": "1.4.2/image/original/3917493010228.0.jpg", "gt_image": "1.4.2/image/gt/3917493010228.0.jpg", "source_text": "Gmail", "target_text": "Email", "gt_caption": "This screenshot shows the Gmail login and account creation page, offering options to sign in or create a new Google account."}
8
+ {"id": 643, "prompt": "Replace the text 'Welcome' with 'Explore'.", "original_image": "1.4.2/image/original/3445546020685.0.jpg", "gt_image": "1.4.2/image/gt/3445546020685.0.jpg", "source_text": "Welcome", "target_text": "Explore", "gt_caption": "This screenshot displays a website for a coffee shop, \"Coffee Time,\" featuring a menu with special offers, coffee images, and promotional text."}
9
+ {"id": 647, "prompt": "Replace the text 'Game' with 'Industry'.", "original_image": "1.4.2/image/original/3953844008188.0.jpg", "gt_image": "1.4.2/image/gt/3953844008188.0.jpg", "source_text": "Game", "target_text": "Industry", "gt_caption": "This screenshot from *The Cut* highlights three women who are changing the art industry, featuring their portraits and the article's title."}
10
+ {"id": 651, "prompt": "Replace the text 'PEACE' with 'HARMONY'.", "original_image": "1.4.2/image/original/1290157004836.0.jpg", "gt_image": "1.4.2/image/gt/1290157004836.0.jpg", "source_text": "PEACE", "target_text": "HARMONY", "gt_caption": "This digital display shows a website homepage with the theme \"HARMONY,\" featuring abstract colorful graphics and text explaining the concept of peace in a political context."}
eval_prompts/miniset/1.4.3.jsonl ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {"id": 656, "prompt": "Replace the text '304' with '512'.", "original_image": "1.4.3/image/original/1028626010922.0.jpg", "gt_image": "1.4.3/image/gt/1028626010922.0.jpg", "source_text": "304", "target_text": "512", "gt_caption": "This photo showcases a red and black wallet-style phone case with a card holder and wrist strap, displayed alongside a smartphone with a colorful lock screen."}
2
+ {"id": 660, "prompt": "Replace the text '10' with '3D'.", "original_image": "1.4.3/image/original/3417565003827.0.jpg", "gt_image": "1.4.3/image/gt/3417565003827.0.jpg", "source_text": "10", "target_text": "3D", "gt_caption": "This photo showcases a Sony Xperia smartphone in a blue color, displaying its front and back design with a focus on its sleek, metallic finish and camera features."}
3
+ {"id": 664, "prompt": "Replace the text '10' with '20'.", "original_image": "1.4.3/image/original/3271177095294.0.jpg", "gt_image": "1.4.3/image/gt/3271177095294.0.jpg", "source_text": "10", "target_text": "20", "gt_caption": "This digital display shows a Sony smartphone with a lock screen featuring the time \"20:35\" and date \"FRI 3 OCT,\" alongside a partial wallpaper image."}
4
+ {"id": 669, "prompt": "Replace the text '1035' with '1040'.", "original_image": "1.4.3/image/original/1113126019956.0.webp", "gt_image": "1.4.3/image/gt/1113126019956.0.webp", "source_text": "1035", "target_text": "1040", "gt_caption": "This photo shows a Sony smartphone with a carbon fiber texture design, displaying its home screen with app icons and the time \"10:35.\""}
5
+ {"id": 673, "prompt": "Replace the text 'BIG' with 'COLORFUL'.", "original_image": "1.4.3/image/original/1326640005401.0.jpg", "gt_image": "1.4.3/image/gt/1326640005401.0.jpg", "source_text": "BIG", "target_text": "COLORFUL", "gt_caption": "This illustration depicts a vibrant lottery-themed scene featuring a smartphone displaying a \"COLORFUL WIN!\" message, surrounded by a spinning wheel, lottery tickets, colorful bingo balls, and stacks of coins, symbolizing a winning moment."}
6
+ {"id": 677, "prompt": "Replace the text 'interface' with 'cache'.", "original_image": "1.4.3/image/original/1239761000069.0.jpg", "gt_image": "1.4.3/image/gt/1239761000069.0.jpg", "source_text": "interface", "target_text": "cache", "gt_caption": "This screenshot shows a smartphone displaying a memory cache cleaner app with a message indicating that the cache is optimized, accompanied by a green checkmark and a \"CLEAR CACHE\" button."}
7
+ {"id": 681, "prompt": "Replace the text '1035' with '2023'.", "original_image": "1.4.3/image/original/1055893057088.0.webp", "gt_image": "1.4.3/image/gt/1055893057088.0.webp", "source_text": "1035", "target_text": "2023", "gt_caption": "This photo shows a Sony smartphone with a clear screen protector from ArmorSuit displayed alongside its packaging, emphasizing durability and protection."}
8
+ {"id": 686, "prompt": "Replace the text 'CASINO' with 'GAMES'.", "original_image": "1.4.3/image/original/1195019013862.0.jpg", "gt_image": "1.4.3/image/gt/1195019013862.0.jpg", "source_text": "CASINO", "target_text": "GAMES", "gt_caption": "This photo depicts a smartphone displaying a digital slot machine game, surrounded by casino elements like poker chips, playing cards, and a roulette wheel, suggesting a gambling theme."}
9
+ {"id": 690, "prompt": "Replace the text 'MAGiC' with 'Mystery'.", "original_image": "1.4.3/image/original/4056155008510.0.jpg", "gt_image": "1.4.3/image/gt/4056155008510.0.jpg", "source_text": "MAGiC", "target_text": "Mystery", "gt_caption": "This illustration shows a hand interacting with a smartphone displaying the \"Winner's Mystery\" app on its screen, set against a red circular background."}
10
+ {"id": 694, "prompt": "Replace the text '10' with '20'.", "original_image": "1.4.3/image/original/1183457001827.0.webp", "gt_image": "1.4.3/image/gt/1183457001827.0.webp", "source_text": "10", "target_text": "20", "gt_caption": "This photo shows a red Sony Xperia smartphone with its front and back views, displaying the home screen with app icons and the time \"20:35\" on the front."}
11
+ {"id": 699, "prompt": "Replace the text '10' with '20'.", "original_image": "1.4.3/image/original/1014134000628.0.webp", "gt_image": "1.4.3/image/gt/1014134000628.0.webp", "source_text": "10", "target_text": "20", "gt_caption": "This photo shows a Sony Xperia smartphone with a dark blue design, displaying the time \"20:35\" and date \"FRI 3 OCT\" on its screen, set against a pink background."}
eval_prompts/miniset/1.4.4.jsonl ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {"id": 703, "prompt": "Replace the text 'THINK' with 'CREATE'.", "original_image": "1.4.4/image/original/3119217010053.0.jpg", "gt_image": "1.4.4/image/gt/3119217010053.0.jpg", "source_text": "THINK", "target_text": "CREATE", "gt_caption": "This photo shows a man casually leaning on a desk in an office setting, with a computer and a sign reading \"CREATE\" in the background."}
2
+ {"id": 707, "prompt": "Replace the text '546' with '1080'.", "original_image": "1.4.4/image/original/4140100006451.0.jpg", "gt_image": "1.4.4/image/gt/4140100006451.0.jpg", "source_text": "546", "target_text": "1080", "gt_caption": "This photo shows a minimalist desk setup featuring a monitor displaying \"1080\" in green, surrounded by plants, a keyboard, mouse, and other desk accessories."}
3
+ {"id": 711, "prompt": "Replace the text '41' with '23'.", "original_image": "1.4.4/image/original/1718660004350.0.jpg", "gt_image": "1.4.4/image/gt/1718660004350.0.jpg", "source_text": "41", "target_text": "23", "gt_caption": "This photo shows a neatly organized home office setup with shelves displaying framed artwork, decorative items, and personal touches, along with a computer displaying the number \"23\" on the desk."}
4
+ {"id": 716, "prompt": "Replace the text '550185203' with '123456789'.", "original_image": "1.4.4/image/original/2848444004138.0.webp", "gt_image": "1.4.4/image/gt/2848444004138.0.webp", "source_text": "550185203", "target_text": "123456789", "gt_caption": "This photo shows an Apple iMac desktop computer displaying a scenic wallpaper of a mountainous landscape with autumn foliage and a reflective lake."}
5
+ {"id": 720, "prompt": "Replace the text '0152' with '0234'.", "original_image": "1.4.4/image/original/2290978005561.0.jpg", "gt_image": "1.4.4/image/gt/2290978005561.0.jpg", "source_text": "0152", "target_text": "0234", "gt_caption": "This photo depicts a modern, minimalist home office setup featuring a sleek white desk, a white chair with a playful black pattern, and a clean, organized workspace with decorative elements like flowers, framed pictures, and storage boxes."}
6
+ {"id": 724, "prompt": "Replace the text 'Datacenter' with 'Enterprise'.", "original_image": "1.4.4/image/original/3605882002486.0.jpg", "gt_image": "1.4.4/image/gt/3605882002486.0.jpg", "source_text": "Datacenter", "target_text": "Enterprise", "gt_caption": "This digital display shows the logo and text for \"Windows Server 2016 Enterprise\" on a blue background."}
7
+ {"id": 729, "prompt": "Replace the text '1504' with '2023'.", "original_image": "1.4.4/image/original/1137972004505.0.jpg", "gt_image": "1.4.4/image/gt/1137972004505.0.jpg", "source_text": "1504", "target_text": "2023", "gt_caption": "This poster showcases a modern, industrial-style home office setup featuring a brick wall, a sleek desk with a monitor displaying \"2023,\" a minimalist chair, and a staircase in the background, with text promoting \"Create an INDUSTRIAL LOOK in your home.\""}
8
+ {"id": 733, "prompt": "Replace the text '1309' with '2023'.", "original_image": "1.4.4/image/original/1230900002554.0.jpg", "gt_image": "1.4.4/image/gt/1230900002554.0.jpg", "source_text": "1309", "target_text": "2023", "gt_caption": "This photo depicts a minimalist workspace with a computer monitor displaying \"2023\" on a black screen, surrounded by a vase of flowers, a mug, books, and other desk essentials."}
9
+ {"id": 737, "prompt": "Replace the text '1042' with '32'.", "original_image": "1.4.4/image/original/3164087007031.0.webp", "gt_image": "1.4.4/image/gt/3164087007031.0.webp", "source_text": "1042", "target_text": "32", "gt_caption": "This photo depicts a minimalist home office setup featuring a wooden desk with a laptop displaying the number \"32,\" a modern floor lamp, and a pegboard wall with organized decor and accessories."}
10
+ {"id": 742, "prompt": "Replace the text 'THINK' with 'FEEL'.", "original_image": "1.4.4/image/original/805341002109.0.jpg", "gt_image": "1.4.4/image/gt/805341002109.0.jpg", "source_text": "THINK", "target_text": "FEEL", "gt_caption": "This photo shows a man casually sitting on a desk in an office setting, surrounded by vintage computers and office equipment, with a monitor displaying the word \"FEEL.\""}
11
+ {"id": 746, "prompt": "Replace the text '1247' with 'Blog'.", "original_image": "1.4.4/image/original/4205961000172.0.jpg", "gt_image": "1.4.4/image/gt/4205961000172.0.jpg", "source_text": "1247", "target_text": "Blog", "gt_caption": "This photo depicts a cozy home office setup with a desk featuring a computer displaying the word \"Blog,\" surrounded by books, a typewriter, a potted plant, and a lamp, creating a creative and productive workspace."}
12
+ {"id": 750, "prompt": "Replace the text '1039' with '70'.", "original_image": "1.4.4/image/original/4130195001361.0.jpg", "gt_image": "1.4.4/image/gt/4130195001361.0.jpg", "source_text": "1039", "target_text": "70", "gt_caption": "This photo depicts a cozy home office setup featuring a wooden desk with a computer, plants, and personal items, paired with modern chairs in front of a bright window."}
13
+ {"id": 754, "prompt": "Replace the text '1232' with '2024'.", "original_image": "1.4.4/image/original/1542737001005.0.webp", "gt_image": "1.4.4/image/gt/1542737001005.0.webp", "source_text": "1232", "target_text": "2024", "gt_caption": "This photo shows a modern, minimalist home office setup with a glass desk, wooden legs, a computer displaying \"2024,\" and a comfortable office chair, all arranged near a large window with a view of greenery outside."}
14
+ {"id": 759, "prompt": "Replace the text 'hello' with 'world'.", "original_image": "1.4.4/image/original/1229562005913.0.jpg", "gt_image": "1.4.4/image/gt/1229562005913.0.jpg", "source_text": "hello", "target_text": "world", "gt_caption": "This digital display shows a colorful stack of iMac screens with the word \"world\" on the frontmost screen, accompanied by a keyboard and mouse, highlighting Apple's product design."}
eval_prompts/miniset/2.1.jsonl ADDED
@@ -0,0 +1,39 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {"id": 763, "prompt": "Replace the text 'Birthday' with 'Specialty'.", "original_image": "2.1/image/original/2507522004888.0.jpg", "gt_image": "2.1/image/gt/2507522004888.0.jpg", "source_text": "Birthday", "target_text": "Specialty", "gt_caption": "This photo shows a beautifully decorated two-tiered cake with pink roses on top, featuring a ruffled ombre design and the text \"Happy 90th Specialty Mercy\" on the base, celebrating a 90th birthday."}
2
+ {"id": 767, "prompt": "Replace the text '100' with '50'.", "original_image": "2.1/image/original/2598865007000.0.webp", "gt_image": "2.1/image/gt/2598865007000.0.webp", "source_text": "100", "target_text": "50", "gt_caption": "This photo shows a $50 Amazon gift card featuring the Amazon logo and a yellow smile design."}
3
+ {"id": 772, "prompt": "Replace the text 'KAHLUA' with 'Mocha'.", "original_image": "2.1/image/original/1159802005018.0.jpg", "gt_image": "2.1/image/gt/1159802005018.0.jpg", "source_text": "KAHLUA", "target_text": "Mocha", "gt_caption": "This photo shows a bottle of Mocha Peppermint Mocha liqueur alongside candy canes and chocolate, suggesting a festive or holiday-themed setting."}
4
+ {"id": 776, "prompt": "Replace the text 'pineapple' with 'candy corn'.", "original_image": "2.1/image/original/3600330013177.0.jpg", "gt_image": "2.1/image/gt/3600330013177.0.jpg", "source_text": "pineapple", "target_text": "candy corn", "gt_caption": "This photo shows a colorful popsicle with layers of yogurt, orange juice, and candy corn juice, displayed on a star-patterned background with scattered candy corn pieces."}
5
+ {"id": 780, "prompt": "Replace the text 'THOMAS' with 'BOOFLE'.", "original_image": "2.1/image/original/3691498012954.0.webp", "gt_image": "2.1/image/gt/3691498012954.0.webp", "source_text": "THOMAS", "target_text": "BOOFLE", "gt_caption": "This photo shows a clear jar filled with colorful candies, labeled \"Boofle\" and decorated with a festive reindeer design, accompanied by the message \"Love From Mum & Dad.\""}
6
+ {"id": 785, "prompt": "Replace the text '1kg' with '1 kilo'.", "original_image": "2.1/image/original/532230003414.0.jpg", "gt_image": "2.1/image/gt/532230003414.0.jpg", "source_text": "1kg", "target_text": "1 kilo", "gt_caption": "This photo shows a Canadian 1-kilogram fine silver coin featuring a detailed maple leaf design, with inscriptions indicating its purity and weight."}
7
+ {"id": 789, "prompt": "Replace the text 'RELAX' with 'CHILL'.", "original_image": "2.1/image/original/3657196020602.0.jpg", "gt_image": "2.1/image/gt/3657196020602.0.jpg", "source_text": "RELAX", "target_text": "CHILL", "gt_caption": "This photo shows a wooden sign with a starfish and a \"CHILL\" tag, hanging on a rope against a rustic wooden background, evoking a beachy, relaxed vibe."}
8
+ {"id": 793, "prompt": "Replace the text 'KOOKABURRA' with 'COIN'.", "original_image": "2.1/image/original/956145013488.0.jpg", "gt_image": "2.1/image/gt/956145013488.0.jpg", "source_text": "KOOKABURRA", "target_text": "COIN", "gt_caption": "This photo shows an Australian silver coin from 2004 featuring a kookaburra perched on a branch, with inscriptions indicating it is made of 1/2 oz. 999 silver."}
9
+ {"id": 797, "prompt": "Replace the text 'WINERY' with 'VINEYARD'.", "original_image": "2.1/image/original/3441652002430.0.png", "gt_image": "2.1/image/gt/3441652002430.0.png", "source_text": "WINERY", "target_text": "VINEYARD", "gt_caption": "This photo shows a rustic wooden clock with a design featuring the text \"JACOBSON VINEYARD\" and an illustration of a vineyard, established in 2014."}
10
+ {"id": 802, "prompt": "Replace the text 'vanilla' with 'lavender'.", "original_image": "2.1/image/original/1040764002460.0.webp", "gt_image": "2.1/image/gt/1040764002460.0.webp", "source_text": "vanilla", "target_text": "lavender", "gt_caption": "This photo showcases a display of lavender cake pops, elegantly decorated with pink flowers and green leaves, presented on white stands with a rustic wooden base."}
11
+ {"id": 806, "prompt": "Replace the text 'Teacher' with 'Educator'.", "original_image": "2.1/image/original/2711007000714.0.jpg", "gt_image": "2.1/image/gt/2711007000714.0.jpg", "source_text": "Teacher", "target_text": "Educator", "gt_caption": "This photo shows a handmade craft featuring the letter \"S\" decorated with colorful buttons, framed and displayed alongside a red apple, with the text \"For My Educator\" overlaid, suggesting it is a gift for a teacher."}
12
+ {"id": 810, "prompt": "Replace the text 'STRONG' with 'REFINED'.", "original_image": "2.1/image/original/3173777003986.0.jpg", "gt_image": "2.1/image/gt/3173777003986.0.jpg", "source_text": "STRONG", "target_text": "REFINED", "gt_caption": "This photo shows a red tin of \"Dapper Dan Matte Clay,\" a hair styling product with \"Refined Hold\" and a 100ml capacity, featuring a vintage-inspired design."}
13
+ {"id": 815, "prompt": "Replace the text 'DS' with 'GB'.", "original_image": "2.1/image/original/3885659001782.0.jpg", "gt_image": "2.1/image/gt/3885659001782.0.jpg", "source_text": "DS", "target_text": "GB", "gt_caption": "This photo shows a close-up of a British £2 coin featuring the profile of Queen Elizabeth II, with inscriptions including \"ELIZABETH II\" and \"F.D. 2 POUNGB.\""}
14
+ {"id": 819, "prompt": "Replace the text '5' with '10'.", "original_image": "2.1/image/original/3304841002278.0.jpg", "gt_image": "2.1/image/gt/3304841002278.0.jpg", "source_text": "5", "target_text": "10", "gt_caption": "This photo showcases a cozy living room with a white sectional sofa adorned with decorative pillows, a wooden coffee table featuring a tray with a vase of flowers, and a chandelier hanging above a large window with sheer curtains."}
15
+ {"id": 823, "prompt": "Replace the text '31' with '50'.", "original_image": "2.1/image/original/3700220005197.0.jpg", "gt_image": "2.1/image/gt/3700220005197.0.jpg", "source_text": "31", "target_text": "50", "gt_caption": "This photo shows a close-up of a roulette wheel with a white ball resting in a numbered slot, accompanied by a dealer's tool."}
16
+ {"id": 827, "prompt": "Replace the text 'BORDEAUXBLANC' with 'CHARDONNAY'.", "original_image": "2.1/image/original/3863004002752.0.webp", "gt_image": "2.1/image/gt/3863004002752.0.webp", "source_text": "BORDEAUXBLANC", "target_text": "CHARDONNAY", "gt_caption": "This illustration depicts the label of a 2018 Chardonnay wine from Downton Abbey, featuring a heraldic crest with deer, oak leaves, and a castle silhouette."}
17
+ {"id": 832, "prompt": "Replace the text 'Orhines' with 'Rhines'.", "original_image": "2.1/image/original/3465989002246.0.jpg", "gt_image": "2.1/image/gt/3465989002246.0.jpg", "source_text": "Orhines", "target_text": "Rhines", "gt_caption": "This photo showcases a pair of high-end, wooden earphones with a braided cable, displayed in a sleek, branded box labeled \"Rhines.\""}
18
+ {"id": 836, "prompt": "Replace the text 'COFFEE' with 'TEA'.", "original_image": "2.1/image/original/2680722032254.0.jpg", "gt_image": "2.1/image/gt/2680722032254.0.jpg", "source_text": "COFFEE", "target_text": "TEA", "gt_caption": "This photo shows a vintage-style wooden wall-mounted shelf with a \"TEA ROASTERS\" sign, displaying cups, mugs, and tea-related items in a cozy, rustic setting."}
19
+ {"id": 840, "prompt": "Replace the text 'Soriana' with 'TNT'.", "original_image": "2.1/image/original/3194690008105.0.webp", "gt_image": "2.1/image/gt/3194690008105.0.webp", "source_text": "Soriana", "target_text": "TNT", "gt_caption": "This photo shows a soccer jersey featuring green and white stripes, with logos for Puma, Penoles, Coca-Cola, and TNT, likely representing a team's official kit."}
20
+ {"id": 845, "prompt": "Replace the text 'NEED' with 'WANT'.", "original_image": "2.1/image/original/690380003844.0.jpg", "gt_image": "2.1/image/gt/690380003844.0.jpg", "source_text": "NEED", "target_text": "WANT", "gt_caption": "This is a digital display of a commemorative coin featuring a Giant Panda and its cub, with the text \"WILDLIFE IN WANT - GIANT PANDA\" and \"1oz .999 SILVER\" around the edge, symbolizing conservation efforts."}
21
+ {"id": 849, "prompt": "Replace the text 'Enchanted' with 'Magical'.", "original_image": "2.1/image/original/3769526001296.0.webp", "gt_image": "2.1/image/gt/3769526001296.0.webp", "source_text": "Enchanted", "target_text": "Magical", "gt_caption": "This photo shows a hand with nails painted in a vibrant, gradient blue-purple polish, displayed alongside a bottle labeled \"Magical Polish.\""}
22
+ {"id": 853, "prompt": "Replace the text 'OF' with 'FOR'.", "original_image": "2.1/image/original/4086680001946.0.jpg", "gt_image": "2.1/image/gt/4086680001946.0.jpg", "source_text": "OF", "target_text": "FOR", "gt_caption": "This illustration depicts a U.S. $1 coin featuring the Statue of Liberty holding a torch, with the text \"UNITED STATES OF AMERICA\" and \"$1\" inscribed around the edge."}
23
+ {"id": 858, "prompt": "Replace the text 'BITES' with 'SNACKS'.", "original_image": "2.1/image/original/3733568000923.0.jpg", "gt_image": "2.1/image/gt/3733568000923.0.jpg", "source_text": "BITES", "target_text": "SNACKS", "gt_caption": "This photo showcases a charcuterie-style spread featuring cheese, crackers, jam, grapes, olives, and a box of snacks, arranged on a marble board and surrounding surface."}
24
+ {"id": 862, "prompt": "Replace the text 'Cosmo' with 'Cocktail'.", "original_image": "2.1/image/original/4145287001720.0.webp", "gt_image": "2.1/image/gt/4145287001720.0.webp", "source_text": "Cosmo", "target_text": "Cocktail", "gt_caption": "This photo showcases two elegant martini glasses filled with a vibrant red cranberry cocktail, garnished with cranberries and a sprig of rosemary, set against a dark background."}
25
+ {"id": 866, "prompt": "Replace the text 'MESA' with 'Vault'.", "original_image": "2.1/image/original/3199277001689.0.webp", "gt_image": "2.1/image/gt/3199277001689.0.webp", "source_text": "MESA", "target_text": "Vault", "gt_caption": "This photo shows a black Vault Safe Company safe with a textured surface, featuring a combination lock and a keypad at the bottom."}
26
+ {"id": 870, "prompt": "Replace the text 'KBS' with 'HLS'.", "original_image": "2.1/image/original/3884240023285.0.webp", "gt_image": "2.1/image/gt/3884240023285.0.webp", "source_text": "KBS", "target_text": "HLS", "gt_caption": "This photo shows a close-up of two spice containers from \"Kissed by the Sun Spice Company\" placed near a seasoned piece of meat, highlighting the use of herbs and spices in cooking."}
27
+ {"id": 875, "prompt": "Replace the text 'Canon' with 'Nikon'.", "original_image": "2.1/image/original/3539419000372.0.jpg", "gt_image": "2.1/image/gt/3539419000372.0.jpg", "source_text": "Canon", "target_text": "Nikon", "gt_caption": "This photo shows a white Nikon mirrorless camera body with the brand name \"Nikon\" and the text \"EOS\" on the front, displayed against a plain background."}
28
+ {"id": 879, "prompt": "Replace the text 'Alice' with 'Ella'.", "original_image": "2.1/image/original/3923368006691.0.webp", "gt_image": "2.1/image/gt/3923368006691.0.webp", "source_text": "Alice", "target_text": "Ella", "gt_caption": "This photo showcases personalized Christmas ornaments with names \"Lucy,\" \"Ella,\" and \"Oliver\" written in gold, surrounded by festive holiday decorations like pinecones, holly, and stars."}
29
+ {"id": 883, "prompt": "Replace the text 'Snake' with 'Dragon'.", "original_image": "2.1/image/original/1625722012933.0.jpg", "gt_image": "2.1/image/gt/1625722012933.0.jpg", "source_text": "Snake", "target_text": "Dragon", "gt_caption": "This photo shows a silver commemorative coin featuring a detailed design of a coiled dragon, with the inscription \"Year of the Dragon\" and Chinese characters, symbolizing the Chinese zodiac."}
30
+ {"id": 888, "prompt": "Replace the text 'BIDEN' with 'JOE'.", "original_image": "2.1/image/original/3967466003875.0.jpg", "gt_image": "2.1/image/gt/3967466003875.0.jpg", "source_text": "BIDEN", "target_text": "JOE", "gt_caption": "This photo shows campaign buttons for the 2020 U.S. presidential election, featuring \"Trump 2020\" and \"Joe President,\" displayed against an American flag background."}
31
+ {"id": 892, "prompt": "Replace the text 'CLASSICMUG' with 'TRAVELMUG'.", "original_image": "2.1/image/original/4257541003116.0.jpg", "gt_image": "2.1/image/gt/4257541003116.0.jpg", "source_text": "CLASSICMUG", "target_text": "TRAVELMUG", "gt_caption": "This photo shows a sleek, metallic travel mug labeled \"TRAVELMUG,\" placed alongside a golf ball and a golf club, suggesting a travel or outdoor theme."}
32
+ {"id": 896, "prompt": "Replace the text 'MOM' with 'Parent'.", "original_image": "2.1/image/original/4073608003685.0.webp", "gt_image": "2.1/image/gt/4073608003685.0.webp", "source_text": "MOM", "target_text": "Parent", "gt_caption": "This photo showcases a red T-shirt with the text \"ASK YOUR Parent\" and a mustache graphic, styled alongside accessories like a leather bag, sunglasses, a smartphone, and casual footwear on a wooden surface."}
33
+ {"id": 901, "prompt": "Replace the text 'OMEGA' with 'Speedmaster'.", "original_image": "2.1/image/original/4199296001325.0.webp", "gt_image": "2.1/image/gt/4199296001325.0.webp", "source_text": "OMEGA", "target_text": "Speedmaster", "gt_caption": "This photo shows a close-up of a black wristwatch featuring the \"Speedmaster\" logo and an \"Apollo 103\" emblem, highlighting its design and details."}
34
+ {"id": 905, "prompt": "Replace the text 'BirdsEye' with 'Healthy'.", "original_image": "2.1/image/original/3730925008016.0.jpg", "gt_image": "2.1/image/gt/3730925008016.0.jpg", "source_text": "BirdsEye", "target_text": "Healthy", "gt_caption": "This photo showcases a healthy breakfast bowl featuring a sunny-side-up egg, roasted vegetables, Mexican bean mix, and avocado slices, accompanied by a bag of \"Mexican Bean Mix\" in the background."}
35
+ {"id": 909, "prompt": "Replace the text 'GREEN' with 'TEA'.", "original_image": "2.1/image/original/2537147016320.0.jpg", "gt_image": "2.1/image/gt/2537147016320.0.jpg", "source_text": "GREEN", "target_text": "TEA", "gt_caption": "This photo shows a hand holding a small, green business card designed to resemble a tea bag, featuring the text \"SARAH TEA\" and identifying the holder as an English teacher with contact details."}
36
+ {"id": 913, "prompt": "Replace the text 'Xeon' with 'Core'.", "original_image": "2.1/image/original/2781329004580.0.jpg", "gt_image": "2.1/image/gt/2781329004580.0.jpg", "source_text": "Xeon", "target_text": "Core", "gt_caption": "This photo shows an Intel Core E3 v5 processor, featuring the Intel logo and product branding on its packaging."}
37
+ {"id": 918, "prompt": "Replace the text 'KIAN' with 'UNITED'.", "original_image": "2.1/image/original/3279906002150.0.webp", "gt_image": "2.1/image/gt/3279906002150.0.webp", "source_text": "KIAN", "target_text": "UNITED", "gt_caption": "This photo shows a creatively designed Manchester United-themed birthday cake featuring a soccer field, team logo, jersey, cleats, and a ball, celebrating a 8th birthday."}
38
+ {"id": 922, "prompt": "Replace the text 'WATCH' with 'TIMEPIECE'.", "original_image": "2.1/image/original/3204136009976.0.jpg", "gt_image": "2.1/image/gt/3204136009976.0.jpg", "source_text": "WATCH", "target_text": "TIMEPIECE", "gt_caption": "This photo shows a close-up of intricate mechanical clockwork components, including gears and levers, with the text \"TAVANNES TIMEPIECE\" visible, highlighting the craftsmanship of a vintage timepiece."}
39
+ {"id": 926, "prompt": "Replace the text 'CANADA' with 'MINT'.", "original_image": "2.1/image/original/3306805007337.0.jpg", "gt_image": "2.1/image/gt/3306805007337.0.jpg", "source_text": "CANADA", "target_text": "MINT", "gt_caption": "This digital display shows a silver coin featuring a geometric, polygonal design of a wolf's head, labeled \"MINT\" at the top and \"25 DOLLARS\" at the bottom."}
eval_prompts/miniset/2.2.jsonl ADDED
@@ -0,0 +1,79 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {"id": 931, "prompt": "Replace the text 'Lynns' with 'Herald'.", "original_image": "2.2/image/original/3296737011002.0.jpg", "gt_image": "2.2/image/gt/3296737011002.0.jpg", "source_text": "Lynns", "target_text": "Herald", "gt_caption": "This photo depicts a bustling urban street scene from the mid-20th century, featuring pedestrians crossing the street, vintage cars, and tall buildings adorned with colorful advertisements."}
2
+ {"id": 935, "prompt": "Replace the text 'SUSHI' with 'RAMEN'.", "original_image": "2.2/image/original/3320009023311.0.jpg", "gt_image": "2.2/image/gt/3320009023311.0.jpg", "source_text": "SUSHI", "target_text": "RAMEN", "gt_caption": "This photo shows three smiling individuals in a restaurant setting, each holding a plate of sushi, with a \"RAMEN\" sign visible in the background."}
3
+ {"id": 939, "prompt": "Replace the text 'BUD' with 'CAP'.", "original_image": "2.2/image/original/2284647002995.0.jpg", "gt_image": "2.2/image/gt/2284647002995.0.jpg", "source_text": "BUD", "target_text": "CAP", "gt_caption": "This photo shows a hockey goaltender in action, crouching and preparing to block a shot during a game."}
4
+ {"id": 943, "prompt": "Replace the text 'ANDREW' with 'JAMES'.", "original_image": "2.2/image/original/4111160001838.0.jpg", "gt_image": "2.2/image/gt/4111160001838.0.jpg", "source_text": "ANDREW", "target_text": "JAMES", "gt_caption": "This photo shows a personalized sign featuring a distressed American flag design with a red \"Thin Red Line\" stripe, honoring firefighters, and text identifying \"James Thomas\" as a member of the Los Angeles Fire Department."}
5
+ {"id": 948, "prompt": "Replace the text 'DELTA' with 'AIRLINES'.", "original_image": "2.2/image/original/1873021000878.0.jpg", "gt_image": "2.2/image/gt/1873021000878.0.jpg", "source_text": "DELTA", "target_text": "AIRLINES", "gt_caption": "This photo depicts a group of people protesting outside an airport, holding signs that oppose travel bans and advocate for inclusivity and diversity."}
6
+ {"id": 952, "prompt": "Replace the text 'BALL' with 'GAME'.", "original_image": "2.2/image/original/3717176013689.0.jpg", "gt_image": "2.2/image/gt/3717176013689.0.jpg", "source_text": "BALL", "target_text": "GAME", "gt_caption": "This photo shows a man in a suit waving at the camera in front of a backdrop featuring the \"National Game\" logo, likely at a formal event or ceremony."}
7
+ {"id": 956, "prompt": "Replace the text 'Broadway' with 'Manhattan'.", "original_image": "2.2/image/original/3192407007036.0.jpg", "gt_image": "2.2/image/gt/3192407007036.0.jpg", "source_text": "Broadway", "target_text": "Manhattan", "gt_caption": "This photo shows a street sign at the intersection of Manhattan and West 34th Street in New York City, with a \"No Turns\" sign and a \"One Way\" arrow, set against a backdrop of tall buildings and a bright blue sky."}
8
+ {"id": 961, "prompt": "Replace the text 'MONTHStO' with 'COMMUNITY'.", "original_image": "2.2/image/original/2699394024282.0.png", "gt_image": "2.2/image/gt/2699394024282.0.png", "source_text": "MONTHStO", "target_text": "COMMUNITY", "gt_caption": "This photo shows a group of people standing outside a store, holding and displaying campaign posters for Patsy Mink, a candidate for U.S. Congress, in a community setting."}
9
+ {"id": 965, "prompt": "Replace the text 'Rebel' with 'Station'.", "original_image": "2.2/image/original/4140536001533.0.webp", "gt_image": "2.2/image/gt/4140536001533.0.webp", "source_text": "Rebel", "target_text": "Station", "gt_caption": "This photo shows law enforcement officers securing the area outside a \"Station\" convenience store, marked with crime scene tape and cones."}
10
+ {"id": 969, "prompt": "Replace the text 'JUNGLE' with 'FOREST'.", "original_image": "2.2/image/original/2337751004347.0.jpg", "gt_image": "2.2/image/gt/2337751004347.0.jpg", "source_text": "JUNGLE", "target_text": "FOREST", "gt_caption": "This photo captures a mountain biker adjusting their helmet during the 2017 Mountain Bike World Championships in a forested race course."}
11
+ {"id": 974, "prompt": "Replace the text 'THEC' with 'THEIR'.", "original_image": "2.2/image/original/1238682019999.0.jpg", "gt_image": "2.2/image/gt/1238682019999.0.jpg", "source_text": "THEC", "target_text": "THEIR", "gt_caption": "This photo shows two men standing side by side at a promotional event, with a backdrop featuring the text \"THEIR.\""}
12
+ {"id": 978, "prompt": "Replace the text 'AWGEST' with 'AWESOME'.", "original_image": "2.2/image/original/2864148011226.0.jpg", "gt_image": "2.2/image/gt/2864148011226.0.jpg", "source_text": "AWGEST", "target_text": "AWESOME", "gt_caption": "This photo shows a bustling city street with a large billboard featuring a Nike advertisement, prominently displaying the slogan \"Believe in something. Even if it means sacrificing everything.\" and \"Just Do It.\" The scene includes pedestrians, storefronts, and urban architecture."}
13
+ {"id": 982, "prompt": "Replace the text 'NET' with 'FORCES'.", "original_image": "2.2/image/original/2001148008932.0.jpg", "gt_image": "2.2/image/gt/2001148008932.0.jpg", "source_text": "NET", "target_text": "FORCES", "gt_caption": "This photo shows a soldier in camouflage gear holding a rifle, standing near a container marked with \"FORCES\" and \"CU.CAP.\" in a military or operational setting."}
14
+ {"id": 986, "prompt": "Replace the text 'Gumbo' with 'Brothers'.", "original_image": "2.2/image/original/4034390030178.0.jpg", "gt_image": "2.2/image/gt/4034390030178.0.jpg", "source_text": "Gumbo", "target_text": "Brothers", "gt_caption": "This photo shows the exterior of a restaurant named \"The Brothers Po' Boys,\" featuring neon signs advertising gumbo, cold beer, and a lunch special, set against a warm, inviting nighttime street scene."}
15
+ {"id": 991, "prompt": "Replace the text '45' with '50'.", "original_image": "2.2/image/original/2706202001530.0.webp", "gt_image": "2.2/image/gt/2706202001530.0.webp", "source_text": "45", "target_text": "50", "gt_caption": "This photo shows a collection of red, curved house number signs mounted on brick walls, displaying various addresses and street names."}
16
+ {"id": 995, "prompt": "Replace the text 'essiLor' with 'design'.", "original_image": "2.2/image/original/3124084001149.0.jpg", "gt_image": "2.2/image/gt/3124084001149.0.jpg", "source_text": "essiLor", "target_text": "design", "gt_caption": "This digital display shows a modern office or showroom entrance with the \"design\" logo and a man observing the interior, which features a workspace with tables, chairs, and a large screen displaying people."}
17
+ {"id": 999, "prompt": "Replace the text '53' with '21'.", "original_image": "2.2/image/original/1138244011077.0.jpg", "gt_image": "2.2/image/gt/1138244011077.0.jpg", "source_text": "53", "target_text": "21", "gt_caption": "This photo shows a couple standing in front of their home, smiling and posing for the camera, with a white picket fence and garden in the foreground."}
18
+ {"id": 1004, "prompt": "Replace the text 'PILSENER' with 'LAGER'.", "original_image": "2.2/image/original/3898524002765.0.jpg", "gt_image": "2.2/image/gt/3898524002765.0.jpg", "source_text": "PILSENER", "target_text": "LAGER", "gt_caption": "This black-and-white photo shows a stadium seating area with a prominent advertisement for \"Duquesne Lager,\" claiming it as \"The Finest Beer in Town,\" set against the backdrop of empty bleachers."}
19
+ {"id": 1008, "prompt": "Replace the text 'HAR' with 'MAN'.", "original_image": "2.2/image/original/2568421401.0.jpg", "gt_image": "2.2/image/gt/2568421401.0.jpg", "source_text": "HAR", "target_text": "MAN", "gt_caption": "This photo depicts a man standing near a weathered storefront with an American flag flying, reflecting a quiet, rural setting."}
20
+ {"id": 1012, "prompt": "Replace the text 'niCredit' with 'Anderlecht'.", "original_image": "2.2/image/original/1237633016746.0.jpg", "gt_image": "2.2/image/gt/1237633016746.0.jpg", "source_text": "niCredit", "target_text": "Anderlecht", "gt_caption": "This photo captures a soccer match where two players are competing for the ball, with one player in a blue and red jersey dribbling the ball while the other in a white jersey attempts to defend."}
21
+ {"id": 1017, "prompt": "Replace the text 'HANDWASHING' with 'WASH FACILITIES'.", "original_image": "2.2/image/original/4054757000735.0.jpg", "gt_image": "2.2/image/gt/4054757000735.0.jpg", "source_text": "HANDWASHING", "target_text": "WASH FACILITIES", "gt_caption": "This photo shows a group of schoolchildren at a \"WASH FACILITIES POINT,\" with one child pouring water from a yellow bucket while others wait to use the facility."}
22
+ {"id": 1021, "prompt": "Replace the text 'Cantina' with 'Stage'.", "original_image": "2.2/image/original/1778664015161.0.jpg", "gt_image": "2.2/image/gt/1778664015161.0.jpg", "source_text": "Cantina", "target_text": "Stage", "gt_caption": "This photo shows two street musicians playing an accordion and a trumpet in front of a lively urban setting with signs for \"Flamingo Stage\" and \"Pier Tattoo.\""}
23
+ {"id": 1025, "prompt": "Replace the text 'ola' with 'ball'.", "original_image": "2.2/image/original/3758834000276.0.webp", "gt_image": "2.2/image/gt/3758834000276.0.webp", "source_text": "ola", "target_text": "ball", "gt_caption": "This photo shows a soccer player in a white and blue uniform dribbling the ball during a match, with another player and spectators in the background."}
24
+ {"id": 1029, "prompt": "Replace the text 'PLAYOFFS' with 'GAME'.", "original_image": "2.2/image/original/247649005139.0.jpg", "gt_image": "2.2/image/gt/247649005139.0.jpg", "source_text": "PLAYOFFS", "target_text": "GAME", "gt_caption": "This photo captures a dynamic basketball game moment, showing a player in a white Chicago Bulls uniform dribbling the ball while being defended by a player in a red Philadelphia 76ers uniform."}
25
+ {"id": 1034, "prompt": "Replace the text 'MGMGRAND' with 'LASVEGAS'.", "original_image": "2.2/image/original/1094026006817.0.jpg", "gt_image": "2.2/image/gt/1094026006817.0.jpg", "source_text": "MGMGRAND", "target_text": "LASVEGAS", "gt_caption": "This photo captures a boxing match in progress, showing one fighter delivering a powerful punch to his opponent inside a ring with \"LASVEGAS\" and \"Corona\" branding visible."}
26
+ {"id": 1038, "prompt": "Replace the text 'BROOKLYN' with 'MANHATTAN'.", "original_image": "2.2/image/original/3922028000582.0.jpg", "gt_image": "2.2/image/gt/3922028000582.0.jpg", "source_text": "BROOKLYN", "target_text": "MANHATTAN", "gt_caption": "This photo shows the storefront of a bar named \"Manhattan,\" located at 393 5th Avenue, with a visible phone number and a few patrons inside."}
27
+ {"id": 1042, "prompt": "Replace the text 'SEASON' with 'EVENT'.", "original_image": "2.2/image/original/2275691004272.0.jpg", "gt_image": "2.2/image/gt/2275691004272.0.jpg", "source_text": "SEASON", "target_text": "EVENT", "gt_caption": "This photo shows three women smiling and holding racing programs at an event, likely a horse racing competition, as indicated by the \"EVENT OPENING\" sign and the Hong Kong Jockey Club branding in the background."}
28
+ {"id": 1047, "prompt": "Replace the text 'HSBC' with 'Bank'.", "original_image": "2.2/image/original/3542963020420.0.jpg", "gt_image": "2.2/image/gt/3542963020420.0.jpg", "source_text": "HSBC", "target_text": "Bank", "gt_caption": "This photo shows the exterior of an HSBC bank building, featuring the bank's logo and name prominently displayed on the facade."}
29
+ {"id": 1051, "prompt": "Replace the text 'Inspection' with 'Closure'.", "original_image": "2.2/image/original/1287067000447.0.jpg", "gt_image": "2.2/image/gt/1287067000447.0.jpg", "source_text": "Inspection", "target_text": "Closure", "gt_caption": "This photo shows a bilingual sign from the Canada Border Services Agency indicating a \"Border Closure\" in both English and French, set against a backdrop of bare trees."}
30
+ {"id": 1055, "prompt": "Replace the text 'Stow' with 'Store'.", "original_image": "2.2/image/original/1026085002345.0.jpg", "gt_image": "2.2/image/gt/1026085002345.0.jpg", "source_text": "Stow", "target_text": "Store", "gt_caption": "This photo shows the exterior of Stone's End Dairy, a large store with a sign proclaiming it as the \"World's Largest Dairy Store,\" featuring a rustic design and customers shopping in the foreground."}
31
+ {"id": 1059, "prompt": "Replace the text 'OPEN' with 'START'.", "original_image": "2.2/image/original/4201623079927.0.jpg", "gt_image": "2.2/image/gt/4201623079927.0.jpg", "source_text": "OPEN", "target_text": "START", "gt_caption": "This photo shows two individuals standing in front of a business door with a sign that reads \"START,\" suggesting they are opening or starting a new venture."}
32
+ {"id": 1064, "prompt": "Replace the text 'TATE' with 'Reeves'.", "original_image": "2.2/image/original/4021107007359.0.jpg", "gt_image": "2.2/image/gt/4021107007359.0.jpg", "source_text": "TATE", "target_text": "Reeves", "gt_caption": "This photo shows a political campaign event where a candidate, standing at a podium with a \"Reeves for Governor\" sign, addresses an audience alongside his family in front of an American flag backdrop."}
33
+ {"id": 1068, "prompt": "Replace the text 'BOULANGERIE' with 'KITCHEN'.", "original_image": "2.2/image/original/3920318002190.0.jpg", "gt_image": "2.2/image/gt/3920318002190.0.jpg", "source_text": "BOULANGERIE", "target_text": "KITCHEN", "gt_caption": "This photo shows a well-organized kitchen pantry with labeled baskets, clear storage containers, and neatly arranged shelves, featuring a sign that reads \"KITCHEN PATISSERIE\" above the space."}
34
+ {"id": 1072, "prompt": "Replace the text 'SEPHOF' with 'CELEBRATION'.", "original_image": "2.2/image/original/1320442014649.0.jpg", "gt_image": "2.2/image/gt/1320442014649.0.jpg", "source_text": "SEPHOF", "target_text": "CELEBRATION", "gt_caption": "This photo captures a nighttime scene in a bustling city, showing a large digital display board reporting election results, with \"Barack Obama President-Elect\" prominently displayed, alongside a crowd of people gathered below."}
35
+ {"id": 1077, "prompt": "Replace the text 'DRYERS' with 'MACHINES'.", "original_image": "2.2/image/original/3539917027935.0.jpg", "gt_image": "2.2/image/gt/3539917027935.0.jpg", "source_text": "DRYERS", "target_text": "MACHINES", "gt_caption": "This photo shows a man using a voting machine in a public laundry facility, with washing machines in the background."}
36
+ {"id": 1081, "prompt": "Replace the text 'TOOUR' with 'STOP'.", "original_image": "2.2/image/original/3868579002516.0.webp", "gt_image": "2.2/image/gt/3868579002516.0.webp", "source_text": "TOOUR", "target_text": "STOP", "gt_caption": "This photo shows a public awareness poster titled \"WELCOME STOP CITY!\" with the message \"IGNORE STREET DEALERS,\" displayed on a city street near a historic building, with people walking in the background."}
37
+ {"id": 1085, "prompt": "Replace the text 'WAR' with 'TONY'.", "original_image": "2.2/image/original/3399013002497.0.jpg", "gt_image": "2.2/image/gt/3399013002497.0.jpg", "source_text": "WAR", "target_text": "TONY", "gt_caption": "This photo shows a woman posing on the red carpet at the Tony Awards, wearing an elegant black dress with a ruffled skirt and embellished shoulder."}
38
+ {"id": 1090, "prompt": "Replace the text 'Cafe' with 'Diner'.", "original_image": "2.2/image/original/2938894007165.0.jpg", "gt_image": "2.2/image/gt/2938894007165.0.jpg", "source_text": "Cafe", "target_text": "Diner", "gt_caption": "This photo shows the exterior of the \"Sunrise Diner,\" featuring a colorful awning, a rainbow flag, and a vibrant sign with a sun and cooking imagery, set in a lively street scene."}
39
+ {"id": 1094, "prompt": "Replace the text 'VIPTerminal' with 'ArrivalGate'.", "original_image": "2.2/image/original/4141112020194.0.jpg", "gt_image": "2.2/image/gt/4141112020194.0.jpg", "source_text": "VIPTerminal", "target_text": "ArrivalGate", "gt_caption": "This photo shows a group of men at a press conference in front of an \"ArrivalGate\" sign, with one man speaking at a podium while others listen, all wearing masks."}
40
+ {"id": 1098, "prompt": "Replace the text 'CCM' with 'CHAMA'.", "original_image": "2.2/image/original/4190394005511.0.webp", "gt_image": "2.2/image/gt/4190394005511.0.webp", "source_text": "CCM", "target_text": "CHAMA", "gt_caption": "This photo depicts a political event where a leader is speaking at a podium in front of a large banner featuring their image, with the text \"CHAMA HAPA KAZI TU\" and \"DODOMA,\" indicating a campaign or rally setting."}
41
+ {"id": 1102, "prompt": "Replace the text 'WINGS' with 'FOOD'.", "original_image": "2.2/image/original/1107376012496.0.jpg", "gt_image": "2.2/image/gt/1107376012496.0.jpg", "source_text": "WINGS", "target_text": "FOOD", "gt_caption": "This photo shows a man standing confidently with his arms crossed in front of a restaurant named \"East Coast Food + Grill,\" featuring a brick wall and orange booth seating in the background."}
42
+ {"id": 1107, "prompt": "Replace the text 'BLACKLIVES' with 'EQUALITY'.", "original_image": "2.2/image/original/1913491005077.0.jpg", "gt_image": "2.2/image/gt/1913491005077.0.jpg", "source_text": "BLACKLIVES", "target_text": "EQUALITY", "gt_caption": "This photo shows a monument with graffiti that includes a large \"X\" and the words \"EQUALITY MATTER\" spray-painted on its base, set in a park-like environment."}
43
+ {"id": 1111, "prompt": "Replace the text 'CAE' with 'FAB'.", "original_image": "2.2/image/original/1278953000294.0.jpg", "gt_image": "2.2/image/gt/1278953000294.0.jpg", "source_text": "CAE", "target_text": "FAB", "gt_caption": "This photo shows a group of people standing in front of a building labeled \"Central Air Equipment Ltd.,\" with a sign displaying the company's logo and address, indicating a team or staff photo at their workplace."}
44
+ {"id": 1115, "prompt": "Replace the text 'BIEBER' with 'ROAST'.", "original_image": "2.2/image/original/3053714000853.0.webp", "gt_image": "2.2/image/gt/3053714000853.0.webp", "source_text": "BIEBER", "target_text": "ROAST", "gt_caption": "This photo shows a celebrity taking a selfie with fans gathered behind a barricade at an event titled \"Justin Roast\" featuring Kevin Hart."}
45
+ {"id": 1120, "prompt": "Replace the text 'SENIORCENTER' with 'COMMUNITYHUB'.", "original_image": "2.2/image/original/3821251001624.0.jpg", "gt_image": "2.2/image/gt/3821251001624.0.jpg", "source_text": "SENIORCENTER", "target_text": "COMMUNITYHUB", "gt_caption": "This photo shows the entrance of the Roxbury Community Old Town Hall, marked by a sign flanked by two American flags."}
46
+ {"id": 1124, "prompt": "Replace the text 'COMRADES' with 'FRIENDS'.", "original_image": "2.2/image/original/2508880001430.0.jpg", "gt_image": "2.2/image/gt/2508880001430.0.jpg", "source_text": "COMRADES", "target_text": "FRIENDS", "gt_caption": "This photo shows a Confederate monument featuring two statues of soldiers, a central column with a flag motif, and the word \"FRIENDS\" inscribed at the base, with a Confederate flag displayed in front."}
47
+ {"id": 1128, "prompt": "Replace the text 'SCIENTOLOGY' with 'BELIEF'.", "original_image": "2.2/image/original/1635889008150.0.jpg", "gt_image": "2.2/image/gt/1635889008150.0.jpg", "source_text": "SCIENTOLOGY", "target_text": "BELIEF", "gt_caption": "This screenshot depicts a large, imposing blue building with the word \"BELIEF\" prominently displayed, featuring a cross and American flag, suggesting a religious or institutional setting."}
48
+ {"id": 1132, "prompt": "Replace the text 'UFC' with 'MMA'.", "original_image": "2.2/image/original/1750849008335.0.jpg", "gt_image": "2.2/image/gt/1750849008335.0.jpg", "source_text": "UFC", "target_text": "MMA", "gt_caption": "This photo shows two men shaking hands at a press conference, with a UFC event backdrop featuring Bud Light branding and details about an upcoming fight."}
49
+ {"id": 1137, "prompt": "Replace the text 'Slazenger' with 'Wimbledon'.", "original_image": "2.2/image/original/1057149009971.0.jpg", "gt_image": "2.2/image/gt/1057149009971.0.jpg", "source_text": "Slazenger", "target_text": "Wimbledon", "gt_caption": "This photo shows a tennis player in action, preparing to hit a ball during a match at Wimbledon."}
50
+ {"id": 1141, "prompt": "Replace the text 'fresh' with 'vibrant'.", "original_image": "2.2/image/original/2003144022401.0.jpg", "gt_image": "2.2/image/gt/2003144022401.0.jpg", "source_text": "fresh", "target_text": "vibrant", "gt_caption": "This photo shows the corner storefront of a restaurant named \"Fresh & Co,\" featuring vibrant green signage and images of food items displayed on the windows, located at the intersection of E 29th Street."}
51
+ {"id": 1145, "prompt": "Replace the text 'MAS' with 'Authority'.", "original_image": "2.2/image/original/1171430009082.0.webp", "gt_image": "2.2/image/gt/1171430009082.0.webp", "source_text": "MAS", "target_text": "Authority", "gt_caption": "This photo shows the exterior of the Monetary Authority of Singapore (MAS) building, featuring its signage and Singaporean flags in the background."}
52
+ {"id": 1150, "prompt": "Replace the text 'WRAPS' with 'ARTS'.", "original_image": "2.2/image/original/1473090015292.0.webp", "gt_image": "2.2/image/gt/1473090015292.0.webp", "source_text": "WRAPS", "target_text": "ARTS", "gt_caption": "This photo shows the exterior of a storefront with a vibrant graffiti mural on the rolling shutter, featuring bold colors and abstract designs, and a sign above reading \"TAKEAWAY ARTS\" with a downward arrow."}
53
+ {"id": 1154, "prompt": "Replace the text 'TRUMP' with 'POLITICS'.", "original_image": "2.2/image/original/3892536000567.0.jpg", "gt_image": "2.2/image/gt/3892536000567.0.jpg", "source_text": "TRUMP", "target_text": "POLITICS", "gt_caption": "This photo shows a person raising their fist in front of a building labeled \"POLITICS INTERNATIONAL HOTEL,\" with police officers and barricades in the foreground, suggesting a protest or demonstration."}
54
+ {"id": 1158, "prompt": "Replace the text 'FRUTAFRUTA' with 'HEALTHYFOOD'.", "original_image": "2.2/image/original/3371888001916.0.jpg", "gt_image": "2.2/image/gt/3371888001916.0.jpg", "source_text": "FRUTAFRUTA", "target_text": "HEALTHYFOOD", "gt_caption": "This photo shows the interior of a vibrant café named \"Healthy Food Açaí Cafe,\" featuring tropical-themed decor, a counter with staff serving customers, and patrons seated at tables."}
55
+ {"id": 1163, "prompt": "Replace the text 'AWARDS' with 'EVENT'.", "original_image": "2.2/image/original/2552898000536.0.jpg", "gt_image": "2.2/image/gt/2552898000536.0.jpg", "source_text": "AWARDS", "target_text": "EVENT", "gt_caption": "This photo shows a man in a tuxedo standing on the red carpet at the 49th CMA Awards event."}
56
+ {"id": 1167, "prompt": "Replace the text 'COMEOUT' with 'STANDUP'.", "original_image": "2.2/image/original/3461756010768.0.jpg", "gt_image": "2.2/image/gt/3461756010768.0.jpg", "source_text": "COMEOUT", "target_text": "STANDUP", "gt_caption": "This photo captures a basketball player in mid-air performing a dunk during a game, with an opposing player attempting to defend."}
57
+ {"id": 1171, "prompt": "Replace the text 'GUNS' with 'CANADA'.", "original_image": "2.2/image/original/1877356003688.0.jpg", "gt_image": "2.2/image/gt/1877356003688.0.jpg", "source_text": "GUNS", "target_text": "CANADA", "gt_caption": "This photo shows a couple standing in a cozy room with a eclectic wall display featuring framed art, vintage signs, and decorative items, with a suitcase and lanterns on a table in the foreground."}
58
+ {"id": 1175, "prompt": "Replace the text 'STORE' with 'MERCHANT'.", "original_image": "2.2/image/original/2247127010451.0.jpg", "gt_image": "2.2/image/gt/2247127010451.0.jpg", "source_text": "STORE", "target_text": "MERCHANT", "gt_caption": "This photo shows a rustic, vintage-style general merchant store with weathered wooden siding, a red door, and old advertisements for brands like \"Bushells\" and \"Blue Label\" displayed on the facade."}
59
+ {"id": 1180, "prompt": "Replace the text 'TION' with 'ACTION'.", "original_image": "2.2/image/original/2185138001330.0.jpg", "gt_image": "2.2/image/gt/2185138001330.0.jpg", "source_text": "TION", "target_text": "ACTION", "gt_caption": "This photo shows a missing person poster affixed to a pole in an urban nighttime setting, with a blurred figure walking by in the background."}
60
+ {"id": 1184, "prompt": "Replace the text 'ROOM' with 'AREA'.", "original_image": "2.2/image/original/4058753022274.0.webp", "gt_image": "2.2/image/gt/4058753022274.0.webp", "source_text": "ROOM", "target_text": "AREA", "gt_caption": "This photo shows a red directional sign with white text reading \"STAFF AREA\" and an arrow pointing to the right, mounted on a brick wall."}
61
+ {"id": 1188, "prompt": "Replace the text 'RallyRACC' with 'WRC'.", "original_image": "2.2/image/original/4178081003014.0.jpg", "gt_image": "2.2/image/gt/4178081003014.0.jpg", "source_text": "RallyRACC", "target_text": "WRC", "gt_caption": "This photo captures a celebratory moment at the podium during the 2019 WRC Rally de España in Catalunya, with drivers and team members raising their arms in victory amidst a cheering crowd."}
62
+ {"id": 1193, "prompt": "Replace the text 'COFFEE' with 'TEA'.", "original_image": "2.2/image/original/1220062004838.0.jpg", "gt_image": "2.2/image/gt/1220062004838.0.jpg", "source_text": "COFFEE", "target_text": "TEA", "gt_caption": "This photo shows a beverage station with a sign reading \"TEA,\" a menu board listing drinks and prices, and stacked cups and bottles in the background, suggesting a café or coffee shop setting."}
63
+ {"id": 1197, "prompt": "Replace the text 'FILM' with 'MOVIE'.", "original_image": "2.2/image/original/3258608018740.0.jpg", "gt_image": "2.2/image/gt/3258608018740.0.jpg", "source_text": "FILM", "target_text": "MOVIE", "gt_caption": "This photo shows a man signing autographs on a red carpet at the BFI London Film Festival 2018, surrounded by fans and media."}
64
+ {"id": 1201, "prompt": "Replace the text 'MINOTERIE' with 'Moulin'.", "original_image": "2.2/image/original/3965598009603.0.jpg", "gt_image": "2.2/image/gt/3965598009603.0.jpg", "source_text": "MINOTERIE", "target_text": "Moulin", "gt_caption": "This photo shows a group of people posing for a photo in front of a building with a sign reading \"Moulin DU CONGO,\" likely at a workplace or industrial facility."}
65
+ {"id": 1206, "prompt": "Replace the text 'Travelex' with 'CompanyX'.", "original_image": "2.2/image/original/3484548019998.0.jpg", "gt_image": "2.2/image/gt/3484548019998.0.jpg", "source_text": "Travelex", "target_text": "CompanyX", "gt_caption": "This photo shows a currency exchange counter labeled \"CompanyX\" with customers interacting at the service desk and ATMs in a modern, brightly lit indoor setting."}
66
+ {"id": 1210, "prompt": "Replace the text 'THROWDOW' with 'LIFTING'.", "original_image": "2.2/image/original/4248988020202.0.webp", "gt_image": "2.2/image/gt/4248988020202.0.webp", "source_text": "THROWDOW", "target_text": "LIFTING", "gt_caption": "This photo shows two athletes preparing to lift a weighted barbell during a strength training or competition event."}
67
+ {"id": 1214, "prompt": "Replace the text 'HEALTH' with 'VACCINE'.", "original_image": "2.2/image/original/1292929013620.0.jpg", "gt_image": "2.2/image/gt/1292929013620.0.jpg", "source_text": "HEALTH", "target_text": "VACCINE", "gt_caption": "This photo shows a healthcare professional assisting a seated individual during a vaccination event, as indicated by the \"STAMFORD VACCINE\" sign in the background."}
68
+ {"id": 1218, "prompt": "Replace the text 'THEATRE' with 'DRIVE-IN'.", "original_image": "2.2/image/original/3087140001386.0.webp", "gt_image": "2.2/image/gt/3087140001386.0.webp", "source_text": "THEATRE", "target_text": "DRIVE-IN", "gt_caption": "This photo depicts a dilapidated drive-in theater sign reading \"Valley Drive-In,\" evoking a post-apocalyptic atmosphere with its rusted and weathered appearance."}
69
+ {"id": 1223, "prompt": "Replace the text 'STEAKS' with 'BURGERS'.", "original_image": "2.2/image/original/2199972028781.0.jpg", "gt_image": "2.2/image/gt/2199972028781.0.jpg", "source_text": "STEAKS", "target_text": "BURGERS", "gt_caption": "This photo shows a customer ordering food at a food truck window, with signs indicating \"Cash Only\" and available items like burgers, fries, sodas, coffee, tea, and hot chocolate."}
70
+ {"id": 1227, "prompt": "Replace the text 'STRONG' with 'RESILIENT'.", "original_image": "2.2/image/original/1213860006850.0.webp", "gt_image": "2.2/image/gt/1213860006850.0.webp", "source_text": "STRONG", "target_text": "RESILIENT", "gt_caption": "This photo shows a memorial site with signs, flowers, and flags, honoring victims of a tragic event near a Walmart and Sam's Club, with messages of resilience and remembrance."}
71
+ {"id": 1231, "prompt": "Replace the text 'PLAZA' with 'HOTEL'.", "original_image": "2.2/image/original/4069510023127.0.webp", "gt_image": "2.2/image/gt/4069510023127.0.webp", "source_text": "PLAZA", "target_text": "HOTEL", "gt_caption": "This photo shows the iconic sign of the Trump Hotel and Casino, featuring a gold emblem and bold lettering, set against the backdrop of the building."}
72
+ {"id": 1236, "prompt": "Replace the text 'FRIEDLNS' with 'PEACE'.", "original_image": "2.2/image/original/1851312034897.0.jpg", "gt_image": "2.2/image/gt/1851312034897.0.jpg", "source_text": "FRIEDLNS", "target_text": "PEACE", "gt_caption": "This photo shows a satirical float in a parade featuring caricatures of world leaders, including one labeled \"PEACE NOBELPRIS,\" as part of a street performance or protest."}
73
+ {"id": 1240, "prompt": "Replace the text 'UNEMPLOYED' with 'JOBLESS'.", "original_image": "2.2/image/original/1080352003196.0.jpg", "gt_image": "2.2/image/gt/1080352003196.0.jpg", "source_text": "UNEMPLOYED", "target_text": "JOBLESS", "gt_caption": "This photo depicts a long line of unemployed men waiting outside a soup kitchen offering \"FREE COFFEE & DOUGHNUTS FOR THE JOBLESS\" during the Great Depression."}
74
+ {"id": 1244, "prompt": "Replace the text 'AMAZING' with 'DELICIOUS'.", "original_image": "2.2/image/original/3938622001969.0.webp", "gt_image": "2.2/image/gt/3938622001969.0.webp", "source_text": "AMAZING", "target_text": "DELICIOUS", "gt_caption": "This photo shows a customer making a purchase at a retail store counter, where a cashier is assisting her, with a sign in the background reading \"Be DELICIOUS.\""}
75
+ {"id": 1248, "prompt": "Replace the text 'HOTEL' with 'RESORT'.", "original_image": "2.2/image/original/3321025016037.0.jpg", "gt_image": "2.2/image/gt/3321025016037.0.jpg", "source_text": "HOTEL", "target_text": "RESORT", "gt_caption": "This photo shows a scenic roadside view with a sign advertising a \"Resort Versailles\" featuring a hotel, restaurant, parking, and pool, set against a backdrop of a hilly, lush landscape and coastal buildings."}
76
+ {"id": 1253, "prompt": "Replace the text 'STARBUCKS' with 'COFFEE'.", "original_image": "2.2/image/original/2637944004698.0.jpg", "gt_image": "2.2/image/gt/2637944004698.0.jpg", "source_text": "STARBUCKS", "target_text": "COFFEE", "gt_caption": "This photo shows a coffee shop display featuring a colorful poster welcoming customers to \"Yosemite Coffee,\" alongside a menu board highlighting coffee roasts and flavors."}
77
+ {"id": 1257, "prompt": "Replace the text 'SHOP' with 'STORE'.", "original_image": "2.2/image/original/3486548002195.0.jpg", "gt_image": "2.2/image/gt/3486548002195.0.jpg", "source_text": "SHOP", "target_text": "STORE", "gt_caption": "This photo shows a motorcycle parked in front of a building labeled \"RONNIES SEX STORE,\" with a red umbrella and cacti in the background, suggesting a desert or arid setting."}
78
+ {"id": 1261, "prompt": "Replace the text 'KENNEDY' with 'POLITICIAN'.", "original_image": "2.2/image/original/1259538016118.0.jpg", "gt_image": "2.2/image/gt/1259538016118.0.jpg", "source_text": "KENNEDY", "target_text": "POLITICIAN", "gt_caption": "This photo shows a politician shaking hands with supporters at a campaign event, with a sign reading \"CAMPAIGN POLITICIAN SPECIAL\" in the background."}
79
+ {"id": 1266, "prompt": "Replace the text 'CASINO' with 'THEATER'.", "original_image": "2.2/image/original/1322292000608.0.jpg", "gt_image": "2.2/image/gt/1322292000608.0.jpg", "source_text": "CASINO", "target_text": "THEATER", "gt_caption": "This photo captures a vibrant, bustling scene at the Fremont Street Experience in Las Vegas, featuring bright neon signs, colorful lighting, and crowds of people walking through the illuminated pedestrian mall."}
eval_prompts/miniset/2.3.jsonl ADDED
@@ -0,0 +1,55 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {"id": 1270, "prompt": "Replace the text 'MASTERS' with 'TOURNAMENT'.", "original_image": "2.3/image/original/3947438002696.0.jpg", "gt_image": "2.3/image/gt/3947438002696.0.jpg", "source_text": "MASTERS", "target_text": "TOURNAMENT", "gt_caption": "This photo shows a tournament scoreboard with flags from various countries displayed above, and a security guard walking in front of it, set against a backdrop of greenery."}
2
+ {"id": 1274, "prompt": "Replace the text 'OLIVIER' with 'Theatre'.", "original_image": "2.3/image/original/3234946007305.0.jpg", "gt_image": "2.3/image/gt/3234946007305.0.jpg", "source_text": "OLIVIER", "target_text": "Theatre", "gt_caption": "This photo shows three individuals standing behind a podium at the Theatre Awards, with the MasterCard logo displayed prominently."}
3
+ {"id": 1279, "prompt": "Replace the text 'COFFEE' with 'TEA'.", "original_image": "2.3/image/original/4214276003988.0.jpg", "gt_image": "2.3/image/gt/4214276003988.0.jpg", "source_text": "COFFEE", "target_text": "TEA", "gt_caption": "This photo shows a coffee shop interior with a blackboard-style wall mural featuring illustrations and text promoting coffee, tea, and other beverages, set against a modern, minimalist decor."}
4
+ {"id": 1283, "prompt": "Replace the text 'ACADEMY' with 'EXHIBITION'.", "original_image": "2.3/image/original/2887449007173.0.jpg", "gt_image": "2.3/image/gt/2887449007173.0.jpg", "source_text": "ACADEMY", "target_text": "EXHIBITION", "gt_caption": "This photo shows chefs preparing food at a cooking demonstration during an \"Excellence Exhibition\" event, with signage highlighting \"Food Made in Italy\" and cooking-related activities."}
5
+ {"id": 1287, "prompt": "Replace the text 'Russia' with 'China'.", "original_image": "2.3/image/original/2444757003340.0.webp", "gt_image": "2.3/image/gt/2444757003340.0.webp", "source_text": "Russia", "target_text": "China", "gt_caption": "This photo shows a formal meeting setting where a man is seated at a table with a nameplate reading \"China,\" indicating an international diplomatic or political gathering."}
6
+ {"id": 1291, "prompt": "Replace the text 'Browns' with 'Sandwiches'.", "original_image": "2.3/image/original/543757002392.0.jpg", "gt_image": "2.3/image/gt/543757002392.0.jpg", "source_text": "Browns", "target_text": "Sandwiches", "gt_caption": "This photo shows a tray of \"Baby Hot Sandwiches\" topped with melted cheese, bacon, and tomato slices, served on a decorative doily."}
7
+ {"id": 1296, "prompt": "Replace the text 'CLOSED' with 'OPEN'.", "original_image": "2.3/image/original/1145121005189.0.jpg", "gt_image": "2.3/image/gt/1145121005189.0.jpg", "source_text": "CLOSED", "target_text": "OPEN", "gt_caption": "This photo showcases a cozy, pastel-colored kitchen setup with neatly organized shelves, hanging utensils, and appliances, featuring a sign that reads \"Sorry, We're Open.\""}
8
+ {"id": 1300, "prompt": "Replace the text '2' with '3'.", "original_image": "2.3/image/original/151254003822.0.jpg", "gt_image": "2.3/image/gt/151254003822.0.jpg", "source_text": "2", "target_text": "3", "gt_caption": "This photo depicts a cozy and organized children's playroom featuring a wooden storage unit, a small table with chairs, and a chalkboard easel, all set against a warm and inviting backdrop."}
9
+ {"id": 1304, "prompt": "Replace the text 'True' with 'False'.", "original_image": "2.3/image/original/1995588016158.0.webp", "gt_image": "2.3/image/gt/1995588016158.0.webp", "source_text": "True", "target_text": "False", "gt_caption": "This photo shows two individuals posing together in a casual setting, with one person playfully puckering their lips while the other smiles warmly, set against a backdrop featuring colorful text and books."}
10
+ {"id": 1309, "prompt": "Replace the text 'Description' with 'Overview'.", "original_image": "2.3/image/original/2732263012495.0.webp", "gt_image": "2.3/image/gt/2732263012495.0.webp", "source_text": "Description", "target_text": "Overview", "gt_caption": "Chalkboard diagram showing key elements of business success. A figure points to a bar graph labeled \"Success.\" Surrounding components include \"Business Plan,\" \"Analysis,\" \"Marketing,\" \"SWOT,\" and \"Team,\" all connected with arrows and icons."}
11
+ {"id": 1313, "prompt": "Replace the text 'FIBER' with 'NUTRIENTS'.", "original_image": "2.3/image/original/4069062001355.0.jpg", "gt_image": "2.3/image/gt/4069062001355.0.jpg", "source_text": "FIBER", "target_text": "NUTRIENTS", "gt_caption": "This photo showcases a variety of fresh foods and ingredients, including fruits, vegetables, grains, and nuts, arranged on a wooden surface with a sign labeled \"NUTRIENTS,\" emphasizing healthy eating and nutrition."}
12
+ {"id": 1317, "prompt": "Replace the text 'HUMAN' with 'ALIEN'.", "original_image": "2.3/image/original/2444380022136.0.jpg", "gt_image": "2.3/image/gt/2444380022136.0.jpg", "source_text": "HUMAN", "target_text": "ALIEN", "gt_caption": "This screenshot shows two individuals in orange hazmat suits holding a tablet with the word \"ALIEN\" displayed, suggesting a scene from a science fiction or containment scenario."}
13
+ {"id": 1322, "prompt": "Replace the text 'ELECT' with 'INAUGURATE'.", "original_image": "2.3/image/original/4020043011943.0.jpg", "gt_image": "2.3/image/gt/4020043011943.0.jpg", "source_text": "ELECT", "target_text": "INAUGURATE", "gt_caption": "This photo shows President-elect Joe Biden speaking at a podium with the \"Office of the President Elect\" branding, during a pre-inauguration event."}
14
+ {"id": 1326, "prompt": "Replace the text 'CANNES' with 'PARIS'.", "original_image": "2.3/image/original/2782285008391.0.jpg", "gt_image": "2.3/image/gt/2782285008391.0.jpg", "source_text": "CANNES", "target_text": "PARIS", "gt_caption": "This photo shows a group of five women posing at a press event for the Festival de Cannes, with a crowd of photographers and attendees in the background."}
15
+ {"id": 1330, "prompt": "Replace the text 'Gujarati' with 'Seminar'.", "original_image": "2.3/image/original/3550044010729.0.jpg", "gt_image": "2.3/image/gt/3550044010729.0.jpg", "source_text": "Gujarati", "target_text": "Seminar", "gt_caption": "This photo shows a man speaking at a podium during a seminar titled \"Seminar GCSE: Exam Info. @ Sun 4 Jan. 2015,\" as indicated on the projected screen behind him."}
16
+ {"id": 1334, "prompt": "Replace the text 'Lunch' with 'Salad'.", "original_image": "2.3/image/original/4092392014842.0.webp", "gt_image": "2.3/image/gt/4092392014842.0.webp", "source_text": "Lunch", "target_text": "Salad", "gt_caption": "This photo showcases a homemade chicken salad sandwich served on a plate with cucumber slices, accompanied by a bowl of chicken salad and bread loaves in the background, set on a cozy table with a \"Salad\" sign."}
17
+ {"id": 1339, "prompt": "Replace the text 'Immune' with 'Boost'.", "original_image": "2.3/image/original/3748639000866.0.jpg", "gt_image": "2.3/image/gt/3748639000866.0.jpg", "source_text": "Immune", "target_text": "Boost", "gt_caption": "This photo showcases a variety of healthy foods and ingredients, including fruits, vegetables, nuts, and spices, arranged around a chalkboard sign that reads \"BOOST SYSTEM,\" emphasizing a focus on boosting health and wellness."}
18
+ {"id": 1343, "prompt": "Replace the text 'DANIEL' with 'JOHN'.", "original_image": "2.3/image/original/4252145008087.0.jpg", "gt_image": "2.3/image/gt/4252145008087.0.jpg", "source_text": "DANIEL", "target_text": "JOHN", "gt_caption": "This photo shows a memorial setup with candles, flowers, and a sign reading \"JOHN PRUDE,\" likely honoring the memory of an individual."}
19
+ {"id": 1347, "prompt": "Replace the text 'WILL' with 'HONOR'.", "original_image": "2.3/image/original/3465528011393.0.webp", "gt_image": "2.3/image/gt/3465528011393.0.webp", "source_text": "WILL", "target_text": "HONOR", "gt_caption": "This photo shows a man standing at a podium with a microphone, delivering a speech at an event branded with the \"Honor Rogers Motion Picture\" logo."}
20
+ {"id": 1352, "prompt": "Replace the text 'ASX' with 'Market'.", "original_image": "2.3/image/original/3997159012120.0.jpg", "gt_image": "2.3/image/gt/3997159012120.0.jpg", "source_text": "ASX", "target_text": "Market", "gt_caption": "This photo shows a person standing and observing a large digital display board showing stock market data, likely in a financial or trading center."}
21
+ {"id": 1356, "prompt": "Replace the text 'Matthew' with 'Summer'.", "original_image": "2.3/image/original/4236969000464.0.jpg", "gt_image": "2.3/image/gt/4236969000464.0.jpg", "source_text": "Matthew", "target_text": "Summer", "gt_caption": "This photo shows a decorative floral wall with pink and white flowers, greenery, and candles, accompanied by the text \"Jenna Summer\" on the adjacent wall."}
22
+ {"id": 1360, "prompt": "Replace the text 'Programme' with 'Initiative'.", "original_image": "2.3/image/original/3673697042252.0.jpg", "gt_image": "2.3/image/gt/3673697042252.0.jpg", "source_text": "Programme", "target_text": "Initiative", "gt_caption": "This photo shows a Customs and Excise officer presenting a certificate to a trained canine during a certificate presentation ceremony for the Canine Breeding Training Initiative at City University of Hong Kong on 10 July 2020."}
23
+ {"id": 1364, "prompt": "Replace the text 'TRUMP' with 'BIDEN'.", "original_image": "2.3/image/original/3355233000578.0.webp", "gt_image": "2.3/image/gt/3355233000578.0.webp", "source_text": "TRUMP", "target_text": "BIDEN", "gt_caption": "This photo depicts a political rally scene with a podium labeled \"BIDEN PENCE\" and \"MAKE AMERICA GREAT AGAIN!\" in front of American flags, featuring a man gesturing as if speaking, flanked by two individuals."}
24
+ {"id": 1369, "prompt": "Replace the text 'ABBY' with 'CHORES'.", "original_image": "2.3/image/original/1485682002608.0.jpg", "gt_image": "2.3/image/gt/1485682002608.0.jpg", "source_text": "ABBY", "target_text": "CHORES", "gt_caption": "This photo shows a chore tracker board with a list of daily tasks divided into \"Good Morning\" and \"Good Night\" categories, using pink polka-dotted magnets to mark progress from \"To Do\" to \"Done.\""}
25
+ {"id": 1373, "prompt": "Replace the text 'Welcome' with 'Grand Opening'.", "original_image": "2.3/image/original/4173441006478.0.jpg", "gt_image": "2.3/image/gt/4173441006478.0.jpg", "source_text": "Welcome", "target_text": "Grand Opening", "gt_caption": "This photo shows two individuals preparing for a \"Grand Opening\" event, with one person writing on a chalkboard sign while another looks on, set in a lively outdoor market or shop setting."}
26
+ {"id": 1377, "prompt": "Replace the text 'OLYMPIANS' with 'ATHLETES'.", "original_image": "2.3/image/original/2683519010838.0.jpg", "gt_image": "2.3/image/gt/2683519010838.0.jpg", "source_text": "OLYMPIANS", "target_text": "ATHLETES", "gt_caption": "This photo shows a classroom decorated with Olympic-themed elements, including a sign welcoming \"1st Grade Athletes\" and colorful Olympic rings above a window."}
27
+ {"id": 1382, "prompt": "Replace the text 'Redesign needd' with 'Classroom setup'.", "original_image": "2.3/image/original/2672965003161.0.jpg", "gt_image": "2.3/image/gt/2672965003161.0.jpg", "source_text": "Redesign needd", "target_text": "Classroom setup", "gt_caption": "This photo shows a teacher engaging with students in a classroom, gesturing toward a whiteboard while a student raises their hand."}
28
+ {"id": 1386, "prompt": "Replace the text 'FuturodelaOEA' with 'NuevosLideres'.", "original_image": "2.3/image/original/1287501007724.0.jpg", "gt_image": "2.3/image/gt/1287501007724.0.jpg", "source_text": "FuturodelaOEA", "target_text": "NuevosLideres", "gt_caption": "This photo shows a man in a suit waving at the camera in front of a backdrop of international flags and a banner for the Organization of American States."}
29
+ {"id": 1390, "prompt": "Replace the text 'what's for dinner' with 'today's menu'.", "original_image": "2.3/image/original/3833411011265.0.jpg", "gt_image": "2.3/image/gt/3833411011265.0.jpg", "source_text": "what", "target_text": "today", "gt_caption": "This photo shows a chalkboard with a weekly menu labeled \"today's menu\" and four clipboards below it, each displaying different organizational materials such as daily responsibilities, checklists, and notes."}
30
+ {"id": 1395, "prompt": "Replace the text 'Dolores' with 'Nancy'.", "original_image": "2.3/image/original/4156809007067.0.webp", "gt_image": "2.3/image/gt/4156809007067.0.webp", "source_text": "Dolores", "target_text": "Nancy", "gt_caption": "This screenshot shows a person writing on a whiteboard with a marker, next to a photo pinned to the board, in what appears to be a investigative or planning setting."}
31
+ {"id": 1399, "prompt": "Replace the text 'How many socks' with 'Outdoor activities'.", "original_image": "2.3/image/original/2480199003969.0.jpg", "gt_image": "2.3/image/gt/2480199003969.0.jpg", "source_text": "How many socks", "target_text": "Outdoor activities", "gt_caption": "This photo shows a colorful outdoor activity setup with a challenge sign titled \"Outdoor activities: How long are you?\" featuring a collection of mismatched socks for participants to measure their length."}
32
+ {"id": 1403, "prompt": "Replace the text 'Flexible Seating' with 'Dynamic Seating'.", "original_image": "2.3/image/original/3896704050782.0.jpg", "gt_image": "2.3/image/gt/3896704050782.0.jpg", "source_text": "Flexible Seating", "target_text": "Dynamic Seating", "gt_caption": "This photo shows a classroom setup featuring a whiteboard with \"Dynamic Seating Classroom Rules\" and a colorful \"Flexible Seating\" chart, alongside posters and storage shelves in the background."}
33
+ {"id": 1407, "prompt": "Replace the text 'sochi.ru' with 'hockey.com'.", "original_image": "2.3/image/original/1745021002546.0.jpg", "gt_image": "2.3/image/gt/1745021002546.0.jpg", "source_text": "sochi.ru", "target_text": "hockey.com", "gt_caption": "This photo shows a group of athletes, likely a U.S. women's ice hockey team, seated on a stage during a press event or announcement, with branding for \"USA Hockey\" and \"hockey.com\" visible in the background."}
34
+ {"id": 1412, "prompt": "Replace the text 'DESTINATION' with 'SCHOOLS'.", "original_image": "2.3/image/original/2708282018781.0.jpg", "gt_image": "2.3/image/gt/2708282018781.0.jpg", "source_text": "DESTINATION", "target_text": "SCHOOLS", "gt_caption": "This photo depicts a formal meeting or conference at Shelby County Schools, as indicated by the \"SCHOOLS 2025\" presentation on the screen and the \"SCCS\" logo on the podium, with participants seated at tables and microphones."}
35
+ {"id": 1416, "prompt": "Replace the text 'Oignon rouge' with 'Oignon jaune'.", "original_image": "2.3/image/original/3440762010597.0.jpg", "gt_image": "2.3/image/gt/3440762010597.0.jpg", "source_text": "Oignon rouge", "target_text": "Oignon jaune", "gt_caption": "This photo shows a market display of yellow onions (Oignon jaune) with price tags indicating different prices per kilogram."}
36
+ {"id": 1420, "prompt": "Replace the text 'WoW Prezentation Date' with 'Wine Pairing Date'.", "original_image": "2.3/image/original/4214810002077.0.jpg", "gt_image": "2.3/image/gt/4214810002077.0.jpg", "source_text": "WoW Prezentation Date", "target_text": "Wine Pairing Date", "gt_caption": "This photo shows a man presenting a wine pairing session in front of a chalkboard, with several wine bottles displayed on a table."}
37
+ {"id": 1425, "prompt": "Replace the text 'Aichi-Nagoya' with 'Nagoya-Aichi'.", "original_image": "2.3/image/original/3389748003513.0.webp", "gt_image": "2.3/image/gt/3389748003513.0.webp", "source_text": "Aichi-Nagoya", "target_text": "Nagoya-Aichi", "gt_caption": "This photo shows a group of foreign ministers posing for a formal group photo at the G20 Nagoya-Aichi Foreign Ministers' Meeting in 2019."}
38
+ {"id": 1429, "prompt": "Replace the text 'FORUM2017' with 'PEACEFORUM'.", "original_image": "2.3/image/original/3351442009729.0.jpg", "gt_image": "2.3/image/gt/3351442009729.0.jpg", "source_text": "FORUM2017", "target_text": "PEACEFORUM", "gt_caption": "This photo shows a speaker addressing an audience at the Global Peace Economic Peaceforum in Manila, Philippines, with a panel of dignitaries seated behind him."}
39
+ {"id": 1433, "prompt": "Replace the text 'Carrier' with 'Company'.", "original_image": "2.3/image/original/1954628004994.0.jpg", "gt_image": "2.3/image/gt/1954628004994.0.jpg", "source_text": "Carrier", "target_text": "Company", "gt_caption": "This photo shows a person speaking at a Carrier Company event, standing at a podium with the Carrier logo prominently displayed."}
40
+ {"id": 1438, "prompt": "Replace the text 'PRESS' with 'MEDIA'.", "original_image": "2.3/image/original/3198659003620.0.jpg", "gt_image": "2.3/image/gt/3198659003620.0.jpg", "source_text": "PRESS", "target_text": "MEDIA", "gt_caption": "This photo shows two individuals standing at podiums labeled \"The Atlanta Media Club Inc.\" during a formal event or debate."}
41
+ {"id": 1442, "prompt": "Replace the text 'TEAMTFIRST' with 'Maroon5'.", "original_image": "2.3/image/original/3722923006673.0.webp", "gt_image": "2.3/image/gt/3722923006673.0.webp", "source_text": "TEAMTFIRST", "target_text": "Maroon5", "gt_caption": "This photo shows a group of musicians, including Maroon 5 and a guest artist, posing together in a hallway with a sign that reads \"Maroon 5.\""}
42
+ {"id": 1446, "prompt": "Replace the text '240' with '350'.", "original_image": "2.3/image/original/1422641001967.0.jpg", "gt_image": "2.3/image/gt/1422641001967.0.jpg", "source_text": "240", "target_text": "350", "gt_caption": "This photo shows a group of men in traditional white thobes and headscarves examining a presentation board with data and maps, likely during a professional or business event."}
43
+ {"id": 1450, "prompt": "Replace the text 'ickoryPoliceDepartment' with 'LongviewElementary'.", "original_image": "2.3/image/original/3833011009269.0.jpg", "gt_image": "2.3/image/gt/3833011009269.0.jpg", "source_text": "ickoryPoliceDepartment", "target_text": "LongviewElementary", "gt_caption": "This photo shows a police officer shaking hands with a student in a classroom setting, with a projection of \"Longview Elementary\" and a school building in the background."}
44
+ {"id": 1455, "prompt": "Replace the text 'PLANT' with 'GARDEN'.", "original_image": "2.3/image/original/2879862000171.0.jpg", "gt_image": "2.3/image/gt/2879862000171.0.jpg", "source_text": "PLANT", "target_text": "GARDEN", "gt_caption": "This photo shows a community garden with a chalkboard sign reading \"GARDEN 2 PLATE,\" inviting people to join work shifts on Sundays at 5:00 PM, surrounded by raised garden beds and a person tending to the plants."}
45
+ {"id": 1459, "prompt": "Replace the text 'being' with 'acting'.", "original_image": "2.3/image/original/2434335024468.0.webp", "gt_image": "2.3/image/gt/2434335024468.0.webp", "source_text": "being", "target_text": "acting", "gt_caption": "This photo shows a man in a suit standing in front of a chalkboard, gesturing as he speaks, with the board displaying a message about choosing kindness."}
46
+ {"id": 1463, "prompt": "Replace the text 'FAQS' with 'Help'.", "original_image": "2.3/image/original/1186283003255.0.jpg", "gt_image": "2.3/image/gt/1186283003255.0.jpg", "source_text": "FAQS", "target_text": "Help", "gt_caption": "This poster illustrates a collaborative brainstorming session with the central theme \"ASKED — Help — QUESTION,\" surrounded by question marks and labels like \"WHERE,\" \"WHEN,\" \"WHY,\" and \"WHO,\" emphasizing problem-solving and teamwork."}
47
+ {"id": 1468, "prompt": "Replace the text 'Waddling' with 'Strolling'.", "original_image": "2.3/image/original/1911749002862.0.jpg", "gt_image": "2.3/image/gt/1911749002862.0.jpg", "source_text": "Waddling", "target_text": "Strolling", "gt_caption": "This photo shows a classroom door decorated with a winter theme, featuring penguins wearing colorful hats and snowflakes, with the text \"Strolling into the Winter\" at the top."}
48
+ {"id": 1472, "prompt": "Replace the text 'free' with 'intolerant'.", "original_image": "2.3/image/original/1253919026157.0.jpg", "gt_image": "2.3/image/gt/1253919026157.0.jpg", "source_text": "free", "target_text": "intolerant", "gt_caption": "This photo showcases a variety of gluten-free grains, flours, and seeds arranged around a sign that reads \"Gluten intolerant,\" highlighting options for a gluten-free diet."}
49
+ {"id": 1476, "prompt": "Replace the text 'HAYES' with 'Support'.", "original_image": "2.3/image/original/2938360005174.0.jpg", "gt_image": "2.3/image/gt/2938360005174.0.jpg", "source_text": "HAYES", "target_text": "Support", "gt_caption": "This photo shows a group of five women wearing blue \"Superman\" t-shirts, smiling and posing in front of a display that reads \"Support Software Systems.\""}
50
+ {"id": 1480, "prompt": "Replace the text '13' with '31'.", "original_image": "2.3/image/original/1106444066114.0.jpg", "gt_image": "2.3/image/gt/1106444066114.0.jpg", "source_text": "13", "target_text": "31", "gt_caption": "This photo shows a performer on stage holding a microphone, singing or speaking, with a band in the background and a large screen displaying the number \"431\" illuminated in purple lighting."}
51
+ {"id": 1485, "prompt": "Replace the text 'coffee' with 'cafes'.", "original_image": "2.3/image/original/3347132000993.0.webp", "gt_image": "2.3/image/gt/3347132000993.0.webp", "source_text": "coffee", "target_text": "cafes", "gt_caption": "This photo shows a group of people sitting at a table in a Caffè Nero café, with a chalkboard wall in the background promoting their coffee roasting process."}
52
+ {"id": 1489, "prompt": "Replace the text 'Welcome' with 'Greetings'.", "original_image": "2.3/image/original/1426040015649.0.webp", "gt_image": "2.3/image/gt/1426040015649.0.webp", "source_text": "Welcome", "target_text": "Greetings", "gt_caption": "This photo shows a cozy indoor setting with a small chalkboard sign reading \"Greetings Aboard,\" accompanied by a vase of flowers and a decorative lamp, suggesting a welcoming or celebratory atmosphere."}
53
+ {"id": 1493, "prompt": "Replace the text 'Breakfast' with 'Lunch'.", "original_image": "2.3/image/original/2201359006709.0.jpg", "gt_image": "2.3/image/gt/2201359006709.0.jpg", "source_text": "Breakfast", "target_text": "Lunch", "gt_caption": "This photo depicts the interior of a cozy café or bakery, featuring a wooden counter with a menu board listing \"Lunch Menu,\" \"Cakes,\" \"Desserts,\" and \"Baguettes,\" illuminated by elegant chandeliers."}
54
+ {"id": 1498, "prompt": "Replace the text 'Shining' with 'Aiming'.", "original_image": "2.3/image/original/2809475001926.0.jpg", "gt_image": "2.3/image/gt/2809475001926.0.jpg", "source_text": "Shining", "target_text": "Aiming", "gt_caption": "This photo shows a group of children proudly holding certificates, standing with two adults in front of a banner that reads \"Aiming Light,\" likely celebrating an achievement or recognition event."}
55
+ {"id": 1502, "prompt": "Replace the text 'Customer' with 'Client'.", "original_image": "2.3/image/original/3676694001963.0.jpg", "gt_image": "2.3/image/gt/3676694001963.0.jpg", "source_text": "Customer", "target_text": "Client", "gt_caption": "This photo shows two smiling individuals holding a sign that reads \"Read our Client Reviews!\" to encourage viewers to check customer feedback."}
eval_prompts/miniset/2.4.jsonl ADDED
@@ -0,0 +1,45 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {"id": 1506, "prompt": "Replace the text 'BREONNA' with 'JUSTICE'.", "original_image": "2.4/image/original/4100803003080.0.jpg", "gt_image": "2.4/image/gt/4100803003080.0.jpg", "source_text": "BREONNA", "target_text": "JUSTICE", "gt_caption": "This photo depicts a protest march with participants holding a large banner that reads \"JUSTICE FOR JUSTICE TAYLOR,\" advocating for justice in a public demonstration."}
2
+ {"id": 1511, "prompt": "Replace the text '5' with '2'.", "original_image": "2.4/image/original/1042188007620.0.jpg", "gt_image": "2.4/image/gt/1042188007620.0.jpg", "source_text": "5", "target_text": "2", "gt_caption": "This photo captures a football player in a red Louisville uniform (number 2) catching a ball while being defended by an opponent in a white uniform (number 91) during a game."}
3
+ {"id": 1515, "prompt": "Replace the text 'BOLT' with 'Athlete'.", "original_image": "2.4/image/original/2980980016838.0.jpg", "gt_image": "2.4/image/gt/2980980016838.0.jpg", "source_text": "BOLT", "target_text": "Athlete", "gt_caption": "This photo shows an athlete holding a red \"Athlete\" banner, wearing a medal, and smiling, likely celebrating a sporting achievement."}
4
+ {"id": 1519, "prompt": "Replace the text 'ALEXANDER' with 'JONES'.", "original_image": "2.4/image/original/3397826015015.0.jpg", "gt_image": "2.4/image/gt/3397826015015.0.jpg", "source_text": "ALEXANDER", "target_text": "JONES", "gt_caption": "This photo shows a person holding a Green Bay Packers jersey with the name \"JONES\" and the number \"1,\" likely during an NFL draft event."}
5
+ {"id": 1523, "prompt": "Replace the text 'FAVORITE' with 'POPULAR'.", "original_image": "2.4/image/original/4256726007159.0.jpg", "gt_image": "2.4/image/gt/4256726007159.0.jpg", "source_text": "FAVORITE", "target_text": "POPULAR", "gt_caption": "This photo shows three men standing together on a red carpet, posing for the camera, with one wearing a shirt that reads \"MY POPULAR RAPPERS ARE DEAD RIP.\" The setting appears to be a public event or premiere."}
6
+ {"id": 1528, "prompt": "Replace the text '15' with '23'.", "original_image": "2.4/image/original/2845129085754.0.webp", "gt_image": "2.4/image/gt/2845129085754.0.webp", "source_text": "15", "target_text": "23", "gt_caption": "This photo shows a basketball player wearing a Sacramento Kings jersey with the number 23, smiling during a game."}
7
+ {"id": 1532, "prompt": "Replace the text '90' with '45'.", "original_image": "2.4/image/original/1273137010226.0.jpg", "gt_image": "2.4/image/gt/1273137010226.0.jpg", "source_text": "90", "target_text": "45", "gt_caption": "This photo shows a football player wearing a navy jersey with the number 45, celebrating or signaling with arms raised during a game."}
8
+ {"id": 1536, "prompt": "Replace the text 'STEVENS' with 'SUN DEVILS'.", "original_image": "2.4/image/original/3844993001292.0.jpg", "gt_image": "2.4/image/gt/3844993001292.0.jpg", "source_text": "STEVENS", "target_text": "SUN DEVILS", "gt_caption": "This photo captures a group of ice hockey players from the \"Sun Devils\" team celebrating a goal or victory on the ice, with their sticks raised in excitement."}
9
+ {"id": 1541, "prompt": "Replace the text 'JAYS' with 'TEAM'.", "original_image": "2.4/image/original/2915018004776.0.jpg", "gt_image": "2.4/image/gt/2915018004776.0.jpg", "source_text": "JAYS", "target_text": "TEAM", "gt_caption": "This photo shows a baseball pitcher in a Blue Jays uniform mid-throw during a game, with a crowd in the background."}
10
+ {"id": 1545, "prompt": "Replace the text 'SPURS' with 'HEAT'.", "original_image": "2.4/image/original/1131098013037.0.jpg", "gt_image": "2.4/image/gt/1131098013037.0.jpg", "source_text": "SPURS", "target_text": "HEAT", "gt_caption": "This photo captures a basketball game moment where a player in a white \"HEAT\" jersey (number 9) is attempting to pass the ball while being defended by a player in a black jersey (number 3, labeled \"WADE\")."}
11
+ {"id": 1549, "prompt": "Replace the text 'HOSSA' with 'MALKIN'.", "original_image": "2.4/image/original/1313584005617.0.jpg", "gt_image": "2.4/image/gt/1313584005617.0.jpg", "source_text": "HOSSA", "target_text": "MALKIN", "gt_caption": "This photo captures a hockey fight on the ice, with players from opposing teams engaged in a physical altercation, while a referee attempts to intervene."}
12
+ {"id": 1554, "prompt": "Replace the text 'TRUBISKY' with 'QUARTERBACK'.", "original_image": "2.4/image/original/3951394015577.0.jpg", "gt_image": "2.4/image/gt/3951394015577.0.jpg", "source_text": "TRUBISKY", "target_text": "QUARTERBACK", "gt_caption": "This photo shows a person holding a Chicago Bears jersey with the number \"1\" and the word \"QUARTERBACK\" on it, likely at a draft or signing event."}
13
+ {"id": 1558, "prompt": "Replace the text 'CHEVROLET' with 'MANCHESTER'.", "original_image": "2.4/image/original/1643960010589.0.jpg", "gt_image": "2.4/image/gt/1643960010589.0.jpg", "source_text": "CHEVROLET", "target_text": "MANCHESTER", "gt_caption": "This photo shows a person wearing a Manchester United jersey, standing in front of a backdrop featuring the club's logos and sponsors."}
14
+ {"id": 1562, "prompt": "Replace the text '23' with '45'.", "original_image": "2.4/image/original/4133617015414.0.jpg", "gt_image": "2.4/image/gt/4133617015414.0.jpg", "source_text": "23", "target_text": "45", "gt_caption": "This photo shows a coach in a suit gesturing toward a player wearing a red jersey with the name \"SHAW\" and the number \"45\" on the back, during a soccer match."}
15
+ {"id": 1566, "prompt": "Replace the text '35' with '23'.", "original_image": "2.4/image/original/2133636000521.0.jpg", "gt_image": "2.4/image/gt/2133636000521.0.jpg", "source_text": "35", "target_text": "23", "gt_caption": "This photo shows two basketball players in Golden State Warriors jerseys high-fiving on the court during a game, with a crowd in the background."}
16
+ {"id": 1571, "prompt": "Replace the text 'Rakuten' with 'Barcelona'.", "original_image": "2.4/image/original/3717049002196.0.jpg", "gt_image": "2.4/image/gt/3717049002196.0.jpg", "source_text": "Rakuten", "target_text": "Barcelona", "gt_caption": "This photo shows a soccer player in a Barcelona jersey celebrating or signaling during a match."}
17
+ {"id": 1575, "prompt": "Replace the text '44' with '45'.", "original_image": "2.4/image/original/2921108013748.0.webp", "gt_image": "2.4/image/gt/2921108013748.0.webp", "source_text": "44", "target_text": "45", "gt_caption": "This black-and-white photo shows four football players standing on a field, wearing numbered jerseys (80, 32, 40, 45) and holding helmets, with a stadium and cars in the background."}
18
+ {"id": 1579, "prompt": "Replace the text 'DREAM' with 'DACA'.", "original_image": "2.4/image/original/2191625010043.0.jpg", "gt_image": "2.4/image/gt/2191625010043.0.jpg", "source_text": "DREAM", "target_text": "DACA", "gt_caption": "This photo shows a couple embracing during a protest, with signs advocating for DACA and opposing Trump, set against the backdrop of the U.S. Capitol building."}
19
+ {"id": 1584, "prompt": "Replace the text 'KIERMAIER' with 'MORNING'.", "original_image": "2.4/image/original/3332992011737.0.jpg", "gt_image": "2.4/image/gt/3332992011737.0.jpg", "source_text": "KIERMAIER", "target_text": "MORNING", "gt_caption": "This photo captures a baseball game moment where a player in a blue uniform (MORNING #39) is running toward a base, while a fielder in a white uniform attempts to tag him out."}
20
+ {"id": 1588, "prompt": "Replace the text '12' with '23'.", "original_image": "2.4/image/original/4110567009234.0.jpg", "gt_image": "2.4/image/gt/4110567009234.0.jpg", "source_text": "12", "target_text": "23", "gt_caption": "This photo shows a group of cricket players in green and yellow uniforms celebrating a victory, with one player being lifted into the air by his teammates."}
21
+ {"id": 1592, "prompt": "Replace the text 'MANZIEL' with 'Draft'.", "original_image": "2.4/image/original/3187856007358.0.jpg", "gt_image": "2.4/image/gt/3187856007358.0.jpg", "source_text": "MANZIEL", "target_text": "Draft", "gt_caption": "This photo shows a man holding a Cleveland Browns \"Draft\" jersey with the number 1, celebrating his selection in the NFL Draft alongside NFL Commissioner Roger Goodell."}
22
+ {"id": 1596, "prompt": "Replace the text '14' with '21'.", "original_image": "2.4/image/original/950554019011.0.jpg", "gt_image": "2.4/image/gt/950554019011.0.jpg", "source_text": "14", "target_text": "21", "gt_caption": "This photo shows a baseball pitcher in a Detroit Tigers uniform preparing to throw the ball during a game."}
23
+ {"id": 1601, "prompt": "Replace the text '23' with '42'.", "original_image": "2.4/image/original/2905363001012.0.jpg", "gt_image": "2.4/image/gt/2905363001012.0.jpg", "source_text": "23", "target_text": "42", "gt_caption": "This illustration depicts a basketball player in a red jersey (Jordan, #42) leaping for a dunk, while a player in a yellow Lakers jersey (#32) attempts to defend during a game."}
24
+ {"id": 1605, "prompt": "Replace the text '75' with '21'.", "original_image": "2.4/image/original/3120825005176.0.jpg", "gt_image": "2.4/image/gt/3120825005176.0.jpg", "source_text": "75", "target_text": "21", "gt_caption": "This photo captures a football player in a white uniform (Dallas Cowboys) diving to catch a ball during a game, while being tackled by a player in a black uniform (Philadelphia Eagles)."}
25
+ {"id": 1609, "prompt": "Replace the text 'Natural' with 'Organic'.", "original_image": "2.4/image/original/1582105011204.0.jpg", "gt_image": "2.4/image/gt/1582105011204.0.jpg", "source_text": "Natural", "target_text": "Organic", "gt_caption": "This photo shows a person leaning against a wooden wall, wearing a red tank top with \"Organic Light\" printed on it, denim shorts, and holding a can, with a casual and relaxed vibe."}
26
+ {"id": 1614, "prompt": "Replace the text 'NDIAN' with 'PACERS'.", "original_image": "2.4/image/original/4188625002700.0.jpg", "gt_image": "2.4/image/gt/4188625002700.0.jpg", "source_text": "NDIAN", "target_text": "PACERS", "gt_caption": "This photo shows a basketball player in a Pacers jersey adjusting his sleeve during a game."}
27
+ {"id": 1618, "prompt": "Replace the text 'KING' with 'PLAYER'.", "original_image": "2.4/image/original/2920956003581.0.jpg", "gt_image": "2.4/image/gt/2920956003581.0.jpg", "source_text": "KING", "target_text": "PLAYER", "gt_caption": "This photo shows a soccer player in a blue Leicester City jersey running on the field during a match, giving a thumbs-up gesture."}
28
+ {"id": 1622, "prompt": "Replace the text '84' with '15'.", "original_image": "2.4/image/original/250916000465.0.jpg", "gt_image": "2.4/image/gt/250916000465.0.jpg", "source_text": "84", "target_text": "15", "gt_caption": "This photo captures a group of Minnesota Vikings players in a huddle during a football game, focusing on teamwork and strategy."}
29
+ {"id": 1627, "prompt": "Replace the text '242' with '243'.", "original_image": "2.4/image/original/1643593000750.0.jpg", "gt_image": "2.4/image/gt/1643593000750.0.jpg", "source_text": "242", "target_text": "243", "gt_caption": "This photo shows three speed skaters competing on an ice rink, wearing blue uniforms and helmets with numbers, demonstrating intense focus and agility during a race."}
30
+ {"id": 1631, "prompt": "Replace the text '16' with '23'.", "original_image": "2.4/image/original/3081111003808.0.jpg", "gt_image": "2.4/image/gt/3081111003808.0.jpg", "source_text": "16", "target_text": "23", "gt_caption": "This photo captures an intense moment in an Australian Rules Football match, showing a player in a black and white uniform leaping to contest the ball with an opponent in a blue and red uniform."}
31
+ {"id": 1635, "prompt": "Replace the text '35' with '2018'.", "original_image": "2.4/image/original/3158918000598.0.jpg", "gt_image": "2.4/image/gt/3158918000598.0.jpg", "source_text": "35", "target_text": "2018", "gt_caption": "This photo shows an athlete celebrating after a luge event at the PyeongChang 2018 Winter Olympics, wearing a red and black uniform with the Olympic rings and event branding."}
32
+ {"id": 1639, "prompt": "Replace the text '19' with '20'.", "original_image": "2.4/image/original/3697178004164.0.jpg", "gt_image": "2.4/image/gt/3697178004164.0.jpg", "source_text": "19", "target_text": "20", "gt_caption": "This photo captures a volleyball player in mid-air executing a powerful spike during a competitive match, with teammates and opponents positioned on the court and spectators in the background."}
33
+ {"id": 1644, "prompt": "Replace the text 'ULLS' with 'ROSE'.", "original_image": "2.4/image/original/2704908002782.0.jpg", "gt_image": "2.4/image/gt/2704908002782.0.jpg", "source_text": "ULLS", "target_text": "ROSE", "gt_caption": "This photo shows a basketball player in a red jersey dribbling a basketball, showcasing a dynamic pose during a game or practice."}
34
+ {"id": 1648, "prompt": "Replace the text '17' with '5'.", "original_image": "2.4/image/original/3070428105041.0.jpg", "gt_image": "2.4/image/gt/3070428105041.0.jpg", "source_text": "17", "target_text": "5", "gt_caption": "This photo shows a group of female cricket players in yellow uniforms celebrating on the field during a match."}
35
+ {"id": 1652, "prompt": "Replace the text 'COUSINS' with 'GRIZZLIES'.", "original_image": "2.4/image/original/1313541000215.0.jpg", "gt_image": "2.4/image/gt/1313541000215.0.jpg", "source_text": "COUSINS", "target_text": "GRIZZLIES", "gt_caption": "This photo captures a basketball player in a Memphis Grizzlies uniform (Jersey 13) dunking the ball during a game, while a player from the Grizzlies (Jersey 15) attempts to defend."}
36
+ {"id": 1657, "prompt": "Replace the text 'BURBERRY' with 'Gucci'.", "original_image": "2.4/image/original/2858644016442.0.webp", "gt_image": "2.4/image/gt/2858644016442.0.webp", "source_text": "BURBERRY", "target_text": "Gucci", "gt_caption": "This photo shows a person wearing a black Gucci sweatshirt with the text \"GUCCI LONDON ENGLAND\" printed on the front."}
37
+ {"id": 1661, "prompt": "Replace the text '23' with '10'.", "original_image": "2.4/image/original/2964051064302.0.jpg", "gt_image": "2.4/image/gt/2964051064302.0.jpg", "source_text": "23", "target_text": "10", "gt_caption": "This photo shows two soccer players celebrating near the goalpost during a match, with a crowd in the background."}
38
+ {"id": 1665, "prompt": "Replace the text '30' with '25'.", "original_image": "2.4/image/original/3819254087063.0.jpg", "gt_image": "2.4/image/gt/3819254087063.0.jpg", "source_text": "30", "target_text": "25", "gt_caption": "This photo shows a basketball player in a Detroit Pistons uniform celebrating with teammates during a game."}
39
+ {"id": 1669, "prompt": "Replace the text 'SKINNYJEANS' with 'CRAFTMATERIAL'.", "original_image": "2.4/image/original/4016568006874.0.webp", "gt_image": "2.4/image/gt/4016568006874.0.webp", "source_text": "SKINNYJEANS", "target_text": "CRAFTMATERIAL", "gt_caption": "This photo shows two women smiling and sorting through a blue plastic crate filled with files or documents in what appears to be an office or workspace setting."}
40
+ {"id": 1674, "prompt": "Replace the text 'TALLAS' with 'DALLAS'.", "original_image": "2.4/image/original/3496618005679.0.jpg", "gt_image": "2.4/image/gt/3496618005679.0.jpg", "source_text": "TALLAS", "target_text": "DALLAS", "gt_caption": "This photo shows a Dallas firefighter directing traffic at a fire scene, with a fire truck and elevated ladder in the background."}
41
+ {"id": 1678, "prompt": "Replace the text 'MANE' with 'Klopp'.", "original_image": "2.4/image/original/3014805002598.0.webp", "gt_image": "2.4/image/gt/3014805002598.0.webp", "source_text": "MANE", "target_text": "Klopp", "gt_caption": "This photo shows a coach hugging a player wearing a Liverpool jersey with the name \"Klopp\" and the number 19, likely celebrating a moment during a match."}
42
+ {"id": 1682, "prompt": "Replace the text 'ATLANTA' with 'HAWKS'.", "original_image": "2.4/image/original/1013007002589.0.webp", "gt_image": "2.4/image/gt/1013007002589.0.webp", "source_text": "ATLANTA", "target_text": "HAWKS", "gt_caption": "This photo shows a basketball player wearing a red \"Hawks\" jersey with the number 10, standing on the court with hands on hips during a game."}
43
+ {"id": 1687, "prompt": "Replace the text 'HOUSTON' with 'TEMPLE'.", "original_image": "2.4/image/original/2247939017215.0.jpg", "gt_image": "2.4/image/gt/2247939017215.0.jpg", "source_text": "HOUSTON", "target_text": "TEMPLE", "gt_caption": "This photo shows two Temple University basketball players celebrating on the court during a game."}
44
+ {"id": 1691, "prompt": "Replace the text '23' with '10'.", "original_image": "2.4/image/original/2613360011910.0.jpg", "gt_image": "2.4/image/gt/2613360011910.0.jpg", "source_text": "23", "target_text": "10", "gt_caption": "This photo captures a dynamic basketball moment, showing Michael Jordan (Chicago Bulls, jersey #10) leaping for a dunk during a game against the Los Angeles Lakers, with a defender (Lakers, jersey #32) attempting to block him."}
45
+ {"id": 1695, "prompt": "Replace the text 'LSU' with 'Tigers'.", "original_image": "2.4/image/original/3643408007323.0.webp", "gt_image": "2.4/image/gt/3643408007323.0.webp", "source_text": "LSU", "target_text": "Tigers", "gt_caption": "This photo shows a basketball player in a white \"Tigers\" uniform dribbling the ball during a game, with cheerleaders and spectators in the background."}
eval_prompts/miniset/2.5.jsonl ADDED
@@ -0,0 +1,59 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {"id": 1700, "prompt": "Replace the text 'CHAMPIONS' with 'VICTORS'.", "original_image": "2.5/image/original/4079645002287.0.jpg", "gt_image": "2.5/image/gt/4079645002287.0.jpg", "source_text": "CHAMPIONS", "target_text": "VICTORS", "gt_caption": "This photo captures a celebratory parade with a red double-decker bus labeled \"VICTORS OF EUROPE,\" filled with jubilant players and fans, surrounded by confetti and cheering crowds."}
2
+ {"id": 1704, "prompt": "Replace the text '722' with '166'.", "original_image": "2.5/image/original/3394608001220.0.jpg", "gt_image": "2.5/image/gt/3394608001220.0.jpg", "source_text": "722", "target_text": "166", "gt_caption": "This photo shows a vintage red race car with the number \"166\" prominently displayed, featuring an open cockpit and a classic design."}
3
+ {"id": 1708, "prompt": "Replace the text '2' with '3'.", "original_image": "2.5/image/original/3985802052934.0.jpg", "gt_image": "2.5/image/gt/3985802052934.0.jpg", "source_text": "2", "target_text": "3", "gt_caption": "This photo shows a U.S. Navy Blue Angels jet in flight, marked with the number \"3,\" soaring over a coastal landscape."}
4
+ {"id": 1712, "prompt": "Replace the text '605' with '1963'.", "original_image": "2.5/image/original/2358912002280.0.jpg", "gt_image": "2.5/image/gt/2358912002280.0.jpg", "source_text": "605", "target_text": "1963", "gt_caption": "This photo showcases a vintage Mercedes-Benz race car from 1963, featuring \"Super NAFTA YPF\" branding and a sleek, classic design."}
5
+ {"id": 1717, "prompt": "Replace the text 'American' with 'United'.", "original_image": "2.5/image/original/1316075000091.0.jpg", "gt_image": "2.5/image/gt/1316075000091.0.jpg", "source_text": "American", "target_text": "United", "gt_caption": "This photo shows a United Airlines Boeing 787 flying above the clouds in a clear blue sky."}
6
+ {"id": 1721, "prompt": "Replace the text '33344' with '55566'.", "original_image": "2.5/image/original/4065662004948.0.webp", "gt_image": "2.5/image/gt/4065662004948.0.webp", "source_text": "33344", "target_text": "55566", "gt_caption": "This photo shows the front grille and license plate of a white sports car with a red accent, parked in a lot, featuring a Sharjah, U.A.E., license plate with the number \"55566.\""}
7
+ {"id": 1725, "prompt": "Replace the text 'Building' with 'Workers'.", "original_image": "2.5/image/original/4271315000494.0.jpg", "gt_image": "2.5/image/gt/4271315000494.0.jpg", "source_text": "Building", "target_text": "Workers", "gt_caption": "This photo shows a group of four men posing in front of buses labeled \"CHC Workers,\" likely at a construction site with cranes visible in the background."}
8
+ {"id": 1730, "prompt": "Replace the text 'HOLDEN' with 'Holden Racing'.", "original_image": "2.5/image/original/2031672001698.0.jpg", "gt_image": "2.5/image/gt/2031672001698.0.jpg", "source_text": "HOLDEN", "target_text": "Holden Racing", "gt_caption": "This photo shows a Holden racing car with the number 88, sponsored by Red Bull and other brands, driving on a racetrack during a motorsport event."}
9
+ {"id": 1734, "prompt": "Replace the text 'SEASON' with 'STORM'.", "original_image": "2.5/image/original/3937321000700.0.jpg", "gt_image": "2.5/image/gt/3937321000700.0.jpg", "source_text": "SEASON", "target_text": "STORM", "gt_caption": "This photo shows a yellow \"HURRICANE STORM\" warning sign against a dark, stormy sky with lightning, emphasizing a severe weather alert."}
10
+ {"id": 1738, "prompt": "Replace the text 'HERE' with 'NOW'.", "original_image": "2.5/image/original/1044032012557.0.jpg", "gt_image": "2.5/image/gt/1044032012557.0.jpg", "source_text": "HERE", "target_text": "NOW", "gt_caption": "This photo shows a person standing on a road with a yellow diamond-shaped sign that reads \"YOU ARE NOW,\" emphasizing the present moment."}
11
+ {"id": 1743, "prompt": "Replace the text 'HGC662J' with 'VW1965K'.", "original_image": "2.5/image/original/3514984004641.0.webp", "gt_image": "2.5/image/gt/3514984004641.0.webp", "source_text": "HGC662J", "target_text": "VW1965K", "gt_caption": "This photo showcases a vibrant yellow vintage Volkswagen Karmann Ghia parked in front of a brick building, highlighting its classic design and polished appearance."}
12
+ {"id": 1747, "prompt": "Replace the text 'WILLIAMS' with 'FORMULA'.", "original_image": "2.5/image/original/3865028002841.0.webp", "gt_image": "2.5/image/gt/3865028002841.0.webp", "source_text": "WILLIAMS", "target_text": "FORMULA", "gt_caption": "This digital display showcases a Formula 1 racing car with the number 63, featuring a sleek design and prominent sponsor logos, set against a dark background."}
13
+ {"id": 1751, "prompt": "Replace the text 'KING' with 'STREET'.", "original_image": "2.5/image/original/2263717002472.0.jpg", "gt_image": "2.5/image/gt/2263717002472.0.jpg", "source_text": "KING", "target_text": "STREET", "gt_caption": "This photo shows a TTC streetcar with an advertisement promoting changes on King Street, emphasizing space for people, bike parking, and more."}
14
+ {"id": 1755, "prompt": "Replace the text '257FUB' with 'VWBUS'.", "original_image": "2.5/image/original/2220813003117.0.jpg", "gt_image": "2.5/image/gt/2220813003117.0.jpg", "source_text": "257FUB", "target_text": "VWBUS", "gt_caption": "This photo shows a vintage Volkswagen bus with a light blue exterior, parked outdoors, featuring a custom license plate that reads \"VW BUS.\""}
15
+ {"id": 1760, "prompt": "Replace the text 'COMMANDER' with 'OFFICER'.", "original_image": "2.5/image/original/1304615002662.0.webp", "gt_image": "2.5/image/gt/1304615002662.0.webp", "source_text": "COMMANDER", "target_text": "OFFICER", "gt_caption": "This photo shows a naval officer standing confidently with arms crossed in front of a docked ship, with a sign reading \"OFFICER 1st M.C.M. SQUADRON\" in the foreground."}
16
+ {"id": 1764, "prompt": "Replace the text 'FedEx' with 'UPS'.", "original_image": "2.5/image/original/2124753001812.0.jpg", "gt_image": "2.5/image/gt/2124753001812.0.jpg", "source_text": "FedEx", "target_text": "UPS", "gt_caption": "This photo shows a NASCAR driver celebrating a pole award victory, standing in front of his race car, with a team and sponsor banners in the background."}
17
+ {"id": 1768, "prompt": "Replace the text 'Morayfield' with 'Caboolture'.", "original_image": "2.5/image/original/4251172000256.0.jpg", "gt_image": "2.5/image/gt/4251172000256.0.jpg", "source_text": "Morayfield", "target_text": "Caboolture", "gt_caption": "This photo shows a busy highway with heavy traffic approaching an exit sign for Buchanan Rd and Caboolture, indicating the exit is 1 km ahead in the left lane."}
18
+ {"id": 1773, "prompt": "Replace the text 'SCOTSMAN' with 'ENGINEER'.", "original_image": "2.5/image/original/1386998002066.0.webp", "gt_image": "2.5/image/gt/1386998002066.0.webp", "source_text": "SCOTSMAN", "target_text": "ENGINEER", "gt_caption": "This photo shows a person climbing onto a steam locomotive labeled \"The Flying Engineer\" at a train station, with a modern train visible in the background."}
19
+ {"id": 1777, "prompt": "Replace the text 'POLiCIA' with 'IMPEACHMENT'.", "original_image": "2.5/image/original/1333492002686.0.webp", "gt_image": "2.5/image/gt/1333492002686.0.webp", "source_text": "POLiCIA", "target_text": "IMPEACHMENT", "gt_caption": "This photo shows a protest scene at night, with a person wearing a red \"Dilma\" shirt gesturing toward a line of police officers in riot gear behind barricades marked with \"IMPEACHMENT.\""}
20
+ {"id": 1781, "prompt": "Replace the text 'bus' with 'tour'.", "original_image": "2.5/image/original/1184706031353.0.jpg", "gt_image": "2.5/image/gt/1184706031353.0.jpg", "source_text": "bus", "target_text": "tour", "gt_caption": "This photo shows a group of people, including nuns, waving and walking near a bus labeled \"Nuns on the tour,\" indicating a public awareness or advocacy event."}
21
+ {"id": 1785, "prompt": "Replace the text 'Success' with 'Achievement'.", "original_image": "2.5/image/original/3117754001405.0.jpg", "gt_image": "2.5/image/gt/3117754001405.0.jpg", "source_text": "Success", "target_text": "Achievement", "gt_caption": "This photo depicts a road stretching into the horizon with a highway sign reading \"Achievement JUST AHEAD,\" symbolizing progress and motivation."}
22
+ {"id": 1790, "prompt": "Replace the text 'K4' with 'P47'.", "original_image": "2.5/image/original/3412523002702.0.jpg", "gt_image": "2.5/image/gt/3412523002702.0.jpg", "source_text": "K4", "target_text": "P47", "gt_caption": "This photo shows a detailed model of a P-47 Thunderbolt aircraft, featuring its distinctive nose art, propeller, and U.S. star insignia."}
23
+ {"id": 1794, "prompt": "Replace the text 'LIFESAVER' with 'NUTRITIONIST'.", "original_image": "2.5/image/original/3861053024277.0.webp", "gt_image": "2.5/image/gt/3861053024277.0.webp", "source_text": "LIFESAVER", "target_text": "NUTRITIONIST", "gt_caption": "This photo shows a man standing confidently with his arms crossed in front of a fire truck, with the word \"NUTRITIONIST\" prominently displayed on the vehicle."}
24
+ {"id": 1798, "prompt": "Replace the text 'RAPTOR' with 'SUV'.", "original_image": "2.5/image/original/3137237008278.0.jpg", "gt_image": "2.5/image/gt/3137237008278.0.jpg", "source_text": "RAPTOR", "target_text": "SUV", "gt_caption": "This photo shows a customized Ford F-150 pickup truck with \"Built Ford Tough\" and \"EcoBoost\" branding, parked in a desert landscape."}
25
+ {"id": 1803, "prompt": "Replace the text 'KARL' with 'LAWRENCE'.", "original_image": "2.5/image/original/1904974004920.0.jpg", "gt_image": "2.5/image/gt/1904974004920.0.jpg", "source_text": "KARL", "target_text": "LAWRENCE", "gt_caption": "This photo shows a person sitting in a classic car with the door open, wearing a cap and a t-shirt, with the car's side featuring the branding \"LAWRENCE LAWRENCE Cellars Since 1991.\""}
26
+ {"id": 1807, "prompt": "Replace the text 'Light' with 'Kenny'.", "original_image": "2.5/image/original/2827658006441.0.jpg", "gt_image": "2.5/image/gt/2827658006441.0.jpg", "source_text": "Light", "target_text": "Kenny", "gt_caption": "This photo shows a large tour bus with a vibrant advertisement for \"Corona Kenny Chesney,\" featuring artwork and branding for the beer and the musician, parked on a street with people in the background."}
27
+ {"id": 1811, "prompt": "Replace the text '6' with '7'.", "original_image": "2.5/image/original/2844902008791.0.jpg", "gt_image": "2.5/image/gt/2844902008791.0.jpg", "source_text": "6", "target_text": "7", "gt_caption": "This black-and-white photo shows street signs at the intersection of 51st Street and 7th Avenue in New York City, with the backdrop of tall skyscrapers."}
28
+ {"id": 1816, "prompt": "Replace the text 'DUBAI' with 'LONDON'.", "original_image": "2.5/image/original/3138442084834.0.webp", "gt_image": "2.5/image/gt/3138442084834.0.webp", "source_text": "DUBAI", "target_text": "LONDON", "gt_caption": "This photo shows a driver in a race car waving to the crowd, with a co-driver seated beside them, both wearing helmets and racing gear, and the car prominently displaying a \"Monster Energy\" logo."}
29
+ {"id": 1820, "prompt": "Replace the text 'AND' with 'FIRE'.", "original_image": "2.5/image/original/3596895001374.0.jpg", "gt_image": "2.5/image/gt/3596895001374.0.jpg", "source_text": "AND", "target_text": "FIRE", "gt_caption": "This photo shows a firefighter standing in front of a fire rescue vehicle, smiling and wearing protective gear."}
30
+ {"id": 1824, "prompt": "Replace the text '555' with '1200'.", "original_image": "2.5/image/original/2431369004474.0.jpg", "gt_image": "2.5/image/gt/2431369004474.0.jpg", "source_text": "555", "target_text": "1200", "gt_caption": "This photo shows a red and white Ducati motorcycle parked in a lot, with a person gesturing nearby, likely discussing or admiring the bike."}
31
+ {"id": 1828, "prompt": "Replace the text 'Kibys' with 'Vehicles'.", "original_image": "2.5/image/original/1252779007757.0.jpg", "gt_image": "2.5/image/gt/1252779007757.0.jpg", "source_text": "Kibys", "target_text": "Vehicles", "gt_caption": "This photo shows a classic red Ford truck with the text \"Vehicles\" on its side, parked on a road under a clear blue sky."}
32
+ {"id": 1833, "prompt": "Replace the text 'F337XEW' with 'Chrome'.", "original_image": "2.5/image/original/3949083005127.0.webp", "gt_image": "2.5/image/gt/3949083005127.0.webp", "source_text": "F337XEW", "target_text": "Chrome", "gt_caption": "This illustration depicts a sleek, vintage car speeding down a scenic road lined with lush green trees, emphasizing motion and speed."}
33
+ {"id": 1837, "prompt": "Replace the text 'Freeway' with 'Highway'.", "original_image": "2.5/image/original/1119445002753.0.jpg", "gt_image": "2.5/image/gt/1119445002753.0.jpg", "source_text": "Freeway", "target_text": "Highway", "gt_caption": "This photo shows a highway sign for the \"Quentin L Kopp Highway,\" with vehicles traveling on the road in the background."}
34
+ {"id": 1841, "prompt": "Replace the text 'N5543B' with 'N6789C'.", "original_image": "2.5/image/original/4011848012685.0.jpg", "gt_image": "2.5/image/gt/4011848012685.0.jpg", "source_text": "N5543B", "target_text": "N6789C", "gt_caption": "This screenshot depicts a small propeller aircraft flying over a cityscape at dusk, with illuminated streets and buildings visible below."}
35
+ {"id": 1846, "prompt": "Replace the text 'LEVEL' with 'FLIGHT'.", "original_image": "2.5/image/original/3857291099839.0.jpg", "gt_image": "2.5/image/gt/3857291099839.0.jpg", "source_text": "LEVEL", "target_text": "FLIGHT", "gt_caption": "This photo shows a commercial airplane with \"FLIGHT\" branding parked at an airport, with a control tower and terminal in the background."}
36
+ {"id": 1850, "prompt": "Replace the text 'canon' with 'Williams'.", "original_image": "2.5/image/original/3785413000204.0.webp", "gt_image": "2.5/image/gt/3785413000204.0.webp", "source_text": "canon", "target_text": "Williams", "gt_caption": "This photo shows a Formula 1 racing car, specifically a Williams-Honda, with the number 6, on a track during a race or practice session."}
37
+ {"id": 1854, "prompt": "Replace the text 'MNI' with 'Dakar'.", "original_image": "2.5/image/original/1046566009289.0.jpg", "gt_image": "2.5/image/gt/1046566009289.0.jpg", "source_text": "MNI", "target_text": "Dakar", "gt_caption": "This photo shows two rally drivers in racing gear exchanging a fist bump on top of a Dakar Rally car, celebrating their performance in a desert racing event."}
38
+ {"id": 1859, "prompt": "Replace the text 'ROUTE' with 'Journey'.", "original_image": "2.5/image/original/2451443003617.0.webp", "gt_image": "2.5/image/gt/2451443003617.0.webp", "source_text": "ROUTE", "target_text": "Journey", "gt_caption": "This photo shows a person standing on the \"Midpoint\" of Route 66, marked by a painted shield symbol on the road, with a \"CAFE\" sign and rural surroundings in the background."}
39
+ {"id": 1863, "prompt": "Replace the text 'UPTOWN' with 'DOWNTOWN'.", "original_image": "2.5/image/original/4133557004873.0.webp", "gt_image": "2.5/image/gt/4133557004873.0.webp", "source_text": "UPTOWN", "target_text": "DOWNTOWN", "gt_caption": "This black-and-white photo shows Marilyn Monroe standing in front of a sign at a train station, with the text \"DOWNTOWN LOCAL\" and \"GRAND CENTRAL\" visible, and a train in the background."}
40
+ {"id": 1867, "prompt": "Replace the text 'ORD' with 'CBS'.", "original_image": "2.5/image/original/2608782002387.0.jpg", "gt_image": "2.5/image/gt/2608782002387.0.jpg", "source_text": "ORD", "target_text": "CBS", "gt_caption": "This photo shows a woman leaning down to speak to a young boy in front of a school bus, suggesting a moment of interaction or guidance."}
41
+ {"id": 1871, "prompt": "Replace the text 'CMACGM' with 'CargoShip'.", "original_image": "2.5/image/original/2179684059091.0.jpg", "gt_image": "2.5/image/gt/2179684059091.0.jpg", "source_text": "CMACGM", "target_text": "CargoShip", "gt_caption": "This photo shows a large cargo ship docked in front of a city skyline, with numerous shipping containers stacked on its deck."}
42
+ {"id": 1876, "prompt": "Replace the text 'FINISH' with 'START'.", "original_image": "2.5/image/original/1645607003324.0.jpg", "gt_image": "2.5/image/gt/1645607003324.0.jpg", "source_text": "FINISH", "target_text": "START", "gt_caption": "This photo shows a sleek sports car approaching a \"START\" sign at the beginning of a race or event, framed by hay bales and trees."}
43
+ {"id": 1880, "prompt": "Replace the text '7' with '5'.", "original_image": "2.5/image/original/3482222006933.0.jpg", "gt_image": "2.5/image/gt/3482222006933.0.jpg", "source_text": "7", "target_text": "5", "gt_caption": "This photo shows a race car driver in a white racing suit and helmet, posing confidently in front of a red race car with the number \"5\" and \"Arco\" branding, at a race track event."}
44
+ {"id": 1884, "prompt": "Replace the text 'TRANSPORT' with 'LOGISTICS'.", "original_image": "2.5/image/original/4041007008316.0.jpg", "gt_image": "2.5/image/gt/4041007008316.0.jpg", "source_text": "TRANSPORT", "target_text": "LOGISTICS", "gt_caption": "This photo shows a Scania Super truck operated by IDS Logistics (UK) Ltd., traveling on a highway, with its trailer labeled for professional chilled storage and distribution."}
45
+ {"id": 1889, "prompt": "Replace the text '66' with '88'.", "original_image": "2.5/image/original/1531024012790.0.jpg", "gt_image": "2.5/image/gt/1531024012790.0.jpg", "source_text": "66", "target_text": "88", "gt_caption": "This photo shows a road sign for \"California US 88\" mounted on a wooden post, with a straight road stretching into the distance through a dry, hilly landscape."}
46
+ {"id": 1893, "prompt": "Replace the text 'TOTAL' with 'AWARD'.", "original_image": "2.5/image/original/3457191006171.0.jpg", "gt_image": "2.5/image/gt/3457191006171.0.jpg", "source_text": "TOTAL", "target_text": "AWARD", "gt_caption": "This photo shows a race car speeding on a track at night, illuminated by its headlights, with an \"AWARD\" banner visible in the background."}
47
+ {"id": 1897, "prompt": "Replace the text 'PAA' with 'Voyage'.", "original_image": "2.5/image/original/2137751007685.0.jpg", "gt_image": "2.5/image/gt/2137751007685.0.jpg", "source_text": "PAA", "target_text": "Voyage", "gt_caption": "This vintage illustration depicts a stylish woman in a striped dress and hat, holding a suitcase, standing in front of a large airplane labeled \"Voyage,\" suggesting a travel or aviation theme."}
48
+ {"id": 1901, "prompt": "Replace the text 'HOLYOKE' with 'STREET'.", "original_image": "2.5/image/original/4239891017300.0.jpg", "gt_image": "2.5/image/gt/4239891017300.0.jpg", "source_text": "HOLYOKE", "target_text": "STREET", "gt_caption": "This photo shows a worker in a workshop assembling street signs, including one labeled \"LAKE ST.\" and another labeled \"TAFT AVE.\""}
49
+ {"id": 1906, "prompt": "Replace the text '9' with '60'.", "original_image": "2.5/image/original/3080438002339.0.jpg", "gt_image": "2.5/image/gt/3080438002339.0.jpg", "source_text": "9", "target_text": "60", "gt_caption": "This photo shows a classic red race car with the number \"60\" on its side, parked on an open airstrip, highlighting its vintage design and racing heritage."}
50
+ {"id": 1910, "prompt": "Replace the text 'CHARGE' with 'SPEED'.", "original_image": "2.5/image/original/3352316004941.0.webp", "gt_image": "2.5/image/gt/3352316004941.0.webp", "source_text": "CHARGE", "target_text": "SPEED", "gt_caption": "This photo shows a large truck with vibrant graffiti-style artwork featuring the words \"SPEED\" and \"FURB,\" along with dynamic imagery of people and abstract designs, displayed in a warehouse setting."}
51
+ {"id": 1914, "prompt": "Replace the text 'TERWAY' with 'LOVEWAY'.", "original_image": "2.5/image/original/3060282000439.0.jpg", "gt_image": "2.5/image/gt/3060282000439.0.jpg", "source_text": "TERWAY", "target_text": "LOVEWAY", "gt_caption": "This photo shows a couple sitting on a ledge by the water, enjoying a scenic view of a city skyline with a boat labeled \"LOVEWAY\" in the foreground."}
52
+ {"id": 1919, "prompt": "Replace the text 'Welcome' with 'Regulations'.", "original_image": "2.5/image/original/3293554007102.0.jpg", "gt_image": "2.5/image/gt/3293554007102.0.jpg", "source_text": "Welcome", "target_text": "Regulations", "gt_caption": "This photo shows a road sign with the text \"Regulations To California\" and a cannabis leaf symbol, indicating regulations related to cannabis in California."}
53
+ {"id": 1923, "prompt": "Replace the text 'TEXAS' with 'EQUALITY'.", "original_image": "2.5/image/original/653951002777.0.jpg", "gt_image": "2.5/image/gt/653951002777.0.jpg", "source_text": "TEXAS", "target_text": "EQUALITY", "gt_caption": "This illustration depicts a road sign reading \"EQUALITY MARRIAGE EQUALITY STATE\" alongside a Texas-shaped monument, set against a backdrop of a blue sky, white clouds, and a field of bluebonnets."}
54
+ {"id": 1927, "prompt": "Replace the text 'HA' with 'UA'.", "original_image": "2.5/image/original/3452460016078.0.jpg", "gt_image": "2.5/image/gt/3452460016078.0.jpg", "source_text": "HA", "target_text": "UA", "gt_caption": "This photo shows a man exiting an Antonov-148-100B aircraft, making a peace sign gesture as he steps down the stairs."}
55
+ {"id": 1932, "prompt": "Replace the text '319' with '2016'.", "original_image": "2.5/image/original/3656221007306.0.jpg", "gt_image": "2.5/image/gt/3656221007306.0.jpg", "source_text": "319", "target_text": "2016", "gt_caption": "This photo shows a woman proudly holding an Australian flag while standing next to a motorcycle with a \"GS 2015\" and \"2016\" race number plate, indicating her participation in a motorsport event."}
56
+ {"id": 1936, "prompt": "Replace the text '5' with '10'.", "original_image": "2.5/image/original/1767882005949.0.jpg", "gt_image": "2.5/image/gt/1767882005949.0.jpg", "source_text": "5", "target_text": "10", "gt_caption": "This photo shows a motorcyclist riding a sportbike on a winding road surrounded by autumn foliage."}
57
+ {"id": 1940, "prompt": "Replace the text 'NEBRASKA' with 'WELCOME'.", "original_image": "2.5/image/original/4044626017200.0.webp", "gt_image": "2.5/image/gt/4044626017200.0.webp", "source_text": "NEBRASKA", "target_text": "WELCOME", "gt_caption": "This photo shows a roadside sign welcoming visitors to Nebraska, promoting \"the good life\" and highlighting it as the \"Home of Arbor Day,\" set against a vast, open landscape under a clear blue sky."}
58
+ {"id": 1944, "prompt": "Replace the text 'STOP' with 'WAIT'.", "original_image": "2.5/image/original/2226238005797.0.jpg", "gt_image": "2.5/image/gt/2226238005797.0.jpg", "source_text": "STOP", "target_text": "WAIT", "gt_caption": "This photo shows a school crossing scene where a police officer directs two children to wait near a \"SCHOOL WAIT CROSSING\" sign as cars pass by."}
59
+ {"id": 1949, "prompt": "Replace the text 'chariot' with 'shuttle'.", "original_image": "2.5/image/original/1908144028812.0.jpg", "gt_image": "2.5/image/gt/1908144028812.0.jpg", "source_text": "chariot", "target_text": "shuttle", "gt_caption": "This photo shows a Ford-branded shuttle van and a Ford GoBike bicycle parked on a city street, with palm trees and a clock tower in the background."}
eval_prompts/miniset/2.6.jsonl ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {"id": 1953, "prompt": "Replace the text 'dreamstime' with 'papalpalace'.", "original_image": "2.6/image/original/3610743010898.0.jpg", "gt_image": "2.6/image/gt/3610743010898.0.jpg", "source_text": "dreamstime", "target_text": "papalpalace", "gt_caption": "This photo showcases the historic Palais des Papes in Avignon, France, surrounded by lush greenery under a vibrant blue sky with wispy clouds."}
2
+ {"id": 1957, "prompt": "Replace the text 'Doogte' with 'Puppy'.", "original_image": "2.6/image/original/1189501605.0.webp", "gt_image": "2.6/image/gt/1189501605.0.webp", "source_text": "Doogte", "target_text": "Puppy", "gt_caption": "This photo shows a small dog dressed in a pink outfit with a pleated skirt and bow, sitting against a plain background."}
3
+ {"id": 1962, "prompt": "Replace the text 'ebuzztoday' with 'fashionweek'.", "original_image": "2.6/image/original/1341540004689.0.jpg", "gt_image": "2.6/image/gt/1341540004689.0.jpg", "source_text": "ebuzztoday", "target_text": "fashionweek", "gt_caption": "This photo shows a fashion show where a male and female model walk down the runway, showcasing traditional attire, with the backdrop indicating a bridal collection event."}
4
+ {"id": 1966, "prompt": "Replace the text 'PROPERTIES' with 'ESTATE'.", "original_image": "2.6/image/original/3981650086870.0.jpg", "gt_image": "2.6/image/gt/3981650086870.0.jpg", "source_text": "PROPERTIES", "target_text": "ESTATE", "gt_caption": "This photo shows a modern hallway with minimalist furniture, wooden doors, and a clean, bright design."}
5
+ {"id": 1970, "prompt": "Replace the text 'After' with 'Before'.", "original_image": "2.6/image/original/4284198003533.0.jpg", "gt_image": "2.6/image/gt/4284198003533.0.jpg", "source_text": "After", "target_text": "Before", "gt_caption": "This photo shows a \"before\" and \"after\" comparison of a home office desk, highlighting the transformation from a cluttered and disorganized workspace to a clean, minimalist setup."}
6
+ {"id": 1975, "prompt": "Replace the text 'Glez' with 'Beach'.", "original_image": "2.6/image/original/2822559003913.0.jpg", "gt_image": "2.6/image/gt/2822559003913.0.jpg", "source_text": "Glez", "target_text": "Beach", "gt_caption": "This photo captures a couple in wedding attire standing on a wooden walkway overlooking the ocean, surrounded by palm trees and lush greenery, creating a serene tropical setting."}
7
+ {"id": 1979, "prompt": "Replace the text 'Canyon' with 'Stream'.", "original_image": "2.6/image/original/810998025121.0.jpg", "gt_image": "2.6/image/gt/810998025121.0.jpg", "source_text": "Canyon", "target_text": "Stream", "gt_caption": "This collage of photos showcases a serene autumn setting at City Creek Stream, featuring individuals exploring the scenic path lined with colorful trees and a misty atmosphere."}
8
+ {"id": 1983, "prompt": "Replace the text 'TRINITY' with 'KITCHEN'.", "original_image": "2.6/image/original/3278997005912.0.webp", "gt_image": "2.6/image/gt/3278997005912.0.webp", "source_text": "TRINITY", "target_text": "KITCHEN", "gt_caption": "This photo collage showcases a \"before and after\" transformation of a kitchen, highlighting the renovation work by \"Kitchen Remodels.\""}
9
+ {"id": 1987, "prompt": "Replace the text 'ALICIAANN' with 'BONDBALL'.", "original_image": "2.6/image/original/2356937007052.0.jpg", "gt_image": "2.6/image/gt/2356937007052.0.jpg", "source_text": "ALICIAANN", "target_text": "BONDBALL", "gt_caption": "This photo captures a wedding couple, with the bride in a white gown and veil and the groom in a black suit, sharing a tender moment in front of a grand, historic building."}
10
+ {"id": 1992, "prompt": "Replace the text 'KAntonovich' with 'Luxury'.", "original_image": "2.6/image/original/2539143001268.0.jpg", "gt_image": "2.6/image/gt/2539143001268.0.jpg", "source_text": "KAntonovich", "target_text": "Luxury", "gt_caption": "This illustration showcases a luxurious interior design featuring elegant furniture, ornate chandeliers, and decorative elements, emphasizing opulence and sophistication."}
11
+ {"id": 1996, "prompt": "Replace the text '1998' with '2005'.", "original_image": "2.6/image/original/3159720004350.0.jpg", "gt_image": "2.6/image/gt/3159720004350.0.jpg", "source_text": "1998", "target_text": "2005", "gt_caption": "This collage of photos shows a woman in three different time periods (1972, 2005, and 2015), highlighting her appearance and style over the decades."}
12
+ {"id": 2000, "prompt": "Replace the text 'Designers' with 'Artists'.", "original_image": "2.6/image/original/3184922001316.0.jpg", "gt_image": "2.6/image/gt/3184922001316.0.jpg", "source_text": "Designers", "target_text": "Artists", "gt_caption": "This photo showcases an elegant diamond engagement ring with a princess-cut center stone and intricate band details, displayed on a soft white background with the text \"Julia Artists.\""}
13
+ {"id": 2005, "prompt": "Replace the text 'before' with 'initial'.", "original_image": "2.6/image/original/1240985011121.0.jpg", "gt_image": "2.6/image/gt/1240985011121.0.jpg", "source_text": "before", "target_text": "initial", "gt_caption": "This photo shows a \"before and after\" comparison of a woman's appearance, highlighting the results of treatments or services offered by \"The Beauty Clinic.\""}
14
+ {"id": 2009, "prompt": "Replace the text 'Designs' with 'Styles'.", "original_image": "2.6/image/original/3331611006139.0.jpg", "gt_image": "2.6/image/gt/3331611006139.0.jpg", "source_text": "Designs", "target_text": "Styles", "gt_caption": "This photo showcases a rustic interior scene featuring a weathered dark blue cabinet, a teal vase with dried branches, a pair of gray rubber boots, and a wicker basket, all set against a shiplap wall."}
15
+ {"id": 2013, "prompt": "Replace the text 'PROPERTIES' with 'OFFICES'.", "original_image": "2.6/image/original/1170231000573.0.jpg", "gt_image": "2.6/image/gt/1170231000573.0.jpg", "source_text": "PROPERTIES", "target_text": "OFFICES", "gt_caption": "This photo shows a modern fitness center with exercise equipment, including treadmills, weight machines, and exercise balls, set in a well-lit space with large windows."}
16
+ {"id": 2017, "prompt": "Replace the text 'Staging' with 'Design'.", "original_image": "2.6/image/original/2764504008615.0.jpg", "gt_image": "2.6/image/gt/2764504008615.0.jpg", "source_text": "Staging", "target_text": "Design", "gt_caption": "This photo showcases a cozy and well-decorated living room with neutral tones, featuring a sofa, armchairs, a coffee table, framed artwork, and natural light from large windows."}
eval_prompts/miniset/2.7.jsonl ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {"id": 2022, "prompt": "Replace the text 'NORAROBERTS' with 'RUSTICDEER'.", "original_image": "2.7/image/original/1399079012022.0.webp", "gt_image": "2.7/image/gt/1399079012022.0.webp", "source_text": "NORAROBERTS", "target_text": "RUSTICDEER", "gt_caption": "This photo shows a rustic wooden sign with a white deer silhouette, displayed on a table alongside holiday-themed decor and a book titled \"Rustic Deer.\""}
2
+ {"id": 2026, "prompt": "Replace the text 'merry' with 'festive'.", "original_image": "2.7/image/original/3005493024560.0.webp", "gt_image": "2.7/image/gt/3005493024560.0.webp", "source_text": "merry", "target_text": "festive", "gt_caption": "This illustration depicts a festive Christmas card featuring pinecones, holly leaves, and the text \"Festive Christmas\" in a decorative frame, set against a colorful checkered background."}
3
+ {"id": 2030, "prompt": "Replace the text 'thanYour' with 'create'.", "original_image": "2.7/image/original/3901667007698.0.jpg", "gt_image": "2.7/image/gt/3901667007698.0.jpg", "source_text": "thanYour", "target_text": "create", "gt_caption": "This photo shows a person writing the phrase \"Let your dreams be bigger than your fears\" on a piece of paper, surrounded by a cozy setup including a cup of tea, a notebook, and a plate of strawberries."}
4
+ {"id": 2035, "prompt": "Replace the text 'freedom' with 'creativity'.", "original_image": "2.7/image/original/2778501006005.0.jpg", "gt_image": "2.7/image/gt/2778501006005.0.jpg", "source_text": "freedom", "target_text": "creativity", "gt_caption": "This photo shows a classroom door decorated with a poster featuring the words \"Creativity Hands,\" a cartoon figure with raised arms, and handprints in black and white, symbolizing student participation and creativity."}
5
+ {"id": 2039, "prompt": "Replace the text 'Chole' with 'Chana'.", "original_image": "2.7/image/original/979716016781.0.webp", "gt_image": "2.7/image/gt/979716016781.0.webp", "source_text": "Chole", "target_text": "Chana", "gt_caption": "This photo showcases a vibrant and colorful presentation of Chana Pulao, a rice dish garnished with chickpeas, cashews, pomegranate seeds, and fresh herbs, served alongside lime wedges and accompaniments like yogurt and spices."}
6
+ {"id": 2043, "prompt": "Replace the text 'CHRISTMAS' with 'HOLIDAYS'.", "original_image": "2.7/image/original/3474711012355.0.webp", "gt_image": "2.7/image/gt/3474711012355.0.webp", "source_text": "CHRISTMAS", "target_text": "HOLIDAYS", "gt_caption": "This illustration is a festive holiday card featuring a cute reindeer with antlers decorated with ornaments and mittens, wishing someone named Finley to \"Have fun this holidays!\""}
7
+ {"id": 2048, "prompt": "Replace the text 'ACQUITTED' with 'INDICTED'.", "original_image": "2.7/image/original/3523081000173.0.webp", "gt_image": "2.7/image/gt/3523081000173.0.webp", "source_text": "ACQUITTED", "target_text": "INDICTED", "gt_caption": "This photo shows a person holding up a newspaper with the headline \"INDICTED\" prominently displayed, featuring a photo of a man in a suit."}
8
+ {"id": 2052, "prompt": "Replace the text 'Lorde' with 'Artist'.", "original_image": "2.7/image/original/1623465013580.0.jpg", "gt_image": "2.7/image/gt/1623465013580.0.jpg", "source_text": "Lorde", "target_text": "Artist", "gt_caption": "This photo is the cover of *Vogue Australia*, featuring a model in a floral dress, promoting the \"Music Issue\" with a focus on beauty and makeup, alongside artists like The Pretenders, Daniel Johns, and Sia."}
9
+ {"id": 2056, "prompt": "Replace the text 'LEARN' with 'STUDY'.", "original_image": "2.7/image/original/4095299000736.0.jpg", "gt_image": "2.7/image/gt/4095299000736.0.jpg", "source_text": "LEARN", "target_text": "STUDY", "gt_caption": "This photo shows a stack of books with words like \"THINK,\" \"READ,\" \"COLLEGE,\" \"REVISION,\" \"RESEARCH,\" \"SCHOOL,\" \"EDUCATION,\" and \"STUDY\" printed on their spines, held by a person in a library setting, emphasizing the theme of"}
10
+ {"id": 2060, "prompt": "Replace the text 'Fabulous' with 'Stylish'.", "original_image": "2.7/image/original/3055875000037.0.jpg", "gt_image": "2.7/image/gt/3055875000037.0.jpg", "source_text": "Fabulous", "target_text": "Stylish", "gt_caption": "This image is a magazine cover featuring a woman in a teal dress, promoting wellness tips, stylish winter dressing, and celebrity insights, with a focus on feeling \"on top of the world.\""}
11
+ {"id": 2065, "prompt": "Replace the text 'USA' with 'Olympics'.", "original_image": "2.7/image/original/3255586001780.0.jpg", "gt_image": "2.7/image/gt/3255586001780.0.jpg", "source_text": "USA", "target_text": "Olympics", "gt_caption": "This illustration on a postage stamp depicts Jesse Owens, a legendary athlete, in action during a track event, commemorating his six world records and Olympic achievements."}
12
+ {"id": 2069, "prompt": "Replace the text 'HAPPY' with 'Joyful'.", "original_image": "2.7/image/original/1317858008445.0.jpg", "gt_image": "2.7/image/gt/1317858008445.0.jpg", "source_text": "HAPPY", "target_text": "Joyful", "gt_caption": "This photo shows a handmade birthday card featuring a colorful paper flower design and the text \"Joyful BIRTHDAY to You\" in vibrant, playful lettering."}
13
+ {"id": 2073, "prompt": "Replace the text 'TREAT' with 'CANDY'.", "original_image": "2.7/image/original/4256885020417.0.jpg", "gt_image": "2.7/image/gt/4256885020417.0.jpg", "source_text": "TREAT", "target_text": "CANDY", "gt_caption": "This photo showcases a festive Halloween-themed table setup with decorations, treats, and party supplies, including pumpkin-themed plates, cups, cookies, and \"Trick or Treat\" signs."}
14
+ {"id": 2078, "prompt": "Replace the text 'GUACAMOLE' with 'AVOCADO'.", "original_image": "2.7/image/original/1692385003903.0.jpg", "gt_image": "2.7/image/gt/1692385003903.0.jpg", "source_text": "GUACAMOLE", "target_text": "AVOCADO", "gt_caption": "This photo showcases a vibrant Grilled Chicken Avocado Chopped Salad, featuring chunks of grilled chicken, diced avocado, cherry tomatoes, crumbled cheese, and fresh cilantro, served on a white platter."}
15
+ {"id": 2082, "prompt": "Replace the text 'DRESS' with 'BRIDE'.", "original_image": "2.7/image/original/2421733022002.0.jpg", "gt_image": "2.7/image/gt/2421733022002.0.jpg", "source_text": "DRESS", "target_text": "BRIDE", "gt_caption": "This image is a magazine cover featuring two models in elegant wedding dresses, promoting bridal fashion and wedding planning tips for the July/August 2013 issue of \"Bride\" magazine."}
16
+ {"id": 2086, "prompt": "Replace the text 'CN' with 'OC'.", "original_image": "2.7/image/original/2734765003006.0.jpg", "gt_image": "2.7/image/gt/2734765003006.0.jpg", "source_text": "CN", "target_text": "OC", "gt_caption": "This photo shows a drink menu titled \"OC Crazy Nights\" displayed in a gold frame next to a decorative lantern with a lit candle, set on a table in a dimly lit event space."}
17
+ {"id": 2091, "prompt": "Replace the text 'Shot' with 'Protest'.", "original_image": "2.7/image/original/3495330001669.0.webp", "gt_image": "2.7/image/gt/3495330001669.0.webp", "source_text": "Shot", "target_text": "Protest", "gt_caption": "This photo shows a protest scene with a crowd of people, where one individual holds a sign featuring a cartoon character and text that reads \"Police Protest MY EYE\" along with additional text in Chinese."}
18
+ {"id": 2095, "prompt": "Replace the text 'Average' with 'Notable'.", "original_image": "2.7/image/original/3205722091892.0.png", "gt_image": "2.7/image/gt/3205722091892.0.png", "source_text": "Average", "target_text": "Notable", "gt_caption": "This poster is the cover of \"FDA News & Views,\" a publication by the Foodservice Equipment Distributors Association, featuring a gauge with ratings from \"Excellent\" to \"Bad\" and highlighting the theme \"How Does Your Company Measure Up? Making the Case for Annual Assessments.\""}
19
+ {"id": 2099, "prompt": "Replace the text 'DAILYNEWS' with 'SPORTSARCHIVE'.", "original_image": "2.7/image/original/4053347013485.0.jpg", "gt_image": "2.7/image/gt/4053347013485.0.jpg", "source_text": "DAILYNEWS", "target_text": "SPORTSARCHIVE", "gt_caption": "This framed poster is a sports magazine cover celebrating the New York Yankees' 27th World Series championship, featuring a player in action with the headline \"World champ Yankees put us all in... HEAVEN.\""}
20
+ {"id": 2103, "prompt": "Replace the text 'Newspapers' with 'Publications'.", "original_image": "2.7/image/original/3438904010549.0.jpg", "gt_image": "2.7/image/gt/3438904010549.0.jpg", "source_text": "Newspapers", "target_text": "Publications", "gt_caption": "This photo shows a newspaper stand displaying international publications, including the \"Financial Times\" and \"The New York Times,\" with headlines about global news."}
21
+ {"id": 2108, "prompt": "Replace the text 'THEATER' with 'CINEMA'.", "original_image": "2.7/image/original/1208074010629.0.jpg", "gt_image": "2.7/image/gt/1208074010629.0.jpg", "source_text": "THEATER", "target_text": "CINEMA", "gt_caption": "This photo shows a box of popcorn with movie tickets placed on top, indicating a cinema outing."}
22
+ {"id": 2112, "prompt": "Replace the text 'Hot' with 'Spicy'.", "original_image": "2.7/image/original/1716780005996.0.jpg", "gt_image": "2.7/image/gt/1716780005996.0.jpg", "source_text": "Hot", "target_text": "Spicy", "gt_caption": "This photo showcases a freshly baked pizza topped with various ingredients like tomatoes, onions, olives, and pepperoni, served on a plate with salt and pepper shakers in the background."}
23
+ {"id": 2116, "prompt": "Replace the text 'Canada' with 'Alberta'.", "original_image": "2.7/image/original/3408852016894.0.jpg", "gt_image": "2.7/image/gt/3408852016894.0.jpg", "source_text": "Canada", "target_text": "Alberta", "gt_caption": "This photo is the cover of a magazine titled \"albertaviews,\" featuring Supreme Court Chief Justice Beverley McLachlin, with the headline \"The girl from Pincher Creek who made Alberta more just.\""}
24
+ {"id": 2121, "prompt": "Replace the text 'CATALOGUE' with 'DIRECTORY'.", "original_image": "2.7/image/original/550511008758.0.webp", "gt_image": "2.7/image/gt/550511008758.0.webp", "source_text": "CATALOGUE", "target_text": "DIRECTORY", "gt_caption": "This photo depicts a family enjoying a playful moment outdoors on grass, with the text \"2015 DIRECTORY\" and the Norwex logo, suggesting a promotional or informational context."}
25
+ {"id": 2125, "prompt": "Replace the text 'DAY' with 'MOMENT'.", "original_image": "2.7/image/original/1166270015847.0.jpg", "gt_image": "2.7/image/gt/1166270015847.0.jpg", "source_text": "DAY", "target_text": "MOMENT", "gt_caption": "This photo depicts a modern, minimalist living room with a gray sofa adorned with patterned cushions, a small round coffee table with a teapot and books, and a tripod floor lamp, all set against a bright window with a view of a wooden fence."}
26
+ {"id": 2129, "prompt": "Replace the text '100' with 'April'.", "original_image": "2.7/image/original/1517478001727.0.jpg", "gt_image": "2.7/image/gt/1517478001727.0.jpg", "source_text": "100", "target_text": "April", "gt_caption": "This is a magazine cover for *GQ Style* featuring Noah Mills, showcasing his fashion expertise with text highlighting topics like Hollywood dandies, style lessons, and spring fashion essentials."}
27
+ {"id": 2133, "prompt": "Replace the text 'Ishiguro' with 'Murakami'.", "original_image": "2.7/image/original/3868244000107.0.webp", "gt_image": "2.7/image/gt/3868244000107.0.webp", "source_text": "Ishiguro", "target_text": "Murakami", "gt_caption": "This photo shows a collection of books by Kazuo Ishiguro, including \"An Artist of the Floating World,\" which is highlighted as a Nobel Prize-winning novel."}
28
+ {"id": 2138, "prompt": "Replace the text 'Salmon' with 'Tuna'.", "original_image": "2.7/image/original/1132007001276.0.jpg", "gt_image": "2.7/image/gt/1132007001276.0.jpg", "source_text": "Salmon", "target_text": "Tuna", "gt_caption": "This photo showcases a plated dish of seared tuna served with a lemon dill sauce, accompanied by sautéed greens and a side of glazed carrots and cranberries."}
29
+ {"id": 2142, "prompt": "Replace the text 'BRINEDTURKEY' with 'AUTUMNFLAVORS'.", "original_image": "2.7/image/original/4195813003486.0.jpg", "gt_image": "2.7/image/gt/4195813003486.0.jpg", "source_text": "BRINEDTURKEY", "target_text": "AUTUMNFLAVORS", "gt_caption": "This photo showcases a roasted turkey garnished with sage, apples, and pomegranate seeds, presented on a white platter, highlighting autumn flavors."}
30
+ {"id": 2146, "prompt": "Replace the text 'WAT' with 'DORO'.", "original_image": "2.7/image/original/4122647001773.0.jpg", "gt_image": "2.7/image/gt/4122647001773.0.jpg", "source_text": "WAT", "target_text": "DORO", "gt_caption": "This photo showcases a bowl of Restaurant-Style Ethiopian Beef Stew (Key Doro), garnished with cilantro, served on a colorful plaid napkin, with text highlighting an easy Instant Pot recipe."}
eval_scripts/classic_metrics_eval_full.sh ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ #!/bin/bash
2
+
3
+ # Model list
4
+ MODELS="your_model_name_here"
5
+
6
+ path="your_project_path_here"
7
+ CACHE_DIR="$path/TextEdit/checkpoint"
8
+ export PADDLE_OCR_BASE_DIR="$CACHE_DIR/.paddleocr"
9
+
10
+ # === Path configuration ===
11
+ BENCHMARK_DIR="$path/TextEdit/eval_prompts/fullset"
12
+ GT_ROOT_DIR="$path/TextEdit/data"
13
+ MODEL_OUTPUT_ROOT="$path/TextEdit/output"
14
+
15
+ # Output directory (the script will auto-generate {MODEL}.json here)
16
+ OUTPUT_DIR="$path/TextEdit/result/classic_fullset"
17
+
18
+ mkdir -p $OUTPUT_DIR
19
+
20
+ # === Force shell-level environment variable lock ===
21
+ export OMP_NUM_THREADS=1
22
+ export MKL_NUM_THREADS=1
23
+ export OPENBLAS_NUM_THREADS=1
24
+ export VECLIB_MAXIMUM_THREADS=1
25
+ export NUMEXPR_NUM_THREADS=1
26
+
27
+ cd "$path/TextEdit"
28
+
29
+ python eval_pipeline/classic_metrics_eval.py \
30
+ --benchmark_dir "$BENCHMARK_DIR" \
31
+ --gt_root_dir "$GT_ROOT_DIR" \
32
+ --model_output_root "$MODEL_OUTPUT_ROOT" \
33
+ --output_dir "$OUTPUT_DIR" \
34
+ --cache_dir "$CACHE_DIR" \
35
+ --models "$MODELS"
36
+
37
+ echo "Done."
eval_scripts/classic_metrics_eval_mini.sh ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ #!/bin/bash
2
+
3
+ # Model list
4
+ MODELS="your_model_name_here"
5
+
6
+ path="your_project_path_here"
7
+ CACHE_DIR="$path/TextEdit/checkpoint"
8
+ export PADDLE_OCR_BASE_DIR="$CACHE_DIR/.paddleocr"
9
+
10
+ # === Path configuration ===
11
+ BENCHMARK_DIR="$path/TextEdit/eval_prompts/miniset"
12
+ GT_ROOT_DIR="$path/TextEdit/data"
13
+ MODEL_OUTPUT_ROOT="$path/TextEdit/output"
14
+
15
+ # Output directory (the script will auto-generate {MODEL}.json here)
16
+ OUTPUT_DIR="$path/TextEdit/result/classic_miniset"
17
+
18
+ mkdir -p $OUTPUT_DIR
19
+
20
+ # === Force shell-level environment variable lock ===
21
+ export OMP_NUM_THREADS=1
22
+ export MKL_NUM_THREADS=1
23
+ export OPENBLAS_NUM_THREADS=1
24
+ export VECLIB_MAXIMUM_THREADS=1
25
+ export NUMEXPR_NUM_THREADS=1
26
+
27
+ cd "$path/TextEdit"
28
+
29
+ python eval_pipeline/classic_metrics_eval.py \
30
+ --benchmark_dir "$BENCHMARK_DIR" \
31
+ --gt_root_dir "$GT_ROOT_DIR" \
32
+ --model_output_root "$MODEL_OUTPUT_ROOT" \
33
+ --output_dir "$OUTPUT_DIR" \
34
+ --cache_dir "$CACHE_DIR" \
35
+ --models "$MODELS"
36
+
37
+ echo "Done."
eval_scripts/vlm_metrics_eval_step1.sh ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ #!/bin/bash
2
+
3
+ API_KEY="your_gemini_api_key_here"
4
+ BASE_URL="your_gemini_api_base_url_here"
5
+
6
+ path="your_project_path_here"
7
+ cd "$path/TextEdit"
8
+
9
+ python eval_pipeline/vlm_metrics_eval_step1.py \
10
+ --input_data_dir "$path/TextEdit/eval_prompts/fullset" \
11
+ --model_output_root "$path/TextEdit/output" \
12
+ --gt_data_root "$path/TextEdit/data" \
13
+ --output_base_dir "$path/TextEdit/result/vlm_gemini_full_answers" \
14
+ --model_name "gemini-3-pro-preview" \
15
+ --models "your_model_name_here" \
16
+ --api_key "$API_KEY" \
17
+ --base_url "$BASE_URL" \
18
+ --num_workers 64
eval_scripts/vlm_metrics_eval_step2.sh ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ #!/bin/bash
2
+ path="your_project_path_here"
3
+ cd "$path/TextEdit"
4
+
5
+ python eval_pipeline/vlm_metrics_eval_step2.py \
6
+ --answer_dir "$path/TextEdit/result/vlm_gemini_full_answers" \
7
+ --output_file "$path/TextEdit/result/gemini_report_fullset.json" \
8
+ --weights 0.4 0.3 0.1 0.1 0.1 \
9
+ --enable_cutoff
10
+
11
+ python eval_pipeline/vlm_metrics_eval_step2.py \
12
+ --answer_dir "$path/TextEdit/result/vlm_gemini_mini_answers" \
13
+ --output_file "$path/TextEdit/result/gemini_report_miniset.json" \
14
+ --weights 0.4 0.3 0.1 0.1 0.1 \
15
+ --enable_cutoff
requirements.txt ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ paddlepaddle==3.0.0rc1
2
+ paddleocr==2.10.0
3
+ paddlex==3.3.10
4
+
5
+ open-clip-torch==3.2.0
6
+ openai-clip==1.0.1
7
+ pyclipper==1.3.0.post6
8
+
9
+ json_repair
10
+ openai
11
+ requests
12
+
13
+ numpy
14
+ Pillow
15
+ tqdm
16
+ packaging
17
+ scikit-learn
18
+ python-Levenshtein
19
+
20
+ torch
21
+ torchvision
22
+ ftfy
23
+ regex