Muennighoff commited on
Commit
08f35c5
·
verified ·
1 Parent(s): aebac3a

Scheduled Commit

Browse files
data/retrieval_individual-8abaf4d0-63ed-4c7b-8187-1a073a1031a0.jsonl CHANGED
@@ -110,3 +110,9 @@
110
  {"tstamp": 1725804959.6493, "task_type": "retrieval", "type": "chat", "model": "Alibaba-NLP/gte-Qwen2-7B-instruct", "gen_params": {}, "start": 1725804957.3263, "finish": 1725804959.6493, "ip": "", "conv_id": "af58573d65e24cfc9588e79ae77a097d", "model_name": "Alibaba-NLP/gte-Qwen2-7B-instruct", "prompt": "Which test was devised to determine whether robots can think?", "output": [["Which test was devised to determine whether robots can think?", "Turing test\n\nThe Turing test, originally called the imitation game by Alan Turing in 1950, is a test of a machine's ability to exhibit intelligent behaviour equivalent to, or indistinguishable from, that of a human. Turing proposed that a human evaluator would judge natural language conversations between a human and a machine designed to generate human-like responses. The evaluator would be aware that one of the two partners in conversation was a machine, and all participants would be separated from one another. The conversation would be limited to a text-only channel, such as a computer keyboard and screen, so the result would not depend on the machine's ability to render words as speech. If the evaluator could not reliably tell the machine from the human, the machine would be said to have passed the test. The test results would not depend on the machine's ability to give correct answers to questions, only on how closely its answers resembled those a human would give. Since the Turing test is a test of indistinguishability in performance capacity, the verbal version generalizes naturally to all of human performance capacity, verbal as well as nonverbal (robotic)."]], "corpus": "wikipedia"}
111
  {"tstamp": 1725820251.1496, "task_type": "retrieval", "type": "chat", "model": "intfloat/multilingual-e5-large-instruct", "gen_params": {}, "start": 1725820248.9507, "finish": 1725820251.1496, "ip": "", "conv_id": "057bfb90cd334b4e89e0728f7fc5abe3", "model_name": "intfloat/multilingual-e5-large-instruct", "prompt": "do you have to refrigerate pickled ginger?", "output": [["do you have to refrigerate pickled ginger?", "English Stackexchange\n\nQ: recommend you to try or recomend you to trying? Should it be:\n\nI highly recommend you to try tea with ginger and squeezed lemon\n or\nI highly recommend you to trying tea with ginger and squeezed lemon\n\n\nA: The first sentence..\n\"I highly recommend you to try tea with ginger and squeezed lemon or\"\nIs correct.\nSaying, \"I would recommend that you try it,\" is correct but a bit formal. \n"]], "corpus": "stackexchange"}
112
  {"tstamp": 1725820251.1496, "task_type": "retrieval", "type": "chat", "model": "jinaai/jina-embeddings-v2-base-en", "gen_params": {}, "start": 1725820248.9507, "finish": 1725820251.1496, "ip": "", "conv_id": "e37ea96c44f24bb695610d08b0354b19", "model_name": "jinaai/jina-embeddings-v2-base-en", "prompt": "do you have to refrigerate pickled ginger?", "output": [["do you have to refrigerate pickled ginger?", "Stackoverflow Stackexchange\n\nQ: Some built-in to pad a list in python I have a list of size < N and I want to pad it up to the size N with a value.\nCertainly, I can use something like the following, but I feel that there should be something I missed:\n>>> N = 5\n>>> a = [1]\n>>> map(lambda x, y: y if x is None else x, a, ['']*N)\n[1, '', '', '', '']\n\n\nA: gnibbler's answer is nicer, but if you need a builtin, you could use itertools.izip_longest (zip_longest in Py3k):\nitertools.izip_longest( xrange( N ), list )\n\nwhich will return a list of tuples ( i, list[ i ] ) filled-in to None. If you need to get rid of the counter, do something like:\nmap( itertools.itemgetter( 1 ), itertools.izip_longest( xrange( N ), list ) )\n\n"]], "corpus": "stackexchange"}
 
 
 
 
 
 
 
