Muennighoff commited on
Commit
b0e3350
·
verified ·
1 Parent(s): 0fb4c62

Scheduled Commit

Browse files
data/retrieval_individual-a1f9e5e7-e4fc-4780-ab0e-fe41defd9698.jsonl CHANGED
@@ -210,3 +210,5 @@
210
  {"tstamp": 1724839781.7753, "task_type": "retrieval", "type": "chat", "model": "mixedbread-ai/mxbai-embed-large-v1", "gen_params": {}, "start": 1724839779.6119, "finish": 1724839781.7753, "ip": "", "conv_id": "74f49a77466c4692a42e6935e684519b", "model_name": "mixedbread-ai/mxbai-embed-large-v1", "prompt": "what is the life expectancy of a polar bear?", "output": [["what is the life expectancy of a polar bear?", "Polar bear\n\nMortality Polar bears can live up to 30 years. The bear's long lifespan and ability to consistently produce young offsets cub deaths in a population. Some cubs die in the dens or the womb if the female is not in good condition. Nevertheless, the female has a chance to produce a surviving litter the next spring if she can eat better in the coming year. Cubs will eventually starve if their mothers cannot kill enough prey. Cubs also face threats from wolves and adult male bears. Males kill cubs to bring their mother back into estrus but also kill young outside the breeding season for food. A female and her cubs can flee from the slower male. If the male can get close to a cub, the mother may try to fight him off, sometimes at the cost of her life.\nSubadult bears, who are independent but not quite mature, have a particularly rough time as they are not as successful hunters as adults. Even when they do succeed, their kill will likely be stolen by a larger bear. Hence subadults have to scavenge and are often underweight and at risk of starvation. At adulthood, polar bears have a high survival rate, though adult males suffer injuries from fights over mates. Polar bears are especially susceptible to Trichinella, a parasitic roundworm they contract through cannibalism.\nConservation status\nIn 2015, the IUCN Red List categorized the polar bear as vulnerable due to a \"decline in area of occupancy, extent of occurrence and/or quality of habitat\". It estimated the total population to be between 22,000 and 31,000, and the current population trend is unknown. Threats to polar bear populations include climate change, pollution and energy development."]], "corpus": "wikipedia"}
211
  {"tstamp": 1724839835.7777, "task_type": "retrieval", "type": "chat", "model": "Salesforce/SFR-Embedding-2_R", "gen_params": {}, "start": 1724839833.4659, "finish": 1724839835.7777, "ip": "", "conv_id": "4643f1c1b4c54afeba65d44620dd1798", "model_name": "Salesforce/SFR-Embedding-2_R", "prompt": "How many newtonian iterations does the quake 3 inverse square root algorithm perform?", "output": [["How many newtonian iterations does the quake 3 inverse square root algorithm perform?", "Fast inverse square root\n\nFast inverse square root, sometimes referred to as or by the hexadecimal constant , is an algorithm that estimates , the reciprocal (or multiplicative inverse) of the square root of a 32-bit floating-point number in IEEE 754 floating-point format. The algorithm is best known for its implementation in 1999 in Quake III Arena, a first-person shooter video game heavily based on 3D graphics. With subsequent hardware advancements, especially the x86 SSE instruction rsqrtss, this algorithm is not generally the best choice for modern computers, though it remains an interesting historical example.\nThe algorithm accepts a 32-bit floating-point number as the input and stores a halved value for later use. Then, treating the bits representing the floating-point number as a 32-bit integer, a logical shift right by one bit is performed and the result subtracted from the number , which is a floating-point representation of an approximation of . This results in the first approximation of the inverse square root of the input. Treating the bits again as a floating-point number, it runs one iteration of Newton's method, yielding a more precise approximation."]], "corpus": "wikipedia"}
