Scheduled Commit
Browse files
data/retrieval_battle-76c7b5f4-5fbc-4311-bf05-8defcdc1ba4e.jsonl
CHANGED
@@ -83,3 +83,4 @@
|
|
83 |
{"tstamp": 1723042864.8424, "task_type": "retrieval", "type": "tievote", "models": ["", ""], "ip": "", "0_conv_id": "f6339e84282d4972bb7c4932db8517f7", "0_model_name": "embed-english-v3.0", "0_prompt": "What are some potentially habitable planets?", "0_output": [["What are some potentially habitable planets?", "List of potentially habitable exoplanets\n\nThe following list include some of the potentially habitable exoplanets discovered so far. It is mostly based on estimates of habitability by the Habitable Worlds Catalog (HWC), and data from the NASA Exoplanet Archive. The HWC is maintained by the Planetary Habitability Laboratory at the University of Puerto Rico at Arecibo. There is also a speculative list being developed of superhabitable planets.\nSurface planetary habitability is thought to require an orbit at the right distance from the host star for liquid surface water to be present, in addition to various geophysical and geodynamical aspects, atmospheric density, radiation type and intensity, and the host star's plasma environment.\nList\nThis is a list of exoplanets within the circumstellar habitable zone that are under 10 Earth masses and smaller than 2.5 Earth radii, and thus have a chance of being rocky. Note that inclusion on this list does not guarantee habitability, and in particular the larger planets are unlikely to have a rocky composition. Earth is included for comparison.\nNote that mass and radius values prefixed with \"~\" have not been measured, but are estimated from a mass-radius relationship.\nEarth and Venus were included for reference.\nPrevious candidates\nSome exoplanet candidates detected by radial velocity that were originally thought to be potentially habitable were later found to most likely be artifacts of stellar activity. These include Gliese 581 d & g, Gliese 667 Ce & f, Gliese 682 b & c, Kapteyn b, and Gliese 832 c."]], "0_corpus": "wikipedia", "1_conv_id": "1313f6aa3fb94c49bc2d365e6d38ec21", "1_model_name": "intfloat/e5-mistral-7b-instruct", "1_prompt": "What are some potentially habitable planets?", "1_output": [["What are some potentially habitable planets?", "List of potentially habitable exoplanets\n\nThe following list include some of the potentially habitable exoplanets discovered so far. It is mostly based on estimates of habitability by the Habitable Worlds Catalog (HWC), and data from the NASA Exoplanet Archive. The HWC is maintained by the Planetary Habitability Laboratory at the University of Puerto Rico at Arecibo. There is also a speculative list being developed of superhabitable planets.\nSurface planetary habitability is thought to require an orbit at the right distance from the host star for liquid surface water to be present, in addition to various geophysical and geodynamical aspects, atmospheric density, radiation type and intensity, and the host star's plasma environment.\nList\nThis is a list of exoplanets within the circumstellar habitable zone that are under 10 Earth masses and smaller than 2.5 Earth radii, and thus have a chance of being rocky. Note that inclusion on this list does not guarantee habitability, and in particular the larger planets are unlikely to have a rocky composition. Earth is included for comparison.\nNote that mass and radius values prefixed with \"~\" have not been measured, but are estimated from a mass-radius relationship.\nEarth and Venus were included for reference.\nPrevious candidates\nSome exoplanet candidates detected by radial velocity that were originally thought to be potentially habitable were later found to most likely be artifacts of stellar activity. These include Gliese 581 d & g, Gliese 667 Ce & f, Gliese 682 b & c, Kapteyn b, and Gliese 832 c."]], "1_corpus": "wikipedia"}
|
84 |
{"tstamp": 1723044030.564, "task_type": "retrieval", "type": "tievote", "models": ["", ""], "ip": "", "0_conv_id": "37af69d3cb1f421eb64f3c57c1b6add4", "0_model_name": "BAAI/bge-large-en-v1.5", "0_prompt": "How to boil eggs ", "0_output": [["How to boil eggs ", "Boiled egg\n\nBoiled eggs are eggs, typically from a chicken, cooked with their shells unbroken, usually by immersion in boiling water. Hard-boiled eggs are cooked so that the egg white and egg yolk both solidify, while soft-boiled eggs may leave the yolk, and sometimes the white, at least partially liquid and raw. Boiled eggs are a popular breakfast food around the world.\nBesides a boiling water immersion, there are a few different methods to make boiled eggs. Eggs can also be cooked below the boiling temperature, i.e. coddling, or they can be steamed. The egg timer was named for commonly being used to time the boiling of eggs."]], "0_corpus": "wikipedia", "1_conv_id": "0453a61e1d1046788a04a821b5e5a2db", "1_model_name": "sentence-transformers/all-MiniLM-L6-v2", "1_prompt": "How to boil eggs ", "1_output": [["How to boil eggs ", "Boiled egg\n\nBoiled eggs are eggs, typically from a chicken, cooked with their shells unbroken, usually by immersion in boiling water. Hard-boiled eggs are cooked so that the egg white and egg yolk both solidify, while soft-boiled eggs may leave the yolk, and sometimes the white, at least partially liquid and raw. Boiled eggs are a popular breakfast food around the world.\nBesides a boiling water immersion, there are a few different methods to make boiled eggs. Eggs can also be cooked below the boiling temperature, i.e. coddling, or they can be steamed. The egg timer was named for commonly being used to time the boiling of eggs."]], "1_corpus": "wikipedia"}
|
85 |
{"tstamp": 1723044100.4795, "task_type": "retrieval", "type": "bothbadvote", "models": ["", ""], "ip": "", "0_conv_id": "433be3d608ba410e95d0ba900d1a02c3", "0_model_name": "voyage-multilingual-2", "0_prompt": "are greek and latin related?", "0_output": [["are greek and latin related?", "Tex Stackexchange\n\nQ: Latin Modern and Greek, an issue Here is the code:\n\\documentclass{article}\n\\usepackage[vmargin=1in]{geometry}\n\\usepackage{xfrac,fontspec,unicode-math}\n\\setmathfont[version=lm]{Latin Modern Math}\n\\setmathfont[version=cambria]{Cambria Math}\n\\usepackage{xgreek}\n\n\\begin{document}\n\n\\setmainfont{Latin Modern Roman}\n\\mathversion{lm}\n\\section*{Latin Modern}\nThis is a greek text Ελληνικό Κείμενο\n$\\cos φ$\n\n\\setmainfont{Cambria}\n\\mathversion{cambria}\n\\section*{Cambria, Cambria Math}\nThis is a greek text Ελληνικό Κείμενο\n$\\cos φ$\n\\end{document}\n\nBut in the output the Greek letters are missing, when I use Latin Modern!! In Cambria mode I have no problem with the Greek letters. \n\nA: Latin Modern doesn't support Greek. A similar set of fonts is provided by CMUnicode.\n\\documentclass{article}\n\\usepackage[vmargin=1in]{geometry}\n\\usepackage{unicode-math}\n\n\\setmainfont{CMU Serif}\n\\setmathfont[version=lm]{Latin Modern Math}\n\\setmathfont[version=XITS]{XITS Math}\n\n\\usepackage{xgreek}\n\n\\begin{document}\n\n\\mathversion{lm}\n\\section*{CMU Serif}\nThis is a greek text Ελληνικό Κείμενο\n$\\cos φ$\n\n\\setmainfont{STIX}\n\\mathversion{XITS}\n\\section*{STIX, XITS Math}\nThis is a greek text Ελληνικό Κείμενο\n$\\cos φ$\n\\end{document}\n\n\n"]], "0_corpus": "stackexchange", "1_conv_id": "9cccfab4841849eeb13bf242326da3cb", "1_model_name": "BM25", "1_prompt": "are greek and latin related?", "1_output": [["are greek and latin related?", "English Stackexchange\n\nQ: Plato(n) and similar masculine names What is the etymology of dropped -n in ancient (Greek masculine) names ending with -on?\nI mean Plato, Pluto, etc.\nCuriously, the \"n\" is still preserved in derived words, like platonic or plutonic.\nAnother observation that may be related is that some non-Greek ancient names seemed to acquire -n in languages other than English, e.g., Cato becoming Caton.\n\nA: Because Latin.\nWhen the Ancient Greek names Πλάτων, Πλούτων and others were borrowed into Latin, they were changed into Plato, Pluto. I don't know if there's a single, well-known reason for this, but Latin had a lot of existing third-declension nouns ending in -o, -onis, and these Greek names were easiest to slot into this paradigm. These names then entered English by way of Latin, where they keep the peculiarity of losing the final -n except in derived forms.\n"]], "1_corpus": "stackexchange"}
|
|
|
|
83 |
{"tstamp": 1723042864.8424, "task_type": "retrieval", "type": "tievote", "models": ["", ""], "ip": "", "0_conv_id": "f6339e84282d4972bb7c4932db8517f7", "0_model_name": "embed-english-v3.0", "0_prompt": "What are some potentially habitable planets?", "0_output": [["What are some potentially habitable planets?", "List of potentially habitable exoplanets\n\nThe following list include some of the potentially habitable exoplanets discovered so far. It is mostly based on estimates of habitability by the Habitable Worlds Catalog (HWC), and data from the NASA Exoplanet Archive. The HWC is maintained by the Planetary Habitability Laboratory at the University of Puerto Rico at Arecibo. There is also a speculative list being developed of superhabitable planets.\nSurface planetary habitability is thought to require an orbit at the right distance from the host star for liquid surface water to be present, in addition to various geophysical and geodynamical aspects, atmospheric density, radiation type and intensity, and the host star's plasma environment.\nList\nThis is a list of exoplanets within the circumstellar habitable zone that are under 10 Earth masses and smaller than 2.5 Earth radii, and thus have a chance of being rocky. Note that inclusion on this list does not guarantee habitability, and in particular the larger planets are unlikely to have a rocky composition. Earth is included for comparison.\nNote that mass and radius values prefixed with \"~\" have not been measured, but are estimated from a mass-radius relationship.\nEarth and Venus were included for reference.\nPrevious candidates\nSome exoplanet candidates detected by radial velocity that were originally thought to be potentially habitable were later found to most likely be artifacts of stellar activity. These include Gliese 581 d & g, Gliese 667 Ce & f, Gliese 682 b & c, Kapteyn b, and Gliese 832 c."]], "0_corpus": "wikipedia", "1_conv_id": "1313f6aa3fb94c49bc2d365e6d38ec21", "1_model_name": "intfloat/e5-mistral-7b-instruct", "1_prompt": "What are some potentially habitable planets?", "1_output": [["What are some potentially habitable planets?", "List of potentially habitable exoplanets\n\nThe following list include some of the potentially habitable exoplanets discovered so far. It is mostly based on estimates of habitability by the Habitable Worlds Catalog (HWC), and data from the NASA Exoplanet Archive. The HWC is maintained by the Planetary Habitability Laboratory at the University of Puerto Rico at Arecibo. There is also a speculative list being developed of superhabitable planets.\nSurface planetary habitability is thought to require an orbit at the right distance from the host star for liquid surface water to be present, in addition to various geophysical and geodynamical aspects, atmospheric density, radiation type and intensity, and the host star's plasma environment.\nList\nThis is a list of exoplanets within the circumstellar habitable zone that are under 10 Earth masses and smaller than 2.5 Earth radii, and thus have a chance of being rocky. Note that inclusion on this list does not guarantee habitability, and in particular the larger planets are unlikely to have a rocky composition. Earth is included for comparison.\nNote that mass and radius values prefixed with \"~\" have not been measured, but are estimated from a mass-radius relationship.\nEarth and Venus were included for reference.\nPrevious candidates\nSome exoplanet candidates detected by radial velocity that were originally thought to be potentially habitable were later found to most likely be artifacts of stellar activity. These include Gliese 581 d & g, Gliese 667 Ce & f, Gliese 682 b & c, Kapteyn b, and Gliese 832 c."]], "1_corpus": "wikipedia"}
|
84 |
{"tstamp": 1723044030.564, "task_type": "retrieval", "type": "tievote", "models": ["", ""], "ip": "", "0_conv_id": "37af69d3cb1f421eb64f3c57c1b6add4", "0_model_name": "BAAI/bge-large-en-v1.5", "0_prompt": "How to boil eggs ", "0_output": [["How to boil eggs ", "Boiled egg\n\nBoiled eggs are eggs, typically from a chicken, cooked with their shells unbroken, usually by immersion in boiling water. Hard-boiled eggs are cooked so that the egg white and egg yolk both solidify, while soft-boiled eggs may leave the yolk, and sometimes the white, at least partially liquid and raw. Boiled eggs are a popular breakfast food around the world.\nBesides a boiling water immersion, there are a few different methods to make boiled eggs. Eggs can also be cooked below the boiling temperature, i.e. coddling, or they can be steamed. The egg timer was named for commonly being used to time the boiling of eggs."]], "0_corpus": "wikipedia", "1_conv_id": "0453a61e1d1046788a04a821b5e5a2db", "1_model_name": "sentence-transformers/all-MiniLM-L6-v2", "1_prompt": "How to boil eggs ", "1_output": [["How to boil eggs ", "Boiled egg\n\nBoiled eggs are eggs, typically from a chicken, cooked with their shells unbroken, usually by immersion in boiling water. Hard-boiled eggs are cooked so that the egg white and egg yolk both solidify, while soft-boiled eggs may leave the yolk, and sometimes the white, at least partially liquid and raw. Boiled eggs are a popular breakfast food around the world.\nBesides a boiling water immersion, there are a few different methods to make boiled eggs. Eggs can also be cooked below the boiling temperature, i.e. coddling, or they can be steamed. The egg timer was named for commonly being used to time the boiling of eggs."]], "1_corpus": "wikipedia"}
|
85 |
{"tstamp": 1723044100.4795, "task_type": "retrieval", "type": "bothbadvote", "models": ["", ""], "ip": "", "0_conv_id": "433be3d608ba410e95d0ba900d1a02c3", "0_model_name": "voyage-multilingual-2", "0_prompt": "are greek and latin related?", "0_output": [["are greek and latin related?", "Tex Stackexchange\n\nQ: Latin Modern and Greek, an issue Here is the code:\n\\documentclass{article}\n\\usepackage[vmargin=1in]{geometry}\n\\usepackage{xfrac,fontspec,unicode-math}\n\\setmathfont[version=lm]{Latin Modern Math}\n\\setmathfont[version=cambria]{Cambria Math}\n\\usepackage{xgreek}\n\n\\begin{document}\n\n\\setmainfont{Latin Modern Roman}\n\\mathversion{lm}\n\\section*{Latin Modern}\nThis is a greek text Ελληνικό Κείμενο\n$\\cos φ$\n\n\\setmainfont{Cambria}\n\\mathversion{cambria}\n\\section*{Cambria, Cambria Math}\nThis is a greek text Ελληνικό Κείμενο\n$\\cos φ$\n\\end{document}\n\nBut in the output the Greek letters are missing, when I use Latin Modern!! In Cambria mode I have no problem with the Greek letters. \n\nA: Latin Modern doesn't support Greek. A similar set of fonts is provided by CMUnicode.\n\\documentclass{article}\n\\usepackage[vmargin=1in]{geometry}\n\\usepackage{unicode-math}\n\n\\setmainfont{CMU Serif}\n\\setmathfont[version=lm]{Latin Modern Math}\n\\setmathfont[version=XITS]{XITS Math}\n\n\\usepackage{xgreek}\n\n\\begin{document}\n\n\\mathversion{lm}\n\\section*{CMU Serif}\nThis is a greek text Ελληνικό Κείμενο\n$\\cos φ$\n\n\\setmainfont{STIX}\n\\mathversion{XITS}\n\\section*{STIX, XITS Math}\nThis is a greek text Ελληνικό Κείμενο\n$\\cos φ$\n\\end{document}\n\n\n"]], "0_corpus": "stackexchange", "1_conv_id": "9cccfab4841849eeb13bf242326da3cb", "1_model_name": "BM25", "1_prompt": "are greek and latin related?", "1_output": [["are greek and latin related?", "English Stackexchange\n\nQ: Plato(n) and similar masculine names What is the etymology of dropped -n in ancient (Greek masculine) names ending with -on?\nI mean Plato, Pluto, etc.\nCuriously, the \"n\" is still preserved in derived words, like platonic or plutonic.\nAnother observation that may be related is that some non-Greek ancient names seemed to acquire -n in languages other than English, e.g., Cato becoming Caton.\n\nA: Because Latin.\nWhen the Ancient Greek names Πλάτων, Πλούτων and others were borrowed into Latin, they were changed into Plato, Pluto. I don't know if there's a single, well-known reason for this, but Latin had a lot of existing third-declension nouns ending in -o, -onis, and these Greek names were easiest to slot into this paradigm. These names then entered English by way of Latin, where they keep the peculiarity of losing the final -n except in derived forms.\n"]], "1_corpus": "stackexchange"}
|
86 |
+
{"tstamp": 1723044159.9858, "task_type": "retrieval", "type": "tievote", "models": ["", ""], "ip": "", "0_conv_id": "c8e51ab7c3984bb38b9fa2164eae99f2", "0_model_name": "intfloat/multilingual-e5-large-instruct", "0_prompt": "who plays connor's mom in madeas christmas", "0_output": [["who plays connor's mom in madeas christmas", "A Madea Christmas (film)\n\nAt the Christmas Jubilee with her family, Lacey thanks the Sheldon Construction Company and announces their promises to help Bucktussle (which were not in the original agreement) by letting some water out of their dam, knowing the repercussions the company would face if they were to back out. She reveals to Oliver that she is married to Conner as the school's students led by Bailey start singing.\nCast\nTyler Perry as Mabel \"Madea\" Simmons\nKathy Najimy as Kim Williams\nChad Michael Murray as Tanner McCoy\nAnna Maria Horsford as Eileen Murphy\nTika Sumpter as Lacey Williams (née Murphy)\nEric Lively as Conner Williams\nJR Lemon as Oliver\nAlicia Witt as Amber McCoy\nLisa Whelchel as Principal Nancy Porter\nLarry the Cable Guy as Buddy Williams\nNoah Urrea as Bailey McCoy\nAshlee Heath as Audry\nCaroline Kennedy as Lucy\nSteve Boles as the Mayor of Bucktussle\nSweet Brown as herself\nAntoine Dodson as YouTube Guy\nJonathan Chase as Alfred\nVickie Eng as Customer #6\nDaniel Mann as Austin\nSoundtrack\nThe soundtrack for the film was released in stores by Motown Records November 25. This was the first soundtrack to a Tyler Perry film since 2010's For Colored Girls and the first Madea soundtrack since 2006's Madea's Family Reunion and 2008's Meet the Browns. It featured Smokey Robinson, Mariah Carey, Brian McKnight, James Brown, KEM, Boyz II Men, Kelly Rowland, Jeremih, Stevie Wonder, Jackson 5, Pearl Bailey, Ashanti, Kevin Ross & MPrynt.\nReception"]], "0_corpus": "wikipedia", "1_conv_id": "6007ed7023f54d739d3c9866334fcd8a", "1_model_name": "mixedbread-ai/mxbai-embed-large-v1", "1_prompt": "who plays connor's mom in madeas christmas", "1_output": [["who plays connor's mom in madeas christmas", "A Madea Christmas (film)\n\nA Madea Christmas is a 2013 American Christmas comedy film directed, written, produced by and starring Tyler Perry with the rest of the cast consisting of Kathy Najimy, Chad Michael Murray, Anna Maria Horsford, Tika Sumpter, Eric Lively, JR Lemon, Alicia Witt, Lisa Whelchel, and Larry the Cable Guy. This is the first Christmas-themed film from the writer-director as it tells the story of Madea going to the fictional town of Bucktussle, Alabama with her great-niece to spend Christmas with the great-niece's daughter as financial trouble involving a newly-constructed dam threatens the town. This is the seventeenth film by Perry, and the eighth film in the Madea cinematic universe. The film was released on December 13, 2013 by Lionsgate.\nA Madea Christmas grossed $53.4 million worldwide.\nPlot\nIn Atlanta, Georgia, Mabel \"Madea\" Simmons has been talked into getting a job at a local store by her niece Eileen Murphy. Madea gets fired on her first day."]], "1_corpus": "wikipedia"}
|
data/retrieval_individual-76c7b5f4-5fbc-4311-bf05-8defcdc1ba4e.jsonl
CHANGED
@@ -355,3 +355,5 @@
|
|
355 |
{"tstamp": 1723044059.9137, "task_type": "retrieval", "type": "chat", "model": "BM25", "gen_params": {}, "start": 1723044057.4645, "finish": 1723044059.9137, "ip": "", "conv_id": "9cccfab4841849eeb13bf242326da3cb", "model_name": "BM25", "prompt": "are greek and latin related?", "output": [["are greek and latin related?", "English Stackexchange\n\nQ: Plato(n) and similar masculine names What is the etymology of dropped -n in ancient (Greek masculine) names ending with -on?\nI mean Plato, Pluto, etc.\nCuriously, the \"n\" is still preserved in derived words, like platonic or plutonic.\nAnother observation that may be related is that some non-Greek ancient names seemed to acquire -n in languages other than English, e.g., Cato becoming Caton.\n\nA: Because Latin.\nWhen the Ancient Greek names Πλάτων, Πλούτων and others were borrowed into Latin, they were changed into Plato, Pluto. I don't know if there's a single, well-known reason for this, but Latin had a lot of existing third-declension nouns ending in -o, -onis, and these Greek names were easiest to slot into this paradigm. These names then entered English by way of Latin, where they keep the peculiarity of losing the final -n except in derived forms.\n"]], "corpus": "stackexchange"}
|
356 |
{"tstamp": 1723044115.9674, "task_type": "retrieval", "type": "chat", "model": "mixedbread-ai/mxbai-embed-large-v1", "gen_params": {}, "start": 1723044114.3086, "finish": 1723044115.9674, "ip": "", "conv_id": "dd55ede43ec043c2afde18ebd3aeb227", "model_name": "mixedbread-ai/mxbai-embed-large-v1", "prompt": "Accuracy of text classification algorithms in identifying fake Covid-19 news", "output": [["Accuracy of text classification algorithms in identifying fake Covid-19 news", "Title: Constraint 2021: Machine Learning Models for COVID-19 Fake News Detection Shared Task\n\nAbstract: In this system paper we present our contribution to the Constraint 2021 COVID-19 Fake News Detection Shared Task, which poses the challenge of classifying COVID-19 related social media posts as either fake or real. In our system, we address this challenge by applying classical machine learning algorithms together with several linguistic features, such as n-grams, readability, emotional tone and punctuation. In terms of pre-processing, we experiment with various steps like stop word removal, stemming/lemmatization, link removal and more. We find our best performing system to be based on a linear SVM, which obtains a weighted average F1 score of 95.19% on test data, which lands a place in the middle of the leaderboard (place 80 of 167)."]], "corpus": "arxiv"}
|
357 |
{"tstamp": 1723044115.9674, "task_type": "retrieval", "type": "chat", "model": "BM25", "gen_params": {}, "start": 1723044114.3086, "finish": 1723044115.9674, "ip": "", "conv_id": "e8fb15ecba234bf9aaedad6c250a0f8f", "model_name": "BM25", "prompt": "Accuracy of text classification algorithms in identifying fake Covid-19 news", "output": [["Accuracy of text classification algorithms in identifying fake Covid-19 news", "Title: Evaluating Deep Learning Approaches for Covid19 Fake News Detection\n\nAbstract: Social media platforms like Facebook, Twitter, and Instagram have enabled connection and communication on a large scale. It has revolutionized the rate at which information is shared and enhanced its reach. However, another side of the coin dictates an alarming story. These platforms have led to an increase in the creation and spread of fake news. The fake news has not only influenced people in the wrong direction but also claimed human lives. During these critical times of the Covid19 pandemic, it is easy to mislead people and make them believe in fatal information. Therefore it is important to curb fake news at source and prevent it from spreading to a larger audience. We look at automated techniques for fake news detection from a data mining perspective. We evaluate different supervised text classification algorithms on Contraint@AAAI 2021 Covid-19 Fake news detection dataset. The classification algorithms are based on Convolutional Neural Networks (CNN), Long Short Term Memory (LSTM), and Bidirectional Encoder Representations from Transformers (BERT). We also evaluate the importance of unsupervised learning in the form of language model pre-training and distributed word representations using unlabelled covid tweets corpus. We report the best accuracy of 98.41\\% on the Covid-19 Fake news detection dataset."]], "corpus": "arxiv"}
|
|
|
|
|
|
355 |
{"tstamp": 1723044059.9137, "task_type": "retrieval", "type": "chat", "model": "BM25", "gen_params": {}, "start": 1723044057.4645, "finish": 1723044059.9137, "ip": "", "conv_id": "9cccfab4841849eeb13bf242326da3cb", "model_name": "BM25", "prompt": "are greek and latin related?", "output": [["are greek and latin related?", "English Stackexchange\n\nQ: Plato(n) and similar masculine names What is the etymology of dropped -n in ancient (Greek masculine) names ending with -on?\nI mean Plato, Pluto, etc.\nCuriously, the \"n\" is still preserved in derived words, like platonic or plutonic.\nAnother observation that may be related is that some non-Greek ancient names seemed to acquire -n in languages other than English, e.g., Cato becoming Caton.\n\nA: Because Latin.\nWhen the Ancient Greek names Πλάτων, Πλούτων and others were borrowed into Latin, they were changed into Plato, Pluto. I don't know if there's a single, well-known reason for this, but Latin had a lot of existing third-declension nouns ending in -o, -onis, and these Greek names were easiest to slot into this paradigm. These names then entered English by way of Latin, where they keep the peculiarity of losing the final -n except in derived forms.\n"]], "corpus": "stackexchange"}
|
356 |
{"tstamp": 1723044115.9674, "task_type": "retrieval", "type": "chat", "model": "mixedbread-ai/mxbai-embed-large-v1", "gen_params": {}, "start": 1723044114.3086, "finish": 1723044115.9674, "ip": "", "conv_id": "dd55ede43ec043c2afde18ebd3aeb227", "model_name": "mixedbread-ai/mxbai-embed-large-v1", "prompt": "Accuracy of text classification algorithms in identifying fake Covid-19 news", "output": [["Accuracy of text classification algorithms in identifying fake Covid-19 news", "Title: Constraint 2021: Machine Learning Models for COVID-19 Fake News Detection Shared Task\n\nAbstract: In this system paper we present our contribution to the Constraint 2021 COVID-19 Fake News Detection Shared Task, which poses the challenge of classifying COVID-19 related social media posts as either fake or real. In our system, we address this challenge by applying classical machine learning algorithms together with several linguistic features, such as n-grams, readability, emotional tone and punctuation. In terms of pre-processing, we experiment with various steps like stop word removal, stemming/lemmatization, link removal and more. We find our best performing system to be based on a linear SVM, which obtains a weighted average F1 score of 95.19% on test data, which lands a place in the middle of the leaderboard (place 80 of 167)."]], "corpus": "arxiv"}
|
357 |
{"tstamp": 1723044115.9674, "task_type": "retrieval", "type": "chat", "model": "BM25", "gen_params": {}, "start": 1723044114.3086, "finish": 1723044115.9674, "ip": "", "conv_id": "e8fb15ecba234bf9aaedad6c250a0f8f", "model_name": "BM25", "prompt": "Accuracy of text classification algorithms in identifying fake Covid-19 news", "output": [["Accuracy of text classification algorithms in identifying fake Covid-19 news", "Title: Evaluating Deep Learning Approaches for Covid19 Fake News Detection\n\nAbstract: Social media platforms like Facebook, Twitter, and Instagram have enabled connection and communication on a large scale. It has revolutionized the rate at which information is shared and enhanced its reach. However, another side of the coin dictates an alarming story. These platforms have led to an increase in the creation and spread of fake news. The fake news has not only influenced people in the wrong direction but also claimed human lives. During these critical times of the Covid19 pandemic, it is easy to mislead people and make them believe in fatal information. Therefore it is important to curb fake news at source and prevent it from spreading to a larger audience. We look at automated techniques for fake news detection from a data mining perspective. We evaluate different supervised text classification algorithms on Contraint@AAAI 2021 Covid-19 Fake news detection dataset. The classification algorithms are based on Convolutional Neural Networks (CNN), Long Short Term Memory (LSTM), and Bidirectional Encoder Representations from Transformers (BERT). We also evaluate the importance of unsupervised learning in the form of language model pre-training and distributed word representations using unlabelled covid tweets corpus. We report the best accuracy of 98.41\\% on the Covid-19 Fake news detection dataset."]], "corpus": "arxiv"}
|
358 |
+
{"tstamp": 1723044142.773, "task_type": "retrieval", "type": "chat", "model": "intfloat/multilingual-e5-large-instruct", "gen_params": {}, "start": 1723044142.6057, "finish": 1723044142.773, "ip": "", "conv_id": "c8e51ab7c3984bb38b9fa2164eae99f2", "model_name": "intfloat/multilingual-e5-large-instruct", "prompt": "who plays connor's mom in madeas christmas", "output": [["who plays connor's mom in madeas christmas", "A Madea Christmas (film)\n\nAt the Christmas Jubilee with her family, Lacey thanks the Sheldon Construction Company and announces their promises to help Bucktussle (which were not in the original agreement) by letting some water out of their dam, knowing the repercussions the company would face if they were to back out. She reveals to Oliver that she is married to Conner as the school's students led by Bailey start singing.\nCast\nTyler Perry as Mabel \"Madea\" Simmons\nKathy Najimy as Kim Williams\nChad Michael Murray as Tanner McCoy\nAnna Maria Horsford as Eileen Murphy\nTika Sumpter as Lacey Williams (née Murphy)\nEric Lively as Conner Williams\nJR Lemon as Oliver\nAlicia Witt as Amber McCoy\nLisa Whelchel as Principal Nancy Porter\nLarry the Cable Guy as Buddy Williams\nNoah Urrea as Bailey McCoy\nAshlee Heath as Audry\nCaroline Kennedy as Lucy\nSteve Boles as the Mayor of Bucktussle\nSweet Brown as herself\nAntoine Dodson as YouTube Guy\nJonathan Chase as Alfred\nVickie Eng as Customer #6\nDaniel Mann as Austin\nSoundtrack\nThe soundtrack for the film was released in stores by Motown Records November 25. This was the first soundtrack to a Tyler Perry film since 2010's For Colored Girls and the first Madea soundtrack since 2006's Madea's Family Reunion and 2008's Meet the Browns. It featured Smokey Robinson, Mariah Carey, Brian McKnight, James Brown, KEM, Boyz II Men, Kelly Rowland, Jeremih, Stevie Wonder, Jackson 5, Pearl Bailey, Ashanti, Kevin Ross & MPrynt.\nReception"]], "corpus": "wikipedia"}
|
359 |
+
{"tstamp": 1723044142.773, "task_type": "retrieval", "type": "chat", "model": "mixedbread-ai/mxbai-embed-large-v1", "gen_params": {}, "start": 1723044142.6057, "finish": 1723044142.773, "ip": "", "conv_id": "6007ed7023f54d739d3c9866334fcd8a", "model_name": "mixedbread-ai/mxbai-embed-large-v1", "prompt": "who plays connor's mom in madeas christmas", "output": [["who plays connor's mom in madeas christmas", "A Madea Christmas (film)\n\nA Madea Christmas is a 2013 American Christmas comedy film directed, written, produced by and starring Tyler Perry with the rest of the cast consisting of Kathy Najimy, Chad Michael Murray, Anna Maria Horsford, Tika Sumpter, Eric Lively, JR Lemon, Alicia Witt, Lisa Whelchel, and Larry the Cable Guy. This is the first Christmas-themed film from the writer-director as it tells the story of Madea going to the fictional town of Bucktussle, Alabama with her great-niece to spend Christmas with the great-niece's daughter as financial trouble involving a newly-constructed dam threatens the town. This is the seventeenth film by Perry, and the eighth film in the Madea cinematic universe. The film was released on December 13, 2013 by Lionsgate.\nA Madea Christmas grossed $53.4 million worldwide.\nPlot\nIn Atlanta, Georgia, Mabel \"Madea\" Simmons has been talked into getting a job at a local store by her niece Eileen Murphy. Madea gets fired on her first day."]], "corpus": "wikipedia"}
|