rag_datasets / toy_pool.jsonl
Icey444's picture
Add files using upload-large-folder tool
aac09ef verified
Raw
History Blame Contribute Delete
3.07 kB
{"query": "Instruct: Retrieve passages that answer the question.\nQuery: What is the capital of France?", "candidates": ["Paris is the capital and most populous city of France.", "Berlin is the capital of Germany.", "The Eiffel Tower is a landmark in Paris.", "France is a country in Western Europe."], "scores": [1.0, 0.0, 0.4, 0.2], "gold": "Paris"}
{"query": "Instruct: Retrieve passages that answer the question.\nQuery: Who wrote Romeo and Juliet?", "candidates": ["Romeo and Juliet is a tragedy written by William Shakespeare.", "Charles Dickens wrote Oliver Twist.", "Shakespeare was an English playwright born in Stratford.", "Romeo and Juliet is set in Verona."], "scores": [1.0, 0.0, 0.5, 0.3], "gold": "William Shakespeare"}
{"query": "Instruct: Retrieve passages that answer the question.\nQuery: What is the boiling point of water at sea level?", "candidates": ["Water boils at 100 degrees Celsius at sea level.", "Water freezes at 0 degrees Celsius.", "At higher altitudes water boils at lower temperatures.", "Water is composed of hydrogen and oxygen."], "scores": [1.0, 0.1, 0.4, 0.1], "gold": "100 degrees Celsius"}
{"query": "Instruct: Retrieve passages that answer the question.\nQuery: Which planet is known as the Red Planet?", "candidates": ["Mars is often called the Red Planet due to its reddish appearance.", "Jupiter is the largest planet in the solar system.", "The red color of Mars comes from iron oxide on its surface.", "Venus is the second planet from the Sun."], "scores": [1.0, 0.0, 0.5, 0.0], "gold": "Mars"}
{"query": "Instruct: Retrieve passages that answer the question.\nQuery: What gas do plants absorb during photosynthesis?", "candidates": ["During photosynthesis plants absorb carbon dioxide from the air.", "Plants release oxygen as a byproduct of photosynthesis.", "Photosynthesis occurs in the chloroplasts of plant cells.", "Animals breathe in oxygen and exhale carbon dioxide."], "scores": [1.0, 0.3, 0.4, 0.2], "gold": "carbon dioxide"}
{"query": "Instruct: Retrieve passages that answer the question.\nQuery: In what year did World War II end?", "candidates": ["World War II ended in 1945.", "World War I ended in 1918.", "The war in Europe ended in May 1945 with Germany's surrender.", "World War II began in 1939."], "scores": [1.0, 0.0, 0.6, 0.3], "gold": "1945"}
{"query": "Instruct: Retrieve passages that answer the question.\nQuery: What is the largest ocean on Earth?", "candidates": ["The Pacific Ocean is the largest ocean on Earth.", "The Atlantic Ocean is the second largest ocean.", "Oceans cover about 71 percent of Earth's surface.", "The Arctic Ocean is the smallest ocean."], "scores": [1.0, 0.1, 0.3, 0.0], "gold": "Pacific Ocean"}
{"query": "Instruct: Retrieve passages that answer the question.\nQuery: Who painted the Mona Lisa?", "candidates": ["The Mona Lisa was painted by Leonardo da Vinci.", "Vincent van Gogh painted The Starry Night.", "Leonardo da Vinci was a Renaissance polymath.", "The Mona Lisa is displayed in the Louvre."], "scores": [1.0, 0.0, 0.5, 0.3], "gold": "Leonardo da Vinci"}