212
  {"tstamp": 1724839835.7777, "task_type": "retrieval", "type": "chat", "model": "mixedbread-ai/mxbai-embed-large-v1", "gen_params": {}, "start": 1724839833.4659, "finish": 1724839835.7777, "ip": "", "conv_id": "b83edc3763174257838c7b6707e7a529", "model_name": "mixedbread-ai/mxbai-embed-large-v1", "prompt": "How many newtonian iterations does the quake 3 inverse square root algorithm perform?", "output": [["How many newtonian iterations does the quake 3 inverse square root algorithm perform?", "Fast inverse square root\n\nUsing the approximation of the logarithm above, applied to both and , the above equation gives:\nThus, an approximation of is:\nwhich is written in the code as\ni = 0x5f3759df - ( i >> 1 );\nThe first term above is the magic number\nfrom which it can be inferred that . The second term, , is calculated by shifting the bits of one position to the right.\nNewton's method\nWith as the inverse square root, . The approximation yielded by the earlier steps can be refined by using a root-finding method, a method that finds the zero of a function. The algorithm uses Newton's method: if there is an approximation, for , then a better approximation can be calculated by taking , where is the derivative of at . For the above ,\nwhere and .\nTreating as a floating-point number, y = y*(threehalfs - x/2*y*y); is equivalent to\nBy repeating this step, using the output of the function () as the input of the next iteration, the algorithm causes to converge to the inverse square root. For the purposes of the Quake III engine, only one iteration was used. A second iteration remained in the code but was commented out."]], "corpus": "wikipedia"}
 
 
 
210
  {"tstamp": 1724839781.7753, "task_type": "retrieval", "type": "chat", "model": "mixedbread-ai/mxbai-embed-large-v1", "gen_params": {}, "start": 1724839779.6119, "finish": 1724839781.7753, "ip": "", "conv_id": "74f49a77466c4692a42e6935e684519b", "model_name": "mixedbread-ai/mxbai-embed-large-v1", "prompt": "what is the life expectancy of a polar bear?", "output": [["what is the life expectancy of a polar bear?", "Polar bear\n\nMortality Polar bears can live up to 30 years. The bear's long lifespan and ability to consistently produce young offsets cub deaths in a population. Some cubs die in the dens or the womb if the female is not in good condition. Nevertheless, the female has a chance to produce a surviving litter the next spring if she can eat better in the coming year. Cubs will eventually starve if their mothers cannot kill enough prey. Cubs also face threats from wolves and adult male bears. Males kill cubs to bring their mother back into estrus but also kill young outside the breeding season for food. A female and her cubs can flee from the slower male. If the male can get close to a cub, the mother may try to fight him off, sometimes at the cost of her life.\nSubadult bears, who are independent but not quite mature, have a particularly rough time as they are not as successful hunters as adults. Even when they do succeed, their kill will likely be stolen by a larger bear. Hence subadults have to scavenge and are often underweight and at risk of starvation. At adulthood, polar bears have a high survival rate, though adult males suffer injuries from fights over mates. Polar bears are especially susceptible to Trichinella, a parasitic roundworm they contract through cannibalism.\nConservation status\nIn 2015, the IUCN Red List categorized the polar bear as vulnerable due to a \"decline in area of occupancy, extent of occurrence and/or quality of habitat\". It estimated the total population to be between 22,000 and 31,000, and the current population trend is unknown. Threats to polar bear populations include climate change, pollution and energy development."]], "corpus": "wikipedia"}
211
  {"tstamp": 1724839835.7777, "task_type": "retrieval", "type": "chat", "model": "Salesforce/SFR-Embedding-2_R", "gen_params": {}, "start": 1724839833.4659, "finish": 1724839835.7777, "ip": "", "conv_id": "4643f1c1b4c54afeba65d44620dd1798", "model_name": "Salesforce/SFR-Embedding-2_R", "prompt": "How many newtonian iterations does the quake 3 inverse square root algorithm perform?", "output": [["How many newtonian iterations does the quake 3 inverse square root algorithm perform?", "Fast inverse square root\n\nFast inverse square root, sometimes referred to as or by the hexadecimal constant , is an algorithm that estimates , the reciprocal (or multiplicative inverse) of the square root of a 32-bit floating-point number in IEEE 754 floating-point format. The algorithm is best known for its implementation in 1999 in Quake III Arena, a first-person shooter video game heavily based on 3D graphics. With subsequent hardware advancements, especially the x86 SSE instruction rsqrtss, this algorithm is not generally the best choice for modern computers, though it remains an interesting historical example.\nThe algorithm accepts a 32-bit floating-point number as the input and stores a halved value for later use. Then, treating the bits representing the floating-point number as a 32-bit integer, a logical shift right by one bit is performed and the result subtracted from the number , which is a floating-point representation of an approximation of . This results in the first approximation of the inverse square root of the input. Treating the bits again as a floating-point number, it runs one iteration of Newton's method, yielding a more precise approximation."]], "corpus": "wikipedia"}