110
  {"tstamp": 1725804959.6493, "task_type": "retrieval", "type": "chat", "model": "Alibaba-NLP/gte-Qwen2-7B-instruct", "gen_params": {}, "start": 1725804957.3263, "finish": 1725804959.6493, "ip": "", "conv_id": "af58573d65e24cfc9588e79ae77a097d", "model_name": "Alibaba-NLP/gte-Qwen2-7B-instruct", "prompt": "Which test was devised to determine whether robots can think?", "output": [["Which test was devised to determine whether robots can think?", "Turing test\n\nThe Turing test, originally called the imitation game by Alan Turing in 1950, is a test of a machine's ability to exhibit intelligent behaviour equivalent to, or indistinguishable from, that of a human. Turing proposed that a human evaluator would judge natural language conversations between a human and a machine designed to generate human-like responses. The evaluator would be aware that one of the two partners in conversation was a machine, and all participants would be separated from one another. The conversation would be limited to a text-only channel, such as a computer keyboard and screen, so the result would not depend on the machine's ability to render words as speech. If the evaluator could not reliably tell the machine from the human, the machine would be said to have passed the test. The test results would not depend on the machine's ability to give correct answers to questions, only on how closely its answers resembled those a human would give. Since the Turing test is a test of indistinguishability in performance capacity, the verbal version generalizes naturally to all of human performance capacity, verbal as well as nonverbal (robotic)."]], "corpus": "wikipedia"}
111
  {"tstamp": 1725820251.1496, "task_type": "retrieval", "type": "chat", "model": "intfloat/multilingual-e5-large-instruct", "gen_params": {}, "start": 1725820248.9507, "finish": 1725820251.1496, "ip": "", "conv_id": "057bfb90cd334b4e89e0728f7fc5abe3", "model_name": "intfloat/multilingual-e5-large-instruct", "prompt": "do you have to refrigerate pickled ginger?", "output": [["do you have to refrigerate pickled ginger?", "English Stackexchange\n\nQ: recommend you to try or recomend you to trying? Should it be:\n\nI highly recommend you to try tea with ginger and squeezed lemon\n or\nI highly recommend you to trying tea with ginger and squeezed lemon\n\n\nA: The first sentence..\n\"I highly recommend you to try tea with ginger and squeezed lemon or\"\nIs correct.\nSaying, \"I would recommend that you try it,\" is correct but a bit formal. \n"]], "corpus": "stackexchange"}
112
  {"tstamp": 1725820251.1496, "task_type": "retrieval", "type": "chat", "model": "jinaai/jina-embeddings-v2-base-en", "gen_params": {}, "start": 1725820248.9507, "finish": 1725820251.1496, "ip": "", "conv_id": "e37ea96c44f24bb695610d08b0354b19", "model_name": "jinaai/jina-embeddings-v2-base-en", "prompt": "do you have to refrigerate pickled ginger?", "output": [["do you have to refrigerate pickled ginger?", "Stackoverflow Stackexchange\n\nQ: Some built-in to pad a list in python I have a list of size < N and I want to pad it up to the size N with a value.\nCertainly, I can use something like the following, but I feel that there should be something I missed:\n>>> N = 5\n>>> a = [1]\n>>> map(lambda x, y: y if x is None else x, a, ['']*N)\n[1, '', '', '', '']\n\n\nA: gnibbler's answer is nicer, but if you need a builtin, you could use itertools.izip_longest (zip_longest in Py3k):\nitertools.izip_longest( xrange( N ), list )\n\nwhich will return a list of tuples ( i, list[ i ] ) filled-in to None. If you need to get rid of the counter, do something like:\nmap( itertools.itemgetter( 1 ), itertools.izip_longest( xrange( N ), list ) )\n\n"]], "corpus": "stackexchange"}
