Datasets:
mteb
/

Modalities:
Tabular
Text
Formats:
json
Libraries:
Datasets
Dask
arena-results / data /retrieval_side_by_side-b9229914-47bc-4da8-a21b-89329fff8207.jsonl
Muennighoff's picture
Scheduled Commit
d70ec6d verified
raw
history blame
6.14 kB
{"tstamp": 1722307028.8576, "task_type": "retrieval", "type": "rightvote", "models": ["voyage-multilingual-2", "text-embedding-3-large"], "ip": "", "0_conv_id": "fdbaddd493b84cc89357c4480e2d727d", "0_model_name": "voyage-multilingual-2", "0_prompt": "The effect of Long pimple ", "0_output": [["The effect of Long pimple ", "Pimple\n\nA pimple or zit is a kind of comedo that results from excess sebum and dead skin cells getting trapped in the pores of the skin. In its aggravated state, it may evolve into a pustule or papule. Pimples can be treated by acne medications, antibiotics, and anti-inflammatories prescribed by a physician, or various over the counter remedies purchased at a pharmacy.\nCauses\nSebaceous glands inside the pore of the skin produce sebum. When the outer layers of skin shed (a natural and continuous process, normally), dead skin and oily sebum left behind may bond together and form a blockage of the sebaceous gland at the base of the skin. This is most common when the skin becomes thicker at puberty. The sebaceous gland continues to produce sebum, which builds up behind the blockage, allowing bacteria to grow in the area, including the species Staphylococcus aureus and Cutibacterium acnes, which causes inflammation and infection. Other causes of pimples include family history, stress, fluctuations in hormone levels, hair and skincare products, medication side effects, and un-diagnosed or underlying medical conditions. Pimples can be part of the presentation of rosacea."]], "0_corpus": "wikipedia", "1_conv_id": "86047e9633f3430da6d888564b950f65", "1_model_name": "text-embedding-3-large", "1_prompt": "The effect of Long pimple ", "1_output": [["The effect of Long pimple ", "Table tennis grips and playing styles\n\nShort pips hitter This penhold style utilizes a short pips out rubber, usually on only one side of the racket with no backside rubber. Short pips hitters play over the table, hitting the ball very flatly as soon as it bounces off the table with the pips being largely unaffected by (or even negating) the majority of the opponent's spin. The advantage of hitting the ball flatly is that all of the player's power is transferred into the linear velocity of the ball, without expending any energy on creating spin. This means that the shots are very fast, and typically hard to block for the inexperienced player. However, the lack of a topspin Magnus effect means that the shots are harder to place on the table since they don't follow a downward arc trajectory, and the lack of angular momentum on the ball means that shots are less consistent and more sensitive to small amounts of wind or air pressure, often giving a knuckle ball effect.\nNotable penhold short pips hitters include 1996 Olympic Champion Liu Guoliang, 1985 and 1987 World Champion Jiang Jialiang, three-time Olympian Toshio Tasaki, Yang Ying, Kwak Bang-bang, Seok Eun-mi, He Zhi Wen, Lee Eun-hee, Wang Zeng Yi and Rory Cargill.\nShakehand playing styles"]], "1_corpus": "wikipedia"}
{"tstamp": 1722311047.6413, "task_type": "retrieval", "type": "tievote", "models": ["voyage-multilingual-2", "text-embedding-004"], "ip": "", "0_conv_id": "8472d85456e841798101c9a3e9d1d29a", "0_model_name": "voyage-multilingual-2", "0_prompt": "can I do multithreading with fastapi", "0_output": [["can I do multithreading with fastapi", "FastAPI\n\nFastAPI is a modern web framework first released in 2018 for building HTTP-based service APIs in Python. It is used for building APIs with Python 3.8+ based on standard Python-type hints.\nFastAPI is based on Pydantic and uses type hints to validate, serialize and deserialize data. It also automatically generates OpenAPI documentation for APIs built with it.\nComponents\nPydantic\nPydantic is a data validation library for Python. While writing code in an IDE, Pydantic provides type hints for schema validation and serialization through type annotations.\nStarlette\nStarlette is a lightweight ASGI framework/toolkit, to support async functionality in Python.\nUvicorn\nUvicorn is a minimal low-level server/application web server for async frameworks, following the ASGI specification. Technically, it implements a multi-process model with one main process, which is responsible for managing a pool of worker processes and distributing incoming HTTP requests to them. The number of worker processes is pre-configured, but can also be adjusted up or down at runtime.\nExample\nThe following code shows a simple web application that displays \"Hello World!\" when visited:\nfrom fastapi import FastAPI\napp = FastAPI()\n@app.get(\"/\")\ndef read_root():"]], "0_corpus": "wikipedia", "1_conv_id": "b987e3526f4e4c9fbea6f0eae988d918", "1_model_name": "text-embedding-004", "1_prompt": "can I do multithreading with fastapi", "1_output": [["can I do multithreading with fastapi", "FastAPI\n\nFastAPI is a modern web framework first released in 2018 for building HTTP-based service APIs in Python. It is used for building APIs with Python 3.8+ based on standard Python-type hints.\nFastAPI is based on Pydantic and uses type hints to validate, serialize and deserialize data. It also automatically generates OpenAPI documentation for APIs built with it.\nComponents\nPydantic\nPydantic is a data validation library for Python. While writing code in an IDE, Pydantic provides type hints for schema validation and serialization through type annotations.\nStarlette\nStarlette is a lightweight ASGI framework/toolkit, to support async functionality in Python.\nUvicorn\nUvicorn is a minimal low-level server/application web server for async frameworks, following the ASGI specification. Technically, it implements a multi-process model with one main process, which is responsible for managing a pool of worker processes and distributing incoming HTTP requests to them. The number of worker processes is pre-configured, but can also be adjusted up or down at runtime.\nExample\nThe following code shows a simple web application that displays \"Hello World!\" when visited:\nfrom fastapi import FastAPI\napp = FastAPI()\n@app.get(\"/\")\ndef read_root():"]], "1_corpus": "wikipedia"}