212
  {"tstamp": 1724839835.7777, "task_type": "retrieval", "type": "chat", "model": "mixedbread-ai/mxbai-embed-large-v1", "gen_params": {}, "start": 1724839833.4659, "finish": 1724839835.7777, "ip": "", "conv_id": "b83edc3763174257838c7b6707e7a529", "model_name": "mixedbread-ai/mxbai-embed-large-v1", "prompt": "How many newtonian iterations does the quake 3 inverse square root algorithm perform?", "output": [["How many newtonian iterations does the quake 3 inverse square root algorithm perform?", "Fast inverse square root\n\nUsing the approximation of the logarithm above, applied to both and , the above equation gives:\nThus, an approximation of is:\nwhich is written in the code as\ni = 0x5f3759df - ( i >> 1 );\nThe first term above is the magic number\nfrom which it can be inferred that . The second term, , is calculated by shifting the bits of one position to the right.\nNewton's method\nWith as the inverse square root, . The approximation yielded by the earlier steps can be refined by using a root-finding method, a method that finds the zero of a function. The algorithm uses Newton's method: if there is an approximation, for , then a better approximation can be calculated by taking , where is the derivative of at . For the above ,\nwhere and .\nTreating as a floating-point number, y = y*(threehalfs - x/2*y*y); is equivalent to\nBy repeating this step, using the output of the function () as the input of the next iteration, the algorithm causes to converge to the inverse square root. For the purposes of the Quake III engine, only one iteration was used. A second iteration remained in the code but was commented out."]], "corpus": "wikipedia"}
213
+ {"tstamp": 1724862230.1001, "task_type": "retrieval", "type": "chat", "model": "BM25", "gen_params": {}, "start": 1724862227.7999, "finish": 1724862230.1001, "ip": "", "conv_id": "abe3c403ffdd447bb618d59162f5c48b", "model_name": "BM25", "prompt": "when did the days of the week get named", "output": [["when did the days of the week get named", "Academic year\n\nBelgium For primary schools, the academic year in Belgium begins on the first weekday in September and ends on the last weekday in June, with the summer holiday comprising the entire months of July and August.\nSecondary schools and universities often close about a week earlier, as soon as school results have been processed and published. A week of autumn break is usually scheduled during the week of All Saints’ Day (November 1). The winter- or Christmas holiday lasts two weeks and encompasses both Christmas and New Year's Day. The dates for both the one-week spring break and the two-week Easter holiday vary. In catholic regions where carnival is celebrated, spring break usually takes place during the carnival week. To get al balance in school days between spring break and summer holiday, the two weeks of Easter holiday can take place with Easter both at the beginning, the middle or the end of the holiday period. In some cases, when Easter is at the complete end of the holiday, Easter Monday serves as an additional day off. However, in 2008 Belgium did not have the Easter Weekend inside its break due to the fact that Easter Sunday was on 23 March and schools broke up on the first weekend in April 2008 and had the two weeks then."]], "corpus": "wikipedia"}
214
+ {"tstamp": 1724862230.1001, "task_type": "retrieval", "type": "chat", "model": "BAAI/bge-large-en-v1.5", "gen_params": {}, "start": 1724862227.7999, "finish": 1724862230.1001, "ip": "", "conv_id": "5862b4d087a6447b94e9bc3f05229010", "model_name": "BAAI/bge-large-en-v1.5", "prompt": "when did the days of the week get named", "output": [["when did the days of the week get named", "Names of the days of the week\n\nIn many languages, the names given to the seven days of the week are derived from the names of the classical planets in Hellenistic astronomy, which were in turn named after contemporary deities, a system introduced by the Sumerians and later adopted by the Babylonians from whom the Roman Empire adopted the system during late antiquity. In some other languages, the days are named after corresponding deities of the regional culture, beginning either with Sunday or with Monday. The seven-day week was adopted in early Christianity from the Hebrew calendar, and gradually replaced the Roman internundinum.\nSunday remained the first day of the week, being considered the day of the sun god Sol Invictus and the Lord's Day, while the Jewish Sabbath remained the seventh.\nEmperor Constantine adopted the seven-day week for official use in 321 AD, making the Day of the Sun (, \"Sunday\") a legal holiday."]], "corpus": "wikipedia"}
data/sts_individual-a1f9e5e7-e4fc-4780-ab0e-fe41defd9698.jsonl CHANGED
@@ -14,3 +14,5 @@
14
  {"tstamp": 1724671908.6122, "task_type": "sts", "type": "chat", "model": "text-embedding-3-large", "gen_params": {}, "start": 1724671908.0492, "finish": 1724671908.6122, "ip": "", "conv_id": "0331d226bb2f4a5081c03b18a7eaad39", "model_name": "text-embedding-3-large", "txt0": "Profit for the year (PAT)", "txt1": "JFS ne pichle 3 saalo mein kitna munafa kamayi hai", "txt2": "earnings per equity share(of face value of inr 10 each - basic)", "output": ""}
