Datasets:

ArXiv:
License:
eve commited on
Commit
05499e6
·
verified ·
1 Parent(s): 80c689d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +26 -0
README.md CHANGED
@@ -119,6 +119,32 @@ Additionally, metadata about these images is provided in **six JSON files**, cor
119
  ## Evaluation Metric
120
 
121
  ## Prompts
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
122
 
123
 
124
 
 
119
  ## Evaluation Metric
120
 
121
  ## Prompts
122
+ ### Answer Generation Prompt for LLM-Based Method
123
+ #Input
124
+ Query: {}
125
+ Context: {}
126
+ Image Caption: {}
127
+
128
+ # Task
129
+ Imagine you are an expert in handling multimodal input queries and producing coherent text-image responses. You will receive:
130
+ 1. Query: The user query to be answered
131
+ 2. Contexts containing multiple images represented as placeholders <img>.
132
+ - The input context follows the format:
133
+ [context_1] <img1>, [context_2] <img2>, ...
134
+ - Each [text_context_x] represents a pure text passage, while each <img> serves as a placeholder for an image.
135
+ 3. A set of image captions.
136
+ - Each caption is sequentially aligned in a one-to-one correspondence with its respective image placeholder <img>.
137
+ Your task is to answer the query based solely on the content of the context and input image information. Firstly, you should select appropriate images from the provided context (if none are suitable, you may choose not to include any). And then generate a mixed media response to the query, combining text and the selected images.
138
+
139
+ # Requirements
140
+ Ensure that your answer does not include any additional information outside the context.
141
+ Image Insert: When inserting image placeholders, place them at the most appropriate point within the answer. Image placeholders should be embedded naturally in the answer to support and enhance understanding, such as when describing specific locations, historical events, or notable buildings.
142
+
143
+ # Output Format
144
+ Please output your answer in an interwoven text-image format, where you select images from the context and include them in the corresponding placeholder format.
145
+
146
+ # Output Example
147
+ Doing household chores is a daily task that helps maintain a clean home. At the kitchen, dishes are neatly washed and placed in the drying rack, ready to be put away once they dry.<img10> Similarly, in the living room, the sofa cushions are fluffed and arranged properly, creating a comfortable space for relaxation.<img11>
148
 
149
 
150