Muennighoff
commited on
Commit
•
4b7beae
1
Parent(s):
acd16a1
Scheduled Commit
Browse files
data/retrieval_battle-0325b067-7cac-407c-9ffa-76d99f10c9f7.jsonl
ADDED
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{"tstamp": 1722264298.2174, "task_type": "retrieval", "type": "bothbadvote", "models": ["", ""], "ip": "", "0_conv_id": "f7444779f1ef4a6bb23d8d4b89df45e2", "0_model_name": "sentence-transformers/all-MiniLM-L6-v2", "0_prompt": "Brave New World Aldous Huxley", "0_output": [["Brave New World Aldous Huxley", "Stackoverflow Stackexchange\n\nQ: Spying on selfinjecting bean How to spy on a bean, that injects itself?\nSuppose we have\n@Service\npublic class SomeClass {\n @Autowired\n private SomeClass someClass;\n ...\n}\n\nNow I want to use the following in my test:\n@SpyBean\nprivate SomeClass someClass;\n\nI'm getting the following error:\n\nBean with name 'someClass' has been injected into other beans [someClass] in its raw version as part of a circular reference, but has eventually been wrapped. This means that said other beans do not use the final version of the bean. This is often the result of over-eager type matching - consider using 'getBeanNamesOfType' with the 'allowEagerInit' flag turned off, for example.\n\nAlso without self injection tests run flawlessly.\n"]], "0_corpus": "stackexchange", "1_conv_id": "0f74f152c34f49fda75dbbe2bf6951eb", "1_model_name": "jinaai/jina-embeddings-v2-base-en", "1_prompt": "Brave New World Aldous Huxley", "1_output": [["Brave New World Aldous Huxley", "Stackoverflow Stackexchange\n\nQ: DefaultParser in Apache Commons CLI I wanted to try out the Apache Commons CLI, and figured a good place to start would be the 'usage' section on its web page.\nhttp://commons.apache.org/proper/commons-cli/usage.html\nNow, the example suggest to create a DefaultParser, however the closest sounding I could find is BasicParser. Is this the thing to use, am I missing something?\n\nA: I used GnuParser() instead of DefaultParser() and it works well.\n\nCommandLineParser parser = new GnuParser();\n\nUpdate : In version 1.3.1 of CLI, GnuParser() is now deprecated. So I simply added import org.apache.commons.cli.DefaultParser;and now I use CommandLineParser parser = new DefaultParser();\nAnd all is fine!\n"]], "1_corpus": "stackexchange"}
|
2 |
+
{"tstamp": 1722264341.2759, "task_type": "retrieval", "type": "leftvote", "models": ["", ""], "ip": "", "0_conv_id": "220765d4770d4fef8af22b7bbcdda9d5", "0_model_name": "intfloat/multilingual-e5-large-instruct", "0_prompt": "Brave New World Aldous Huxley", "0_output": [["Brave New World Aldous Huxley", "Scifi Stackexchange\n\nQ: Can someone identify this book, where children are bred for specific jobs? Things I remember about this book:\n\n\n*\n\n*Every child was selected for a certain job/career;\n\n*If twins were born, one was always killed;\n\n*Seeing colors for the first time (describing the color of an apple);\n\n*Seeing war and death and poverty.\n\n\nDoes anyone have any idea what this book might be?\n\nA: I don't remember the exact details about senses and conditioning, but Huxley's Brave New World fits with the job-specific breeding.\n"]], "0_corpus": "stackexchange", "1_conv_id": "16a9be556f8a44b4a2957bd030a812d1", "1_model_name": "sentence-transformers/all-MiniLM-L6-v2", "1_prompt": "Brave New World Aldous Huxley", "1_output": [["Brave New World Aldous Huxley", "Stackoverflow Stackexchange\n\nQ: Spying on selfinjecting bean How to spy on a bean, that injects itself?\nSuppose we have\n@Service\npublic class SomeClass {\n @Autowired\n private SomeClass someClass;\n ...\n}\n\nNow I want to use the following in my test:\n@SpyBean\nprivate SomeClass someClass;\n\nI'm getting the following error:\n\nBean with name 'someClass' has been injected into other beans [someClass] in its raw version as part of a circular reference, but has eventually been wrapped. This means that said other beans do not use the final version of the bean. This is often the result of over-eager type matching - consider using 'getBeanNamesOfType' with the 'allowEagerInit' flag turned off, for example.\n\nAlso without self injection tests run flawlessly.\n"]], "1_corpus": "stackexchange"}
|
3 |
+
{"tstamp": 1722264358.0593, "task_type": "retrieval", "type": "leftvote", "models": ["", ""], "ip": "", "0_conv_id": "16064c069fd346239d4042c7655a55a3", "0_model_name": "intfloat/multilingual-e5-large-instruct", "0_prompt": "Brave New World Aldous Huxley", "0_output": [["Brave New World Aldous Huxley", "Scifi Stackexchange\n\nQ: Can someone identify this book, where children are bred for specific jobs? Things I remember about this book:\n\n\n*\n\n*Every child was selected for a certain job/career;\n\n*If twins were born, one was always killed;\n\n*Seeing colors for the first time (describing the color of an apple);\n\n*Seeing war and death and poverty.\n\n\nDoes anyone have any idea what this book might be?\n\nA: I don't remember the exact details about senses and conditioning, but Huxley's Brave New World fits with the job-specific breeding.\n"]], "0_corpus": "stackexchange", "1_conv_id": "7fed0018728a4e1ab6f78a71685f5183", "1_model_name": "sentence-transformers/all-MiniLM-L6-v2", "1_prompt": "Brave New World Aldous Huxley", "1_output": [["Brave New World Aldous Huxley", "Stackoverflow Stackexchange\n\nQ: Spying on selfinjecting bean How to spy on a bean, that injects itself?\nSuppose we have\n@Service\npublic class SomeClass {\n @Autowired\n private SomeClass someClass;\n ...\n}\n\nNow I want to use the following in my test:\n@SpyBean\nprivate SomeClass someClass;\n\nI'm getting the following error:\n\nBean with name 'someClass' has been injected into other beans [someClass] in its raw version as part of a circular reference, but has eventually been wrapped. This means that said other beans do not use the final version of the bean. This is often the result of over-eager type matching - consider using 'getBeanNamesOfType' with the 'allowEagerInit' flag turned off, for example.\n\nAlso without self injection tests run flawlessly.\n"]], "1_corpus": "stackexchange"}
|
4 |
+
{"tstamp": 1722264366.3314, "task_type": "retrieval", "type": "tievote", "models": ["", ""], "ip": "", "0_conv_id": "2ff44f1683a2402088a4b6c00e43e0bd", "0_model_name": "intfloat/multilingual-e5-large-instruct", "0_prompt": "Brave New World Aldous Huxley", "0_output": [["Brave New World Aldous Huxley", "Scifi Stackexchange\n\nQ: Can someone identify this book, where children are bred for specific jobs? Things I remember about this book:\n\n\n*\n\n*Every child was selected for a certain job/career;\n\n*If twins were born, one was always killed;\n\n*Seeing colors for the first time (describing the color of an apple);\n\n*Seeing war and death and poverty.\n\n\nDoes anyone have any idea what this book might be?\n\nA: I don't remember the exact details about senses and conditioning, but Huxley's Brave New World fits with the job-specific breeding.\n"]], "0_corpus": "stackexchange", "1_conv_id": "ba2e1f6e5cce435ca5e45f3d4f5cb369", "1_model_name": "mixedbread-ai/mxbai-embed-large-v1", "1_prompt": "Brave New World Aldous Huxley", "1_output": [["Brave New World Aldous Huxley", "Scifi Stackexchange\n\nQ: Can someone identify this book, where children are bred for specific jobs? Things I remember about this book:\n\n\n*\n\n*Every child was selected for a certain job/career;\n\n*If twins were born, one was always killed;\n\n*Seeing colors for the first time (describing the color of an apple);\n\n*Seeing war and death and poverty.\n\n\nDoes anyone have any idea what this book might be?\n\nA: I don't remember the exact details about senses and conditioning, but Huxley's Brave New World fits with the job-specific breeding.\n"]], "1_corpus": "stackexchange"}
|
data/retrieval_individual-0325b067-7cac-407c-9ffa-76d99f10c9f7.jsonl
ADDED
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{"tstamp": 1722264262.1584, "task_type": "retrieval", "type": "chat", "model": "nomic-ai/nomic-embed-text-v1.5", "gen_params": {}, "start": 1722264252.9998, "finish": 1722264262.1584, "ip": "", "conv_id": "6f3fa217f298496b91e2bd977a06718d", "model_name": "nomic-ai/nomic-embed-text-v1.5", "prompt": "What's the takeaway from Orwell's 1984?", "output": [["What's the takeaway from Orwell's 1984?", "Superuser Stackexchange\n\nQ: How do I create a mysql client docker container that executes a mysql script against another mysql server container? How do I create a mysql client docker container that executes a mysql script against another mysql server container? Which base container should I use?\n\nA: You can really use many different base images. Which one you use only changes how to install mysql client. \nYou could use debian like so \nFROM debian\nRUN apt-get update && \\\n apt-get install -y mysql-client\nCMD mysql {mysql-client-options} < {sql.script}\n\nIf using alpine, you just change the install to use apk instead\nFROM alpine\nRUN apk update && \\\n apk add mysql-client\nCMD mysql {mysql-client-options} < {sql.script}\n\n"]], "corpus": "stackexchange"}
|
2 |
+
{"tstamp": 1722264262.1584, "task_type": "retrieval", "type": "chat", "model": "BM25", "gen_params": {}, "start": 1722264252.9998, "finish": 1722264262.1584, "ip": "", "conv_id": "8621f4660242448c8dbb4be0b492f5a9", "model_name": "BM25", "prompt": "What's the takeaway from Orwell's 1984?", "output": [["What's the takeaway from Orwell's 1984?", "English Stackexchange\n\nQ: Should I write Orwell's '1984' in full? Should I write 'Nineteen Eighty-Four', when discussing George Orwell's novel in an essay, or '1984'? Is it considered unconventional, or overly colloquial to use the latter form?\nThis question applies for any book title consisting solely of a number, although I can't call to mind any.\n\nA: Orwell actually called the book Nineteen Eighty-Four, but even that was transformed into nineteen eighty-four on the cover of the first edition \u2014 and the figure 1984 appeared as well.\n\nThere have been many editions, some featuring the title spelled out in words, others using the figures. The 1987 Penguin edition I have, first published by that house in 1954, spells out the title in words and features the original copyright attribution prominently, \"Copyright 1949 by Eric Blair. All rights reserved.\" Given that, it's unlikely that his estate would have given permission for Penguin not to use the original title in its original form, and it should be spelled out in full.\n\"1984first\" by George Orwell; published by Secker and Warburg (London) - Brown University Library. Image via Wikipedia\n"]], "corpus": "stackexchange"}
|
3 |
+
{"tstamp": 1722264292.7247, "task_type": "retrieval", "type": "chat", "model": "sentence-transformers/all-MiniLM-L6-v2", "gen_params": {}, "start": 1722264276.8726, "finish": 1722264292.7247, "ip": "", "conv_id": "f7444779f1ef4a6bb23d8d4b89df45e2", "model_name": "sentence-transformers/all-MiniLM-L6-v2", "prompt": "Brave New World Aldous Huxley", "output": [["Brave New World Aldous Huxley", "Stackoverflow Stackexchange\n\nQ: Spying on selfinjecting bean How to spy on a bean, that injects itself?\nSuppose we have\n@Service\npublic class SomeClass {\n @Autowired\n private SomeClass someClass;\n ...\n}\n\nNow I want to use the following in my test:\n@SpyBean\nprivate SomeClass someClass;\n\nI'm getting the following error:\n\nBean with name 'someClass' has been injected into other beans [someClass] in its raw version as part of a circular reference, but has eventually been wrapped. This means that said other beans do not use the final version of the bean. This is often the result of over-eager type matching - consider using 'getBeanNamesOfType' with the 'allowEagerInit' flag turned off, for example.\n\nAlso without self injection tests run flawlessly.\n"]], "corpus": "stackexchange"}
|
4 |
+
{"tstamp": 1722264292.7247, "task_type": "retrieval", "type": "chat", "model": "jinaai/jina-embeddings-v2-base-en", "gen_params": {}, "start": 1722264276.8726, "finish": 1722264292.7247, "ip": "", "conv_id": "0f74f152c34f49fda75dbbe2bf6951eb", "model_name": "jinaai/jina-embeddings-v2-base-en", "prompt": "Brave New World Aldous Huxley", "output": [["Brave New World Aldous Huxley", "Stackoverflow Stackexchange\n\nQ: DefaultParser in Apache Commons CLI I wanted to try out the Apache Commons CLI, and figured a good place to start would be the 'usage' section on its web page.\nhttp://commons.apache.org/proper/commons-cli/usage.html\nNow, the example suggest to create a DefaultParser, however the closest sounding I could find is BasicParser. Is this the thing to use, am I missing something?\n\nA: I used GnuParser() instead of DefaultParser() and it works well.\n\nCommandLineParser parser = new GnuParser();\n\nUpdate : In version 1.3.1 of CLI, GnuParser() is now deprecated. So I simply added import org.apache.commons.cli.DefaultParser;and now I use CommandLineParser parser = new DefaultParser();\nAnd all is fine!\n"]], "corpus": "stackexchange"}
|
5 |
+
{"tstamp": 1722264312.3482, "task_type": "retrieval", "type": "chat", "model": "sentence-transformers/all-MiniLM-L6-v2", "gen_params": {}, "start": 1722264302.6216, "finish": 1722264312.3482, "ip": "", "conv_id": "59327e90fefd4528be324be2660f7a21", "model_name": "sentence-transformers/all-MiniLM-L6-v2", "prompt": "Brave New World Aldous Huxley", "output": [["Brave New World Aldous Huxley", "Stackoverflow Stackexchange\n\nQ: Spying on selfinjecting bean How to spy on a bean, that injects itself?\nSuppose we have\n@Service\npublic class SomeClass {\n @Autowired\n private SomeClass someClass;\n ...\n}\n\nNow I want to use the following in my test:\n@SpyBean\nprivate SomeClass someClass;\n\nI'm getting the following error:\n\nBean with name 'someClass' has been injected into other beans [someClass] in its raw version as part of a circular reference, but has eventually been wrapped. This means that said other beans do not use the final version of the bean. This is often the result of over-eager type matching - consider using 'getBeanNamesOfType' with the 'allowEagerInit' flag turned off, for example.\n\nAlso without self injection tests run flawlessly.\n"]], "corpus": "stackexchange"}
|
6 |
+
{"tstamp": 1722264312.3482, "task_type": "retrieval", "type": "chat", "model": "mixedbread-ai/mxbai-embed-large-v1", "gen_params": {}, "start": 1722264302.6216, "finish": 1722264312.3482, "ip": "", "conv_id": "9f4c6eddcdeb4d7c9eb811ddb28a9afa", "model_name": "mixedbread-ai/mxbai-embed-large-v1", "prompt": "Brave New World Aldous Huxley", "output": [["Brave New World Aldous Huxley", "Scifi Stackexchange\n\nQ: Can someone identify this book, where children are bred for specific jobs? Things I remember about this book:\n\n\n*\n\n*Every child was selected for a certain job/career;\n\n*If twins were born, one was always killed;\n\n*Seeing colors for the first time (describing the color of an apple);\n\n*Seeing war and death and poverty.\n\n\nDoes anyone have any idea what this book might be?\n\nA: I don't remember the exact details about senses and conditioning, but Huxley's Brave New World fits with the job-specific breeding.\n"]], "corpus": "stackexchange"}
|
7 |
+
{"tstamp": 1722264328.9637, "task_type": "retrieval", "type": "chat", "model": "intfloat/multilingual-e5-large-instruct", "gen_params": {}, "start": 1722264319.26, "finish": 1722264328.9637, "ip": "", "conv_id": "220765d4770d4fef8af22b7bbcdda9d5", "model_name": "intfloat/multilingual-e5-large-instruct", "prompt": "Brave New World Aldous Huxley", "output": [["Brave New World Aldous Huxley", "Scifi Stackexchange\n\nQ: Can someone identify this book, where children are bred for specific jobs? Things I remember about this book:\n\n\n*\n\n*Every child was selected for a certain job/career;\n\n*If twins were born, one was always killed;\n\n*Seeing colors for the first time (describing the color of an apple);\n\n*Seeing war and death and poverty.\n\n\nDoes anyone have any idea what this book might be?\n\nA: I don't remember the exact details about senses and conditioning, but Huxley's Brave New World fits with the job-specific breeding.\n"]], "corpus": "stackexchange"}
|
8 |
+
{"tstamp": 1722264328.9637, "task_type": "retrieval", "type": "chat", "model": "sentence-transformers/all-MiniLM-L6-v2", "gen_params": {}, "start": 1722264319.26, "finish": 1722264328.9637, "ip": "", "conv_id": "16a9be556f8a44b4a2957bd030a812d1", "model_name": "sentence-transformers/all-MiniLM-L6-v2", "prompt": "Brave New World Aldous Huxley", "output": [["Brave New World Aldous Huxley", "Stackoverflow Stackexchange\n\nQ: Spying on selfinjecting bean How to spy on a bean, that injects itself?\nSuppose we have\n@Service\npublic class SomeClass {\n @Autowired\n private SomeClass someClass;\n ...\n}\n\nNow I want to use the following in my test:\n@SpyBean\nprivate SomeClass someClass;\n\nI'm getting the following error:\n\nBean with name 'someClass' has been injected into other beans [someClass] in its raw version as part of a circular reference, but has eventually been wrapped. This means that said other beans do not use the final version of the bean. This is often the result of over-eager type matching - consider using 'getBeanNamesOfType' with the 'allowEagerInit' flag turned off, for example.\n\nAlso without self injection tests run flawlessly.\n"]], "corpus": "stackexchange"}
|
9 |
+
{"tstamp": 1722264353.5103, "task_type": "retrieval", "type": "chat", "model": "intfloat/multilingual-e5-large-instruct", "gen_params": {}, "start": 1722264353.3492, "finish": 1722264353.5103, "ip": "", "conv_id": "16064c069fd346239d4042c7655a55a3", "model_name": "intfloat/multilingual-e5-large-instruct", "prompt": "Brave New World Aldous Huxley", "output": [["Brave New World Aldous Huxley", "Scifi Stackexchange\n\nQ: Can someone identify this book, where children are bred for specific jobs? Things I remember about this book:\n\n\n*\n\n*Every child was selected for a certain job/career;\n\n*If twins were born, one was always killed;\n\n*Seeing colors for the first time (describing the color of an apple);\n\n*Seeing war and death and poverty.\n\n\nDoes anyone have any idea what this book might be?\n\nA: I don't remember the exact details about senses and conditioning, but Huxley's Brave New World fits with the job-specific breeding.\n"]], "corpus": "stackexchange"}
|
10 |
+
{"tstamp": 1722264353.5103, "task_type": "retrieval", "type": "chat", "model": "sentence-transformers/all-MiniLM-L6-v2", "gen_params": {}, "start": 1722264353.3492, "finish": 1722264353.5103, "ip": "", "conv_id": "7fed0018728a4e1ab6f78a71685f5183", "model_name": "sentence-transformers/all-MiniLM-L6-v2", "prompt": "Brave New World Aldous Huxley", "output": [["Brave New World Aldous Huxley", "Stackoverflow Stackexchange\n\nQ: Spying on selfinjecting bean How to spy on a bean, that injects itself?\nSuppose we have\n@Service\npublic class SomeClass {\n @Autowired\n private SomeClass someClass;\n ...\n}\n\nNow I want to use the following in my test:\n@SpyBean\nprivate SomeClass someClass;\n\nI'm getting the following error:\n\nBean with name 'someClass' has been injected into other beans [someClass] in its raw version as part of a circular reference, but has eventually been wrapped. This means that said other beans do not use the final version of the bean. This is often the result of over-eager type matching - consider using 'getBeanNamesOfType' with the 'allowEagerInit' flag turned off, for example.\n\nAlso without self injection tests run flawlessly.\n"]], "corpus": "stackexchange"}
|
11 |
+
{"tstamp": 1722264362.3024, "task_type": "retrieval", "type": "chat", "model": "intfloat/multilingual-e5-large-instruct", "gen_params": {}, "start": 1722264362.1658, "finish": 1722264362.3024, "ip": "", "conv_id": "2ff44f1683a2402088a4b6c00e43e0bd", "model_name": "intfloat/multilingual-e5-large-instruct", "prompt": "Brave New World Aldous Huxley", "output": [["Brave New World Aldous Huxley", "Scifi Stackexchange\n\nQ: Can someone identify this book, where children are bred for specific jobs? Things I remember about this book:\n\n\n*\n\n*Every child was selected for a certain job/career;\n\n*If twins were born, one was always killed;\n\n*Seeing colors for the first time (describing the color of an apple);\n\n*Seeing war and death and poverty.\n\n\nDoes anyone have any idea what this book might be?\n\nA: I don't remember the exact details about senses and conditioning, but Huxley's Brave New World fits with the job-specific breeding.\n"]], "corpus": "stackexchange"}
|
12 |
+
{"tstamp": 1722264362.3024, "task_type": "retrieval", "type": "chat", "model": "mixedbread-ai/mxbai-embed-large-v1", "gen_params": {}, "start": 1722264362.1658, "finish": 1722264362.3024, "ip": "", "conv_id": "ba2e1f6e5cce435ca5e45f3d4f5cb369", "model_name": "mixedbread-ai/mxbai-embed-large-v1", "prompt": "Brave New World Aldous Huxley", "output": [["Brave New World Aldous Huxley", "Scifi Stackexchange\n\nQ: Can someone identify this book, where children are bred for specific jobs? Things I remember about this book:\n\n\n*\n\n*Every child was selected for a certain job/career;\n\n*If twins were born, one was always killed;\n\n*Seeing colors for the first time (describing the color of an apple);\n\n*Seeing war and death and poverty.\n\n\nDoes anyone have any idea what this book might be?\n\nA: I don't remember the exact details about senses and conditioning, but Huxley's Brave New World fits with the job-specific breeding.\n"]], "corpus": "stackexchange"}
|
13 |
+
{"tstamp": 1722264369.8116, "task_type": "retrieval", "type": "chat", "model": "jinaai/jina-embeddings-v2-base-en", "gen_params": {}, "start": 1722264369.6887, "finish": 1722264369.8116, "ip": "", "conv_id": "ac3189dbc560469ab2063fd71775dd36", "model_name": "jinaai/jina-embeddings-v2-base-en", "prompt": "Brave New World Aldous Huxley", "output": [["Brave New World Aldous Huxley", "Stackoverflow Stackexchange\n\nQ: DefaultParser in Apache Commons CLI I wanted to try out the Apache Commons CLI, and figured a good place to start would be the 'usage' section on its web page.\nhttp://commons.apache.org/proper/commons-cli/usage.html\nNow, the example suggest to create a DefaultParser, however the closest sounding I could find is BasicParser. Is this the thing to use, am I missing something?\n\nA: I used GnuParser() instead of DefaultParser() and it works well.\n\nCommandLineParser parser = new GnuParser();\n\nUpdate : In version 1.3.1 of CLI, GnuParser() is now deprecated. So I simply added import org.apache.commons.cli.DefaultParser;and now I use CommandLineParser parser = new DefaultParser();\nAnd all is fine!\n"]], "corpus": "stackexchange"}
|
14 |
+
{"tstamp": 1722264369.8116, "task_type": "retrieval", "type": "chat", "model": "mixedbread-ai/mxbai-embed-large-v1", "gen_params": {}, "start": 1722264369.6887, "finish": 1722264369.8116, "ip": "", "conv_id": "a51cf1f6440d45b9979aa9281c5e3b45", "model_name": "mixedbread-ai/mxbai-embed-large-v1", "prompt": "Brave New World Aldous Huxley", "output": [["Brave New World Aldous Huxley", "Scifi Stackexchange\n\nQ: Can someone identify this book, where children are bred for specific jobs? Things I remember about this book:\n\n\n*\n\n*Every child was selected for a certain job/career;\n\n*If twins were born, one was always killed;\n\n*Seeing colors for the first time (describing the color of an apple);\n\n*Seeing war and death and poverty.\n\n\nDoes anyone have any idea what this book might be?\n\nA: I don't remember the exact details about senses and conditioning, but Huxley's Brave New World fits with the job-specific breeding.\n"]], "corpus": "stackexchange"}
|