15
  {"tstamp": 1724792965.6303, "task_type": "sts", "type": "chat", "model": "Alibaba-NLP/gte-Qwen2-7B-instruct", "gen_params": {}, "start": 1724792965.5766, "finish": 1724792965.6303, "ip": "", "conv_id": "265245676d864e41a22bd50df7e33b95", "model_name": "Alibaba-NLP/gte-Qwen2-7B-instruct", "txt0": "Not reading it would be a handicap.", "txt1": "It's such a handicap not to read.", "txt2": "You really need to read it when you get a chance.", "output": ""}
16
  {"tstamp": 1724792965.6303, "task_type": "sts", "type": "chat", "model": "Salesforce/SFR-Embedding-2_R", "gen_params": {}, "start": 1724792965.5766, "finish": 1724792965.6303, "ip": "", "conv_id": "87145ed851404842baa965567fdb12e5", "model_name": "Salesforce/SFR-Embedding-2_R", "txt0": "Not reading it would be a handicap.", "txt1": "It's such a handicap not to read.", "txt2": "You really need to read it when you get a chance.", "output": ""}
 
 
 
14
  {"tstamp": 1724671908.6122, "task_type": "sts", "type": "chat", "model": "text-embedding-3-large", "gen_params": {}, "start": 1724671908.0492, "finish": 1724671908.6122, "ip": "", "conv_id": "0331d226bb2f4a5081c03b18a7eaad39", "model_name": "text-embedding-3-large", "txt0": "Profit for the year (PAT)", "txt1": "JFS ne pichle 3 saalo mein kitna munafa kamayi hai", "txt2": "earnings per equity share(of face value of inr 10 each - basic)", "output": ""}
15
  {"tstamp": 1724792965.6303, "task_type": "sts", "type": "chat", "model": "Alibaba-NLP/gte-Qwen2-7B-instruct", "gen_params": {}, "start": 1724792965.5766, "finish": 1724792965.6303, "ip": "", "conv_id": "265245676d864e41a22bd50df7e33b95", "model_name": "Alibaba-NLP/gte-Qwen2-7B-instruct", "txt0": "Not reading it would be a handicap.", "txt1": "It's such a handicap not to read.", "txt2": "You really need to read it when you get a chance.", "output": ""}
16
  {"tstamp": 1724792965.6303, "task_type": "sts", "type": "chat", "model": "Salesforce/SFR-Embedding-2_R", "gen_params": {}, "start": 1724792965.5766, "finish": 1724792965.6303, "ip": "", "conv_id": "87145ed851404842baa965567fdb12e5", "model_name": "Salesforce/SFR-Embedding-2_R", "txt0": "Not reading it would be a handicap.", "txt1": "It's such a handicap not to read.", "txt2": "You really need to read it when you get a chance.", "output": ""}
17
+ {"tstamp": 1724862259.086, "task_type": "sts", "type": "chat", "model": "GritLM/GritLM-7B", "gen_params": {}, "start": 1724862258.8513, "finish": 1724862259.086, "ip": "", "conv_id": "6e79a97536f7423fb208d0c9ee31056f", "model_name": "GritLM/GritLM-7B", "txt0": "I eat potatoes", "txt1": "I eat starchy vegetables", "txt2": "They say that I eat potatoes for lunch", "output": ""}
18
+ {"tstamp": 1724862259.086, "task_type": "sts", "type": "chat", "model": "text-embedding-004", "gen_params": {}, "start": 1724862258.8513, "finish": 1724862259.086, "ip": "", "conv_id": "126e79be13a34490880b970dd4533b73", "model_name": "text-embedding-004", "txt0": "I eat potatoes", "txt1": "I eat starchy vegetables", "txt2": "They say that I eat potatoes for lunch", "output": ""}
data/sts_side_by_side-a1f9e5e7-e4fc-4780-ab0e-fe41defd9698.jsonl CHANGED
@@ -1,2 +1,3 @@
1
  {"tstamp": 1724663192.89, "task_type": "sts", "type": "rightvote", "models": ["Alibaba-NLP/gte-Qwen2-7B-instruct", "BAAI/bge-large-en-v1.5"], "ip": "", "0_conv_id": "9da169929578481a95ee8a41fd0a0985", "0_model_name": "Alibaba-NLP/gte-Qwen2-7B-instruct", "0_txt0": "Under what circumstances can a security exception be revoked?", "0_txt1": "Process for obtaining a Security Exception?", "0_txt2": "Raise Security Exception", "0_output": "", "1_conv_id": "00c9fe499cda45fbbe0d8634faf1a4e3", "1_model_name": "BAAI/bge-large-en-v1.5", "1_txt0": "Under what circumstances can a security exception be revoked?", "1_txt1": "Process for obtaining a Security Exception?", "1_txt2": "Raise Security Exception", "1_output": ""}
