Datasets:
mteb
/

Modalities:
Tabular
Text
Formats:
json
Libraries:
Datasets
Dask
Muennighoff commited on
Commit
a12cc28
·
verified ·
1 Parent(s): 80f0201

Scheduled Commit

Browse files
data/retrieval_individual-cca49e2f-b827-45ae-b911-5f48dd8c5375.jsonl CHANGED
@@ -2,3 +2,5 @@
2
  {"tstamp": 1722352894.0744, "task_type": "retrieval", "type": "chat", "model": "sentence-transformers/all-MiniLM-L6-v2", "gen_params": {}, "start": 1722352893.4025, "finish": 1722352894.0744, "ip": "", "conv_id": "dff85719ae0044879505fca6c7c60643", "model_name": "sentence-transformers/all-MiniLM-L6-v2", "prompt": "why tilt shift look miniature?", "output": [["why tilt shift look miniature?", "Stackoverflow Stackexchange\n\nQ: Select top and bottom rows I'm using SQL Server 2005 and I'm trying to achieve something like this:\nI want to get the first x rows and the last x rows in the same select statement.\nSELECT TOP(5) BOTTOM(5)\n\nOf course BOTTOM does not exist, so I need another solution. I believe there is an easy and elegant solution that I'm not getting. Doing the select again with GROUP BY DESC is not an option.\n\nA: I think you've two main options:\nSELECT TOP 5 ...\nFROM ...\nORDER BY ... ASC\n\nUNION\n\nSELECT TOP 5 ...\nFROM ...\nORDER BY ... DESC\n\nOr, if you know how many items there are in the table:\nSELECT ...\nFROM (\n SELECT ..., ROW_NUMBER() OVER (ORDER BY ... ASC) AS intRow\n FROM ...\n) AS T\nWHERE intRow BETWEEN 1 AND 5 OR intRow BETWEEN @Number - 5 AND @Number\n\n"]], "corpus": "stackexchange"}
3
  {"tstamp": 1722352937.4095, "task_type": "retrieval", "type": "chat", "model": "BM25", "gen_params": {}, "start": 1722352936.8908, "finish": 1722352937.4095, "ip": "", "conv_id": "b561f14ea5fc4ec980d9def108b74c04", "model_name": "BM25", "prompt": "what is the difference between function and functionality?", "output": [["what is the difference between function and functionality?", "Math Stackexchange\n\nQ: What's the difference between \"relation\", \"mapping\", and \"function\"? I think that a mapping and function are the same; there's only a difference between a mapping and relation. But I'm confused. What's the difference between a relation and a mapping and a function? \n\nA: There is basically no difference between mapping and function. In algebra, one uses the notion of operation which is the same as mapping or function. The notion of relation is more general. Functions are specific relations (those which are left-total and right-unique). \n"]], "corpus": "stackexchange"}
4
  {"tstamp": 1722352937.4095, "task_type": "retrieval", "type": "chat", "model": "mixedbread-ai/mxbai-embed-large-v1", "gen_params": {}, "start": 1722352936.8908, "finish": 1722352937.4095, "ip": "", "conv_id": "52861ba10bfa4eafa34c266b5978e46f", "model_name": "mixedbread-ai/mxbai-embed-large-v1", "prompt": "what is the difference between function and functionality?", "output": [["what is the difference between function and functionality?", "English Stackexchange\n\nQ: \"Functionalities\" vs \"features\" - what's the difference? How are those two words different? Are they considered synonyms, especially when describing computer software?\n\nA: \"It is important to remember the distinction between product functions and product features. Functions are the “product’s answer to the set of user tasks”; features are the “user tools” inherent in the product used to perform the functions (Wood, 1995). Placing a telephone call is a function; the dial tone and the touch-tone keypad are features used to accomplish the function. Product Types have different sets of functions, and each Model within a Type accomplishes its functions through potentially different features.\" http://inclusive.com/mmr/findings/functions_and_features.htm\n"]], "corpus": "stackexchange"}
 
 
 
2
  {"tstamp": 1722352894.0744, "task_type": "retrieval", "type": "chat", "model": "sentence-transformers/all-MiniLM-L6-v2", "gen_params": {}, "start": 1722352893.4025, "finish": 1722352894.0744, "ip": "", "conv_id": "dff85719ae0044879505fca6c7c60643", "model_name": "sentence-transformers/all-MiniLM-L6-v2", "prompt": "why tilt shift look miniature?", "output": [["why tilt shift look miniature?", "Stackoverflow Stackexchange\n\nQ: Select top and bottom rows I'm using SQL Server 2005 and I'm trying to achieve something like this:\nI want to get the first x rows and the last x rows in the same select statement.\nSELECT TOP(5) BOTTOM(5)\n\nOf course BOTTOM does not exist, so I need another solution. I believe there is an easy and elegant solution that I'm not getting. Doing the select again with GROUP BY DESC is not an option.\n\nA: I think you've two main options:\nSELECT TOP 5 ...\nFROM ...\nORDER BY ... ASC\n\nUNION\n\nSELECT TOP 5 ...\nFROM ...\nORDER BY ... DESC\n\nOr, if you know how many items there are in the table:\nSELECT ...\nFROM (\n SELECT ..., ROW_NUMBER() OVER (ORDER BY ... ASC) AS intRow\n FROM ...\n) AS T\nWHERE intRow BETWEEN 1 AND 5 OR intRow BETWEEN @Number - 5 AND @Number\n\n"]], "corpus": "stackexchange"}