113
+ {"tstamp": 1725823907.7311, "task_type": "retrieval", "type": "chat", "model": "text-embedding-004", "gen_params": {}, "start": 1725823905.2751, "finish": 1725823907.7311, "ip": "", "conv_id": "dfb06de094074135b2fcfa60a0cc9258", "model_name": "text-embedding-004", "prompt": "mikor és hol lesz a következő olimpia", "output": [["mikor és hol lesz a következő olimpia", "Hungary at the 2020 Summer Olympics\n\nKarate Hungary entered one karateka into the inaugural Olympic tournament. Gábor Hárspataki qualified directly for the men's kumite 75 kg category by finishing third in the final pool round at the 2021 World Olympic Qualification Tournament in Paris, France.\nModern pentathlon\nHungarian athletes qualified for the following spots in the modern pentathlon at the Games. Two-time Olympian Sarolta Kovács confirmed a place in the women's event by finishing eighth among those eligible for Olympic qualification at the 2019 European Championships in Bath, England. London 2012 bronze medalist Ádám Marosi reclaimed the individual title to secure a men's place for the Hungarians at the 2021 UIPM World Championships in Cairo, Egypt, with Michelle Gulyás locking the podium with a bronze on the women's side. Róbert Kasza accepted a spare berth previously allocated by Bence Demeter as the nation's next highest-ranked modern pentathlete based on the UIPM World Rankings.\nRowing\nHungary qualified one boat in the men's single sculls for the Games by winning the bronze medal and securing the second of three berths available at the 2021 FISA European Olympic Qualification Regatta in Varese, Italy.\nQualification Legend: FA=Final A (medal); FB=Final B (non-medal); FC=Final C (non-medal); FD=Final D (non-medal); FE=Final E (non-medal); FF=Final F (non-medal); SA/B=Semifinals A/B; SC/D=Semifinals C/D; SE/F=Semifinals E/F; QF=Quarterfinals; R=Repechage"]], "corpus": "wikipedia"}
114
+ {"tstamp": 1725823907.7311, "task_type": "retrieval", "type": "chat", "model": "voyage-multilingual-2", "gen_params": {}, "start": 1725823905.2751, "finish": 1725823907.7311, "ip": "", "conv_id": "5c6bdbc37cdf4cf2a0b04b0f5040359f", "model_name": "voyage-multilingual-2", "prompt": "mikor és hol lesz a következő olimpia", "output": [["mikor és hol lesz a következő olimpia", "2032 Summer Olympics\n\nThe 2032 Summer Olympics, officially known as the Games of the XXXV Olympiad and also known as Brisbane 2032, is an upcoming international multi-sport event scheduled to take place from 23 July to 8 August 2032, in Brisbane, Queensland, Australia.\nFollowing changes in the bidding rules, the International Olympic Committee selected and announced Brisbane as the winning bid on 21 July 2021, two days before the start of the 2020 Summer Olympics. Brisbane was first announced as the preferred bid on 24 February 2021, gaining the formal approval of the IOC Executive Board on 10 June 2021. Brisbane became the first host city to be selected to host the Olympics through the new bid process."]], "corpus": "wikipedia"}
115
+ {"tstamp": 1725824092.127, "task_type": "retrieval", "type": "chat", "model": "text-embedding-004", "gen_params": {}, "start": 1725824091.6527, "finish": 1725824092.127, "ip": "", "conv_id": "f7d8b3b7382b4427a0dedfaf99b0827b", "model_name": "text-embedding-004", "prompt": "mikor és hol lesz a következő nyári olimpia", "output": [["mikor és hol lesz a következő nyári olimpia", "Hungary at the 2020 Summer Olympics\n\nKarate Hungary entered one karateka into the inaugural Olympic tournament. Gábor Hárspataki qualified directly for the men's kumite 75 kg category by finishing third in the final pool round at the 2021 World Olympic Qualification Tournament in Paris, France.\nModern pentathlon\nHungarian athletes qualified for the following spots in the modern pentathlon at the Games. Two-time Olympian Sarolta Kovács confirmed a place in the women's event by finishing eighth among those eligible for Olympic qualification at the 2019 European Championships in Bath, England. London 2012 bronze medalist Ádám Marosi reclaimed the individual title to secure a men's place for the Hungarians at the 2021 UIPM World Championships in Cairo, Egypt, with Michelle Gulyás locking the podium with a bronze on the women's side. Róbert Kasza accepted a spare berth previously allocated by Bence Demeter as the nation's next highest-ranked modern pentathlete based on the UIPM World Rankings.\nRowing\nHungary qualified one boat in the men's single sculls for the Games by winning the bronze medal and securing the second of three berths available at the 2021 FISA European Olympic Qualification Regatta in Varese, Italy.\nQualification Legend: FA=Final A (medal); FB=Final B (non-medal); FC=Final C (non-medal); FD=Final D (non-medal); FE=Final E (non-medal); FF=Final F (non-medal); SA/B=Semifinals A/B; SC/D=Semifinals C/D; SE/F=Semifinals E/F; QF=Quarterfinals; R=Repechage"]], "corpus": "wikipedia"}
116
+ {"tstamp": 1725824092.127, "task_type": "retrieval", "type": "chat", "model": "voyage-multilingual-2", "gen_params": {}, "start": 1725824091.6527, "finish": 1725824092.127, "ip": "", "conv_id": "5efb004b3ffb46f3bf459070109bf15b", "model_name": "voyage-multilingual-2", "prompt": "mikor és hol lesz a következő nyári olimpia", "output": [["mikor és hol lesz a következő nyári olimpia", "2032 Summer Olympics\n\nThe 2032 Summer Olympics, officially known as the Games of the XXXV Olympiad and also known as Brisbane 2032, is an upcoming international multi-sport event scheduled to take place from 23 July to 8 August 2032, in Brisbane, Queensland, Australia.\nFollowing changes in the bidding rules, the International Olympic Committee selected and announced Brisbane as the winning bid on 21 July 2021, two days before the start of the 2020 Summer Olympics. Brisbane was first announced as the preferred bid on 24 February 2021, gaining the formal approval of the IOC Executive Board on 10 June 2021. Brisbane became the first host city to be selected to host the Olympics through the new bid process."]], "corpus": "wikipedia"}
117
+ {"tstamp": 1725824154.0776, "task_type": "retrieval", "type": "chat", "model": "intfloat/e5-mistral-7b-instruct", "gen_params": {}, "start": 1725824151.777, "finish": 1725824154.0776, "ip": "", "conv_id": "ae25d00b93164679a36bd5d522d3a7d4", "model_name": "intfloat/e5-mistral-7b-instruct", "prompt": "mikor és hol lesz a következő nyári olimpia", "output": [["mikor és hol lesz a következő nyári olimpia", "2020 Summer Olympics\n\nThe officially the and officially branded as were an international multi-sport event held from 23 July to 8 August 2021 in Tokyo, Japan, with some preliminary events that began on 21 July 2021. Tokyo was selected as the host city during the 125th IOC Session in Buenos Aires, Argentina on 7 September 2013.\nOriginally scheduled to take place from 24 July to 9 August 2020, the event was postponed to 2021 on 24 March 2020 due to the global COVID-19 pandemic, the first such instance in the history of the Olympic Games (several previous games had been cancelled but not rescheduled). However, the event retained the Tokyo 2020 branding for marketing purposes. It was largely held behind closed doors with no public spectators permitted due to the declaration of a state of emergency in the Greater Tokyo Area in response to the pandemic, the first and only Olympic Games to be held without official spectators. The Games were the most expensive ever, with total spending of over $20 billion."]], "corpus": "wikipedia"}
118
+ {"tstamp": 1725824154.0776, "task_type": "retrieval", "type": "chat", "model": "intfloat/multilingual-e5-large-instruct", "gen_params": {}, "start": 1725824151.777, "finish": 1725824154.0776, "ip": "", "conv_id": "f704a2c644294e13b999521318a2bfa4", "model_name": "intfloat/multilingual-e5-large-instruct", "prompt": "mikor és hol lesz a következő nyári olimpia", "output": [["mikor és hol lesz a következő nyári olimpia", "Summer Olympic Games\n\nThe 2020 Summer Olympics were originally scheduled to take place from 24 July to 9 August 2020 in Tokyo, Japan. The city was the fifth in history to host the Games twice and the first Asian city to have this title. Due to the COVID-19 pandemic, the then-Japanese Prime Minister Shinzo Abe, the IOC and the Tokyo Organising Committee announced that the 2020 Games were to be delayed until 2021, marking the first time that the Olympic Games have been postponed, this were the first time since 1944 was not held in a leap year due to World Wars, and were instead hosted on a non-leap year to 2021 since the 1900 Games. Unlike previous Olympics, these Games took place without spectators due to concerns over COVID-19 and a state of emergency imposed in the host city. Nevertheless, the Tokyo 2020 Olympic Games featured many memorable moments and feats of technical excellence. One star of the Games, U.S. gymnast Simone Biles, gracefully bowed out to focus on her mental health, but later returned to claim an individual bronze medal. Norway's Karsten Warholm smashed his own world record in the 400m hurdles.\nFuture Games\nThe 2024 Summer Olympics will be held in Paris, France, making it the second city after London to host the Summer Olympics three times (the other times being 1900 and 1924). This will be the first of any Olympic Games after the pandemic to allow spectators to attend. In a first, the opening ceremonies will be staged outside the main stadium with the athletes parading down boats along the Seine River. Following this, the open water swimming competitions will also occur in the River.\nThe 2028 Summer Olympics will be held in Los Angeles, California, United States, making it the third city to host the Games three times (the other times being 1932 and 1984), with the U.S. hosting the Summer Olympics for the fifth time.\nThe 2032 Summer Olympics will be held in Brisbane, Australia, which is the third city to host the Games in Australia and the fourth south of the equator."]], "corpus": "wikipedia"}
data/retrieval_side_by_side-8abaf4d0-63ed-4c7b-8187-1a073a1031a0.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"tstamp": 1725824047.7134, "task_type": "retrieval", "type": "bothbadvote", "models": ["intfloat/e5-mistral-7b-instruct", "intfloat/multilingual-e5-large-instruct"], "ip": "", "0_conv_id": "dfb06de094074135b2fcfa60a0cc9258", "0_model_name": "text-embedding-004", "0_prompt": "mikor és hol lesz a következő olimpia", "0_output": [["mikor és hol lesz a következő olimpia", "Hungary at the 2020 Summer Olympics\n\nKarate Hungary entered one karateka into the inaugural Olympic tournament. Gábor Hárspataki qualified directly for the men's kumite 75 kg category by finishing third in the final pool round at the 2021 World Olympic Qualification Tournament in Paris, France.\nModern pentathlon\nHungarian athletes qualified for the following spots in the modern pentathlon at the Games. Two-time Olympian Sarolta Kovács confirmed a place in the women's event by finishing eighth among those eligible for Olympic qualification at the 2019 European Championships in Bath, England. London 2012 bronze medalist Ádám Marosi reclaimed the individual title to secure a men's place for the Hungarians at the 2021 UIPM World Championships in Cairo, Egypt, with Michelle Gulyás locking the podium with a bronze on the women's side. Róbert Kasza accepted a spare berth previously allocated by Bence Demeter as the nation's next highest-ranked modern pentathlete based on the UIPM World Rankings.\nRowing\nHungary qualified one boat in the men's single sculls for the Games by winning the bronze medal and securing the second of three berths available at the 2021 FISA European Olympic Qualification Regatta in Varese, Italy.\nQualification Legend: FA=Final A (medal); FB=Final B (non-medal); FC=Final C (non-medal); FD=Final D (non-medal); FE=Final E (non-medal); FF=Final F (non-medal); SA/B=Semifinals A/B; SC/D=Semifinals C/D; SE/F=Semifinals E/F; QF=Quarterfinals; R=Repechage"]], "0_corpus": "wikipedia", "1_conv_id": "5c6bdbc37cdf4cf2a0b04b0f5040359f", "1_model_name": "voyage-multilingual-2", "1_prompt": "mikor és hol lesz a következő olimpia", "1_output": [["mikor és hol lesz a következő olimpia", "2032 Summer Olympics\n\nThe 2032 Summer Olympics, officially known as the Games of the XXXV Olympiad and also known as Brisbane 2032, is an upcoming international multi-sport event scheduled to take place from 23 July to 8 August 2032, in Brisbane, Queensland, Australia.\nFollowing changes in the bidding rules, the International Olympic Committee selected and announced Brisbane as the winning bid on 21 July 2021, two days before the start of the 2020 Summer Olympics. Brisbane was first announced as the preferred bid on 24 February 2021, gaining the formal approval of the IOC Executive Board on 10 June 2021. Brisbane became the first host city to be selected to host the Olympics through the new bid process."]], "1_corpus": "wikipedia"}