2
  {"tstamp": 1724663323.2555, "task_type": "sts", "type": "rightvote", "models": ["Alibaba-NLP/gte-Qwen2-7B-instruct", "BAAI/bge-large-en-v1.5"], "ip": "", "0_conv_id": "ca442991e3ff46d8b493be39e788d92f", "0_model_name": "Alibaba-NLP/gte-Qwen2-7B-instruct", "0_txt0": "What is an ISR", "0_txt1": "How to raise an ISR", "0_txt2": "I am a data scientist I want to know what are the steps to raise an ISR", "0_output": "", "1_conv_id": "cb4893b12bcb4a249bf2b13dc08fb9c0", "1_model_name": "BAAI/bge-large-en-v1.5", "1_txt0": "What is an ISR", "1_txt1": "How to raise an ISR", "1_txt2": "I am a data scientist I want to know what are the steps to raise an ISR", "1_output": ""}
 
 
1
  {"tstamp": 1724663192.89, "task_type": "sts", "type": "rightvote", "models": ["Alibaba-NLP/gte-Qwen2-7B-instruct", "BAAI/bge-large-en-v1.5"], "ip": "", "0_conv_id": "9da169929578481a95ee8a41fd0a0985", "0_model_name": "Alibaba-NLP/gte-Qwen2-7B-instruct", "0_txt0": "Under what circumstances can a security exception be revoked?", "0_txt1": "Process for obtaining a Security Exception?", "0_txt2": "Raise Security Exception", "0_output": "", "1_conv_id": "00c9fe499cda45fbbe0d8634faf1a4e3", "1_model_name": "BAAI/bge-large-en-v1.5", "1_txt0": "Under what circumstances can a security exception be revoked?", "1_txt1": "Process for obtaining a Security Exception?", "1_txt2": "Raise Security Exception", "1_output": ""}
2
  {"tstamp": 1724663323.2555, "task_type": "sts", "type": "rightvote", "models": ["Alibaba-NLP/gte-Qwen2-7B-instruct", "BAAI/bge-large-en-v1.5"], "ip": "", "0_conv_id": "ca442991e3ff46d8b493be39e788d92f", "0_model_name": "Alibaba-NLP/gte-Qwen2-7B-instruct", "0_txt0": "What is an ISR", "0_txt1": "How to raise an ISR", "0_txt2": "I am a data scientist I want to know what are the steps to raise an ISR", "0_output": "", "1_conv_id": "cb4893b12bcb4a249bf2b13dc08fb9c0", "1_model_name": "BAAI/bge-large-en-v1.5", "1_txt0": "What is an ISR", "1_txt1": "How to raise an ISR", "1_txt2": "I am a data scientist I want to know what are the steps to raise an ISR", "1_output": ""}
3
+ {"tstamp": 1724862299.2313, "task_type": "sts", "type": "leftvote", "models": ["GritLM/GritLM-7B", "text-embedding-004"], "ip": "", "0_conv_id": "6e79a97536f7423fb208d0c9ee31056f", "0_model_name": "GritLM/GritLM-7B", "0_txt0": "I eat potatoes", "0_txt1": "I eat starchy vegetables", "0_txt2": "They say that I eat potatoes for lunch", "0_output": "", "1_conv_id": "126e79be13a34490880b970dd4533b73", "1_model_name": "text-embedding-004", "1_txt0": "I eat potatoes", "1_txt1": "I eat starchy vegetables", "1_txt2": "They say that I eat potatoes for lunch", "1_output": ""}