3
  {"tstamp": 1722352937.4095, "task_type": "retrieval", "type": "chat", "model": "BM25", "gen_params": {}, "start": 1722352936.8908, "finish": 1722352937.4095, "ip": "", "conv_id": "b561f14ea5fc4ec980d9def108b74c04", "model_name": "BM25", "prompt": "what is the difference between function and functionality?", "output": [["what is the difference between function and functionality?", "Math Stackexchange\n\nQ: What's the difference between \"relation\", \"mapping\", and \"function\"? I think that a mapping and function are the same; there's only a difference between a mapping and relation. But I'm confused. What's the difference between a relation and a mapping and a function? \n\nA: There is basically no difference between mapping and function. In algebra, one uses the notion of operation which is the same as mapping or function. The notion of relation is more general. Functions are specific relations (those which are left-total and right-unique). \n"]], "corpus": "stackexchange"}
4
  {"tstamp": 1722352937.4095, "task_type": "retrieval", "type": "chat", "model": "mixedbread-ai/mxbai-embed-large-v1", "gen_params": {}, "start": 1722352936.8908, "finish": 1722352937.4095, "ip": "", "conv_id": "52861ba10bfa4eafa34c266b5978e46f", "model_name": "mixedbread-ai/mxbai-embed-large-v1", "prompt": "what is the difference between function and functionality?", "output": [["what is the difference between function and functionality?", "English Stackexchange\n\nQ: \"Functionalities\" vs \"features\" - what's the difference? How are those two words different? Are they considered synonyms, especially when describing computer software?\n\nA: \"It is important to remember the distinction between product functions and product features. Functions are the “product’s answer to the set of user tasks”; features are the “user tools” inherent in the product used to perform the functions (Wood, 1995). Placing a telephone call is a function; the dial tone and the touch-tone keypad are features used to accomplish the function. Product Types have different sets of functions, and each Model within a Type accomplishes its functions through potentially different features.\" http://inclusive.com/mmr/findings/functions_and_features.htm\n"]], "corpus": "stackexchange"}
5
+ {"tstamp": 1722352980.3758, "task_type": "retrieval", "type": "chat", "model": "BAAI/bge-large-en-v1.5", "gen_params": {}, "start": 1722352980.2131, "finish": 1722352980.3758, "ip": "", "conv_id": "f5b211ac97f2492c968d415604a576d6", "model_name": "BAAI/bge-large-en-v1.5", "prompt": "are kakashi and obito the same age?", "output": [["are kakashi and obito the same age?", "Scifi Stackexchange\n\nQ: Why didn't Obito turn blind? I'm curious to learn why Obito didn't turn blind when he used the Mangekyō Sharingan?\n\n\nA: It was because he was injected with Hashirama's cells.\nBackground: Madara, defeated by Hashirama Senju, took a big bite from Hashirama before he died. However, he implanted Izanami to one of his mangekyou sharingan to alter reality, such that he was back alive. He used Hashirama's cells from the chunk he bit off to cultivated more cells and treated himself with those cells to elongate his lifespan.\nMadara found Obito after he was crushed under a boulder and treated him with cells he cultivated from Hashirama Senju. Apparently, those cells not only elongate one's lifespan and heal very fast, but also suppress the side effects of excessive mangekyou sharingan use.\nThis may be one of the several reasons:\n\n\n*\n\n*Hashirama Senju was most famous for his healing jutsus. Any wound he received healed seemingly effortlessly.\n\n*Hashirama Senju was the reincarnation of Asura. \n\n*Hashirama Senju could use the wood release, the only release that can create life.\n"]], "corpus": "stackexchange"}
6
+ {"tstamp": 1722352980.3758, "task_type": "retrieval", "type": "chat", "model": "mixedbread-ai/mxbai-embed-large-v1", "gen_params": {}, "start": 1722352980.2131, "finish": 1722352980.3758, "ip": "", "conv_id": "1612a46e45f94abe9864f631e35b9470", "model_name": "mixedbread-ai/mxbai-embed-large-v1", "prompt": "are kakashi and obito the same age?", "output": [["are kakashi and obito the same age?", "Scifi Stackexchange\n\nQ: Why didn't Obito turn blind? I'm curious to learn why Obito didn't turn blind when he used the Mangekyō Sharingan?\n\n\nA: It was because he was injected with Hashirama's cells.\nBackground: Madara, defeated by Hashirama Senju, took a big bite from Hashirama before he died. However, he implanted Izanami to one of his mangekyou sharingan to alter reality, such that he was back alive. He used Hashirama's cells from the chunk he bit off to cultivated more cells and treated himself with those cells to elongate his lifespan.\nMadara found Obito after he was crushed under a boulder and treated him with cells he cultivated from Hashirama Senju. Apparently, those cells not only elongate one's lifespan and heal very fast, but also suppress the side effects of excessive mangekyou sharingan use.\nThis may be one of the several reasons:\n\n\n*\n\n*Hashirama Senju was most famous for his healing jutsus. Any wound he received healed seemingly effortlessly.\n\n*Hashirama Senju was the reincarnation of Asura. \n\n*Hashirama Senju could use the wood release, the only release that can create life.\n"]], "corpus": "stackexchange"}