Skip to content

Commit

Permalink
Fix infoseek prompts
Browse files Browse the repository at this point in the history
  • Loading branch information
izhx committed Dec 27, 2024
1 parent 1d7b5e7 commit 4f5f1d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mteb/models/gme_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,14 +50,14 @@
"WebQAT2ITRetrieval": "Find a Wikipedia image that answers this question.",
"EDIST2ITRetrieval": "Identify the news photo for the given caption.",
"OVENIT2TRetrieval": "Retrieve a Wikipedia paragraph that provides an answer to the given query about the image.",
"InfoSeekIT2TRetrieval": "Retrieve a Wikipedia paragraph that provides an answer to the given query about the image.",
"InfoSeekIT2TRetrieval": "Find a paragraph from Wikipedia that answers my question about this image.",
"ReMuQIT2TRetrieval": "Retrieve a fact-based paragraph that provides an answer to the given query about the image.",
"OKVQAIT2TRetrieval": "Retrieve documents that provide an answer to the question alongside the image.",
"LLaVAIT2TRetrieval": "Provide a specific decription of the image along with the following question.",
"FashionIQIT2IRetrieval": "Find a fashion image that aligns with the reference image and style note.",
"CIRRIT2IRetrieval": "Retrieve a day-to-day image that aligns with the modification instructions of the provided image.",
"OVENIT2ITRetrieval": "Retrieve a Wikipedia image-description pair that provides evidence for the question of this image.",
"InfoSeekIT2ITRetrieval": "Retrieve a Wikipedia image-description pair that provides evidence for the question of this image.",
"InfoSeekIT2ITRetrieval": "Find an image and subject description from Wikipedia that answers my question about this image.",
"EncyclopediaVQAIT2ITRetrieval": "Obtain illustrated documents that correspond to the inquiry alongside the provided image.",
}

Expand Down

0 comments on commit 4f5f1d7

Please sign in to comment.