Merge branch 'main' of https://huggingface.co/datasets/cardiffnlp/relentless into main
Browse filesThis view is limited to 50 files because it contains too many changes.
See raw diff
- experiments/baseline_lm_lc.py +1 -1
- experiments/results/chat/gpt-3.5-turbo.similar_to.json +72 -0
- experiments/results/chat/gpt-4.competitor-rival_of.json +84 -0
- experiments/results/chat/gpt-4.friend-ally_of.json +87 -0
- experiments/results/chat/gpt-4.influenced_by.json +64 -0
- experiments/results/lm_lc/davinci/ppl.competitor__rival_of.jsonl +89 -0
- experiments/results/lm_lc/davinci/ppl.friend__ally_of.jsonl +92 -0
- experiments/results/lm_lc/davinci/ppl.influenced_by.jsonl +93 -0
- experiments/results/lm_lc/davinci/ppl.known_for.jsonl +108 -0
- experiments/results/lm_lc/davinci/ppl.similar_to.jsonl +93 -0
- experiments/results/lm_lc/lm.csv +2 -0
- experiments/results/lm_lc_zeroshot.csv +5 -0
- experiments/results/lm_lc_zeroshot/davinci/ppl.is_competitor__rival_of.jsonl +89 -0
- experiments/results/lm_lc_zeroshot/davinci/ppl.is_friend__ally_of.jsonl +92 -0
- experiments/results/lm_lc_zeroshot/davinci/ppl.is_influenced_by.jsonl +93 -0
- experiments/results/lm_lc_zeroshot/davinci/ppl.is_known_for.jsonl +108 -0
- experiments/results/lm_lc_zeroshot/davinci/ppl.is_similar_to.jsonl +93 -0
- experiments/results/lm_lc_zeroshot/flan-t5-xxl/ppl.is_competitor__rival_of.jsonl +89 -0
- experiments/results/lm_lc_zeroshot/flan-t5-xxl/ppl.is_friend__ally_of.jsonl +92 -0
- experiments/results/lm_lc_zeroshot/flan-t5-xxl/ppl.is_influenced_by.jsonl +93 -0
- experiments/results/lm_lc_zeroshot/flan-t5-xxl/ppl.is_known_for.jsonl +108 -0
- experiments/results/lm_lc_zeroshot/flan-t5-xxl/ppl.is_similar_to.jsonl +93 -0
- experiments/results/lm_lc_zeroshot/flan-ul2/ppl.is_competitor__rival_of.jsonl +89 -0
- experiments/results/lm_lc_zeroshot/flan-ul2/ppl.is_friend__ally_of.jsonl +92 -0
- experiments/results/lm_lc_zeroshot/flan-ul2/ppl.is_influenced_by.jsonl +93 -0
- experiments/results/lm_lc_zeroshot/flan-ul2/ppl.is_known_for.jsonl +108 -0
- experiments/results/lm_lc_zeroshot/flan-ul2/ppl.is_similar_to.jsonl +93 -0
- experiments/results/lm_lc_zeroshot/opt-13b/ppl.is_competitor__rival_of.jsonl +89 -0
- experiments/results/lm_lc_zeroshot/opt-13b/ppl.is_friend__ally_of.jsonl +92 -0
- experiments/results/lm_lc_zeroshot/opt-13b/ppl.is_influenced_by.jsonl +93 -0
- experiments/results/lm_lc_zeroshot/opt-13b/ppl.is_known_for.jsonl +108 -0
- experiments/results/lm_lc_zeroshot/opt-13b/ppl.is_similar_to.jsonl +93 -0
- experiments/results/lm_qa/davinci/ppl.influenced_by.jsonl +93 -0
- experiments/results/lm_qa/davinci/ppl.known_for.jsonl +108 -0
- experiments/results/lm_qa/davinci/ppl.similar_to.jsonl +93 -0
- experiments/results/lm_qa/lm.csv +2 -0
- experiments/results/lm_qa_zeroshot.csv +5 -0
- experiments/results/lm_qa_zeroshot/davinci/ppl.is_competitor__rival_of.jsonl +89 -0
- experiments/results/lm_qa_zeroshot/davinci/ppl.is_friend__ally_of.jsonl +92 -0
- experiments/results/lm_qa_zeroshot/davinci/ppl.is_influenced_by.jsonl +93 -0
- experiments/results/lm_qa_zeroshot/davinci/ppl.is_known_for.jsonl +108 -0
- experiments/results/lm_qa_zeroshot/davinci/ppl.is_similar_to.jsonl +93 -0
- experiments/results/lm_qa_zeroshot/flan-t5-xxl/ppl.is_competitor__rival_of.jsonl +89 -0
- experiments/results/lm_qa_zeroshot/flan-t5-xxl/ppl.is_friend__ally_of.jsonl +92 -0
- experiments/results/lm_qa_zeroshot/flan-t5-xxl/ppl.is_influenced_by.jsonl +93 -0
- experiments/results/lm_qa_zeroshot/flan-t5-xxl/ppl.is_known_for.jsonl +108 -0
- experiments/results/lm_qa_zeroshot/flan-t5-xxl/ppl.is_similar_to.jsonl +93 -0
- experiments/results/lm_qa_zeroshot/flan-ul2/ppl.is_competitor__rival_of.jsonl +89 -0
- experiments/results/lm_qa_zeroshot/flan-ul2/ppl.is_friend__ally_of.jsonl +92 -0
- experiments/results/lm_qa_zeroshot/flan-ul2/ppl.is_influenced_by.jsonl +93 -0
experiments/baseline_lm_lc.py
CHANGED
@@ -19,7 +19,7 @@ prompt_dict = {
|
|
19 |
data = load_dataset("cardiffnlp/relentless", split="test")
|
20 |
full_result = []
|
21 |
for lm, ppl_class, batch, pretty_name in [
|
22 |
-
("google/flan-ul2", EncoderDecoderLM, 1, "Flan-UL2"),
|
23 |
("google/flan-t5-xxl", EncoderDecoderLM, 1, "Flan-T5\textsubscript{XXL}"),
|
24 |
("google/flan-t5-xl", EncoderDecoderLM, 1, "Flan-T5\textsubscript{XL}"),
|
25 |
("google/flan-t5-large", EncoderDecoderLM, 32, "Flan-T5\textsubscript{LARGE}"),
|
|
|
19 |
data = load_dataset("cardiffnlp/relentless", split="test")
|
20 |
full_result = []
|
21 |
for lm, ppl_class, batch, pretty_name in [
|
22 |
+
# ("google/flan-ul2", EncoderDecoderLM, 1, "Flan-UL2"),
|
23 |
("google/flan-t5-xxl", EncoderDecoderLM, 1, "Flan-T5\textsubscript{XXL}"),
|
24 |
("google/flan-t5-xl", EncoderDecoderLM, 1, "Flan-T5\textsubscript{XL}"),
|
25 |
("google/flan-t5-large", EncoderDecoderLM, 32, "Flan-T5\textsubscript{LARGE}"),
|
experiments/results/chat/gpt-3.5-turbo.similar_to.json
ADDED
@@ -0,0 +1,72 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
1. ['Coca-Cola', 'Pepsi']
|
2 |
+
2. ['Ligue 1', 'Bundesliga']
|
3 |
+
3. ['Australia', 'New Zealand']
|
4 |
+
4. ['The Avengers', 'The Justice League']
|
5 |
+
5. ['Tesco', 'Sainsburys']
|
6 |
+
6. ['Adidas', 'Nike']
|
7 |
+
7. ['Netflix', 'Amazon Prime Video']
|
8 |
+
8. ["Dominos' Pizza", 'Pizza Hut']
|
9 |
+
9. ['Batman', 'Iron Man']
|
10 |
+
10. ['Gisele Bündchen', 'Orson Welles']
|
11 |
+
11. ['Harry Potter', 'Lord of the Rings']
|
12 |
+
12. ['Red Bull', 'Monster Energy']
|
13 |
+
13. ['Spain', 'Italy']
|
14 |
+
14. ['Galaxy', 'iPhone']
|
15 |
+
15. ['Primark', 'Shein']
|
16 |
+
16. ['South Africa', 'Bhagavad Gita']
|
17 |
+
17. ['PS5', 'XBox']
|
18 |
+
18. ['bourbon', 'Scotch whisky']
|
19 |
+
19. ['Alaska', 'Canada']
|
20 |
+
20. ['Disney', 'Pixar']
|
21 |
+
21. ['Firefox', 'Chrome']
|
22 |
+
22. ['Kindle', 'Jeff Bezos']
|
23 |
+
23. ['Coachella', 'Woodstock']
|
24 |
+
24. ['Grammy Award', 'Novel Prize']
|
25 |
+
25. ['England', 'Wales']
|
26 |
+
26. ['banana', 'plantain']
|
27 |
+
27. ['Pecorino Romano', 'Parmesan']
|
28 |
+
28. ['Spain', 'Italy']
|
29 |
+
29. ['Gerald Ford', 'Duran Duran']
|
30 |
+
30. ['Telugu', 'Tamil']
|
31 |
+
31. ['Steve Jobs', 'Tim Cook']
|
32 |
+
32. ['Joe Burrow', 'Edward Scissorhands']
|
33 |
+
33. ['Edward I', 'William the Conqueror']
|
34 |
+
34. ['Karl Urban', 'France 24']
|
35 |
+
35. ['Sudan', 'South Sudan']
|
36 |
+
36. ['Peter Phillips', 'Christine Baranski']
|
37 |
+
37. ['Jenna Ortega', 'Anglo-Saxons']
|
38 |
+
38. ['Cardiff', 'Swansea']
|
39 |
+
39. ['Counter Strike', 'Rainbow Six']
|
40 |
+
40. ['Hawaii', 'Guam']
|
41 |
+
41. ['Slack', 'Microsoft Teams']
|
42 |
+
42. ['Minnesota', 'Wisconsin']
|
43 |
+
43. ['Anne Heche', 'Ponzi scheme']
|
44 |
+
44. ['Chris Pine', 'Good Friday']
|
45 |
+
45. ['Sudocrem', 'Germolene']
|
46 |
+
46. ['Yugoslavia', 'Albania']
|
47 |
+
47. ['Beatles', 'Rolling Stones']
|
48 |
+
48. ['decision tree', 'neural network']
|
49 |
+
49. ['Suits', 'Law & Order']
|
50 |
+
50. ['Titanic', 'Superbad']
|
51 |
+
51. ['Seleucid Empire', 'Macedonian Empire']
|
52 |
+
52. ['Doctor Who', 'Timeless']
|
53 |
+
53. ['Srebrenica massacre', 'Rock Hudson']
|
54 |
+
54. ['Arnold Classic', 'Mr. Olympia']
|
55 |
+
55. ['Italy', 'Superman']
|
56 |
+
56. ['Alibaba', 'Amazon']
|
57 |
+
57. ['Indiana Jones', 'Star Wars']
|
58 |
+
58. ['NQ64', 'Wetherspoons']
|
59 |
+
59. ['Pepsi', 'Fanta']
|
60 |
+
60. ['Homebase', 'IKEA']
|
61 |
+
61. ['ramen', 'udon']
|
62 |
+
62. ['sphinx', 'sphynx']
|
63 |
+
63. ['iPod', 'iPad']
|
64 |
+
64. ['Olympic Games', 'X Games']
|
65 |
+
65. ['McDonald's', 'Burger King']
|
66 |
+
66. ['Scrabble', 'Jenga']
|
67 |
+
67. ['Christmas', 'Easter']
|
68 |
+
68. ['fusilli', 'rotini']
|
69 |
+
69. ['Avatar', 'Archimedes']
|
70 |
+
70. ['Shark', 'Bush']
|
71 |
+
71. ['Eva Braun', 'Phil Jackson']
|
72 |
+
72. ['Nicolae Ceaușescu', 'Javier Hernández']
|
experiments/results/chat/gpt-4.competitor-rival_of.json
ADDED
@@ -0,0 +1,84 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
['Apple', 'Microsoft']
|
2 |
+
['Microsoft', 'Google']
|
3 |
+
['Bugatti', 'Lamborghini']
|
4 |
+
['Netflix', 'Disney Plus']
|
5 |
+
['Cristiano Ronaldo', 'Lionel Messi']
|
6 |
+
['Dyson', 'Dualit']
|
7 |
+
['PyTorch', 'TensorFlow']
|
8 |
+
['Sanpellegrino', 'Volvic']
|
9 |
+
['British Airways', 'Aer Lingus']
|
10 |
+
['American Psycho', 'Chihuahua']
|
11 |
+
['Mars', 'Snickers']
|
12 |
+
['ASML', 'LAM Research']
|
13 |
+
['Razer', 'Dell']
|
14 |
+
['Spotify', 'Apple']
|
15 |
+
['Manchester United', 'Arsenal']
|
16 |
+
['WeChat', 'WhatsApp']
|
17 |
+
['Lionel Messi', 'Kylian Mbappé']
|
18 |
+
['Louis Philippe', 'Peter England']
|
19 |
+
['Twitter', 'WhatsApp']
|
20 |
+
['Coca-Cola Company', 'Pepsi']
|
21 |
+
['Khabib Nurmagomedov', 'Conor McGregor']
|
22 |
+
['Twitter', 'Facebook']
|
23 |
+
['Cardiff University', 'Swansea University']
|
24 |
+
['Isaac Newton', 'Gottfried Leibniz']
|
25 |
+
['Casio', 'Texas Instruments']
|
26 |
+
['Arsenal', 'Tottenham Hotspur']
|
27 |
+
['Nintendo', 'Xbox']
|
28 |
+
['Serena Williams', 'Andy Murray']
|
29 |
+
['Apple', 'Samsung']
|
30 |
+
['Expedia', 'Trivago']
|
31 |
+
['Heathrow Airport', 'Gatwick Airport']
|
32 |
+
['Mario', 'Bowser']
|
33 |
+
['US', 'China']
|
34 |
+
['BMW', 'Mercedes-Benz']
|
35 |
+
['Blur', 'Oasis']
|
36 |
+
['Toshiba', 'LG']
|
37 |
+
['Tesla', 'Skoda']
|
38 |
+
['Thomas Jefferson', 'Alexander Hamilton']
|
39 |
+
['Chester FC', 'Wrexham FC']
|
40 |
+
['H&M', 'Zalora']
|
41 |
+
['UK', 'France']
|
42 |
+
['Nike', 'Adidas']
|
43 |
+
['Alain Prost', 'Ayrton Senna']
|
44 |
+
['Manchester City', 'Manchester United']
|
45 |
+
['BBC', 'The Guardian']
|
46 |
+
['Amazon', 'Ebay']
|
47 |
+
['Sir Alex Ferguson', 'Jose Mourinho']
|
48 |
+
['Hans Zimmer', 'John Williams']
|
49 |
+
['Noel Gallagher', 'Liam Gallaguer']
|
50 |
+
["McDonald's", 'Burger King']
|
51 |
+
['Neoclassicism', 'Romanticism']
|
52 |
+
['Royal Feast', 'Fast X']
|
53 |
+
['Eminem', 'MGK']
|
54 |
+
['Martin Luther King Jr.', 'Malcolm X']
|
55 |
+
['Russia', 'China']
|
56 |
+
['Kingston', 'Samsung']
|
57 |
+
['AWS', 'GCP']
|
58 |
+
['Beatles', 'Rolling Stones']
|
59 |
+
['Jeremy Corbyn', 'Keir Starmer']
|
60 |
+
['Lee Chong Wei', 'Lin Dan']
|
61 |
+
['Samsung', 'Pitbull']
|
62 |
+
['Germany', 'Austria']
|
63 |
+
['Mikhail Khodorkovsky', 'Hezbollah']
|
64 |
+
['Federal Reserve Board', 'Bank of England']
|
65 |
+
['Kourtney Kardashian', 'Jenna Fischer']
|
66 |
+
['Bella Hadid', 'Choi Woo-shik']
|
67 |
+
['Mali', 'Frances McDormand']
|
68 |
+
['Olympic Games', 'Helicobacter pylori']
|
69 |
+
['Line of Duty', 'CSI']
|
70 |
+
['Gladiator', 'Imelda Staunton']
|
71 |
+
['John Tyler', 'Whig Party']
|
72 |
+
['Nikhita Khrushchev', 'Leonid Brezhnev']
|
73 |
+
['Jake Paul', 'Tangled']
|
74 |
+
['Steve Jobs', 'Atlanta']
|
75 |
+
['Didier Deschamps', 'Scott Adkins']
|
76 |
+
['Bashar al-Assad', 'Christianity']
|
77 |
+
['Saudi Arabia', 'Israel']
|
78 |
+
['Ligue 1', 'Hayley Atwell']
|
79 |
+
['Vikram', 'Coen brothers']
|
80 |
+
['Mohamed Salah', 'Korea']
|
81 |
+
['Katharine Hepburn', 'Abrahamic religion']
|
82 |
+
['EuroBasket 2022', 'Murad III']
|
83 |
+
['ASEAN', 'Helen Hunt']
|
84 |
+
['Apple', 'Rolex']
|
experiments/results/chat/gpt-4.friend-ally_of.json
ADDED
@@ -0,0 +1,87 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
['Hillary Clinton', 'Barack Obama']
|
2 |
+
['Rishi Sunak', 'Leo Varadkar']
|
3 |
+
['Gondor', 'Rohan']
|
4 |
+
['FIFA', 'UEFA']
|
5 |
+
['South Korea', 'Japan']
|
6 |
+
['France', 'Belgium']
|
7 |
+
['Spain', 'Portugal']
|
8 |
+
['Malaysia', 'Singapore']
|
9 |
+
['Eastern Orthodoxy', 'Oriental Orthodoxy']
|
10 |
+
['India', 'US']
|
11 |
+
['Beatles', 'Rolling Stones']
|
12 |
+
['Red Bull', 'GoPro']
|
13 |
+
['United States', 'United Kingdom']
|
14 |
+
['Eva Perón', 'Interpol']
|
15 |
+
['UK', 'Ireland']
|
16 |
+
['Singapore', 'Israel']
|
17 |
+
['Darth Vader', 'Emperor Palpatine']
|
18 |
+
['US', 'Canada']
|
19 |
+
['Bob Marley', 'Abu Bakr']
|
20 |
+
['Johnny Cash', 'Waylon Jennings']
|
21 |
+
['Jeff Bezos', 'GitHub']
|
22 |
+
['Hong Kong', 'HSBC']
|
23 |
+
['Porter Wagoner', 'Dolly Parton']
|
24 |
+
['Coca-Cola', "McDonald's"]
|
25 |
+
['Cersei Lannister', 'Euron Greyjoy']
|
26 |
+
['Rishi Sunak', 'Joe Biden']
|
27 |
+
['Quentin Tarantino', 'Edgar Wright']
|
28 |
+
['Keir Starmer', 'Jeremy Corbyn']
|
29 |
+
['Germany', 'France']
|
30 |
+
['Stephen Hawking', 'Brian Cox']
|
31 |
+
['Jean-Michel Basquiat', 'Andy Warhol']
|
32 |
+
['Mark Drakeford', 'Rishi Sunak']
|
33 |
+
['Jürgen Klopp', 'Exo']
|
34 |
+
['Windows', 'Xbox']
|
35 |
+
['Saturn', 'Rachel Bilson']
|
36 |
+
['Ottoman Empire', 'Snowpiercer']
|
37 |
+
['UN', 'NATO']
|
38 |
+
['Boris Johnson', 'Emmanuel Macron']
|
39 |
+
['Microsoft', 'LinkedIn']
|
40 |
+
['Paul Rudd', 'Memento']
|
41 |
+
['Russia', 'Georgia']
|
42 |
+
['Rishi Sunak', 'Emmanuel Macron']
|
43 |
+
['Joseph Stalin', 'Josip Broz Tito']
|
44 |
+
['Di Maio', 'Salvini']
|
45 |
+
['Yahoo', 'Yahoo Japan']
|
46 |
+
['Armenia', 'Azerbaijan']
|
47 |
+
['Doja Cat', 'Anthony Albanese']
|
48 |
+
['Pedro Sánchez', 'Pablo Iglesias']
|
49 |
+
['Islamic State', 'Denys Prokopenko']
|
50 |
+
['Brazil', 'India']
|
51 |
+
['Oman', 'Iran']
|
52 |
+
['U.S.S.R.', 'East Germany']
|
53 |
+
['Sicily', 'Calabria']
|
54 |
+
['Harry Potter', 'Severus Snape']
|
55 |
+
['Tata Motors', 'Jaguar']
|
56 |
+
['Liam Gallagher', 'Noel Gallagher']
|
57 |
+
['Turkish Airlines', 'All Nippon Airways']
|
58 |
+
['JP Morgan', 'Morgan Stanley']
|
59 |
+
['Sophia Loren', 'Marlon Brando']
|
60 |
+
['J.R.R. Tolkien', 'C.S. Lewis']
|
61 |
+
['China', 'North Korea']
|
62 |
+
['Margaret Thatcher', 'Ronald Reagan']
|
63 |
+
['Anne Boleyn', 'Columbia Pictures']
|
64 |
+
['KGB', 'CIA']
|
65 |
+
['Amazon', 'Royal Mail']
|
66 |
+
['The Beatles', 'Queen']
|
67 |
+
['Benedict Cumberbatch', 'Hanukkah']
|
68 |
+
['Huawei', 'China']
|
69 |
+
['Kendall Jenner', 'Bergen']
|
70 |
+
['Thomas Jefferson', 'Kid Cudi']
|
71 |
+
['Ed Gein', 'Colonel Sanders']
|
72 |
+
['Google', 'Samsung']
|
73 |
+
['IMF', 'The World Bank']
|
74 |
+
['Nikon', 'Tokina']
|
75 |
+
['Sony', 'ZEISS']
|
76 |
+
['Linus Sebastian', 'Marques Brownlee']
|
77 |
+
['FTX', 'Alameda Research']
|
78 |
+
['UK', 'Commonwealth']
|
79 |
+
['Kylo Ren', 'Rey']
|
80 |
+
['Macbeth', 'Banquo']
|
81 |
+
['Walter White', 'Gus Fring']
|
82 |
+
['Ron Weasley', 'Neville Longbottom']
|
83 |
+
['Noah Schnapp', 'Galatasaray S.K.']
|
84 |
+
['Instagram', 'WhatsApp']
|
85 |
+
['Catherine Zeta-Jones', 'Johnny Knoxville']
|
86 |
+
['Achilles', 'Jonathan Bailey']
|
87 |
+
['HSBC', 'BlackRock']
|
experiments/results/chat/gpt-4.influenced_by.json
ADDED
@@ -0,0 +1,64 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
['Elton John', 'Elvis Presley']
|
2 |
+
['Game of Thrones', 'Lord of the Rings']
|
3 |
+
['Thomas Aquinas', 'Aristotle']
|
4 |
+
['Android', 'iOS']
|
5 |
+
['trending music', 'TikTok']
|
6 |
+
['Xi Jinping', 'Kim Jong-il']
|
7 |
+
['Beethoven', 'romanticism']
|
8 |
+
['Edgar Allan Poe', 'Romanticism']
|
9 |
+
['US', 'NASA']
|
10 |
+
['Wales', 'Westminster']
|
11 |
+
['Theresa May', 'David Cameron']
|
12 |
+
['Lord of the Rings', 'Beowulf']
|
13 |
+
['Andrew Johnson', 'Abraham Lincoln']
|
14 |
+
['LinkedIn', 'Facebook']
|
15 |
+
['Picasso', 'Cezanne']
|
16 |
+
['Playstation', 'Xbox']
|
17 |
+
['Saudi Arabia', 'US']
|
18 |
+
['Fitbit', 'heart rate monitor']
|
19 |
+
['Taiwan', 'China']
|
20 |
+
['Kylian Mbappe', 'Cristiano Ronaldo']
|
21 |
+
['Picasso', 'cubism']
|
22 |
+
['Miley Cyrus', 'Lorde']
|
23 |
+
['Neymar', 'Alexis Sánchez']
|
24 |
+
['Smashing Pumpkins', 'Beatles']
|
25 |
+
['Luke Evans', 'Ava Gardner']
|
26 |
+
['MacOS', 'Linux']
|
27 |
+
['Transport for Wales', 'National Rail']
|
28 |
+
['India', 'Hinduism']
|
29 |
+
['Bob Dylan', 'Woody Guthrie']
|
30 |
+
['Tim Burton', 'German expressionism']
|
31 |
+
['Eamon de Valera', 'James Napper Tandy']
|
32 |
+
['Joe Biden', 'Donald Trump']
|
33 |
+
['Harry Potter', 'Wizard of Oz']
|
34 |
+
['Coca-Cola', 'Pepsi']
|
35 |
+
['Apple Music', 'Spotify']
|
36 |
+
['Singaporean food', 'Malaysian food']
|
37 |
+
['Guess', 'Gucci']
|
38 |
+
['Commonwealth', 'United Kingdom']
|
39 |
+
['machine learning', 'Google']
|
40 |
+
['Antonio Salazar', 'fascism']
|
41 |
+
['Hank Williams', 'Jimmie Rodgers']
|
42 |
+
['English', 'William Shakespeare']
|
43 |
+
['Gilbert Gottfried', 'Mike Krieger']
|
44 |
+
['Vladimir Lenin', 'chess']
|
45 |
+
['Pepsi', 'Coca-Cola']
|
46 |
+
['Luke Bryan', 'Hank Williams']
|
47 |
+
['Bill Gates', 'Steve Jobs']
|
48 |
+
['Stephen King', 'Arthur Machen']
|
49 |
+
['Bangladesh', 'India']
|
50 |
+
['hamburger', 'Germany']
|
51 |
+
['Oasis', 'Blur']
|
52 |
+
['Quentin Tarantino', 'Sergio Leone']
|
53 |
+
['Stephen Foster', 'Thomas Moore']
|
54 |
+
['Hoover', 'Dyson']
|
55 |
+
['Mark Rothko', 'Claude Monet']
|
56 |
+
['James Brown', 'Michael Jackson']
|
57 |
+
['Windows', 'Linux']
|
58 |
+
['Radiohead', 'David Bowie']
|
59 |
+
['NVIDIA', 'AMD']
|
60 |
+
['India', 'Gandhi']
|
61 |
+
['Viktor Yushchenko', 'Bonnie Wright']
|
62 |
+
['Beethoven', 'Mozart']
|
63 |
+
['Bitcoin', 'blockchain']
|
64 |
+
['Hong Kong', 'China']
|
experiments/results/lm_lc/davinci/ppl.competitor__rival_of.jsonl
ADDED
@@ -0,0 +1,89 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{"perplexity": 9.192415620312957, "input": "Complete the following list with examples of entities that are competitors or rivals:\n* [\"Dell\", \"HP\"]\n* [\"Sprite\", \"7 Up\"]\n* [\"Israel\", \"Palestine\"]\n* [\"Liverpool FC\", \"Manchester United\"]\n* [\"Microsoft Teams\", \"Slack\"]\n* [\"Jeremy Corbyn\", \"Keir Starmer\"]", "output": ""}
|
2 |
+
{"perplexity": 13.28568984140712, "input": "Complete the following list with examples of entities that are competitors or rivals:\n* [\"Dell\", \"HP\"]\n* [\"Sprite\", \"7 Up\"]\n* [\"Israel\", \"Palestine\"]\n* [\"Liverpool FC\", \"Manchester United\"]\n* [\"Microsoft Teams\", \"Slack\"]\n* [\"EuroBasket 2022\", \"Murad III\"]", "output": ""}
|
3 |
+
{"perplexity": 8.498553193687252, "input": "Complete the following list with examples of entities that are competitors or rivals:\n* [\"Dell\", \"HP\"]\n* [\"Sprite\", \"7 Up\"]\n* [\"Israel\", \"Palestine\"]\n* [\"Liverpool FC\", \"Manchester United\"]\n* [\"Microsoft Teams\", \"Slack\"]\n* [\"Bugatti\", \"Lamborghini\"]", "output": ""}
|
4 |
+
{"perplexity": 8.672958003672168, "input": "Complete the following list with examples of entities that are competitors or rivals:\n* [\"Dell\", \"HP\"]\n* [\"Sprite\", \"7 Up\"]\n* [\"Israel\", \"Palestine\"]\n* [\"Liverpool FC\", \"Manchester United\"]\n* [\"Microsoft Teams\", \"Slack\"]\n* [\"Apple\", \"Microsoft\"]", "output": ""}
|
5 |
+
{"perplexity": 8.921408873096903, "input": "Complete the following list with examples of entities that are competitors or rivals:\n* [\"Dell\", \"HP\"]\n* [\"Sprite\", \"7 Up\"]\n* [\"Israel\", \"Palestine\"]\n* [\"Liverpool FC\", \"Manchester United\"]\n* [\"Microsoft Teams\", \"Slack\"]\n* [\"Lee Chong Wei\", \"Lin Dan\"]", "output": ""}
|
6 |
+
{"perplexity": 8.769945120990176, "input": "Complete the following list with examples of entities that are competitors or rivals:\n* [\"Dell\", \"HP\"]\n* [\"Sprite\", \"7 Up\"]\n* [\"Israel\", \"Palestine\"]\n* [\"Liverpool FC\", \"Manchester United\"]\n* [\"Microsoft Teams\", \"Slack\"]\n* [\"Microsoft\", \"Google\"]", "output": ""}
|
7 |
+
{"perplexity": 10.860755978336265, "input": "Complete the following list with examples of entities that are competitors or rivals:\n* [\"Dell\", \"HP\"]\n* [\"Sprite\", \"7 Up\"]\n* [\"Israel\", \"Palestine\"]\n* [\"Liverpool FC\", \"Manchester United\"]\n* [\"Microsoft Teams\", \"Slack\"]\n* [\"Samsung\", \"Pitbull\"]", "output": ""}
|
8 |
+
{"perplexity": 7.664539088079667, "input": "Complete the following list with examples of entities that are competitors or rivals:\n* [\"Dell\", \"HP\"]\n* [\"Sprite\", \"7 Up\"]\n* [\"Israel\", \"Palestine\"]\n* [\"Liverpool FC\", \"Manchester United\"]\n* [\"Microsoft Teams\", \"Slack\"]\n* [\"Cristiano Ronaldo\", \"Lionel Messi\"]", "output": ""}
|
9 |
+
{"perplexity": 9.146166791271945, "input": "Complete the following list with examples of entities that are competitors or rivals:\n* [\"Dell\", \"HP\"]\n* [\"Sprite\", \"7 Up\"]\n* [\"Israel\", \"Palestine\"]\n* [\"Liverpool FC\", \"Manchester United\"]\n* [\"Microsoft Teams\", \"Slack\"]\n* [\"Germany\", \"Austria\"]", "output": ""}
|
10 |
+
{"perplexity": 9.512621739494563, "input": "Complete the following list with examples of entities that are competitors or rivals:\n* [\"Dell\", \"HP\"]\n* [\"Sprite\", \"7 Up\"]\n* [\"Israel\", \"Palestine\"]\n* [\"Liverpool FC\", \"Manchester United\"]\n* [\"Microsoft Teams\", \"Slack\"]\n* [\"Dyson\", \"Dualit\"]", "output": ""}
|
11 |
+
{"perplexity": 9.81804950735051, "input": "Complete the following list with examples of entities that are competitors or rivals:\n* [\"Dell\", \"HP\"]\n* [\"Sprite\", \"7 Up\"]\n* [\"Israel\", \"Palestine\"]\n* [\"Liverpool FC\", \"Manchester United\"]\n* [\"Microsoft Teams\", \"Slack\"]\n* [\"Netflix\", \"Disney Plus\"]", "output": ""}
|
12 |
+
{"perplexity": 8.61915277577147, "input": "Complete the following list with examples of entities that are competitors or rivals:\n* [\"Dell\", \"HP\"]\n* [\"Sprite\", \"7 Up\"]\n* [\"Israel\", \"Palestine\"]\n* [\"Liverpool FC\", \"Manchester United\"]\n* [\"Microsoft Teams\", \"Slack\"]\n* [\"PyTorch\", \"TensorFlow\"]", "output": ""}
|
13 |
+
{"perplexity": 8.761979305834021, "input": "Complete the following list with examples of entities that are competitors or rivals:\n* [\"Dell\", \"HP\"]\n* [\"Sprite\", \"7 Up\"]\n* [\"Israel\", \"Palestine\"]\n* [\"Liverpool FC\", \"Manchester United\"]\n* [\"Microsoft Teams\", \"Slack\"]\n* [\"Dell\", \"HP\"]", "output": ""}
|
14 |
+
{"perplexity": 9.596518666725231, "input": "Complete the following list with examples of entities that are competitors or rivals:\n* [\"Dell\", \"HP\"]\n* [\"Sprite\", \"7 Up\"]\n* [\"Israel\", \"Palestine\"]\n* [\"Liverpool FC\", \"Manchester United\"]\n* [\"Microsoft Teams\", \"Slack\"]\n* [\"Sanpellegrino\", \"Volvic\"]", "output": ""}
|
15 |
+
{"perplexity": 9.591254215227371, "input": "Complete the following list with examples of entities that are competitors or rivals:\n* [\"Dell\", \"HP\"]\n* [\"Sprite\", \"7 Up\"]\n* [\"Israel\", \"Palestine\"]\n* [\"Liverpool FC\", \"Manchester United\"]\n* [\"Microsoft Teams\", \"Slack\"]\n* [\"Mikhail Khodorkovsky\", \"Hezbollah\"]", "output": ""}
|
16 |
+
{"perplexity": 8.535040926205594, "input": "Complete the following list with examples of entities that are competitors or rivals:\n* [\"Dell\", \"HP\"]\n* [\"Sprite\", \"7 Up\"]\n* [\"Israel\", \"Palestine\"]\n* [\"Liverpool FC\", \"Manchester United\"]\n* [\"Microsoft Teams\", \"Slack\"]\n* [\"British Airways\", \"Aer Lingus\"]", "output": ""}
|
17 |
+
{"perplexity": 8.860967264567801, "input": "Complete the following list with examples of entities that are competitors or rivals:\n* [\"Dell\", \"HP\"]\n* [\"Sprite\", \"7 Up\"]\n* [\"Israel\", \"Palestine\"]\n* [\"Liverpool FC\", \"Manchester United\"]\n* [\"Microsoft Teams\", \"Slack\"]\n* [\"Microsoft Teams\", \"Slack\"]", "output": ""}
|
18 |
+
{"perplexity": 9.080753335965284, "input": "Complete the following list with examples of entities that are competitors or rivals:\n* [\"Dell\", \"HP\"]\n* [\"Sprite\", \"7 Up\"]\n* [\"Israel\", \"Palestine\"]\n* [\"Liverpool FC\", \"Manchester United\"]\n* [\"Microsoft Teams\", \"Slack\"]\n* [\"Federal Reserve Board\", \"Bank of England\"]", "output": ""}
|
19 |
+
{"perplexity": 10.604435307857884, "input": "Complete the following list with examples of entities that are competitors or rivals:\n* [\"Dell\", \"HP\"]\n* [\"Sprite\", \"7 Up\"]\n* [\"Israel\", \"Palestine\"]\n* [\"Liverpool FC\", \"Manchester United\"]\n* [\"Microsoft Teams\", \"Slack\"]\n* [\"American Psycho\", \"Chihuahua\"]", "output": ""}
|
20 |
+
{"perplexity": 9.111992011101542, "input": "Complete the following list with examples of entities that are competitors or rivals:\n* [\"Dell\", \"HP\"]\n* [\"Sprite\", \"7 Up\"]\n* [\"Israel\", \"Palestine\"]\n* [\"Liverpool FC\", \"Manchester United\"]\n* [\"Microsoft Teams\", \"Slack\"]\n* [\"Mars\", \"Snickers\"]", "output": ""}
|
21 |
+
{"perplexity": 9.774240004581843, "input": "Complete the following list with examples of entities that are competitors or rivals:\n* [\"Dell\", \"HP\"]\n* [\"Sprite\", \"7 Up\"]\n* [\"Israel\", \"Palestine\"]\n* [\"Liverpool FC\", \"Manchester United\"]\n* [\"Microsoft Teams\", \"Slack\"]\n* [\"ASML\", \"LAM Research\"]", "output": ""}
|
22 |
+
{"perplexity": 11.119413611052112, "input": "Complete the following list with examples of entities that are competitors or rivals:\n* [\"Dell\", \"HP\"]\n* [\"Sprite\", \"7 Up\"]\n* [\"Israel\", \"Palestine\"]\n* [\"Liverpool FC\", \"Manchester United\"]\n* [\"Microsoft Teams\", \"Slack\"]\n* [\"Jake Paul\", \"Tangled\"]", "output": ""}
|
23 |
+
{"perplexity": 9.15600158813322, "input": "Complete the following list with examples of entities that are competitors or rivals:\n* [\"Dell\", \"HP\"]\n* [\"Sprite\", \"7 Up\"]\n* [\"Israel\", \"Palestine\"]\n* [\"Liverpool FC\", \"Manchester United\"]\n* [\"Microsoft Teams\", \"Slack\"]\n* [\"Nikhita Khrushchev\", \"Leonid Brezhnev\"]", "output": ""}
|
24 |
+
{"perplexity": 9.351154775660605, "input": "Complete the following list with examples of entities that are competitors or rivals:\n* [\"Dell\", \"HP\"]\n* [\"Sprite\", \"7 Up\"]\n* [\"Israel\", \"Palestine\"]\n* [\"Liverpool FC\", \"Manchester United\"]\n* [\"Microsoft Teams\", \"Slack\"]\n* [\"Razer\", \"Dell\"]", "output": ""}
|
25 |
+
{"perplexity": 8.950910673240983, "input": "Complete the following list with examples of entities that are competitors or rivals:\n* [\"Dell\", \"HP\"]\n* [\"Sprite\", \"7 Up\"]\n* [\"Israel\", \"Palestine\"]\n* [\"Liverpool FC\", \"Manchester United\"]\n* [\"Microsoft Teams\", \"Slack\"]\n* [\"Spotify\", \"Apple\"]", "output": ""}
|
26 |
+
{"perplexity": 10.535081747991418, "input": "Complete the following list with examples of entities that are competitors or rivals:\n* [\"Dell\", \"HP\"]\n* [\"Sprite\", \"7 Up\"]\n* [\"Israel\", \"Palestine\"]\n* [\"Liverpool FC\", \"Manchester United\"]\n* [\"Microsoft Teams\", \"Slack\"]\n* [\"Kourtney Kardashian\", \"Jenna Fischer\"]", "output": ""}
|
27 |
+
{"perplexity": 8.653580546829017, "input": "Complete the following list with examples of entities that are competitors or rivals:\n* [\"Dell\", \"HP\"]\n* [\"Sprite\", \"7 Up\"]\n* [\"Israel\", \"Palestine\"]\n* [\"Liverpool FC\", \"Manchester United\"]\n* [\"Microsoft Teams\", \"Slack\"]\n* [\"Twitter\", \"WhatsApp\"]", "output": ""}
|
28 |
+
{"perplexity": 8.996925731205327, "input": "Complete the following list with examples of entities that are competitors or rivals:\n* [\"Dell\", \"HP\"]\n* [\"Sprite\", \"7 Up\"]\n* [\"Israel\", \"Palestine\"]\n* [\"Liverpool FC\", \"Manchester United\"]\n* [\"Microsoft Teams\", \"Slack\"]\n* [\"Manchester United\", \"Arsenal\"]", "output": ""}
|
29 |
+
{"perplexity": 8.305133117999425, "input": "Complete the following list with examples of entities that are competitors or rivals:\n* [\"Dell\", \"HP\"]\n* [\"Sprite\", \"7 Up\"]\n* [\"Israel\", \"Palestine\"]\n* [\"Liverpool FC\", \"Manchester United\"]\n* [\"Microsoft Teams\", \"Slack\"]\n* [\"WeChat\", \"WhatsApp\"]", "output": ""}
|
30 |
+
{"perplexity": 9.276943418210973, "input": "Complete the following list with examples of entities that are competitors or rivals:\n* [\"Dell\", \"HP\"]\n* [\"Sprite\", \"7 Up\"]\n* [\"Israel\", \"Palestine\"]\n* [\"Liverpool FC\", \"Manchester United\"]\n* [\"Microsoft Teams\", \"Slack\"]\n* [\"Saudi Arabia\", \"Israel\"]", "output": ""}
|
31 |
+
{"perplexity": 9.964506512865077, "input": "Complete the following list with examples of entities that are competitors or rivals:\n* [\"Dell\", \"HP\"]\n* [\"Sprite\", \"7 Up\"]\n* [\"Israel\", \"Palestine\"]\n* [\"Liverpool FC\", \"Manchester United\"]\n* [\"Microsoft Teams\", \"Slack\"]\n* [\"Bashar al-Assad\", \"Christianity\"]", "output": ""}
|
32 |
+
{"perplexity": 10.951671617465205, "input": "Complete the following list with examples of entities that are competitors or rivals:\n* [\"Dell\", \"HP\"]\n* [\"Sprite\", \"7 Up\"]\n* [\"Israel\", \"Palestine\"]\n* [\"Liverpool FC\", \"Manchester United\"]\n* [\"Microsoft Teams\", \"Slack\"]\n* [\"Didier Deschamps\", \"Scott Adkins\"]", "output": ""}
|
33 |
+
{"perplexity": 7.985828032084766, "input": "Complete the following list with examples of entities that are competitors or rivals:\n* [\"Dell\", \"HP\"]\n* [\"Sprite\", \"7 Up\"]\n* [\"Israel\", \"Palestine\"]\n* [\"Liverpool FC\", \"Manchester United\"]\n* [\"Microsoft Teams\", \"Slack\"]\n* [\"Lionel Messi\", \"Kylian Mbapp\u00e9\"]", "output": ""}
|
34 |
+
{"perplexity": 10.355436155696818, "input": "Complete the following list with examples of entities that are competitors or rivals:\n* [\"Dell\", \"HP\"]\n* [\"Sprite\", \"7 Up\"]\n* [\"Israel\", \"Palestine\"]\n* [\"Liverpool FC\", \"Manchester United\"]\n* [\"Microsoft Teams\", \"Slack\"]\n* [\"Louis Philippe\", \"Peter England\"]", "output": ""}
|
35 |
+
{"perplexity": 11.367273639777407, "input": "Complete the following list with examples of entities that are competitors or rivals:\n* [\"Dell\", \"HP\"]\n* [\"Sprite\", \"7 Up\"]\n* [\"Israel\", \"Palestine\"]\n* [\"Liverpool FC\", \"Manchester United\"]\n* [\"Microsoft Teams\", \"Slack\"]\n* [\"Steve Jobs\", \"Atlanta\"]", "output": ""}
|
36 |
+
{"perplexity": 10.757210288639554, "input": "Complete the following list with examples of entities that are competitors or rivals:\n* [\"Dell\", \"HP\"]\n* [\"Sprite\", \"7 Up\"]\n* [\"Israel\", \"Palestine\"]\n* [\"Liverpool FC\", \"Manchester United\"]\n* [\"Microsoft Teams\", \"Slack\"]\n* [\"Bella Hadid\", \"Choi Woo-shik\"]", "output": ""}
|
37 |
+
{"perplexity": 12.088217913770732, "input": "Complete the following list with examples of entities that are competitors or rivals:\n* [\"Dell\", \"HP\"]\n* [\"Sprite\", \"7 Up\"]\n* [\"Israel\", \"Palestine\"]\n* [\"Liverpool FC\", \"Manchester United\"]\n* [\"Microsoft Teams\", \"Slack\"]\n* [\"Mali\", \"Frances McDormand\"]", "output": ""}
|
38 |
+
{"perplexity": 7.850298437549248, "input": "Complete the following list with examples of entities that are competitors or rivals:\n* [\"Dell\", \"HP\"]\n* [\"Sprite\", \"7 Up\"]\n* [\"Israel\", \"Palestine\"]\n* [\"Liverpool FC\", \"Manchester United\"]\n* [\"Microsoft Teams\", \"Slack\"]\n* [\"Coca-Cola Company\", \"Pepsi\"]", "output": ""}
|
39 |
+
{"perplexity": 7.597258399801436, "input": "Complete the following list with examples of entities that are competitors or rivals:\n* [\"Dell\", \"HP\"]\n* [\"Sprite\", \"7 Up\"]\n* [\"Israel\", \"Palestine\"]\n* [\"Liverpool FC\", \"Manchester United\"]\n* [\"Microsoft Teams\", \"Slack\"]\n* [\"Khabib Nurmagomedov\", \"Conor McGregor\"]", "output": ""}
|
40 |
+
{"perplexity": 8.69164826890529, "input": "Complete the following list with examples of entities that are competitors or rivals:\n* [\"Dell\", \"HP\"]\n* [\"Sprite\", \"7 Up\"]\n* [\"Israel\", \"Palestine\"]\n* [\"Liverpool FC\", \"Manchester United\"]\n* [\"Microsoft Teams\", \"Slack\"]\n* [\"Twitter\", \"Facebook\"]", "output": ""}
|
41 |
+
{"perplexity": 8.775551494452449, "input": "Complete the following list with examples of entities that are competitors or rivals:\n* [\"Dell\", \"HP\"]\n* [\"Sprite\", \"7 Up\"]\n* [\"Israel\", \"Palestine\"]\n* [\"Liverpool FC\", \"Manchester United\"]\n* [\"Microsoft Teams\", \"Slack\"]\n* [\"Cardiff University\", \"Swansea University\"]", "output": ""}
|
42 |
+
{"perplexity": 7.900960407600664, "input": "Complete the following list with examples of entities that are competitors or rivals:\n* [\"Dell\", \"HP\"]\n* [\"Sprite\", \"7 Up\"]\n* [\"Israel\", \"Palestine\"]\n* [\"Liverpool FC\", \"Manchester United\"]\n* [\"Microsoft Teams\", \"Slack\"]\n* [\"Isaac Newton\", \"Gottfried Leibniz\"]", "output": ""}
|
43 |
+
{"perplexity": 9.383941256601148, "input": "Complete the following list with examples of entities that are competitors or rivals:\n* [\"Dell\", \"HP\"]\n* [\"Sprite\", \"7 Up\"]\n* [\"Israel\", \"Palestine\"]\n* [\"Liverpool FC\", \"Manchester United\"]\n* [\"Microsoft Teams\", \"Slack\"]\n* [\"Casio\", \"Texas Instruments\"]", "output": ""}
|
44 |
+
{"perplexity": 8.488567336097883, "input": "Complete the following list with examples of entities that are competitors or rivals:\n* [\"Dell\", \"HP\"]\n* [\"Sprite\", \"7 Up\"]\n* [\"Israel\", \"Palestine\"]\n* [\"Liverpool FC\", \"Manchester United\"]\n* [\"Microsoft Teams\", \"Slack\"]\n* [\"Arsenal\", \"Tottenham Hotspur\"]", "output": ""}
|
45 |
+
{"perplexity": 8.997174067652894, "input": "Complete the following list with examples of entities that are competitors or rivals:\n* [\"Dell\", \"HP\"]\n* [\"Sprite\", \"7 Up\"]\n* [\"Israel\", \"Palestine\"]\n* [\"Liverpool FC\", \"Manchester United\"]\n* [\"Microsoft Teams\", \"Slack\"]\n* [\"Nintendo\", \"Xbox\"]", "output": ""}
|
46 |
+
{"perplexity": 9.49163226872032, "input": "Complete the following list with examples of entities that are competitors or rivals:\n* [\"Dell\", \"HP\"]\n* [\"Sprite\", \"7 Up\"]\n* [\"Israel\", \"Palestine\"]\n* [\"Liverpool FC\", \"Manchester United\"]\n* [\"Microsoft Teams\", \"Slack\"]\n* [\"H&M\", \"Zalora\"]", "output": ""}
|
47 |
+
{"perplexity": 8.551436551235996, "input": "Complete the following list with examples of entities that are competitors or rivals:\n* [\"Dell\", \"HP\"]\n* [\"Sprite\", \"7 Up\"]\n* [\"Israel\", \"Palestine\"]\n* [\"Liverpool FC\", \"Manchester United\"]\n* [\"Microsoft Teams\", \"Slack\"]\n* [\"Serena Williams\", \"Andy Murray\"]", "output": ""}
|
48 |
+
{"perplexity": 8.577258960733335, "input": "Complete the following list with examples of entities that are competitors or rivals:\n* [\"Dell\", \"HP\"]\n* [\"Sprite\", \"7 Up\"]\n* [\"Israel\", \"Palestine\"]\n* [\"Liverpool FC\", \"Manchester United\"]\n* [\"Microsoft Teams\", \"Slack\"]\n* [\"Liverpool FC\", \"Manchester United\"]", "output": ""}
|
49 |
+
{"perplexity": 8.52853087318181, "input": "Complete the following list with examples of entities that are competitors or rivals:\n* [\"Dell\", \"HP\"]\n* [\"Sprite\", \"7 Up\"]\n* [\"Israel\", \"Palestine\"]\n* [\"Liverpool FC\", \"Manchester United\"]\n* [\"Microsoft Teams\", \"Slack\"]\n* [\"Apple\", \"Samsung\"]", "output": ""}
|
50 |
+
{"perplexity": 8.528820976707092, "input": "Complete the following list with examples of entities that are competitors or rivals:\n* [\"Dell\", \"HP\"]\n* [\"Sprite\", \"7 Up\"]\n* [\"Israel\", \"Palestine\"]\n* [\"Liverpool FC\", \"Manchester United\"]\n* [\"Microsoft Teams\", \"Slack\"]\n* [\"Expedia\", \"Trivago\"]", "output": ""}
|
51 |
+
{"perplexity": 7.663169998006346, "input": "Complete the following list with examples of entities that are competitors or rivals:\n* [\"Dell\", \"HP\"]\n* [\"Sprite\", \"7 Up\"]\n* [\"Israel\", \"Palestine\"]\n* [\"Liverpool FC\", \"Manchester United\"]\n* [\"Microsoft Teams\", \"Slack\"]\n* [\"Heathrow Airport\", \"Gatwick Airport\"]", "output": ""}
|
52 |
+
{"perplexity": 8.9078709973039, "input": "Complete the following list with examples of entities that are competitors or rivals:\n* [\"Dell\", \"HP\"]\n* [\"Sprite\", \"7 Up\"]\n* [\"Israel\", \"Palestine\"]\n* [\"Liverpool FC\", \"Manchester United\"]\n* [\"Microsoft Teams\", \"Slack\"]\n* [\"Mario\", \"Bowser\"]", "output": ""}
|
53 |
+
{"perplexity": 8.823797100794172, "input": "Complete the following list with examples of entities that are competitors or rivals:\n* [\"Dell\", \"HP\"]\n* [\"Sprite\", \"7 Up\"]\n* [\"Israel\", \"Palestine\"]\n* [\"Liverpool FC\", \"Manchester United\"]\n* [\"Microsoft Teams\", \"Slack\"]\n* [\"US\", \"China\"]", "output": ""}
|
54 |
+
{"perplexity": 9.660225965186084, "input": "Complete the following list with examples of entities that are competitors or rivals:\n* [\"Dell\", \"HP\"]\n* [\"Sprite\", \"7 Up\"]\n* [\"Israel\", \"Palestine\"]\n* [\"Liverpool FC\", \"Manchester United\"]\n* [\"Microsoft Teams\", \"Slack\"]\n* [\"Olympic Games\", \"Helicobacter pylori\"]", "output": ""}
|
55 |
+
{"perplexity": 7.939201179140928, "input": "Complete the following list with examples of entities that are competitors or rivals:\n* [\"Dell\", \"HP\"]\n* [\"Sprite\", \"7 Up\"]\n* [\"Israel\", \"Palestine\"]\n* [\"Liverpool FC\", \"Manchester United\"]\n* [\"Microsoft Teams\", \"Slack\"]\n* [\"BMW\", \"Mercedes-Benz\"]", "output": ""}
|
56 |
+
{"perplexity": 8.776672471300323, "input": "Complete the following list with examples of entities that are competitors or rivals:\n* [\"Dell\", \"HP\"]\n* [\"Sprite\", \"7 Up\"]\n* [\"Israel\", \"Palestine\"]\n* [\"Liverpool FC\", \"Manchester United\"]\n* [\"Microsoft Teams\", \"Slack\"]\n* [\"Blur\", \"Oasis\"]", "output": ""}
|
57 |
+
{"perplexity": 8.894137167811497, "input": "Complete the following list with examples of entities that are competitors or rivals:\n* [\"Dell\", \"HP\"]\n* [\"Sprite\", \"7 Up\"]\n* [\"Israel\", \"Palestine\"]\n* [\"Liverpool FC\", \"Manchester United\"]\n* [\"Microsoft Teams\", \"Slack\"]\n* [\"Israel\", \"Palestine\"]", "output": ""}
|
58 |
+
{"perplexity": 8.829983929237194, "input": "Complete the following list with examples of entities that are competitors or rivals:\n* [\"Dell\", \"HP\"]\n* [\"Sprite\", \"7 Up\"]\n* [\"Israel\", \"Palestine\"]\n* [\"Liverpool FC\", \"Manchester United\"]\n* [\"Microsoft Teams\", \"Slack\"]\n* [\"Toshiba\", \"LG\"]", "output": ""}
|
59 |
+
{"perplexity": 9.704195988275526, "input": "Complete the following list with examples of entities that are competitors or rivals:\n* [\"Dell\", \"HP\"]\n* [\"Sprite\", \"7 Up\"]\n* [\"Israel\", \"Palestine\"]\n* [\"Liverpool FC\", \"Manchester United\"]\n* [\"Microsoft Teams\", \"Slack\"]\n* [\"Apple\", \"Rolex\"]", "output": ""}
|
60 |
+
{"perplexity": 9.724000945792213, "input": "Complete the following list with examples of entities that are competitors or rivals:\n* [\"Dell\", \"HP\"]\n* [\"Sprite\", \"7 Up\"]\n* [\"Israel\", \"Palestine\"]\n* [\"Liverpool FC\", \"Manchester United\"]\n* [\"Microsoft Teams\", \"Slack\"]\n* [\"Tesla\", \"Skoda\"]", "output": ""}
|
61 |
+
{"perplexity": 9.433437676910316, "input": "Complete the following list with examples of entities that are competitors or rivals:\n* [\"Dell\", \"HP\"]\n* [\"Sprite\", \"7 Up\"]\n* [\"Israel\", \"Palestine\"]\n* [\"Liverpool FC\", \"Manchester United\"]\n* [\"Microsoft Teams\", \"Slack\"]\n* [\"Thomas Jefferson\", \"Alexander Hamilton\"]", "output": ""}
|
62 |
+
{"perplexity": 8.824866838034405, "input": "Complete the following list with examples of entities that are competitors or rivals:\n* [\"Dell\", \"HP\"]\n* [\"Sprite\", \"7 Up\"]\n* [\"Israel\", \"Palestine\"]\n* [\"Liverpool FC\", \"Manchester United\"]\n* [\"Microsoft Teams\", \"Slack\"]\n* [\"Chester FC\", \"Wrexham FC\"]", "output": ""}
|
63 |
+
{"perplexity": 9.896663443753882, "input": "Complete the following list with examples of entities that are competitors or rivals:\n* [\"Dell\", \"HP\"]\n* [\"Sprite\", \"7 Up\"]\n* [\"Israel\", \"Palestine\"]\n* [\"Liverpool FC\", \"Manchester United\"]\n* [\"Microsoft Teams\", \"Slack\"]\n* [\"Line of Duty\", \"CSI\"]", "output": ""}
|
64 |
+
{"perplexity": 10.268729604768717, "input": "Complete the following list with examples of entities that are competitors or rivals:\n* [\"Dell\", \"HP\"]\n* [\"Sprite\", \"7 Up\"]\n* [\"Israel\", \"Palestine\"]\n* [\"Liverpool FC\", \"Manchester United\"]\n* [\"Microsoft Teams\", \"Slack\"]\n* [\"Gladiator\", \"Imelda Staunton\"]", "output": ""}
|
65 |
+
{"perplexity": 8.924670560210352, "input": "Complete the following list with examples of entities that are competitors or rivals:\n* [\"Dell\", \"HP\"]\n* [\"Sprite\", \"7 Up\"]\n* [\"Israel\", \"Palestine\"]\n* [\"Liverpool FC\", \"Manchester United\"]\n* [\"Microsoft Teams\", \"Slack\"]\n* [\"UK\", \"France\"]", "output": ""}
|
66 |
+
{"perplexity": 8.072141194883843, "input": "Complete the following list with examples of entities that are competitors or rivals:\n* [\"Dell\", \"HP\"]\n* [\"Sprite\", \"7 Up\"]\n* [\"Israel\", \"Palestine\"]\n* [\"Liverpool FC\", \"Manchester United\"]\n* [\"Microsoft Teams\", \"Slack\"]\n* [\"Nike\", \"Adidas\"]", "output": ""}
|
67 |
+
{"perplexity": 7.88509553518572, "input": "Complete the following list with examples of entities that are competitors or rivals:\n* [\"Dell\", \"HP\"]\n* [\"Sprite\", \"7 Up\"]\n* [\"Israel\", \"Palestine\"]\n* [\"Liverpool FC\", \"Manchester United\"]\n* [\"Microsoft Teams\", \"Slack\"]\n* [\"Alain Prost\", \"Ayrton Senna\"]", "output": ""}
|
68 |
+
{"perplexity": 8.349340448985654, "input": "Complete the following list with examples of entities that are competitors or rivals:\n* [\"Dell\", \"HP\"]\n* [\"Sprite\", \"7 Up\"]\n* [\"Israel\", \"Palestine\"]\n* [\"Liverpool FC\", \"Manchester United\"]\n* [\"Microsoft Teams\", \"Slack\"]\n* [\"Manchester City\", \"Manchester United\"]", "output": ""}
|
69 |
+
{"perplexity": 9.181452252405384, "input": "Complete the following list with examples of entities that are competitors or rivals:\n* [\"Dell\", \"HP\"]\n* [\"Sprite\", \"7 Up\"]\n* [\"Israel\", \"Palestine\"]\n* [\"Liverpool FC\", \"Manchester United\"]\n* [\"Microsoft Teams\", \"Slack\"]\n* [\"BBC\", \"The Guardian\"]", "output": ""}
|
70 |
+
{"perplexity": 8.563272893442365, "input": "Complete the following list with examples of entities that are competitors or rivals:\n* [\"Dell\", \"HP\"]\n* [\"Sprite\", \"7 Up\"]\n* [\"Israel\", \"Palestine\"]\n* [\"Liverpool FC\", \"Manchester United\"]\n* [\"Microsoft Teams\", \"Slack\"]\n* [\"Amazon\", \"Ebay\"]", "output": ""}
|
71 |
+
{"perplexity": 8.668138694712967, "input": "Complete the following list with examples of entities that are competitors or rivals:\n* [\"Dell\", \"HP\"]\n* [\"Sprite\", \"7 Up\"]\n* [\"Israel\", \"Palestine\"]\n* [\"Liverpool FC\", \"Manchester United\"]\n* [\"Microsoft Teams\", \"Slack\"]\n* [\"Sir Alex Ferguson\", \"Jose Mourinho\"]", "output": ""}
|
72 |
+
{"perplexity": 12.068599207544972, "input": "Complete the following list with examples of entities that are competitors or rivals:\n* [\"Dell\", \"HP\"]\n* [\"Sprite\", \"7 Up\"]\n* [\"Israel\", \"Palestine\"]\n* [\"Liverpool FC\", \"Manchester United\"]\n* [\"Microsoft Teams\", \"Slack\"]\n* [\"ASEAN\", \"Helen Hunt\"]", "output": ""}
|
73 |
+
{"perplexity": 8.796378027678495, "input": "Complete the following list with examples of entities that are competitors or rivals:\n* [\"Dell\", \"HP\"]\n* [\"Sprite\", \"7 Up\"]\n* [\"Israel\", \"Palestine\"]\n* [\"Liverpool FC\", \"Manchester United\"]\n* [\"Microsoft Teams\", \"Slack\"]\n* [\"Hans Zimmer\", \"John Williams\"]", "output": ""}
|
74 |
+
{"perplexity": 9.990162239975712, "input": "Complete the following list with examples of entities that are competitors or rivals:\n* [\"Dell\", \"HP\"]\n* [\"Sprite\", \"7 Up\"]\n* [\"Israel\", \"Palestine\"]\n* [\"Liverpool FC\", \"Manchester United\"]\n* [\"Microsoft Teams\", \"Slack\"]\n* [\"Noel Gallagher\", \"Liam Gallaguer\"]", "output": ""}
|
75 |
+
{"perplexity": 7.588941939259443, "input": "Complete the following list with examples of entities that are competitors or rivals:\n* [\"Dell\", \"HP\"]\n* [\"Sprite\", \"7 Up\"]\n* [\"Israel\", \"Palestine\"]\n* [\"Liverpool FC\", \"Manchester United\"]\n* [\"Microsoft Teams\", \"Slack\"]\n* [\"McDonald's\", \"Burger King\"]", "output": ""}
|
76 |
+
{"perplexity": 8.811923099937426, "input": "Complete the following list with examples of entities that are competitors or rivals:\n* [\"Dell\", \"HP\"]\n* [\"Sprite\", \"7 Up\"]\n* [\"Israel\", \"Palestine\"]\n* [\"Liverpool FC\", \"Manchester United\"]\n* [\"Microsoft Teams\", \"Slack\"]\n* [\"Neoclassicism\", \"Romanticism\"]", "output": ""}
|
77 |
+
{"perplexity": 12.584663211699569, "input": "Complete the following list with examples of entities that are competitors or rivals:\n* [\"Dell\", \"HP\"]\n* [\"Sprite\", \"7 Up\"]\n* [\"Israel\", \"Palestine\"]\n* [\"Liverpool FC\", \"Manchester United\"]\n* [\"Microsoft Teams\", \"Slack\"]\n* [\"Royal Feast\", \"Fast X\"]", "output": ""}
|
78 |
+
{"perplexity": 9.446539534353176, "input": "Complete the following list with examples of entities that are competitors or rivals:\n* [\"Dell\", \"HP\"]\n* [\"Sprite\", \"7 Up\"]\n* [\"Israel\", \"Palestine\"]\n* [\"Liverpool FC\", \"Manchester United\"]\n* [\"Microsoft Teams\", \"Slack\"]\n* [\"Eminem\", \"MGK\"]", "output": ""}
|
79 |
+
{"perplexity": 8.549320332738652, "input": "Complete the following list with examples of entities that are competitors or rivals:\n* [\"Dell\", \"HP\"]\n* [\"Sprite\", \"7 Up\"]\n* [\"Israel\", \"Palestine\"]\n* [\"Liverpool FC\", \"Manchester United\"]\n* [\"Microsoft Teams\", \"Slack\"]\n* [\"Sprite\", \"7 Up\"]", "output": ""}
|
80 |
+
{"perplexity": 10.78392809492627, "input": "Complete the following list with examples of entities that are competitors or rivals:\n* [\"Dell\", \"HP\"]\n* [\"Sprite\", \"7 Up\"]\n* [\"Israel\", \"Palestine\"]\n* [\"Liverpool FC\", \"Manchester United\"]\n* [\"Microsoft Teams\", \"Slack\"]\n* [\"Katharine Hepburn\", \"Abrahamic religion\"]", "output": ""}
|
81 |
+
{"perplexity": 8.128163414007023, "input": "Complete the following list with examples of entities that are competitors or rivals:\n* [\"Dell\", \"HP\"]\n* [\"Sprite\", \"7 Up\"]\n* [\"Israel\", \"Palestine\"]\n* [\"Liverpool FC\", \"Manchester United\"]\n* [\"Microsoft Teams\", \"Slack\"]\n* [\"Martin Luther King Jr.\", \"Malcolm X\"]", "output": ""}
|
82 |
+
{"perplexity": 11.327061460454253, "input": "Complete the following list with examples of entities that are competitors or rivals:\n* [\"Dell\", \"HP\"]\n* [\"Sprite\", \"7 Up\"]\n* [\"Israel\", \"Palestine\"]\n* [\"Liverpool FC\", \"Manchester United\"]\n* [\"Microsoft Teams\", \"Slack\"]\n* [\"Ligue 1\", \"Hayley Atwell\"]", "output": ""}
|
83 |
+
{"perplexity": 11.369463515548786, "input": "Complete the following list with examples of entities that are competitors or rivals:\n* [\"Dell\", \"HP\"]\n* [\"Sprite\", \"7 Up\"]\n* [\"Israel\", \"Palestine\"]\n* [\"Liverpool FC\", \"Manchester United\"]\n* [\"Microsoft Teams\", \"Slack\"]\n* [\"Vikram\", \"Coen brothers\"]", "output": ""}
|
84 |
+
{"perplexity": 9.051924060573153, "input": "Complete the following list with examples of entities that are competitors or rivals:\n* [\"Dell\", \"HP\"]\n* [\"Sprite\", \"7 Up\"]\n* [\"Israel\", \"Palestine\"]\n* [\"Liverpool FC\", \"Manchester United\"]\n* [\"Microsoft Teams\", \"Slack\"]\n* [\"Russia\", \"China\"]", "output": ""}
|
85 |
+
{"perplexity": 10.802944661146197, "input": "Complete the following list with examples of entities that are competitors or rivals:\n* [\"Dell\", \"HP\"]\n* [\"Sprite\", \"7 Up\"]\n* [\"Israel\", \"Palestine\"]\n* [\"Liverpool FC\", \"Manchester United\"]\n* [\"Microsoft Teams\", \"Slack\"]\n* [\"Mohamed Salah\", \"Korea\"]", "output": ""}
|
86 |
+
{"perplexity": 9.328265240195357, "input": "Complete the following list with examples of entities that are competitors or rivals:\n* [\"Dell\", \"HP\"]\n* [\"Sprite\", \"7 Up\"]\n* [\"Israel\", \"Palestine\"]\n* [\"Liverpool FC\", \"Manchester United\"]\n* [\"Microsoft Teams\", \"Slack\"]\n* [\"Kingston\", \"Samsung\"]", "output": ""}
|
87 |
+
{"perplexity": 8.994535554070444, "input": "Complete the following list with examples of entities that are competitors or rivals:\n* [\"Dell\", \"HP\"]\n* [\"Sprite\", \"7 Up\"]\n* [\"Israel\", \"Palestine\"]\n* [\"Liverpool FC\", \"Manchester United\"]\n* [\"Microsoft Teams\", \"Slack\"]\n* [\"AWS\", \"GCP\"]", "output": ""}
|
88 |
+
{"perplexity": 8.341983911639845, "input": "Complete the following list with examples of entities that are competitors or rivals:\n* [\"Dell\", \"HP\"]\n* [\"Sprite\", \"7 Up\"]\n* [\"Israel\", \"Palestine\"]\n* [\"Liverpool FC\", \"Manchester United\"]\n* [\"Microsoft Teams\", \"Slack\"]\n* [\"Beatles\", \"Rolling Stones\"]", "output": ""}
|
89 |
+
{"perplexity": 10.143399947462795, "input": "Complete the following list with examples of entities that are competitors or rivals:\n* [\"Dell\", \"HP\"]\n* [\"Sprite\", \"7 Up\"]\n* [\"Israel\", \"Palestine\"]\n* [\"Liverpool FC\", \"Manchester United\"]\n* [\"Microsoft Teams\", \"Slack\"]\n* [\"John Tyler\", \"Whig Party\"]", "output": ""}
|
experiments/results/lm_lc/davinci/ppl.friend__ally_of.jsonl
ADDED
@@ -0,0 +1,92 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{"perplexity": 9.0119544893578, "input": "Complete the following list with examples of entities that are friends or allies:\n* [\"Australia\", \"New Zealand\"]\n* [\"Aznar\", \"Bush\"]\n* [\"Extinction Rebellion\", \"Greta Thunberg\"]\n* [\"Elsa\", \"Anna\"]\n* [\"CIA\", \"MI6\"]\n* [\"Rishi Sunak\", \"Leo Varadkar\"]", "output": ""}
|
2 |
+
{"perplexity": 8.29123381008806, "input": "Complete the following list with examples of entities that are friends or allies:\n* [\"Australia\", \"New Zealand\"]\n* [\"Aznar\", \"Bush\"]\n* [\"Extinction Rebellion\", \"Greta Thunberg\"]\n* [\"Elsa\", \"Anna\"]\n* [\"CIA\", \"MI6\"]\n* [\"Gondor\", \"Rohan\"]", "output": ""}
|
3 |
+
{"perplexity": 7.993456220117317, "input": "Complete the following list with examples of entities that are friends or allies:\n* [\"Australia\", \"New Zealand\"]\n* [\"Aznar\", \"Bush\"]\n* [\"Extinction Rebellion\", \"Greta Thunberg\"]\n* [\"Elsa\", \"Anna\"]\n* [\"CIA\", \"MI6\"]\n* [\"FIFA\", \"UEFA\"]", "output": ""}
|
4 |
+
{"perplexity": 7.673295181432369, "input": "Complete the following list with examples of entities that are friends or allies:\n* [\"Australia\", \"New Zealand\"]\n* [\"Aznar\", \"Bush\"]\n* [\"Extinction Rebellion\", \"Greta Thunberg\"]\n* [\"Elsa\", \"Anna\"]\n* [\"CIA\", \"MI6\"]\n* [\"Joseph Stalin\", \"Josip Broz Tito\"]", "output": ""}
|
5 |
+
{"perplexity": 7.984789913782058, "input": "Complete the following list with examples of entities that are friends or allies:\n* [\"Australia\", \"New Zealand\"]\n* [\"Aznar\", \"Bush\"]\n* [\"Extinction Rebellion\", \"Greta Thunberg\"]\n* [\"Elsa\", \"Anna\"]\n* [\"CIA\", \"MI6\"]\n* [\"Hillary Clinton\", \"Barack Obama\"]", "output": ""}
|
6 |
+
{"perplexity": 8.151195866301968, "input": "Complete the following list with examples of entities that are friends or allies:\n* [\"Australia\", \"New Zealand\"]\n* [\"Aznar\", \"Bush\"]\n* [\"Extinction Rebellion\", \"Greta Thunberg\"]\n* [\"Elsa\", \"Anna\"]\n* [\"CIA\", \"MI6\"]\n* [\"Di Maio\", \"Salvini\"]", "output": ""}
|
7 |
+
{"perplexity": 9.134123837988628, "input": "Complete the following list with examples of entities that are friends or allies:\n* [\"Australia\", \"New Zealand\"]\n* [\"Aznar\", \"Bush\"]\n* [\"Extinction Rebellion\", \"Greta Thunberg\"]\n* [\"Elsa\", \"Anna\"]\n* [\"CIA\", \"MI6\"]\n* [\"Yahoo\", \"Yahoo Japan\"]", "output": ""}
|
8 |
+
{"perplexity": 7.455117617271364, "input": "Complete the following list with examples of entities that are friends or allies:\n* [\"Australia\", \"New Zealand\"]\n* [\"Aznar\", \"Bush\"]\n* [\"Extinction Rebellion\", \"Greta Thunberg\"]\n* [\"Elsa\", \"Anna\"]\n* [\"CIA\", \"MI6\"]\n* [\"Armenia\", \"Azerbaijan\"]", "output": ""}
|
9 |
+
{"perplexity": 11.054470681126647, "input": "Complete the following list with examples of entities that are friends or allies:\n* [\"Australia\", \"New Zealand\"]\n* [\"Aznar\", \"Bush\"]\n* [\"Extinction Rebellion\", \"Greta Thunberg\"]\n* [\"Elsa\", \"Anna\"]\n* [\"CIA\", \"MI6\"]\n* [\"Doja Cat\", \"Anthony Albanese\"]", "output": ""}
|
10 |
+
{"perplexity": 7.311348537805783, "input": "Complete the following list with examples of entities that are friends or allies:\n* [\"Australia\", \"New Zealand\"]\n* [\"Aznar\", \"Bush\"]\n* [\"Extinction Rebellion\", \"Greta Thunberg\"]\n* [\"Elsa\", \"Anna\"]\n* [\"CIA\", \"MI6\"]\n* [\"Pedro S\u00e1nchez\", \"Pablo Iglesias\"]", "output": ""}
|
11 |
+
{"perplexity": 11.142916384660122, "input": "Complete the following list with examples of entities that are friends or allies:\n* [\"Australia\", \"New Zealand\"]\n* [\"Aznar\", \"Bush\"]\n* [\"Extinction Rebellion\", \"Greta Thunberg\"]\n* [\"Elsa\", \"Anna\"]\n* [\"CIA\", \"MI6\"]\n* [\"Islamic State\", \"Denys Prokopenko\"]", "output": ""}
|
12 |
+
{"perplexity": 8.863101219920914, "input": "Complete the following list with examples of entities that are friends or allies:\n* [\"Australia\", \"New Zealand\"]\n* [\"Aznar\", \"Bush\"]\n* [\"Extinction Rebellion\", \"Greta Thunberg\"]\n* [\"Elsa\", \"Anna\"]\n* [\"CIA\", \"MI6\"]\n* [\"Brazil\", \"India\"]", "output": ""}
|
13 |
+
{"perplexity": 7.429446357629871, "input": "Complete the following list with examples of entities that are friends or allies:\n* [\"Australia\", \"New Zealand\"]\n* [\"Aznar\", \"Bush\"]\n* [\"Extinction Rebellion\", \"Greta Thunberg\"]\n* [\"Elsa\", \"Anna\"]\n* [\"CIA\", \"MI6\"]\n* [\"Extinction Rebellion\", \"Greta Thunberg\"]", "output": ""}
|
14 |
+
{"perplexity": 8.53362405136138, "input": "Complete the following list with examples of entities that are friends or allies:\n* [\"Australia\", \"New Zealand\"]\n* [\"Aznar\", \"Bush\"]\n* [\"Extinction Rebellion\", \"Greta Thunberg\"]\n* [\"Elsa\", \"Anna\"]\n* [\"CIA\", \"MI6\"]\n* [\"Sicily\", \"Calabria\"]", "output": ""}
|
15 |
+
{"perplexity": 9.291622686618293, "input": "Complete the following list with examples of entities that are friends or allies:\n* [\"Australia\", \"New Zealand\"]\n* [\"Aznar\", \"Bush\"]\n* [\"Extinction Rebellion\", \"Greta Thunberg\"]\n* [\"Elsa\", \"Anna\"]\n* [\"CIA\", \"MI6\"]\n* [\"Oman\", \"Iran\"]", "output": ""}
|
16 |
+
{"perplexity": 10.13576678705495, "input": "Complete the following list with examples of entities that are friends or allies:\n* [\"Australia\", \"New Zealand\"]\n* [\"Aznar\", \"Bush\"]\n* [\"Extinction Rebellion\", \"Greta Thunberg\"]\n* [\"Elsa\", \"Anna\"]\n* [\"CIA\", \"MI6\"]\n* [\"Sony\", \"ZEISS\"]", "output": ""}
|
17 |
+
{"perplexity": 11.763686073090982, "input": "Complete the following list with examples of entities that are friends or allies:\n* [\"Australia\", \"New Zealand\"]\n* [\"Aznar\", \"Bush\"]\n* [\"Extinction Rebellion\", \"Greta Thunberg\"]\n* [\"Elsa\", \"Anna\"]\n* [\"CIA\", \"MI6\"]\n* [\"FTX\", \"Alameda Research\"]", "output": ""}
|
18 |
+
{"perplexity": 8.651510550084264, "input": "Complete the following list with examples of entities that are friends or allies:\n* [\"Australia\", \"New Zealand\"]\n* [\"Aznar\", \"Bush\"]\n* [\"Extinction Rebellion\", \"Greta Thunberg\"]\n* [\"Elsa\", \"Anna\"]\n* [\"CIA\", \"MI6\"]\n* [\"UK\", \"Commonwealth\"]", "output": ""}
|
19 |
+
{"perplexity": 8.268427294424827, "input": "Complete the following list with examples of entities that are friends or allies:\n* [\"Australia\", \"New Zealand\"]\n* [\"Aznar\", \"Bush\"]\n* [\"Extinction Rebellion\", \"Greta Thunberg\"]\n* [\"Elsa\", \"Anna\"]\n* [\"CIA\", \"MI6\"]\n* [\"Australia\", \"New Zealand\"]", "output": ""}
|
20 |
+
{"perplexity": 7.92749984775211, "input": "Complete the following list with examples of entities that are friends or allies:\n* [\"Australia\", \"New Zealand\"]\n* [\"Aznar\", \"Bush\"]\n* [\"Extinction Rebellion\", \"Greta Thunberg\"]\n* [\"Elsa\", \"Anna\"]\n* [\"CIA\", \"MI6\"]\n* [\"Kylo Ren\", \"Rey\"]", "output": ""}
|
21 |
+
{"perplexity": 9.698365804166231, "input": "Complete the following list with examples of entities that are friends or allies:\n* [\"Australia\", \"New Zealand\"]\n* [\"Aznar\", \"Bush\"]\n* [\"Extinction Rebellion\", \"Greta Thunberg\"]\n* [\"Elsa\", \"Anna\"]\n* [\"CIA\", \"MI6\"]\n* [\"Anne Boleyn\", \"Columbia Pictures\"]", "output": ""}
|
22 |
+
{"perplexity": 8.745596655887741, "input": "Complete the following list with examples of entities that are friends or allies:\n* [\"Australia\", \"New Zealand\"]\n* [\"Aznar\", \"Bush\"]\n* [\"Extinction Rebellion\", \"Greta Thunberg\"]\n* [\"Elsa\", \"Anna\"]\n* [\"CIA\", \"MI6\"]\n* [\"KGB\", \"CIA\"]", "output": ""}
|
23 |
+
{"perplexity": 10.171773145162895, "input": "Complete the following list with examples of entities that are friends or allies:\n* [\"Australia\", \"New Zealand\"]\n* [\"Aznar\", \"Bush\"]\n* [\"Extinction Rebellion\", \"Greta Thunberg\"]\n* [\"Elsa\", \"Anna\"]\n* [\"CIA\", \"MI6\"]\n* [\"Rishi Sunak\", \"Joe Biden\"]", "output": ""}
|
24 |
+
{"perplexity": 8.509699444565644, "input": "Complete the following list with examples of entities that are friends or allies:\n* [\"Australia\", \"New Zealand\"]\n* [\"Aznar\", \"Bush\"]\n* [\"Extinction Rebellion\", \"Greta Thunberg\"]\n* [\"Elsa\", \"Anna\"]\n* [\"CIA\", \"MI6\"]\n* [\"Quentin Tarantino\", \"Edgar Wright\"]", "output": ""}
|
25 |
+
{"perplexity": 8.268484636498696, "input": "Complete the following list with examples of entities that are friends or allies:\n* [\"Australia\", \"New Zealand\"]\n* [\"Aznar\", \"Bush\"]\n* [\"Extinction Rebellion\", \"Greta Thunberg\"]\n* [\"Elsa\", \"Anna\"]\n* [\"CIA\", \"MI6\"]\n* [\"Keir Starmer\", \"Jeremy Corbyn\"]", "output": ""}
|
26 |
+
{"perplexity": 7.829831451867717, "input": "Complete the following list with examples of entities that are friends or allies:\n* [\"Australia\", \"New Zealand\"]\n* [\"Aznar\", \"Bush\"]\n* [\"Extinction Rebellion\", \"Greta Thunberg\"]\n* [\"Elsa\", \"Anna\"]\n* [\"CIA\", \"MI6\"]\n* [\"U.S.S.R.\", \"East Germany\"]", "output": ""}
|
27 |
+
{"perplexity": 7.990276616037345, "input": "Complete the following list with examples of entities that are friends or allies:\n* [\"Australia\", \"New Zealand\"]\n* [\"Aznar\", \"Bush\"]\n* [\"Extinction Rebellion\", \"Greta Thunberg\"]\n* [\"Elsa\", \"Anna\"]\n* [\"CIA\", \"MI6\"]\n* [\"Harry Potter\", \"Severus Snape\"]", "output": ""}
|
28 |
+
{"perplexity": 8.24473062141167, "input": "Complete the following list with examples of entities that are friends or allies:\n* [\"Australia\", \"New Zealand\"]\n* [\"Aznar\", \"Bush\"]\n* [\"Extinction Rebellion\", \"Greta Thunberg\"]\n* [\"Elsa\", \"Anna\"]\n* [\"CIA\", \"MI6\"]\n* [\"Tata Motors\", \"Jaguar\"]", "output": ""}
|
29 |
+
{"perplexity": 10.22524245835203, "input": "Complete the following list with examples of entities that are friends or allies:\n* [\"Australia\", \"New Zealand\"]\n* [\"Aznar\", \"Bush\"]\n* [\"Extinction Rebellion\", \"Greta Thunberg\"]\n* [\"Elsa\", \"Anna\"]\n* [\"CIA\", \"MI6\"]\n* [\"Kendall Jenner\", \"Bergen\"]", "output": ""}
|
30 |
+
{"perplexity": 10.571946576260054, "input": "Complete the following list with examples of entities that are friends or allies:\n* [\"Australia\", \"New Zealand\"]\n* [\"Aznar\", \"Bush\"]\n* [\"Extinction Rebellion\", \"Greta Thunberg\"]\n* [\"Elsa\", \"Anna\"]\n* [\"CIA\", \"MI6\"]\n* [\"Thomas Jefferson\", \"Kid Cudi\"]", "output": ""}
|
31 |
+
{"perplexity": 8.51847151233215, "input": "Complete the following list with examples of entities that are friends or allies:\n* [\"Australia\", \"New Zealand\"]\n* [\"Aznar\", \"Bush\"]\n* [\"Extinction Rebellion\", \"Greta Thunberg\"]\n* [\"Elsa\", \"Anna\"]\n* [\"CIA\", \"MI6\"]\n* [\"South Korea\", \"Japan\"]", "output": ""}
|
32 |
+
{"perplexity": 8.30321487804876, "input": "Complete the following list with examples of entities that are friends or allies:\n* [\"Australia\", \"New Zealand\"]\n* [\"Aznar\", \"Bush\"]\n* [\"Extinction Rebellion\", \"Greta Thunberg\"]\n* [\"Elsa\", \"Anna\"]\n* [\"CIA\", \"MI6\"]\n* [\"Spain\", \"Portugal\"]", "output": ""}
|
33 |
+
{"perplexity": 8.228444571365259, "input": "Complete the following list with examples of entities that are friends or allies:\n* [\"Australia\", \"New Zealand\"]\n* [\"Aznar\", \"Bush\"]\n* [\"Extinction Rebellion\", \"Greta Thunberg\"]\n* [\"Elsa\", \"Anna\"]\n* [\"CIA\", \"MI6\"]\n* [\"Liam Gallagher\", \"Noel Gallagher\"]", "output": ""}
|
34 |
+
{"perplexity": 8.19132591815904, "input": "Complete the following list with examples of entities that are friends or allies:\n* [\"Australia\", \"New Zealand\"]\n* [\"Aznar\", \"Bush\"]\n* [\"Extinction Rebellion\", \"Greta Thunberg\"]\n* [\"Elsa\", \"Anna\"]\n* [\"CIA\", \"MI6\"]\n* [\"France\", \"Belgium\"]", "output": ""}
|
35 |
+
{"perplexity": 9.021445056984957, "input": "Complete the following list with examples of entities that are friends or allies:\n* [\"Australia\", \"New Zealand\"]\n* [\"Aznar\", \"Bush\"]\n* [\"Extinction Rebellion\", \"Greta Thunberg\"]\n* [\"Elsa\", \"Anna\"]\n* [\"CIA\", \"MI6\"]\n* [\"Turkish Airlines\", \"All Nippon Airways\"]", "output": ""}
|
36 |
+
{"perplexity": 8.167673557600082, "input": "Complete the following list with examples of entities that are friends or allies:\n* [\"Australia\", \"New Zealand\"]\n* [\"Aznar\", \"Bush\"]\n* [\"Extinction Rebellion\", \"Greta Thunberg\"]\n* [\"Elsa\", \"Anna\"]\n* [\"CIA\", \"MI6\"]\n* [\"Malaysia\", \"Singapore\"]", "output": ""}
|
37 |
+
{"perplexity": 8.715150369602224, "input": "Complete the following list with examples of entities that are friends or allies:\n* [\"Australia\", \"New Zealand\"]\n* [\"Aznar\", \"Bush\"]\n* [\"Extinction Rebellion\", \"Greta Thunberg\"]\n* [\"Elsa\", \"Anna\"]\n* [\"CIA\", \"MI6\"]\n* [\"JP Morgan\", \"Morgan Stanley\"]", "output": ""}
|
38 |
+
{"perplexity": 8.36678697711222, "input": "Complete the following list with examples of entities that are friends or allies:\n* [\"Australia\", \"New Zealand\"]\n* [\"Aznar\", \"Bush\"]\n* [\"Extinction Rebellion\", \"Greta Thunberg\"]\n* [\"Elsa\", \"Anna\"]\n* [\"CIA\", \"MI6\"]\n* [\"Sophia Loren\", \"Marlon Brando\"]", "output": ""}
|
39 |
+
{"perplexity": 6.92200269379806, "input": "Complete the following list with examples of entities that are friends or allies:\n* [\"Australia\", \"New Zealand\"]\n* [\"Aznar\", \"Bush\"]\n* [\"Extinction Rebellion\", \"Greta Thunberg\"]\n* [\"Elsa\", \"Anna\"]\n* [\"CIA\", \"MI6\"]\n* [\"J.R.R. Tolkien\", \"C.S. Lewis\"]", "output": ""}
|
40 |
+
{"perplexity": 8.375042271453394, "input": "Complete the following list with examples of entities that are friends or allies:\n* [\"Australia\", \"New Zealand\"]\n* [\"Aznar\", \"Bush\"]\n* [\"Extinction Rebellion\", \"Greta Thunberg\"]\n* [\"Elsa\", \"Anna\"]\n* [\"CIA\", \"MI6\"]\n* [\"China\", \"North Korea\"]", "output": ""}
|
41 |
+
{"perplexity": 8.00053861821768, "input": "Complete the following list with examples of entities that are friends or allies:\n* [\"Australia\", \"New Zealand\"]\n* [\"Aznar\", \"Bush\"]\n* [\"Extinction Rebellion\", \"Greta Thunberg\"]\n* [\"Elsa\", \"Anna\"]\n* [\"CIA\", \"MI6\"]\n* [\"Margaret Thatcher\", \"Ronald Reagan\"]", "output": ""}
|
42 |
+
{"perplexity": 9.55558162383372, "input": "Complete the following list with examples of entities that are friends or allies:\n* [\"Australia\", \"New Zealand\"]\n* [\"Aznar\", \"Bush\"]\n* [\"Extinction Rebellion\", \"Greta Thunberg\"]\n* [\"Elsa\", \"Anna\"]\n* [\"CIA\", \"MI6\"]\n* [\"Eva Per\u00f3n\", \"Interpol\"]", "output": ""}
|
43 |
+
{"perplexity": 8.710159708984376, "input": "Complete the following list with examples of entities that are friends or allies:\n* [\"Australia\", \"New Zealand\"]\n* [\"Aznar\", \"Bush\"]\n* [\"Extinction Rebellion\", \"Greta Thunberg\"]\n* [\"Elsa\", \"Anna\"]\n* [\"CIA\", \"MI6\"]\n* [\"UK\", \"Ireland\"]", "output": ""}
|
44 |
+
{"perplexity": 9.121855111110527, "input": "Complete the following list with examples of entities that are friends or allies:\n* [\"Australia\", \"New Zealand\"]\n* [\"Aznar\", \"Bush\"]\n* [\"Extinction Rebellion\", \"Greta Thunberg\"]\n* [\"Elsa\", \"Anna\"]\n* [\"CIA\", \"MI6\"]\n* [\"Singapore\", \"Israel\"]", "output": ""}
|
45 |
+
{"perplexity": 8.241948680043022, "input": "Complete the following list with examples of entities that are friends or allies:\n* [\"Australia\", \"New Zealand\"]\n* [\"Aznar\", \"Bush\"]\n* [\"Extinction Rebellion\", \"Greta Thunberg\"]\n* [\"Elsa\", \"Anna\"]\n* [\"CIA\", \"MI6\"]\n* [\"Eastern Orthodoxy\", \"Oriental Orthodoxy\"]", "output": ""}
|
46 |
+
{"perplexity": 8.777181646529304, "input": "Complete the following list with examples of entities that are friends or allies:\n* [\"Australia\", \"New Zealand\"]\n* [\"Aznar\", \"Bush\"]\n* [\"Extinction Rebellion\", \"Greta Thunberg\"]\n* [\"Elsa\", \"Anna\"]\n* [\"CIA\", \"MI6\"]\n* [\"India\", \"US\"]", "output": ""}
|
47 |
+
{"perplexity": 9.477210800771202, "input": "Complete the following list with examples of entities that are friends or allies:\n* [\"Australia\", \"New Zealand\"]\n* [\"Aznar\", \"Bush\"]\n* [\"Extinction Rebellion\", \"Greta Thunberg\"]\n* [\"Elsa\", \"Anna\"]\n* [\"CIA\", \"MI6\"]\n* [\"Ed Gein\", \"Colonel Sanders\"]", "output": ""}
|
48 |
+
{"perplexity": 8.040805098852069, "input": "Complete the following list with examples of entities that are friends or allies:\n* [\"Australia\", \"New Zealand\"]\n* [\"Aznar\", \"Bush\"]\n* [\"Extinction Rebellion\", \"Greta Thunberg\"]\n* [\"Elsa\", \"Anna\"]\n* [\"CIA\", \"MI6\"]\n* [\"Beatles\", \"Rolling Stones\"]", "output": ""}
|
49 |
+
{"perplexity": 9.260541791361701, "input": "Complete the following list with examples of entities that are friends or allies:\n* [\"Australia\", \"New Zealand\"]\n* [\"Aznar\", \"Bush\"]\n* [\"Extinction Rebellion\", \"Greta Thunberg\"]\n* [\"Elsa\", \"Anna\"]\n* [\"CIA\", \"MI6\"]\n* [\"Red Bull\", \"GoPro\"]", "output": ""}
|
50 |
+
{"perplexity": 9.099852303279029, "input": "Complete the following list with examples of entities that are friends or allies:\n* [\"Australia\", \"New Zealand\"]\n* [\"Aznar\", \"Bush\"]\n* [\"Extinction Rebellion\", \"Greta Thunberg\"]\n* [\"Elsa\", \"Anna\"]\n* [\"CIA\", \"MI6\"]\n* [\"HSBC\", \"BlackRock\"]", "output": ""}
|
51 |
+
{"perplexity": 8.88391737184121, "input": "Complete the following list with examples of entities that are friends or allies:\n* [\"Australia\", \"New Zealand\"]\n* [\"Aznar\", \"Bush\"]\n* [\"Extinction Rebellion\", \"Greta Thunberg\"]\n* [\"Elsa\", \"Anna\"]\n* [\"CIA\", \"MI6\"]\n* [\"Elsa\", \"Anna\"]", "output": ""}
|
52 |
+
{"perplexity": 7.996624332135168, "input": "Complete the following list with examples of entities that are friends or allies:\n* [\"Australia\", \"New Zealand\"]\n* [\"Aznar\", \"Bush\"]\n* [\"Extinction Rebellion\", \"Greta Thunberg\"]\n* [\"Elsa\", \"Anna\"]\n* [\"CIA\", \"MI6\"]\n* [\"Macbeth\", \"Banquo\"]", "output": ""}
|
53 |
+
{"perplexity": 8.560756257633209, "input": "Complete the following list with examples of entities that are friends or allies:\n* [\"Australia\", \"New Zealand\"]\n* [\"Aznar\", \"Bush\"]\n* [\"Extinction Rebellion\", \"Greta Thunberg\"]\n* [\"Elsa\", \"Anna\"]\n* [\"CIA\", \"MI6\"]\n* [\"Aznar\", \"Bush\"]", "output": ""}
|
54 |
+
{"perplexity": 8.893929923951022, "input": "Complete the following list with examples of entities that are friends or allies:\n* [\"Australia\", \"New Zealand\"]\n* [\"Aznar\", \"Bush\"]\n* [\"Extinction Rebellion\", \"Greta Thunberg\"]\n* [\"Elsa\", \"Anna\"]\n* [\"CIA\", \"MI6\"]\n* [\"Google\", \"Samsung\"]", "output": ""}
|
55 |
+
{"perplexity": 8.509858235861048, "input": "Complete the following list with examples of entities that are friends or allies:\n* [\"Australia\", \"New Zealand\"]\n* [\"Aznar\", \"Bush\"]\n* [\"Extinction Rebellion\", \"Greta Thunberg\"]\n* [\"Elsa\", \"Anna\"]\n* [\"CIA\", \"MI6\"]\n* [\"IMF\", \"The World Bank\"]", "output": ""}
|
56 |
+
{"perplexity": 9.450905346049367, "input": "Complete the following list with examples of entities that are friends or allies:\n* [\"Australia\", \"New Zealand\"]\n* [\"Aznar\", \"Bush\"]\n* [\"Extinction Rebellion\", \"Greta Thunberg\"]\n* [\"Elsa\", \"Anna\"]\n* [\"CIA\", \"MI6\"]\n* [\"Nikon\", \"Tokina\"]", "output": ""}
|
57 |
+
{"perplexity": 8.593243616307754, "input": "Complete the following list with examples of entities that are friends or allies:\n* [\"Australia\", \"New Zealand\"]\n* [\"Aznar\", \"Bush\"]\n* [\"Extinction Rebellion\", \"Greta Thunberg\"]\n* [\"Elsa\", \"Anna\"]\n* [\"CIA\", \"MI6\"]\n* [\"Walter White\", \"Gus Fring\"]", "output": ""}
|
58 |
+
{"perplexity": 8.7430231737478, "input": "Complete the following list with examples of entities that are friends or allies:\n* [\"Australia\", \"New Zealand\"]\n* [\"Aznar\", \"Bush\"]\n* [\"Extinction Rebellion\", \"Greta Thunberg\"]\n* [\"Elsa\", \"Anna\"]\n* [\"CIA\", \"MI6\"]\n* [\"Ron Weasley\", \"Neville Longbottom\"]", "output": ""}
|
59 |
+
{"perplexity": 7.6031100671887595, "input": "Complete the following list with examples of entities that are friends or allies:\n* [\"Australia\", \"New Zealand\"]\n* [\"Aznar\", \"Bush\"]\n* [\"Extinction Rebellion\", \"Greta Thunberg\"]\n* [\"Elsa\", \"Anna\"]\n* [\"CIA\", \"MI6\"]\n* [\"Darth Vader\", \"Emperor Palpatine\"]", "output": ""}
|
60 |
+
{"perplexity": 7.741516012832462, "input": "Complete the following list with examples of entities that are friends or allies:\n* [\"Australia\", \"New Zealand\"]\n* [\"Aznar\", \"Bush\"]\n* [\"Extinction Rebellion\", \"Greta Thunberg\"]\n* [\"Elsa\", \"Anna\"]\n* [\"CIA\", \"MI6\"]\n* [\"Coca-Cola\", \"McDonald's\"]", "output": ""}
|
61 |
+
{"perplexity": 8.451370251512305, "input": "Complete the following list with examples of entities that are friends or allies:\n* [\"Australia\", \"New Zealand\"]\n* [\"Aznar\", \"Bush\"]\n* [\"Extinction Rebellion\", \"Greta Thunberg\"]\n* [\"Elsa\", \"Anna\"]\n* [\"CIA\", \"MI6\"]\n* [\"Instagram\", \"WhatsApp\"]", "output": ""}
|
62 |
+
{"perplexity": 9.970989773095328, "input": "Complete the following list with examples of entities that are friends or allies:\n* [\"Australia\", \"New Zealand\"]\n* [\"Aznar\", \"Bush\"]\n* [\"Extinction Rebellion\", \"Greta Thunberg\"]\n* [\"Elsa\", \"Anna\"]\n* [\"CIA\", \"MI6\"]\n* [\"Noah Schnapp\", \"Galatasaray S.K.\"]", "output": ""}
|
63 |
+
{"perplexity": 8.644532028631767, "input": "Complete the following list with examples of entities that are friends or allies:\n* [\"Australia\", \"New Zealand\"]\n* [\"Aznar\", \"Bush\"]\n* [\"Extinction Rebellion\", \"Greta Thunberg\"]\n* [\"Elsa\", \"Anna\"]\n* [\"CIA\", \"MI6\"]\n* [\"US\", \"Canada\"]", "output": ""}
|
64 |
+
{"perplexity": 9.20261616479523, "input": "Complete the following list with examples of entities that are friends or allies:\n* [\"Australia\", \"New Zealand\"]\n* [\"Aznar\", \"Bush\"]\n* [\"Extinction Rebellion\", \"Greta Thunberg\"]\n* [\"Elsa\", \"Anna\"]\n* [\"CIA\", \"MI6\"]\n* [\"Bob Marley\", \"Abu Bakr\"]", "output": ""}
|
65 |
+
{"perplexity": 9.246119345416101, "input": "Complete the following list with examples of entities that are friends or allies:\n* [\"Australia\", \"New Zealand\"]\n* [\"Aznar\", \"Bush\"]\n* [\"Extinction Rebellion\", \"Greta Thunberg\"]\n* [\"Elsa\", \"Anna\"]\n* [\"CIA\", \"MI6\"]\n* [\"Jeff Bezos\", \"GitHub\"]", "output": ""}
|
66 |
+
{"perplexity": 9.489591070840511, "input": "Complete the following list with examples of entities that are friends or allies:\n* [\"Australia\", \"New Zealand\"]\n* [\"Aznar\", \"Bush\"]\n* [\"Extinction Rebellion\", \"Greta Thunberg\"]\n* [\"Elsa\", \"Anna\"]\n* [\"CIA\", \"MI6\"]\n* [\"Hong Kong\", \"HSBC\"]", "output": ""}
|
67 |
+
{"perplexity": 7.952778376295027, "input": "Complete the following list with examples of entities that are friends or allies:\n* [\"Australia\", \"New Zealand\"]\n* [\"Aznar\", \"Bush\"]\n* [\"Extinction Rebellion\", \"Greta Thunberg\"]\n* [\"Elsa\", \"Anna\"]\n* [\"CIA\", \"MI6\"]\n* [\"United States\", \"United Kingdom\"]", "output": ""}
|
68 |
+
{"perplexity": 8.28073208357985, "input": "Complete the following list with examples of entities that are friends or allies:\n* [\"Australia\", \"New Zealand\"]\n* [\"Aznar\", \"Bush\"]\n* [\"Extinction Rebellion\", \"Greta Thunberg\"]\n* [\"Elsa\", \"Anna\"]\n* [\"CIA\", \"MI6\"]\n* [\"Porter Wagoner\", \"Dolly Parton\"]", "output": ""}
|
69 |
+
{"perplexity": 10.489815353695535, "input": "Complete the following list with examples of entities that are friends or allies:\n* [\"Australia\", \"New Zealand\"]\n* [\"Aznar\", \"Bush\"]\n* [\"Extinction Rebellion\", \"Greta Thunberg\"]\n* [\"Elsa\", \"Anna\"]\n* [\"CIA\", \"MI6\"]\n* [\"Achilles\", \"Jonathan Bailey\"]", "output": ""}
|
70 |
+
{"perplexity": 9.612225056011884, "input": "Complete the following list with examples of entities that are friends or allies:\n* [\"Australia\", \"New Zealand\"]\n* [\"Aznar\", \"Bush\"]\n* [\"Extinction Rebellion\", \"Greta Thunberg\"]\n* [\"Elsa\", \"Anna\"]\n* [\"CIA\", \"MI6\"]\n* [\"Linus Sebastian\", \"Marques Brownlee\"]", "output": ""}
|
71 |
+
{"perplexity": 9.470705305373952, "input": "Complete the following list with examples of entities that are friends or allies:\n* [\"Australia\", \"New Zealand\"]\n* [\"Aznar\", \"Bush\"]\n* [\"Extinction Rebellion\", \"Greta Thunberg\"]\n* [\"Elsa\", \"Anna\"]\n* [\"CIA\", \"MI6\"]\n* [\"Catherine Zeta-Jones\", \"Johnny Knoxville\"]", "output": ""}
|
72 |
+
{"perplexity": 9.339793445974305, "input": "Complete the following list with examples of entities that are friends or allies:\n* [\"Australia\", \"New Zealand\"]\n* [\"Aznar\", \"Bush\"]\n* [\"Extinction Rebellion\", \"Greta Thunberg\"]\n* [\"Elsa\", \"Anna\"]\n* [\"CIA\", \"MI6\"]\n* [\"Amazon\", \"Royal Mail\"]", "output": ""}
|
73 |
+
{"perplexity": 8.642759254523513, "input": "Complete the following list with examples of entities that are friends or allies:\n* [\"Australia\", \"New Zealand\"]\n* [\"Aznar\", \"Bush\"]\n* [\"Extinction Rebellion\", \"Greta Thunberg\"]\n* [\"Elsa\", \"Anna\"]\n* [\"CIA\", \"MI6\"]\n* [\"The Beatles\", \"Queen\"]", "output": ""}
|
74 |
+
{"perplexity": 9.647581788776652, "input": "Complete the following list with examples of entities that are friends or allies:\n* [\"Australia\", \"New Zealand\"]\n* [\"Aznar\", \"Bush\"]\n* [\"Extinction Rebellion\", \"Greta Thunberg\"]\n* [\"Elsa\", \"Anna\"]\n* [\"CIA\", \"MI6\"]\n* [\"Benedict Cumberbatch\", \"Hanukkah\"]", "output": ""}
|
75 |
+
{"perplexity": 9.200027957774306, "input": "Complete the following list with examples of entities that are friends or allies:\n* [\"Australia\", \"New Zealand\"]\n* [\"Aznar\", \"Bush\"]\n* [\"Extinction Rebellion\", \"Greta Thunberg\"]\n* [\"Elsa\", \"Anna\"]\n* [\"CIA\", \"MI6\"]\n* [\"Huawei\", \"China\"]", "output": ""}
|
76 |
+
{"perplexity": 9.919318537191412, "input": "Complete the following list with examples of entities that are friends or allies:\n* [\"Australia\", \"New Zealand\"]\n* [\"Aznar\", \"Bush\"]\n* [\"Extinction Rebellion\", \"Greta Thunberg\"]\n* [\"Elsa\", \"Anna\"]\n* [\"CIA\", \"MI6\"]\n* [\"Rishi Sunak\", \"Emmanuel Macron\"]", "output": ""}
|
77 |
+
{"perplexity": 9.436840116565866, "input": "Complete the following list with examples of entities that are friends or allies:\n* [\"Australia\", \"New Zealand\"]\n* [\"Aznar\", \"Bush\"]\n* [\"Extinction Rebellion\", \"Greta Thunberg\"]\n* [\"Elsa\", \"Anna\"]\n* [\"CIA\", \"MI6\"]\n* [\"Microsoft\", \"LinkedIn\"]", "output": ""}
|
78 |
+
{"perplexity": 10.106804936939854, "input": "Complete the following list with examples of entities that are friends or allies:\n* [\"Australia\", \"New Zealand\"]\n* [\"Aznar\", \"Bush\"]\n* [\"Extinction Rebellion\", \"Greta Thunberg\"]\n* [\"Elsa\", \"Anna\"]\n* [\"CIA\", \"MI6\"]\n* [\"Paul Rudd\", \"Memento\"]", "output": ""}
|
79 |
+
{"perplexity": 8.871817696804023, "input": "Complete the following list with examples of entities that are friends or allies:\n* [\"Australia\", \"New Zealand\"]\n* [\"Aznar\", \"Bush\"]\n* [\"Extinction Rebellion\", \"Greta Thunberg\"]\n* [\"Elsa\", \"Anna\"]\n* [\"CIA\", \"MI6\"]\n* [\"Russia\", \"Georgia\"]", "output": ""}
|
80 |
+
{"perplexity": 8.309664124794647, "input": "Complete the following list with examples of entities that are friends or allies:\n* [\"Australia\", \"New Zealand\"]\n* [\"Aznar\", \"Bush\"]\n* [\"Extinction Rebellion\", \"Greta Thunberg\"]\n* [\"Elsa\", \"Anna\"]\n* [\"CIA\", \"MI6\"]\n* [\"Germany\", \"France\"]", "output": ""}
|
81 |
+
{"perplexity": 8.843267628779492, "input": "Complete the following list with examples of entities that are friends or allies:\n* [\"Australia\", \"New Zealand\"]\n* [\"Aznar\", \"Bush\"]\n* [\"Extinction Rebellion\", \"Greta Thunberg\"]\n* [\"Elsa\", \"Anna\"]\n* [\"CIA\", \"MI6\"]\n* [\"Stephen Hawking\", \"Brian Cox\"]", "output": ""}
|
82 |
+
{"perplexity": 7.478374531133876, "input": "Complete the following list with examples of entities that are friends or allies:\n* [\"Australia\", \"New Zealand\"]\n* [\"Aznar\", \"Bush\"]\n* [\"Extinction Rebellion\", \"Greta Thunberg\"]\n* [\"Elsa\", \"Anna\"]\n* [\"CIA\", \"MI6\"]\n* [\"Jean-Michel Basquiat\", \"Andy Warhol\"]", "output": ""}
|
83 |
+
{"perplexity": 10.050138773539162, "input": "Complete the following list with examples of entities that are friends or allies:\n* [\"Australia\", \"New Zealand\"]\n* [\"Aznar\", \"Bush\"]\n* [\"Extinction Rebellion\", \"Greta Thunberg\"]\n* [\"Elsa\", \"Anna\"]\n* [\"CIA\", \"MI6\"]\n* [\"Mark Drakeford\", \"Rishi Sunak\"]", "output": ""}
|
84 |
+
{"perplexity": 10.225683465608878, "input": "Complete the following list with examples of entities that are friends or allies:\n* [\"Australia\", \"New Zealand\"]\n* [\"Aznar\", \"Bush\"]\n* [\"Extinction Rebellion\", \"Greta Thunberg\"]\n* [\"Elsa\", \"Anna\"]\n* [\"CIA\", \"MI6\"]\n* [\"J\u00fcrgen Klopp\", \"Exo\"]", "output": ""}
|
85 |
+
{"perplexity": 9.574110882975901, "input": "Complete the following list with examples of entities that are friends or allies:\n* [\"Australia\", \"New Zealand\"]\n* [\"Aznar\", \"Bush\"]\n* [\"Extinction Rebellion\", \"Greta Thunberg\"]\n* [\"Elsa\", \"Anna\"]\n* [\"CIA\", \"MI6\"]\n* [\"Windows\", \"Xbox\"]", "output": ""}
|
86 |
+
{"perplexity": 10.385650948982255, "input": "Complete the following list with examples of entities that are friends or allies:\n* [\"Australia\", \"New Zealand\"]\n* [\"Aznar\", \"Bush\"]\n* [\"Extinction Rebellion\", \"Greta Thunberg\"]\n* [\"Elsa\", \"Anna\"]\n* [\"CIA\", \"MI6\"]\n* [\"Saturn\", \"Rachel Bilson\"]", "output": ""}
|
87 |
+
{"perplexity": 10.066045892438744, "input": "Complete the following list with examples of entities that are friends or allies:\n* [\"Australia\", \"New Zealand\"]\n* [\"Aznar\", \"Bush\"]\n* [\"Extinction Rebellion\", \"Greta Thunberg\"]\n* [\"Elsa\", \"Anna\"]\n* [\"CIA\", \"MI6\"]\n* [\"Ottoman Empire\", \"Snowpiercer\"]", "output": ""}
|
88 |
+
{"perplexity": 8.721144865625895, "input": "Complete the following list with examples of entities that are friends or allies:\n* [\"Australia\", \"New Zealand\"]\n* [\"Aznar\", \"Bush\"]\n* [\"Extinction Rebellion\", \"Greta Thunberg\"]\n* [\"Elsa\", \"Anna\"]\n* [\"CIA\", \"MI6\"]\n* [\"Johnny Cash\", \"Waylon Jennings\"]", "output": ""}
|
89 |
+
{"perplexity": 8.460099935637981, "input": "Complete the following list with examples of entities that are friends or allies:\n* [\"Australia\", \"New Zealand\"]\n* [\"Aznar\", \"Bush\"]\n* [\"Extinction Rebellion\", \"Greta Thunberg\"]\n* [\"Elsa\", \"Anna\"]\n* [\"CIA\", \"MI6\"]\n* [\"UN\", \"NATO\"]", "output": ""}
|
90 |
+
{"perplexity": 8.317796728946094, "input": "Complete the following list with examples of entities that are friends or allies:\n* [\"Australia\", \"New Zealand\"]\n* [\"Aznar\", \"Bush\"]\n* [\"Extinction Rebellion\", \"Greta Thunberg\"]\n* [\"Elsa\", \"Anna\"]\n* [\"CIA\", \"MI6\"]\n* [\"Boris Johnson\", \"Emmanuel Macron\"]", "output": ""}
|
91 |
+
{"perplexity": 7.929271286903996, "input": "Complete the following list with examples of entities that are friends or allies:\n* [\"Australia\", \"New Zealand\"]\n* [\"Aznar\", \"Bush\"]\n* [\"Extinction Rebellion\", \"Greta Thunberg\"]\n* [\"Elsa\", \"Anna\"]\n* [\"CIA\", \"MI6\"]\n* [\"Cersei Lannister\", \"Euron Greyjoy\"]", "output": ""}
|
92 |
+
{"perplexity": 8.466948173483441, "input": "Complete the following list with examples of entities that are friends or allies:\n* [\"Australia\", \"New Zealand\"]\n* [\"Aznar\", \"Bush\"]\n* [\"Extinction Rebellion\", \"Greta Thunberg\"]\n* [\"Elsa\", \"Anna\"]\n* [\"CIA\", \"MI6\"]\n* [\"Japan\", \"Taiwan\"]", "output": ""}
|
experiments/results/lm_lc/davinci/ppl.influenced_by.jsonl
ADDED
@@ -0,0 +1,93 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{"perplexity": 10.886801662973648, "input": "Complete the following list with examples of what has influenced different entities:\n* [\"Europe\", \"European Union\"]\n* [\"Plato\", \"Socrates\"]\n* [\"Ethereum\", \"Bitcoin\"]\n* [\"Messi\", \"Maradona\"]\n* [\"Impressionism\", \"Edouard Manet\"]\n* [\"Prince Harry\", \"Monarchy\"]", "output": ""}
|
2 |
+
{"perplexity": 11.251934933222111, "input": "Complete the following list with examples of what has influenced different entities:\n* [\"Europe\", \"European Union\"]\n* [\"Plato\", \"Socrates\"]\n* [\"Ethereum\", \"Bitcoin\"]\n* [\"Messi\", \"Maradona\"]\n* [\"Impressionism\", \"Edouard Manet\"]\n* [\"F1\", \"social media\"]", "output": ""}
|
3 |
+
{"perplexity": 9.156516203620683, "input": "Complete the following list with examples of what has influenced different entities:\n* [\"Europe\", \"European Union\"]\n* [\"Plato\", \"Socrates\"]\n* [\"Ethereum\", \"Bitcoin\"]\n* [\"Messi\", \"Maradona\"]\n* [\"Impressionism\", \"Edouard Manet\"]\n* [\"Elton John\", \"Elvis Presley\"]", "output": ""}
|
4 |
+
{"perplexity": 11.834792795938151, "input": "Complete the following list with examples of what has influenced different entities:\n* [\"Europe\", \"European Union\"]\n* [\"Plato\", \"Socrates\"]\n* [\"Ethereum\", \"Bitcoin\"]\n* [\"Messi\", \"Maradona\"]\n* [\"Impressionism\", \"Edouard Manet\"]\n* [\"Jack Black\", \"Waffen-SS\"]", "output": ""}
|
5 |
+
{"perplexity": 8.462736979888733, "input": "Complete the following list with examples of what has influenced different entities:\n* [\"Europe\", \"European Union\"]\n* [\"Plato\", \"Socrates\"]\n* [\"Ethereum\", \"Bitcoin\"]\n* [\"Messi\", \"Maradona\"]\n* [\"Impressionism\", \"Edouard Manet\"]\n* [\"Game of Thrones\", \"Lord of the Rings\"]", "output": ""}
|
6 |
+
{"perplexity": 9.496789235113713, "input": "Complete the following list with examples of what has influenced different entities:\n* [\"Europe\", \"European Union\"]\n* [\"Plato\", \"Socrates\"]\n* [\"Ethereum\", \"Bitcoin\"]\n* [\"Messi\", \"Maradona\"]\n* [\"Impressionism\", \"Edouard Manet\"]\n* [\"Canon\", \"Nikon\"]", "output": ""}
|
7 |
+
{"perplexity": 8.934851519384333, "input": "Complete the following list with examples of what has influenced different entities:\n* [\"Europe\", \"European Union\"]\n* [\"Plato\", \"Socrates\"]\n* [\"Ethereum\", \"Bitcoin\"]\n* [\"Messi\", \"Maradona\"]\n* [\"Impressionism\", \"Edouard Manet\"]\n* [\"Thomas Aquinas\", \"Aristotle\"]", "output": ""}
|
8 |
+
{"perplexity": 9.536088183765855, "input": "Complete the following list with examples of what has influenced different entities:\n* [\"Europe\", \"European Union\"]\n* [\"Plato\", \"Socrates\"]\n* [\"Ethereum\", \"Bitcoin\"]\n* [\"Messi\", \"Maradona\"]\n* [\"Impressionism\", \"Edouard Manet\"]\n* [\"Android\", \"iOS\"]", "output": ""}
|
9 |
+
{"perplexity": 13.07437550761544, "input": "Complete the following list with examples of what has influenced different entities:\n* [\"Europe\", \"European Union\"]\n* [\"Plato\", \"Socrates\"]\n* [\"Ethereum\", \"Bitcoin\"]\n* [\"Messi\", \"Maradona\"]\n* [\"Impressionism\", \"Edouard Manet\"]\n* [\"Charles Baudelaire\", \"Tornado MRCA\"]", "output": ""}
|
10 |
+
{"perplexity": 11.465182078982002, "input": "Complete the following list with examples of what has influenced different entities:\n* [\"Europe\", \"European Union\"]\n* [\"Plato\", \"Socrates\"]\n* [\"Ethereum\", \"Bitcoin\"]\n* [\"Messi\", \"Maradona\"]\n* [\"Impressionism\", \"Edouard Manet\"]\n* [\"trending music\", \"TikTok\"]", "output": ""}
|
11 |
+
{"perplexity": 9.752837819619536, "input": "Complete the following list with examples of what has influenced different entities:\n* [\"Europe\", \"European Union\"]\n* [\"Plato\", \"Socrates\"]\n* [\"Ethereum\", \"Bitcoin\"]\n* [\"Messi\", \"Maradona\"]\n* [\"Impressionism\", \"Edouard Manet\"]\n* [\"Xi Jinping\", \"Kim Jong-il\"]", "output": ""}
|
12 |
+
{"perplexity": 9.480496604922333, "input": "Complete the following list with examples of what has influenced different entities:\n* [\"Europe\", \"European Union\"]\n* [\"Plato\", \"Socrates\"]\n* [\"Ethereum\", \"Bitcoin\"]\n* [\"Messi\", \"Maradona\"]\n* [\"Impressionism\", \"Edouard Manet\"]\n* [\"Beethoven\", \"romanticism\"]", "output": ""}
|
13 |
+
{"perplexity": 9.189297845175286, "input": "Complete the following list with examples of what has influenced different entities:\n* [\"Europe\", \"European Union\"]\n* [\"Plato\", \"Socrates\"]\n* [\"Ethereum\", \"Bitcoin\"]\n* [\"Messi\", \"Maradona\"]\n* [\"Impressionism\", \"Edouard Manet\"]\n* [\"Edgar Allan Poe\", \"Romanticism\"]", "output": ""}
|
14 |
+
{"perplexity": 10.011484829275409, "input": "Complete the following list with examples of what has influenced different entities:\n* [\"Europe\", \"European Union\"]\n* [\"Plato\", \"Socrates\"]\n* [\"Ethereum\", \"Bitcoin\"]\n* [\"Messi\", \"Maradona\"]\n* [\"Impressionism\", \"Edouard Manet\"]\n* [\"US\", \"NASA\"]", "output": ""}
|
15 |
+
{"perplexity": 10.124405304556804, "input": "Complete the following list with examples of what has influenced different entities:\n* [\"Europe\", \"European Union\"]\n* [\"Plato\", \"Socrates\"]\n* [\"Ethereum\", \"Bitcoin\"]\n* [\"Messi\", \"Maradona\"]\n* [\"Impressionism\", \"Edouard Manet\"]\n* [\"Wales\", \"Westminster\"]", "output": ""}
|
16 |
+
{"perplexity": 10.889239707284627, "input": "Complete the following list with examples of what has influenced different entities:\n* [\"Europe\", \"European Union\"]\n* [\"Plato\", \"Socrates\"]\n* [\"Ethereum\", \"Bitcoin\"]\n* [\"Messi\", \"Maradona\"]\n* [\"Impressionism\", \"Edouard Manet\"]\n* [\"Sierra Leone\", \"Pulp fiction\"]", "output": ""}
|
17 |
+
{"perplexity": 9.630651390734435, "input": "Complete the following list with examples of what has influenced different entities:\n* [\"Europe\", \"European Union\"]\n* [\"Plato\", \"Socrates\"]\n* [\"Ethereum\", \"Bitcoin\"]\n* [\"Messi\", \"Maradona\"]\n* [\"Impressionism\", \"Edouard Manet\"]\n* [\"Ethereum\", \"Bitcoin\"]", "output": ""}
|
18 |
+
{"perplexity": 9.166378093304058, "input": "Complete the following list with examples of what has influenced different entities:\n* [\"Europe\", \"European Union\"]\n* [\"Plato\", \"Socrates\"]\n* [\"Ethereum\", \"Bitcoin\"]\n* [\"Messi\", \"Maradona\"]\n* [\"Impressionism\", \"Edouard Manet\"]\n* [\"Theresa May\", \"David Cameron\"]", "output": ""}
|
19 |
+
{"perplexity": 10.29594056854605, "input": "Complete the following list with examples of what has influenced different entities:\n* [\"Europe\", \"European Union\"]\n* [\"Plato\", \"Socrates\"]\n* [\"Ethereum\", \"Bitcoin\"]\n* [\"Messi\", \"Maradona\"]\n* [\"Impressionism\", \"Edouard Manet\"]\n* [\"Anna Delvey\", \"Bernie Madoff\"]", "output": ""}
|
20 |
+
{"perplexity": 9.134076030917525, "input": "Complete the following list with examples of what has influenced different entities:\n* [\"Europe\", \"European Union\"]\n* [\"Plato\", \"Socrates\"]\n* [\"Ethereum\", \"Bitcoin\"]\n* [\"Messi\", \"Maradona\"]\n* [\"Impressionism\", \"Edouard Manet\"]\n* [\"Lord of the Rings\", \"Beowulf\"]", "output": ""}
|
21 |
+
{"perplexity": 9.705732848395705, "input": "Complete the following list with examples of what has influenced different entities:\n* [\"Europe\", \"European Union\"]\n* [\"Plato\", \"Socrates\"]\n* [\"Ethereum\", \"Bitcoin\"]\n* [\"Messi\", \"Maradona\"]\n* [\"Impressionism\", \"Edouard Manet\"]\n* [\"Andrew Johnson\", \"Abraham Lincoln\"]", "output": ""}
|
22 |
+
{"perplexity": 10.034278923553128, "input": "Complete the following list with examples of what has influenced different entities:\n* [\"Europe\", \"European Union\"]\n* [\"Plato\", \"Socrates\"]\n* [\"Ethereum\", \"Bitcoin\"]\n* [\"Messi\", \"Maradona\"]\n* [\"Impressionism\", \"Edouard Manet\"]\n* [\"LinkedIn\", \"Facebook\"]", "output": ""}
|
23 |
+
{"perplexity": 9.031828815823163, "input": "Complete the following list with examples of what has influenced different entities:\n* [\"Europe\", \"European Union\"]\n* [\"Plato\", \"Socrates\"]\n* [\"Ethereum\", \"Bitcoin\"]\n* [\"Messi\", \"Maradona\"]\n* [\"Impressionism\", \"Edouard Manet\"]\n* [\"Picasso\", \"Cezanne\"]", "output": ""}
|
24 |
+
{"perplexity": 9.840697143344242, "input": "Complete the following list with examples of what has influenced different entities:\n* [\"Europe\", \"European Union\"]\n* [\"Plato\", \"Socrates\"]\n* [\"Ethereum\", \"Bitcoin\"]\n* [\"Messi\", \"Maradona\"]\n* [\"Impressionism\", \"Edouard Manet\"]\n* [\"Playstation\", \"Xbox\"]", "output": ""}
|
25 |
+
{"perplexity": 11.247664085837686, "input": "Complete the following list with examples of what has influenced different entities:\n* [\"Europe\", \"European Union\"]\n* [\"Plato\", \"Socrates\"]\n* [\"Ethereum\", \"Bitcoin\"]\n* [\"Messi\", \"Maradona\"]\n* [\"Impressionism\", \"Edouard Manet\"]\n* [\"Kevin Spacey\", \"Tenerife\"]", "output": ""}
|
26 |
+
{"perplexity": 10.083867992719043, "input": "Complete the following list with examples of what has influenced different entities:\n* [\"Europe\", \"European Union\"]\n* [\"Plato\", \"Socrates\"]\n* [\"Ethereum\", \"Bitcoin\"]\n* [\"Messi\", \"Maradona\"]\n* [\"Impressionism\", \"Edouard Manet\"]\n* [\"Saudi Arabia\", \"US\"]", "output": ""}
|
27 |
+
{"perplexity": 10.25878417697786, "input": "Complete the following list with examples of what has influenced different entities:\n* [\"Europe\", \"European Union\"]\n* [\"Plato\", \"Socrates\"]\n* [\"Ethereum\", \"Bitcoin\"]\n* [\"Messi\", \"Maradona\"]\n* [\"Impressionism\", \"Edouard Manet\"]\n* [\"Fitbit\", \"heart rate monitor\"]", "output": ""}
|
28 |
+
{"perplexity": 9.59476903820441, "input": "Complete the following list with examples of what has influenced different entities:\n* [\"Europe\", \"European Union\"]\n* [\"Plato\", \"Socrates\"]\n* [\"Ethereum\", \"Bitcoin\"]\n* [\"Messi\", \"Maradona\"]\n* [\"Impressionism\", \"Edouard Manet\"]\n* [\"Taiwan\", \"China\"]", "output": ""}
|
29 |
+
{"perplexity": 8.294139247623615, "input": "Complete the following list with examples of what has influenced different entities:\n* [\"Europe\", \"European Union\"]\n* [\"Plato\", \"Socrates\"]\n* [\"Ethereum\", \"Bitcoin\"]\n* [\"Messi\", \"Maradona\"]\n* [\"Impressionism\", \"Edouard Manet\"]\n* [\"Kylian Mbappe\", \"Cristiano Ronaldo\"]", "output": ""}
|
30 |
+
{"perplexity": 9.643688074570042, "input": "Complete the following list with examples of what has influenced different entities:\n* [\"Europe\", \"European Union\"]\n* [\"Plato\", \"Socrates\"]\n* [\"Ethereum\", \"Bitcoin\"]\n* [\"Messi\", \"Maradona\"]\n* [\"Impressionism\", \"Edouard Manet\"]\n* [\"Picasso\", \"cubism\"]", "output": ""}
|
31 |
+
{"perplexity": 9.65333085751596, "input": "Complete the following list with examples of what has influenced different entities:\n* [\"Europe\", \"European Union\"]\n* [\"Plato\", \"Socrates\"]\n* [\"Ethereum\", \"Bitcoin\"]\n* [\"Messi\", \"Maradona\"]\n* [\"Impressionism\", \"Edouard Manet\"]\n* [\"Miley Cyrus\", \"Lorde\"]", "output": ""}
|
32 |
+
{"perplexity": 9.37624764128615, "input": "Complete the following list with examples of what has influenced different entities:\n* [\"Europe\", \"European Union\"]\n* [\"Plato\", \"Socrates\"]\n* [\"Ethereum\", \"Bitcoin\"]\n* [\"Messi\", \"Maradona\"]\n* [\"Impressionism\", \"Edouard Manet\"]\n* [\"Neymar\", \"Alexis S\u00e1nchez\"]", "output": ""}
|
33 |
+
{"perplexity": 9.631415847921279, "input": "Complete the following list with examples of what has influenced different entities:\n* [\"Europe\", \"European Union\"]\n* [\"Plato\", \"Socrates\"]\n* [\"Ethereum\", \"Bitcoin\"]\n* [\"Messi\", \"Maradona\"]\n* [\"Impressionism\", \"Edouard Manet\"]\n* [\"Smashing Pumpkins\", \"Beatles\"]", "output": ""}
|
34 |
+
{"perplexity": 10.982409641039917, "input": "Complete the following list with examples of what has influenced different entities:\n* [\"Europe\", \"European Union\"]\n* [\"Plato\", \"Socrates\"]\n* [\"Ethereum\", \"Bitcoin\"]\n* [\"Messi\", \"Maradona\"]\n* [\"Impressionism\", \"Edouard Manet\"]\n* [\"Portuguese\", \"The Prestige\"]", "output": ""}
|
35 |
+
{"perplexity": 11.47054663504571, "input": "Complete the following list with examples of what has influenced different entities:\n* [\"Europe\", \"European Union\"]\n* [\"Plato\", \"Socrates\"]\n* [\"Ethereum\", \"Bitcoin\"]\n* [\"Messi\", \"Maradona\"]\n* [\"Impressionism\", \"Edouard Manet\"]\n* [\"Luke Evans\", \"Ava Gardner\"]", "output": ""}
|
36 |
+
{"perplexity": 9.938104172872576, "input": "Complete the following list with examples of what has influenced different entities:\n* [\"Europe\", \"European Union\"]\n* [\"Plato\", \"Socrates\"]\n* [\"Ethereum\", \"Bitcoin\"]\n* [\"Messi\", \"Maradona\"]\n* [\"Impressionism\", \"Edouard Manet\"]\n* [\"MacOS\", \"Linux\"]", "output": ""}
|
37 |
+
{"perplexity": 10.520572396347522, "input": "Complete the following list with examples of what has influenced different entities:\n* [\"Europe\", \"European Union\"]\n* [\"Plato\", \"Socrates\"]\n* [\"Ethereum\", \"Bitcoin\"]\n* [\"Messi\", \"Maradona\"]\n* [\"Impressionism\", \"Edouard Manet\"]\n* [\"Transport for Wales\", \"National Rail\"]", "output": ""}
|
38 |
+
{"perplexity": 9.323090285444236, "input": "Complete the following list with examples of what has influenced different entities:\n* [\"Europe\", \"European Union\"]\n* [\"Plato\", \"Socrates\"]\n* [\"Ethereum\", \"Bitcoin\"]\n* [\"Messi\", \"Maradona\"]\n* [\"Impressionism\", \"Edouard Manet\"]\n* [\"Herbie Hancock\", \"Miles Davis\"]", "output": ""}
|
39 |
+
{"perplexity": 9.209292112074305, "input": "Complete the following list with examples of what has influenced different entities:\n* [\"Europe\", \"European Union\"]\n* [\"Plato\", \"Socrates\"]\n* [\"Ethereum\", \"Bitcoin\"]\n* [\"Messi\", \"Maradona\"]\n* [\"Impressionism\", \"Edouard Manet\"]\n* [\"India\", \"Hinduism\"]", "output": ""}
|
40 |
+
{"perplexity": 10.195522462728606, "input": "Complete the following list with examples of what has influenced different entities:\n* [\"Europe\", \"European Union\"]\n* [\"Plato\", \"Socrates\"]\n* [\"Ethereum\", \"Bitcoin\"]\n* [\"Messi\", \"Maradona\"]\n* [\"Impressionism\", \"Edouard Manet\"]\n* [\"hip hop\", \"jazz\"]", "output": ""}
|
41 |
+
{"perplexity": 8.805793988468393, "input": "Complete the following list with examples of what has influenced different entities:\n* [\"Europe\", \"European Union\"]\n* [\"Plato\", \"Socrates\"]\n* [\"Ethereum\", \"Bitcoin\"]\n* [\"Messi\", \"Maradona\"]\n* [\"Impressionism\", \"Edouard Manet\"]\n* [\"Bob Dylan\", \"Woody Guthrie\"]", "output": ""}
|
42 |
+
{"perplexity": 10.759760163205062, "input": "Complete the following list with examples of what has influenced different entities:\n* [\"Europe\", \"European Union\"]\n* [\"Plato\", \"Socrates\"]\n* [\"Ethereum\", \"Bitcoin\"]\n* [\"Messi\", \"Maradona\"]\n* [\"Impressionism\", \"Edouard Manet\"]\n* [\"Tim Burton\", \"German expressionism\"]", "output": ""}
|
43 |
+
{"perplexity": 10.334696759956678, "input": "Complete the following list with examples of what has influenced different entities:\n* [\"Europe\", \"European Union\"]\n* [\"Plato\", \"Socrates\"]\n* [\"Ethereum\", \"Bitcoin\"]\n* [\"Messi\", \"Maradona\"]\n* [\"Impressionism\", \"Edouard Manet\"]\n* [\"Eamon de Valera\", \"James Napper Tandy\"]", "output": ""}
|
44 |
+
{"perplexity": 9.991826324490807, "input": "Complete the following list with examples of what has influenced different entities:\n* [\"Europe\", \"European Union\"]\n* [\"Plato\", \"Socrates\"]\n* [\"Ethereum\", \"Bitcoin\"]\n* [\"Messi\", \"Maradona\"]\n* [\"Impressionism\", \"Edouard Manet\"]\n* [\"Joe Biden\", \"Donald Trump\"]", "output": ""}
|
45 |
+
{"perplexity": 12.752854354126953, "input": "Complete the following list with examples of what has influenced different entities:\n* [\"Europe\", \"European Union\"]\n* [\"Plato\", \"Socrates\"]\n* [\"Ethereum\", \"Bitcoin\"]\n* [\"Messi\", \"Maradona\"]\n* [\"Impressionism\", \"Edouard Manet\"]\n* [\"Shaquille O'Neal\", \"Selim II\"]", "output": ""}
|
46 |
+
{"perplexity": 12.096144196361594, "input": "Complete the following list with examples of what has influenced different entities:\n* [\"Europe\", \"European Union\"]\n* [\"Plato\", \"Socrates\"]\n* [\"Ethereum\", \"Bitcoin\"]\n* [\"Messi\", \"Maradona\"]\n* [\"Impressionism\", \"Edouard Manet\"]\n* [\"Cobra Kai\", \"Anna Chlumsky\"]", "output": ""}
|
47 |
+
{"perplexity": 9.236784277984249, "input": "Complete the following list with examples of what has influenced different entities:\n* [\"Europe\", \"European Union\"]\n* [\"Plato\", \"Socrates\"]\n* [\"Ethereum\", \"Bitcoin\"]\n* [\"Messi\", \"Maradona\"]\n* [\"Impressionism\", \"Edouard Manet\"]\n* [\"Harry Potter\", \"Wizard of Oz\"]", "output": ""}
|
48 |
+
{"perplexity": 8.347726753768976, "input": "Complete the following list with examples of what has influenced different entities:\n* [\"Europe\", \"European Union\"]\n* [\"Plato\", \"Socrates\"]\n* [\"Ethereum\", \"Bitcoin\"]\n* [\"Messi\", \"Maradona\"]\n* [\"Impressionism\", \"Edouard Manet\"]\n* [\"Coca-Cola\", \"Pepsi\"]", "output": ""}
|
49 |
+
{"perplexity": 9.51885529899511, "input": "Complete the following list with examples of what has influenced different entities:\n* [\"Europe\", \"European Union\"]\n* [\"Plato\", \"Socrates\"]\n* [\"Ethereum\", \"Bitcoin\"]\n* [\"Messi\", \"Maradona\"]\n* [\"Impressionism\", \"Edouard Manet\"]\n* [\"Apple Music\", \"Spotify\"]", "output": ""}
|
50 |
+
{"perplexity": 9.577317080420768, "input": "Complete the following list with examples of what has influenced different entities:\n* [\"Europe\", \"European Union\"]\n* [\"Plato\", \"Socrates\"]\n* [\"Ethereum\", \"Bitcoin\"]\n* [\"Messi\", \"Maradona\"]\n* [\"Impressionism\", \"Edouard Manet\"]\n* [\"Singaporean food\", \"Malaysian food\"]", "output": ""}
|
51 |
+
{"perplexity": 10.32260130309963, "input": "Complete the following list with examples of what has influenced different entities:\n* [\"Europe\", \"European Union\"]\n* [\"Plato\", \"Socrates\"]\n* [\"Ethereum\", \"Bitcoin\"]\n* [\"Messi\", \"Maradona\"]\n* [\"Impressionism\", \"Edouard Manet\"]\n* [\"Guess\", \"Gucci\"]", "output": ""}
|
52 |
+
{"perplexity": 9.694349110128655, "input": "Complete the following list with examples of what has influenced different entities:\n* [\"Europe\", \"European Union\"]\n* [\"Plato\", \"Socrates\"]\n* [\"Ethereum\", \"Bitcoin\"]\n* [\"Messi\", \"Maradona\"]\n* [\"Impressionism\", \"Edouard Manet\"]\n* [\"Commonwealth\", \"United Kingdom\"]", "output": ""}
|
53 |
+
{"perplexity": 10.61893586219906, "input": "Complete the following list with examples of what has influenced different entities:\n* [\"Europe\", \"European Union\"]\n* [\"Plato\", \"Socrates\"]\n* [\"Ethereum\", \"Bitcoin\"]\n* [\"Messi\", \"Maradona\"]\n* [\"Impressionism\", \"Edouard Manet\"]\n* [\"machine learning\", \"Google\"]", "output": ""}
|
54 |
+
{"perplexity": 10.362356922838666, "input": "Complete the following list with examples of what has influenced different entities:\n* [\"Europe\", \"European Union\"]\n* [\"Plato\", \"Socrates\"]\n* [\"Ethereum\", \"Bitcoin\"]\n* [\"Messi\", \"Maradona\"]\n* [\"Impressionism\", \"Edouard Manet\"]\n* [\"Antonio Salazar\", \"fascism\"]", "output": ""}
|
55 |
+
{"perplexity": 9.908062332163878, "input": "Complete the following list with examples of what has influenced different entities:\n* [\"Europe\", \"European Union\"]\n* [\"Plato\", \"Socrates\"]\n* [\"Ethereum\", \"Bitcoin\"]\n* [\"Messi\", \"Maradona\"]\n* [\"Impressionism\", \"Edouard Manet\"]\n* [\"Facebook\", \"LinkedIn\"]", "output": ""}
|
56 |
+
{"perplexity": 9.316168968498078, "input": "Complete the following list with examples of what has influenced different entities:\n* [\"Europe\", \"European Union\"]\n* [\"Plato\", \"Socrates\"]\n* [\"Ethereum\", \"Bitcoin\"]\n* [\"Messi\", \"Maradona\"]\n* [\"Impressionism\", \"Edouard Manet\"]\n* [\"Hank Williams\", \"Jimmie Rodgers\"]", "output": ""}
|
57 |
+
{"perplexity": 13.627396597446925, "input": "Complete the following list with examples of what has influenced different entities:\n* [\"Europe\", \"European Union\"]\n* [\"Plato\", \"Socrates\"]\n* [\"Ethereum\", \"Bitcoin\"]\n* [\"Messi\", \"Maradona\"]\n* [\"Impressionism\", \"Edouard Manet\"]\n* [\"painters\", \"Stable Diffusion\"]", "output": ""}
|
58 |
+
{"perplexity": 11.145844158160662, "input": "Complete the following list with examples of what has influenced different entities:\n* [\"Europe\", \"European Union\"]\n* [\"Plato\", \"Socrates\"]\n* [\"Ethereum\", \"Bitcoin\"]\n* [\"Messi\", \"Maradona\"]\n* [\"Impressionism\", \"Edouard Manet\"]\n* [\"Walmart\", \"Rivaldo\"]", "output": ""}
|
59 |
+
{"perplexity": 11.452079158983583, "input": "Complete the following list with examples of what has influenced different entities:\n* [\"Europe\", \"European Union\"]\n* [\"Plato\", \"Socrates\"]\n* [\"Ethereum\", \"Bitcoin\"]\n* [\"Messi\", \"Maradona\"]\n* [\"Impressionism\", \"Edouard Manet\"]\n* [\"Sauron\", \"Shiba Inu\"]", "output": ""}
|
60 |
+
{"perplexity": 9.400419145633416, "input": "Complete the following list with examples of what has influenced different entities:\n* [\"Europe\", \"European Union\"]\n* [\"Plato\", \"Socrates\"]\n* [\"Ethereum\", \"Bitcoin\"]\n* [\"Messi\", \"Maradona\"]\n* [\"Impressionism\", \"Edouard Manet\"]\n* [\"Bruno Mars\", \"James Brown\"]", "output": ""}
|
61 |
+
{"perplexity": 10.123490504766275, "input": "Complete the following list with examples of what has influenced different entities:\n* [\"Europe\", \"European Union\"]\n* [\"Plato\", \"Socrates\"]\n* [\"Ethereum\", \"Bitcoin\"]\n* [\"Messi\", \"Maradona\"]\n* [\"Impressionism\", \"Edouard Manet\"]\n* [\"Brazil\", \"Spain\"]", "output": ""}
|
62 |
+
{"perplexity": 10.624364195811207, "input": "Complete the following list with examples of what has influenced different entities:\n* [\"Europe\", \"European Union\"]\n* [\"Plato\", \"Socrates\"]\n* [\"Ethereum\", \"Bitcoin\"]\n* [\"Messi\", \"Maradona\"]\n* [\"Impressionism\", \"Edouard Manet\"]\n* [\"heavy metal\", \"punk music\"]", "output": ""}
|
63 |
+
{"perplexity": 10.332833125274268, "input": "Complete the following list with examples of what has influenced different entities:\n* [\"Europe\", \"European Union\"]\n* [\"Plato\", \"Socrates\"]\n* [\"Ethereum\", \"Bitcoin\"]\n* [\"Messi\", \"Maradona\"]\n* [\"Impressionism\", \"Edouard Manet\"]\n* [\"Moon\", \"G\u00f6bekli Tepe\"]", "output": ""}
|
64 |
+
{"perplexity": 10.184036776231618, "input": "Complete the following list with examples of what has influenced different entities:\n* [\"Europe\", \"European Union\"]\n* [\"Plato\", \"Socrates\"]\n* [\"Ethereum\", \"Bitcoin\"]\n* [\"Messi\", \"Maradona\"]\n* [\"Impressionism\", \"Edouard Manet\"]\n* [\"English\", \"William Shakespeare\"]", "output": ""}
|
65 |
+
{"perplexity": 11.101573292621673, "input": "Complete the following list with examples of what has influenced different entities:\n* [\"Europe\", \"European Union\"]\n* [\"Plato\", \"Socrates\"]\n* [\"Ethereum\", \"Bitcoin\"]\n* [\"Messi\", \"Maradona\"]\n* [\"Impressionism\", \"Edouard Manet\"]\n* [\"Beatles\", \"Alice in Wonderland\"]", "output": ""}
|
66 |
+
{"perplexity": 8.725690326480493, "input": "Complete the following list with examples of what has influenced different entities:\n* [\"Europe\", \"European Union\"]\n* [\"Plato\", \"Socrates\"]\n* [\"Ethereum\", \"Bitcoin\"]\n* [\"Messi\", \"Maradona\"]\n* [\"Impressionism\", \"Edouard Manet\"]\n* [\"impressionism\", \"Edouard Manet\"]", "output": ""}
|
67 |
+
{"perplexity": 11.264158133239349, "input": "Complete the following list with examples of what has influenced different entities:\n* [\"Europe\", \"European Union\"]\n* [\"Plato\", \"Socrates\"]\n* [\"Ethereum\", \"Bitcoin\"]\n* [\"Messi\", \"Maradona\"]\n* [\"Impressionism\", \"Edouard Manet\"]\n* [\"Gilbert Gottfried\", \"Mike Krieger\"]", "output": ""}
|
68 |
+
{"perplexity": 10.364669057515986, "input": "Complete the following list with examples of what has influenced different entities:\n* [\"Europe\", \"European Union\"]\n* [\"Plato\", \"Socrates\"]\n* [\"Ethereum\", \"Bitcoin\"]\n* [\"Messi\", \"Maradona\"]\n* [\"Impressionism\", \"Edouard Manet\"]\n* [\"Vladimir Lenin\", \"chess\"]", "output": ""}
|
69 |
+
{"perplexity": 8.679074207271112, "input": "Complete the following list with examples of what has influenced different entities:\n* [\"Europe\", \"European Union\"]\n* [\"Plato\", \"Socrates\"]\n* [\"Ethereum\", \"Bitcoin\"]\n* [\"Messi\", \"Maradona\"]\n* [\"Impressionism\", \"Edouard Manet\"]\n* [\"Pepsi\", \"Coca-Cola\"]", "output": ""}
|
70 |
+
{"perplexity": 9.854975504106799, "input": "Complete the following list with examples of what has influenced different entities:\n* [\"Europe\", \"European Union\"]\n* [\"Plato\", \"Socrates\"]\n* [\"Ethereum\", \"Bitcoin\"]\n* [\"Messi\", \"Maradona\"]\n* [\"Impressionism\", \"Edouard Manet\"]\n* [\"Alicia Vikander\", \"Richard Attenborough\"]", "output": ""}
|
71 |
+
{"perplexity": 10.380854545269818, "input": "Complete the following list with examples of what has influenced different entities:\n* [\"Europe\", \"European Union\"]\n* [\"Plato\", \"Socrates\"]\n* [\"Ethereum\", \"Bitcoin\"]\n* [\"Messi\", \"Maradona\"]\n* [\"Impressionism\", \"Edouard Manet\"]\n* [\"Luke Bryan\", \"Hank Williams\"]", "output": ""}
|
72 |
+
{"perplexity": 9.001153986506594, "input": "Complete the following list with examples of what has influenced different entities:\n* [\"Europe\", \"European Union\"]\n* [\"Plato\", \"Socrates\"]\n* [\"Ethereum\", \"Bitcoin\"]\n* [\"Messi\", \"Maradona\"]\n* [\"Impressionism\", \"Edouard Manet\"]\n* [\"Bill Gates\", \"Steve Jobs\"]", "output": ""}
|
73 |
+
{"perplexity": 12.27669893702553, "input": "Complete the following list with examples of what has influenced different entities:\n* [\"Europe\", \"European Union\"]\n* [\"Plato\", \"Socrates\"]\n* [\"Ethereum\", \"Bitcoin\"]\n* [\"Messi\", \"Maradona\"]\n* [\"Impressionism\", \"Edouard Manet\"]\n* [\"Allu Arjun\", \"Aaron Ramsey\"]", "output": ""}
|
74 |
+
{"perplexity": 10.408835897099756, "input": "Complete the following list with examples of what has influenced different entities:\n* [\"Europe\", \"European Union\"]\n* [\"Plato\", \"Socrates\"]\n* [\"Ethereum\", \"Bitcoin\"]\n* [\"Messi\", \"Maradona\"]\n* [\"Impressionism\", \"Edouard Manet\"]\n* [\"Stephen King\", \"Arthur Machen\"]", "output": ""}
|
75 |
+
{"perplexity": 9.302596525428976, "input": "Complete the following list with examples of what has influenced different entities:\n* [\"Europe\", \"European Union\"]\n* [\"Plato\", \"Socrates\"]\n* [\"Ethereum\", \"Bitcoin\"]\n* [\"Messi\", \"Maradona\"]\n* [\"Impressionism\", \"Edouard Manet\"]\n* [\"Bangladesh\", \"India\"]", "output": ""}
|
76 |
+
{"perplexity": 10.890283055553025, "input": "Complete the following list with examples of what has influenced different entities:\n* [\"Europe\", \"European Union\"]\n* [\"Plato\", \"Socrates\"]\n* [\"Ethereum\", \"Bitcoin\"]\n* [\"Messi\", \"Maradona\"]\n* [\"Impressionism\", \"Edouard Manet\"]\n* [\"hamburger\", \"Germany\"]", "output": ""}
|
77 |
+
{"perplexity": 9.126213397365104, "input": "Complete the following list with examples of what has influenced different entities:\n* [\"Europe\", \"European Union\"]\n* [\"Plato\", \"Socrates\"]\n* [\"Ethereum\", \"Bitcoin\"]\n* [\"Messi\", \"Maradona\"]\n* [\"Impressionism\", \"Edouard Manet\"]\n* [\"Plato\", \"Socrates\"]", "output": ""}
|
78 |
+
{"perplexity": 9.030032501495587, "input": "Complete the following list with examples of what has influenced different entities:\n* [\"Europe\", \"European Union\"]\n* [\"Plato\", \"Socrates\"]\n* [\"Ethereum\", \"Bitcoin\"]\n* [\"Messi\", \"Maradona\"]\n* [\"Impressionism\", \"Edouard Manet\"]\n* [\"Messi\", \"Maradona\"]", "output": ""}
|
79 |
+
{"perplexity": 9.508906959880749, "input": "Complete the following list with examples of what has influenced different entities:\n* [\"Europe\", \"European Union\"]\n* [\"Plato\", \"Socrates\"]\n* [\"Ethereum\", \"Bitcoin\"]\n* [\"Messi\", \"Maradona\"]\n* [\"Impressionism\", \"Edouard Manet\"]\n* [\"Oasis\", \"Blur\"]", "output": ""}
|
80 |
+
{"perplexity": 9.172367919872608, "input": "Complete the following list with examples of what has influenced different entities:\n* [\"Europe\", \"European Union\"]\n* [\"Plato\", \"Socrates\"]\n* [\"Ethereum\", \"Bitcoin\"]\n* [\"Messi\", \"Maradona\"]\n* [\"Impressionism\", \"Edouard Manet\"]\n* [\"Quentin Tarantino\", \"Sergio Leone\"]", "output": ""}
|
81 |
+
{"perplexity": 9.670836640041298, "input": "Complete the following list with examples of what has influenced different entities:\n* [\"Europe\", \"European Union\"]\n* [\"Plato\", \"Socrates\"]\n* [\"Ethereum\", \"Bitcoin\"]\n* [\"Messi\", \"Maradona\"]\n* [\"Impressionism\", \"Edouard Manet\"]\n* [\"European Union\", \"Germany\"]", "output": ""}
|
82 |
+
{"perplexity": 11.280354858177018, "input": "Complete the following list with examples of what has influenced different entities:\n* [\"Europe\", \"European Union\"]\n* [\"Plato\", \"Socrates\"]\n* [\"Ethereum\", \"Bitcoin\"]\n* [\"Messi\", \"Maradona\"]\n* [\"Impressionism\", \"Edouard Manet\"]\n* [\"Stephen Foster\", \"Thomas Moore\"]", "output": ""}
|
83 |
+
{"perplexity": 10.192647081631554, "input": "Complete the following list with examples of what has influenced different entities:\n* [\"Europe\", \"European Union\"]\n* [\"Plato\", \"Socrates\"]\n* [\"Ethereum\", \"Bitcoin\"]\n* [\"Messi\", \"Maradona\"]\n* [\"Impressionism\", \"Edouard Manet\"]\n* [\"Hoover\", \"Dyson\"]", "output": ""}
|
84 |
+
{"perplexity": 9.324563155387057, "input": "Complete the following list with examples of what has influenced different entities:\n* [\"Europe\", \"European Union\"]\n* [\"Plato\", \"Socrates\"]\n* [\"Ethereum\", \"Bitcoin\"]\n* [\"Messi\", \"Maradona\"]\n* [\"Impressionism\", \"Edouard Manet\"]\n* [\"Mark Rothko\", \"Claude Monet\"]", "output": ""}
|
85 |
+
{"perplexity": 9.632186154746398, "input": "Complete the following list with examples of what has influenced different entities:\n* [\"Europe\", \"European Union\"]\n* [\"Plato\", \"Socrates\"]\n* [\"Ethereum\", \"Bitcoin\"]\n* [\"Messi\", \"Maradona\"]\n* [\"Impressionism\", \"Edouard Manet\"]\n* [\"James Brown\", \"Michael Jackson\"]", "output": ""}
|
86 |
+
{"perplexity": 9.70313771885689, "input": "Complete the following list with examples of what has influenced different entities:\n* [\"Europe\", \"European Union\"]\n* [\"Plato\", \"Socrates\"]\n* [\"Ethereum\", \"Bitcoin\"]\n* [\"Messi\", \"Maradona\"]\n* [\"Impressionism\", \"Edouard Manet\"]\n* [\"Windows\", \"Linux\"]", "output": ""}
|
87 |
+
{"perplexity": 9.76301123499284, "input": "Complete the following list with examples of what has influenced different entities:\n* [\"Europe\", \"European Union\"]\n* [\"Plato\", \"Socrates\"]\n* [\"Ethereum\", \"Bitcoin\"]\n* [\"Messi\", \"Maradona\"]\n* [\"Impressionism\", \"Edouard Manet\"]\n* [\"Radiohead\", \"David Bowie\"]", "output": ""}
|
88 |
+
{"perplexity": 10.11132907869432, "input": "Complete the following list with examples of what has influenced different entities:\n* [\"Europe\", \"European Union\"]\n* [\"Plato\", \"Socrates\"]\n* [\"Ethereum\", \"Bitcoin\"]\n* [\"Messi\", \"Maradona\"]\n* [\"Impressionism\", \"Edouard Manet\"]\n* [\"NVIDIA\", \"AMD\"]", "output": ""}
|
89 |
+
{"perplexity": 9.348943812473363, "input": "Complete the following list with examples of what has influenced different entities:\n* [\"Europe\", \"European Union\"]\n* [\"Plato\", \"Socrates\"]\n* [\"Ethereum\", \"Bitcoin\"]\n* [\"Messi\", \"Maradona\"]\n* [\"Impressionism\", \"Edouard Manet\"]\n* [\"India\", \"Gandhi\"]", "output": ""}
|
90 |
+
{"perplexity": 10.675163537505611, "input": "Complete the following list with examples of what has influenced different entities:\n* [\"Europe\", \"European Union\"]\n* [\"Plato\", \"Socrates\"]\n* [\"Ethereum\", \"Bitcoin\"]\n* [\"Messi\", \"Maradona\"]\n* [\"Impressionism\", \"Edouard Manet\"]\n* [\"Viktor Yushchenko\", \"Bonnie Wright\"]", "output": ""}
|
91 |
+
{"perplexity": 8.549292081144166, "input": "Complete the following list with examples of what has influenced different entities:\n* [\"Europe\", \"European Union\"]\n* [\"Plato\", \"Socrates\"]\n* [\"Ethereum\", \"Bitcoin\"]\n* [\"Messi\", \"Maradona\"]\n* [\"Impressionism\", \"Edouard Manet\"]\n* [\"Beethoven\", \"Mozart\"]", "output": ""}
|
92 |
+
{"perplexity": 9.67311990351784, "input": "Complete the following list with examples of what has influenced different entities:\n* [\"Europe\", \"European Union\"]\n* [\"Plato\", \"Socrates\"]\n* [\"Ethereum\", \"Bitcoin\"]\n* [\"Messi\", \"Maradona\"]\n* [\"Impressionism\", \"Edouard Manet\"]\n* [\"Bitcoin\", \"blockchain\"]", "output": ""}
|
93 |
+
{"perplexity": 9.42693173537739, "input": "Complete the following list with examples of what has influenced different entities:\n* [\"Europe\", \"European Union\"]\n* [\"Plato\", \"Socrates\"]\n* [\"Ethereum\", \"Bitcoin\"]\n* [\"Messi\", \"Maradona\"]\n* [\"Impressionism\", \"Edouard Manet\"]\n* [\"Hong Kong\", \"China\"]", "output": ""}
|
experiments/results/lm_lc/davinci/ppl.known_for.jsonl
ADDED
@@ -0,0 +1,108 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{"perplexity": 6.92006280936876, "input": "Complete the following list with examples of what entities are known for:\n* [\"Russell Crowe\", \"Gladiator\"]\n* [\"Cadbury\", \"chocolate\"]\n* [\"Paris\", \"Eiffel Tower\"]\n* [\"Leonardo Da Vinci\", \"Mona Lisa\"]\n* [\"Apple\", \"iPhone\"]\n* [\"Hawaii\", \"ukulele\"]", "output": ""}
|
2 |
+
{"perplexity": 5.9467290825164225, "input": "Complete the following list with examples of what entities are known for:\n* [\"Russell Crowe\", \"Gladiator\"]\n* [\"Cadbury\", \"chocolate\"]\n* [\"Paris\", \"Eiffel Tower\"]\n* [\"Leonardo Da Vinci\", \"Mona Lisa\"]\n* [\"Apple\", \"iPhone\"]\n* [\"Paris\", \"Eiffel Tower\"]", "output": ""}
|
3 |
+
{"perplexity": 7.888192488984146, "input": "Complete the following list with examples of what entities are known for:\n* [\"Russell Crowe\", \"Gladiator\"]\n* [\"Cadbury\", \"chocolate\"]\n* [\"Paris\", \"Eiffel Tower\"]\n* [\"Leonardo Da Vinci\", \"Mona Lisa\"]\n* [\"Apple\", \"iPhone\"]\n* [\"Sweden\", \"pop\"]", "output": ""}
|
4 |
+
{"perplexity": 8.253320120555811, "input": "Complete the following list with examples of what entities are known for:\n* [\"Russell Crowe\", \"Gladiator\"]\n* [\"Cadbury\", \"chocolate\"]\n* [\"Paris\", \"Eiffel Tower\"]\n* [\"Leonardo Da Vinci\", \"Mona Lisa\"]\n* [\"Apple\", \"iPhone\"]\n* [\"Memphis Depay\", \"Mendelian inheritance\"]", "output": ""}
|
5 |
+
{"perplexity": 7.148906543559203, "input": "Complete the following list with examples of what entities are known for:\n* [\"Russell Crowe\", \"Gladiator\"]\n* [\"Cadbury\", \"chocolate\"]\n* [\"Paris\", \"Eiffel Tower\"]\n* [\"Leonardo Da Vinci\", \"Mona Lisa\"]\n* [\"Apple\", \"iPhone\"]\n* [\"France\", \"beaches\"]", "output": ""}
|
6 |
+
{"perplexity": 7.140287807558291, "input": "Complete the following list with examples of what entities are known for:\n* [\"Russell Crowe\", \"Gladiator\"]\n* [\"Cadbury\", \"chocolate\"]\n* [\"Paris\", \"Eiffel Tower\"]\n* [\"Leonardo Da Vinci\", \"Mona Lisa\"]\n* [\"Apple\", \"iPhone\"]\n* [\"France\", \"cars\"]", "output": ""}
|
7 |
+
{"perplexity": 6.510288367263633, "input": "Complete the following list with examples of what entities are known for:\n* [\"Russell Crowe\", \"Gladiator\"]\n* [\"Cadbury\", \"chocolate\"]\n* [\"Paris\", \"Eiffel Tower\"]\n* [\"Leonardo Da Vinci\", \"Mona Lisa\"]\n* [\"Apple\", \"iPhone\"]\n* [\"Alphabet Inc.\", \"Google\"]", "output": ""}
|
8 |
+
{"perplexity": 5.775658570741667, "input": "Complete the following list with examples of what entities are known for:\n* [\"Russell Crowe\", \"Gladiator\"]\n* [\"Cadbury\", \"chocolate\"]\n* [\"Paris\", \"Eiffel Tower\"]\n* [\"Leonardo Da Vinci\", \"Mona Lisa\"]\n* [\"Apple\", \"iPhone\"]\n* [\"Vincent Van Gogh\", \"The Starry Night\"]", "output": ""}
|
9 |
+
{"perplexity": 7.292364423713095, "input": "Complete the following list with examples of what entities are known for:\n* [\"Russell Crowe\", \"Gladiator\"]\n* [\"Cadbury\", \"chocolate\"]\n* [\"Paris\", \"Eiffel Tower\"]\n* [\"Leonardo Da Vinci\", \"Mona Lisa\"]\n* [\"Apple\", \"iPhone\"]\n* [\"Italy\", \"Hawaiian pizza\"]", "output": ""}
|
10 |
+
{"perplexity": 8.332027230552582, "input": "Complete the following list with examples of what entities are known for:\n* [\"Russell Crowe\", \"Gladiator\"]\n* [\"Cadbury\", \"chocolate\"]\n* [\"Paris\", \"Eiffel Tower\"]\n* [\"Leonardo Da Vinci\", \"Mona Lisa\"]\n* [\"Apple\", \"iPhone\"]\n* [\"Japan\", \"glass product\"]", "output": ""}
|
11 |
+
{"perplexity": 7.8820045351988215, "input": "Complete the following list with examples of what entities are known for:\n* [\"Russell Crowe\", \"Gladiator\"]\n* [\"Cadbury\", \"chocolate\"]\n* [\"Paris\", \"Eiffel Tower\"]\n* [\"Leonardo Da Vinci\", \"Mona Lisa\"]\n* [\"Apple\", \"iPhone\"]\n* [\"France\", \"rococo movement\"]", "output": ""}
|
12 |
+
{"perplexity": 7.052673574740523, "input": "Complete the following list with examples of what entities are known for:\n* [\"Russell Crowe\", \"Gladiator\"]\n* [\"Cadbury\", \"chocolate\"]\n* [\"Paris\", \"Eiffel Tower\"]\n* [\"Leonardo Da Vinci\", \"Mona Lisa\"]\n* [\"Apple\", \"iPhone\"]\n* [\"Europe\", \"The Final Countdown\"]", "output": ""}
|
13 |
+
{"perplexity": 7.3897304225457905, "input": "Complete the following list with examples of what entities are known for:\n* [\"Russell Crowe\", \"Gladiator\"]\n* [\"Cadbury\", \"chocolate\"]\n* [\"Paris\", \"Eiffel Tower\"]\n* [\"Leonardo Da Vinci\", \"Mona Lisa\"]\n* [\"Apple\", \"iPhone\"]\n* [\"Sophie Turner\", \"Sylvia Plath\"]", "output": ""}
|
14 |
+
{"perplexity": 6.763994863862565, "input": "Complete the following list with examples of what entities are known for:\n* [\"Russell Crowe\", \"Gladiator\"]\n* [\"Cadbury\", \"chocolate\"]\n* [\"Paris\", \"Eiffel Tower\"]\n* [\"Leonardo Da Vinci\", \"Mona Lisa\"]\n* [\"Apple\", \"iPhone\"]\n* [\"Bill Nye\", \"scientist\"]", "output": ""}
|
15 |
+
{"perplexity": 6.802418834873706, "input": "Complete the following list with examples of what entities are known for:\n* [\"Russell Crowe\", \"Gladiator\"]\n* [\"Cadbury\", \"chocolate\"]\n* [\"Paris\", \"Eiffel Tower\"]\n* [\"Leonardo Da Vinci\", \"Mona Lisa\"]\n* [\"Apple\", \"iPhone\"]\n* [\"Mercedes Benz\", \"build quality\"]", "output": ""}
|
16 |
+
{"perplexity": 6.414394599449291, "input": "Complete the following list with examples of what entities are known for:\n* [\"Russell Crowe\", \"Gladiator\"]\n* [\"Cadbury\", \"chocolate\"]\n* [\"Paris\", \"Eiffel Tower\"]\n* [\"Leonardo Da Vinci\", \"Mona Lisa\"]\n* [\"Apple\", \"iPhone\"]\n* [\"Hawaii\", \"beaches\"]", "output": ""}
|
17 |
+
{"perplexity": 6.415912259786701, "input": "Complete the following list with examples of what entities are known for:\n* [\"Russell Crowe\", \"Gladiator\"]\n* [\"Cadbury\", \"chocolate\"]\n* [\"Paris\", \"Eiffel Tower\"]\n* [\"Leonardo Da Vinci\", \"Mona Lisa\"]\n* [\"Apple\", \"iPhone\"]\n* [\"Jackson Pollock\", \"action painting\"]", "output": ""}
|
18 |
+
{"perplexity": 8.498587894728864, "input": "Complete the following list with examples of what entities are known for:\n* [\"Russell Crowe\", \"Gladiator\"]\n* [\"Cadbury\", \"chocolate\"]\n* [\"Paris\", \"Eiffel Tower\"]\n* [\"Leonardo Da Vinci\", \"Mona Lisa\"]\n* [\"Apple\", \"iPhone\"]\n* [\"Andhra Pradesh\", \"Martinique\"]", "output": ""}
|
19 |
+
{"perplexity": 6.08746733248309, "input": "Complete the following list with examples of what entities are known for:\n* [\"Russell Crowe\", \"Gladiator\"]\n* [\"Cadbury\", \"chocolate\"]\n* [\"Paris\", \"Eiffel Tower\"]\n* [\"Leonardo Da Vinci\", \"Mona Lisa\"]\n* [\"Apple\", \"iPhone\"]\n* [\"Keanu Reeves\", \"The Matrix\"]", "output": ""}
|
20 |
+
{"perplexity": 6.874875581769242, "input": "Complete the following list with examples of what entities are known for:\n* [\"Russell Crowe\", \"Gladiator\"]\n* [\"Cadbury\", \"chocolate\"]\n* [\"Paris\", \"Eiffel Tower\"]\n* [\"Leonardo Da Vinci\", \"Mona Lisa\"]\n* [\"Apple\", \"iPhone\"]\n* [\"Christopher Columbus\", \"India\"]", "output": ""}
|
21 |
+
{"perplexity": 5.9017929592575245, "input": "Complete the following list with examples of what entities are known for:\n* [\"Russell Crowe\", \"Gladiator\"]\n* [\"Cadbury\", \"chocolate\"]\n* [\"Paris\", \"Eiffel Tower\"]\n* [\"Leonardo Da Vinci\", \"Mona Lisa\"]\n* [\"Apple\", \"iPhone\"]\n* [\"Picasso\", \"Guernica\"]", "output": ""}
|
22 |
+
{"perplexity": 6.434603888068671, "input": "Complete the following list with examples of what entities are known for:\n* [\"Russell Crowe\", \"Gladiator\"]\n* [\"Cadbury\", \"chocolate\"]\n* [\"Paris\", \"Eiffel Tower\"]\n* [\"Leonardo Da Vinci\", \"Mona Lisa\"]\n* [\"Apple\", \"iPhone\"]\n* [\"Italy\", \"Renaissance\"]", "output": ""}
|
23 |
+
{"perplexity": 7.374489803826624, "input": "Complete the following list with examples of what entities are known for:\n* [\"Russell Crowe\", \"Gladiator\"]\n* [\"Cadbury\", \"chocolate\"]\n* [\"Paris\", \"Eiffel Tower\"]\n* [\"Leonardo Da Vinci\", \"Mona Lisa\"]\n* [\"Apple\", \"iPhone\"]\n* [\"Korea\", \"Breakdance\"]", "output": ""}
|
24 |
+
{"perplexity": 6.913392614412208, "input": "Complete the following list with examples of what entities are known for:\n* [\"Russell Crowe\", \"Gladiator\"]\n* [\"Cadbury\", \"chocolate\"]\n* [\"Paris\", \"Eiffel Tower\"]\n* [\"Leonardo Da Vinci\", \"Mona Lisa\"]\n* [\"Apple\", \"iPhone\"]\n* [\"Spain\", \"olive oil\"]", "output": ""}
|
25 |
+
{"perplexity": 6.007677022033946, "input": "Complete the following list with examples of what entities are known for:\n* [\"Russell Crowe\", \"Gladiator\"]\n* [\"Cadbury\", \"chocolate\"]\n* [\"Paris\", \"Eiffel Tower\"]\n* [\"Leonardo Da Vinci\", \"Mona Lisa\"]\n* [\"Apple\", \"iPhone\"]\n* [\"C.S. Lewis\", \"The Screwtape Letters\"]", "output": ""}
|
26 |
+
{"perplexity": 6.275534238488951, "input": "Complete the following list with examples of what entities are known for:\n* [\"Russell Crowe\", \"Gladiator\"]\n* [\"Cadbury\", \"chocolate\"]\n* [\"Paris\", \"Eiffel Tower\"]\n* [\"Leonardo Da Vinci\", \"Mona Lisa\"]\n* [\"Apple\", \"iPhone\"]\n* [\"Corsica\", \"Napoleon Bonaparte\"]", "output": ""}
|
27 |
+
{"perplexity": 7.294759371475737, "input": "Complete the following list with examples of what entities are known for:\n* [\"Russell Crowe\", \"Gladiator\"]\n* [\"Cadbury\", \"chocolate\"]\n* [\"Paris\", \"Eiffel Tower\"]\n* [\"Leonardo Da Vinci\", \"Mona Lisa\"]\n* [\"Apple\", \"iPhone\"]\n* [\"Rafael Nadal\", \"Ralph Macchio\"]", "output": ""}
|
28 |
+
{"perplexity": 7.354844655461613, "input": "Complete the following list with examples of what entities are known for:\n* [\"Russell Crowe\", \"Gladiator\"]\n* [\"Cadbury\", \"chocolate\"]\n* [\"Paris\", \"Eiffel Tower\"]\n* [\"Leonardo Da Vinci\", \"Mona Lisa\"]\n* [\"Apple\", \"iPhone\"]\n* [\"Walther P38\", \"Lupin the Third\"]", "output": ""}
|
29 |
+
{"perplexity": 9.09662020786938, "input": "Complete the following list with examples of what entities are known for:\n* [\"Russell Crowe\", \"Gladiator\"]\n* [\"Cadbury\", \"chocolate\"]\n* [\"Paris\", \"Eiffel Tower\"]\n* [\"Leonardo Da Vinci\", \"Mona Lisa\"]\n* [\"Apple\", \"iPhone\"]\n* [\"Richard Harris\", \"Curcuma longa\"]", "output": ""}
|
30 |
+
{"perplexity": 6.738472376917083, "input": "Complete the following list with examples of what entities are known for:\n* [\"Russell Crowe\", \"Gladiator\"]\n* [\"Cadbury\", \"chocolate\"]\n* [\"Paris\", \"Eiffel Tower\"]\n* [\"Leonardo Da Vinci\", \"Mona Lisa\"]\n* [\"Apple\", \"iPhone\"]\n* [\"Smashing Pumpkins\", \"Thru the eyes of Ruby\"]", "output": ""}
|
31 |
+
{"perplexity": 7.68266450084805, "input": "Complete the following list with examples of what entities are known for:\n* [\"Russell Crowe\", \"Gladiator\"]\n* [\"Cadbury\", \"chocolate\"]\n* [\"Paris\", \"Eiffel Tower\"]\n* [\"Leonardo Da Vinci\", \"Mona Lisa\"]\n* [\"Apple\", \"iPhone\"]\n* [\"India\", \"rum\"]", "output": ""}
|
32 |
+
{"perplexity": 8.510964062593462, "input": "Complete the following list with examples of what entities are known for:\n* [\"Russell Crowe\", \"Gladiator\"]\n* [\"Cadbury\", \"chocolate\"]\n* [\"Paris\", \"Eiffel Tower\"]\n* [\"Leonardo Da Vinci\", \"Mona Lisa\"]\n* [\"Apple\", \"iPhone\"]\n* [\"Parasite\", \"Jersey\"]", "output": ""}
|
33 |
+
{"perplexity": 6.740330499982949, "input": "Complete the following list with examples of what entities are known for:\n* [\"Russell Crowe\", \"Gladiator\"]\n* [\"Cadbury\", \"chocolate\"]\n* [\"Paris\", \"Eiffel Tower\"]\n* [\"Leonardo Da Vinci\", \"Mona Lisa\"]\n* [\"Apple\", \"iPhone\"]\n* [\"India\", \"Gurkhas\"]", "output": ""}
|
34 |
+
{"perplexity": 6.38243083037023, "input": "Complete the following list with examples of what entities are known for:\n* [\"Russell Crowe\", \"Gladiator\"]\n* [\"Cadbury\", \"chocolate\"]\n* [\"Paris\", \"Eiffel Tower\"]\n* [\"Leonardo Da Vinci\", \"Mona Lisa\"]\n* [\"Apple\", \"iPhone\"]\n* [\"Amazon\", \"Alexa\"]", "output": ""}
|
35 |
+
{"perplexity": 6.785583131533083, "input": "Complete the following list with examples of what entities are known for:\n* [\"Russell Crowe\", \"Gladiator\"]\n* [\"Cadbury\", \"chocolate\"]\n* [\"Paris\", \"Eiffel Tower\"]\n* [\"Leonardo Da Vinci\", \"Mona Lisa\"]\n* [\"Apple\", \"iPhone\"]\n* [\"Thomas Edison\", \"telephone\"]", "output": ""}
|
36 |
+
{"perplexity": 7.916883054229319, "input": "Complete the following list with examples of what entities are known for:\n* [\"Russell Crowe\", \"Gladiator\"]\n* [\"Cadbury\", \"chocolate\"]\n* [\"Paris\", \"Eiffel Tower\"]\n* [\"Leonardo Da Vinci\", \"Mona Lisa\"]\n* [\"Apple\", \"iPhone\"]\n* [\"Buffon\", \"PSG\"]", "output": ""}
|
37 |
+
{"perplexity": 6.385168104961497, "input": "Complete the following list with examples of what entities are known for:\n* [\"Russell Crowe\", \"Gladiator\"]\n* [\"Cadbury\", \"chocolate\"]\n* [\"Paris\", \"Eiffel Tower\"]\n* [\"Leonardo Da Vinci\", \"Mona Lisa\"]\n* [\"Apple\", \"iPhone\"]\n* [\"Alfred Hitchcock\", \"horror\"]", "output": ""}
|
38 |
+
{"perplexity": 5.731930287547876, "input": "Complete the following list with examples of what entities are known for:\n* [\"Russell Crowe\", \"Gladiator\"]\n* [\"Cadbury\", \"chocolate\"]\n* [\"Paris\", \"Eiffel Tower\"]\n* [\"Leonardo Da Vinci\", \"Mona Lisa\"]\n* [\"Apple\", \"iPhone\"]\n* [\"William Shakespeare\", \"Romeo and Juliet\"]", "output": ""}
|
39 |
+
{"perplexity": 6.152402092947798, "input": "Complete the following list with examples of what entities are known for:\n* [\"Russell Crowe\", \"Gladiator\"]\n* [\"Cadbury\", \"chocolate\"]\n* [\"Paris\", \"Eiffel Tower\"]\n* [\"Leonardo Da Vinci\", \"Mona Lisa\"]\n* [\"Apple\", \"iPhone\"]\n* [\"Thomas Edison\", \"light bulb\"]", "output": ""}
|
40 |
+
{"perplexity": 7.927824020512478, "input": "Complete the following list with examples of what entities are known for:\n* [\"Russell Crowe\", \"Gladiator\"]\n* [\"Cadbury\", \"chocolate\"]\n* [\"Paris\", \"Eiffel Tower\"]\n* [\"Leonardo Da Vinci\", \"Mona Lisa\"]\n* [\"Apple\", \"iPhone\"]\n* [\"Michael Jordan\", \"Tessa Thompson\"]", "output": ""}
|
41 |
+
{"perplexity": 6.701501990224364, "input": "Complete the following list with examples of what entities are known for:\n* [\"Russell Crowe\", \"Gladiator\"]\n* [\"Cadbury\", \"chocolate\"]\n* [\"Paris\", \"Eiffel Tower\"]\n* [\"Leonardo Da Vinci\", \"Mona Lisa\"]\n* [\"Apple\", \"iPhone\"]\n* [\"Inglourious Basterds\", \"Sergio Busquets\"]", "output": ""}
|
42 |
+
{"perplexity": 6.743832953311657, "input": "Complete the following list with examples of what entities are known for:\n* [\"Russell Crowe\", \"Gladiator\"]\n* [\"Cadbury\", \"chocolate\"]\n* [\"Paris\", \"Eiffel Tower\"]\n* [\"Leonardo Da Vinci\", \"Mona Lisa\"]\n* [\"Apple\", \"iPhone\"]\n* [\"Boris Johnson\", \"Brexit\"]", "output": ""}
|
43 |
+
{"perplexity": 7.25173750781813, "input": "Complete the following list with examples of what entities are known for:\n* [\"Russell Crowe\", \"Gladiator\"]\n* [\"Cadbury\", \"chocolate\"]\n* [\"Paris\", \"Eiffel Tower\"]\n* [\"Leonardo Da Vinci\", \"Mona Lisa\"]\n* [\"Apple\", \"iPhone\"]\n* [\"Georgia\", \"Joseph Stalin\"]", "output": ""}
|
44 |
+
{"perplexity": 7.260348291918109, "input": "Complete the following list with examples of what entities are known for:\n* [\"Russell Crowe\", \"Gladiator\"]\n* [\"Cadbury\", \"chocolate\"]\n* [\"Paris\", \"Eiffel Tower\"]\n* [\"Leonardo Da Vinci\", \"Mona Lisa\"]\n* [\"Apple\", \"iPhone\"]\n* [\"China\", \"coffee\"]", "output": ""}
|
45 |
+
{"perplexity": 9.26434384704631, "input": "Complete the following list with examples of what entities are known for:\n* [\"Russell Crowe\", \"Gladiator\"]\n* [\"Cadbury\", \"chocolate\"]\n* [\"Paris\", \"Eiffel Tower\"]\n* [\"Leonardo Da Vinci\", \"Mona Lisa\"]\n* [\"Apple\", \"iPhone\"]\n* [\"OpenAI\", \"ChatGPT\"]", "output": ""}
|
46 |
+
{"perplexity": 6.348407297652711, "input": "Complete the following list with examples of what entities are known for:\n* [\"Russell Crowe\", \"Gladiator\"]\n* [\"Cadbury\", \"chocolate\"]\n* [\"Paris\", \"Eiffel Tower\"]\n* [\"Leonardo Da Vinci\", \"Mona Lisa\"]\n* [\"Apple\", \"iPhone\"]\n* [\"Tesco\", \"groceries\"]", "output": ""}
|
47 |
+
{"perplexity": 6.49782715342197, "input": "Complete the following list with examples of what entities are known for:\n* [\"Russell Crowe\", \"Gladiator\"]\n* [\"Cadbury\", \"chocolate\"]\n* [\"Paris\", \"Eiffel Tower\"]\n* [\"Leonardo Da Vinci\", \"Mona Lisa\"]\n* [\"Apple\", \"iPhone\"]\n* [\"Amazon\", \"cloud computing\"]", "output": ""}
|
48 |
+
{"perplexity": 6.688430539188184, "input": "Complete the following list with examples of what entities are known for:\n* [\"Russell Crowe\", \"Gladiator\"]\n* [\"Cadbury\", \"chocolate\"]\n* [\"Paris\", \"Eiffel Tower\"]\n* [\"Leonardo Da Vinci\", \"Mona Lisa\"]\n* [\"Apple\", \"iPhone\"]\n* [\"Nvidia\", \"GPUs\"]", "output": ""}
|
49 |
+
{"perplexity": 6.256968962456493, "input": "Complete the following list with examples of what entities are known for:\n* [\"Russell Crowe\", \"Gladiator\"]\n* [\"Cadbury\", \"chocolate\"]\n* [\"Paris\", \"Eiffel Tower\"]\n* [\"Leonardo Da Vinci\", \"Mona Lisa\"]\n* [\"Apple\", \"iPhone\"]\n* [\"Tony Blair\", \"Iraq War\"]", "output": ""}
|
50 |
+
{"perplexity": 7.107508450688122, "input": "Complete the following list with examples of what entities are known for:\n* [\"Russell Crowe\", \"Gladiator\"]\n* [\"Cadbury\", \"chocolate\"]\n* [\"Paris\", \"Eiffel Tower\"]\n* [\"Leonardo Da Vinci\", \"Mona Lisa\"]\n* [\"Apple\", \"iPhone\"]\n* [\"Germany\", \"techno music\"]", "output": ""}
|
51 |
+
{"perplexity": 6.984153608025798, "input": "Complete the following list with examples of what entities are known for:\n* [\"Russell Crowe\", \"Gladiator\"]\n* [\"Cadbury\", \"chocolate\"]\n* [\"Paris\", \"Eiffel Tower\"]\n* [\"Leonardo Da Vinci\", \"Mona Lisa\"]\n* [\"Apple\", \"iPhone\"]\n* [\"Michelangelo\", \"Pop Art\"]", "output": ""}
|
52 |
+
{"perplexity": 8.230927104899408, "input": "Complete the following list with examples of what entities are known for:\n* [\"Russell Crowe\", \"Gladiator\"]\n* [\"Cadbury\", \"chocolate\"]\n* [\"Paris\", \"Eiffel Tower\"]\n* [\"Leonardo Da Vinci\", \"Mona Lisa\"]\n* [\"Apple\", \"iPhone\"]\n* [\"Gilmore Girls\", \"OpenAI\"]", "output": ""}
|
53 |
+
{"perplexity": 8.11249385398557, "input": "Complete the following list with examples of what entities are known for:\n* [\"Russell Crowe\", \"Gladiator\"]\n* [\"Cadbury\", \"chocolate\"]\n* [\"Paris\", \"Eiffel Tower\"]\n* [\"Leonardo Da Vinci\", \"Mona Lisa\"]\n* [\"Apple\", \"iPhone\"]\n* [\"Ragnar\u00f6k\", \"Little Boy\"]", "output": ""}
|
54 |
+
{"perplexity": 7.173912588510217, "input": "Complete the following list with examples of what entities are known for:\n* [\"Russell Crowe\", \"Gladiator\"]\n* [\"Cadbury\", \"chocolate\"]\n* [\"Paris\", \"Eiffel Tower\"]\n* [\"Leonardo Da Vinci\", \"Mona Lisa\"]\n* [\"Apple\", \"iPhone\"]\n* [\"Pizzagate\", \"Hillary Clinton\"]", "output": ""}
|
55 |
+
{"perplexity": 6.8001460670832925, "input": "Complete the following list with examples of what entities are known for:\n* [\"Russell Crowe\", \"Gladiator\"]\n* [\"Cadbury\", \"chocolate\"]\n* [\"Paris\", \"Eiffel Tower\"]\n* [\"Leonardo Da Vinci\", \"Mona Lisa\"]\n* [\"Apple\", \"iPhone\"]\n* [\"George Orwell\", \"Coming Up for Air\"]", "output": ""}
|
56 |
+
{"perplexity": 6.885725937104791, "input": "Complete the following list with examples of what entities are known for:\n* [\"Russell Crowe\", \"Gladiator\"]\n* [\"Cadbury\", \"chocolate\"]\n* [\"Paris\", \"Eiffel Tower\"]\n* [\"Leonardo Da Vinci\", \"Mona Lisa\"]\n* [\"Apple\", \"iPhone\"]\n* [\"Italy\", \"wine\"]", "output": ""}
|
57 |
+
{"perplexity": 5.83378374923703, "input": "Complete the following list with examples of what entities are known for:\n* [\"Russell Crowe\", \"Gladiator\"]\n* [\"Cadbury\", \"chocolate\"]\n* [\"Paris\", \"Eiffel Tower\"]\n* [\"Leonardo Da Vinci\", \"Mona Lisa\"]\n* [\"Apple\", \"iPhone\"]\n* [\"Coca-Cola\", \"Pepsi\"]", "output": ""}
|
58 |
+
{"perplexity": 6.933502051801537, "input": "Complete the following list with examples of what entities are known for:\n* [\"Russell Crowe\", \"Gladiator\"]\n* [\"Cadbury\", \"chocolate\"]\n* [\"Paris\", \"Eiffel Tower\"]\n* [\"Leonardo Da Vinci\", \"Mona Lisa\"]\n* [\"Apple\", \"iPhone\"]\n* [\"Spotify\", \"Podcasts\"]", "output": ""}
|
59 |
+
{"perplexity": 6.879946810486276, "input": "Complete the following list with examples of what entities are known for:\n* [\"Russell Crowe\", \"Gladiator\"]\n* [\"Cadbury\", \"chocolate\"]\n* [\"Paris\", \"Eiffel Tower\"]\n* [\"Leonardo Da Vinci\", \"Mona Lisa\"]\n* [\"Apple\", \"iPhone\"]\n* [\"Valencia\", \"paella\"]", "output": ""}
|
60 |
+
{"perplexity": 7.302399045041412, "input": "Complete the following list with examples of what entities are known for:\n* [\"Russell Crowe\", \"Gladiator\"]\n* [\"Cadbury\", \"chocolate\"]\n* [\"Paris\", \"Eiffel Tower\"]\n* [\"Leonardo Da Vinci\", \"Mona Lisa\"]\n* [\"Apple\", \"iPhone\"]\n* [\"The Office\", \"IBM\"]", "output": ""}
|
61 |
+
{"perplexity": 7.611029089432355, "input": "Complete the following list with examples of what entities are known for:\n* [\"Russell Crowe\", \"Gladiator\"]\n* [\"Cadbury\", \"chocolate\"]\n* [\"Paris\", \"Eiffel Tower\"]\n* [\"Leonardo Da Vinci\", \"Mona Lisa\"]\n* [\"Apple\", \"iPhone\"]\n* [\"Romania\", \"Roman Catholicism\"]", "output": ""}
|
62 |
+
{"perplexity": 7.408469212407475, "input": "Complete the following list with examples of what entities are known for:\n* [\"Russell Crowe\", \"Gladiator\"]\n* [\"Cadbury\", \"chocolate\"]\n* [\"Paris\", \"Eiffel Tower\"]\n* [\"Leonardo Da Vinci\", \"Mona Lisa\"]\n* [\"Apple\", \"iPhone\"]\n* [\"George Washington\", \"Kiribati\"]", "output": ""}
|
63 |
+
{"perplexity": 8.309471665181302, "input": "Complete the following list with examples of what entities are known for:\n* [\"Russell Crowe\", \"Gladiator\"]\n* [\"Cadbury\", \"chocolate\"]\n* [\"Paris\", \"Eiffel Tower\"]\n* [\"Leonardo Da Vinci\", \"Mona Lisa\"]\n* [\"Apple\", \"iPhone\"]\n* [\"Charles Bronson\", \"Rory McIlroy\"]", "output": ""}
|
64 |
+
{"perplexity": 6.90378375824254, "input": "Complete the following list with examples of what entities are known for:\n* [\"Russell Crowe\", \"Gladiator\"]\n* [\"Cadbury\", \"chocolate\"]\n* [\"Paris\", \"Eiffel Tower\"]\n* [\"Leonardo Da Vinci\", \"Mona Lisa\"]\n* [\"Apple\", \"iPhone\"]\n* [\"Belgium\", \"wine\"]", "output": ""}
|
65 |
+
{"perplexity": 7.278448599605029, "input": "Complete the following list with examples of what entities are known for:\n* [\"Russell Crowe\", \"Gladiator\"]\n* [\"Cadbury\", \"chocolate\"]\n* [\"Paris\", \"Eiffel Tower\"]\n* [\"Leonardo Da Vinci\", \"Mona Lisa\"]\n* [\"Apple\", \"iPhone\"]\n* [\"Luka Modri\u0107\", \"Rottweiler\"]", "output": ""}
|
66 |
+
{"perplexity": 6.206645006969754, "input": "Complete the following list with examples of what entities are known for:\n* [\"Russell Crowe\", \"Gladiator\"]\n* [\"Cadbury\", \"chocolate\"]\n* [\"Paris\", \"Eiffel Tower\"]\n* [\"Leonardo Da Vinci\", \"Mona Lisa\"]\n* [\"Apple\", \"iPhone\"]\n* [\"Switzerland\", \"mountains\"]", "output": ""}
|
67 |
+
{"perplexity": 6.650945540752028, "input": "Complete the following list with examples of what entities are known for:\n* [\"Russell Crowe\", \"Gladiator\"]\n* [\"Cadbury\", \"chocolate\"]\n* [\"Paris\", \"Eiffel Tower\"]\n* [\"Leonardo Da Vinci\", \"Mona Lisa\"]\n* [\"Apple\", \"iPhone\"]\n* [\"Assassin's Creed\", \"history\"]", "output": ""}
|
68 |
+
{"perplexity": 6.126282653192319, "input": "Complete the following list with examples of what entities are known for:\n* [\"Russell Crowe\", \"Gladiator\"]\n* [\"Cadbury\", \"chocolate\"]\n* [\"Paris\", \"Eiffel Tower\"]\n* [\"Leonardo Da Vinci\", \"Mona Lisa\"]\n* [\"Apple\", \"iPhone\"]\n* [\"Red Bull\", \"energy drinks\"]", "output": ""}
|
69 |
+
{"perplexity": 6.114904176680133, "input": "Complete the following list with examples of what entities are known for:\n* [\"Russell Crowe\", \"Gladiator\"]\n* [\"Cadbury\", \"chocolate\"]\n* [\"Paris\", \"Eiffel Tower\"]\n* [\"Leonardo Da Vinci\", \"Mona Lisa\"]\n* [\"Apple\", \"iPhone\"]\n* [\"Johnny Cash\", \"Ring of Fire\"]", "output": ""}
|
70 |
+
{"perplexity": 6.345763488073173, "input": "Complete the following list with examples of what entities are known for:\n* [\"Russell Crowe\", \"Gladiator\"]\n* [\"Cadbury\", \"chocolate\"]\n* [\"Paris\", \"Eiffel Tower\"]\n* [\"Leonardo Da Vinci\", \"Mona Lisa\"]\n* [\"Apple\", \"iPhone\"]\n* [\"Microsoft\", \"Xbox\"]", "output": ""}
|
71 |
+
{"perplexity": 6.462127539994474, "input": "Complete the following list with examples of what entities are known for:\n* [\"Russell Crowe\", \"Gladiator\"]\n* [\"Cadbury\", \"chocolate\"]\n* [\"Paris\", \"Eiffel Tower\"]\n* [\"Leonardo Da Vinci\", \"Mona Lisa\"]\n* [\"Apple\", \"iPhone\"]\n* [\"Canada\", \"maple syrup\"]", "output": ""}
|
72 |
+
{"perplexity": 6.558858181643035, "input": "Complete the following list with examples of what entities are known for:\n* [\"Russell Crowe\", \"Gladiator\"]\n* [\"Cadbury\", \"chocolate\"]\n* [\"Paris\", \"Eiffel Tower\"]\n* [\"Leonardo Da Vinci\", \"Mona Lisa\"]\n* [\"Apple\", \"iPhone\"]\n* [\"France\", \"cheese\"]", "output": ""}
|
73 |
+
{"perplexity": 7.193302295311094, "input": "Complete the following list with examples of what entities are known for:\n* [\"Russell Crowe\", \"Gladiator\"]\n* [\"Cadbury\", \"chocolate\"]\n* [\"Paris\", \"Eiffel Tower\"]\n* [\"Leonardo Da Vinci\", \"Mona Lisa\"]\n* [\"Apple\", \"iPhone\"]\n* [\"France\", \"beer\"]", "output": ""}
|
74 |
+
{"perplexity": 6.161074486122727, "input": "Complete the following list with examples of what entities are known for:\n* [\"Russell Crowe\", \"Gladiator\"]\n* [\"Cadbury\", \"chocolate\"]\n* [\"Paris\", \"Eiffel Tower\"]\n* [\"Leonardo Da Vinci\", \"Mona Lisa\"]\n* [\"Apple\", \"iPhone\"]\n* [\"Nintendo\", \"Super Mario Bros.\"]", "output": ""}
|
75 |
+
{"perplexity": 7.397506828364682, "input": "Complete the following list with examples of what entities are known for:\n* [\"Russell Crowe\", \"Gladiator\"]\n* [\"Cadbury\", \"chocolate\"]\n* [\"Paris\", \"Eiffel Tower\"]\n* [\"Leonardo Da Vinci\", \"Mona Lisa\"]\n* [\"Apple\", \"iPhone\"]\n* [\"democracy\", \"North Korea\"]", "output": ""}
|
76 |
+
{"perplexity": 6.470811007725787, "input": "Complete the following list with examples of what entities are known for:\n* [\"Russell Crowe\", \"Gladiator\"]\n* [\"Cadbury\", \"chocolate\"]\n* [\"Paris\", \"Eiffel Tower\"]\n* [\"Leonardo Da Vinci\", \"Mona Lisa\"]\n* [\"Apple\", \"iPhone\"]\n* [\"Apple\", \"iPhone\"]", "output": ""}
|
77 |
+
{"perplexity": 6.241638720634629, "input": "Complete the following list with examples of what entities are known for:\n* [\"Russell Crowe\", \"Gladiator\"]\n* [\"Cadbury\", \"chocolate\"]\n* [\"Paris\", \"Eiffel Tower\"]\n* [\"Leonardo Da Vinci\", \"Mona Lisa\"]\n* [\"Apple\", \"iPhone\"]\n* [\"Harry Potter\", \"Bloomsbury\"]", "output": ""}
|
78 |
+
{"perplexity": 6.890352709965425, "input": "Complete the following list with examples of what entities are known for:\n* [\"Russell Crowe\", \"Gladiator\"]\n* [\"Cadbury\", \"chocolate\"]\n* [\"Paris\", \"Eiffel Tower\"]\n* [\"Leonardo Da Vinci\", \"Mona Lisa\"]\n* [\"Apple\", \"iPhone\"]\n* [\"France\", \"mountains\"]", "output": ""}
|
79 |
+
{"perplexity": 6.781212270831628, "input": "Complete the following list with examples of what entities are known for:\n* [\"Russell Crowe\", \"Gladiator\"]\n* [\"Cadbury\", \"chocolate\"]\n* [\"Paris\", \"Eiffel Tower\"]\n* [\"Leonardo Da Vinci\", \"Mona Lisa\"]\n* [\"Apple\", \"iPhone\"]\n* [\"UK\", \"rain\"]", "output": ""}
|
80 |
+
{"perplexity": 6.496126326758149, "input": "Complete the following list with examples of what entities are known for:\n* [\"Russell Crowe\", \"Gladiator\"]\n* [\"Cadbury\", \"chocolate\"]\n* [\"Paris\", \"Eiffel Tower\"]\n* [\"Leonardo Da Vinci\", \"Mona Lisa\"]\n* [\"Apple\", \"iPhone\"]\n* [\"Matt Damon\", \"Ocean's Eleven\"]", "output": ""}
|
81 |
+
{"perplexity": 6.912399993380822, "input": "Complete the following list with examples of what entities are known for:\n* [\"Russell Crowe\", \"Gladiator\"]\n* [\"Cadbury\", \"chocolate\"]\n* [\"Paris\", \"Eiffel Tower\"]\n* [\"Leonardo Da Vinci\", \"Mona Lisa\"]\n* [\"Apple\", \"iPhone\"]\n* [\"Switzerland\", \"banking secrecy\"]", "output": ""}
|
82 |
+
{"perplexity": 6.360796496156177, "input": "Complete the following list with examples of what entities are known for:\n* [\"Russell Crowe\", \"Gladiator\"]\n* [\"Cadbury\", \"chocolate\"]\n* [\"Paris\", \"Eiffel Tower\"]\n* [\"Leonardo Da Vinci\", \"Mona Lisa\"]\n* [\"Apple\", \"iPhone\"]\n* [\"Adidas\", \"Yeezy Boost\"]", "output": ""}
|
83 |
+
{"perplexity": 6.320585018332284, "input": "Complete the following list with examples of what entities are known for:\n* [\"Russell Crowe\", \"Gladiator\"]\n* [\"Cadbury\", \"chocolate\"]\n* [\"Paris\", \"Eiffel Tower\"]\n* [\"Leonardo Da Vinci\", \"Mona Lisa\"]\n* [\"Apple\", \"iPhone\"]\n* [\"Portugal\", \"Fado\"]", "output": ""}
|
84 |
+
{"perplexity": 7.296961338323336, "input": "Complete the following list with examples of what entities are known for:\n* [\"Russell Crowe\", \"Gladiator\"]\n* [\"Cadbury\", \"chocolate\"]\n* [\"Paris\", \"Eiffel Tower\"]\n* [\"Leonardo Da Vinci\", \"Mona Lisa\"]\n* [\"Apple\", \"iPhone\"]\n* [\"Italy\", \"tea\"]", "output": ""}
|
85 |
+
{"perplexity": 6.496500994921093, "input": "Complete the following list with examples of what entities are known for:\n* [\"Russell Crowe\", \"Gladiator\"]\n* [\"Cadbury\", \"chocolate\"]\n* [\"Paris\", \"Eiffel Tower\"]\n* [\"Leonardo Da Vinci\", \"Mona Lisa\"]\n* [\"Apple\", \"iPhone\"]\n* [\"Beatles\", \"Come Together\"]", "output": ""}
|
86 |
+
{"perplexity": 6.674780389713131, "input": "Complete the following list with examples of what entities are known for:\n* [\"Russell Crowe\", \"Gladiator\"]\n* [\"Cadbury\", \"chocolate\"]\n* [\"Paris\", \"Eiffel Tower\"]\n* [\"Leonardo Da Vinci\", \"Mona Lisa\"]\n* [\"Apple\", \"iPhone\"]\n* [\"Afro-Brazilians\", \"Capoeira\"]", "output": ""}
|
87 |
+
{"perplexity": 6.833088431951158, "input": "Complete the following list with examples of what entities are known for:\n* [\"Russell Crowe\", \"Gladiator\"]\n* [\"Cadbury\", \"chocolate\"]\n* [\"Paris\", \"Eiffel Tower\"]\n* [\"Leonardo Da Vinci\", \"Mona Lisa\"]\n* [\"Apple\", \"iPhone\"]\n* [\"Steve Jobs\", \"AirPods\"]", "output": ""}
|
88 |
+
{"perplexity": 6.307344985320413, "input": "Complete the following list with examples of what entities are known for:\n* [\"Russell Crowe\", \"Gladiator\"]\n* [\"Cadbury\", \"chocolate\"]\n* [\"Paris\", \"Eiffel Tower\"]\n* [\"Leonardo Da Vinci\", \"Mona Lisa\"]\n* [\"Apple\", \"iPhone\"]\n* [\"Apple\", \"Apple Watch\"]", "output": ""}
|
89 |
+
{"perplexity": 7.732558504714067, "input": "Complete the following list with examples of what entities are known for:\n* [\"Russell Crowe\", \"Gladiator\"]\n* [\"Cadbury\", \"chocolate\"]\n* [\"Paris\", \"Eiffel Tower\"]\n* [\"Leonardo Da Vinci\", \"Mona Lisa\"]\n* [\"Apple\", \"iPhone\"]\n* [\"Frank Abagnale Jr\", \"doctor\"]", "output": ""}
|
90 |
+
{"perplexity": 7.951801490748583, "input": "Complete the following list with examples of what entities are known for:\n* [\"Russell Crowe\", \"Gladiator\"]\n* [\"Cadbury\", \"chocolate\"]\n* [\"Paris\", \"Eiffel Tower\"]\n* [\"Leonardo Da Vinci\", \"Mona Lisa\"]\n* [\"Apple\", \"iPhone\"]\n* [\"Meta\", \"Instagram\"]", "output": ""}
|
91 |
+
{"perplexity": 5.7761873021244, "input": "Complete the following list with examples of what entities are known for:\n* [\"Russell Crowe\", \"Gladiator\"]\n* [\"Cadbury\", \"chocolate\"]\n* [\"Paris\", \"Eiffel Tower\"]\n* [\"Leonardo Da Vinci\", \"Mona Lisa\"]\n* [\"Apple\", \"iPhone\"]\n* [\"Jeff Goldblum\", \"Jurassic Park\"]", "output": ""}
|
92 |
+
{"perplexity": 5.636518309536457, "input": "Complete the following list with examples of what entities are known for:\n* [\"Russell Crowe\", \"Gladiator\"]\n* [\"Cadbury\", \"chocolate\"]\n* [\"Paris\", \"Eiffel Tower\"]\n* [\"Leonardo Da Vinci\", \"Mona Lisa\"]\n* [\"Apple\", \"iPhone\"]\n* [\"Leonardo Da Vinci\", \"Mona Lisa\"]", "output": ""}
|
93 |
+
{"perplexity": 7.156955229639352, "input": "Complete the following list with examples of what entities are known for:\n* [\"Russell Crowe\", \"Gladiator\"]\n* [\"Cadbury\", \"chocolate\"]\n* [\"Paris\", \"Eiffel Tower\"]\n* [\"Leonardo Da Vinci\", \"Mona Lisa\"]\n* [\"Apple\", \"iPhone\"]\n* [\"Neil Armstrong\", \"Korean War\"]", "output": ""}
|
94 |
+
{"perplexity": 6.428418478832544, "input": "Complete the following list with examples of what entities are known for:\n* [\"Russell Crowe\", \"Gladiator\"]\n* [\"Cadbury\", \"chocolate\"]\n* [\"Paris\", \"Eiffel Tower\"]\n* [\"Leonardo Da Vinci\", \"Mona Lisa\"]\n* [\"Apple\", \"iPhone\"]\n* [\"France\", \"baguette\"]", "output": ""}
|
95 |
+
{"perplexity": 5.691620604294185, "input": "Complete the following list with examples of what entities are known for:\n* [\"Russell Crowe\", \"Gladiator\"]\n* [\"Cadbury\", \"chocolate\"]\n* [\"Paris\", \"Eiffel Tower\"]\n* [\"Leonardo Da Vinci\", \"Mona Lisa\"]\n* [\"Apple\", \"iPhone\"]\n* [\"Queen\", \"Bohemian Rhapsody\"]", "output": ""}
|
96 |
+
{"perplexity": 7.539134599120869, "input": "Complete the following list with examples of what entities are known for:\n* [\"Russell Crowe\", \"Gladiator\"]\n* [\"Cadbury\", \"chocolate\"]\n* [\"Paris\", \"Eiffel Tower\"]\n* [\"Leonardo Da Vinci\", \"Mona Lisa\"]\n* [\"Apple\", \"iPhone\"]\n* [\"Pixar\", \"Novosibirsk\"]", "output": ""}
|
97 |
+
{"perplexity": 6.030327379939397, "input": "Complete the following list with examples of what entities are known for:\n* [\"Russell Crowe\", \"Gladiator\"]\n* [\"Cadbury\", \"chocolate\"]\n* [\"Paris\", \"Eiffel Tower\"]\n* [\"Leonardo Da Vinci\", \"Mona Lisa\"]\n* [\"Apple\", \"iPhone\"]\n* [\"Greggs\", \"sausage rolls\"]", "output": ""}
|
98 |
+
{"perplexity": 6.924590428485048, "input": "Complete the following list with examples of what entities are known for:\n* [\"Russell Crowe\", \"Gladiator\"]\n* [\"Cadbury\", \"chocolate\"]\n* [\"Paris\", \"Eiffel Tower\"]\n* [\"Leonardo Da Vinci\", \"Mona Lisa\"]\n* [\"Apple\", \"iPhone\"]\n* [\"Japan\", \"sake\"]", "output": ""}
|
99 |
+
{"perplexity": 6.868705997006431, "input": "Complete the following list with examples of what entities are known for:\n* [\"Russell Crowe\", \"Gladiator\"]\n* [\"Cadbury\", \"chocolate\"]\n* [\"Paris\", \"Eiffel Tower\"]\n* [\"Leonardo Da Vinci\", \"Mona Lisa\"]\n* [\"Apple\", \"iPhone\"]\n* [\"IKEA\", \"food\"]", "output": ""}
|
100 |
+
{"perplexity": 7.39090699367803, "input": "Complete the following list with examples of what entities are known for:\n* [\"Russell Crowe\", \"Gladiator\"]\n* [\"Cadbury\", \"chocolate\"]\n* [\"Paris\", \"Eiffel Tower\"]\n* [\"Leonardo Da Vinci\", \"Mona Lisa\"]\n* [\"Apple\", \"iPhone\"]\n* [\"William Grant & Sons\", \"gin\"]", "output": ""}
|
101 |
+
{"perplexity": 6.496712576660887, "input": "Complete the following list with examples of what entities are known for:\n* [\"Russell Crowe\", \"Gladiator\"]\n* [\"Cadbury\", \"chocolate\"]\n* [\"Paris\", \"Eiffel Tower\"]\n* [\"Leonardo Da Vinci\", \"Mona Lisa\"]\n* [\"Apple\", \"iPhone\"]\n* [\"Netherlands\", \"tulips\"]", "output": ""}
|
102 |
+
{"perplexity": 7.7066908864121135, "input": "Complete the following list with examples of what entities are known for:\n* [\"Russell Crowe\", \"Gladiator\"]\n* [\"Cadbury\", \"chocolate\"]\n* [\"Paris\", \"Eiffel Tower\"]\n* [\"Leonardo Da Vinci\", \"Mona Lisa\"]\n* [\"Apple\", \"iPhone\"]\n* [\"LAMY\", \"notebook\"]", "output": ""}
|
103 |
+
{"perplexity": 6.130642039110232, "input": "Complete the following list with examples of what entities are known for:\n* [\"Russell Crowe\", \"Gladiator\"]\n* [\"Cadbury\", \"chocolate\"]\n* [\"Paris\", \"Eiffel Tower\"]\n* [\"Leonardo Da Vinci\", \"Mona Lisa\"]\n* [\"Apple\", \"iPhone\"]\n* [\"Harvey Weinstein\", \"Miramax\"]", "output": ""}
|
104 |
+
{"perplexity": 6.818548532844731, "input": "Complete the following list with examples of what entities are known for:\n* [\"Russell Crowe\", \"Gladiator\"]\n* [\"Cadbury\", \"chocolate\"]\n* [\"Paris\", \"Eiffel Tower\"]\n* [\"Leonardo Da Vinci\", \"Mona Lisa\"]\n* [\"Apple\", \"iPhone\"]\n* [\"Scotland\", \"whisky\"]", "output": ""}
|
105 |
+
{"perplexity": 6.256067809999455, "input": "Complete the following list with examples of what entities are known for:\n* [\"Russell Crowe\", \"Gladiator\"]\n* [\"Cadbury\", \"chocolate\"]\n* [\"Paris\", \"Eiffel Tower\"]\n* [\"Leonardo Da Vinci\", \"Mona Lisa\"]\n* [\"Apple\", \"iPhone\"]\n* [\"Apple\", \"MacBook\"]", "output": ""}
|
106 |
+
{"perplexity": 6.165619215484561, "input": "Complete the following list with examples of what entities are known for:\n* [\"Russell Crowe\", \"Gladiator\"]\n* [\"Cadbury\", \"chocolate\"]\n* [\"Paris\", \"Eiffel Tower\"]\n* [\"Leonardo Da Vinci\", \"Mona Lisa\"]\n* [\"Apple\", \"iPhone\"]\n* [\"Steve Jobs\", \"Apple\"]", "output": ""}
|
107 |
+
{"perplexity": 6.935440227669609, "input": "Complete the following list with examples of what entities are known for:\n* [\"Russell Crowe\", \"Gladiator\"]\n* [\"Cadbury\", \"chocolate\"]\n* [\"Paris\", \"Eiffel Tower\"]\n* [\"Leonardo Da Vinci\", \"Mona Lisa\"]\n* [\"Apple\", \"iPhone\"]\n* [\"Beatles\", \"I Me Mine\"]", "output": ""}
|
108 |
+
{"perplexity": 6.006166257115648, "input": "Complete the following list with examples of what entities are known for:\n* [\"Russell Crowe\", \"Gladiator\"]\n* [\"Cadbury\", \"chocolate\"]\n* [\"Paris\", \"Eiffel Tower\"]\n* [\"Leonardo Da Vinci\", \"Mona Lisa\"]\n* [\"Apple\", \"iPhone\"]\n* [\"Google\", \"search engine\"]", "output": ""}
|
experiments/results/lm_lc/davinci/ppl.similar_to.jsonl
ADDED
@@ -0,0 +1,93 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{"perplexity": 6.9211622295682345, "input": "Complete the following list with examples of entities that are similar:\n* [\"Coca-Cola\", \"Pepsi\"]\n* [\"Ligue 1\", \"Bundesliga\"]\n* [\"Australia\", \"New Zealand\"]\n* [\"The Avengers\", \"The Justice League\"]\n* [\"Tesco\", \"Sainsburys\"]\n* [\"pill\", \"tablet\"]", "output": ""}
|
2 |
+
{"perplexity": 7.13630738951353, "input": "Complete the following list with examples of entities that are similar:\n* [\"Coca-Cola\", \"Pepsi\"]\n* [\"Ligue 1\", \"Bundesliga\"]\n* [\"Australia\", \"New Zealand\"]\n* [\"The Avengers\", \"The Justice League\"]\n* [\"Tesco\", \"Sainsburys\"]\n* [\"Eduardo Saverin\", \"Guinea-Bissau\"]", "output": ""}
|
3 |
+
{"perplexity": 7.231046506578387, "input": "Complete the following list with examples of entities that are similar:\n* [\"Coca-Cola\", \"Pepsi\"]\n* [\"Ligue 1\", \"Bundesliga\"]\n* [\"Australia\", \"New Zealand\"]\n* [\"The Avengers\", \"The Justice League\"]\n* [\"Tesco\", \"Sainsburys\"]\n* [\"Dionysus\", \"Toyota Corolla\"]", "output": ""}
|
4 |
+
{"perplexity": 6.971404552449539, "input": "Complete the following list with examples of entities that are similar:\n* [\"Coca-Cola\", \"Pepsi\"]\n* [\"Ligue 1\", \"Bundesliga\"]\n* [\"Australia\", \"New Zealand\"]\n* [\"The Avengers\", \"The Justice League\"]\n* [\"Tesco\", \"Sainsburys\"]\n* [\"Great Britian\", \"British Empire\"]", "output": ""}
|
5 |
+
{"perplexity": 6.701002447549233, "input": "Complete the following list with examples of entities that are similar:\n* [\"Coca-Cola\", \"Pepsi\"]\n* [\"Ligue 1\", \"Bundesliga\"]\n* [\"Australia\", \"New Zealand\"]\n* [\"The Avengers\", \"The Justice League\"]\n* [\"Tesco\", \"Sainsburys\"]\n* [\"English\", \"Persian\"]", "output": ""}
|
6 |
+
{"perplexity": 6.533528674859435, "input": "Complete the following list with examples of entities that are similar:\n* [\"Coca-Cola\", \"Pepsi\"]\n* [\"Ligue 1\", \"Bundesliga\"]\n* [\"Australia\", \"New Zealand\"]\n* [\"The Avengers\", \"The Justice League\"]\n* [\"Tesco\", \"Sainsburys\"]\n* [\"Chess\", \"Rubik's Cube\"]", "output": ""}
|
7 |
+
{"perplexity": 5.924620773371043, "input": "Complete the following list with examples of entities that are similar:\n* [\"Coca-Cola\", \"Pepsi\"]\n* [\"Ligue 1\", \"Bundesliga\"]\n* [\"Australia\", \"New Zealand\"]\n* [\"The Avengers\", \"The Justice League\"]\n* [\"Tesco\", \"Sainsburys\"]\n* [\"Star Wars\", \"Star Trek\"]", "output": ""}
|
8 |
+
{"perplexity": 7.831366651615715, "input": "Complete the following list with examples of entities that are similar:\n* [\"Coca-Cola\", \"Pepsi\"]\n* [\"Ligue 1\", \"Bundesliga\"]\n* [\"Australia\", \"New Zealand\"]\n* [\"The Avengers\", \"The Justice League\"]\n* [\"Tesco\", \"Sainsburys\"]\n* [\"Anne Heche\", \"Ponzi scheme\"]", "output": ""}
|
9 |
+
{"perplexity": 8.553862738206336, "input": "Complete the following list with examples of entities that are similar:\n* [\"Coca-Cola\", \"Pepsi\"]\n* [\"Ligue 1\", \"Bundesliga\"]\n* [\"Australia\", \"New Zealand\"]\n* [\"The Avengers\", \"The Justice League\"]\n* [\"Tesco\", \"Sainsburys\"]\n* [\"Chris Pine\", \"Good Friday\"]", "output": ""}
|
10 |
+
{"perplexity": 6.699851584091087, "input": "Complete the following list with examples of entities that are similar:\n* [\"Coca-Cola\", \"Pepsi\"]\n* [\"Ligue 1\", \"Bundesliga\"]\n* [\"Australia\", \"New Zealand\"]\n* [\"The Avengers\", \"The Justice League\"]\n* [\"Tesco\", \"Sainsburys\"]\n* [\"Sudocrem\", \"Germolene\"]", "output": ""}
|
11 |
+
{"perplexity": 6.168164390590505, "input": "Complete the following list with examples of entities that are similar:\n* [\"Coca-Cola\", \"Pepsi\"]\n* [\"Ligue 1\", \"Bundesliga\"]\n* [\"Australia\", \"New Zealand\"]\n* [\"The Avengers\", \"The Justice League\"]\n* [\"Tesco\", \"Sainsburys\"]\n* [\"Yugoslavia\", \"Albania\"]", "output": ""}
|
12 |
+
{"perplexity": 6.054793584042008, "input": "Complete the following list with examples of entities that are similar:\n* [\"Coca-Cola\", \"Pepsi\"]\n* [\"Ligue 1\", \"Bundesliga\"]\n* [\"Australia\", \"New Zealand\"]\n* [\"The Avengers\", \"The Justice League\"]\n* [\"Tesco\", \"Sainsburys\"]\n* [\"Beatles\", \"Rolling Stones\"]", "output": ""}
|
13 |
+
{"perplexity": 6.728996690720097, "input": "Complete the following list with examples of entities that are similar:\n* [\"Coca-Cola\", \"Pepsi\"]\n* [\"Ligue 1\", \"Bundesliga\"]\n* [\"Australia\", \"New Zealand\"]\n* [\"The Avengers\", \"The Justice League\"]\n* [\"Tesco\", \"Sainsburys\"]\n* [\"decision tree\", \"neural network\"]", "output": ""}
|
14 |
+
{"perplexity": 6.372910809917729, "input": "Complete the following list with examples of entities that are similar:\n* [\"Coca-Cola\", \"Pepsi\"]\n* [\"Ligue 1\", \"Bundesliga\"]\n* [\"Australia\", \"New Zealand\"]\n* [\"The Avengers\", \"The Justice League\"]\n* [\"Tesco\", \"Sainsburys\"]\n* [\"Suits\", \"Law & Order\"]", "output": ""}
|
15 |
+
{"perplexity": 7.180145283428767, "input": "Complete the following list with examples of entities that are similar:\n* [\"Coca-Cola\", \"Pepsi\"]\n* [\"Ligue 1\", \"Bundesliga\"]\n* [\"Australia\", \"New Zealand\"]\n* [\"The Avengers\", \"The Justice League\"]\n* [\"Tesco\", \"Sainsburys\"]\n* [\"Titanic\", \"Superbad\"]", "output": ""}
|
16 |
+
{"perplexity": 6.496071682271652, "input": "Complete the following list with examples of entities that are similar:\n* [\"Coca-Cola\", \"Pepsi\"]\n* [\"Ligue 1\", \"Bundesliga\"]\n* [\"Australia\", \"New Zealand\"]\n* [\"The Avengers\", \"The Justice League\"]\n* [\"Tesco\", \"Sainsburys\"]\n* [\"Seleucid Empire\", \"Macedonian Empire\"]", "output": ""}
|
17 |
+
{"perplexity": 7.135187211292733, "input": "Complete the following list with examples of entities that are similar:\n* [\"Coca-Cola\", \"Pepsi\"]\n* [\"Ligue 1\", \"Bundesliga\"]\n* [\"Australia\", \"New Zealand\"]\n* [\"The Avengers\", \"The Justice League\"]\n* [\"Tesco\", \"Sainsburys\"]\n* [\"Doctor Who\", \"Timeless\"]", "output": ""}
|
18 |
+
{"perplexity": 7.429086406055165, "input": "Complete the following list with examples of entities that are similar:\n* [\"Coca-Cola\", \"Pepsi\"]\n* [\"Ligue 1\", \"Bundesliga\"]\n* [\"Australia\", \"New Zealand\"]\n* [\"The Avengers\", \"The Justice League\"]\n* [\"Tesco\", \"Sainsburys\"]\n* [\"Srebrenica massacre\", \"Rock Hudson\"]", "output": ""}
|
19 |
+
{"perplexity": 6.5248201257180805, "input": "Complete the following list with examples of entities that are similar:\n* [\"Coca-Cola\", \"Pepsi\"]\n* [\"Ligue 1\", \"Bundesliga\"]\n* [\"Australia\", \"New Zealand\"]\n* [\"The Avengers\", \"The Justice League\"]\n* [\"Tesco\", \"Sainsburys\"]\n* [\"Arnold Classic\", \"Mr. Olympia\"]", "output": ""}
|
20 |
+
{"perplexity": 7.3560722738112245, "input": "Complete the following list with examples of entities that are similar:\n* [\"Coca-Cola\", \"Pepsi\"]\n* [\"Ligue 1\", \"Bundesliga\"]\n* [\"Australia\", \"New Zealand\"]\n* [\"The Avengers\", \"The Justice League\"]\n* [\"Tesco\", \"Sainsburys\"]\n* [\"Italy\", \"Superman\"]", "output": ""}
|
21 |
+
{"perplexity": 6.604006395899648, "input": "Complete the following list with examples of entities that are similar:\n* [\"Coca-Cola\", \"Pepsi\"]\n* [\"Ligue 1\", \"Bundesliga\"]\n* [\"Australia\", \"New Zealand\"]\n* [\"The Avengers\", \"The Justice League\"]\n* [\"Tesco\", \"Sainsburys\"]\n* [\"Alibaba\", \"Amazon\"]", "output": ""}
|
22 |
+
{"perplexity": 6.356832315431955, "input": "Complete the following list with examples of entities that are similar:\n* [\"Coca-Cola\", \"Pepsi\"]\n* [\"Ligue 1\", \"Bundesliga\"]\n* [\"Australia\", \"New Zealand\"]\n* [\"The Avengers\", \"The Justice League\"]\n* [\"Tesco\", \"Sainsburys\"]\n* [\"Indiana Jones\", \"Star Wars\"]", "output": ""}
|
23 |
+
{"perplexity": 8.23214186731378, "input": "Complete the following list with examples of entities that are similar:\n* [\"Coca-Cola\", \"Pepsi\"]\n* [\"Ligue 1\", \"Bundesliga\"]\n* [\"Australia\", \"New Zealand\"]\n* [\"The Avengers\", \"The Justice League\"]\n* [\"Tesco\", \"Sainsburys\"]\n* [\"NQ64\", \"Wetherspoons\"]", "output": ""}
|
24 |
+
{"perplexity": 6.344911631563118, "input": "Complete the following list with examples of entities that are similar:\n* [\"Coca-Cola\", \"Pepsi\"]\n* [\"Ligue 1\", \"Bundesliga\"]\n* [\"Australia\", \"New Zealand\"]\n* [\"The Avengers\", \"The Justice League\"]\n* [\"Tesco\", \"Sainsburys\"]\n* [\"Pepsi\", \"Fanta\"]", "output": ""}
|
25 |
+
{"perplexity": 7.351517112947664, "input": "Complete the following list with examples of entities that are similar:\n* [\"Coca-Cola\", \"Pepsi\"]\n* [\"Ligue 1\", \"Bundesliga\"]\n* [\"Australia\", \"New Zealand\"]\n* [\"The Avengers\", \"The Justice League\"]\n* [\"Tesco\", \"Sainsburys\"]\n* [\"Homebase\", \"IKEA\"]", "output": ""}
|
26 |
+
{"perplexity": 6.697097365592861, "input": "Complete the following list with examples of entities that are similar:\n* [\"Coca-Cola\", \"Pepsi\"]\n* [\"Ligue 1\", \"Bundesliga\"]\n* [\"Australia\", \"New Zealand\"]\n* [\"The Avengers\", \"The Justice League\"]\n* [\"Tesco\", \"Sainsburys\"]\n* [\"ramen\", \"udon\"]", "output": ""}
|
27 |
+
{"perplexity": 6.138538481157042, "input": "Complete the following list with examples of entities that are similar:\n* [\"Coca-Cola\", \"Pepsi\"]\n* [\"Ligue 1\", \"Bundesliga\"]\n* [\"Australia\", \"New Zealand\"]\n* [\"The Avengers\", \"The Justice League\"]\n* [\"Tesco\", \"Sainsburys\"]\n* [\"England\", \"Wales\"]", "output": ""}
|
28 |
+
{"perplexity": 6.590568224319291, "input": "Complete the following list with examples of entities that are similar:\n* [\"Coca-Cola\", \"Pepsi\"]\n* [\"Ligue 1\", \"Bundesliga\"]\n* [\"Australia\", \"New Zealand\"]\n* [\"The Avengers\", \"The Justice League\"]\n* [\"Tesco\", \"Sainsburys\"]\n* [\"sphinx\", \"sphynx\"]", "output": ""}
|
29 |
+
{"perplexity": 6.26760106768169, "input": "Complete the following list with examples of entities that are similar:\n* [\"Coca-Cola\", \"Pepsi\"]\n* [\"Ligue 1\", \"Bundesliga\"]\n* [\"Australia\", \"New Zealand\"]\n* [\"The Avengers\", \"The Justice League\"]\n* [\"Tesco\", \"Sainsburys\"]\n* [\"iPod\", \"iPad\"]", "output": ""}
|
30 |
+
{"perplexity": 6.342671500895882, "input": "Complete the following list with examples of entities that are similar:\n* [\"Coca-Cola\", \"Pepsi\"]\n* [\"Ligue 1\", \"Bundesliga\"]\n* [\"Australia\", \"New Zealand\"]\n* [\"The Avengers\", \"The Justice League\"]\n* [\"Tesco\", \"Sainsburys\"]\n* [\"Olympic Games\", \"X Games\"]", "output": ""}
|
31 |
+
{"perplexity": 5.739110102958178, "input": "Complete the following list with examples of entities that are similar:\n* [\"Coca-Cola\", \"Pepsi\"]\n* [\"Ligue 1\", \"Bundesliga\"]\n* [\"Australia\", \"New Zealand\"]\n* [\"The Avengers\", \"The Justice League\"]\n* [\"Tesco\", \"Sainsburys\"]\n* [\"McDonald's\", \"Burger King\"]", "output": ""}
|
32 |
+
{"perplexity": 6.618309455103343, "input": "Complete the following list with examples of entities that are similar:\n* [\"Coca-Cola\", \"Pepsi\"]\n* [\"Ligue 1\", \"Bundesliga\"]\n* [\"Australia\", \"New Zealand\"]\n* [\"The Avengers\", \"The Justice League\"]\n* [\"Tesco\", \"Sainsburys\"]\n* [\"Minnesota\", \"Wisconsin\"]", "output": ""}
|
33 |
+
{"perplexity": 6.713837298628943, "input": "Complete the following list with examples of entities that are similar:\n* [\"Coca-Cola\", \"Pepsi\"]\n* [\"Ligue 1\", \"Bundesliga\"]\n* [\"Australia\", \"New Zealand\"]\n* [\"The Avengers\", \"The Justice League\"]\n* [\"Tesco\", \"Sainsburys\"]\n* [\"Slack\", \"Microsoft Teams\"]", "output": ""}
|
34 |
+
{"perplexity": 8.103144520458011, "input": "Complete the following list with examples of entities that are similar:\n* [\"Coca-Cola\", \"Pepsi\"]\n* [\"Ligue 1\", \"Bundesliga\"]\n* [\"Australia\", \"New Zealand\"]\n* [\"The Avengers\", \"The Justice League\"]\n* [\"Tesco\", \"Sainsburys\"]\n* [\"Peter Phillips\", \"Christine Baranski\"]", "output": ""}
|
35 |
+
{"perplexity": 8.010574419387826, "input": "Complete the following list with examples of entities that are similar:\n* [\"Coca-Cola\", \"Pepsi\"]\n* [\"Ligue 1\", \"Bundesliga\"]\n* [\"Australia\", \"New Zealand\"]\n* [\"The Avengers\", \"The Justice League\"]\n* [\"Tesco\", \"Sainsburys\"]\n* [\"Jenna Ortega\", \"Anglo-Saxons\"]", "output": ""}
|
36 |
+
{"perplexity": 8.806151768242207, "input": "Complete the following list with examples of entities that are similar:\n* [\"Coca-Cola\", \"Pepsi\"]\n* [\"Ligue 1\", \"Bundesliga\"]\n* [\"Australia\", \"New Zealand\"]\n* [\"The Avengers\", \"The Justice League\"]\n* [\"Tesco\", \"Sainsburys\"]\n* [\"Karl Urban\", \"France 24\"]", "output": ""}
|
37 |
+
{"perplexity": 6.2108200763665735, "input": "Complete the following list with examples of entities that are similar:\n* [\"Coca-Cola\", \"Pepsi\"]\n* [\"Ligue 1\", \"Bundesliga\"]\n* [\"Australia\", \"New Zealand\"]\n* [\"The Avengers\", \"The Justice League\"]\n* [\"Tesco\", \"Sainsburys\"]\n* [\"Sudan\", \"South Sudan\"]", "output": ""}
|
38 |
+
{"perplexity": 6.963633839518829, "input": "Complete the following list with examples of entities that are similar:\n* [\"Coca-Cola\", \"Pepsi\"]\n* [\"Ligue 1\", \"Bundesliga\"]\n* [\"Australia\", \"New Zealand\"]\n* [\"The Avengers\", \"The Justice League\"]\n* [\"Tesco\", \"Sainsburys\"]\n* [\"Gameboy\", \"Nintendo\"]", "output": ""}
|
39 |
+
{"perplexity": 6.972338713289742, "input": "Complete the following list with examples of entities that are similar:\n* [\"Coca-Cola\", \"Pepsi\"]\n* [\"Ligue 1\", \"Bundesliga\"]\n* [\"Australia\", \"New Zealand\"]\n* [\"The Avengers\", \"The Justice League\"]\n* [\"Tesco\", \"Sainsburys\"]\n* [\"Grammy Award\", \"Novel Prize\"]", "output": ""}
|
40 |
+
{"perplexity": 7.923063855243582, "input": "Complete the following list with examples of entities that are similar:\n* [\"Coca-Cola\", \"Pepsi\"]\n* [\"Ligue 1\", \"Bundesliga\"]\n* [\"Australia\", \"New Zealand\"]\n* [\"The Avengers\", \"The Justice League\"]\n* [\"Tesco\", \"Sainsburys\"]\n* [\"George Ezra\", \"Lead Belly\"]", "output": ""}
|
41 |
+
{"perplexity": 6.221584193839365, "input": "Complete the following list with examples of entities that are similar:\n* [\"Coca-Cola\", \"Pepsi\"]\n* [\"Ligue 1\", \"Bundesliga\"]\n* [\"Australia\", \"New Zealand\"]\n* [\"The Avengers\", \"The Justice League\"]\n* [\"Tesco\", \"Sainsburys\"]\n* [\"Cardiff\", \"Swansea\"]", "output": ""}
|
42 |
+
{"perplexity": 6.335371280236343, "input": "Complete the following list with examples of entities that are similar:\n* [\"Coca-Cola\", \"Pepsi\"]\n* [\"Ligue 1\", \"Bundesliga\"]\n* [\"Australia\", \"New Zealand\"]\n* [\"The Avengers\", \"The Justice League\"]\n* [\"Tesco\", \"Sainsburys\"]\n* [\"Steve Jobs\", \"Tim Cook\"]", "output": ""}
|
43 |
+
{"perplexity": 6.7299762946404735, "input": "Complete the following list with examples of entities that are similar:\n* [\"Coca-Cola\", \"Pepsi\"]\n* [\"Ligue 1\", \"Bundesliga\"]\n* [\"Australia\", \"New Zealand\"]\n* [\"The Avengers\", \"The Justice League\"]\n* [\"Tesco\", \"Sainsburys\"]\n* [\"Counter Strike\", \"Rainbow Six\"]", "output": ""}
|
44 |
+
{"perplexity": 6.542663728090357, "input": "Complete the following list with examples of entities that are similar:\n* [\"Coca-Cola\", \"Pepsi\"]\n* [\"Ligue 1\", \"Bundesliga\"]\n* [\"Australia\", \"New Zealand\"]\n* [\"The Avengers\", \"The Justice League\"]\n* [\"Tesco\", \"Sainsburys\"]\n* [\"Hawaii\", \"Guam\"]", "output": ""}
|
45 |
+
{"perplexity": 6.168822418955246, "input": "Complete the following list with examples of entities that are similar:\n* [\"Coca-Cola\", \"Pepsi\"]\n* [\"Ligue 1\", \"Bundesliga\"]\n* [\"Australia\", \"New Zealand\"]\n* [\"The Avengers\", \"The Justice League\"]\n* [\"Tesco\", \"Sainsburys\"]\n* [\"Scrabble\", \"Jenga\"]", "output": ""}
|
46 |
+
{"perplexity": 6.2845089437720025, "input": "Complete the following list with examples of entities that are similar:\n* [\"Coca-Cola\", \"Pepsi\"]\n* [\"Ligue 1\", \"Bundesliga\"]\n* [\"Australia\", \"New Zealand\"]\n* [\"The Avengers\", \"The Justice League\"]\n* [\"Tesco\", \"Sainsburys\"]\n* [\"Christmas\", \"Easter\"]", "output": ""}
|
47 |
+
{"perplexity": 7.141146715810642, "input": "Complete the following list with examples of entities that are similar:\n* [\"Coca-Cola\", \"Pepsi\"]\n* [\"Ligue 1\", \"Bundesliga\"]\n* [\"Australia\", \"New Zealand\"]\n* [\"The Avengers\", \"The Justice League\"]\n* [\"Tesco\", \"Sainsburys\"]\n* [\"fusilli\", \"rotini\"]", "output": ""}
|
48 |
+
{"perplexity": 6.757286266765531, "input": "Complete the following list with examples of entities that are similar:\n* [\"Coca-Cola\", \"Pepsi\"]\n* [\"Ligue 1\", \"Bundesliga\"]\n* [\"Australia\", \"New Zealand\"]\n* [\"The Avengers\", \"The Justice League\"]\n* [\"Tesco\", \"Sainsburys\"]\n* [\"Coachella\", \"Woodstock\"]", "output": ""}
|
49 |
+
{"perplexity": 7.444858903354775, "input": "Complete the following list with examples of entities that are similar:\n* [\"Coca-Cola\", \"Pepsi\"]\n* [\"Ligue 1\", \"Bundesliga\"]\n* [\"Australia\", \"New Zealand\"]\n* [\"The Avengers\", \"The Justice League\"]\n* [\"Tesco\", \"Sainsburys\"]\n* [\"Avatar\", \"Archimedes\"]", "output": ""}
|
50 |
+
{"perplexity": 7.627678294673582, "input": "Complete the following list with examples of entities that are similar:\n* [\"Coca-Cola\", \"Pepsi\"]\n* [\"Ligue 1\", \"Bundesliga\"]\n* [\"Australia\", \"New Zealand\"]\n* [\"The Avengers\", \"The Justice League\"]\n* [\"Tesco\", \"Sainsburys\"]\n* [\"Shark\", \"Bush\"]", "output": ""}
|
51 |
+
{"perplexity": 8.370088312366686, "input": "Complete the following list with examples of entities that are similar:\n* [\"Coca-Cola\", \"Pepsi\"]\n* [\"Ligue 1\", \"Bundesliga\"]\n* [\"Australia\", \"New Zealand\"]\n* [\"The Avengers\", \"The Justice League\"]\n* [\"Tesco\", \"Sainsburys\"]\n* [\"Eva Braun\", \"Phil Jackson\"]", "output": ""}
|
52 |
+
{"perplexity": 5.665259794258647, "input": "Complete the following list with examples of entities that are similar:\n* [\"Coca-Cola\", \"Pepsi\"]\n* [\"Ligue 1\", \"Bundesliga\"]\n* [\"Australia\", \"New Zealand\"]\n* [\"The Avengers\", \"The Justice League\"]\n* [\"Tesco\", \"Sainsburys\"]\n* [\"Coca-Cola\", \"Pepsi\"]", "output": ""}
|
53 |
+
{"perplexity": 8.069955821042617, "input": "Complete the following list with examples of entities that are similar:\n* [\"Coca-Cola\", \"Pepsi\"]\n* [\"Ligue 1\", \"Bundesliga\"]\n* [\"Australia\", \"New Zealand\"]\n* [\"The Avengers\", \"The Justice League\"]\n* [\"Tesco\", \"Sainsburys\"]\n* [\"Joe Burrow\", \"Edward Scissorhands\"]", "output": ""}
|
54 |
+
{"perplexity": 6.221564684576482, "input": "Complete the following list with examples of entities that are similar:\n* [\"Coca-Cola\", \"Pepsi\"]\n* [\"Ligue 1\", \"Bundesliga\"]\n* [\"Australia\", \"New Zealand\"]\n* [\"The Avengers\", \"The Justice League\"]\n* [\"Tesco\", \"Sainsburys\"]\n* [\"Australia\", \"New Zealand\"]", "output": ""}
|
55 |
+
{"perplexity": 6.802028689025086, "input": "Complete the following list with examples of entities that are similar:\n* [\"Coca-Cola\", \"Pepsi\"]\n* [\"Ligue 1\", \"Bundesliga\"]\n* [\"Australia\", \"New Zealand\"]\n* [\"The Avengers\", \"The Justice League\"]\n* [\"Tesco\", \"Sainsburys\"]\n* [\"Edward I\", \"William the Conqueror\"]", "output": ""}
|
56 |
+
{"perplexity": 6.379470689324432, "input": "Complete the following list with examples of entities that are similar:\n* [\"Coca-Cola\", \"Pepsi\"]\n* [\"Ligue 1\", \"Bundesliga\"]\n* [\"Australia\", \"New Zealand\"]\n* [\"The Avengers\", \"The Justice League\"]\n* [\"Tesco\", \"Sainsburys\"]\n* [\"Frank Sinatra\", \"Ella Fitzgerald\"]", "output": ""}
|
57 |
+
{"perplexity": 6.697764018021343, "input": "Complete the following list with examples of entities that are similar:\n* [\"Coca-Cola\", \"Pepsi\"]\n* [\"Ligue 1\", \"Bundesliga\"]\n* [\"Australia\", \"New Zealand\"]\n* [\"The Avengers\", \"The Justice League\"]\n* [\"Tesco\", \"Sainsburys\"]\n* [\"New York\", \"York\"]", "output": ""}
|
58 |
+
{"perplexity": 6.656187782934542, "input": "Complete the following list with examples of entities that are similar:\n* [\"Coca-Cola\", \"Pepsi\"]\n* [\"Ligue 1\", \"Bundesliga\"]\n* [\"Australia\", \"New Zealand\"]\n* [\"The Avengers\", \"The Justice League\"]\n* [\"Tesco\", \"Sainsburys\"]\n* [\"Uzbekistan\", \"United States\"]", "output": ""}
|
59 |
+
{"perplexity": 6.361347468145195, "input": "Complete the following list with examples of entities that are similar:\n* [\"Coca-Cola\", \"Pepsi\"]\n* [\"Ligue 1\", \"Bundesliga\"]\n* [\"Australia\", \"New Zealand\"]\n* [\"The Avengers\", \"The Justice League\"]\n* [\"Tesco\", \"Sainsburys\"]\n* [\"Red Bull\", \"Monster Energy\"]", "output": ""}
|
60 |
+
{"perplexity": 5.812114464603176, "input": "Complete the following list with examples of entities that are similar:\n* [\"Coca-Cola\", \"Pepsi\"]\n* [\"Ligue 1\", \"Bundesliga\"]\n* [\"Australia\", \"New Zealand\"]\n* [\"The Avengers\", \"The Justice League\"]\n* [\"Tesco\", \"Sainsburys\"]\n* [\"Champions League\", \"Europa League\"]", "output": ""}
|
61 |
+
{"perplexity": 7.0398816620914815, "input": "Complete the following list with examples of entities that are similar:\n* [\"Coca-Cola\", \"Pepsi\"]\n* [\"Ligue 1\", \"Bundesliga\"]\n* [\"Australia\", \"New Zealand\"]\n* [\"The Avengers\", \"The Justice League\"]\n* [\"Tesco\", \"Sainsburys\"]\n* [\"Cerave\", \"Nivea\"]", "output": ""}
|
62 |
+
{"perplexity": 6.53772993211739, "input": "Complete the following list with examples of entities that are similar:\n* [\"Coca-Cola\", \"Pepsi\"]\n* [\"Ligue 1\", \"Bundesliga\"]\n* [\"Australia\", \"New Zealand\"]\n* [\"The Avengers\", \"The Justice League\"]\n* [\"Tesco\", \"Sainsburys\"]\n* [\"Galaxy\", \"iPhone\"]", "output": ""}
|
63 |
+
{"perplexity": 7.578983794555602, "input": "Complete the following list with examples of entities that are similar:\n* [\"Coca-Cola\", \"Pepsi\"]\n* [\"Ligue 1\", \"Bundesliga\"]\n* [\"Australia\", \"New Zealand\"]\n* [\"The Avengers\", \"The Justice League\"]\n* [\"Tesco\", \"Sainsburys\"]\n* [\"Mehmet \u00d6z\", \"David Schwimmer\"]", "output": ""}
|
64 |
+
{"perplexity": 6.102034274418223, "input": "Complete the following list with examples of entities that are similar:\n* [\"Coca-Cola\", \"Pepsi\"]\n* [\"Ligue 1\", \"Bundesliga\"]\n* [\"Australia\", \"New Zealand\"]\n* [\"The Avengers\", \"The Justice League\"]\n* [\"Tesco\", \"Sainsburys\"]\n* [\"Disney\", \"Pixar\"]", "output": ""}
|
65 |
+
{"perplexity": 6.242079802752387, "input": "Complete the following list with examples of entities that are similar:\n* [\"Coca-Cola\", \"Pepsi\"]\n* [\"Ligue 1\", \"Bundesliga\"]\n* [\"Australia\", \"New Zealand\"]\n* [\"The Avengers\", \"The Justice League\"]\n* [\"Tesco\", \"Sainsburys\"]\n* [\"Batman\", \"Iron Man\"]", "output": ""}
|
66 |
+
{"perplexity": 6.8341873616793265, "input": "Complete the following list with examples of entities that are similar:\n* [\"Coca-Cola\", \"Pepsi\"]\n* [\"Ligue 1\", \"Bundesliga\"]\n* [\"Australia\", \"New Zealand\"]\n* [\"The Avengers\", \"The Justice League\"]\n* [\"Tesco\", \"Sainsburys\"]\n* [\"Gisele B\u00fcndchen\", \"Orson Welles\"]", "output": ""}
|
67 |
+
{"perplexity": 6.304743680053648, "input": "Complete the following list with examples of entities that are similar:\n* [\"Coca-Cola\", \"Pepsi\"]\n* [\"Ligue 1\", \"Bundesliga\"]\n* [\"Australia\", \"New Zealand\"]\n* [\"The Avengers\", \"The Justice League\"]\n* [\"Tesco\", \"Sainsburys\"]\n* [\"Estonia\", \"Finland\"]", "output": ""}
|
68 |
+
{"perplexity": 6.006465816096424, "input": "Complete the following list with examples of entities that are similar:\n* [\"Coca-Cola\", \"Pepsi\"]\n* [\"Ligue 1\", \"Bundesliga\"]\n* [\"Australia\", \"New Zealand\"]\n* [\"The Avengers\", \"The Justice League\"]\n* [\"Tesco\", \"Sainsburys\"]\n* [\"The Avengers\", \"The Justice League\"]", "output": ""}
|
69 |
+
{"perplexity": 6.218708845471921, "input": "Complete the following list with examples of entities that are similar:\n* [\"Coca-Cola\", \"Pepsi\"]\n* [\"Ligue 1\", \"Bundesliga\"]\n* [\"Australia\", \"New Zealand\"]\n* [\"The Avengers\", \"The Justice League\"]\n* [\"Tesco\", \"Sainsburys\"]\n* [\"Nicolae Ceau\u0219escu\", \"Javier Hern\u00e1ndez\"]", "output": ""}
|
70 |
+
{"perplexity": 6.107917408100875, "input": "Complete the following list with examples of entities that are similar:\n* [\"Coca-Cola\", \"Pepsi\"]\n* [\"Ligue 1\", \"Bundesliga\"]\n* [\"Australia\", \"New Zealand\"]\n* [\"The Avengers\", \"The Justice League\"]\n* [\"Tesco\", \"Sainsburys\"]\n* [\"Adidas\", \"Nike\"]", "output": ""}
|
71 |
+
{"perplexity": 6.421290388361319, "input": "Complete the following list with examples of entities that are similar:\n* [\"Coca-Cola\", \"Pepsi\"]\n* [\"Ligue 1\", \"Bundesliga\"]\n* [\"Australia\", \"New Zealand\"]\n* [\"The Avengers\", \"The Justice League\"]\n* [\"Tesco\", \"Sainsburys\"]\n* [\"Java\", \"Javascript\"]", "output": ""}
|
72 |
+
{"perplexity": 7.033547858761721, "input": "Complete the following list with examples of entities that are similar:\n* [\"Coca-Cola\", \"Pepsi\"]\n* [\"Ligue 1\", \"Bundesliga\"]\n* [\"Australia\", \"New Zealand\"]\n* [\"The Avengers\", \"The Justice League\"]\n* [\"Tesco\", \"Sainsburys\"]\n* [\"bourbon\", \"Scotch whisky\"]", "output": ""}
|
73 |
+
{"perplexity": 6.520129018609542, "input": "Complete the following list with examples of entities that are similar:\n* [\"Coca-Cola\", \"Pepsi\"]\n* [\"Ligue 1\", \"Bundesliga\"]\n* [\"Australia\", \"New Zealand\"]\n* [\"The Avengers\", \"The Justice League\"]\n* [\"Tesco\", \"Sainsburys\"]\n* [\"Alaska\", \"Canada\"]", "output": ""}
|
74 |
+
{"perplexity": 6.436398763131335, "input": "Complete the following list with examples of entities that are similar:\n* [\"Coca-Cola\", \"Pepsi\"]\n* [\"Ligue 1\", \"Bundesliga\"]\n* [\"Australia\", \"New Zealand\"]\n* [\"The Avengers\", \"The Justice League\"]\n* [\"Tesco\", \"Sainsburys\"]\n* [\"Spain\", \"Italy\"]", "output": ""}
|
75 |
+
{"perplexity": 6.784189631896925, "input": "Complete the following list with examples of entities that are similar:\n* [\"Coca-Cola\", \"Pepsi\"]\n* [\"Ligue 1\", \"Bundesliga\"]\n* [\"Australia\", \"New Zealand\"]\n* [\"The Avengers\", \"The Justice League\"]\n* [\"Tesco\", \"Sainsburys\"]\n* [\"banana\", \"plantain\"]", "output": ""}
|
76 |
+
{"perplexity": 6.027970399725509, "input": "Complete the following list with examples of entities that are similar:\n* [\"Coca-Cola\", \"Pepsi\"]\n* [\"Ligue 1\", \"Bundesliga\"]\n* [\"Australia\", \"New Zealand\"]\n* [\"The Avengers\", \"The Justice League\"]\n* [\"Tesco\", \"Sainsburys\"]\n* [\"Firefox\", \"Chrome\"]", "output": ""}
|
77 |
+
{"perplexity": 6.117077116217906, "input": "Complete the following list with examples of entities that are similar:\n* [\"Coca-Cola\", \"Pepsi\"]\n* [\"Ligue 1\", \"Bundesliga\"]\n* [\"Australia\", \"New Zealand\"]\n* [\"The Avengers\", \"The Justice League\"]\n* [\"Tesco\", \"Sainsburys\"]\n* [\"Pecorino Romano\", \"Parmesan\"]", "output": ""}
|
78 |
+
{"perplexity": 5.787068676661772, "input": "Complete the following list with examples of entities that are similar:\n* [\"Coca-Cola\", \"Pepsi\"]\n* [\"Ligue 1\", \"Bundesliga\"]\n* [\"Australia\", \"New Zealand\"]\n* [\"The Avengers\", \"The Justice League\"]\n* [\"Tesco\", \"Sainsburys\"]\n* [\"Ligue 1\", \"Bundesliga\"]", "output": ""}
|
79 |
+
{"perplexity": 6.326305928409612, "input": "Complete the following list with examples of entities that are similar:\n* [\"Coca-Cola\", \"Pepsi\"]\n* [\"Ligue 1\", \"Bundesliga\"]\n* [\"Australia\", \"New Zealand\"]\n* [\"The Avengers\", \"The Justice League\"]\n* [\"Tesco\", \"Sainsburys\"]\n* [\"Netflix\", \"Amazon Prime Video\"]", "output": ""}
|
80 |
+
{"perplexity": 7.221356514885419, "input": "Complete the following list with examples of entities that are similar:\n* [\"Coca-Cola\", \"Pepsi\"]\n* [\"Ligue 1\", \"Bundesliga\"]\n* [\"Australia\", \"New Zealand\"]\n* [\"The Avengers\", \"The Justice League\"]\n* [\"Tesco\", \"Sainsburys\"]\n* [\"Primark\", \"Shein\"]", "output": ""}
|
81 |
+
{"perplexity": 6.920829953752244, "input": "Complete the following list with examples of entities that are similar:\n* [\"Coca-Cola\", \"Pepsi\"]\n* [\"Ligue 1\", \"Bundesliga\"]\n* [\"Australia\", \"New Zealand\"]\n* [\"The Avengers\", \"The Justice League\"]\n* [\"Tesco\", \"Sainsburys\"]\n* [\"Dominos' Pizza\", \"Pizza Hut\"]", "output": ""}
|
82 |
+
{"perplexity": 7.126811300311829, "input": "Complete the following list with examples of entities that are similar:\n* [\"Coca-Cola\", \"Pepsi\"]\n* [\"Ligue 1\", \"Bundesliga\"]\n* [\"Australia\", \"New Zealand\"]\n* [\"The Avengers\", \"The Justice League\"]\n* [\"Tesco\", \"Sainsburys\"]\n* [\"South Africa\", \"Bhagavad Gita\"]", "output": ""}
|
83 |
+
{"perplexity": 6.302453437502109, "input": "Complete the following list with examples of entities that are similar:\n* [\"Coca-Cola\", \"Pepsi\"]\n* [\"Ligue 1\", \"Bundesliga\"]\n* [\"Australia\", \"New Zealand\"]\n* [\"The Avengers\", \"The Justice League\"]\n* [\"Tesco\", \"Sainsburys\"]\n* [\"Germany\", \"France\"]", "output": ""}
|
84 |
+
{"perplexity": 7.358025138396228, "input": "Complete the following list with examples of entities that are similar:\n* [\"Coca-Cola\", \"Pepsi\"]\n* [\"Ligue 1\", \"Bundesliga\"]\n* [\"Australia\", \"New Zealand\"]\n* [\"The Avengers\", \"The Justice League\"]\n* [\"Tesco\", \"Sainsburys\"]\n* [\"Kindle\", \"Jeff Bezos\"]", "output": ""}
|
85 |
+
{"perplexity": 5.742501337976395, "input": "Complete the following list with examples of entities that are similar:\n* [\"Coca-Cola\", \"Pepsi\"]\n* [\"Ligue 1\", \"Bundesliga\"]\n* [\"Australia\", \"New Zealand\"]\n* [\"The Avengers\", \"The Justice League\"]\n* [\"Tesco\", \"Sainsburys\"]\n* [\"Harry Potter\", \"Lord of the Rings\"]", "output": ""}
|
86 |
+
{"perplexity": 7.368819211679367, "input": "Complete the following list with examples of entities that are similar:\n* [\"Coca-Cola\", \"Pepsi\"]\n* [\"Ligue 1\", \"Bundesliga\"]\n* [\"Australia\", \"New Zealand\"]\n* [\"The Avengers\", \"The Justice League\"]\n* [\"Tesco\", \"Sainsburys\"]\n* [\"Yakutia\", \"Turkey\"]", "output": ""}
|
87 |
+
{"perplexity": 7.096871075695916, "input": "Complete the following list with examples of entities that are similar:\n* [\"Coca-Cola\", \"Pepsi\"]\n* [\"Ligue 1\", \"Bundesliga\"]\n* [\"Australia\", \"New Zealand\"]\n* [\"The Avengers\", \"The Justice League\"]\n* [\"Tesco\", \"Sainsburys\"]\n* [\"PS5\", \"XBox\"]", "output": ""}
|
88 |
+
{"perplexity": 6.479813793829291, "input": "Complete the following list with examples of entities that are similar:\n* [\"Coca-Cola\", \"Pepsi\"]\n* [\"Ligue 1\", \"Bundesliga\"]\n* [\"Australia\", \"New Zealand\"]\n* [\"The Avengers\", \"The Justice League\"]\n* [\"Tesco\", \"Sainsburys\"]\n* [\"Monet\", \"Manet\"]", "output": ""}
|
89 |
+
{"perplexity": 6.394073584718622, "input": "Complete the following list with examples of entities that are similar:\n* [\"Coca-Cola\", \"Pepsi\"]\n* [\"Ligue 1\", \"Bundesliga\"]\n* [\"Australia\", \"New Zealand\"]\n* [\"The Avengers\", \"The Justice League\"]\n* [\"Tesco\", \"Sainsburys\"]\n* [\"Glastonbury\", \"Roskilde\"]", "output": ""}
|
90 |
+
{"perplexity": 6.676348445735645, "input": "Complete the following list with examples of entities that are similar:\n* [\"Coca-Cola\", \"Pepsi\"]\n* [\"Ligue 1\", \"Bundesliga\"]\n* [\"Australia\", \"New Zealand\"]\n* [\"The Avengers\", \"The Justice League\"]\n* [\"Tesco\", \"Sainsburys\"]\n* [\"Telugu\", \"Tamil\"]", "output": ""}
|
91 |
+
{"perplexity": 6.091982880092945, "input": "Complete the following list with examples of entities that are similar:\n* [\"Coca-Cola\", \"Pepsi\"]\n* [\"Ligue 1\", \"Bundesliga\"]\n* [\"Australia\", \"New Zealand\"]\n* [\"The Avengers\", \"The Justice League\"]\n* [\"Tesco\", \"Sainsburys\"]\n* [\"Batman\", \"Superman\"]", "output": ""}
|
92 |
+
{"perplexity": 7.397941040765955, "input": "Complete the following list with examples of entities that are similar:\n* [\"Coca-Cola\", \"Pepsi\"]\n* [\"Ligue 1\", \"Bundesliga\"]\n* [\"Australia\", \"New Zealand\"]\n* [\"The Avengers\", \"The Justice League\"]\n* [\"Tesco\", \"Sainsburys\"]\n* [\"cannoli\", \"canneloni\"]", "output": ""}
|
93 |
+
{"perplexity": 7.156161162068874, "input": "Complete the following list with examples of entities that are similar:\n* [\"Coca-Cola\", \"Pepsi\"]\n* [\"Ligue 1\", \"Bundesliga\"]\n* [\"Australia\", \"New Zealand\"]\n* [\"The Avengers\", \"The Justice League\"]\n* [\"Tesco\", \"Sainsburys\"]\n* [\"Gerald Ford\", \"Duran Duran\"]", "output": ""}
|
experiments/results/lm_lc/lm.csv
ADDED
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
1 |
+
model,competitor/rival of,friend/ally of,influenced by,known for,similar to,average
|
2 |
+
GPT-3 extsubscript{davinci},0.70571789216601,0.3956531368425896,0.6475957959742583,0.7399152540158276,0.5197407005278296,0.6017245559053029
|
experiments/results/lm_lc_zeroshot.csv
ADDED
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
model,is competitor/rival of,is friend/ally of,is influenced by,is known for,is similar to,average,shot,seed
|
2 |
+
Flan-UL2,0.3722054342549786,0.16943550713467384,0.25216595865316427,0.10233459523791726,0.14331747623578653,0.20789179430330412,0,0
|
3 |
+
Flan-T5 extsubscript{XXL},0.3870407293985436,0.18011882111528382,0.2803447269810751,0.11541696665469497,0.1376454580658542,0.2201133404430903,0,0
|
4 |
+
OPT extsubscript{13B},0.2915843970679984,0.12024131638436512,0.1601905784541834,0.18695238540502862,0.06757099906788934,0.165307935275893,0,0
|
5 |
+
GPT-3 extsubscript{davinci},0.3230219068572676,0.1719056375348149,0.2882024838164782,0.32588516525580674,0.13042652584957673,0.24788834386278885,0,0
|
experiments/results/lm_lc_zeroshot/davinci/ppl.is_competitor__rival_of.jsonl
ADDED
@@ -0,0 +1,89 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{"perplexity": 101.58953561821696, "input": "Complete the following list with examples of entities that are competitors or rivals\n * [\"Jeremy Corbyn\", \"Keir Starmer\"]", "output": ""}
|
2 |
+
{"perplexity": 182.92616472923874, "input": "Complete the following list with examples of entities that are competitors or rivals\n * [\"EuroBasket 2022\", \"Murad III\"]", "output": ""}
|
3 |
+
{"perplexity": 72.33038968956767, "input": "Complete the following list with examples of entities that are competitors or rivals\n * [\"Bugatti\", \"Lamborghini\"]", "output": ""}
|
4 |
+
{"perplexity": 108.1627627505184, "input": "Complete the following list with examples of entities that are competitors or rivals\n * [\"Apple\", \"Microsoft\"]", "output": ""}
|
5 |
+
{"perplexity": 107.68563861130195, "input": "Complete the following list with examples of entities that are competitors or rivals\n * [\"Lee Chong Wei\", \"Lin Dan\"]", "output": ""}
|
6 |
+
{"perplexity": 99.61876919800676, "input": "Complete the following list with examples of entities that are competitors or rivals\n * [\"Microsoft\", \"Google\"]", "output": ""}
|
7 |
+
{"perplexity": 157.54614783879188, "input": "Complete the following list with examples of entities that are competitors or rivals\n * [\"Samsung\", \"Pitbull\"]", "output": ""}
|
8 |
+
{"perplexity": 49.12753521899887, "input": "Complete the following list with examples of entities that are competitors or rivals\n * [\"Cristiano Ronaldo\", \"Lionel Messi\"]", "output": ""}
|
9 |
+
{"perplexity": 118.85610273104284, "input": "Complete the following list with examples of entities that are competitors or rivals\n * [\"Germany\", \"Austria\"]", "output": ""}
|
10 |
+
{"perplexity": 117.4295710327631, "input": "Complete the following list with examples of entities that are competitors or rivals\n * [\"Dyson\", \"Dualit\"]", "output": ""}
|
11 |
+
{"perplexity": 152.96684016457226, "input": "Complete the following list with examples of entities that are competitors or rivals\n * [\"Netflix\", \"Disney Plus\"]", "output": ""}
|
12 |
+
{"perplexity": 90.00091079400973, "input": "Complete the following list with examples of entities that are competitors or rivals\n * [\"PyTorch\", \"TensorFlow\"]", "output": ""}
|
13 |
+
{"perplexity": 90.20581487269541, "input": "Complete the following list with examples of entities that are competitors or rivals\n * [\"Dell\", \"HP\"]", "output": ""}
|
14 |
+
{"perplexity": 83.17478344580698, "input": "Complete the following list with examples of entities that are competitors or rivals\n * [\"Sanpellegrino\", \"Volvic\"]", "output": ""}
|
15 |
+
{"perplexity": 80.13930568420182, "input": "Complete the following list with examples of entities that are competitors or rivals\n * [\"Mikhail Khodorkovsky\", \"Hezbollah\"]", "output": ""}
|
16 |
+
{"perplexity": 63.522640374906636, "input": "Complete the following list with examples of entities that are competitors or rivals\n * [\"British Airways\", \"Aer Lingus\"]", "output": ""}
|
17 |
+
{"perplexity": 112.76160557077885, "input": "Complete the following list with examples of entities that are competitors or rivals\n * [\"Microsoft Teams\", \"Slack\"]", "output": ""}
|
18 |
+
{"perplexity": 84.5190652775399, "input": "Complete the following list with examples of entities that are competitors or rivals\n * [\"Federal Reserve Board\", \"Bank of England\"]", "output": ""}
|
19 |
+
{"perplexity": 132.01602447968676, "input": "Complete the following list with examples of entities that are competitors or rivals\n * [\"American Psycho\", \"Chihuahua\"]", "output": ""}
|
20 |
+
{"perplexity": 124.08648627288929, "input": "Complete the following list with examples of entities that are competitors or rivals\n * [\"Mars\", \"Snickers\"]", "output": ""}
|
21 |
+
{"perplexity": 129.62748921478772, "input": "Complete the following list with examples of entities that are competitors or rivals\n * [\"ASML\", \"LAM Research\"]", "output": ""}
|
22 |
+
{"perplexity": 217.5952969275156, "input": "Complete the following list with examples of entities that are competitors or rivals\n * [\"Jake Paul\", \"Tangled\"]", "output": ""}
|
23 |
+
{"perplexity": 55.20506733830328, "input": "Complete the following list with examples of entities that are competitors or rivals\n * [\"Nikhita Khrushchev\", \"Leonid Brezhnev\"]", "output": ""}
|
24 |
+
{"perplexity": 116.84441522574666, "input": "Complete the following list with examples of entities that are competitors or rivals\n * [\"Razer\", \"Dell\"]", "output": ""}
|
25 |
+
{"perplexity": 114.191588562599, "input": "Complete the following list with examples of entities that are competitors or rivals\n * [\"Spotify\", \"Apple\"]", "output": ""}
|
26 |
+
{"perplexity": 116.53271231565488, "input": "Complete the following list with examples of entities that are competitors or rivals\n * [\"Kourtney Kardashian\", \"Jenna Fischer\"]", "output": ""}
|
27 |
+
{"perplexity": 94.5797715820694, "input": "Complete the following list with examples of entities that are competitors or rivals\n * [\"Twitter\", \"WhatsApp\"]", "output": ""}
|
28 |
+
{"perplexity": 114.31462079322343, "input": "Complete the following list with examples of entities that are competitors or rivals\n * [\"Manchester United\", \"Arsenal\"]", "output": ""}
|
29 |
+
{"perplexity": 83.97780792171282, "input": "Complete the following list with examples of entities that are competitors or rivals\n * [\"WeChat\", \"WhatsApp\"]", "output": ""}
|
30 |
+
{"perplexity": 135.8926730241296, "input": "Complete the following list with examples of entities that are competitors or rivals\n * [\"Saudi Arabia\", \"Israel\"]", "output": ""}
|
31 |
+
{"perplexity": 78.47872060023543, "input": "Complete the following list with examples of entities that are competitors or rivals\n * [\"Bashar al-Assad\", \"Christianity\"]", "output": ""}
|
32 |
+
{"perplexity": 103.03193916219936, "input": "Complete the following list with examples of entities that are competitors or rivals\n * [\"Didier Deschamps\", \"Scott Adkins\"]", "output": ""}
|
33 |
+
{"perplexity": 49.88894441281394, "input": "Complete the following list with examples of entities that are competitors or rivals\n * [\"Lionel Messi\", \"Kylian Mbapp\u00e9\"]", "output": ""}
|
34 |
+
{"perplexity": 199.66087957700307, "input": "Complete the following list with examples of entities that are competitors or rivals\n * [\"Louis Philippe\", \"Peter England\"]", "output": ""}
|
35 |
+
{"perplexity": 202.33031187157547, "input": "Complete the following list with examples of entities that are competitors or rivals\n * [\"Steve Jobs\", \"Atlanta\"]", "output": ""}
|
36 |
+
{"perplexity": 94.7132576065932, "input": "Complete the following list with examples of entities that are competitors or rivals\n * [\"Bella Hadid\", \"Choi Woo-shik\"]", "output": ""}
|
37 |
+
{"perplexity": 149.158269385522, "input": "Complete the following list with examples of entities that are competitors or rivals\n * [\"Mali\", \"Frances McDormand\"]", "output": ""}
|
38 |
+
{"perplexity": 45.428924619883006, "input": "Complete the following list with examples of entities that are competitors or rivals\n * [\"Coca-Cola Company\", \"Pepsi\"]", "output": ""}
|
39 |
+
{"perplexity": 44.58831237384694, "input": "Complete the following list with examples of entities that are competitors or rivals\n * [\"Khabib Nurmagomedov\", \"Conor McGregor\"]", "output": ""}
|
40 |
+
{"perplexity": 121.04366611744811, "input": "Complete the following list with examples of entities that are competitors or rivals\n * [\"Twitter\", \"Facebook\"]", "output": ""}
|
41 |
+
{"perplexity": 70.00230369446722, "input": "Complete the following list with examples of entities that are competitors or rivals\n * [\"Cardiff University\", \"Swansea University\"]", "output": ""}
|
42 |
+
{"perplexity": 42.39962159997878, "input": "Complete the following list with examples of entities that are competitors or rivals\n * [\"Isaac Newton\", \"Gottfried Leibniz\"]", "output": ""}
|
43 |
+
{"perplexity": 107.81014906642919, "input": "Complete the following list with examples of entities that are competitors or rivals\n * [\"Casio\", \"Texas Instruments\"]", "output": ""}
|
44 |
+
{"perplexity": 90.29582660426111, "input": "Complete the following list with examples of entities that are competitors or rivals\n * [\"Arsenal\", \"Tottenham Hotspur\"]", "output": ""}
|
45 |
+
{"perplexity": 152.65886305814806, "input": "Complete the following list with examples of entities that are competitors or rivals\n * [\"Nintendo\", \"Xbox\"]", "output": ""}
|
46 |
+
{"perplexity": 96.96071223157128, "input": "Complete the following list with examples of entities that are competitors or rivals\n * [\"H&M\", \"Zalora\"]", "output": ""}
|
47 |
+
{"perplexity": 83.66123647138915, "input": "Complete the following list with examples of entities that are competitors or rivals\n * [\"Serena Williams\", \"Andy Murray\"]", "output": ""}
|
48 |
+
{"perplexity": 92.7845918585828, "input": "Complete the following list with examples of entities that are competitors or rivals\n * [\"Liverpool FC\", \"Manchester United\"]", "output": ""}
|
49 |
+
{"perplexity": 108.50971345453637, "input": "Complete the following list with examples of entities that are competitors or rivals\n * [\"Apple\", \"Samsung\"]", "output": ""}
|
50 |
+
{"perplexity": 81.25659240836981, "input": "Complete the following list with examples of entities that are competitors or rivals\n * [\"Expedia\", \"Trivago\"]", "output": ""}
|
51 |
+
{"perplexity": 51.6195325451907, "input": "Complete the following list with examples of entities that are competitors or rivals\n * [\"Heathrow Airport\", \"Gatwick Airport\"]", "output": ""}
|
52 |
+
{"perplexity": 105.6765022924212, "input": "Complete the following list with examples of entities that are competitors or rivals\n * [\"Mario\", \"Bowser\"]", "output": ""}
|
53 |
+
{"perplexity": 141.77863191085888, "input": "Complete the following list with examples of entities that are competitors or rivals\n * [\"US\", \"China\"]", "output": ""}
|
54 |
+
{"perplexity": 60.27123496105139, "input": "Complete the following list with examples of entities that are competitors or rivals\n * [\"Olympic Games\", \"Helicobacter pylori\"]", "output": ""}
|
55 |
+
{"perplexity": 60.201441547509866, "input": "Complete the following list with examples of entities that are competitors or rivals\n * [\"BMW\", \"Mercedes-Benz\"]", "output": ""}
|
56 |
+
{"perplexity": 151.0218628139722, "input": "Complete the following list with examples of entities that are competitors or rivals\n * [\"Blur\", \"Oasis\"]", "output": ""}
|
57 |
+
{"perplexity": 114.15143408909168, "input": "Complete the following list with examples of entities that are competitors or rivals\n * [\"Israel\", \"Palestine\"]", "output": ""}
|
58 |
+
{"perplexity": 100.82776509292835, "input": "Complete the following list with examples of entities that are competitors or rivals\n * [\"Toshiba\", \"LG\"]", "output": ""}
|
59 |
+
{"perplexity": 136.92724042191756, "input": "Complete the following list with examples of entities that are competitors or rivals\n * [\"Apple\", \"Rolex\"]", "output": ""}
|
60 |
+
{"perplexity": 141.43026140544134, "input": "Complete the following list with examples of entities that are competitors or rivals\n * [\"Tesla\", \"Skoda\"]", "output": ""}
|
61 |
+
{"perplexity": 114.46432855541183, "input": "Complete the following list with examples of entities that are competitors or rivals\n * [\"Thomas Jefferson\", \"Alexander Hamilton\"]", "output": ""}
|
62 |
+
{"perplexity": 83.71098667348832, "input": "Complete the following list with examples of entities that are competitors or rivals\n * [\"Chester FC\", \"Wrexham FC\"]", "output": ""}
|
63 |
+
{"perplexity": 126.72458717335907, "input": "Complete the following list with examples of entities that are competitors or rivals\n * [\"Line of Duty\", \"CSI\"]", "output": ""}
|
64 |
+
{"perplexity": 93.23083813492813, "input": "Complete the following list with examples of entities that are competitors or rivals\n * [\"Gladiator\", \"Imelda Staunton\"]", "output": ""}
|
65 |
+
{"perplexity": 142.28858734369652, "input": "Complete the following list with examples of entities that are competitors or rivals\n * [\"UK\", \"France\"]", "output": ""}
|
66 |
+
{"perplexity": 73.9807032925491, "input": "Complete the following list with examples of entities that are competitors or rivals\n * [\"Nike\", \"Adidas\"]", "output": ""}
|
67 |
+
{"perplexity": 49.090746306072376, "input": "Complete the following list with examples of entities that are competitors or rivals\n * [\"Alain Prost\", \"Ayrton Senna\"]", "output": ""}
|
68 |
+
{"perplexity": 102.04440160879402, "input": "Complete the following list with examples of entities that are competitors or rivals\n * [\"Manchester City\", \"Manchester United\"]", "output": ""}
|
69 |
+
{"perplexity": 117.99156756740983, "input": "Complete the following list with examples of entities that are competitors or rivals\n * [\"BBC\", \"The Guardian\"]", "output": ""}
|
70 |
+
{"perplexity": 104.07255027826733, "input": "Complete the following list with examples of entities that are competitors or rivals\n * [\"Amazon\", \"Ebay\"]", "output": ""}
|
71 |
+
{"perplexity": 90.84508749265908, "input": "Complete the following list with examples of entities that are competitors or rivals\n * [\"Sir Alex Ferguson\", \"Jose Mourinho\"]", "output": ""}
|
72 |
+
{"perplexity": 155.87735039581946, "input": "Complete the following list with examples of entities that are competitors or rivals\n * [\"ASEAN\", \"Helen Hunt\"]", "output": ""}
|
73 |
+
{"perplexity": 95.01114369170365, "input": "Complete the following list with examples of entities that are competitors or rivals\n * [\"Hans Zimmer\", \"John Williams\"]", "output": ""}
|
74 |
+
{"perplexity": 107.33938876044444, "input": "Complete the following list with examples of entities that are competitors or rivals\n * [\"Noel Gallagher\", \"Liam Gallaguer\"]", "output": ""}
|
75 |
+
{"perplexity": 50.267865561200395, "input": "Complete the following list with examples of entities that are competitors or rivals\n * [\"McDonald's\", \"Burger King\"]", "output": ""}
|
76 |
+
{"perplexity": 71.84639673489492, "input": "Complete the following list with examples of entities that are competitors or rivals\n * [\"Neoclassicism\", \"Romanticism\"]", "output": ""}
|
77 |
+
{"perplexity": 295.1522630430287, "input": "Complete the following list with examples of entities that are competitors or rivals\n * [\"Royal Feast\", \"Fast X\"]", "output": ""}
|
78 |
+
{"perplexity": 123.01674307820997, "input": "Complete the following list with examples of entities that are competitors or rivals\n * [\"Eminem\", \"MGK\"]", "output": ""}
|
79 |
+
{"perplexity": 110.63149511908688, "input": "Complete the following list with examples of entities that are competitors or rivals\n * [\"Sprite\", \"7 Up\"]", "output": ""}
|
80 |
+
{"perplexity": 94.14678774507296, "input": "Complete the following list with examples of entities that are competitors or rivals\n * [\"Katharine Hepburn\", \"Abrahamic religion\"]", "output": ""}
|
81 |
+
{"perplexity": 68.66845904377139, "input": "Complete the following list with examples of entities that are competitors or rivals\n * [\"Martin Luther King Jr.\", \"Malcolm X\"]", "output": ""}
|
82 |
+
{"perplexity": 131.19009048007678, "input": "Complete the following list with examples of entities that are competitors or rivals\n * [\"Ligue 1\", \"Hayley Atwell\"]", "output": ""}
|
83 |
+
{"perplexity": 138.4416954365417, "input": "Complete the following list with examples of entities that are competitors or rivals\n * [\"Vikram\", \"Coen brothers\"]", "output": ""}
|
84 |
+
{"perplexity": 137.80932144079574, "input": "Complete the following list with examples of entities that are competitors or rivals\n * [\"Russia\", \"China\"]", "output": ""}
|
85 |
+
{"perplexity": 136.16594166525485, "input": "Complete the following list with examples of entities that are competitors or rivals\n * [\"Mohamed Salah\", \"Korea\"]", "output": ""}
|
86 |
+
{"perplexity": 137.1423737246859, "input": "Complete the following list with examples of entities that are competitors or rivals\n * [\"Kingston\", \"Samsung\"]", "output": ""}
|
87 |
+
{"perplexity": 108.02597311324388, "input": "Complete the following list with examples of entities that are competitors or rivals\n * [\"AWS\", \"GCP\"]", "output": ""}
|
88 |
+
{"perplexity": 75.76291697133081, "input": "Complete the following list with examples of entities that are competitors or rivals\n * [\"Beatles\", \"Rolling Stones\"]", "output": ""}
|
89 |
+
{"perplexity": 119.98438599510752, "input": "Complete the following list with examples of entities that are competitors or rivals\n * [\"John Tyler\", \"Whig Party\"]", "output": ""}
|
experiments/results/lm_lc_zeroshot/davinci/ppl.is_friend__ally_of.jsonl
ADDED
@@ -0,0 +1,92 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{"perplexity": 63.63503463350363, "input": "Complete the following list with examples of entities that are friends or allies\n * [\"Rishi Sunak\", \"Leo Varadkar\"]", "output": ""}
|
2 |
+
{"perplexity": 59.971335024891275, "input": "Complete the following list with examples of entities that are friends or allies\n * [\"Gondor\", \"Rohan\"]", "output": ""}
|
3 |
+
{"perplexity": 74.60560404765222, "input": "Complete the following list with examples of entities that are friends or allies\n * [\"FIFA\", \"UEFA\"]", "output": ""}
|
4 |
+
{"perplexity": 42.99068456946734, "input": "Complete the following list with examples of entities that are friends or allies\n * [\"Joseph Stalin\", \"Josip Broz Tito\"]", "output": ""}
|
5 |
+
{"perplexity": 60.66848529489949, "input": "Complete the following list with examples of entities that are friends or allies\n * [\"Hillary Clinton\", \"Barack Obama\"]", "output": ""}
|
6 |
+
{"perplexity": 73.06584113448343, "input": "Complete the following list with examples of entities that are friends or allies\n * [\"Di Maio\", \"Salvini\"]", "output": ""}
|
7 |
+
{"perplexity": 81.31249390413413, "input": "Complete the following list with examples of entities that are friends or allies\n * [\"Yahoo\", \"Yahoo Japan\"]", "output": ""}
|
8 |
+
{"perplexity": 36.398729974902515, "input": "Complete the following list with examples of entities that are friends or allies\n * [\"Armenia\", \"Azerbaijan\"]", "output": ""}
|
9 |
+
{"perplexity": 125.364680438771, "input": "Complete the following list with examples of entities that are friends or allies\n * [\"Doja Cat\", \"Anthony Albanese\"]", "output": ""}
|
10 |
+
{"perplexity": 33.548134125388685, "input": "Complete the following list with examples of entities that are friends or allies\n * [\"Pedro S\u00e1nchez\", \"Pablo Iglesias\"]", "output": ""}
|
11 |
+
{"perplexity": 108.96840242890875, "input": "Complete the following list with examples of entities that are friends or allies\n * [\"Islamic State\", \"Denys Prokopenko\"]", "output": ""}
|
12 |
+
{"perplexity": 108.47548584060864, "input": "Complete the following list with examples of entities that are friends or allies\n * [\"Brazil\", \"India\"]", "output": ""}
|
13 |
+
{"perplexity": 52.84138239592815, "input": "Complete the following list with examples of entities that are friends or allies\n * [\"Extinction Rebellion\", \"Greta Thunberg\"]", "output": ""}
|
14 |
+
{"perplexity": 68.5423974605655, "input": "Complete the following list with examples of entities that are friends or allies\n * [\"Sicily\", \"Calabria\"]", "output": ""}
|
15 |
+
{"perplexity": 104.6513312724189, "input": "Complete the following list with examples of entities that are friends or allies\n * [\"Oman\", \"Iran\"]", "output": ""}
|
16 |
+
{"perplexity": 150.0018686114863, "input": "Complete the following list with examples of entities that are friends or allies\n * [\"Sony\", \"ZEISS\"]", "output": ""}
|
17 |
+
{"perplexity": 195.56625107038138, "input": "Complete the following list with examples of entities that are friends or allies\n * [\"FTX\", \"Alameda Research\"]", "output": ""}
|
18 |
+
{"perplexity": 100.57911021089531, "input": "Complete the following list with examples of entities that are friends or allies\n * [\"UK\", \"Commonwealth\"]", "output": ""}
|
19 |
+
{"perplexity": 72.50930017465377, "input": "Complete the following list with examples of entities that are friends or allies\n * [\"Australia\", \"New Zealand\"]", "output": ""}
|
20 |
+
{"perplexity": 60.64711632440313, "input": "Complete the following list with examples of entities that are friends or allies\n * [\"Kylo Ren\", \"Rey\"]", "output": ""}
|
21 |
+
{"perplexity": 76.58369561351051, "input": "Complete the following list with examples of entities that are friends or allies\n * [\"Anne Boleyn\", \"Columbia Pictures\"]", "output": ""}
|
22 |
+
{"perplexity": 100.59428521535328, "input": "Complete the following list with examples of entities that are friends or allies\n * [\"KGB\", \"CIA\"]", "output": ""}
|
23 |
+
{"perplexity": 116.38731926416634, "input": "Complete the following list with examples of entities that are friends or allies\n * [\"Rishi Sunak\", \"Joe Biden\"]", "output": ""}
|
24 |
+
{"perplexity": 64.81491382644033, "input": "Complete the following list with examples of entities that are friends or allies\n * [\"Quentin Tarantino\", \"Edgar Wright\"]", "output": ""}
|
25 |
+
{"perplexity": 66.28766215843139, "input": "Complete the following list with examples of entities that are friends or allies\n * [\"Keir Starmer\", \"Jeremy Corbyn\"]", "output": ""}
|
26 |
+
{"perplexity": 41.654964586283114, "input": "Complete the following list with examples of entities that are friends or allies\n * [\"U.S.S.R.\", \"East Germany\"]", "output": ""}
|
27 |
+
{"perplexity": 53.10233699713994, "input": "Complete the following list with examples of entities that are friends or allies\n * [\"Harry Potter\", \"Severus Snape\"]", "output": ""}
|
28 |
+
{"perplexity": 63.53703635994348, "input": "Complete the following list with examples of entities that are friends or allies\n * [\"Tata Motors\", \"Jaguar\"]", "output": ""}
|
29 |
+
{"perplexity": 121.35265050436175, "input": "Complete the following list with examples of entities that are friends or allies\n * [\"Kendall Jenner\", \"Bergen\"]", "output": ""}
|
30 |
+
{"perplexity": 132.63692930477853, "input": "Complete the following list with examples of entities that are friends or allies\n * [\"Thomas Jefferson\", \"Kid Cudi\"]", "output": ""}
|
31 |
+
{"perplexity": 82.92578174360102, "input": "Complete the following list with examples of entities that are friends or allies\n * [\"South Korea\", \"Japan\"]", "output": ""}
|
32 |
+
{"perplexity": 84.93449930764162, "input": "Complete the following list with examples of entities that are friends or allies\n * [\"Spain\", \"Portugal\"]", "output": ""}
|
33 |
+
{"perplexity": 65.65769619362818, "input": "Complete the following list with examples of entities that are friends or allies\n * [\"Liam Gallagher\", \"Noel Gallagher\"]", "output": ""}
|
34 |
+
{"perplexity": 67.31467818248294, "input": "Complete the following list with examples of entities that are friends or allies\n * [\"France\", \"Belgium\"]", "output": ""}
|
35 |
+
{"perplexity": 66.99373339642563, "input": "Complete the following list with examples of entities that are friends or allies\n * [\"Turkish Airlines\", \"All Nippon Airways\"]", "output": ""}
|
36 |
+
{"perplexity": 62.55484777206142, "input": "Complete the following list with examples of entities that are friends or allies\n * [\"Malaysia\", \"Singapore\"]", "output": ""}
|
37 |
+
{"perplexity": 97.76311841904626, "input": "Complete the following list with examples of entities that are friends or allies\n * [\"JP Morgan\", \"Morgan Stanley\"]", "output": ""}
|
38 |
+
{"perplexity": 51.954945133577624, "input": "Complete the following list with examples of entities that are friends or allies\n * [\"Sophia Loren\", \"Marlon Brando\"]", "output": ""}
|
39 |
+
{"perplexity": 25.830412645094896, "input": "Complete the following list with examples of entities that are friends or allies\n * [\"J.R.R. Tolkien\", \"C.S. Lewis\"]", "output": ""}
|
40 |
+
{"perplexity": 84.41194656564765, "input": "Complete the following list with examples of entities that are friends or allies\n * [\"China\", \"North Korea\"]", "output": ""}
|
41 |
+
{"perplexity": 55.9131675521399, "input": "Complete the following list with examples of entities that are friends or allies\n * [\"Margaret Thatcher\", \"Ronald Reagan\"]", "output": ""}
|
42 |
+
{"perplexity": 110.04616796606582, "input": "Complete the following list with examples of entities that are friends or allies\n * [\"Eva Per\u00f3n\", \"Interpol\"]", "output": ""}
|
43 |
+
{"perplexity": 114.44724740775928, "input": "Complete the following list with examples of entities that are friends or allies\n * [\"UK\", \"Ireland\"]", "output": ""}
|
44 |
+
{"perplexity": 107.37063444421555, "input": "Complete the following list with examples of entities that are friends or allies\n * [\"Singapore\", \"Israel\"]", "output": ""}
|
45 |
+
{"perplexity": 52.14606729592488, "input": "Complete the following list with examples of entities that are friends or allies\n * [\"Eastern Orthodoxy\", \"Oriental Orthodoxy\"]", "output": ""}
|
46 |
+
{"perplexity": 107.14127055370705, "input": "Complete the following list with examples of entities that are friends or allies\n * [\"India\", \"US\"]", "output": ""}
|
47 |
+
{"perplexity": 77.8078581435848, "input": "Complete the following list with examples of entities that are friends or allies\n * [\"Ed Gein\", \"Colonel Sanders\"]", "output": ""}
|
48 |
+
{"perplexity": 66.75443736723595, "input": "Complete the following list with examples of entities that are friends or allies\n * [\"Beatles\", \"Rolling Stones\"]", "output": ""}
|
49 |
+
{"perplexity": 108.85972143685375, "input": "Complete the following list with examples of entities that are friends or allies\n * [\"Red Bull\", \"GoPro\"]", "output": ""}
|
50 |
+
{"perplexity": 112.19805208236879, "input": "Complete the following list with examples of entities that are friends or allies\n * [\"HSBC\", \"BlackRock\"]", "output": ""}
|
51 |
+
{"perplexity": 118.4103860950407, "input": "Complete the following list with examples of entities that are friends or allies\n * [\"Elsa\", \"Anna\"]", "output": ""}
|
52 |
+
{"perplexity": 54.99843196964987, "input": "Complete the following list with examples of entities that are friends or allies\n * [\"Macbeth\", \"Banquo\"]", "output": ""}
|
53 |
+
{"perplexity": 108.0459500942928, "input": "Complete the following list with examples of entities that are friends or allies\n * [\"Aznar\", \"Bush\"]", "output": ""}
|
54 |
+
{"perplexity": 116.89390353429339, "input": "Complete the following list with examples of entities that are friends or allies\n * [\"Google\", \"Samsung\"]", "output": ""}
|
55 |
+
{"perplexity": 76.30975302163986, "input": "Complete the following list with examples of entities that are friends or allies\n * [\"IMF\", \"The World Bank\"]", "output": ""}
|
56 |
+
{"perplexity": 105.97067472224956, "input": "Complete the following list with examples of entities that are friends or allies\n * [\"Nikon\", \"Tokina\"]", "output": ""}
|
57 |
+
{"perplexity": 63.955175952511745, "input": "Complete the following list with examples of entities that are friends or allies\n * [\"Walter White\", \"Gus Fring\"]", "output": ""}
|
58 |
+
{"perplexity": 61.13986462853582, "input": "Complete the following list with examples of entities that are friends or allies\n * [\"Ron Weasley\", \"Neville Longbottom\"]", "output": ""}
|
59 |
+
{"perplexity": 40.06581477138681, "input": "Complete the following list with examples of entities that are friends or allies\n * [\"Darth Vader\", \"Emperor Palpatine\"]", "output": ""}
|
60 |
+
{"perplexity": 43.709007686072034, "input": "Complete the following list with examples of entities that are friends or allies\n * [\"Coca-Cola\", \"McDonald's\"]", "output": ""}
|
61 |
+
{"perplexity": 77.50577330370412, "input": "Complete the following list with examples of entities that are friends or allies\n * [\"Instagram\", \"WhatsApp\"]", "output": ""}
|
62 |
+
{"perplexity": 62.07480821766584, "input": "Complete the following list with examples of entities that are friends or allies\n * [\"Noah Schnapp\", \"Galatasaray S.K.\"]", "output": ""}
|
63 |
+
{"perplexity": 102.62360145936726, "input": "Complete the following list with examples of entities that are friends or allies\n * [\"US\", \"Canada\"]", "output": ""}
|
64 |
+
{"perplexity": 95.30329273762496, "input": "Complete the following list with examples of entities that are friends or allies\n * [\"Bob Marley\", \"Abu Bakr\"]", "output": ""}
|
65 |
+
{"perplexity": 94.0150152992213, "input": "Complete the following list with examples of entities that are friends or allies\n * [\"Jeff Bezos\", \"GitHub\"]", "output": ""}
|
66 |
+
{"perplexity": 98.377470615289, "input": "Complete the following list with examples of entities that are friends or allies\n * [\"Hong Kong\", \"HSBC\"]", "output": ""}
|
67 |
+
{"perplexity": 60.05572249836574, "input": "Complete the following list with examples of entities that are friends or allies\n * [\"United States\", \"United Kingdom\"]", "output": ""}
|
68 |
+
{"perplexity": 46.40057838372984, "input": "Complete the following list with examples of entities that are friends or allies\n * [\"Porter Wagoner\", \"Dolly Parton\"]", "output": ""}
|
69 |
+
{"perplexity": 122.12235401347023, "input": "Complete the following list with examples of entities that are friends or allies\n * [\"Achilles\", \"Jonathan Bailey\"]", "output": ""}
|
70 |
+
{"perplexity": 99.63119611546723, "input": "Complete the following list with examples of entities that are friends or allies\n * [\"Linus Sebastian\", \"Marques Brownlee\"]", "output": ""}
|
71 |
+
{"perplexity": 61.2635869156139, "input": "Complete the following list with examples of entities that are friends or allies\n * [\"Catherine Zeta-Jones\", \"Johnny Knoxville\"]", "output": ""}
|
72 |
+
{"perplexity": 122.8321680237836, "input": "Complete the following list with examples of entities that are friends or allies\n * [\"Amazon\", \"Royal Mail\"]", "output": ""}
|
73 |
+
{"perplexity": 104.05387261669564, "input": "Complete the following list with examples of entities that are friends or allies\n * [\"The Beatles\", \"Queen\"]", "output": ""}
|
74 |
+
{"perplexity": 69.37642903566015, "input": "Complete the following list with examples of entities that are friends or allies\n * [\"Benedict Cumberbatch\", \"Hanukkah\"]", "output": ""}
|
75 |
+
{"perplexity": 110.51756592295898, "input": "Complete the following list with examples of entities that are friends or allies\n * [\"Huawei\", \"China\"]", "output": ""}
|
76 |
+
{"perplexity": 88.80139523672749, "input": "Complete the following list with examples of entities that are friends or allies\n * [\"Rishi Sunak\", \"Emmanuel Macron\"]", "output": ""}
|
77 |
+
{"perplexity": 125.92760514676125, "input": "Complete the following list with examples of entities that are friends or allies\n * [\"Microsoft\", \"LinkedIn\"]", "output": ""}
|
78 |
+
{"perplexity": 130.04120633001622, "input": "Complete the following list with examples of entities that are friends or allies\n * [\"Paul Rudd\", \"Memento\"]", "output": ""}
|
79 |
+
{"perplexity": 112.22068383453605, "input": "Complete the following list with examples of entities that are friends or allies\n * [\"Russia\", \"Georgia\"]", "output": ""}
|
80 |
+
{"perplexity": 89.8966660549123, "input": "Complete the following list with examples of entities that are friends or allies\n * [\"Germany\", \"France\"]", "output": ""}
|
81 |
+
{"perplexity": 105.95604479467747, "input": "Complete the following list with examples of entities that are friends or allies\n * [\"Stephen Hawking\", \"Brian Cox\"]", "output": ""}
|
82 |
+
{"perplexity": 35.15091599047132, "input": "Complete the following list with examples of entities that are friends or allies\n * [\"Jean-Michel Basquiat\", \"Andy Warhol\"]", "output": ""}
|
83 |
+
{"perplexity": 100.49244201886545, "input": "Complete the following list with examples of entities that are friends or allies\n * [\"Mark Drakeford\", \"Rishi Sunak\"]", "output": ""}
|
84 |
+
{"perplexity": 123.77252551524607, "input": "Complete the following list with examples of entities that are friends or allies\n * [\"J\u00fcrgen Klopp\", \"Exo\"]", "output": ""}
|
85 |
+
{"perplexity": 139.45862502979517, "input": "Complete the following list with examples of entities that are friends or allies\n * [\"Windows\", \"Xbox\"]", "output": ""}
|
86 |
+
{"perplexity": 121.74984153219782, "input": "Complete the following list with examples of entities that are friends or allies\n * [\"Saturn\", \"Rachel Bilson\"]", "output": ""}
|
87 |
+
{"perplexity": 95.23594124658162, "input": "Complete the following list with examples of entities that are friends or allies\n * [\"Ottoman Empire\", \"Snowpiercer\"]", "output": ""}
|
88 |
+
{"perplexity": 87.63981347283486, "input": "Complete the following list with examples of entities that are friends or allies\n * [\"Johnny Cash\", \"Waylon Jennings\"]", "output": ""}
|
89 |
+
{"perplexity": 90.43845777942859, "input": "Complete the following list with examples of entities that are friends or allies\n * [\"UN\", \"NATO\"]", "output": ""}
|
90 |
+
{"perplexity": 67.78169345279021, "input": "Complete the following list with examples of entities that are friends or allies\n * [\"Boris Johnson\", \"Emmanuel Macron\"]", "output": ""}
|
91 |
+
{"perplexity": 42.54385287188665, "input": "Complete the following list with examples of entities that are friends or allies\n * [\"Cersei Lannister\", \"Euron Greyjoy\"]", "output": ""}
|
92 |
+
{"perplexity": 87.80752449616936, "input": "Complete the following list with examples of entities that are friends or allies\n * [\"Japan\", \"Taiwan\"]", "output": ""}
|
experiments/results/lm_lc_zeroshot/davinci/ppl.is_influenced_by.jsonl
ADDED
@@ -0,0 +1,93 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{"perplexity": 176.52176317102283, "input": "Complete the following list with examples of what has influenced different entities\n * [\"Prince Harry\", \"Monarchy\"]", "output": ""}
|
2 |
+
{"perplexity": 180.59453838907615, "input": "Complete the following list with examples of what has influenced different entities\n * [\"F1\", \"social media\"]", "output": ""}
|
3 |
+
{"perplexity": 85.93597922957753, "input": "Complete the following list with examples of what has influenced different entities\n * [\"Elton John\", \"Elvis Presley\"]", "output": ""}
|
4 |
+
{"perplexity": 145.3464096654681, "input": "Complete the following list with examples of what has influenced different entities\n * [\"Jack Black\", \"Waffen-SS\"]", "output": ""}
|
5 |
+
{"perplexity": 74.01691234479797, "input": "Complete the following list with examples of what has influenced different entities\n * [\"Game of Thrones\", \"Lord of the Rings\"]", "output": ""}
|
6 |
+
{"perplexity": 154.0157634467529, "input": "Complete the following list with examples of what has influenced different entities\n * [\"Canon\", \"Nikon\"]", "output": ""}
|
7 |
+
{"perplexity": 93.86868658004782, "input": "Complete the following list with examples of what has influenced different entities\n * [\"Thomas Aquinas\", \"Aristotle\"]", "output": ""}
|
8 |
+
{"perplexity": 193.88848142971634, "input": "Complete the following list with examples of what has influenced different entities\n * [\"Android\", \"iOS\"]", "output": ""}
|
9 |
+
{"perplexity": 144.99560317585892, "input": "Complete the following list with examples of what has influenced different entities\n * [\"Charles Baudelaire\", \"Tornado MRCA\"]", "output": ""}
|
10 |
+
{"perplexity": 156.4512315743103, "input": "Complete the following list with examples of what has influenced different entities\n * [\"trending music\", \"TikTok\"]", "output": ""}
|
11 |
+
{"perplexity": 111.1241595687476, "input": "Complete the following list with examples of what has influenced different entities\n * [\"Xi Jinping\", \"Kim Jong-il\"]", "output": ""}
|
12 |
+
{"perplexity": 106.55571687205108, "input": "Complete the following list with examples of what has influenced different entities\n * [\"Beethoven\", \"romanticism\"]", "output": ""}
|
13 |
+
{"perplexity": 79.61004423527002, "input": "Complete the following list with examples of what has influenced different entities\n * [\"Edgar Allan Poe\", \"Romanticism\"]", "output": ""}
|
14 |
+
{"perplexity": 209.1375905093156, "input": "Complete the following list with examples of what has influenced different entities\n * [\"US\", \"NASA\"]", "output": ""}
|
15 |
+
{"perplexity": 149.86213064142197, "input": "Complete the following list with examples of what has influenced different entities\n * [\"Wales\", \"Westminster\"]", "output": ""}
|
16 |
+
{"perplexity": 154.67575500016008, "input": "Complete the following list with examples of what has influenced different entities\n * [\"Sierra Leone\", \"Pulp fiction\"]", "output": ""}
|
17 |
+
{"perplexity": 147.65575023935043, "input": "Complete the following list with examples of what has influenced different entities\n * [\"Ethereum\", \"Bitcoin\"]", "output": ""}
|
18 |
+
{"perplexity": 106.65056132863172, "input": "Complete the following list with examples of what has influenced different entities\n * [\"Theresa May\", \"David Cameron\"]", "output": ""}
|
19 |
+
{"perplexity": 132.94553195363358, "input": "Complete the following list with examples of what has influenced different entities\n * [\"Anna Delvey\", \"Bernie Madoff\"]", "output": ""}
|
20 |
+
{"perplexity": 77.32268152934569, "input": "Complete the following list with examples of what has influenced different entities\n * [\"Lord of the Rings\", \"Beowulf\"]", "output": ""}
|
21 |
+
{"perplexity": 120.87873805664755, "input": "Complete the following list with examples of what has influenced different entities\n * [\"Andrew Johnson\", \"Abraham Lincoln\"]", "output": ""}
|
22 |
+
{"perplexity": 202.88153053539367, "input": "Complete the following list with examples of what has influenced different entities\n * [\"LinkedIn\", \"Facebook\"]", "output": ""}
|
23 |
+
{"perplexity": 113.21056347649021, "input": "Complete the following list with examples of what has influenced different entities\n * [\"Picasso\", \"Cezanne\"]", "output": ""}
|
24 |
+
{"perplexity": 174.05406963986866, "input": "Complete the following list with examples of what has influenced different entities\n * [\"Playstation\", \"Xbox\"]", "output": ""}
|
25 |
+
{"perplexity": 171.61765687532795, "input": "Complete the following list with examples of what has influenced different entities\n * [\"Kevin Spacey\", \"Tenerife\"]", "output": ""}
|
26 |
+
{"perplexity": 160.63009395738558, "input": "Complete the following list with examples of what has influenced different entities\n * [\"Saudi Arabia\", \"US\"]", "output": ""}
|
27 |
+
{"perplexity": 143.10433882933205, "input": "Complete the following list with examples of what has influenced different entities\n * [\"Fitbit\", \"heart rate monitor\"]", "output": ""}
|
28 |
+
{"perplexity": 141.3915161891253, "input": "Complete the following list with examples of what has influenced different entities\n * [\"Taiwan\", \"China\"]", "output": ""}
|
29 |
+
{"perplexity": 56.008363989038635, "input": "Complete the following list with examples of what has influenced different entities\n * [\"Kylian Mbappe\", \"Cristiano Ronaldo\"]", "output": ""}
|
30 |
+
{"perplexity": 119.22936317260937, "input": "Complete the following list with examples of what has influenced different entities\n * [\"Picasso\", \"cubism\"]", "output": ""}
|
31 |
+
{"perplexity": 128.08000622267318, "input": "Complete the following list with examples of what has influenced different entities\n * [\"Miley Cyrus\", \"Lorde\"]", "output": ""}
|
32 |
+
{"perplexity": 77.91440723078743, "input": "Complete the following list with examples of what has influenced different entities\n * [\"Neymar\", \"Alexis S\u00e1nchez\"]", "output": ""}
|
33 |
+
{"perplexity": 117.81628608039628, "input": "Complete the following list with examples of what has influenced different entities\n * [\"Smashing Pumpkins\", \"Beatles\"]", "output": ""}
|
34 |
+
{"perplexity": 148.51893350040837, "input": "Complete the following list with examples of what has influenced different entities\n * [\"Portuguese\", \"The Prestige\"]", "output": ""}
|
35 |
+
{"perplexity": 198.75721911272598, "input": "Complete the following list with examples of what has influenced different entities\n * [\"Luke Evans\", \"Ava Gardner\"]", "output": ""}
|
36 |
+
{"perplexity": 176.1314918724715, "input": "Complete the following list with examples of what has influenced different entities\n * [\"MacOS\", \"Linux\"]", "output": ""}
|
37 |
+
{"perplexity": 121.88380576399267, "input": "Complete the following list with examples of what has influenced different entities\n * [\"Transport for Wales\", \"National Rail\"]", "output": ""}
|
38 |
+
{"perplexity": 98.84246774300293, "input": "Complete the following list with examples of what has influenced different entities\n * [\"Herbie Hancock\", \"Miles Davis\"]", "output": ""}
|
39 |
+
{"perplexity": 111.79597370122781, "input": "Complete the following list with examples of what has influenced different entities\n * [\"India\", \"Hinduism\"]", "output": ""}
|
40 |
+
{"perplexity": 157.99446924235258, "input": "Complete the following list with examples of what has influenced different entities\n * [\"hip hop\", \"jazz\"]", "output": ""}
|
41 |
+
{"perplexity": 98.59035115334422, "input": "Complete the following list with examples of what has influenced different entities\n * [\"Bob Dylan\", \"Woody Guthrie\"]", "output": ""}
|
42 |
+
{"perplexity": 179.12930853515476, "input": "Complete the following list with examples of what has influenced different entities\n * [\"Tim Burton\", \"German expressionism\"]", "output": ""}
|
43 |
+
{"perplexity": 78.72310033195507, "input": "Complete the following list with examples of what has influenced different entities\n * [\"Eamon de Valera\", \"James Napper Tandy\"]", "output": ""}
|
44 |
+
{"perplexity": 166.62983776148434, "input": "Complete the following list with examples of what has influenced different entities\n * [\"Joe Biden\", \"Donald Trump\"]", "output": ""}
|
45 |
+
{"perplexity": 118.43369811616579, "input": "Complete the following list with examples of what has influenced different entities\n * [\"Shaquille O'Neal\", \"Selim II\"]", "output": ""}
|
46 |
+
{"perplexity": 119.05033234523037, "input": "Complete the following list with examples of what has influenced different entities\n * [\"Cobra Kai\", \"Anna Chlumsky\"]", "output": ""}
|
47 |
+
{"perplexity": 96.28172289560607, "input": "Complete the following list with examples of what has influenced different entities\n * [\"Harry Potter\", \"Wizard of Oz\"]", "output": ""}
|
48 |
+
{"perplexity": 64.31886035430834, "input": "Complete the following list with examples of what has influenced different entities\n * [\"Coca-Cola\", \"Pepsi\"]", "output": ""}
|
49 |
+
{"perplexity": 136.5398632559553, "input": "Complete the following list with examples of what has influenced different entities\n * [\"Apple Music\", \"Spotify\"]", "output": ""}
|
50 |
+
{"perplexity": 85.674671803635, "input": "Complete the following list with examples of what has influenced different entities\n * [\"Singaporean food\", \"Malaysian food\"]", "output": ""}
|
51 |
+
{"perplexity": 239.15455331525914, "input": "Complete the following list with examples of what has influenced different entities\n * [\"Guess\", \"Gucci\"]", "output": ""}
|
52 |
+
{"perplexity": 133.670698805347, "input": "Complete the following list with examples of what has influenced different entities\n * [\"Commonwealth\", \"United Kingdom\"]", "output": ""}
|
53 |
+
{"perplexity": 184.80537929072912, "input": "Complete the following list with examples of what has influenced different entities\n * [\"machine learning\", \"Google\"]", "output": ""}
|
54 |
+
{"perplexity": 86.73875601791006, "input": "Complete the following list with examples of what has influenced different entities\n * [\"Antonio Salazar\", \"fascism\"]", "output": ""}
|
55 |
+
{"perplexity": 203.99554744752976, "input": "Complete the following list with examples of what has influenced different entities\n * [\"Facebook\", \"LinkedIn\"]", "output": ""}
|
56 |
+
{"perplexity": 109.22773749451368, "input": "Complete the following list with examples of what has influenced different entities\n * [\"Hank Williams\", \"Jimmie Rodgers\"]", "output": ""}
|
57 |
+
{"perplexity": 266.82735509600394, "input": "Complete the following list with examples of what has influenced different entities\n * [\"painters\", \"Stable Diffusion\"]", "output": ""}
|
58 |
+
{"perplexity": 197.0096512463848, "input": "Complete the following list with examples of what has influenced different entities\n * [\"Walmart\", \"Rivaldo\"]", "output": ""}
|
59 |
+
{"perplexity": 146.32558692139216, "input": "Complete the following list with examples of what has influenced different entities\n * [\"Sauron\", \"Shiba Inu\"]", "output": ""}
|
60 |
+
{"perplexity": 122.10197959848588, "input": "Complete the following list with examples of what has influenced different entities\n * [\"Bruno Mars\", \"James Brown\"]", "output": ""}
|
61 |
+
{"perplexity": 211.25357639817352, "input": "Complete the following list with examples of what has influenced different entities\n * [\"Brazil\", \"Spain\"]", "output": ""}
|
62 |
+
{"perplexity": 184.64685440615503, "input": "Complete the following list with examples of what has influenced different entities\n * [\"heavy metal\", \"punk music\"]", "output": ""}
|
63 |
+
{"perplexity": 96.51717136478169, "input": "Complete the following list with examples of what has influenced different entities\n * [\"Moon\", \"G\u00f6bekli Tepe\"]", "output": ""}
|
64 |
+
{"perplexity": 189.68878195915474, "input": "Complete the following list with examples of what has influenced different entities\n * [\"English\", \"William Shakespeare\"]", "output": ""}
|
65 |
+
{"perplexity": 150.90648289225928, "input": "Complete the following list with examples of what has influenced different entities\n * [\"Beatles\", \"Alice in Wonderland\"]", "output": ""}
|
66 |
+
{"perplexity": 83.74517225104408, "input": "Complete the following list with examples of what has influenced different entities\n * [\"impressionism\", \"Edouard Manet\"]", "output": ""}
|
67 |
+
{"perplexity": 138.96928865795894, "input": "Complete the following list with examples of what has influenced different entities\n * [\"Gilbert Gottfried\", \"Mike Krieger\"]", "output": ""}
|
68 |
+
{"perplexity": 109.64645501621871, "input": "Complete the following list with examples of what has influenced different entities\n * [\"Vladimir Lenin\", \"chess\"]", "output": ""}
|
69 |
+
{"perplexity": 70.24429037897444, "input": "Complete the following list with examples of what has influenced different entities\n * [\"Pepsi\", \"Coca-Cola\"]", "output": ""}
|
70 |
+
{"perplexity": 87.34311808091634, "input": "Complete the following list with examples of what has influenced different entities\n * [\"Alicia Vikander\", \"Richard Attenborough\"]", "output": ""}
|
71 |
+
{"perplexity": 157.99525643294774, "input": "Complete the following list with examples of what has influenced different entities\n * [\"Luke Bryan\", \"Hank Williams\"]", "output": ""}
|
72 |
+
{"perplexity": 125.54723536159395, "input": "Complete the following list with examples of what has influenced different entities\n * [\"Bill Gates\", \"Steve Jobs\"]", "output": ""}
|
73 |
+
{"perplexity": 205.24963705006752, "input": "Complete the following list with examples of what has influenced different entities\n * [\"Allu Arjun\", \"Aaron Ramsey\"]", "output": ""}
|
74 |
+
{"perplexity": 169.91634498149463, "input": "Complete the following list with examples of what has influenced different entities\n * [\"Stephen King\", \"Arthur Machen\"]", "output": ""}
|
75 |
+
{"perplexity": 116.51745175257727, "input": "Complete the following list with examples of what has influenced different entities\n * [\"Bangladesh\", \"India\"]", "output": ""}
|
76 |
+
{"perplexity": 190.4652773198914, "input": "Complete the following list with examples of what has influenced different entities\n * [\"hamburger\", \"Germany\"]", "output": ""}
|
77 |
+
{"perplexity": 105.92166215022029, "input": "Complete the following list with examples of what has influenced different entities\n * [\"Plato\", \"Socrates\"]", "output": ""}
|
78 |
+
{"perplexity": 118.07276625569484, "input": "Complete the following list with examples of what has influenced different entities\n * [\"Messi\", \"Maradona\"]", "output": ""}
|
79 |
+
{"perplexity": 158.63476611125054, "input": "Complete the following list with examples of what has influenced different entities\n * [\"Oasis\", \"Blur\"]", "output": ""}
|
80 |
+
{"perplexity": 79.45335186736146, "input": "Complete the following list with examples of what has influenced different entities\n * [\"Quentin Tarantino\", \"Sergio Leone\"]", "output": ""}
|
81 |
+
{"perplexity": 148.47004942093432, "input": "Complete the following list with examples of what has influenced different entities\n * [\"European Union\", \"Germany\"]", "output": ""}
|
82 |
+
{"perplexity": 217.59595294064604, "input": "Complete the following list with examples of what has influenced different entities\n * [\"Stephen Foster\", \"Thomas Moore\"]", "output": ""}
|
83 |
+
{"perplexity": 155.1726101076136, "input": "Complete the following list with examples of what has influenced different entities\n * [\"Hoover\", \"Dyson\"]", "output": ""}
|
84 |
+
{"perplexity": 94.09872132224324, "input": "Complete the following list with examples of what has influenced different entities\n * [\"Mark Rothko\", \"Claude Monet\"]", "output": ""}
|
85 |
+
{"perplexity": 144.73578924245425, "input": "Complete the following list with examples of what has influenced different entities\n * [\"James Brown\", \"Michael Jackson\"]", "output": ""}
|
86 |
+
{"perplexity": 192.8122193271638, "input": "Complete the following list with examples of what has influenced different entities\n * [\"Windows\", \"Linux\"]", "output": ""}
|
87 |
+
{"perplexity": 132.93791304271102, "input": "Complete the following list with examples of what has influenced different entities\n * [\"Radiohead\", \"David Bowie\"]", "output": ""}
|
88 |
+
{"perplexity": 232.63369502035155, "input": "Complete the following list with examples of what has influenced different entities\n * [\"NVIDIA\", \"AMD\"]", "output": ""}
|
89 |
+
{"perplexity": 118.34988015569554, "input": "Complete the following list with examples of what has influenced different entities\n * [\"India\", \"Gandhi\"]", "output": ""}
|
90 |
+
{"perplexity": 100.79568063859317, "input": "Complete the following list with examples of what has influenced different entities\n * [\"Viktor Yushchenko\", \"Bonnie Wright\"]", "output": ""}
|
91 |
+
{"perplexity": 81.77582811273078, "input": "Complete the following list with examples of what has influenced different entities\n * [\"Beethoven\", \"Mozart\"]", "output": ""}
|
92 |
+
{"perplexity": 153.03104411149826, "input": "Complete the following list with examples of what has influenced different entities\n * [\"Bitcoin\", \"blockchain\"]", "output": ""}
|
93 |
+
{"perplexity": 134.52163323444398, "input": "Complete the following list with examples of what has influenced different entities\n * [\"Hong Kong\", \"China\"]", "output": ""}
|
experiments/results/lm_lc_zeroshot/davinci/ppl.is_known_for.jsonl
ADDED
@@ -0,0 +1,108 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{"perplexity": 95.6427847100704, "input": "Complete the following list with examples of examples of what entities are known for\n * [\"Hawaii\", \"ukulele\"]", "output": ""}
|
2 |
+
{"perplexity": 63.28684492975992, "input": "Complete the following list with examples of examples of what entities are known for\n * [\"Paris\", \"Eiffel Tower\"]", "output": ""}
|
3 |
+
{"perplexity": 131.2838776555291, "input": "Complete the following list with examples of examples of what entities are known for\n * [\"Sweden\", \"pop\"]", "output": ""}
|
4 |
+
{"perplexity": 89.16997711671964, "input": "Complete the following list with examples of examples of what entities are known for\n * [\"Memphis Depay\", \"Mendelian inheritance\"]", "output": ""}
|
5 |
+
{"perplexity": 123.67016706373899, "input": "Complete the following list with examples of examples of what entities are known for\n * [\"France\", \"beaches\"]", "output": ""}
|
6 |
+
{"perplexity": 130.32561951850354, "input": "Complete the following list with examples of examples of what entities are known for\n * [\"France\", \"cars\"]", "output": ""}
|
7 |
+
{"perplexity": 79.90402965398023, "input": "Complete the following list with examples of examples of what entities are known for\n * [\"Alphabet Inc.\", \"Google\"]", "output": ""}
|
8 |
+
{"perplexity": 39.8562827605977, "input": "Complete the following list with examples of examples of what entities are known for\n * [\"Vincent Van Gogh\", \"The Starry Night\"]", "output": ""}
|
9 |
+
{"perplexity": 101.10056614206353, "input": "Complete the following list with examples of examples of what entities are known for\n * [\"Italy\", \"Hawaiian pizza\"]", "output": ""}
|
10 |
+
{"perplexity": 181.84978082520496, "input": "Complete the following list with examples of examples of what entities are known for\n * [\"Japan\", \"glass product\"]", "output": ""}
|
11 |
+
{"perplexity": 170.07626873971302, "input": "Complete the following list with examples of examples of what entities are known for\n * [\"France\", \"rococo movement\"]", "output": ""}
|
12 |
+
{"perplexity": 113.2434470307725, "input": "Complete the following list with examples of examples of what entities are known for\n * [\"Europe\", \"The Final Countdown\"]", "output": ""}
|
13 |
+
{"perplexity": 65.07994806914782, "input": "Complete the following list with examples of examples of what entities are known for\n * [\"Sophie Turner\", \"Sylvia Plath\"]", "output": ""}
|
14 |
+
{"perplexity": 89.61023870452964, "input": "Complete the following list with examples of examples of what entities are known for\n * [\"Bill Nye\", \"scientist\"]", "output": ""}
|
15 |
+
{"perplexity": 96.16482615557072, "input": "Complete the following list with examples of examples of what entities are known for\n * [\"Mercedes Benz\", \"build quality\"]", "output": ""}
|
16 |
+
{"perplexity": 95.46944126873713, "input": "Complete the following list with examples of examples of what entities are known for\n * [\"Hawaii\", \"beaches\"]", "output": ""}
|
17 |
+
{"perplexity": 87.78007597273734, "input": "Complete the following list with examples of examples of what entities are known for\n * [\"Jackson Pollock\", \"action painting\"]", "output": ""}
|
18 |
+
{"perplexity": 146.2860447268686, "input": "Complete the following list with examples of examples of what entities are known for\n * [\"Andhra Pradesh\", \"Martinique\"]", "output": ""}
|
19 |
+
{"perplexity": 75.57486067140458, "input": "Complete the following list with examples of examples of what entities are known for\n * [\"Keanu Reeves\", \"The Matrix\"]", "output": ""}
|
20 |
+
{"perplexity": 130.86053957427652, "input": "Complete the following list with examples of examples of what entities are known for\n * [\"Christopher Columbus\", \"India\"]", "output": ""}
|
21 |
+
{"perplexity": 75.4712652663427, "input": "Complete the following list with examples of examples of what entities are known for\n * [\"Picasso\", \"Guernica\"]", "output": ""}
|
22 |
+
{"perplexity": 93.54397680729569, "input": "Complete the following list with examples of examples of what entities are known for\n * [\"Italy\", \"Renaissance\"]", "output": ""}
|
23 |
+
{"perplexity": 107.14090658292935, "input": "Complete the following list with examples of examples of what entities are known for\n * [\"Korea\", \"Breakdance\"]", "output": ""}
|
24 |
+
{"perplexity": 108.96886617426978, "input": "Complete the following list with examples of examples of what entities are known for\n * [\"Spain\", \"olive oil\"]", "output": ""}
|
25 |
+
{"perplexity": 42.571398805903286, "input": "Complete the following list with examples of examples of what entities are known for\n * [\"C.S. Lewis\", \"The Screwtape Letters\"]", "output": ""}
|
26 |
+
{"perplexity": 58.60205895164122, "input": "Complete the following list with examples of examples of what entities are known for\n * [\"Corsica\", \"Napoleon Bonaparte\"]", "output": ""}
|
27 |
+
{"perplexity": 60.79359404817051, "input": "Complete the following list with examples of examples of what entities are known for\n * [\"Rafael Nadal\", \"Ralph Macchio\"]", "output": ""}
|
28 |
+
{"perplexity": 75.36309639740617, "input": "Complete the following list with examples of examples of what entities are known for\n * [\"Walther P38\", \"Lupin the Third\"]", "output": ""}
|
29 |
+
{"perplexity": 126.97058065699514, "input": "Complete the following list with examples of examples of what entities are known for\n * [\"Richard Harris\", \"Curcuma longa\"]", "output": ""}
|
30 |
+
{"perplexity": 56.08358631451667, "input": "Complete the following list with examples of examples of what entities are known for\n * [\"Smashing Pumpkins\", \"Thru the eyes of Ruby\"]", "output": ""}
|
31 |
+
{"perplexity": 165.15168966165336, "input": "Complete the following list with examples of examples of what entities are known for\n * [\"India\", \"rum\"]", "output": ""}
|
32 |
+
{"perplexity": 117.76989348452736, "input": "Complete the following list with examples of examples of what entities are known for\n * [\"Parasite\", \"Jersey\"]", "output": ""}
|
33 |
+
{"perplexity": 85.38963175617585, "input": "Complete the following list with examples of examples of what entities are known for\n * [\"India\", \"Gurkhas\"]", "output": ""}
|
34 |
+
{"perplexity": 100.59896255575883, "input": "Complete the following list with examples of examples of what entities are known for\n * [\"Amazon\", \"Alexa\"]", "output": ""}
|
35 |
+
{"perplexity": 105.6434268294832, "input": "Complete the following list with examples of examples of what entities are known for\n * [\"Thomas Edison\", \"telephone\"]", "output": ""}
|
36 |
+
{"perplexity": 184.33311609544842, "input": "Complete the following list with examples of examples of what entities are known for\n * [\"Buffon\", \"PSG\"]", "output": ""}
|
37 |
+
{"perplexity": 69.12197729243341, "input": "Complete the following list with examples of examples of what entities are known for\n * [\"Alfred Hitchcock\", \"horror\"]", "output": ""}
|
38 |
+
{"perplexity": 51.383636775213226, "input": "Complete the following list with examples of examples of what entities are known for\n * [\"William Shakespeare\", \"Romeo and Juliet\"]", "output": ""}
|
39 |
+
{"perplexity": 92.71307843734297, "input": "Complete the following list with examples of examples of what entities are known for\n * [\"Thomas Edison\", \"light bulb\"]", "output": ""}
|
40 |
+
{"perplexity": 135.52635941566436, "input": "Complete the following list with examples of examples of what entities are known for\n * [\"Michael Jordan\", \"Tessa Thompson\"]", "output": ""}
|
41 |
+
{"perplexity": 46.67241645005871, "input": "Complete the following list with examples of examples of what entities are known for\n * [\"Inglourious Basterds\", \"Sergio Busquets\"]", "output": ""}
|
42 |
+
{"perplexity": 100.86346388605173, "input": "Complete the following list with examples of examples of what entities are known for\n * [\"Boris Johnson\", \"Brexit\"]", "output": ""}
|
43 |
+
{"perplexity": 134.84195857718257, "input": "Complete the following list with examples of examples of what entities are known for\n * [\"Georgia\", \"Joseph Stalin\"]", "output": ""}
|
44 |
+
{"perplexity": 121.13822374732536, "input": "Complete the following list with examples of examples of what entities are known for\n * [\"China\", \"coffee\"]", "output": ""}
|
45 |
+
{"perplexity": 216.57613876671672, "input": "Complete the following list with examples of examples of what entities are known for\n * [\"OpenAI\", \"ChatGPT\"]", "output": ""}
|
46 |
+
{"perplexity": 83.00077313781652, "input": "Complete the following list with examples of examples of what entities are known for\n * [\"Tesco\", \"groceries\"]", "output": ""}
|
47 |
+
{"perplexity": 99.4919846407618, "input": "Complete the following list with examples of examples of what entities are known for\n * [\"Amazon\", \"cloud computing\"]", "output": ""}
|
48 |
+
{"perplexity": 93.75590987827059, "input": "Complete the following list with examples of examples of what entities are known for\n * [\"Nvidia\", \"GPUs\"]", "output": ""}
|
49 |
+
{"perplexity": 93.5019330114322, "input": "Complete the following list with examples of examples of what entities are known for\n * [\"Tony Blair\", \"Iraq War\"]", "output": ""}
|
50 |
+
{"perplexity": 107.66614778594992, "input": "Complete the following list with examples of examples of what entities are known for\n * [\"Germany\", \"techno music\"]", "output": ""}
|
51 |
+
{"perplexity": 99.24404604862309, "input": "Complete the following list with examples of examples of what entities are known for\n * [\"Michelangelo\", \"Pop Art\"]", "output": ""}
|
52 |
+
{"perplexity": 138.3618640235238, "input": "Complete the following list with examples of examples of what entities are known for\n * [\"Gilmore Girls\", \"OpenAI\"]", "output": ""}
|
53 |
+
{"perplexity": 105.94493873319014, "input": "Complete the following list with examples of examples of what entities are known for\n * [\"Ragnar\u00f6k\", \"Little Boy\"]", "output": ""}
|
54 |
+
{"perplexity": 95.20957540741975, "input": "Complete the following list with examples of examples of what entities are known for\n * [\"Pizzagate\", \"Hillary Clinton\"]", "output": ""}
|
55 |
+
{"perplexity": 81.78719325296954, "input": "Complete the following list with examples of examples of what entities are known for\n * [\"George Orwell\", \"Coming Up for Air\"]", "output": ""}
|
56 |
+
{"perplexity": 121.69820018700682, "input": "Complete the following list with examples of examples of what entities are known for\n * [\"Italy\", \"wine\"]", "output": ""}
|
57 |
+
{"perplexity": 43.837537866303066, "input": "Complete the following list with examples of examples of what entities are known for\n * [\"Coca-Cola\", \"Pepsi\"]", "output": ""}
|
58 |
+
{"perplexity": 82.52149305174113, "input": "Complete the following list with examples of examples of what entities are known for\n * [\"Spotify\", \"Podcasts\"]", "output": ""}
|
59 |
+
{"perplexity": 135.25998592486707, "input": "Complete the following list with examples of examples of what entities are known for\n * [\"Valencia\", \"paella\"]", "output": ""}
|
60 |
+
{"perplexity": 114.74202271144134, "input": "Complete the following list with examples of examples of what entities are known for\n * [\"The Office\", \"IBM\"]", "output": ""}
|
61 |
+
{"perplexity": 123.30004522474962, "input": "Complete the following list with examples of examples of what entities are known for\n * [\"Romania\", \"Roman Catholicism\"]", "output": ""}
|
62 |
+
{"perplexity": 90.03077677135268, "input": "Complete the following list with examples of examples of what entities are known for\n * [\"George Washington\", \"Kiribati\"]", "output": ""}
|
63 |
+
{"perplexity": 70.87613758885837, "input": "Complete the following list with examples of examples of what entities are known for\n * [\"Charles Bronson\", \"Rory McIlroy\"]", "output": ""}
|
64 |
+
{"perplexity": 92.71156862118536, "input": "Complete the following list with examples of examples of what entities are known for\n * [\"Belgium\", \"wine\"]", "output": ""}
|
65 |
+
{"perplexity": 85.2068823159054, "input": "Complete the following list with examples of examples of what entities are known for\n * [\"Luka Modri\u0107\", \"Rottweiler\"]", "output": ""}
|
66 |
+
{"perplexity": 80.05920054578004, "input": "Complete the following list with examples of examples of what entities are known for\n * [\"Switzerland\", \"mountains\"]", "output": ""}
|
67 |
+
{"perplexity": 88.0120474105022, "input": "Complete the following list with examples of examples of what entities are known for\n * [\"Assassin's Creed\", \"history\"]", "output": ""}
|
68 |
+
{"perplexity": 86.36941469231905, "input": "Complete the following list with examples of examples of what entities are known for\n * [\"Red Bull\", \"energy drinks\"]", "output": ""}
|
69 |
+
{"perplexity": 90.52106355451303, "input": "Complete the following list with examples of examples of what entities are known for\n * [\"Johnny Cash\", \"Ring of Fire\"]", "output": ""}
|
70 |
+
{"perplexity": 105.10665891882631, "input": "Complete the following list with examples of examples of what entities are known for\n * [\"Microsoft\", \"Xbox\"]", "output": ""}
|
71 |
+
{"perplexity": 85.75640748288848, "input": "Complete the following list with examples of examples of what entities are known for\n * [\"Canada\", \"maple syrup\"]", "output": ""}
|
72 |
+
{"perplexity": 99.92230155662162, "input": "Complete the following list with examples of examples of what entities are known for\n * [\"France\", \"cheese\"]", "output": ""}
|
73 |
+
{"perplexity": 137.77994565258444, "input": "Complete the following list with examples of examples of what entities are known for\n * [\"France\", \"beer\"]", "output": ""}
|
74 |
+
{"perplexity": 68.0852384969616, "input": "Complete the following list with examples of examples of what entities are known for\n * [\"Nintendo\", \"Super Mario Bros.\"]", "output": ""}
|
75 |
+
{"perplexity": 123.37559646023354, "input": "Complete the following list with examples of examples of what entities are known for\n * [\"democracy\", \"North Korea\"]", "output": ""}
|
76 |
+
{"perplexity": 107.97711033655992, "input": "Complete the following list with examples of examples of what entities are known for\n * [\"Apple\", \"iPhone\"]", "output": ""}
|
77 |
+
{"perplexity": 73.04902547591084, "input": "Complete the following list with examples of examples of what entities are known for\n * [\"Harry Potter\", \"Bloomsbury\"]", "output": ""}
|
78 |
+
{"perplexity": 113.63560927442808, "input": "Complete the following list with examples of examples of what entities are known for\n * [\"France\", \"mountains\"]", "output": ""}
|
79 |
+
{"perplexity": 140.55012840651617, "input": "Complete the following list with examples of examples of what entities are known for\n * [\"UK\", \"rain\"]", "output": ""}
|
80 |
+
{"perplexity": 86.96603118402476, "input": "Complete the following list with examples of examples of what entities are known for\n * [\"Matt Damon\", \"Ocean's Eleven\"]", "output": ""}
|
81 |
+
{"perplexity": 78.77280111374215, "input": "Complete the following list with examples of examples of what entities are known for\n * [\"Switzerland\", \"banking secrecy\"]", "output": ""}
|
82 |
+
{"perplexity": 74.27797989221068, "input": "Complete the following list with examples of examples of what entities are known for\n * [\"Adidas\", \"Yeezy Boost\"]", "output": ""}
|
83 |
+
{"perplexity": 98.49522968302222, "input": "Complete the following list with examples of examples of what entities are known for\n * [\"Portugal\", \"Fado\"]", "output": ""}
|
84 |
+
{"perplexity": 128.5382617492712, "input": "Complete the following list with examples of examples of what entities are known for\n * [\"Italy\", \"tea\"]", "output": ""}
|
85 |
+
{"perplexity": 106.66815002125786, "input": "Complete the following list with examples of examples of what entities are known for\n * [\"Beatles\", \"Come Together\"]", "output": ""}
|
86 |
+
{"perplexity": 66.10314762191027, "input": "Complete the following list with examples of examples of what entities are known for\n * [\"Afro-Brazilians\", \"Capoeira\"]", "output": ""}
|
87 |
+
{"perplexity": 101.63615209319666, "input": "Complete the following list with examples of examples of what entities are known for\n * [\"Steve Jobs\", \"AirPods\"]", "output": ""}
|
88 |
+
{"perplexity": 98.11904602586246, "input": "Complete the following list with examples of examples of what entities are known for\n * [\"Apple\", \"Apple Watch\"]", "output": ""}
|
89 |
+
{"perplexity": 106.53259649296683, "input": "Complete the following list with examples of examples of what entities are known for\n * [\"Frank Abagnale Jr\", \"doctor\"]", "output": ""}
|
90 |
+
{"perplexity": 155.90711017011532, "input": "Complete the following list with examples of examples of what entities are known for\n * [\"Meta\", \"Instagram\"]", "output": ""}
|
91 |
+
{"perplexity": 46.15986286261209, "input": "Complete the following list with examples of examples of what entities are known for\n * [\"Jeff Goldblum\", \"Jurassic Park\"]", "output": ""}
|
92 |
+
{"perplexity": 47.29924185917698, "input": "Complete the following list with examples of examples of what entities are known for\n * [\"Leonardo Da Vinci\", \"Mona Lisa\"]", "output": ""}
|
93 |
+
{"perplexity": 107.22435821708999, "input": "Complete the following list with examples of examples of what entities are known for\n * [\"Neil Armstrong\", \"Korean War\"]", "output": ""}
|
94 |
+
{"perplexity": 89.75442006426371, "input": "Complete the following list with examples of examples of what entities are known for\n * [\"France\", \"baguette\"]", "output": ""}
|
95 |
+
{"perplexity": 55.567287846048636, "input": "Complete the following list with examples of examples of what entities are known for\n * [\"Queen\", \"Bohemian Rhapsody\"]", "output": ""}
|
96 |
+
{"perplexity": 73.1978550417522, "input": "Complete the following list with examples of examples of what entities are known for\n * [\"Pixar\", \"Novosibirsk\"]", "output": ""}
|
97 |
+
{"perplexity": 62.42553580012782, "input": "Complete the following list with examples of examples of what entities are known for\n * [\"Greggs\", \"sausage rolls\"]", "output": ""}
|
98 |
+
{"perplexity": 108.77363105868385, "input": "Complete the following list with examples of examples of what entities are known for\n * [\"Japan\", \"sake\"]", "output": ""}
|
99 |
+
{"perplexity": 90.77940615213411, "input": "Complete the following list with examples of examples of what entities are known for\n * [\"IKEA\", \"food\"]", "output": ""}
|
100 |
+
{"perplexity": 114.84208887213867, "input": "Complete the following list with examples of examples of what entities are known for\n * [\"William Grant & Sons\", \"gin\"]", "output": ""}
|
101 |
+
{"perplexity": 62.86614948162294, "input": "Complete the following list with examples of examples of what entities are known for\n * [\"Netherlands\", \"tulips\"]", "output": ""}
|
102 |
+
{"perplexity": 134.60332427571677, "input": "Complete the following list with examples of examples of what entities are known for\n * [\"LAMY\", \"notebook\"]", "output": ""}
|
103 |
+
{"perplexity": 73.58041715399895, "input": "Complete the following list with examples of examples of what entities are known for\n * [\"Harvey Weinstein\", \"Miramax\"]", "output": ""}
|
104 |
+
{"perplexity": 121.43244482201537, "input": "Complete the following list with examples of examples of what entities are known for\n * [\"Scotland\", \"whisky\"]", "output": ""}
|
105 |
+
{"perplexity": 106.03702002260881, "input": "Complete the following list with examples of examples of what entities are known for\n * [\"Apple\", \"MacBook\"]", "output": ""}
|
106 |
+
{"perplexity": 84.8445486900304, "input": "Complete the following list with examples of examples of what entities are known for\n * [\"Steve Jobs\", \"Apple\"]", "output": ""}
|
107 |
+
{"perplexity": 103.9265226651361, "input": "Complete the following list with examples of examples of what entities are known for\n * [\"Beatles\", \"I Me Mine\"]", "output": ""}
|
108 |
+
{"perplexity": 85.62514534929035, "input": "Complete the following list with examples of examples of what entities are known for\n * [\"Google\", \"search engine\"]", "output": ""}
|
experiments/results/lm_lc_zeroshot/davinci/ppl.is_similar_to.jsonl
ADDED
@@ -0,0 +1,93 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{"perplexity": 95.30663616126238, "input": "Complete the following list with examples of examples of entities that are similar\n * [\"pill\", \"tablet\"]", "output": ""}
|
2 |
+
{"perplexity": 47.896010118204245, "input": "Complete the following list with examples of examples of entities that are similar\n * [\"Eduardo Saverin\", \"Guinea-Bissau\"]", "output": ""}
|
3 |
+
{"perplexity": 62.12601816580096, "input": "Complete the following list with examples of examples of entities that are similar\n * [\"Dionysus\", \"Toyota Corolla\"]", "output": ""}
|
4 |
+
{"perplexity": 82.50638963269319, "input": "Complete the following list with examples of examples of entities that are similar\n * [\"Great Britian\", \"British Empire\"]", "output": ""}
|
5 |
+
{"perplexity": 98.37152193611752, "input": "Complete the following list with examples of examples of entities that are similar\n * [\"English\", \"Persian\"]", "output": ""}
|
6 |
+
{"perplexity": 60.92956091905821, "input": "Complete the following list with examples of examples of entities that are similar\n * [\"Chess\", \"Rubik's Cube\"]", "output": ""}
|
7 |
+
{"perplexity": 59.68043436970787, "input": "Complete the following list with examples of examples of entities that are similar\n * [\"Star Wars\", \"Star Trek\"]", "output": ""}
|
8 |
+
{"perplexity": 87.11737821317045, "input": "Complete the following list with examples of examples of entities that are similar\n * [\"Anne Heche\", \"Ponzi scheme\"]", "output": ""}
|
9 |
+
{"perplexity": 189.73622164819764, "input": "Complete the following list with examples of examples of entities that are similar\n * [\"Chris Pine\", \"Good Friday\"]", "output": ""}
|
10 |
+
{"perplexity": 67.80772079791888, "input": "Complete the following list with examples of examples of entities that are similar\n * [\"Sudocrem\", \"Germolene\"]", "output": ""}
|
11 |
+
{"perplexity": 48.95781771714775, "input": "Complete the following list with examples of examples of entities that are similar\n * [\"Yugoslavia\", \"Albania\"]", "output": ""}
|
12 |
+
{"perplexity": 61.28458868246125, "input": "Complete the following list with examples of examples of entities that are similar\n * [\"Beatles\", \"Rolling Stones\"]", "output": ""}
|
13 |
+
{"perplexity": 64.17723141110255, "input": "Complete the following list with examples of examples of entities that are similar\n * [\"decision tree\", \"neural network\"]", "output": ""}
|
14 |
+
{"perplexity": 88.39509342959164, "input": "Complete the following list with examples of examples of entities that are similar\n * [\"Suits\", \"Law & Order\"]", "output": ""}
|
15 |
+
{"perplexity": 99.42591815021025, "input": "Complete the following list with examples of examples of entities that are similar\n * [\"Titanic\", \"Superbad\"]", "output": ""}
|
16 |
+
{"perplexity": 41.46859300056658, "input": "Complete the following list with examples of examples of entities that are similar\n * [\"Seleucid Empire\", \"Macedonian Empire\"]", "output": ""}
|
17 |
+
{"perplexity": 114.37369873648684, "input": "Complete the following list with examples of examples of entities that are similar\n * [\"Doctor Who\", \"Timeless\"]", "output": ""}
|
18 |
+
{"perplexity": 87.78671468066699, "input": "Complete the following list with examples of examples of entities that are similar\n * [\"Srebrenica massacre\", \"Rock Hudson\"]", "output": ""}
|
19 |
+
{"perplexity": 63.915740777865444, "input": "Complete the following list with examples of examples of entities that are similar\n * [\"Arnold Classic\", \"Mr. Olympia\"]", "output": ""}
|
20 |
+
{"perplexity": 107.8286945420635, "input": "Complete the following list with examples of examples of entities that are similar\n * [\"Italy\", \"Superman\"]", "output": ""}
|
21 |
+
{"perplexity": 104.78869189351768, "input": "Complete the following list with examples of examples of entities that are similar\n * [\"Alibaba\", \"Amazon\"]", "output": ""}
|
22 |
+
{"perplexity": 73.01845860720127, "input": "Complete the following list with examples of examples of entities that are similar\n * [\"Indiana Jones\", \"Star Wars\"]", "output": ""}
|
23 |
+
{"perplexity": 130.67500922578787, "input": "Complete the following list with examples of examples of entities that are similar\n * [\"NQ64\", \"Wetherspoons\"]", "output": ""}
|
24 |
+
{"perplexity": 66.29686660514136, "input": "Complete the following list with examples of examples of entities that are similar\n * [\"Pepsi\", \"Fanta\"]", "output": ""}
|
25 |
+
{"perplexity": 74.56540204862887, "input": "Complete the following list with examples of examples of entities that are similar\n * [\"Homebase\", \"IKEA\"]", "output": ""}
|
26 |
+
{"perplexity": 109.34041999428091, "input": "Complete the following list with examples of examples of entities that are similar\n * [\"ramen\", \"udon\"]", "output": ""}
|
27 |
+
{"perplexity": 81.87278360722162, "input": "Complete the following list with examples of examples of entities that are similar\n * [\"England\", \"Wales\"]", "output": ""}
|
28 |
+
{"perplexity": 52.117333095304836, "input": "Complete the following list with examples of examples of entities that are similar\n * [\"sphinx\", \"sphynx\"]", "output": ""}
|
29 |
+
{"perplexity": 73.79319915582185, "input": "Complete the following list with examples of examples of entities that are similar\n * [\"iPod\", \"iPad\"]", "output": ""}
|
30 |
+
{"perplexity": 61.036448955235606, "input": "Complete the following list with examples of examples of entities that are similar\n * [\"Olympic Games\", \"X Games\"]", "output": ""}
|
31 |
+
{"perplexity": 44.15998230720357, "input": "Complete the following list with examples of examples of entities that are similar\n * [\"McDonald's\", \"Burger King\"]", "output": ""}
|
32 |
+
{"perplexity": 121.3821991939648, "input": "Complete the following list with examples of examples of entities that are similar\n * [\"Minnesota\", \"Wisconsin\"]", "output": ""}
|
33 |
+
{"perplexity": 89.63365054891933, "input": "Complete the following list with examples of examples of entities that are similar\n * [\"Slack\", \"Microsoft Teams\"]", "output": ""}
|
34 |
+
{"perplexity": 105.54580313808982, "input": "Complete the following list with examples of examples of entities that are similar\n * [\"Peter Phillips\", \"Christine Baranski\"]", "output": ""}
|
35 |
+
{"perplexity": 76.06348024837402, "input": "Complete the following list with examples of examples of entities that are similar\n * [\"Jenna Ortega\", \"Anglo-Saxons\"]", "output": ""}
|
36 |
+
{"perplexity": 226.06969595444806, "input": "Complete the following list with examples of examples of entities that are similar\n * [\"Karl Urban\", \"France 24\"]", "output": ""}
|
37 |
+
{"perplexity": 63.58332284369171, "input": "Complete the following list with examples of examples of entities that are similar\n * [\"Sudan\", \"South Sudan\"]", "output": ""}
|
38 |
+
{"perplexity": 105.16743328650318, "input": "Complete the following list with examples of examples of entities that are similar\n * [\"Gameboy\", \"Nintendo\"]", "output": ""}
|
39 |
+
{"perplexity": 77.84460562720317, "input": "Complete the following list with examples of examples of entities that are similar\n * [\"Grammy Award\", \"Novel Prize\"]", "output": ""}
|
40 |
+
{"perplexity": 127.6079160155804, "input": "Complete the following list with examples of examples of entities that are similar\n * [\"George Ezra\", \"Lead Belly\"]", "output": ""}
|
41 |
+
{"perplexity": 66.01339833833755, "input": "Complete the following list with examples of examples of entities that are similar\n * [\"Cardiff\", \"Swansea\"]", "output": ""}
|
42 |
+
{"perplexity": 75.16056459038938, "input": "Complete the following list with examples of examples of entities that are similar\n * [\"Steve Jobs\", \"Tim Cook\"]", "output": ""}
|
43 |
+
{"perplexity": 82.13617587863625, "input": "Complete the following list with examples of examples of entities that are similar\n * [\"Counter Strike\", \"Rainbow Six\"]", "output": ""}
|
44 |
+
{"perplexity": 81.93551682541265, "input": "Complete the following list with examples of examples of entities that are similar\n * [\"Hawaii\", \"Guam\"]", "output": ""}
|
45 |
+
{"perplexity": 58.19985082219995, "input": "Complete the following list with examples of examples of entities that are similar\n * [\"Scrabble\", \"Jenga\"]", "output": ""}
|
46 |
+
{"perplexity": 81.83791583644498, "input": "Complete the following list with examples of examples of entities that are similar\n * [\"Christmas\", \"Easter\"]", "output": ""}
|
47 |
+
{"perplexity": 91.9175524370566, "input": "Complete the following list with examples of examples of entities that are similar\n * [\"fusilli\", \"rotini\"]", "output": ""}
|
48 |
+
{"perplexity": 71.99867008660483, "input": "Complete the following list with examples of examples of entities that are similar\n * [\"Coachella\", \"Woodstock\"]", "output": ""}
|
49 |
+
{"perplexity": 91.66437404439094, "input": "Complete the following list with examples of examples of entities that are similar\n * [\"Avatar\", \"Archimedes\"]", "output": ""}
|
50 |
+
{"perplexity": 151.7127308120904, "input": "Complete the following list with examples of examples of entities that are similar\n * [\"shark\", \"Bush\"]", "output": ""}
|
51 |
+
{"perplexity": 138.05725374998585, "input": "Complete the following list with examples of examples of entities that are similar\n * [\"Eva Braun\", \"Phil Jackson\"]", "output": ""}
|
52 |
+
{"perplexity": 39.35443486694978, "input": "Complete the following list with examples of examples of entities that are similar\n * [\"Coca-Cola\", \"Pepsi\"]", "output": ""}
|
53 |
+
{"perplexity": 90.15838840780349, "input": "Complete the following list with examples of examples of entities that are similar\n * [\"Joe Burrow\", \"Edward Scissorhands\"]", "output": ""}
|
54 |
+
{"perplexity": 72.7333826903699, "input": "Complete the following list with examples of examples of entities that are similar\n * [\"Australia\", \"New Zealand\"]", "output": ""}
|
55 |
+
{"perplexity": 64.83290600103547, "input": "Complete the following list with examples of examples of entities that are similar\n * [\"Edward I\", \"William the Conqueror\"]", "output": ""}
|
56 |
+
{"perplexity": 60.32467148786994, "input": "Complete the following list with examples of examples of entities that are similar\n * [\"Frank Sinatra\", \"Ella Fitzgerald\"]", "output": ""}
|
57 |
+
{"perplexity": 85.79368577574411, "input": "Complete the following list with examples of examples of entities that are similar\n * [\"New York\", \"York\"]", "output": ""}
|
58 |
+
{"perplexity": 73.92699689554189, "input": "Complete the following list with examples of examples of entities that are similar\n * [\"Uzbekistan\", \"United States\"]", "output": ""}
|
59 |
+
{"perplexity": 84.86290390090217, "input": "Complete the following list with examples of examples of entities that are similar\n * [\"Red Bull\", \"Monster Energy\"]", "output": ""}
|
60 |
+
{"perplexity": 55.950738138787585, "input": "Complete the following list with examples of examples of entities that are similar\n * [\"Champions League\", \"Europa League\"]", "output": ""}
|
61 |
+
{"perplexity": 75.63688153529417, "input": "Complete the following list with examples of examples of entities that are similar\n * [\"Cerave\", \"Nivea\"]", "output": ""}
|
62 |
+
{"perplexity": 119.83542955991612, "input": "Complete the following list with examples of examples of entities that are similar\n * [\"Galaxy\", \"iPhone\"]", "output": ""}
|
63 |
+
{"perplexity": 84.50838028559552, "input": "Complete the following list with examples of examples of entities that are similar\n * [\"Mehmet \u00d6z\", \"David Schwimmer\"]", "output": ""}
|
64 |
+
{"perplexity": 69.81278084689995, "input": "Complete the following list with examples of examples of entities that are similar\n * [\"Disney\", \"Pixar\"]", "output": ""}
|
65 |
+
{"perplexity": 85.35793550449638, "input": "Complete the following list with examples of examples of entities that are similar\n * [\"Batman\", \"Iron Man\"]", "output": ""}
|
66 |
+
{"perplexity": 41.82192874983211, "input": "Complete the following list with examples of examples of entities that are similar\n * [\"Gisele B\u00fcndchen\", \"Orson Welles\"]", "output": ""}
|
67 |
+
{"perplexity": 61.1359966534566, "input": "Complete the following list with examples of examples of entities that are similar\n * [\"Estonia\", \"Finland\"]", "output": ""}
|
68 |
+
{"perplexity": 63.15371595878302, "input": "Complete the following list with examples of examples of entities that are similar\n * [\"The Avengers\", \"The Justice League\"]", "output": ""}
|
69 |
+
{"perplexity": 28.631796918191316, "input": "Complete the following list with examples of examples of entities that are similar\n * [\"Nicolae Ceau\u0219escu\", \"Javier Hern\u00e1ndez\"]", "output": ""}
|
70 |
+
{"perplexity": 66.57192885291194, "input": "Complete the following list with examples of examples of entities that are similar\n * [\"Adidas\", \"Nike\"]", "output": ""}
|
71 |
+
{"perplexity": 85.0467859577298, "input": "Complete the following list with examples of examples of entities that are similar\n * [\"Java\", \"Javascript\"]", "output": ""}
|
72 |
+
{"perplexity": 85.08069533713086, "input": "Complete the following list with examples of examples of entities that are similar\n * [\"bourbon\", \"Scotch whisky\"]", "output": ""}
|
73 |
+
{"perplexity": 91.91872361496196, "input": "Complete the following list with examples of examples of entities that are similar\n * [\"Alaska\", \"Canada\"]", "output": ""}
|
74 |
+
{"perplexity": 99.24218962340137, "input": "Complete the following list with examples of examples of entities that are similar\n * [\"Spain\", \"Italy\"]", "output": ""}
|
75 |
+
{"perplexity": 79.4158547976393, "input": "Complete the following list with examples of examples of entities that are similar\n * [\"banana\", \"plantain\"]", "output": ""}
|
76 |
+
{"perplexity": 71.96078794076372, "input": "Complete the following list with examples of examples of entities that are similar\n * [\"Firefox\", \"Chrome\"]", "output": ""}
|
77 |
+
{"perplexity": 43.93448789029347, "input": "Complete the following list with examples of examples of entities that are similar\n * [\"Pecorino Romano\", \"Parmesan\"]", "output": ""}
|
78 |
+
{"perplexity": 56.85258506894564, "input": "Complete the following list with examples of examples of entities that are similar\n * [\"Ligue 1\", \"Bundesliga\"]", "output": ""}
|
79 |
+
{"perplexity": 83.04078138294967, "input": "Complete the following list with examples of examples of entities that are similar\n * [\"Netflix\", \"Amazon Prime Video\"]", "output": ""}
|
80 |
+
{"perplexity": 137.0408967531455, "input": "Complete the following list with examples of examples of entities that are similar\n * [\"Primark\", \"Shein\"]", "output": ""}
|
81 |
+
{"perplexity": 63.537305145207945, "input": "Complete the following list with examples of examples of entities that are similar\n * [\"Dominos' Pizza\", \"Pizza Hut\"]", "output": ""}
|
82 |
+
{"perplexity": 49.709436293862495, "input": "Complete the following list with examples of examples of entities that are similar\n * [\"South Africa\", \"Bhagavad Gita\"]", "output": ""}
|
83 |
+
{"perplexity": 86.52241873632633, "input": "Complete the following list with examples of examples of entities that are similar\n * [\"Germany\", \"France\"]", "output": ""}
|
84 |
+
{"perplexity": 106.62516493998524, "input": "Complete the following list with examples of examples of entities that are similar\n * [\"Kindle\", \"Jeff Bezos\"]", "output": ""}
|
85 |
+
{"perplexity": 47.126561747521514, "input": "Complete the following list with examples of examples of entities that are similar\n * [\"Harry Potter\", \"Lord of the Rings\"]", "output": ""}
|
86 |
+
{"perplexity": 90.88919078619972, "input": "Complete the following list with examples of examples of entities that are similar\n * [\"Yakutia\", \"Turkey\"]", "output": ""}
|
87 |
+
{"perplexity": 151.54162959366286, "input": "Complete the following list with examples of examples of entities that are similar\n * [\"PS5\", \"XBox\"]", "output": ""}
|
88 |
+
{"perplexity": 80.79669831504096, "input": "Complete the following list with examples of examples of entities that are similar\n * [\"Monet\", \"Manet\"]", "output": ""}
|
89 |
+
{"perplexity": 82.51927686365275, "input": "Complete the following list with examples of examples of entities that are similar\n * [\"Glastonbury\", \"Roskilde\"]", "output": ""}
|
90 |
+
{"perplexity": 87.20840447491916, "input": "Complete the following list with examples of examples of entities that are similar\n * [\"Telugu\", \"Tamil\"]", "output": ""}
|
91 |
+
{"perplexity": 75.765399458123, "input": "Complete the following list with examples of examples of entities that are similar\n * [\"Batman\", \"Superman\"]", "output": ""}
|
92 |
+
{"perplexity": 86.67896936635123, "input": "Complete the following list with examples of examples of entities that are similar\n * [\"cannoli\", \"canneloni\"]", "output": ""}
|
93 |
+
{"perplexity": 72.55769948750246, "input": "Complete the following list with examples of examples of entities that are similar\n * [\"Gerald Ford\", \"Duran Duran\"]", "output": ""}
|
experiments/results/lm_lc_zeroshot/flan-t5-xxl/ppl.is_competitor__rival_of.jsonl
ADDED
@@ -0,0 +1,89 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{"perplexity": 23.621279956197775, "input": "Complete the following list with examples of entities that are competitors or rivals", "output": "* [\"Jeremy Corbyn\", \"Keir Starmer\"]"}
|
2 |
+
{"perplexity": 82.1828786113128, "input": "Complete the following list with examples of entities that are competitors or rivals", "output": "* [\"EuroBasket 2022\", \"Murad III\"]"}
|
3 |
+
{"perplexity": 20.20557501416408, "input": "Complete the following list with examples of entities that are competitors or rivals", "output": "* [\"Bugatti\", \"Lamborghini\"]"}
|
4 |
+
{"perplexity": 13.22871481312183, "input": "Complete the following list with examples of entities that are competitors or rivals", "output": "* [\"Apple\", \"Microsoft\"]"}
|
5 |
+
{"perplexity": 32.540215073264854, "input": "Complete the following list with examples of entities that are competitors or rivals", "output": "* [\"Lee Chong Wei\", \"Lin Dan\"]"}
|
6 |
+
{"perplexity": 17.818896830243464, "input": "Complete the following list with examples of entities that are competitors or rivals", "output": "* [\"Microsoft\", \"Google\"]"}
|
7 |
+
{"perplexity": 39.5316403852994, "input": "Complete the following list with examples of entities that are competitors or rivals", "output": "* [\"Samsung\", \"Pitbull\"]"}
|
8 |
+
{"perplexity": 10.251109077407014, "input": "Complete the following list with examples of entities that are competitors or rivals", "output": "* [\"Cristiano Ronaldo\", \"Lionel Messi\"]"}
|
9 |
+
{"perplexity": 29.588939534829745, "input": "Complete the following list with examples of entities that are competitors or rivals", "output": "* [\"Germany\", \"Austria\"]"}
|
10 |
+
{"perplexity": 45.63995847302403, "input": "Complete the following list with examples of entities that are competitors or rivals", "output": "* [\"Dyson\", \"Dualit\"]"}
|
11 |
+
{"perplexity": 26.11654314868405, "input": "Complete the following list with examples of entities that are competitors or rivals", "output": "* [\"Netflix\", \"Disney Plus\"]"}
|
12 |
+
{"perplexity": 27.917471734699674, "input": "Complete the following list with examples of entities that are competitors or rivals", "output": "* [\"PyTorch\", \"TensorFlow\"]"}
|
13 |
+
{"perplexity": 36.191335603099844, "input": "Complete the following list with examples of entities that are competitors or rivals", "output": "* [\"Dell\", \"HP\"]"}
|
14 |
+
{"perplexity": 33.08353859510913, "input": "Complete the following list with examples of entities that are competitors or rivals", "output": "* [\"Sanpellegrino\", \"Volvic\"]"}
|
15 |
+
{"perplexity": 16.252862432715045, "input": "Complete the following list with examples of entities that are competitors or rivals", "output": "* [\"Mikhail Khodorkovsky\", \"Hezbollah\"]"}
|
16 |
+
{"perplexity": 11.221848688100414, "input": "Complete the following list with examples of entities that are competitors or rivals", "output": "* [\"British Airways\", \"Aer Lingus\"]"}
|
17 |
+
{"perplexity": 18.32194737459479, "input": "Complete the following list with examples of entities that are competitors or rivals", "output": "* [\"Microsoft Teams\", \"Slack\"]"}
|
18 |
+
{"perplexity": 20.301760710746045, "input": "Complete the following list with examples of entities that are competitors or rivals", "output": "* [\"Federal Reserve Board\", \"Bank of England\"]"}
|
19 |
+
{"perplexity": 27.499891056299283, "input": "Complete the following list with examples of entities that are competitors or rivals", "output": "* [\"American Psycho\", \"Chihuahua\"]"}
|
20 |
+
{"perplexity": 50.960704235743734, "input": "Complete the following list with examples of entities that are competitors or rivals", "output": "* [\"Mars\", \"Snickers\"]"}
|
21 |
+
{"perplexity": 89.21283960686173, "input": "Complete the following list with examples of entities that are competitors or rivals", "output": "* [\"ASML\", \"LAM Research\"]"}
|
22 |
+
{"perplexity": 79.07932403064598, "input": "Complete the following list with examples of entities that are competitors or rivals", "output": "* [\"Jake Paul\", \"Tangled\"]"}
|
23 |
+
{"perplexity": 14.516484452983056, "input": "Complete the following list with examples of entities that are competitors or rivals", "output": "* [\"Nikhita Khrushchev\", \"Leonid Brezhnev\"]"}
|
24 |
+
{"perplexity": 57.298722684693935, "input": "Complete the following list with examples of entities that are competitors or rivals", "output": "* [\"Razer\", \"Dell\"]"}
|
25 |
+
{"perplexity": 24.96630588228315, "input": "Complete the following list with examples of entities that are competitors or rivals", "output": "* [\"Spotify\", \"Apple\"]"}
|
26 |
+
{"perplexity": 24.135703491457352, "input": "Complete the following list with examples of entities that are competitors or rivals", "output": "* [\"Kourtney Kardashian\", \"Jenna Fischer\"]"}
|
27 |
+
{"perplexity": 22.743366912303554, "input": "Complete the following list with examples of entities that are competitors or rivals", "output": "* [\"Twitter\", \"WhatsApp\"]"}
|
28 |
+
{"perplexity": 13.079013473502805, "input": "Complete the following list with examples of entities that are competitors or rivals", "output": "* [\"Manchester United\", \"Arsenal\"]"}
|
29 |
+
{"perplexity": 29.344701598769824, "input": "Complete the following list with examples of entities that are competitors or rivals", "output": "* [\"WeChat\", \"WhatsApp\"]"}
|
30 |
+
{"perplexity": 25.349203675802986, "input": "Complete the following list with examples of entities that are competitors or rivals", "output": "* [\"Saudi Arabia\", \"Israel\"]"}
|
31 |
+
{"perplexity": 55.298134927813514, "input": "Complete the following list with examples of entities that are competitors or rivals", "output": "* [\"Bashar al-Assad\", \"Christianity\"]"}
|
32 |
+
{"perplexity": 24.13886286389331, "input": "Complete the following list with examples of entities that are competitors or rivals", "output": "* [\"Didier Deschamps\", \"Scott Adkins\"]"}
|
33 |
+
{"perplexity": 10.818163636064392, "input": "Complete the following list with examples of entities that are competitors or rivals", "output": "* [\"Lionel Messi\", \"Kylian Mbapp\u00e9\"]"}
|
34 |
+
{"perplexity": 64.17216792859502, "input": "Complete the following list with examples of entities that are competitors or rivals", "output": "* [\"Louis Philippe\", \"Peter England\"]"}
|
35 |
+
{"perplexity": 37.42379843071151, "input": "Complete the following list with examples of entities that are competitors or rivals", "output": "* [\"Steve Jobs\", \"Atlanta\"]"}
|
36 |
+
{"perplexity": 44.70680992476592, "input": "Complete the following list with examples of entities that are competitors or rivals", "output": "* [\"Bella Hadid\", \"Choi Woo-shik\"]"}
|
37 |
+
{"perplexity": 36.77906259060269, "input": "Complete the following list with examples of entities that are competitors or rivals", "output": "* [\"Mali\", \"Frances McDormand\"]"}
|
38 |
+
{"perplexity": 12.391053094829308, "input": "Complete the following list with examples of entities that are competitors or rivals", "output": "* [\"Coca-Cola Company\", \"Pepsi\"]"}
|
39 |
+
{"perplexity": 25.078636155809903, "input": "Complete the following list with examples of entities that are competitors or rivals", "output": "* [\"Khabib Nurmagomedov\", \"Conor McGregor\"]"}
|
40 |
+
{"perplexity": 14.940338638869994, "input": "Complete the following list with examples of entities that are competitors or rivals", "output": "* [\"Twitter\", \"Facebook\"]"}
|
41 |
+
{"perplexity": 16.36009444725493, "input": "Complete the following list with examples of entities that are competitors or rivals", "output": "* [\"Cardiff University\", \"Swansea University\"]"}
|
42 |
+
{"perplexity": 10.583758833091522, "input": "Complete the following list with examples of entities that are competitors or rivals", "output": "* [\"Isaac Newton\", \"Gottfried Leibniz\"]"}
|
43 |
+
{"perplexity": 14.328168031720457, "input": "Complete the following list with examples of entities that are competitors or rivals", "output": "* [\"Casio\", \"Texas Instruments\"]"}
|
44 |
+
{"perplexity": 8.167715171466865, "input": "Complete the following list with examples of entities that are competitors or rivals", "output": "* [\"Arsenal\", \"Tottenham Hotspur\"]"}
|
45 |
+
{"perplexity": 17.500815275942198, "input": "Complete the following list with examples of entities that are competitors or rivals", "output": "* [\"Nintendo\", \"Xbox\"]"}
|
46 |
+
{"perplexity": 26.979249286801476, "input": "Complete the following list with examples of entities that are competitors or rivals", "output": "* [\"H&M\", \"Zalora\"]"}
|
47 |
+
{"perplexity": 19.854444322772377, "input": "Complete the following list with examples of entities that are competitors or rivals", "output": "* [\"Serena Williams\", \"Andy Murray\"]"}
|
48 |
+
{"perplexity": 17.315380682960562, "input": "Complete the following list with examples of entities that are competitors or rivals", "output": "* [\"Liverpool FC\", \"Manchester United\"]"}
|
49 |
+
{"perplexity": 14.043564250096946, "input": "Complete the following list with examples of entities that are competitors or rivals", "output": "* [\"Apple\", \"Samsung\"]"}
|
50 |
+
{"perplexity": 39.651416281338165, "input": "Complete the following list with examples of entities that are competitors or rivals", "output": "* [\"Expedia\", \"Trivago\"]"}
|
51 |
+
{"perplexity": 12.556163833116738, "input": "Complete the following list with examples of entities that are competitors or rivals", "output": "* [\"Heathrow Airport\", \"Gatwick Airport\"]"}
|
52 |
+
{"perplexity": 34.02779908414915, "input": "Complete the following list with examples of entities that are competitors or rivals", "output": "* [\"Mario\", \"Bowser\"]"}
|
53 |
+
{"perplexity": 51.93216237986677, "input": "Complete the following list with examples of entities that are competitors or rivals", "output": "* [\"US\", \"China\"]"}
|
54 |
+
{"perplexity": 16.77873761715997, "input": "Complete the following list with examples of entities that are competitors or rivals", "output": "* [\"Olympic Games\", \"Helicobacter pylori\"]"}
|
55 |
+
{"perplexity": 13.356607594570407, "input": "Complete the following list with examples of entities that are competitors or rivals", "output": "* [\"BMW\", \"Mercedes-Benz\"]"}
|
56 |
+
{"perplexity": 33.641050768799204, "input": "Complete the following list with examples of entities that are competitors or rivals", "output": "* [\"Blur\", \"Oasis\"]"}
|
57 |
+
{"perplexity": 32.294475955425504, "input": "Complete the following list with examples of entities that are competitors or rivals", "output": "* [\"Israel\", \"Palestine\"]"}
|
58 |
+
{"perplexity": 28.402482544075482, "input": "Complete the following list with examples of entities that are competitors or rivals", "output": "* [\"Toshiba\", \"LG\"]"}
|
59 |
+
{"perplexity": 20.575465070467278, "input": "Complete the following list with examples of entities that are competitors or rivals", "output": "* [\"Apple\", \"Rolex\"]"}
|
60 |
+
{"perplexity": 17.861597157656863, "input": "Complete the following list with examples of entities that are competitors or rivals", "output": "* [\"Tesla\", \"Skoda\"]"}
|
61 |
+
{"perplexity": 20.89855471359121, "input": "Complete the following list with examples of entities that are competitors or rivals", "output": "* [\"Thomas Jefferson\", \"Alexander Hamilton\"]"}
|
62 |
+
{"perplexity": 24.921779782339968, "input": "Complete the following list with examples of entities that are competitors or rivals", "output": "* [\"Chester FC\", \"Wrexham FC\"]"}
|
63 |
+
{"perplexity": 77.66628756294843, "input": "Complete the following list with examples of entities that are competitors or rivals", "output": "* [\"Line of Duty\", \"CSI\"]"}
|
64 |
+
{"perplexity": 32.581002153859366, "input": "Complete the following list with examples of entities that are competitors or rivals", "output": "* [\"Gladiator\", \"Imelda Staunton\"]"}
|
65 |
+
{"perplexity": 49.44615945708112, "input": "Complete the following list with examples of entities that are competitors or rivals", "output": "* [\"UK\", \"France\"]"}
|
66 |
+
{"perplexity": 16.12457084103156, "input": "Complete the following list with examples of entities that are competitors or rivals", "output": "* [\"Nike\", \"Adidas\"]"}
|
67 |
+
{"perplexity": 18.584563804225777, "input": "Complete the following list with examples of entities that are competitors or rivals", "output": "* [\"Alain Prost\", \"Ayrton Senna\"]"}
|
68 |
+
{"perplexity": 19.27541780108361, "input": "Complete the following list with examples of entities that are competitors or rivals", "output": "* [\"Manchester City\", \"Manchester United\"]"}
|
69 |
+
{"perplexity": 31.799535266395175, "input": "Complete the following list with examples of entities that are competitors or rivals", "output": "* [\"BBC\", \"The Guardian\"]"}
|
70 |
+
{"perplexity": 19.516044930665483, "input": "Complete the following list with examples of entities that are competitors or rivals", "output": "* [\"Amazon\", \"Ebay\"]"}
|
71 |
+
{"perplexity": 11.764516097215262, "input": "Complete the following list with examples of entities that are competitors or rivals", "output": "* [\"Sir Alex Ferguson\", \"Jose Mourinho\"]"}
|
72 |
+
{"perplexity": 118.70878594599473, "input": "Complete the following list with examples of entities that are competitors or rivals", "output": "* [\"ASEAN\", \"Helen Hunt\"]"}
|
73 |
+
{"perplexity": 57.020713282374935, "input": "Complete the following list with examples of entities that are competitors or rivals", "output": "* [\"Hans Zimmer\", \"John Williams\"]"}
|
74 |
+
{"perplexity": 35.828202104510545, "input": "Complete the following list with examples of entities that are competitors or rivals", "output": "* [\"Noel Gallagher\", \"Liam Gallaguer\"]"}
|
75 |
+
{"perplexity": 7.438498727120029, "input": "Complete the following list with examples of entities that are competitors or rivals", "output": "* [\"McDonald's\", \"Burger King\"]"}
|
76 |
+
{"perplexity": 21.952536363372293, "input": "Complete the following list with examples of entities that are competitors or rivals", "output": "* [\"Neoclassicism\", \"Romanticism\"]"}
|
77 |
+
{"perplexity": 26.91110108723829, "input": "Complete the following list with examples of entities that are competitors or rivals", "output": "* [\"Royal Feast\", \"Fast X\"]"}
|
78 |
+
{"perplexity": 41.553604251720884, "input": "Complete the following list with examples of entities that are competitors or rivals", "output": "* [\"Eminem\", \"MGK\"]"}
|
79 |
+
{"perplexity": 60.31554257562304, "input": "Complete the following list with examples of entities that are competitors or rivals", "output": "* [\"Sprite\", \"7 Up\"]"}
|
80 |
+
{"perplexity": 34.89098375753156, "input": "Complete the following list with examples of entities that are competitors or rivals", "output": "* [\"Katharine Hepburn\", \"Abrahamic religion\"]"}
|
81 |
+
{"perplexity": 13.880722844763248, "input": "Complete the following list with examples of entities that are competitors or rivals", "output": "* [\"Martin Luther King Jr.\", \"Malcolm X\"]"}
|
82 |
+
{"perplexity": 76.51080002411547, "input": "Complete the following list with examples of entities that are competitors or rivals", "output": "* [\"Ligue 1\", \"Hayley Atwell\"]"}
|
83 |
+
{"perplexity": 61.91251921642465, "input": "Complete the following list with examples of entities that are competitors or rivals", "output": "* [\"Vikram\", \"Coen brothers\"]"}
|
84 |
+
{"perplexity": 60.68821982080849, "input": "Complete the following list with examples of entities that are competitors or rivals", "output": "* [\"Russia\", \"China\"]"}
|
85 |
+
{"perplexity": 32.69533629129468, "input": "Complete the following list with examples of entities that are competitors or rivals", "output": "* [\"Mohamed Salah\", \"Korea\"]"}
|
86 |
+
{"perplexity": 26.843061027609966, "input": "Complete the following list with examples of entities that are competitors or rivals", "output": "* [\"Kingston\", \"Samsung\"]"}
|
87 |
+
{"perplexity": 84.27460724725593, "input": "Complete the following list with examples of entities that are competitors or rivals", "output": "* [\"AWS\", \"GCP\"]"}
|
88 |
+
{"perplexity": 17.239742370129033, "input": "Complete the following list with examples of entities that are competitors or rivals", "output": "* [\"Beatles\", \"Rolling Stones\"]"}
|
89 |
+
{"perplexity": 48.29813790763712, "input": "Complete the following list with examples of entities that are competitors or rivals", "output": "* [\"John Tyler\", \"Whig Party\"]"}
|
experiments/results/lm_lc_zeroshot/flan-t5-xxl/ppl.is_friend__ally_of.jsonl
ADDED
@@ -0,0 +1,92 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{"perplexity": 36.661380896998566, "input": "Complete the following list with examples of entities that are friends or allies", "output": "* [\"Rishi Sunak\", \"Leo Varadkar\"]"}
|
2 |
+
{"perplexity": 62.05279019042834, "input": "Complete the following list with examples of entities that are friends or allies", "output": "* [\"Gondor\", \"Rohan\"]"}
|
3 |
+
{"perplexity": 29.771727973149105, "input": "Complete the following list with examples of entities that are friends or allies", "output": "* [\"FIFA\", \"UEFA\"]"}
|
4 |
+
{"perplexity": 8.080468734188004, "input": "Complete the following list with examples of entities that are friends or allies", "output": "* [\"Joseph Stalin\", \"Josip Broz Tito\"]"}
|
5 |
+
{"perplexity": 15.38524124984401, "input": "Complete the following list with examples of entities that are friends or allies", "output": "* [\"Hillary Clinton\", \"Barack Obama\"]"}
|
6 |
+
{"perplexity": 48.519585664249725, "input": "Complete the following list with examples of entities that are friends or allies", "output": "* [\"Di Maio\", \"Salvini\"]"}
|
7 |
+
{"perplexity": 13.886323516746794, "input": "Complete the following list with examples of entities that are friends or allies", "output": "* [\"Yahoo\", \"Yahoo Japan\"]"}
|
8 |
+
{"perplexity": 18.786591124536756, "input": "Complete the following list with examples of entities that are friends or allies", "output": "* [\"Armenia\", \"Azerbaijan\"]"}
|
9 |
+
{"perplexity": 57.28454423810794, "input": "Complete the following list with examples of entities that are friends or allies", "output": "* [\"Doja Cat\", \"Anthony Albanese\"]"}
|
10 |
+
{"perplexity": 14.220868966093796, "input": "Complete the following list with examples of entities that are friends or allies", "output": "* [\"Pedro S\u00e1nchez\", \"Pablo Iglesias\"]"}
|
11 |
+
{"perplexity": 55.2047912468795, "input": "Complete the following list with examples of entities that are friends or allies", "output": "* [\"Islamic State\", \"Denys Prokopenko\"]"}
|
12 |
+
{"perplexity": 28.736295421260365, "input": "Complete the following list with examples of entities that are friends or allies", "output": "* [\"Brazil\", \"India\"]"}
|
13 |
+
{"perplexity": 17.98154374419638, "input": "Complete the following list with examples of entities that are friends or allies", "output": "* [\"Extinction Rebellion\", \"Greta Thunberg\"]"}
|
14 |
+
{"perplexity": 27.320197051767977, "input": "Complete the following list with examples of entities that are friends or allies", "output": "* [\"Sicily\", \"Calabria\"]"}
|
15 |
+
{"perplexity": 38.78997661483257, "input": "Complete the following list with examples of entities that are friends or allies", "output": "* [\"Oman\", \"Iran\"]"}
|
16 |
+
{"perplexity": 44.262371166691, "input": "Complete the following list with examples of entities that are friends or allies", "output": "* [\"Sony\", \"ZEISS\"]"}
|
17 |
+
{"perplexity": 101.75215435298102, "input": "Complete the following list with examples of entities that are friends or allies", "output": "* [\"FTX\", \"Alameda Research\"]"}
|
18 |
+
{"perplexity": 22.959468254352522, "input": "Complete the following list with examples of entities that are friends or allies", "output": "* [\"UK\", \"Commonwealth\"]"}
|
19 |
+
{"perplexity": 30.405586559686654, "input": "Complete the following list with examples of entities that are friends or allies", "output": "* [\"Australia\", \"New Zealand\"]"}
|
20 |
+
{"perplexity": 38.49797638787128, "input": "Complete the following list with examples of entities that are friends or allies", "output": "* [\"Kylo Ren\", \"Rey\"]"}
|
21 |
+
{"perplexity": 24.516539535589267, "input": "Complete the following list with examples of entities that are friends or allies", "output": "* [\"Anne Boleyn\", \"Columbia Pictures\"]"}
|
22 |
+
{"perplexity": 56.30611836544038, "input": "Complete the following list with examples of entities that are friends or allies", "output": "* [\"KGB\", \"CIA\"]"}
|
23 |
+
{"perplexity": 37.504008574024944, "input": "Complete the following list with examples of entities that are friends or allies", "output": "* [\"Rishi Sunak\", \"Joe Biden\"]"}
|
24 |
+
{"perplexity": 19.890908077695197, "input": "Complete the following list with examples of entities that are friends or allies", "output": "* [\"Quentin Tarantino\", \"Edgar Wright\"]"}
|
25 |
+
{"perplexity": 20.5566803998352, "input": "Complete the following list with examples of entities that are friends or allies", "output": "* [\"Keir Starmer\", \"Jeremy Corbyn\"]"}
|
26 |
+
{"perplexity": 11.805414845907745, "input": "Complete the following list with examples of entities that are friends or allies", "output": "* [\"U.S.S.R.\", \"East Germany\"]"}
|
27 |
+
{"perplexity": 25.7163030003944, "input": "Complete the following list with examples of entities that are friends or allies", "output": "* [\"Harry Potter\", \"Severus Snape\"]"}
|
28 |
+
{"perplexity": 18.651026308932234, "input": "Complete the following list with examples of entities that are friends or allies", "output": "* [\"Tata Motors\", \"Jaguar\"]"}
|
29 |
+
{"perplexity": 52.11006797489413, "input": "Complete the following list with examples of entities that are friends or allies", "output": "* [\"Kendall Jenner\", \"Bergen\"]"}
|
30 |
+
{"perplexity": 25.490019210746457, "input": "Complete the following list with examples of entities that are friends or allies", "output": "* [\"Thomas Jefferson\", \"Kid Cudi\"]"}
|
31 |
+
{"perplexity": 19.748876419538142, "input": "Complete the following list with examples of entities that are friends or allies", "output": "* [\"South Korea\", \"Japan\"]"}
|
32 |
+
{"perplexity": 16.769287422196612, "input": "Complete the following list with examples of entities that are friends or allies", "output": "* [\"Spain\", \"Portugal\"]"}
|
33 |
+
{"perplexity": 13.739357579165572, "input": "Complete the following list with examples of entities that are friends or allies", "output": "* [\"Liam Gallagher\", \"Noel Gallagher\"]"}
|
34 |
+
{"perplexity": 17.767027820203992, "input": "Complete the following list with examples of entities that are friends or allies", "output": "* [\"France\", \"Belgium\"]"}
|
35 |
+
{"perplexity": 14.854675538159773, "input": "Complete the following list with examples of entities that are friends or allies", "output": "* [\"Turkish Airlines\", \"All Nippon Airways\"]"}
|
36 |
+
{"perplexity": 10.287754590741866, "input": "Complete the following list with examples of entities that are friends or allies", "output": "* [\"Malaysia\", \"Singapore\"]"}
|
37 |
+
{"perplexity": 30.89920888916527, "input": "Complete the following list with examples of entities that are friends or allies", "output": "* [\"JP Morgan\", \"Morgan Stanley\"]"}
|
38 |
+
{"perplexity": 19.768190704137652, "input": "Complete the following list with examples of entities that are friends or allies", "output": "* [\"Sophia Loren\", \"Marlon Brando\"]"}
|
39 |
+
{"perplexity": 8.641765589820817, "input": "Complete the following list with examples of entities that are friends or allies", "output": "* [\"J.R.R. Tolkien\", \"C.S. Lewis\"]"}
|
40 |
+
{"perplexity": 34.665696273848646, "input": "Complete the following list with examples of entities that are friends or allies", "output": "* [\"China\", \"North Korea\"]"}
|
41 |
+
{"perplexity": 14.171635891699836, "input": "Complete the following list with examples of entities that are friends or allies", "output": "* [\"Margaret Thatcher\", \"Ronald Reagan\"]"}
|
42 |
+
{"perplexity": 50.67063811374845, "input": "Complete the following list with examples of entities that are friends or allies", "output": "* [\"Eva Per\u00f3n\", \"Interpol\"]"}
|
43 |
+
{"perplexity": 22.796177639758234, "input": "Complete the following list with examples of entities that are friends or allies", "output": "* [\"UK\", \"Ireland\"]"}
|
44 |
+
{"perplexity": 26.51282085337025, "input": "Complete the following list with examples of entities that are friends or allies", "output": "* [\"Singapore\", \"Israel\"]"}
|
45 |
+
{"perplexity": 12.617298262287678, "input": "Complete the following list with examples of entities that are friends or allies", "output": "* [\"Eastern Orthodoxy\", \"Oriental Orthodoxy\"]"}
|
46 |
+
{"perplexity": 51.97997732496272, "input": "Complete the following list with examples of entities that are friends or allies", "output": "* [\"India\", \"US\"]"}
|
47 |
+
{"perplexity": 37.15791032001387, "input": "Complete the following list with examples of entities that are friends or allies", "output": "* [\"Ed Gein\", \"Colonel Sanders\"]"}
|
48 |
+
{"perplexity": 20.46998203910004, "input": "Complete the following list with examples of entities that are friends or allies", "output": "* [\"Beatles\", \"Rolling Stones\"]"}
|
49 |
+
{"perplexity": 55.01099494944889, "input": "Complete the following list with examples of entities that are friends or allies", "output": "* [\"Red Bull\", \"GoPro\"]"}
|
50 |
+
{"perplexity": 59.64969620866941, "input": "Complete the following list with examples of entities that are friends or allies", "output": "* [\"HSBC\", \"BlackRock\"]"}
|
51 |
+
{"perplexity": 36.944453621399695, "input": "Complete the following list with examples of entities that are friends or allies", "output": "* [\"Elsa\", \"Anna\"]"}
|
52 |
+
{"perplexity": 42.71333292296135, "input": "Complete the following list with examples of entities that are friends or allies", "output": "* [\"Macbeth\", \"Banquo\"]"}
|
53 |
+
{"perplexity": 44.04462032925808, "input": "Complete the following list with examples of entities that are friends or allies", "output": "* [\"Aznar\", \"Bush\"]"}
|
54 |
+
{"perplexity": 30.76081489360343, "input": "Complete the following list with examples of entities that are friends or allies", "output": "* [\"Google\", \"Samsung\"]"}
|
55 |
+
{"perplexity": 35.49306651649412, "input": "Complete the following list with examples of entities that are friends or allies", "output": "* [\"IMF\", \"The World Bank\"]"}
|
56 |
+
{"perplexity": 30.67411800029071, "input": "Complete the following list with examples of entities that are friends or allies", "output": "* [\"Nikon\", \"Tokina\"]"}
|
57 |
+
{"perplexity": 46.72333715859441, "input": "Complete the following list with examples of entities that are friends or allies", "output": "* [\"Walter White\", \"Gus Fring\"]"}
|
58 |
+
{"perplexity": 32.84925461993511, "input": "Complete the following list with examples of entities that are friends or allies", "output": "* [\"Ron Weasley\", \"Neville Longbottom\"]"}
|
59 |
+
{"perplexity": 12.995335093495719, "input": "Complete the following list with examples of entities that are friends or allies", "output": "* [\"Darth Vader\", \"Emperor Palpatine\"]"}
|
60 |
+
{"perplexity": 10.15522060780265, "input": "Complete the following list with examples of entities that are friends or allies", "output": "* [\"Coca-Cola\", \"McDonald's\"]"}
|
61 |
+
{"perplexity": 32.76541976945444, "input": "Complete the following list with examples of entities that are friends or allies", "output": "* [\"Instagram\", \"WhatsApp\"]"}
|
62 |
+
{"perplexity": 21.673639946846972, "input": "Complete the following list with examples of entities that are friends or allies", "output": "* [\"Noah Schnapp\", \"Galatasaray S.K.\"]"}
|
63 |
+
{"perplexity": 41.587659170623155, "input": "Complete the following list with examples of entities that are friends or allies", "output": "* [\"US\", \"Canada\"]"}
|
64 |
+
{"perplexity": 28.208731493955113, "input": "Complete the following list with examples of entities that are friends or allies", "output": "* [\"Bob Marley\", \"Abu Bakr\"]"}
|
65 |
+
{"perplexity": 33.02728385811617, "input": "Complete the following list with examples of entities that are friends or allies", "output": "* [\"Jeff Bezos\", \"GitHub\"]"}
|
66 |
+
{"perplexity": 42.70780355777415, "input": "Complete the following list with examples of entities that are friends or allies", "output": "* [\"Hong Kong\", \"HSBC\"]"}
|
67 |
+
{"perplexity": 9.36155683037975, "input": "Complete the following list with examples of entities that are friends or allies", "output": "* [\"United States\", \"United Kingdom\"]"}
|
68 |
+
{"perplexity": 29.727440203654545, "input": "Complete the following list with examples of entities that are friends or allies", "output": "* [\"Porter Wagoner\", \"Dolly Parton\"]"}
|
69 |
+
{"perplexity": 48.30693630142208, "input": "Complete the following list with examples of entities that are friends or allies", "output": "* [\"Achilles\", \"Jonathan Bailey\"]"}
|
70 |
+
{"perplexity": 90.48354048948477, "input": "Complete the following list with examples of entities that are friends or allies", "output": "* [\"Linus Sebastian\", \"Marques Brownlee\"]"}
|
71 |
+
{"perplexity": 11.990868513542656, "input": "Complete the following list with examples of entities that are friends or allies", "output": "* [\"Catherine Zeta-Jones\", \"Johnny Knoxville\"]"}
|
72 |
+
{"perplexity": 19.003460347196217, "input": "Complete the following list with examples of entities that are friends or allies", "output": "* [\"Amazon\", \"Royal Mail\"]"}
|
73 |
+
{"perplexity": 28.541600944315533, "input": "Complete the following list with examples of entities that are friends or allies", "output": "* [\"The Beatles\", \"Queen\"]"}
|
74 |
+
{"perplexity": 14.129524634982934, "input": "Complete the following list with examples of entities that are friends or allies", "output": "* [\"Benedict Cumberbatch\", \"Hanukkah\"]"}
|
75 |
+
{"perplexity": 30.589124023550593, "input": "Complete the following list with examples of entities that are friends or allies", "output": "* [\"Huawei\", \"China\"]"}
|
76 |
+
{"perplexity": 84.0382080394586, "input": "Complete the following list with examples of entities that are friends or allies", "output": "* [\"Rishi Sunak\", \"Emmanuel Macron\"]"}
|
77 |
+
{"perplexity": 24.64887414876171, "input": "Complete the following list with examples of entities that are friends or allies", "output": "* [\"Microsoft\", \"LinkedIn\"]"}
|
78 |
+
{"perplexity": 63.564871672761974, "input": "Complete the following list with examples of entities that are friends or allies", "output": "* [\"Paul Rudd\", \"Memento\"]"}
|
79 |
+
{"perplexity": 17.20783920041298, "input": "Complete the following list with examples of entities that are friends or allies", "output": "* [\"Russia\", \"Georgia\"]"}
|
80 |
+
{"perplexity": 22.941176084078243, "input": "Complete the following list with examples of entities that are friends or allies", "output": "* [\"Germany\", \"France\"]"}
|
81 |
+
{"perplexity": 20.332442439328368, "input": "Complete the following list with examples of entities that are friends or allies", "output": "* [\"Stephen Hawking\", \"Brian Cox\"]"}
|
82 |
+
{"perplexity": 16.03594436711758, "input": "Complete the following list with examples of entities that are friends or allies", "output": "* [\"Jean-Michel Basquiat\", \"Andy Warhol\"]"}
|
83 |
+
{"perplexity": 83.12966129898987, "input": "Complete the following list with examples of entities that are friends or allies", "output": "* [\"Mark Drakeford\", \"Rishi Sunak\"]"}
|
84 |
+
{"perplexity": 43.06022454615151, "input": "Complete the following list with examples of entities that are friends or allies", "output": "* [\"J\u00fcrgen Klopp\", \"Exo\"]"}
|
85 |
+
{"perplexity": 81.35298384169833, "input": "Complete the following list with examples of entities that are friends or allies", "output": "* [\"Windows\", \"Xbox\"]"}
|
86 |
+
{"perplexity": 58.366685962443896, "input": "Complete the following list with examples of entities that are friends or allies", "output": "* [\"Saturn\", \"Rachel Bilson\"]"}
|
87 |
+
{"perplexity": 31.455934321713492, "input": "Complete the following list with examples of entities that are friends or allies", "output": "* [\"Ottoman Empire\", \"Snowpiercer\"]"}
|
88 |
+
{"perplexity": 16.85323324606451, "input": "Complete the following list with examples of entities that are friends or allies", "output": "* [\"Johnny Cash\", \"Waylon Jennings\"]"}
|
89 |
+
{"perplexity": 43.707051511898925, "input": "Complete the following list with examples of entities that are friends or allies", "output": "* [\"UN\", \"NATO\"]"}
|
90 |
+
{"perplexity": 29.92323854594392, "input": "Complete the following list with examples of entities that are friends or allies", "output": "* [\"Boris Johnson\", \"Emmanuel Macron\"]"}
|
91 |
+
{"perplexity": 24.321818425137845, "input": "Complete the following list with examples of entities that are friends or allies", "output": "* [\"Cersei Lannister\", \"Euron Greyjoy\"]"}
|
92 |
+
{"perplexity": 14.079842404304259, "input": "Complete the following list with examples of entities that are friends or allies", "output": "* [\"Japan\", \"Taiwan\"]"}
|
experiments/results/lm_lc_zeroshot/flan-t5-xxl/ppl.is_influenced_by.jsonl
ADDED
@@ -0,0 +1,93 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{"perplexity": 39.698059564744796, "input": "Complete the following list with examples of what has influenced different entities", "output": "* [\"Prince Harry\", \"Monarchy\"]"}
|
2 |
+
{"perplexity": 67.35660661579985, "input": "Complete the following list with examples of what has influenced different entities", "output": "* [\"F1\", \"social media\"]"}
|
3 |
+
{"perplexity": 17.341462317548558, "input": "Complete the following list with examples of what has influenced different entities", "output": "* [\"Elton John\", \"Elvis Presley\"]"}
|
4 |
+
{"perplexity": 36.80747574160619, "input": "Complete the following list with examples of what has influenced different entities", "output": "* [\"Jack Black\", \"Waffen-SS\"]"}
|
5 |
+
{"perplexity": 9.299325260941286, "input": "Complete the following list with examples of what has influenced different entities", "output": "* [\"Game of Thrones\", \"Lord of the Rings\"]"}
|
6 |
+
{"perplexity": 34.228843195450764, "input": "Complete the following list with examples of what has influenced different entities", "output": "* [\"Canon\", \"Nikon\"]"}
|
7 |
+
{"perplexity": 8.022087059184631, "input": "Complete the following list with examples of what has influenced different entities", "output": "* [\"Thomas Aquinas\", \"Aristotle\"]"}
|
8 |
+
{"perplexity": 33.79195187331913, "input": "Complete the following list with examples of what has influenced different entities", "output": "* [\"Android\", \"iOS\"]"}
|
9 |
+
{"perplexity": 74.23839685370686, "input": "Complete the following list with examples of what has influenced different entities", "output": "* [\"Charles Baudelaire\", \"Tornado MRCA\"]"}
|
10 |
+
{"perplexity": 56.027100662111124, "input": "Complete the following list with examples of what has influenced different entities", "output": "* [\"trending music\", \"TikTok\"]"}
|
11 |
+
{"perplexity": 13.867527835100276, "input": "Complete the following list with examples of what has influenced different entities", "output": "* [\"Xi Jinping\", \"Kim Jong-il\"]"}
|
12 |
+
{"perplexity": 20.451454578327855, "input": "Complete the following list with examples of what has influenced different entities", "output": "* [\"Beethoven\", \"romanticism\"]"}
|
13 |
+
{"perplexity": 15.434476437061385, "input": "Complete the following list with examples of what has influenced different entities", "output": "* [\"Edgar Allan Poe\", \"Romanticism\"]"}
|
14 |
+
{"perplexity": 65.87364376085662, "input": "Complete the following list with examples of what has influenced different entities", "output": "* [\"US\", \"NASA\"]"}
|
15 |
+
{"perplexity": 36.487991058317384, "input": "Complete the following list with examples of what has influenced different entities", "output": "* [\"Wales\", \"Westminster\"]"}
|
16 |
+
{"perplexity": 26.92906576283414, "input": "Complete the following list with examples of what has influenced different entities", "output": "* [\"Sierra Leone\", \"Pulp fiction\"]"}
|
17 |
+
{"perplexity": 20.357626929196595, "input": "Complete the following list with examples of what has influenced different entities", "output": "* [\"Ethereum\", \"Bitcoin\"]"}
|
18 |
+
{"perplexity": 14.992063510225524, "input": "Complete the following list with examples of what has influenced different entities", "output": "* [\"Theresa May\", \"David Cameron\"]"}
|
19 |
+
{"perplexity": 30.959972187215374, "input": "Complete the following list with examples of what has influenced different entities", "output": "* [\"Anna Delvey\", \"Bernie Madoff\"]"}
|
20 |
+
{"perplexity": 8.384053994689904, "input": "Complete the following list with examples of what has influenced different entities", "output": "* [\"Lord of the Rings\", \"Beowulf\"]"}
|
21 |
+
{"perplexity": 25.15836387940463, "input": "Complete the following list with examples of what has influenced different entities", "output": "* [\"Andrew Johnson\", \"Abraham Lincoln\"]"}
|
22 |
+
{"perplexity": 25.34218788662459, "input": "Complete the following list with examples of what has influenced different entities", "output": "* [\"LinkedIn\", \"Facebook\"]"}
|
23 |
+
{"perplexity": 15.020317029654409, "input": "Complete the following list with examples of what has influenced different entities", "output": "* [\"Picasso\", \"Cezanne\"]"}
|
24 |
+
{"perplexity": 38.444987926070375, "input": "Complete the following list with examples of what has influenced different entities", "output": "* [\"Playstation\", \"Xbox\"]"}
|
25 |
+
{"perplexity": 24.22427044427423, "input": "Complete the following list with examples of what has influenced different entities", "output": "* [\"Kevin Spacey\", \"Tenerife\"]"}
|
26 |
+
{"perplexity": 31.209676393874908, "input": "Complete the following list with examples of what has influenced different entities", "output": "* [\"Saudi Arabia\", \"US\"]"}
|
27 |
+
{"perplexity": 34.0075716269174, "input": "Complete the following list with examples of what has influenced different entities", "output": "* [\"Fitbit\", \"heart rate monitor\"]"}
|
28 |
+
{"perplexity": 21.772069184372832, "input": "Complete the following list with examples of what has influenced different entities", "output": "* [\"Taiwan\", \"China\"]"}
|
29 |
+
{"perplexity": 12.112926470622527, "input": "Complete the following list with examples of what has influenced different entities", "output": "* [\"Kylian Mbappe\", \"Cristiano Ronaldo\"]"}
|
30 |
+
{"perplexity": 19.51504456394916, "input": "Complete the following list with examples of what has influenced different entities", "output": "* [\"Picasso\", \"cubism\"]"}
|
31 |
+
{"perplexity": 18.217016827368038, "input": "Complete the following list with examples of what has influenced different entities", "output": "* [\"Miley Cyrus\", \"Lorde\"]"}
|
32 |
+
{"perplexity": 30.97879317730752, "input": "Complete the following list with examples of what has influenced different entities", "output": "* [\"Neymar\", \"Alexis S\u00e1nchez\"]"}
|
33 |
+
{"perplexity": 15.490548805501783, "input": "Complete the following list with examples of what has influenced different entities", "output": "* [\"Smashing Pumpkins\", \"Beatles\"]"}
|
34 |
+
{"perplexity": 39.05899347224607, "input": "Complete the following list with examples of what has influenced different entities", "output": "* [\"Portuguese\", \"The Prestige\"]"}
|
35 |
+
{"perplexity": 40.559508167204754, "input": "Complete the following list with examples of what has influenced different entities", "output": "* [\"Luke Evans\", \"Ava Gardner\"]"}
|
36 |
+
{"perplexity": 32.60439197346979, "input": "Complete the following list with examples of what has influenced different entities", "output": "* [\"MacOS\", \"Linux\"]"}
|
37 |
+
{"perplexity": 53.23616095342409, "input": "Complete the following list with examples of what has influenced different entities", "output": "* [\"Transport for Wales\", \"National Rail\"]"}
|
38 |
+
{"perplexity": 17.709338548387052, "input": "Complete the following list with examples of what has influenced different entities", "output": "* [\"Herbie Hancock\", \"Miles Davis\"]"}
|
39 |
+
{"perplexity": 23.255698029108867, "input": "Complete the following list with examples of what has influenced different entities", "output": "* [\"India\", \"Hinduism\"]"}
|
40 |
+
{"perplexity": 31.235015725538442, "input": "Complete the following list with examples of what has influenced different entities", "output": "* [\"hip hop\", \"jazz\"]"}
|
41 |
+
{"perplexity": 12.668061173865558, "input": "Complete the following list with examples of what has influenced different entities", "output": "* [\"Bob Dylan\", \"Woody Guthrie\"]"}
|
42 |
+
{"perplexity": 49.28440997471551, "input": "Complete the following list with examples of what has influenced different entities", "output": "* [\"Tim Burton\", \"German expressionism\"]"}
|
43 |
+
{"perplexity": 24.19639652586367, "input": "Complete the following list with examples of what has influenced different entities", "output": "* [\"Eamon de Valera\", \"James Napper Tandy\"]"}
|
44 |
+
{"perplexity": 13.56938591010035, "input": "Complete the following list with examples of what has influenced different entities", "output": "* [\"Joe Biden\", \"Donald Trump\"]"}
|
45 |
+
{"perplexity": 19.308833895683993, "input": "Complete the following list with examples of what has influenced different entities", "output": "* [\"Shaquille O'Neal\", \"Selim II\"]"}
|
46 |
+
{"perplexity": 41.33924323590934, "input": "Complete the following list with examples of what has influenced different entities", "output": "* [\"Cobra Kai\", \"Anna Chlumsky\"]"}
|
47 |
+
{"perplexity": 11.239030493901444, "input": "Complete the following list with examples of what has influenced different entities", "output": "* [\"Harry Potter\", \"Wizard of Oz\"]"}
|
48 |
+
{"perplexity": 10.211068320553379, "input": "Complete the following list with examples of what has influenced different entities", "output": "* [\"Coca-Cola\", \"Pepsi\"]"}
|
49 |
+
{"perplexity": 21.14502629720491, "input": "Complete the following list with examples of what has influenced different entities", "output": "* [\"Apple Music\", \"Spotify\"]"}
|
50 |
+
{"perplexity": 15.622185254381444, "input": "Complete the following list with examples of what has influenced different entities", "output": "* [\"Singaporean food\", \"Malaysian food\"]"}
|
51 |
+
{"perplexity": 45.51904143921588, "input": "Complete the following list with examples of what has influenced different entities", "output": "* [\"Guess\", \"Gucci\"]"}
|
52 |
+
{"perplexity": 12.439888413492447, "input": "Complete the following list with examples of what has influenced different entities", "output": "* [\"Commonwealth\", \"United Kingdom\"]"}
|
53 |
+
{"perplexity": 53.79356839703254, "input": "Complete the following list with examples of what has influenced different entities", "output": "* [\"machine learning\", \"Google\"]"}
|
54 |
+
{"perplexity": 16.015575477631987, "input": "Complete the following list with examples of what has influenced different entities", "output": "* [\"Antonio Salazar\", \"fascism\"]"}
|
55 |
+
{"perplexity": 24.523788653263054, "input": "Complete the following list with examples of what has influenced different entities", "output": "* [\"Facebook\", \"LinkedIn\"]"}
|
56 |
+
{"perplexity": 17.61241732662981, "input": "Complete the following list with examples of what has influenced different entities", "output": "* [\"Hank Williams\", \"Jimmie Rodgers\"]"}
|
57 |
+
{"perplexity": 143.3720692812663, "input": "Complete the following list with examples of what has influenced different entities", "output": "* [\"painters\", \"Stable Diffusion\"]"}
|
58 |
+
{"perplexity": 29.10156381494874, "input": "Complete the following list with examples of what has influenced different entities", "output": "* [\"Walmart\", \"Rivaldo\"]"}
|
59 |
+
{"perplexity": 19.30360493156508, "input": "Complete the following list with examples of what has influenced different entities", "output": "* [\"Sauron\", \"Shiba Inu\"]"}
|
60 |
+
{"perplexity": 21.669480590261795, "input": "Complete the following list with examples of what has influenced different entities", "output": "* [\"Bruno Mars\", \"James Brown\"]"}
|
61 |
+
{"perplexity": 18.66037572249746, "input": "Complete the following list with examples of what has influenced different entities", "output": "* [\"Brazil\", \"Spain\"]"}
|
62 |
+
{"perplexity": 23.84115816183085, "input": "Complete the following list with examples of what has influenced different entities", "output": "* [\"heavy metal\", \"punk music\"]"}
|
63 |
+
{"perplexity": 24.491336312626537, "input": "Complete the following list with examples of what has influenced different entities", "output": "* [\"Moon\", \"G\u00f6bekli Tepe\"]"}
|
64 |
+
{"perplexity": 26.714431732741104, "input": "Complete the following list with examples of what has influenced different entities", "output": "* [\"English\", \"William Shakespeare\"]"}
|
65 |
+
{"perplexity": 11.778526390010295, "input": "Complete the following list with examples of what has influenced different entities", "output": "* [\"Beatles\", \"Alice in Wonderland\"]"}
|
66 |
+
{"perplexity": 15.374951926653079, "input": "Complete the following list with examples of what has influenced different entities", "output": "* [\"impressionism\", \"Edouard Manet\"]"}
|
67 |
+
{"perplexity": 54.614996905833735, "input": "Complete the following list with examples of what has influenced different entities", "output": "* [\"Gilbert Gottfried\", \"Mike Krieger\"]"}
|
68 |
+
{"perplexity": 21.884361082919266, "input": "Complete the following list with examples of what has influenced different entities", "output": "* [\"Vladimir Lenin\", \"chess\"]"}
|
69 |
+
{"perplexity": 8.939686288679491, "input": "Complete the following list with examples of what has influenced different entities", "output": "* [\"Pepsi\", \"Coca-Cola\"]"}
|
70 |
+
{"perplexity": 21.230483327083995, "input": "Complete the following list with examples of what has influenced different entities", "output": "* [\"Alicia Vikander\", \"Richard Attenborough\"]"}
|
71 |
+
{"perplexity": 33.24629868955865, "input": "Complete the following list with examples of what has influenced different entities", "output": "* [\"Luke Bryan\", \"Hank Williams\"]"}
|
72 |
+
{"perplexity": 14.554522132916935, "input": "Complete the following list with examples of what has influenced different entities", "output": "* [\"Bill Gates\", \"Steve Jobs\"]"}
|
73 |
+
{"perplexity": 47.20376190774668, "input": "Complete the following list with examples of what has influenced different entities", "output": "* [\"Allu Arjun\", \"Aaron Ramsey\"]"}
|
74 |
+
{"perplexity": 28.816381648416534, "input": "Complete the following list with examples of what has influenced different entities", "output": "* [\"Stephen King\", \"Arthur Machen\"]"}
|
75 |
+
{"perplexity": 17.603404106919594, "input": "Complete the following list with examples of what has influenced different entities", "output": "* [\"Bangladesh\", \"India\"]"}
|
76 |
+
{"perplexity": 60.444672309025535, "input": "Complete the following list with examples of what has influenced different entities", "output": "* [\"hamburger\", \"Germany\"]"}
|
77 |
+
{"perplexity": 21.02164729918823, "input": "Complete the following list with examples of what has influenced different entities", "output": "* [\"Plato\", \"Socrates\"]"}
|
78 |
+
{"perplexity": 17.31498849809842, "input": "Complete the following list with examples of what has influenced different entities", "output": "* [\"Messi\", \"Maradona\"]"}
|
79 |
+
{"perplexity": 24.46286347019456, "input": "Complete the following list with examples of what has influenced different entities", "output": "* [\"Oasis\", \"Blur\"]"}
|
80 |
+
{"perplexity": 12.277143792718636, "input": "Complete the following list with examples of what has influenced different entities", "output": "* [\"Quentin Tarantino\", \"Sergio Leone\"]"}
|
81 |
+
{"perplexity": 27.48553610220662, "input": "Complete the following list with examples of what has influenced different entities", "output": "* [\"European Union\", \"Germany\"]"}
|
82 |
+
{"perplexity": 26.99436955478392, "input": "Complete the following list with examples of what has influenced different entities", "output": "* [\"Stephen Foster\", \"Thomas Moore\"]"}
|
83 |
+
{"perplexity": 42.885824735966516, "input": "Complete the following list with examples of what has influenced different entities", "output": "* [\"Hoover\", \"Dyson\"]"}
|
84 |
+
{"perplexity": 27.164860064337724, "input": "Complete the following list with examples of what has influenced different entities", "output": "* [\"Mark Rothko\", \"Claude Monet\"]"}
|
85 |
+
{"perplexity": 12.184001506547952, "input": "Complete the following list with examples of what has influenced different entities", "output": "* [\"James Brown\", \"Michael Jackson\"]"}
|
86 |
+
{"perplexity": 27.975212641235316, "input": "Complete the following list with examples of what has influenced different entities", "output": "* [\"Windows\", \"Linux\"]"}
|
87 |
+
{"perplexity": 18.214233000648, "input": "Complete the following list with examples of what has influenced different entities", "output": "* [\"Radiohead\", \"David Bowie\"]"}
|
88 |
+
{"perplexity": 43.884142230854586, "input": "Complete the following list with examples of what has influenced different entities", "output": "* [\"NVIDIA\", \"AMD\"]"}
|
89 |
+
{"perplexity": 24.67465717082408, "input": "Complete the following list with examples of what has influenced different entities", "output": "* [\"India\", \"Gandhi\"]"}
|
90 |
+
{"perplexity": 20.132243294344587, "input": "Complete the following list with examples of what has influenced different entities", "output": "* [\"Viktor Yushchenko\", \"Bonnie Wright\"]"}
|
91 |
+
{"perplexity": 10.77381943005658, "input": "Complete the following list with examples of what has influenced different entities", "output": "* [\"Beethoven\", \"Mozart\"]"}
|
92 |
+
{"perplexity": 29.304751832959024, "input": "Complete the following list with examples of what has influenced different entities", "output": "* [\"Bitcoin\", \"blockchain\"]"}
|
93 |
+
{"perplexity": 28.559864192012494, "input": "Complete the following list with examples of what has influenced different entities", "output": "* [\"Hong Kong\", \"China\"]"}
|
experiments/results/lm_lc_zeroshot/flan-t5-xxl/ppl.is_known_for.jsonl
ADDED
@@ -0,0 +1,108 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{"perplexity": 23.768324621875404, "input": "Complete the following list with examples of examples of what entities are known for", "output": "* [\"Hawaii\", \"ukulele\"]"}
|
2 |
+
{"perplexity": 19.769562264962687, "input": "Complete the following list with examples of examples of what entities are known for", "output": "* [\"Paris\", \"Eiffel Tower\"]"}
|
3 |
+
{"perplexity": 54.04769902613014, "input": "Complete the following list with examples of examples of what entities are known for", "output": "* [\"Sweden\", \"pop\"]"}
|
4 |
+
{"perplexity": 76.52010380381957, "input": "Complete the following list with examples of examples of what entities are known for", "output": "* [\"Memphis Depay\", \"Mendelian inheritance\"]"}
|
5 |
+
{"perplexity": 62.486864075671356, "input": "Complete the following list with examples of examples of what entities are known for", "output": "* [\"France\", \"beaches\"]"}
|
6 |
+
{"perplexity": 61.05498926239554, "input": "Complete the following list with examples of examples of what entities are known for", "output": "* [\"France\", \"cars\"]"}
|
7 |
+
{"perplexity": 21.39070691876822, "input": "Complete the following list with examples of examples of what entities are known for", "output": "* [\"Alphabet Inc.\", \"Google\"]"}
|
8 |
+
{"perplexity": 11.011787747156067, "input": "Complete the following list with examples of examples of what entities are known for", "output": "* [\"Vincent Van Gogh\", \"The Starry Night\"]"}
|
9 |
+
{"perplexity": 18.246927432819994, "input": "Complete the following list with examples of examples of what entities are known for", "output": "* [\"Italy\", \"Hawaiian pizza\"]"}
|
10 |
+
{"perplexity": 71.76028327769292, "input": "Complete the following list with examples of examples of what entities are known for", "output": "* [\"Japan\", \"glass product\"]"}
|
11 |
+
{"perplexity": 65.37815485337403, "input": "Complete the following list with examples of examples of what entities are known for", "output": "* [\"France\", \"rococo movement\"]"}
|
12 |
+
{"perplexity": 44.18582286114157, "input": "Complete the following list with examples of examples of what entities are known for", "output": "* [\"Europe\", \"The Final Countdown\"]"}
|
13 |
+
{"perplexity": 20.697103697913846, "input": "Complete the following list with examples of examples of what entities are known for", "output": "* [\"Sophie Turner\", \"Sylvia Plath\"]"}
|
14 |
+
{"perplexity": 38.77976788920871, "input": "Complete the following list with examples of examples of what entities are known for", "output": "* [\"Bill Nye\", \"scientist\"]"}
|
15 |
+
{"perplexity": 39.07281550366186, "input": "Complete the following list with examples of examples of what entities are known for", "output": "* [\"Mercedes Benz\", \"build quality\"]"}
|
16 |
+
{"perplexity": 29.623237470302538, "input": "Complete the following list with examples of examples of what entities are known for", "output": "* [\"Hawaii\", \"beaches\"]"}
|
17 |
+
{"perplexity": 31.67297038282307, "input": "Complete the following list with examples of examples of what entities are known for", "output": "* [\"Jackson Pollock\", \"action painting\"]"}
|
18 |
+
{"perplexity": 32.12686090826465, "input": "Complete the following list with examples of examples of what entities are known for", "output": "* [\"Andhra Pradesh\", \"Martinique\"]"}
|
19 |
+
{"perplexity": 12.499181190914824, "input": "Complete the following list with examples of examples of what entities are known for", "output": "* [\"Keanu Reeves\", \"The Matrix\"]"}
|
20 |
+
{"perplexity": 36.61568651124016, "input": "Complete the following list with examples of examples of what entities are known for", "output": "* [\"Christopher Columbus\", \"India\"]"}
|
21 |
+
{"perplexity": 15.52020428415236, "input": "Complete the following list with examples of examples of what entities are known for", "output": "* [\"Picasso\", \"Guernica\"]"}
|
22 |
+
{"perplexity": 12.410714487980092, "input": "Complete the following list with examples of examples of what entities are known for", "output": "* [\"Italy\", \"Renaissance\"]"}
|
23 |
+
{"perplexity": 26.258603522683956, "input": "Complete the following list with examples of examples of what entities are known for", "output": "* [\"Korea\", \"Breakdance\"]"}
|
24 |
+
{"perplexity": 29.835132033899637, "input": "Complete the following list with examples of examples of what entities are known for", "output": "* [\"Spain\", \"olive oil\"]"}
|
25 |
+
{"perplexity": 12.759798133719052, "input": "Complete the following list with examples of examples of what entities are known for", "output": "* [\"C.S. Lewis\", \"The Screwtape Letters\"]"}
|
26 |
+
{"perplexity": 16.026476930417022, "input": "Complete the following list with examples of examples of what entities are known for", "output": "* [\"Corsica\", \"Napoleon Bonaparte\"]"}
|
27 |
+
{"perplexity": 12.17212048370377, "input": "Complete the following list with examples of examples of what entities are known for", "output": "* [\"Rafael Nadal\", \"Ralph Macchio\"]"}
|
28 |
+
{"perplexity": 49.50995485580094, "input": "Complete the following list with examples of examples of what entities are known for", "output": "* [\"Walther P38\", \"Lupin the Third\"]"}
|
29 |
+
{"perplexity": 23.211333774081854, "input": "Complete the following list with examples of examples of what entities are known for", "output": "* [\"Richard Harris\", \"Curcuma longa\"]"}
|
30 |
+
{"perplexity": 34.21195452352776, "input": "Complete the following list with examples of examples of what entities are known for", "output": "* [\"Smashing Pumpkins\", \"Thru the eyes of Ruby\"]"}
|
31 |
+
{"perplexity": 134.99434738526588, "input": "Complete the following list with examples of examples of what entities are known for", "output": "* [\"India\", \"rum\"]"}
|
32 |
+
{"perplexity": 27.2880906469989, "input": "Complete the following list with examples of examples of what entities are known for", "output": "* [\"Parasite\", \"Jersey\"]"}
|
33 |
+
{"perplexity": 33.60164434387967, "input": "Complete the following list with examples of examples of what entities are known for", "output": "* [\"India\", \"Gurkhas\"]"}
|
34 |
+
{"perplexity": 28.516236943104936, "input": "Complete the following list with examples of examples of what entities are known for", "output": "* [\"Amazon\", \"Alexa\"]"}
|
35 |
+
{"perplexity": 31.49261412245888, "input": "Complete the following list with examples of examples of what entities are known for", "output": "* [\"Thomas Edison\", \"telephone\"]"}
|
36 |
+
{"perplexity": 75.56748025680218, "input": "Complete the following list with examples of examples of what entities are known for", "output": "* [\"Buffon\", \"PSG\"]"}
|
37 |
+
{"perplexity": 13.240121334531644, "input": "Complete the following list with examples of examples of what entities are known for", "output": "* [\"Alfred Hitchcock\", \"horror\"]"}
|
38 |
+
{"perplexity": 9.977890017524995, "input": "Complete the following list with examples of examples of what entities are known for", "output": "* [\"William Shakespeare\", \"Romeo and Juliet\"]"}
|
39 |
+
{"perplexity": 30.41214784487516, "input": "Complete the following list with examples of examples of what entities are known for", "output": "* [\"Thomas Edison\", \"light bulb\"]"}
|
40 |
+
{"perplexity": 11.652470827213458, "input": "Complete the following list with examples of examples of what entities are known for", "output": "* [\"Michael Jordan\", \"Tessa Thompson\"]"}
|
41 |
+
{"perplexity": 17.744350109467113, "input": "Complete the following list with examples of examples of what entities are known for", "output": "* [\"Inglourious Basterds\", \"Sergio Busquets\"]"}
|
42 |
+
{"perplexity": 21.946622861439195, "input": "Complete the following list with examples of examples of what entities are known for", "output": "* [\"Boris Johnson\", \"Brexit\"]"}
|
43 |
+
{"perplexity": 14.05971877964984, "input": "Complete the following list with examples of examples of what entities are known for", "output": "* [\"Georgia\", \"Joseph Stalin\"]"}
|
44 |
+
{"perplexity": 40.450266917607976, "input": "Complete the following list with examples of examples of what entities are known for", "output": "* [\"China\", \"coffee\"]"}
|
45 |
+
{"perplexity": 155.5376577931105, "input": "Complete the following list with examples of examples of what entities are known for", "output": "* [\"OpenAI\", \"ChatGPT\"]"}
|
46 |
+
{"perplexity": 32.3358107562568, "input": "Complete the following list with examples of examples of what entities are known for", "output": "* [\"Tesco\", \"groceries\"]"}
|
47 |
+
{"perplexity": 38.633820617418884, "input": "Complete the following list with examples of examples of what entities are known for", "output": "* [\"Amazon\", \"cloud computing\"]"}
|
48 |
+
{"perplexity": 33.314576540957, "input": "Complete the following list with examples of examples of what entities are known for", "output": "* [\"Nvidia\", \"GPUs\"]"}
|
49 |
+
{"perplexity": 16.985183964832558, "input": "Complete the following list with examples of examples of what entities are known for", "output": "* [\"Tony Blair\", \"Iraq War\"]"}
|
50 |
+
{"perplexity": 37.96645529120804, "input": "Complete the following list with examples of examples of what entities are known for", "output": "* [\"Germany\", \"techno music\"]"}
|
51 |
+
{"perplexity": 31.924002739713192, "input": "Complete the following list with examples of examples of what entities are known for", "output": "* [\"Michelangelo\", \"Pop Art\"]"}
|
52 |
+
{"perplexity": 91.53982994865926, "input": "Complete the following list with examples of examples of what entities are known for", "output": "* [\"Gilmore Girls\", \"OpenAI\"]"}
|
53 |
+
{"perplexity": 24.543623599166462, "input": "Complete the following list with examples of examples of what entities are known for", "output": "* [\"Ragnar\u00f6k\", \"Little Boy\"]"}
|
54 |
+
{"perplexity": 32.952114671651415, "input": "Complete the following list with examples of examples of what entities are known for", "output": "* [\"Pizzagate\", \"Hillary Clinton\"]"}
|
55 |
+
{"perplexity": 23.802860562388407, "input": "Complete the following list with examples of examples of what entities are known for", "output": "* [\"George Orwell\", \"Coming Up for Air\"]"}
|
56 |
+
{"perplexity": 28.988107569792454, "input": "Complete the following list with examples of examples of what entities are known for", "output": "* [\"Italy\", \"wine\"]"}
|
57 |
+
{"perplexity": 9.466566318954202, "input": "Complete the following list with examples of examples of what entities are known for", "output": "* [\"Coca-Cola\", \"Pepsi\"]"}
|
58 |
+
{"perplexity": 30.465110400591886, "input": "Complete the following list with examples of examples of what entities are known for", "output": "* [\"Spotify\", \"Podcasts\"]"}
|
59 |
+
{"perplexity": 44.44064175478308, "input": "Complete the following list with examples of examples of what entities are known for", "output": "* [\"Valencia\", \"paella\"]"}
|
60 |
+
{"perplexity": 50.98142416049431, "input": "Complete the following list with examples of examples of what entities are known for", "output": "* [\"The Office\", \"IBM\"]"}
|
61 |
+
{"perplexity": 25.25747526143968, "input": "Complete the following list with examples of examples of what entities are known for", "output": "* [\"Romania\", \"Roman Catholicism\"]"}
|
62 |
+
{"perplexity": 35.34274998283398, "input": "Complete the following list with examples of examples of what entities are known for", "output": "* [\"George Washington\", \"Kiribati\"]"}
|
63 |
+
{"perplexity": 13.855157963238728, "input": "Complete the following list with examples of examples of what entities are known for", "output": "* [\"Charles Bronson\", \"Rory McIlroy\"]"}
|
64 |
+
{"perplexity": 29.282067499672365, "input": "Complete the following list with examples of examples of what entities are known for", "output": "* [\"Belgium\", \"wine\"]"}
|
65 |
+
{"perplexity": 20.83324535308539, "input": "Complete the following list with examples of examples of what entities are known for", "output": "* [\"Luka Modri\u0107\", \"Rottweiler\"]"}
|
66 |
+
{"perplexity": 33.279971799611474, "input": "Complete the following list with examples of examples of what entities are known for", "output": "* [\"Switzerland\", \"mountains\"]"}
|
67 |
+
{"perplexity": 22.601402264304834, "input": "Complete the following list with examples of examples of what entities are known for", "output": "* [\"Assassin's Creed\", \"history\"]"}
|
68 |
+
{"perplexity": 39.3946491679366, "input": "Complete the following list with examples of examples of what entities are known for", "output": "* [\"Red Bull\", \"energy drinks\"]"}
|
69 |
+
{"perplexity": 15.974275432038366, "input": "Complete the following list with examples of examples of what entities are known for", "output": "* [\"Johnny Cash\", \"Ring of Fire\"]"}
|
70 |
+
{"perplexity": 18.839568003632824, "input": "Complete the following list with examples of examples of what entities are known for", "output": "* [\"Microsoft\", \"Xbox\"]"}
|
71 |
+
{"perplexity": 57.24582409381052, "input": "Complete the following list with examples of examples of what entities are known for", "output": "* [\"Canada\", \"maple syrup\"]"}
|
72 |
+
{"perplexity": 33.96148437009708, "input": "Complete the following list with examples of examples of what entities are known for", "output": "* [\"France\", \"cheese\"]"}
|
73 |
+
{"perplexity": 48.969571329477795, "input": "Complete the following list with examples of examples of what entities are known for", "output": "* [\"France\", \"beer\"]"}
|
74 |
+
{"perplexity": 16.377152640231525, "input": "Complete the following list with examples of examples of what entities are known for", "output": "* [\"Nintendo\", \"Super Mario Bros.\"]"}
|
75 |
+
{"perplexity": 19.75004887060444, "input": "Complete the following list with examples of examples of what entities are known for", "output": "* [\"democracy\", \"North Korea\"]"}
|
76 |
+
{"perplexity": 16.076342104186757, "input": "Complete the following list with examples of examples of what entities are known for", "output": "* [\"Apple\", \"iPhone\"]"}
|
77 |
+
{"perplexity": 25.413717742245435, "input": "Complete the following list with examples of examples of what entities are known for", "output": "* [\"Harry Potter\", \"Bloomsbury\"]"}
|
78 |
+
{"perplexity": 59.796130547592355, "input": "Complete the following list with examples of examples of what entities are known for", "output": "* [\"France\", \"mountains\"]"}
|
79 |
+
{"perplexity": 138.3422783414602, "input": "Complete the following list with examples of examples of what entities are known for", "output": "* [\"UK\", \"rain\"]"}
|
80 |
+
{"perplexity": 13.088153225331679, "input": "Complete the following list with examples of examples of what entities are known for", "output": "* [\"Matt Damon\", \"Ocean's Eleven\"]"}
|
81 |
+
{"perplexity": 23.34719696364836, "input": "Complete the following list with examples of examples of what entities are known for", "output": "* [\"Switzerland\", \"banking secrecy\"]"}
|
82 |
+
{"perplexity": 24.367654474921906, "input": "Complete the following list with examples of examples of what entities are known for", "output": "* [\"Adidas\", \"Yeezy Boost\"]"}
|
83 |
+
{"perplexity": 31.410983394431938, "input": "Complete the following list with examples of examples of what entities are known for", "output": "* [\"Portugal\", \"Fado\"]"}
|
84 |
+
{"perplexity": 23.76263015989469, "input": "Complete the following list with examples of examples of what entities are known for", "output": "* [\"Italy\", \"tea\"]"}
|
85 |
+
{"perplexity": 27.407318851954432, "input": "Complete the following list with examples of examples of what entities are known for", "output": "* [\"Beatles\", \"Come Together\"]"}
|
86 |
+
{"perplexity": 18.29884494720065, "input": "Complete the following list with examples of examples of what entities are known for", "output": "* [\"Afro-Brazilians\", \"Capoeira\"]"}
|
87 |
+
{"perplexity": 34.54745345170927, "input": "Complete the following list with examples of examples of what entities are known for", "output": "* [\"Steve Jobs\", \"AirPods\"]"}
|
88 |
+
{"perplexity": 20.95726733134211, "input": "Complete the following list with examples of examples of what entities are known for", "output": "* [\"Apple\", \"Apple Watch\"]"}
|
89 |
+
{"perplexity": 23.687822549719396, "input": "Complete the following list with examples of examples of what entities are known for", "output": "* [\"Frank Abagnale Jr\", \"doctor\"]"}
|
90 |
+
{"perplexity": 45.32858742578523, "input": "Complete the following list with examples of examples of what entities are known for", "output": "* [\"Meta\", \"Instagram\"]"}
|
91 |
+
{"perplexity": 12.50447187603582, "input": "Complete the following list with examples of examples of what entities are known for", "output": "* [\"Jeff Goldblum\", \"Jurassic Park\"]"}
|
92 |
+
{"perplexity": 11.663116060794055, "input": "Complete the following list with examples of examples of what entities are known for", "output": "* [\"Leonardo Da Vinci\", \"Mona Lisa\"]"}
|
93 |
+
{"perplexity": 21.525092568483604, "input": "Complete the following list with examples of examples of what entities are known for", "output": "* [\"Neil Armstrong\", \"Korean War\"]"}
|
94 |
+
{"perplexity": 47.82089295168022, "input": "Complete the following list with examples of examples of what entities are known for", "output": "* [\"France\", \"baguette\"]"}
|
95 |
+
{"perplexity": 10.788792378321185, "input": "Complete the following list with examples of examples of what entities are known for", "output": "* [\"Queen\", \"Bohemian Rhapsody\"]"}
|
96 |
+
{"perplexity": 19.373673524312405, "input": "Complete the following list with examples of examples of what entities are known for", "output": "* [\"Pixar\", \"Novosibirsk\"]"}
|
97 |
+
{"perplexity": 40.08626833690474, "input": "Complete the following list with examples of examples of what entities are known for", "output": "* [\"Greggs\", \"sausage rolls\"]"}
|
98 |
+
{"perplexity": 32.68701210357385, "input": "Complete the following list with examples of examples of what entities are known for", "output": "* [\"Japan\", \"sake\"]"}
|
99 |
+
{"perplexity": 57.04450914175308, "input": "Complete the following list with examples of examples of what entities are known for", "output": "* [\"IKEA\", \"food\"]"}
|
100 |
+
{"perplexity": 23.535186949079687, "input": "Complete the following list with examples of examples of what entities are known for", "output": "* [\"William Grant & Sons\", \"gin\"]"}
|
101 |
+
{"perplexity": 46.68671300840687, "input": "Complete the following list with examples of examples of what entities are known for", "output": "* [\"Netherlands\", \"tulips\"]"}
|
102 |
+
{"perplexity": 96.0415309641981, "input": "Complete the following list with examples of examples of what entities are known for", "output": "* [\"LAMY\", \"notebook\"]"}
|
103 |
+
{"perplexity": 26.121057873969473, "input": "Complete the following list with examples of examples of what entities are known for", "output": "* [\"Harvey Weinstein\", \"Miramax\"]"}
|
104 |
+
{"perplexity": 29.710165719120315, "input": "Complete the following list with examples of examples of what entities are known for", "output": "* [\"Scotland\", \"whisky\"]"}
|
105 |
+
{"perplexity": 40.10265291574241, "input": "Complete the following list with examples of examples of what entities are known for", "output": "* [\"Apple\", \"MacBook\"]"}
|
106 |
+
{"perplexity": 23.068075966073554, "input": "Complete the following list with examples of examples of what entities are known for", "output": "* [\"Steve Jobs\", \"Apple\"]"}
|
107 |
+
{"perplexity": 40.71431234134952, "input": "Complete the following list with examples of examples of what entities are known for", "output": "* [\"Beatles\", \"I Me Mine\"]"}
|
108 |
+
{"perplexity": 52.944338371145754, "input": "Complete the following list with examples of examples of what entities are known for", "output": "* [\"Google\", \"search engine\"]"}
|
experiments/results/lm_lc_zeroshot/flan-t5-xxl/ppl.is_similar_to.jsonl
ADDED
@@ -0,0 +1,93 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{"perplexity": 26.78473194724851, "input": "Complete the following list with examples of examples of entities that are similar", "output": "* [\"pill\", \"tablet\"]"}
|
2 |
+
{"perplexity": 15.168448878134067, "input": "Complete the following list with examples of examples of entities that are similar", "output": "* [\"Eduardo Saverin\", \"Guinea-Bissau\"]"}
|
3 |
+
{"perplexity": 10.621492202934038, "input": "Complete the following list with examples of examples of entities that are similar", "output": "* [\"Dionysus\", \"Toyota Corolla\"]"}
|
4 |
+
{"perplexity": 21.559221616816583, "input": "Complete the following list with examples of examples of entities that are similar", "output": "* [\"Great Britian\", \"British Empire\"]"}
|
5 |
+
{"perplexity": 43.95094565672354, "input": "Complete the following list with examples of examples of entities that are similar", "output": "* [\"English\", \"Persian\"]"}
|
6 |
+
{"perplexity": 13.089607439959122, "input": "Complete the following list with examples of examples of entities that are similar", "output": "* [\"Chess\", \"Rubik's Cube\"]"}
|
7 |
+
{"perplexity": 19.152615925792013, "input": "Complete the following list with examples of examples of entities that are similar", "output": "* [\"Star Wars\", \"Star Trek\"]"}
|
8 |
+
{"perplexity": 48.599597809904374, "input": "Complete the following list with examples of examples of entities that are similar", "output": "* [\"Anne Heche\", \"Ponzi scheme\"]"}
|
9 |
+
{"perplexity": 45.37830607452244, "input": "Complete the following list with examples of examples of entities that are similar", "output": "* [\"Chris Pine\", \"Good Friday\"]"}
|
10 |
+
{"perplexity": 26.102381317513956, "input": "Complete the following list with examples of examples of entities that are similar", "output": "* [\"Sudocrem\", \"Germolene\"]"}
|
11 |
+
{"perplexity": 14.20977951274169, "input": "Complete the following list with examples of examples of entities that are similar", "output": "* [\"Yugoslavia\", \"Albania\"]"}
|
12 |
+
{"perplexity": 15.924574976673586, "input": "Complete the following list with examples of examples of entities that are similar", "output": "* [\"Beatles\", \"Rolling Stones\"]"}
|
13 |
+
{"perplexity": 23.603462184550427, "input": "Complete the following list with examples of examples of entities that are similar", "output": "* [\"decision tree\", \"neural network\"]"}
|
14 |
+
{"perplexity": 23.67490432581336, "input": "Complete the following list with examples of examples of entities that are similar", "output": "* [\"Suits\", \"Law & Order\"]"}
|
15 |
+
{"perplexity": 31.513239006410064, "input": "Complete the following list with examples of examples of entities that are similar", "output": "* [\"Titanic\", \"Superbad\"]"}
|
16 |
+
{"perplexity": 13.516113296198418, "input": "Complete the following list with examples of examples of entities that are similar", "output": "* [\"Seleucid Empire\", \"Macedonian Empire\"]"}
|
17 |
+
{"perplexity": 32.523306609539354, "input": "Complete the following list with examples of examples of entities that are similar", "output": "* [\"Doctor Who\", \"Timeless\"]"}
|
18 |
+
{"perplexity": 58.59395323008213, "input": "Complete the following list with examples of examples of entities that are similar", "output": "* [\"Srebrenica massacre\", \"Rock Hudson\"]"}
|
19 |
+
{"perplexity": 29.092586970337706, "input": "Complete the following list with examples of examples of entities that are similar", "output": "* [\"Arnold Classic\", \"Mr. Olympia\"]"}
|
20 |
+
{"perplexity": 30.335501900312284, "input": "Complete the following list with examples of examples of entities that are similar", "output": "* [\"Italy\", \"Superman\"]"}
|
21 |
+
{"perplexity": 16.859514744079295, "input": "Complete the following list with examples of examples of entities that are similar", "output": "* [\"Alibaba\", \"Amazon\"]"}
|
22 |
+
{"perplexity": 16.986168042111576, "input": "Complete the following list with examples of examples of entities that are similar", "output": "* [\"Indiana Jones\", \"Star Wars\"]"}
|
23 |
+
{"perplexity": 74.59377198583417, "input": "Complete the following list with examples of examples of entities that are similar", "output": "* [\"NQ64\", \"Wetherspoons\"]"}
|
24 |
+
{"perplexity": 15.610036548111982, "input": "Complete the following list with examples of examples of entities that are similar", "output": "* [\"Pepsi\", \"Fanta\"]"}
|
25 |
+
{"perplexity": 24.338542035739902, "input": "Complete the following list with examples of examples of entities that are similar", "output": "* [\"Homebase\", \"IKEA\"]"}
|
26 |
+
{"perplexity": 29.877279328058478, "input": "Complete the following list with examples of examples of entities that are similar", "output": "* [\"ramen\", \"udon\"]"}
|
27 |
+
{"perplexity": 21.48269801325668, "input": "Complete the following list with examples of examples of entities that are similar", "output": "* [\"England\", \"Wales\"]"}
|
28 |
+
{"perplexity": 23.15741772528177, "input": "Complete the following list with examples of examples of entities that are similar", "output": "* [\"sphinx\", \"sphynx\"]"}
|
29 |
+
{"perplexity": 26.305311071333385, "input": "Complete the following list with examples of examples of entities that are similar", "output": "* [\"iPod\", \"iPad\"]"}
|
30 |
+
{"perplexity": 19.173358330984517, "input": "Complete the following list with examples of examples of entities that are similar", "output": "* [\"Olympic Games\", \"X Games\"]"}
|
31 |
+
{"perplexity": 8.147575388092427, "input": "Complete the following list with examples of examples of entities that are similar", "output": "* [\"McDonald's\", \"Burger King\"]"}
|
32 |
+
{"perplexity": 11.119289497480755, "input": "Complete the following list with examples of examples of entities that are similar", "output": "* [\"Minnesota\", \"Wisconsin\"]"}
|
33 |
+
{"perplexity": 31.194046837723505, "input": "Complete the following list with examples of examples of entities that are similar", "output": "* [\"Slack\", \"Microsoft Teams\"]"}
|
34 |
+
{"perplexity": 23.681548878169995, "input": "Complete the following list with examples of examples of entities that are similar", "output": "* [\"Peter Phillips\", \"Christine Baranski\"]"}
|
35 |
+
{"perplexity": 26.359924986329034, "input": "Complete the following list with examples of examples of entities that are similar", "output": "* [\"Jenna Ortega\", \"Anglo-Saxons\"]"}
|
36 |
+
{"perplexity": 56.79421278699994, "input": "Complete the following list with examples of examples of entities that are similar", "output": "* [\"Karl Urban\", \"France 24\"]"}
|
37 |
+
{"perplexity": 25.118549232685318, "input": "Complete the following list with examples of examples of entities that are similar", "output": "* [\"Sudan\", \"South Sudan\"]"}
|
38 |
+
{"perplexity": 20.64661560144168, "input": "Complete the following list with examples of examples of entities that are similar", "output": "* [\"Gameboy\", \"Nintendo\"]"}
|
39 |
+
{"perplexity": 37.377857783066695, "input": "Complete the following list with examples of examples of entities that are similar", "output": "* [\"Grammy Award\", \"Novel Prize\"]"}
|
40 |
+
{"perplexity": 21.951965876499635, "input": "Complete the following list with examples of examples of entities that are similar", "output": "* [\"George Ezra\", \"Lead Belly\"]"}
|
41 |
+
{"perplexity": 16.026060445754272, "input": "Complete the following list with examples of examples of entities that are similar", "output": "* [\"Cardiff\", \"Swansea\"]"}
|
42 |
+
{"perplexity": 21.471350937524836, "input": "Complete the following list with examples of examples of entities that are similar", "output": "* [\"Steve Jobs\", \"Tim Cook\"]"}
|
43 |
+
{"perplexity": 17.829372105807437, "input": "Complete the following list with examples of examples of entities that are similar", "output": "* [\"Counter Strike\", \"Rainbow Six\"]"}
|
44 |
+
{"perplexity": 18.37442880236493, "input": "Complete the following list with examples of examples of entities that are similar", "output": "* [\"Hawaii\", \"Guam\"]"}
|
45 |
+
{"perplexity": 26.42820851049581, "input": "Complete the following list with examples of examples of entities that are similar", "output": "* [\"Scrabble\", \"Jenga\"]"}
|
46 |
+
{"perplexity": 29.43554223339931, "input": "Complete the following list with examples of examples of entities that are similar", "output": "* [\"Christmas\", \"Easter\"]"}
|
47 |
+
{"perplexity": 38.352623289890964, "input": "Complete the following list with examples of examples of entities that are similar", "output": "* [\"fusilli\", \"rotini\"]"}
|
48 |
+
{"perplexity": 15.651484477627479, "input": "Complete the following list with examples of examples of entities that are similar", "output": "* [\"Coachella\", \"Woodstock\"]"}
|
49 |
+
{"perplexity": 30.462611876825886, "input": "Complete the following list with examples of examples of entities that are similar", "output": "* [\"Avatar\", \"Archimedes\"]"}
|
50 |
+
{"perplexity": 50.0831491174017, "input": "Complete the following list with examples of examples of entities that are similar", "output": "* [\"Shark\", \"Bush\"]"}
|
51 |
+
{"perplexity": 76.18006711621507, "input": "Complete the following list with examples of examples of entities that are similar", "output": "* [\"Eva Braun\", \"Phil Jackson\"]"}
|
52 |
+
{"perplexity": 9.577924565266786, "input": "Complete the following list with examples of examples of entities that are similar", "output": "* [\"Coca-Cola\", \"Pepsi\"]"}
|
53 |
+
{"perplexity": 14.967195704505794, "input": "Complete the following list with examples of examples of entities that are similar", "output": "* [\"Joe Burrow\", \"Edward Scissorhands\"]"}
|
54 |
+
{"perplexity": 29.97185514638415, "input": "Complete the following list with examples of examples of entities that are similar", "output": "* [\"Australia\", \"New Zealand\"]"}
|
55 |
+
{"perplexity": 8.55247677657705, "input": "Complete the following list with examples of examples of entities that are similar", "output": "* [\"Edward I\", \"William the Conqueror\"]"}
|
56 |
+
{"perplexity": 14.320668236401897, "input": "Complete the following list with examples of examples of entities that are similar", "output": "* [\"Frank Sinatra\", \"Ella Fitzgerald\"]"}
|
57 |
+
{"perplexity": 24.222324173524967, "input": "Complete the following list with examples of examples of entities that are similar", "output": "* [\"New York\", \"York\"]"}
|
58 |
+
{"perplexity": 13.057595973349773, "input": "Complete the following list with examples of examples of entities that are similar", "output": "* [\"Uzbekistan\", \"United States\"]"}
|
59 |
+
{"perplexity": 23.42531828028289, "input": "Complete the following list with examples of examples of entities that are similar", "output": "* [\"Red Bull\", \"Monster Energy\"]"}
|
60 |
+
{"perplexity": 20.20381192836825, "input": "Complete the following list with examples of examples of entities that are similar", "output": "* [\"Champions League\", \"Europa League\"]"}
|
61 |
+
{"perplexity": 57.12775029630422, "input": "Complete the following list with examples of examples of entities that are similar", "output": "* [\"Cerave\", \"Nivea\"]"}
|
62 |
+
{"perplexity": 12.263508161278196, "input": "Complete the following list with examples of examples of entities that are similar", "output": "* [\"Galaxy\", \"iPhone\"]"}
|
63 |
+
{"perplexity": 22.733689914020907, "input": "Complete the following list with examples of examples of entities that are similar", "output": "* [\"Mehmet \u00d6z\", \"David Schwimmer\"]"}
|
64 |
+
{"perplexity": 17.726053817140865, "input": "Complete the following list with examples of examples of entities that are similar", "output": "* [\"Disney\", \"Pixar\"]"}
|
65 |
+
{"perplexity": 15.62682309359238, "input": "Complete the following list with examples of examples of entities that are similar", "output": "* [\"Batman\", \"Iron Man\"]"}
|
66 |
+
{"perplexity": 14.906939023764181, "input": "Complete the following list with examples of examples of entities that are similar", "output": "* [\"Gisele B\u00fcndchen\", \"Orson Welles\"]"}
|
67 |
+
{"perplexity": 27.180084356144807, "input": "Complete the following list with examples of examples of entities that are similar", "output": "* [\"Estonia\", \"Finland\"]"}
|
68 |
+
{"perplexity": 28.905745302528626, "input": "Complete the following list with examples of examples of entities that are similar", "output": "* [\"The Avengers\", \"The Justice League\"]"}
|
69 |
+
{"perplexity": 16.346584621008883, "input": "Complete the following list with examples of examples of entities that are similar", "output": "* [\"Nicolae Ceau\u0219escu\", \"Javier Hern\u00e1ndez\"]"}
|
70 |
+
{"perplexity": 17.692128640399552, "input": "Complete the following list with examples of examples of entities that are similar", "output": "* [\"Adidas\", \"Nike\"]"}
|
71 |
+
{"perplexity": 27.269093272489574, "input": "Complete the following list with examples of examples of entities that are similar", "output": "* [\"Java\", \"Javascript\"]"}
|
72 |
+
{"perplexity": 18.180361764883788, "input": "Complete the following list with examples of examples of entities that are similar", "output": "* [\"bourbon\", \"Scotch whisky\"]"}
|
73 |
+
{"perplexity": 25.918029361297215, "input": "Complete the following list with examples of examples of entities that are similar", "output": "* [\"Alaska\", \"Canada\"]"}
|
74 |
+
{"perplexity": 13.389141417621179, "input": "Complete the following list with examples of examples of entities that are similar", "output": "* [\"Spain\", \"Italy\"]"}
|
75 |
+
{"perplexity": 24.542933113487347, "input": "Complete the following list with examples of examples of entities that are similar", "output": "* [\"banana\", \"plantain\"]"}
|
76 |
+
{"perplexity": 19.52803005262185, "input": "Complete the following list with examples of examples of entities that are similar", "output": "* [\"Firefox\", \"Chrome\"]"}
|
77 |
+
{"perplexity": 18.660308987912813, "input": "Complete the following list with examples of examples of entities that are similar", "output": "* [\"Pecorino Romano\", \"Parmesan\"]"}
|
78 |
+
{"perplexity": 32.066414344144334, "input": "Complete the following list with examples of examples of entities that are similar", "output": "* [\"Ligue 1\", \"Bundesliga\"]"}
|
79 |
+
{"perplexity": 14.205247258344142, "input": "Complete the following list with examples of examples of entities that are similar", "output": "* [\"Netflix\", \"Amazon Prime Video\"]"}
|
80 |
+
{"perplexity": 110.21154309711255, "input": "Complete the following list with examples of examples of entities that are similar", "output": "* [\"Primark\", \"Shein\"]"}
|
81 |
+
{"perplexity": 18.358677800964674, "input": "Complete the following list with examples of examples of entities that are similar", "output": "* [\"Dominos' Pizza\", \"Pizza Hut\"]"}
|
82 |
+
{"perplexity": 20.91314388462296, "input": "Complete the following list with examples of examples of entities that are similar", "output": "* [\"South Africa\", \"Bhagavad Gita\"]"}
|
83 |
+
{"perplexity": 23.940976022123554, "input": "Complete the following list with examples of examples of entities that are similar", "output": "* [\"Germany\", \"France\"]"}
|
84 |
+
{"perplexity": 26.42621117660766, "input": "Complete the following list with examples of examples of entities that are similar", "output": "* [\"Kindle\", \"Jeff Bezos\"]"}
|
85 |
+
{"perplexity": 9.376272596676875, "input": "Complete the following list with examples of examples of entities that are similar", "output": "* [\"Harry Potter\", \"Lord of the Rings\"]"}
|
86 |
+
{"perplexity": 22.72789111028229, "input": "Complete the following list with examples of examples of entities that are similar", "output": "* [\"Yakutia\", \"Turkey\"]"}
|
87 |
+
{"perplexity": 50.73596494832459, "input": "Complete the following list with examples of examples of entities that are similar", "output": "* [\"PS5\", \"XBox\"]"}
|
88 |
+
{"perplexity": 28.16316282128732, "input": "Complete the following list with examples of examples of entities that are similar", "output": "* [\"Monet\", \"Manet\"]"}
|
89 |
+
{"perplexity": 21.701360081521837, "input": "Complete the following list with examples of examples of entities that are similar", "output": "* [\"Glastonbury\", \"Roskilde\"]"}
|
90 |
+
{"perplexity": 14.64579580346832, "input": "Complete the following list with examples of examples of entities that are similar", "output": "* [\"Telugu\", \"Tamil\"]"}
|
91 |
+
{"perplexity": 16.781105999064074, "input": "Complete the following list with examples of examples of entities that are similar", "output": "* [\"Batman\", \"Superman\"]"}
|
92 |
+
{"perplexity": 23.427440688243287, "input": "Complete the following list with examples of examples of entities that are similar", "output": "* [\"cannoli\", \"canneloni\"]"}
|
93 |
+
{"perplexity": 24.715229531901354, "input": "Complete the following list with examples of examples of entities that are similar", "output": "* [\"Gerald Ford\", \"Duran Duran\"]"}
|
experiments/results/lm_lc_zeroshot/flan-ul2/ppl.is_competitor__rival_of.jsonl
ADDED
@@ -0,0 +1,89 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{"perplexity": 24.33232227123868, "input": "Complete the following list with examples of entities that are competitors or rivals", "output": "* [\"Jeremy Corbyn\", \"Keir Starmer\"]"}
|
2 |
+
{"perplexity": 120.85989208106017, "input": "Complete the following list with examples of entities that are competitors or rivals", "output": "* [\"EuroBasket 2022\", \"Murad III\"]"}
|
3 |
+
{"perplexity": 14.948861502830404, "input": "Complete the following list with examples of entities that are competitors or rivals", "output": "* [\"Bugatti\", \"Lamborghini\"]"}
|
4 |
+
{"perplexity": 14.701253021665247, "input": "Complete the following list with examples of entities that are competitors or rivals", "output": "* [\"Apple\", \"Microsoft\"]"}
|
5 |
+
{"perplexity": 23.451073837048458, "input": "Complete the following list with examples of entities that are competitors or rivals", "output": "* [\"Lee Chong Wei\", \"Lin Dan\"]"}
|
6 |
+
{"perplexity": 17.54586543801848, "input": "Complete the following list with examples of entities that are competitors or rivals", "output": "* [\"Microsoft\", \"Google\"]"}
|
7 |
+
{"perplexity": 33.421722291527836, "input": "Complete the following list with examples of entities that are competitors or rivals", "output": "* [\"Samsung\", \"Pitbull\"]"}
|
8 |
+
{"perplexity": 9.39095104263474, "input": "Complete the following list with examples of entities that are competitors or rivals", "output": "* [\"Cristiano Ronaldo\", \"Lionel Messi\"]"}
|
9 |
+
{"perplexity": 25.049994157167937, "input": "Complete the following list with examples of entities that are competitors or rivals", "output": "* [\"Germany\", \"Austria\"]"}
|
10 |
+
{"perplexity": 58.807830439895575, "input": "Complete the following list with examples of entities that are competitors or rivals", "output": "* [\"Dyson\", \"Dualit\"]"}
|
11 |
+
{"perplexity": 26.980484327090885, "input": "Complete the following list with examples of entities that are competitors or rivals", "output": "* [\"Netflix\", \"Disney Plus\"]"}
|
12 |
+
{"perplexity": 22.895266481239364, "input": "Complete the following list with examples of entities that are competitors or rivals", "output": "* [\"PyTorch\", \"TensorFlow\"]"}
|
13 |
+
{"perplexity": 34.27977991863856, "input": "Complete the following list with examples of entities that are competitors or rivals", "output": "* [\"Dell\", \"HP\"]"}
|
14 |
+
{"perplexity": 29.42832161758333, "input": "Complete the following list with examples of entities that are competitors or rivals", "output": "* [\"Sanpellegrino\", \"Volvic\"]"}
|
15 |
+
{"perplexity": 18.97453976611424, "input": "Complete the following list with examples of entities that are competitors or rivals", "output": "* [\"Mikhail Khodorkovsky\", \"Hezbollah\"]"}
|
16 |
+
{"perplexity": 9.603532271276254, "input": "Complete the following list with examples of entities that are competitors or rivals", "output": "* [\"British Airways\", \"Aer Lingus\"]"}
|
17 |
+
{"perplexity": 17.52638227019037, "input": "Complete the following list with examples of entities that are competitors or rivals", "output": "* [\"Microsoft Teams\", \"Slack\"]"}
|
18 |
+
{"perplexity": 15.56713205107134, "input": "Complete the following list with examples of entities that are competitors or rivals", "output": "* [\"Federal Reserve Board\", \"Bank of England\"]"}
|
19 |
+
{"perplexity": 22.768910098690395, "input": "Complete the following list with examples of entities that are competitors or rivals", "output": "* [\"American Psycho\", \"Chihuahua\"]"}
|
20 |
+
{"perplexity": 46.25735181061592, "input": "Complete the following list with examples of entities that are competitors or rivals", "output": "* [\"Mars\", \"Snickers\"]"}
|
21 |
+
{"perplexity": 137.816929758387, "input": "Complete the following list with examples of entities that are competitors or rivals", "output": "* [\"ASML\", \"LAM Research\"]"}
|
22 |
+
{"perplexity": 84.50840734557268, "input": "Complete the following list with examples of entities that are competitors or rivals", "output": "* [\"Jake Paul\", \"Tangled\"]"}
|
23 |
+
{"perplexity": 17.905757321310865, "input": "Complete the following list with examples of entities that are competitors or rivals", "output": "* [\"Nikhita Khrushchev\", \"Leonid Brezhnev\"]"}
|
24 |
+
{"perplexity": 42.55660960325547, "input": "Complete the following list with examples of entities that are competitors or rivals", "output": "* [\"Razer\", \"Dell\"]"}
|
25 |
+
{"perplexity": 28.00450176096671, "input": "Complete the following list with examples of entities that are competitors or rivals", "output": "* [\"Spotify\", \"Apple\"]"}
|
26 |
+
{"perplexity": 29.089230036815454, "input": "Complete the following list with examples of entities that are competitors or rivals", "output": "* [\"Kourtney Kardashian\", \"Jenna Fischer\"]"}
|
27 |
+
{"perplexity": 22.26876840462523, "input": "Complete the following list with examples of entities that are competitors or rivals", "output": "* [\"Twitter\", \"WhatsApp\"]"}
|
28 |
+
{"perplexity": 13.721814215638735, "input": "Complete the following list with examples of entities that are competitors or rivals", "output": "* [\"Manchester United\", \"Arsenal\"]"}
|
29 |
+
{"perplexity": 30.828567086536186, "input": "Complete the following list with examples of entities that are competitors or rivals", "output": "* [\"WeChat\", \"WhatsApp\"]"}
|
30 |
+
{"perplexity": 23.140898792050383, "input": "Complete the following list with examples of entities that are competitors or rivals", "output": "* [\"Saudi Arabia\", \"Israel\"]"}
|
31 |
+
{"perplexity": 35.2874573196647, "input": "Complete the following list with examples of entities that are competitors or rivals", "output": "* [\"Bashar al-Assad\", \"Christianity\"]"}
|
32 |
+
{"perplexity": 23.13624824277939, "input": "Complete the following list with examples of entities that are competitors or rivals", "output": "* [\"Didier Deschamps\", \"Scott Adkins\"]"}
|
33 |
+
{"perplexity": 11.864627865534693, "input": "Complete the following list with examples of entities that are competitors or rivals", "output": "* [\"Lionel Messi\", \"Kylian Mbapp\u00e9\"]"}
|
34 |
+
{"perplexity": 50.6174379615719, "input": "Complete the following list with examples of entities that are competitors or rivals", "output": "* [\"Louis Philippe\", \"Peter England\"]"}
|
35 |
+
{"perplexity": 33.61363132089999, "input": "Complete the following list with examples of entities that are competitors or rivals", "output": "* [\"Steve Jobs\", \"Atlanta\"]"}
|
36 |
+
{"perplexity": 41.82160119436557, "input": "Complete the following list with examples of entities that are competitors or rivals", "output": "* [\"Bella Hadid\", \"Choi Woo-shik\"]"}
|
37 |
+
{"perplexity": 26.683406199923677, "input": "Complete the following list with examples of entities that are competitors or rivals", "output": "* [\"Mali\", \"Frances McDormand\"]"}
|
38 |
+
{"perplexity": 10.784975836685541, "input": "Complete the following list with examples of entities that are competitors or rivals", "output": "* [\"Coca-Cola Company\", \"Pepsi\"]"}
|
39 |
+
{"perplexity": 21.583913457092628, "input": "Complete the following list with examples of entities that are competitors or rivals", "output": "* [\"Khabib Nurmagomedov\", \"Conor McGregor\"]"}
|
40 |
+
{"perplexity": 14.718125500931665, "input": "Complete the following list with examples of entities that are competitors or rivals", "output": "* [\"Twitter\", \"Facebook\"]"}
|
41 |
+
{"perplexity": 11.925252365910923, "input": "Complete the following list with examples of entities that are competitors or rivals", "output": "* [\"Cardiff University\", \"Swansea University\"]"}
|
42 |
+
{"perplexity": 9.686120818389137, "input": "Complete the following list with examples of entities that are competitors or rivals", "output": "* [\"Isaac Newton\", \"Gottfried Leibniz\"]"}
|
43 |
+
{"perplexity": 13.460292856182885, "input": "Complete the following list with examples of entities that are competitors or rivals", "output": "* [\"Casio\", \"Texas Instruments\"]"}
|
44 |
+
{"perplexity": 7.83045292625217, "input": "Complete the following list with examples of entities that are competitors or rivals", "output": "* [\"Arsenal\", \"Tottenham Hotspur\"]"}
|
45 |
+
{"perplexity": 17.24733160752516, "input": "Complete the following list with examples of entities that are competitors or rivals", "output": "* [\"Nintendo\", \"Xbox\"]"}
|
46 |
+
{"perplexity": 24.565770399315188, "input": "Complete the following list with examples of entities that are competitors or rivals", "output": "* [\"H&M\", \"Zalora\"]"}
|
47 |
+
{"perplexity": 18.525734933067874, "input": "Complete the following list with examples of entities that are competitors or rivals", "output": "* [\"Serena Williams\", \"Andy Murray\"]"}
|
48 |
+
{"perplexity": 18.276311961157152, "input": "Complete the following list with examples of entities that are competitors or rivals", "output": "* [\"Liverpool FC\", \"Manchester United\"]"}
|
49 |
+
{"perplexity": 16.01171171209678, "input": "Complete the following list with examples of entities that are competitors or rivals", "output": "* [\"Apple\", \"Samsung\"]"}
|
50 |
+
{"perplexity": 34.04921565719388, "input": "Complete the following list with examples of entities that are competitors or rivals", "output": "* [\"Expedia\", \"Trivago\"]"}
|
51 |
+
{"perplexity": 18.259182290970553, "input": "Complete the following list with examples of entities that are competitors or rivals", "output": "* [\"Heathrow Airport\", \"Gatwick Airport\"]"}
|
52 |
+
{"perplexity": 28.7480683084315, "input": "Complete the following list with examples of entities that are competitors or rivals", "output": "* [\"Mario\", \"Bowser\"]"}
|
53 |
+
{"perplexity": 66.5333523819609, "input": "Complete the following list with examples of entities that are competitors or rivals", "output": "* [\"US\", \"China\"]"}
|
54 |
+
{"perplexity": 17.44707246230173, "input": "Complete the following list with examples of entities that are competitors or rivals", "output": "* [\"Olympic Games\", \"Helicobacter pylori\"]"}
|
55 |
+
{"perplexity": 16.504522019331098, "input": "Complete the following list with examples of entities that are competitors or rivals", "output": "* [\"BMW\", \"Mercedes-Benz\"]"}
|
56 |
+
{"perplexity": 31.52382708315473, "input": "Complete the following list with examples of entities that are competitors or rivals", "output": "* [\"Blur\", \"Oasis\"]"}
|
57 |
+
{"perplexity": 27.224412885545224, "input": "Complete the following list with examples of entities that are competitors or rivals", "output": "* [\"Israel\", \"Palestine\"]"}
|
58 |
+
{"perplexity": 26.40238713168242, "input": "Complete the following list with examples of entities that are competitors or rivals", "output": "* [\"Toshiba\", \"LG\"]"}
|
59 |
+
{"perplexity": 24.37523731503945, "input": "Complete the following list with examples of entities that are competitors or rivals", "output": "* [\"Apple\", \"Rolex\"]"}
|
60 |
+
{"perplexity": 15.844503027441396, "input": "Complete the following list with examples of entities that are competitors or rivals", "output": "* [\"Tesla\", \"Skoda\"]"}
|
61 |
+
{"perplexity": 26.253088567096448, "input": "Complete the following list with examples of entities that are competitors or rivals", "output": "* [\"Thomas Jefferson\", \"Alexander Hamilton\"]"}
|
62 |
+
{"perplexity": 27.290491462102583, "input": "Complete the following list with examples of entities that are competitors or rivals", "output": "* [\"Chester FC\", \"Wrexham FC\"]"}
|
63 |
+
{"perplexity": 64.28337158657075, "input": "Complete the following list with examples of entities that are competitors or rivals", "output": "* [\"Line of Duty\", \"CSI\"]"}
|
64 |
+
{"perplexity": 30.90712200168812, "input": "Complete the following list with examples of entities that are competitors or rivals", "output": "* [\"Gladiator\", \"Imelda Staunton\"]"}
|
65 |
+
{"perplexity": 51.6835673596341, "input": "Complete the following list with examples of entities that are competitors or rivals", "output": "* [\"UK\", \"France\"]"}
|
66 |
+
{"perplexity": 15.219860324793657, "input": "Complete the following list with examples of entities that are competitors or rivals", "output": "* [\"Nike\", \"Adidas\"]"}
|
67 |
+
{"perplexity": 19.07904318152846, "input": "Complete the following list with examples of entities that are competitors or rivals", "output": "* [\"Alain Prost\", \"Ayrton Senna\"]"}
|
68 |
+
{"perplexity": 18.15755042116199, "input": "Complete the following list with examples of entities that are competitors or rivals", "output": "* [\"Manchester City\", \"Manchester United\"]"}
|
69 |
+
{"perplexity": 37.26173356784968, "input": "Complete the following list with examples of entities that are competitors or rivals", "output": "* [\"BBC\", \"The Guardian\"]"}
|
70 |
+
{"perplexity": 25.321973217132843, "input": "Complete the following list with examples of entities that are competitors or rivals", "output": "* [\"Amazon\", \"Ebay\"]"}
|
71 |
+
{"perplexity": 10.81137202116848, "input": "Complete the following list with examples of entities that are competitors or rivals", "output": "* [\"Sir Alex Ferguson\", \"Jose Mourinho\"]"}
|
72 |
+
{"perplexity": 65.70931823828009, "input": "Complete the following list with examples of entities that are competitors or rivals", "output": "* [\"ASEAN\", \"Helen Hunt\"]"}
|
73 |
+
{"perplexity": 41.08012529349179, "input": "Complete the following list with examples of entities that are competitors or rivals", "output": "* [\"Hans Zimmer\", \"John Williams\"]"}
|
74 |
+
{"perplexity": 65.24641863241436, "input": "Complete the following list with examples of entities that are competitors or rivals", "output": "* [\"Noel Gallagher\", \"Liam Gallaguer\"]"}
|
75 |
+
{"perplexity": 7.045678940226487, "input": "Complete the following list with examples of entities that are competitors or rivals", "output": "* [\"McDonald's\", \"Burger King\"]"}
|
76 |
+
{"perplexity": 23.214870277913224, "input": "Complete the following list with examples of entities that are competitors or rivals", "output": "* [\"Neoclassicism\", \"Romanticism\"]"}
|
77 |
+
{"perplexity": 34.57451354654573, "input": "Complete the following list with examples of entities that are competitors or rivals", "output": "* [\"Royal Feast\", \"Fast X\"]"}
|
78 |
+
{"perplexity": 45.51868330531374, "input": "Complete the following list with examples of entities that are competitors or rivals", "output": "* [\"Eminem\", \"MGK\"]"}
|
79 |
+
{"perplexity": 47.34459347680224, "input": "Complete the following list with examples of entities that are competitors or rivals", "output": "* [\"Sprite\", \"7 Up\"]"}
|
80 |
+
{"perplexity": 31.321893969151414, "input": "Complete the following list with examples of entities that are competitors or rivals", "output": "* [\"Katharine Hepburn\", \"Abrahamic religion\"]"}
|
81 |
+
{"perplexity": 13.236497949251508, "input": "Complete the following list with examples of entities that are competitors or rivals", "output": "* [\"Martin Luther King Jr.\", \"Malcolm X\"]"}
|
82 |
+
{"perplexity": 65.11848756645682, "input": "Complete the following list with examples of entities that are competitors or rivals", "output": "* [\"Ligue 1\", \"Hayley Atwell\"]"}
|
83 |
+
{"perplexity": 68.76722122604042, "input": "Complete the following list with examples of entities that are competitors or rivals", "output": "* [\"Vikram\", \"Coen brothers\"]"}
|
84 |
+
{"perplexity": 63.195047090477324, "input": "Complete the following list with examples of entities that are competitors or rivals", "output": "* [\"Russia\", \"China\"]"}
|
85 |
+
{"perplexity": 36.44288639447033, "input": "Complete the following list with examples of entities that are competitors or rivals", "output": "* [\"Mohamed Salah\", \"Korea\"]"}
|
86 |
+
{"perplexity": 23.966624259865824, "input": "Complete the following list with examples of entities that are competitors or rivals", "output": "* [\"Kingston\", \"Samsung\"]"}
|
87 |
+
{"perplexity": 47.892067732847266, "input": "Complete the following list with examples of entities that are competitors or rivals", "output": "* [\"AWS\", \"GCP\"]"}
|
88 |
+
{"perplexity": 16.329523227822833, "input": "Complete the following list with examples of entities that are competitors or rivals", "output": "* [\"Beatles\", \"Rolling Stones\"]"}
|
89 |
+
{"perplexity": 47.67678034936984, "input": "Complete the following list with examples of entities that are competitors or rivals", "output": "* [\"John Tyler\", \"Whig Party\"]"}
|
experiments/results/lm_lc_zeroshot/flan-ul2/ppl.is_friend__ally_of.jsonl
ADDED
@@ -0,0 +1,92 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{"perplexity": 43.28811234255187, "input": "Complete the following list with examples of entities that are friends or allies", "output": "* [\"Rishi Sunak\", \"Leo Varadkar\"]"}
|
2 |
+
{"perplexity": 57.120831594234765, "input": "Complete the following list with examples of entities that are friends or allies", "output": "* [\"Gondor\", \"Rohan\"]"}
|
3 |
+
{"perplexity": 36.157863158046005, "input": "Complete the following list with examples of entities that are friends or allies", "output": "* [\"FIFA\", \"UEFA\"]"}
|
4 |
+
{"perplexity": 7.60968521476539, "input": "Complete the following list with examples of entities that are friends or allies", "output": "* [\"Joseph Stalin\", \"Josip Broz Tito\"]"}
|
5 |
+
{"perplexity": 15.08710979121086, "input": "Complete the following list with examples of entities that are friends or allies", "output": "* [\"Hillary Clinton\", \"Barack Obama\"]"}
|
6 |
+
{"perplexity": 44.54612815079268, "input": "Complete the following list with examples of entities that are friends or allies", "output": "* [\"Di Maio\", \"Salvini\"]"}
|
7 |
+
{"perplexity": 14.328386663882133, "input": "Complete the following list with examples of entities that are friends or allies", "output": "* [\"Yahoo\", \"Yahoo Japan\"]"}
|
8 |
+
{"perplexity": 15.59138697968087, "input": "Complete the following list with examples of entities that are friends or allies", "output": "* [\"Armenia\", \"Azerbaijan\"]"}
|
9 |
+
{"perplexity": 43.9049262616221, "input": "Complete the following list with examples of entities that are friends or allies", "output": "* [\"Doja Cat\", \"Anthony Albanese\"]"}
|
10 |
+
{"perplexity": 14.101840526322885, "input": "Complete the following list with examples of entities that are friends or allies", "output": "* [\"Pedro S\u00e1nchez\", \"Pablo Iglesias\"]"}
|
11 |
+
{"perplexity": 54.71115208667882, "input": "Complete the following list with examples of entities that are friends or allies", "output": "* [\"Islamic State\", \"Denys Prokopenko\"]"}
|
12 |
+
{"perplexity": 26.58316726443884, "input": "Complete the following list with examples of entities that are friends or allies", "output": "* [\"Brazil\", \"India\"]"}
|
13 |
+
{"perplexity": 15.738804149227423, "input": "Complete the following list with examples of entities that are friends or allies", "output": "* [\"Extinction Rebellion\", \"Greta Thunberg\"]"}
|
14 |
+
{"perplexity": 25.9528300282068, "input": "Complete the following list with examples of entities that are friends or allies", "output": "* [\"Sicily\", \"Calabria\"]"}
|
15 |
+
{"perplexity": 35.65009059187143, "input": "Complete the following list with examples of entities that are friends or allies", "output": "* [\"Oman\", \"Iran\"]"}
|
16 |
+
{"perplexity": 59.73397598300983, "input": "Complete the following list with examples of entities that are friends or allies", "output": "* [\"Sony\", \"ZEISS\"]"}
|
17 |
+
{"perplexity": 175.4909158931099, "input": "Complete the following list with examples of entities that are friends or allies", "output": "* [\"FTX\", \"Alameda Research\"]"}
|
18 |
+
{"perplexity": 22.783664196155808, "input": "Complete the following list with examples of entities that are friends or allies", "output": "* [\"UK\", \"Commonwealth\"]"}
|
19 |
+
{"perplexity": 32.825931754927446, "input": "Complete the following list with examples of entities that are friends or allies", "output": "* [\"Australia\", \"New Zealand\"]"}
|
20 |
+
{"perplexity": 25.88768186671229, "input": "Complete the following list with examples of entities that are friends or allies", "output": "* [\"Kylo Ren\", \"Rey\"]"}
|
21 |
+
{"perplexity": 20.865083501251465, "input": "Complete the following list with examples of entities that are friends or allies", "output": "* [\"Anne Boleyn\", \"Columbia Pictures\"]"}
|
22 |
+
{"perplexity": 48.05183669118565, "input": "Complete the following list with examples of entities that are friends or allies", "output": "* [\"KGB\", \"CIA\"]"}
|
23 |
+
{"perplexity": 45.10473097414592, "input": "Complete the following list with examples of entities that are friends or allies", "output": "* [\"Rishi Sunak\", \"Joe Biden\"]"}
|
24 |
+
{"perplexity": 17.722871758700787, "input": "Complete the following list with examples of entities that are friends or allies", "output": "* [\"Quentin Tarantino\", \"Edgar Wright\"]"}
|
25 |
+
{"perplexity": 22.555828435451673, "input": "Complete the following list with examples of entities that are friends or allies", "output": "* [\"Keir Starmer\", \"Jeremy Corbyn\"]"}
|
26 |
+
{"perplexity": 13.96360891533153, "input": "Complete the following list with examples of entities that are friends or allies", "output": "* [\"U.S.S.R.\", \"East Germany\"]"}
|
27 |
+
{"perplexity": 25.310088703267088, "input": "Complete the following list with examples of entities that are friends or allies", "output": "* [\"Harry Potter\", \"Severus Snape\"]"}
|
28 |
+
{"perplexity": 19.142481334458978, "input": "Complete the following list with examples of entities that are friends or allies", "output": "* [\"Tata Motors\", \"Jaguar\"]"}
|
29 |
+
{"perplexity": 50.63201837138539, "input": "Complete the following list with examples of entities that are friends or allies", "output": "* [\"Kendall Jenner\", \"Bergen\"]"}
|
30 |
+
{"perplexity": 30.586097571850694, "input": "Complete the following list with examples of entities that are friends or allies", "output": "* [\"Thomas Jefferson\", \"Kid Cudi\"]"}
|
31 |
+
{"perplexity": 21.490986804576167, "input": "Complete the following list with examples of entities that are friends or allies", "output": "* [\"South Korea\", \"Japan\"]"}
|
32 |
+
{"perplexity": 18.77643085780366, "input": "Complete the following list with examples of entities that are friends or allies", "output": "* [\"Spain\", \"Portugal\"]"}
|
33 |
+
{"perplexity": 12.781696210529336, "input": "Complete the following list with examples of entities that are friends or allies", "output": "* [\"Liam Gallagher\", \"Noel Gallagher\"]"}
|
34 |
+
{"perplexity": 15.911678965204503, "input": "Complete the following list with examples of entities that are friends or allies", "output": "* [\"France\", \"Belgium\"]"}
|
35 |
+
{"perplexity": 15.02623420947797, "input": "Complete the following list with examples of entities that are friends or allies", "output": "* [\"Turkish Airlines\", \"All Nippon Airways\"]"}
|
36 |
+
{"perplexity": 12.233522806335838, "input": "Complete the following list with examples of entities that are friends or allies", "output": "* [\"Malaysia\", \"Singapore\"]"}
|
37 |
+
{"perplexity": 35.83558324692711, "input": "Complete the following list with examples of entities that are friends or allies", "output": "* [\"JP Morgan\", \"Morgan Stanley\"]"}
|
38 |
+
{"perplexity": 18.5230761624779, "input": "Complete the following list with examples of entities that are friends or allies", "output": "* [\"Sophia Loren\", \"Marlon Brando\"]"}
|
39 |
+
{"perplexity": 8.03640809676484, "input": "Complete the following list with examples of entities that are friends or allies", "output": "* [\"J.R.R. Tolkien\", \"C.S. Lewis\"]"}
|
40 |
+
{"perplexity": 28.058181147524408, "input": "Complete the following list with examples of entities that are friends or allies", "output": "* [\"China\", \"North Korea\"]"}
|
41 |
+
{"perplexity": 11.331954987504014, "input": "Complete the following list with examples of entities that are friends or allies", "output": "* [\"Margaret Thatcher\", \"Ronald Reagan\"]"}
|
42 |
+
{"perplexity": 57.469055807078384, "input": "Complete the following list with examples of entities that are friends or allies", "output": "* [\"Eva Per\u00f3n\", \"Interpol\"]"}
|
43 |
+
{"perplexity": 25.460015050323857, "input": "Complete the following list with examples of entities that are friends or allies", "output": "* [\"UK\", \"Ireland\"]"}
|
44 |
+
{"perplexity": 23.07913332969209, "input": "Complete the following list with examples of entities that are friends or allies", "output": "* [\"Singapore\", \"Israel\"]"}
|
45 |
+
{"perplexity": 14.81213429521639, "input": "Complete the following list with examples of entities that are friends or allies", "output": "* [\"Eastern Orthodoxy\", \"Oriental Orthodoxy\"]"}
|
46 |
+
{"perplexity": 56.25067595633944, "input": "Complete the following list with examples of entities that are friends or allies", "output": "* [\"India\", \"US\"]"}
|
47 |
+
{"perplexity": 42.01114027707876, "input": "Complete the following list with examples of entities that are friends or allies", "output": "* [\"Ed Gein\", \"Colonel Sanders\"]"}
|
48 |
+
{"perplexity": 18.437159250831225, "input": "Complete the following list with examples of entities that are friends or allies", "output": "* [\"Beatles\", \"Rolling Stones\"]"}
|
49 |
+
{"perplexity": 46.156715070020844, "input": "Complete the following list with examples of entities that are friends or allies", "output": "* [\"Red Bull\", \"GoPro\"]"}
|
50 |
+
{"perplexity": 62.37621021614084, "input": "Complete the following list with examples of entities that are friends or allies", "output": "* [\"HSBC\", \"BlackRock\"]"}
|
51 |
+
{"perplexity": 43.7338093104186, "input": "Complete the following list with examples of entities that are friends or allies", "output": "* [\"Elsa\", \"Anna\"]"}
|
52 |
+
{"perplexity": 32.28272849828967, "input": "Complete the following list with examples of entities that are friends or allies", "output": "* [\"Macbeth\", \"Banquo\"]"}
|
53 |
+
{"perplexity": 25.78384135279312, "input": "Complete the following list with examples of entities that are friends or allies", "output": "* [\"Aznar\", \"Bush\"]"}
|
54 |
+
{"perplexity": 28.979911922712507, "input": "Complete the following list with examples of entities that are friends or allies", "output": "* [\"Google\", \"Samsung\"]"}
|
55 |
+
{"perplexity": 35.68944014488946, "input": "Complete the following list with examples of entities that are friends or allies", "output": "* [\"IMF\", \"The World Bank\"]"}
|
56 |
+
{"perplexity": 37.06026056937207, "input": "Complete the following list with examples of entities that are friends or allies", "output": "* [\"Nikon\", \"Tokina\"]"}
|
57 |
+
{"perplexity": 53.70980695304779, "input": "Complete the following list with examples of entities that are friends or allies", "output": "* [\"Walter White\", \"Gus Fring\"]"}
|
58 |
+
{"perplexity": 23.725872835155098, "input": "Complete the following list with examples of entities that are friends or allies", "output": "* [\"Ron Weasley\", \"Neville Longbottom\"]"}
|
59 |
+
{"perplexity": 11.237811344904777, "input": "Complete the following list with examples of entities that are friends or allies", "output": "* [\"Darth Vader\", \"Emperor Palpatine\"]"}
|
60 |
+
{"perplexity": 8.313027305246116, "input": "Complete the following list with examples of entities that are friends or allies", "output": "* [\"Coca-Cola\", \"McDonald's\"]"}
|
61 |
+
{"perplexity": 30.974694262984762, "input": "Complete the following list with examples of entities that are friends or allies", "output": "* [\"Instagram\", \"WhatsApp\"]"}
|
62 |
+
{"perplexity": 15.671132503728854, "input": "Complete the following list with examples of entities that are friends or allies", "output": "* [\"Noah Schnapp\", \"Galatasaray S.K.\"]"}
|
63 |
+
{"perplexity": 53.036085374340786, "input": "Complete the following list with examples of entities that are friends or allies", "output": "* [\"US\", \"Canada\"]"}
|
64 |
+
{"perplexity": 31.05884902257369, "input": "Complete the following list with examples of entities that are friends or allies", "output": "* [\"Bob Marley\", \"Abu Bakr\"]"}
|
65 |
+
{"perplexity": 34.207696956834134, "input": "Complete the following list with examples of entities that are friends or allies", "output": "* [\"Jeff Bezos\", \"GitHub\"]"}
|
66 |
+
{"perplexity": 45.78465991153488, "input": "Complete the following list with examples of entities that are friends or allies", "output": "* [\"Hong Kong\", \"HSBC\"]"}
|
67 |
+
{"perplexity": 9.198034768255932, "input": "Complete the following list with examples of entities that are friends or allies", "output": "* [\"United States\", \"United Kingdom\"]"}
|
68 |
+
{"perplexity": 42.42953483527595, "input": "Complete the following list with examples of entities that are friends or allies", "output": "* [\"Porter Wagoner\", \"Dolly Parton\"]"}
|
69 |
+
{"perplexity": 39.31409773958364, "input": "Complete the following list with examples of entities that are friends or allies", "output": "* [\"Achilles\", \"Jonathan Bailey\"]"}
|
70 |
+
{"perplexity": 38.65642185941179, "input": "Complete the following list with examples of entities that are friends or allies", "output": "* [\"Linus Sebastian\", \"Marques Brownlee\"]"}
|
71 |
+
{"perplexity": 12.171200565551803, "input": "Complete the following list with examples of entities that are friends or allies", "output": "* [\"Catherine Zeta-Jones\", \"Johnny Knoxville\"]"}
|
72 |
+
{"perplexity": 22.90007606307144, "input": "Complete the following list with examples of entities that are friends or allies", "output": "* [\"Amazon\", \"Royal Mail\"]"}
|
73 |
+
{"perplexity": 28.698644992000574, "input": "Complete the following list with examples of entities that are friends or allies", "output": "* [\"The Beatles\", \"Queen\"]"}
|
74 |
+
{"perplexity": 13.685068545116334, "input": "Complete the following list with examples of entities that are friends or allies", "output": "* [\"Benedict Cumberbatch\", \"Hanukkah\"]"}
|
75 |
+
{"perplexity": 25.92056301442025, "input": "Complete the following list with examples of entities that are friends or allies", "output": "* [\"Huawei\", \"China\"]"}
|
76 |
+
{"perplexity": 99.8377274634915, "input": "Complete the following list with examples of entities that are friends or allies", "output": "* [\"Rishi Sunak\", \"Emmanuel Macron\"]"}
|
77 |
+
{"perplexity": 26.0413028160552, "input": "Complete the following list with examples of entities that are friends or allies", "output": "* [\"Microsoft\", \"LinkedIn\"]"}
|
78 |
+
{"perplexity": 57.43659197303189, "input": "Complete the following list with examples of entities that are friends or allies", "output": "* [\"Paul Rudd\", \"Memento\"]"}
|
79 |
+
{"perplexity": 18.92842514626011, "input": "Complete the following list with examples of entities that are friends or allies", "output": "* [\"Russia\", \"Georgia\"]"}
|
80 |
+
{"perplexity": 22.325559823524937, "input": "Complete the following list with examples of entities that are friends or allies", "output": "* [\"Germany\", \"France\"]"}
|
81 |
+
{"perplexity": 22.281748086024386, "input": "Complete the following list with examples of entities that are friends or allies", "output": "* [\"Stephen Hawking\", \"Brian Cox\"]"}
|
82 |
+
{"perplexity": 17.62835182115716, "input": "Complete the following list with examples of entities that are friends or allies", "output": "* [\"Jean-Michel Basquiat\", \"Andy Warhol\"]"}
|
83 |
+
{"perplexity": 143.90720225026607, "input": "Complete the following list with examples of entities that are friends or allies", "output": "* [\"Mark Drakeford\", \"Rishi Sunak\"]"}
|
84 |
+
{"perplexity": 81.66730140502422, "input": "Complete the following list with examples of entities that are friends or allies", "output": "* [\"J\u00fcrgen Klopp\", \"Exo\"]"}
|
85 |
+
{"perplexity": 80.82253159932034, "input": "Complete the following list with examples of entities that are friends or allies", "output": "* [\"Windows\", \"Xbox\"]"}
|
86 |
+
{"perplexity": 42.145602617575406, "input": "Complete the following list with examples of entities that are friends or allies", "output": "* [\"Saturn\", \"Rachel Bilson\"]"}
|
87 |
+
{"perplexity": 25.253922619010766, "input": "Complete the following list with examples of entities that are friends or allies", "output": "* [\"Ottoman Empire\", \"Snowpiercer\"]"}
|
88 |
+
{"perplexity": 14.393917826119681, "input": "Complete the following list with examples of entities that are friends or allies", "output": "* [\"Johnny Cash\", \"Waylon Jennings\"]"}
|
89 |
+
{"perplexity": 32.564429636888434, "input": "Complete the following list with examples of entities that are friends or allies", "output": "* [\"UN\", \"NATO\"]"}
|
90 |
+
{"perplexity": 32.16383227105923, "input": "Complete the following list with examples of entities that are friends or allies", "output": "* [\"Boris Johnson\", \"Emmanuel Macron\"]"}
|
91 |
+
{"perplexity": 18.493629986422356, "input": "Complete the following list with examples of entities that are friends or allies", "output": "* [\"Cersei Lannister\", \"Euron Greyjoy\"]"}
|
92 |
+
{"perplexity": 14.491755931071177, "input": "Complete the following list with examples of entities that are friends or allies", "output": "* [\"Japan\", \"Taiwan\"]"}
|
experiments/results/lm_lc_zeroshot/flan-ul2/ppl.is_influenced_by.jsonl
ADDED
@@ -0,0 +1,93 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{"perplexity": 56.2593939158949, "input": "Complete the following list with examples of what has influenced different entities", "output": "* [\"Prince Harry\", \"Monarchy\"]"}
|
2 |
+
{"perplexity": 108.39231158871263, "input": "Complete the following list with examples of what has influenced different entities", "output": "* [\"F1\", \"social media\"]"}
|
3 |
+
{"perplexity": 19.09948732943274, "input": "Complete the following list with examples of what has influenced different entities", "output": "* [\"Elton John\", \"Elvis Presley\"]"}
|
4 |
+
{"perplexity": 42.0921093286747, "input": "Complete the following list with examples of what has influenced different entities", "output": "* [\"Jack Black\", \"Waffen-SS\"]"}
|
5 |
+
{"perplexity": 12.18825791711007, "input": "Complete the following list with examples of what has influenced different entities", "output": "* [\"Game of Thrones\", \"Lord of the Rings\"]"}
|
6 |
+
{"perplexity": 35.883477977644546, "input": "Complete the following list with examples of what has influenced different entities", "output": "* [\"Canon\", \"Nikon\"]"}
|
7 |
+
{"perplexity": 9.897480176766509, "input": "Complete the following list with examples of what has influenced different entities", "output": "* [\"Thomas Aquinas\", \"Aristotle\"]"}
|
8 |
+
{"perplexity": 48.42053782350176, "input": "Complete the following list with examples of what has influenced different entities", "output": "* [\"Android\", \"iOS\"]"}
|
9 |
+
{"perplexity": 59.32621038232873, "input": "Complete the following list with examples of what has influenced different entities", "output": "* [\"Charles Baudelaire\", \"Tornado MRCA\"]"}
|
10 |
+
{"perplexity": 45.61156681694455, "input": "Complete the following list with examples of what has influenced different entities", "output": "* [\"trending music\", \"TikTok\"]"}
|
11 |
+
{"perplexity": 15.73357038909985, "input": "Complete the following list with examples of what has influenced different entities", "output": "* [\"Xi Jinping\", \"Kim Jong-il\"]"}
|
12 |
+
{"perplexity": 24.88136071566418, "input": "Complete the following list with examples of what has influenced different entities", "output": "* [\"Beethoven\", \"romanticism\"]"}
|
13 |
+
{"perplexity": 13.774767784700103, "input": "Complete the following list with examples of what has influenced different entities", "output": "* [\"Edgar Allan Poe\", \"Romanticism\"]"}
|
14 |
+
{"perplexity": 100.62863344651572, "input": "Complete the following list with examples of what has influenced different entities", "output": "* [\"US\", \"NASA\"]"}
|
15 |
+
{"perplexity": 45.524337808890444, "input": "Complete the following list with examples of what has influenced different entities", "output": "* [\"Wales\", \"Westminster\"]"}
|
16 |
+
{"perplexity": 33.712221000948055, "input": "Complete the following list with examples of what has influenced different entities", "output": "* [\"Sierra Leone\", \"Pulp fiction\"]"}
|
17 |
+
{"perplexity": 22.960979118070345, "input": "Complete the following list with examples of what has influenced different entities", "output": "* [\"Ethereum\", \"Bitcoin\"]"}
|
18 |
+
{"perplexity": 21.07278117207154, "input": "Complete the following list with examples of what has influenced different entities", "output": "* [\"Theresa May\", \"David Cameron\"]"}
|
19 |
+
{"perplexity": 37.32791506173553, "input": "Complete the following list with examples of what has influenced different entities", "output": "* [\"Anna Delvey\", \"Bernie Madoff\"]"}
|
20 |
+
{"perplexity": 10.205039823524658, "input": "Complete the following list with examples of what has influenced different entities", "output": "* [\"Lord of the Rings\", \"Beowulf\"]"}
|
21 |
+
{"perplexity": 17.456509227178916, "input": "Complete the following list with examples of what has influenced different entities", "output": "* [\"Andrew Johnson\", \"Abraham Lincoln\"]"}
|
22 |
+
{"perplexity": 33.18619068870971, "input": "Complete the following list with examples of what has influenced different entities", "output": "* [\"LinkedIn\", \"Facebook\"]"}
|
23 |
+
{"perplexity": 20.974897757934336, "input": "Complete the following list with examples of what has influenced different entities", "output": "* [\"Picasso\", \"Cezanne\"]"}
|
24 |
+
{"perplexity": 39.78046942313733, "input": "Complete the following list with examples of what has influenced different entities", "output": "* [\"Playstation\", \"Xbox\"]"}
|
25 |
+
{"perplexity": 27.770223717614872, "input": "Complete the following list with examples of what has influenced different entities", "output": "* [\"Kevin Spacey\", \"Tenerife\"]"}
|
26 |
+
{"perplexity": 35.58568753547362, "input": "Complete the following list with examples of what has influenced different entities", "output": "* [\"Saudi Arabia\", \"US\"]"}
|
27 |
+
{"perplexity": 33.078845728473034, "input": "Complete the following list with examples of what has influenced different entities", "output": "* [\"Fitbit\", \"heart rate monitor\"]"}
|
28 |
+
{"perplexity": 28.806174100638952, "input": "Complete the following list with examples of what has influenced different entities", "output": "* [\"Taiwan\", \"China\"]"}
|
29 |
+
{"perplexity": 15.419014031013951, "input": "Complete the following list with examples of what has influenced different entities", "output": "* [\"Kylian Mbappe\", \"Cristiano Ronaldo\"]"}
|
30 |
+
{"perplexity": 25.264124260361797, "input": "Complete the following list with examples of what has influenced different entities", "output": "* [\"Picasso\", \"cubism\"]"}
|
31 |
+
{"perplexity": 23.641416415859858, "input": "Complete the following list with examples of what has influenced different entities", "output": "* [\"Miley Cyrus\", \"Lorde\"]"}
|
32 |
+
{"perplexity": 24.379921841740355, "input": "Complete the following list with examples of what has influenced different entities", "output": "* [\"Neymar\", \"Alexis S\u00e1nchez\"]"}
|
33 |
+
{"perplexity": 19.712814031739576, "input": "Complete the following list with examples of what has influenced different entities", "output": "* [\"Smashing Pumpkins\", \"Beatles\"]"}
|
34 |
+
{"perplexity": 44.72666126608769, "input": "Complete the following list with examples of what has influenced different entities", "output": "* [\"Portuguese\", \"The Prestige\"]"}
|
35 |
+
{"perplexity": 42.40009740661748, "input": "Complete the following list with examples of what has influenced different entities", "output": "* [\"Luke Evans\", \"Ava Gardner\"]"}
|
36 |
+
{"perplexity": 33.635901904585744, "input": "Complete the following list with examples of what has influenced different entities", "output": "* [\"MacOS\", \"Linux\"]"}
|
37 |
+
{"perplexity": 68.52202377711207, "input": "Complete the following list with examples of what has influenced different entities", "output": "* [\"Transport for Wales\", \"National Rail\"]"}
|
38 |
+
{"perplexity": 18.709204770018214, "input": "Complete the following list with examples of what has influenced different entities", "output": "* [\"Herbie Hancock\", \"Miles Davis\"]"}
|
39 |
+
{"perplexity": 29.876032776828904, "input": "Complete the following list with examples of what has influenced different entities", "output": "* [\"India\", \"Hinduism\"]"}
|
40 |
+
{"perplexity": 41.59451118702291, "input": "Complete the following list with examples of what has influenced different entities", "output": "* [\"hip hop\", \"jazz\"]"}
|
41 |
+
{"perplexity": 11.931164847501577, "input": "Complete the following list with examples of what has influenced different entities", "output": "* [\"Bob Dylan\", \"Woody Guthrie\"]"}
|
42 |
+
{"perplexity": 45.06928960764632, "input": "Complete the following list with examples of what has influenced different entities", "output": "* [\"Tim Burton\", \"German expressionism\"]"}
|
43 |
+
{"perplexity": 25.89785549319134, "input": "Complete the following list with examples of what has influenced different entities", "output": "* [\"Eamon de Valera\", \"James Napper Tandy\"]"}
|
44 |
+
{"perplexity": 16.599216531651567, "input": "Complete the following list with examples of what has influenced different entities", "output": "* [\"Joe Biden\", \"Donald Trump\"]"}
|
45 |
+
{"perplexity": 18.89519436421996, "input": "Complete the following list with examples of what has influenced different entities", "output": "* [\"Shaquille O'Neal\", \"Selim II\"]"}
|
46 |
+
{"perplexity": 47.5113027852753, "input": "Complete the following list with examples of what has influenced different entities", "output": "* [\"Cobra Kai\", \"Anna Chlumsky\"]"}
|
47 |
+
{"perplexity": 14.568287459826472, "input": "Complete the following list with examples of what has influenced different entities", "output": "* [\"Harry Potter\", \"Wizard of Oz\"]"}
|
48 |
+
{"perplexity": 11.523848477966398, "input": "Complete the following list with examples of what has influenced different entities", "output": "* [\"Coca-Cola\", \"Pepsi\"]"}
|
49 |
+
{"perplexity": 29.34172831253557, "input": "Complete the following list with examples of what has influenced different entities", "output": "* [\"Apple Music\", \"Spotify\"]"}
|
50 |
+
{"perplexity": 15.715196614863483, "input": "Complete the following list with examples of what has influenced different entities", "output": "* [\"Singaporean food\", \"Malaysian food\"]"}
|
51 |
+
{"perplexity": 53.51660142851886, "input": "Complete the following list with examples of what has influenced different entities", "output": "* [\"Guess\", \"Gucci\"]"}
|
52 |
+
{"perplexity": 16.70197477247039, "input": "Complete the following list with examples of what has influenced different entities", "output": "* [\"Commonwealth\", \"United Kingdom\"]"}
|
53 |
+
{"perplexity": 67.48484777318527, "input": "Complete the following list with examples of what has influenced different entities", "output": "* [\"machine learning\", \"Google\"]"}
|
54 |
+
{"perplexity": 20.473667090900015, "input": "Complete the following list with examples of what has influenced different entities", "output": "* [\"Antonio Salazar\", \"fascism\"]"}
|
55 |
+
{"perplexity": 27.726797874449776, "input": "Complete the following list with examples of what has influenced different entities", "output": "* [\"Facebook\", \"LinkedIn\"]"}
|
56 |
+
{"perplexity": 16.427967912029096, "input": "Complete the following list with examples of what has influenced different entities", "output": "* [\"Hank Williams\", \"Jimmie Rodgers\"]"}
|
57 |
+
{"perplexity": 249.9698648953891, "input": "Complete the following list with examples of what has influenced different entities", "output": "* [\"painters\", \"Stable Diffusion\"]"}
|
58 |
+
{"perplexity": 50.4331438406723, "input": "Complete the following list with examples of what has influenced different entities", "output": "* [\"Walmart\", \"Rivaldo\"]"}
|
59 |
+
{"perplexity": 31.662890835177954, "input": "Complete the following list with examples of what has influenced different entities", "output": "* [\"Sauron\", \"Shiba Inu\"]"}
|
60 |
+
{"perplexity": 28.08738302158756, "input": "Complete the following list with examples of what has influenced different entities", "output": "* [\"Bruno Mars\", \"James Brown\"]"}
|
61 |
+
{"perplexity": 21.173160702117308, "input": "Complete the following list with examples of what has influenced different entities", "output": "* [\"Brazil\", \"Spain\"]"}
|
62 |
+
{"perplexity": 26.796893609029254, "input": "Complete the following list with examples of what has influenced different entities", "output": "* [\"heavy metal\", \"punk music\"]"}
|
63 |
+
{"perplexity": 34.454560891081194, "input": "Complete the following list with examples of what has influenced different entities", "output": "* [\"Moon\", \"G\u00f6bekli Tepe\"]"}
|
64 |
+
{"perplexity": 32.85028844338754, "input": "Complete the following list with examples of what has influenced different entities", "output": "* [\"English\", \"William Shakespeare\"]"}
|
65 |
+
{"perplexity": 15.173718946550187, "input": "Complete the following list with examples of what has influenced different entities", "output": "* [\"Beatles\", \"Alice in Wonderland\"]"}
|
66 |
+
{"perplexity": 21.220544393601823, "input": "Complete the following list with examples of what has influenced different entities", "output": "* [\"impressionism\", \"Edouard Manet\"]"}
|
67 |
+
{"perplexity": 38.182666958247246, "input": "Complete the following list with examples of what has influenced different entities", "output": "* [\"Gilbert Gottfried\", \"Mike Krieger\"]"}
|
68 |
+
{"perplexity": 19.61534485102021, "input": "Complete the following list with examples of what has influenced different entities", "output": "* [\"Vladimir Lenin\", \"chess\"]"}
|
69 |
+
{"perplexity": 11.715220134534201, "input": "Complete the following list with examples of what has influenced different entities", "output": "* [\"Pepsi\", \"Coca-Cola\"]"}
|
70 |
+
{"perplexity": 29.571174451200676, "input": "Complete the following list with examples of what has influenced different entities", "output": "* [\"Alicia Vikander\", \"Richard Attenborough\"]"}
|
71 |
+
{"perplexity": 40.48349482142328, "input": "Complete the following list with examples of what has influenced different entities", "output": "* [\"Luke Bryan\", \"Hank Williams\"]"}
|
72 |
+
{"perplexity": 18.81990012609268, "input": "Complete the following list with examples of what has influenced different entities", "output": "* [\"Bill Gates\", \"Steve Jobs\"]"}
|
73 |
+
{"perplexity": 71.76052280387952, "input": "Complete the following list with examples of what has influenced different entities", "output": "* [\"Allu Arjun\", \"Aaron Ramsey\"]"}
|
74 |
+
{"perplexity": 43.47604606083975, "input": "Complete the following list with examples of what has influenced different entities", "output": "* [\"Stephen King\", \"Arthur Machen\"]"}
|
75 |
+
{"perplexity": 20.7265840806289, "input": "Complete the following list with examples of what has influenced different entities", "output": "* [\"Bangladesh\", \"India\"]"}
|
76 |
+
{"perplexity": 80.1611835448049, "input": "Complete the following list with examples of what has influenced different entities", "output": "* [\"hamburger\", \"Germany\"]"}
|
77 |
+
{"perplexity": 29.860487310834113, "input": "Complete the following list with examples of what has influenced different entities", "output": "* [\"Plato\", \"Socrates\"]"}
|
78 |
+
{"perplexity": 14.450794935578045, "input": "Complete the following list with examples of what has influenced different entities", "output": "* [\"Messi\", \"Maradona\"]"}
|
79 |
+
{"perplexity": 19.080589835659723, "input": "Complete the following list with examples of what has influenced different entities", "output": "* [\"Oasis\", \"Blur\"]"}
|
80 |
+
{"perplexity": 13.315194294482353, "input": "Complete the following list with examples of what has influenced different entities", "output": "* [\"Quentin Tarantino\", \"Sergio Leone\"]"}
|
81 |
+
{"perplexity": 32.70514409298319, "input": "Complete the following list with examples of what has influenced different entities", "output": "* [\"European Union\", \"Germany\"]"}
|
82 |
+
{"perplexity": 27.69972093200594, "input": "Complete the following list with examples of what has influenced different entities", "output": "* [\"Stephen Foster\", \"Thomas Moore\"]"}
|
83 |
+
{"perplexity": 49.06746098050587, "input": "Complete the following list with examples of what has influenced different entities", "output": "* [\"Hoover\", \"Dyson\"]"}
|
84 |
+
{"perplexity": 29.621994455869455, "input": "Complete the following list with examples of what has influenced different entities", "output": "* [\"Mark Rothko\", \"Claude Monet\"]"}
|
85 |
+
{"perplexity": 11.702356476800842, "input": "Complete the following list with examples of what has influenced different entities", "output": "* [\"James Brown\", \"Michael Jackson\"]"}
|
86 |
+
{"perplexity": 36.37465746694677, "input": "Complete the following list with examples of what has influenced different entities", "output": "* [\"Windows\", \"Linux\"]"}
|
87 |
+
{"perplexity": 16.21408143081417, "input": "Complete the following list with examples of what has influenced different entities", "output": "* [\"Radiohead\", \"David Bowie\"]"}
|
88 |
+
{"perplexity": 42.50448963348691, "input": "Complete the following list with examples of what has influenced different entities", "output": "* [\"NVIDIA\", \"AMD\"]"}
|
89 |
+
{"perplexity": 33.639679265346636, "input": "Complete the following list with examples of what has influenced different entities", "output": "* [\"India\", \"Gandhi\"]"}
|
90 |
+
{"perplexity": 26.551490210206506, "input": "Complete the following list with examples of what has influenced different entities", "output": "* [\"Viktor Yushchenko\", \"Bonnie Wright\"]"}
|
91 |
+
{"perplexity": 12.67448698357984, "input": "Complete the following list with examples of what has influenced different entities", "output": "* [\"Beethoven\", \"Mozart\"]"}
|
92 |
+
{"perplexity": 28.417553528116677, "input": "Complete the following list with examples of what has influenced different entities", "output": "* [\"Bitcoin\", \"blockchain\"]"}
|
93 |
+
{"perplexity": 33.94706658738057, "input": "Complete the following list with examples of what has influenced different entities", "output": "* [\"Hong Kong\", \"China\"]"}
|
experiments/results/lm_lc_zeroshot/flan-ul2/ppl.is_known_for.jsonl
ADDED
@@ -0,0 +1,108 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{"perplexity": 31.84207372432165, "input": "Complete the following list with examples of examples of what entities are known for", "output": "* [\"Hawaii\", \"ukulele\"]"}
|
2 |
+
{"perplexity": 23.89065611232903, "input": "Complete the following list with examples of examples of what entities are known for", "output": "* [\"Paris\", \"Eiffel Tower\"]"}
|
3 |
+
{"perplexity": 49.039906831773656, "input": "Complete the following list with examples of examples of what entities are known for", "output": "* [\"Sweden\", \"pop\"]"}
|
4 |
+
{"perplexity": 108.22405102213314, "input": "Complete the following list with examples of examples of what entities are known for", "output": "* [\"Memphis Depay\", \"Mendelian inheritance\"]"}
|
5 |
+
{"perplexity": 65.78553206190487, "input": "Complete the following list with examples of examples of what entities are known for", "output": "* [\"France\", \"beaches\"]"}
|
6 |
+
{"perplexity": 61.65720779158345, "input": "Complete the following list with examples of examples of what entities are known for", "output": "* [\"France\", \"cars\"]"}
|
7 |
+
{"perplexity": 29.446295742774954, "input": "Complete the following list with examples of examples of what entities are known for", "output": "* [\"Alphabet Inc.\", \"Google\"]"}
|
8 |
+
{"perplexity": 9.778997360914826, "input": "Complete the following list with examples of examples of what entities are known for", "output": "* [\"Vincent Van Gogh\", \"The Starry Night\"]"}
|
9 |
+
{"perplexity": 20.876259497809613, "input": "Complete the following list with examples of examples of what entities are known for", "output": "* [\"Italy\", \"Hawaiian pizza\"]"}
|
10 |
+
{"perplexity": 78.71031031547362, "input": "Complete the following list with examples of examples of what entities are known for", "output": "* [\"Japan\", \"glass product\"]"}
|
11 |
+
{"perplexity": 73.73749047601079, "input": "Complete the following list with examples of examples of what entities are known for", "output": "* [\"France\", \"rococo movement\"]"}
|
12 |
+
{"perplexity": 42.09027286475376, "input": "Complete the following list with examples of examples of what entities are known for", "output": "* [\"Europe\", \"The Final Countdown\"]"}
|
13 |
+
{"perplexity": 18.294216618148464, "input": "Complete the following list with examples of examples of what entities are known for", "output": "* [\"Sophie Turner\", \"Sylvia Plath\"]"}
|
14 |
+
{"perplexity": 36.60297804107233, "input": "Complete the following list with examples of examples of what entities are known for", "output": "* [\"Bill Nye\", \"scientist\"]"}
|
15 |
+
{"perplexity": 56.00717421706123, "input": "Complete the following list with examples of examples of what entities are known for", "output": "* [\"Mercedes Benz\", \"build quality\"]"}
|
16 |
+
{"perplexity": 42.92662053974918, "input": "Complete the following list with examples of examples of what entities are known for", "output": "* [\"Hawaii\", \"beaches\"]"}
|
17 |
+
{"perplexity": 41.64839484884658, "input": "Complete the following list with examples of examples of what entities are known for", "output": "* [\"Jackson Pollock\", \"action painting\"]"}
|
18 |
+
{"perplexity": 31.61958154986609, "input": "Complete the following list with examples of examples of what entities are known for", "output": "* [\"Andhra Pradesh\", \"Martinique\"]"}
|
19 |
+
{"perplexity": 12.057107289232146, "input": "Complete the following list with examples of examples of what entities are known for", "output": "* [\"Keanu Reeves\", \"The Matrix\"]"}
|
20 |
+
{"perplexity": 40.96440285024035, "input": "Complete the following list with examples of examples of what entities are known for", "output": "* [\"Christopher Columbus\", \"India\"]"}
|
21 |
+
{"perplexity": 16.430384713902978, "input": "Complete the following list with examples of examples of what entities are known for", "output": "* [\"Picasso\", \"Guernica\"]"}
|
22 |
+
{"perplexity": 13.272820771666831, "input": "Complete the following list with examples of examples of what entities are known for", "output": "* [\"Italy\", \"Renaissance\"]"}
|
23 |
+
{"perplexity": 28.600591805900763, "input": "Complete the following list with examples of examples of what entities are known for", "output": "* [\"Korea\", \"Breakdance\"]"}
|
24 |
+
{"perplexity": 40.41393464946553, "input": "Complete the following list with examples of examples of what entities are known for", "output": "* [\"Spain\", \"olive oil\"]"}
|
25 |
+
{"perplexity": 12.54979501968634, "input": "Complete the following list with examples of examples of what entities are known for", "output": "* [\"C.S. Lewis\", \"The Screwtape Letters\"]"}
|
26 |
+
{"perplexity": 12.775800863415613, "input": "Complete the following list with examples of examples of what entities are known for", "output": "* [\"Corsica\", \"Napoleon Bonaparte\"]"}
|
27 |
+
{"perplexity": 11.346756719682482, "input": "Complete the following list with examples of examples of what entities are known for", "output": "* [\"Rafael Nadal\", \"Ralph Macchio\"]"}
|
28 |
+
{"perplexity": 31.54611950447718, "input": "Complete the following list with examples of examples of what entities are known for", "output": "* [\"Walther P38\", \"Lupin the Third\"]"}
|
29 |
+
{"perplexity": 30.497108155601246, "input": "Complete the following list with examples of examples of what entities are known for", "output": "* [\"Richard Harris\", \"Curcuma longa\"]"}
|
30 |
+
{"perplexity": 27.35474117804733, "input": "Complete the following list with examples of examples of what entities are known for", "output": "* [\"Smashing Pumpkins\", \"Thru the eyes of Ruby\"]"}
|
31 |
+
{"perplexity": 136.30091024643843, "input": "Complete the following list with examples of examples of what entities are known for", "output": "* [\"India\", \"rum\"]"}
|
32 |
+
{"perplexity": 29.050937107044355, "input": "Complete the following list with examples of examples of what entities are known for", "output": "* [\"Parasite\", \"Jersey\"]"}
|
33 |
+
{"perplexity": 39.32765373975826, "input": "Complete the following list with examples of examples of what entities are known for", "output": "* [\"India\", \"Gurkhas\"]"}
|
34 |
+
{"perplexity": 32.07785364657649, "input": "Complete the following list with examples of examples of what entities are known for", "output": "* [\"Amazon\", \"Alexa\"]"}
|
35 |
+
{"perplexity": 48.22474994385457, "input": "Complete the following list with examples of examples of what entities are known for", "output": "* [\"Thomas Edison\", \"telephone\"]"}
|
36 |
+
{"perplexity": 71.58994340878189, "input": "Complete the following list with examples of examples of what entities are known for", "output": "* [\"Buffon\", \"PSG\"]"}
|
37 |
+
{"perplexity": 17.159953960510695, "input": "Complete the following list with examples of examples of what entities are known for", "output": "* [\"Alfred Hitchcock\", \"horror\"]"}
|
38 |
+
{"perplexity": 9.339533154633695, "input": "Complete the following list with examples of examples of what entities are known for", "output": "* [\"William Shakespeare\", \"Romeo and Juliet\"]"}
|
39 |
+
{"perplexity": 37.2779679696188, "input": "Complete the following list with examples of examples of what entities are known for", "output": "* [\"Thomas Edison\", \"light bulb\"]"}
|
40 |
+
{"perplexity": 13.35953125191179, "input": "Complete the following list with examples of examples of what entities are known for", "output": "* [\"Michael Jordan\", \"Tessa Thompson\"]"}
|
41 |
+
{"perplexity": 13.284157638750246, "input": "Complete the following list with examples of examples of what entities are known for", "output": "* [\"Inglourious Basterds\", \"Sergio Busquets\"]"}
|
42 |
+
{"perplexity": 18.56050185514437, "input": "Complete the following list with examples of examples of what entities are known for", "output": "* [\"Boris Johnson\", \"Brexit\"]"}
|
43 |
+
{"perplexity": 9.86576188697887, "input": "Complete the following list with examples of examples of what entities are known for", "output": "* [\"Georgia\", \"Joseph Stalin\"]"}
|
44 |
+
{"perplexity": 43.5356989218385, "input": "Complete the following list with examples of examples of what entities are known for", "output": "* [\"China\", \"coffee\"]"}
|
45 |
+
{"perplexity": 216.92370213067395, "input": "Complete the following list with examples of examples of what entities are known for", "output": "* [\"OpenAI\", \"ChatGPT\"]"}
|
46 |
+
{"perplexity": 40.186362569954305, "input": "Complete the following list with examples of examples of what entities are known for", "output": "* [\"Tesco\", \"groceries\"]"}
|
47 |
+
{"perplexity": 43.13658146948814, "input": "Complete the following list with examples of examples of what entities are known for", "output": "* [\"Amazon\", \"cloud computing\"]"}
|
48 |
+
{"perplexity": 33.68022235686759, "input": "Complete the following list with examples of examples of what entities are known for", "output": "* [\"Nvidia\", \"GPUs\"]"}
|
49 |
+
{"perplexity": 19.616369066878917, "input": "Complete the following list with examples of examples of what entities are known for", "output": "* [\"Tony Blair\", \"Iraq War\"]"}
|
50 |
+
{"perplexity": 47.71372613823983, "input": "Complete the following list with examples of examples of what entities are known for", "output": "* [\"Germany\", \"techno music\"]"}
|
51 |
+
{"perplexity": 43.74043092659669, "input": "Complete the following list with examples of examples of what entities are known for", "output": "* [\"Michelangelo\", \"Pop Art\"]"}
|
52 |
+
{"perplexity": 121.66988211649615, "input": "Complete the following list with examples of examples of what entities are known for", "output": "* [\"Gilmore Girls\", \"OpenAI\"]"}
|
53 |
+
{"perplexity": 29.648136990140806, "input": "Complete the following list with examples of examples of what entities are known for", "output": "* [\"Ragnar\u00f6k\", \"Little Boy\"]"}
|
54 |
+
{"perplexity": 36.81604171020417, "input": "Complete the following list with examples of examples of what entities are known for", "output": "* [\"Pizzagate\", \"Hillary Clinton\"]"}
|
55 |
+
{"perplexity": 21.510368818206963, "input": "Complete the following list with examples of examples of what entities are known for", "output": "* [\"George Orwell\", \"Coming Up for Air\"]"}
|
56 |
+
{"perplexity": 30.236620904458487, "input": "Complete the following list with examples of examples of what entities are known for", "output": "* [\"Italy\", \"wine\"]"}
|
57 |
+
{"perplexity": 8.85429348635811, "input": "Complete the following list with examples of examples of what entities are known for", "output": "* [\"Coca-Cola\", \"Pepsi\"]"}
|
58 |
+
{"perplexity": 35.48486758553454, "input": "Complete the following list with examples of examples of what entities are known for", "output": "* [\"Spotify\", \"Podcasts\"]"}
|
59 |
+
{"perplexity": 38.76052287477298, "input": "Complete the following list with examples of examples of what entities are known for", "output": "* [\"Valencia\", \"paella\"]"}
|
60 |
+
{"perplexity": 67.8504903972304, "input": "Complete the following list with examples of examples of what entities are known for", "output": "* [\"The Office\", \"IBM\"]"}
|
61 |
+
{"perplexity": 23.80855331235226, "input": "Complete the following list with examples of examples of what entities are known for", "output": "* [\"Romania\", \"Roman Catholicism\"]"}
|
62 |
+
{"perplexity": 32.253832249237504, "input": "Complete the following list with examples of examples of what entities are known for", "output": "* [\"George Washington\", \"Kiribati\"]"}
|
63 |
+
{"perplexity": 17.896444643578693, "input": "Complete the following list with examples of examples of what entities are known for", "output": "* [\"Charles Bronson\", \"Rory McIlroy\"]"}
|
64 |
+
{"perplexity": 30.91081400707251, "input": "Complete the following list with examples of examples of what entities are known for", "output": "* [\"Belgium\", \"wine\"]"}
|
65 |
+
{"perplexity": 21.94369809854882, "input": "Complete the following list with examples of examples of what entities are known for", "output": "* [\"Luka Modri\u0107\", \"Rottweiler\"]"}
|
66 |
+
{"perplexity": 30.02022149350767, "input": "Complete the following list with examples of examples of what entities are known for", "output": "* [\"Switzerland\", \"mountains\"]"}
|
67 |
+
{"perplexity": 27.862493768696105, "input": "Complete the following list with examples of examples of what entities are known for", "output": "* [\"Assassin's Creed\", \"history\"]"}
|
68 |
+
{"perplexity": 45.898807770358964, "input": "Complete the following list with examples of examples of what entities are known for", "output": "* [\"Red Bull\", \"energy drinks\"]"}
|
69 |
+
{"perplexity": 15.91059022780554, "input": "Complete the following list with examples of examples of what entities are known for", "output": "* [\"Johnny Cash\", \"Ring of Fire\"]"}
|
70 |
+
{"perplexity": 20.854007955166736, "input": "Complete the following list with examples of examples of what entities are known for", "output": "* [\"Microsoft\", \"Xbox\"]"}
|
71 |
+
{"perplexity": 57.354213522345916, "input": "Complete the following list with examples of examples of what entities are known for", "output": "* [\"Canada\", \"maple syrup\"]"}
|
72 |
+
{"perplexity": 30.20939766995594, "input": "Complete the following list with examples of examples of what entities are known for", "output": "* [\"France\", \"cheese\"]"}
|
73 |
+
{"perplexity": 44.99063783839785, "input": "Complete the following list with examples of examples of what entities are known for", "output": "* [\"France\", \"beer\"]"}
|
74 |
+
{"perplexity": 13.722282053182946, "input": "Complete the following list with examples of examples of what entities are known for", "output": "* [\"Nintendo\", \"Super Mario Bros.\"]"}
|
75 |
+
{"perplexity": 27.75486739054767, "input": "Complete the following list with examples of examples of what entities are known for", "output": "* [\"democracy\", \"North Korea\"]"}
|
76 |
+
{"perplexity": 18.783155990131064, "input": "Complete the following list with examples of examples of what entities are known for", "output": "* [\"Apple\", \"iPhone\"]"}
|
77 |
+
{"perplexity": 33.69106458916548, "input": "Complete the following list with examples of examples of what entities are known for", "output": "* [\"Harry Potter\", \"Bloomsbury\"]"}
|
78 |
+
{"perplexity": 45.32361639677581, "input": "Complete the following list with examples of examples of what entities are known for", "output": "* [\"France\", \"mountains\"]"}
|
79 |
+
{"perplexity": 155.82695192508473, "input": "Complete the following list with examples of examples of what entities are known for", "output": "* [\"UK\", \"rain\"]"}
|
80 |
+
{"perplexity": 16.192393693803634, "input": "Complete the following list with examples of examples of what entities are known for", "output": "* [\"Matt Damon\", \"Ocean's Eleven\"]"}
|
81 |
+
{"perplexity": 24.976575937806704, "input": "Complete the following list with examples of examples of what entities are known for", "output": "* [\"Switzerland\", \"banking secrecy\"]"}
|
82 |
+
{"perplexity": 26.247105430771008, "input": "Complete the following list with examples of examples of what entities are known for", "output": "* [\"Adidas\", \"Yeezy Boost\"]"}
|
83 |
+
{"perplexity": 30.189582941614848, "input": "Complete the following list with examples of examples of what entities are known for", "output": "* [\"Portugal\", \"Fado\"]"}
|
84 |
+
{"perplexity": 24.73586213397159, "input": "Complete the following list with examples of examples of what entities are known for", "output": "* [\"Italy\", \"tea\"]"}
|
85 |
+
{"perplexity": 24.91737134532154, "input": "Complete the following list with examples of examples of what entities are known for", "output": "* [\"Beatles\", \"Come Together\"]"}
|
86 |
+
{"perplexity": 14.533772048652969, "input": "Complete the following list with examples of examples of what entities are known for", "output": "* [\"Afro-Brazilians\", \"Capoeira\"]"}
|
87 |
+
{"perplexity": 37.36849289032803, "input": "Complete the following list with examples of examples of what entities are known for", "output": "* [\"Steve Jobs\", \"AirPods\"]"}
|
88 |
+
{"perplexity": 22.463354874093167, "input": "Complete the following list with examples of examples of what entities are known for", "output": "* [\"Apple\", \"Apple Watch\"]"}
|
89 |
+
{"perplexity": 26.73644644288782, "input": "Complete the following list with examples of examples of what entities are known for", "output": "* [\"Frank Abagnale Jr\", \"doctor\"]"}
|
90 |
+
{"perplexity": 53.682499945058275, "input": "Complete the following list with examples of examples of what entities are known for", "output": "* [\"Meta\", \"Instagram\"]"}
|
91 |
+
{"perplexity": 11.409494481196148, "input": "Complete the following list with examples of examples of what entities are known for", "output": "* [\"Jeff Goldblum\", \"Jurassic Park\"]"}
|
92 |
+
{"perplexity": 12.470016865760364, "input": "Complete the following list with examples of examples of what entities are known for", "output": "* [\"Leonardo Da Vinci\", \"Mona Lisa\"]"}
|
93 |
+
{"perplexity": 20.948015667317208, "input": "Complete the following list with examples of examples of what entities are known for", "output": "* [\"Neil Armstrong\", \"Korean War\"]"}
|
94 |
+
{"perplexity": 47.16100386610745, "input": "Complete the following list with examples of examples of what entities are known for", "output": "* [\"France\", \"baguette\"]"}
|
95 |
+
{"perplexity": 7.911262464039681, "input": "Complete the following list with examples of examples of what entities are known for", "output": "* [\"Queen\", \"Bohemian Rhapsody\"]"}
|
96 |
+
{"perplexity": 23.36379074625448, "input": "Complete the following list with examples of examples of what entities are known for", "output": "* [\"Pixar\", \"Novosibirsk\"]"}
|
97 |
+
{"perplexity": 49.22531782369057, "input": "Complete the following list with examples of examples of what entities are known for", "output": "* [\"Greggs\", \"sausage rolls\"]"}
|
98 |
+
{"perplexity": 27.696828474923883, "input": "Complete the following list with examples of examples of what entities are known for", "output": "* [\"Japan\", \"sake\"]"}
|
99 |
+
{"perplexity": 59.23586778234623, "input": "Complete the following list with examples of examples of what entities are known for", "output": "* [\"IKEA\", \"food\"]"}
|
100 |
+
{"perplexity": 22.383744829110963, "input": "Complete the following list with examples of examples of what entities are known for", "output": "* [\"William Grant & Sons\", \"gin\"]"}
|
101 |
+
{"perplexity": 53.86780160299435, "input": "Complete the following list with examples of examples of what entities are known for", "output": "* [\"Netherlands\", \"tulips\"]"}
|
102 |
+
{"perplexity": 100.01235724092894, "input": "Complete the following list with examples of examples of what entities are known for", "output": "* [\"LAMY\", \"notebook\"]"}
|
103 |
+
{"perplexity": 22.801868828857156, "input": "Complete the following list with examples of examples of what entities are known for", "output": "* [\"Harvey Weinstein\", \"Miramax\"]"}
|
104 |
+
{"perplexity": 32.76906031001678, "input": "Complete the following list with examples of examples of what entities are known for", "output": "* [\"Scotland\", \"whisky\"]"}
|
105 |
+
{"perplexity": 34.443875344108044, "input": "Complete the following list with examples of examples of what entities are known for", "output": "* [\"Apple\", \"MacBook\"]"}
|
106 |
+
{"perplexity": 26.083214393376426, "input": "Complete the following list with examples of examples of what entities are known for", "output": "* [\"Steve Jobs\", \"Apple\"]"}
|
107 |
+
{"perplexity": 39.3488033043059, "input": "Complete the following list with examples of examples of what entities are known for", "output": "* [\"Beatles\", \"I Me Mine\"]"}
|
108 |
+
{"perplexity": 58.39098783654615, "input": "Complete the following list with examples of examples of what entities are known for", "output": "* [\"Google\", \"search engine\"]"}
|
experiments/results/lm_lc_zeroshot/flan-ul2/ppl.is_similar_to.jsonl
ADDED
@@ -0,0 +1,93 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{"perplexity": 46.07346326939863, "input": "Complete the following list with examples of examples of entities that are similar", "output": "* [\"pill\", \"tablet\"]"}
|
2 |
+
{"perplexity": 15.662429367608686, "input": "Complete the following list with examples of examples of entities that are similar", "output": "* [\"Eduardo Saverin\", \"Guinea-Bissau\"]"}
|
3 |
+
{"perplexity": 11.932470595565789, "input": "Complete the following list with examples of examples of entities that are similar", "output": "* [\"Dionysus\", \"Toyota Corolla\"]"}
|
4 |
+
{"perplexity": 21.50995341602094, "input": "Complete the following list with examples of examples of entities that are similar", "output": "* [\"Great Britian\", \"British Empire\"]"}
|
5 |
+
{"perplexity": 68.06004429015871, "input": "Complete the following list with examples of examples of entities that are similar", "output": "* [\"English\", \"Persian\"]"}
|
6 |
+
{"perplexity": 11.86672981125772, "input": "Complete the following list with examples of examples of entities that are similar", "output": "* [\"Chess\", \"Rubik's Cube\"]"}
|
7 |
+
{"perplexity": 21.37761427629428, "input": "Complete the following list with examples of examples of entities that are similar", "output": "* [\"Star Wars\", \"Star Trek\"]"}
|
8 |
+
{"perplexity": 53.63428253807471, "input": "Complete the following list with examples of examples of entities that are similar", "output": "* [\"Anne Heche\", \"Ponzi scheme\"]"}
|
9 |
+
{"perplexity": 66.06890065576671, "input": "Complete the following list with examples of examples of entities that are similar", "output": "* [\"Chris Pine\", \"Good Friday\"]"}
|
10 |
+
{"perplexity": 24.042461379047516, "input": "Complete the following list with examples of examples of entities that are similar", "output": "* [\"Sudocrem\", \"Germolene\"]"}
|
11 |
+
{"perplexity": 13.676301016717705, "input": "Complete the following list with examples of examples of entities that are similar", "output": "* [\"Yugoslavia\", \"Albania\"]"}
|
12 |
+
{"perplexity": 16.387811808573442, "input": "Complete the following list with examples of examples of entities that are similar", "output": "* [\"Beatles\", \"Rolling Stones\"]"}
|
13 |
+
{"perplexity": 26.730142839649307, "input": "Complete the following list with examples of examples of entities that are similar", "output": "* [\"decision tree\", \"neural network\"]"}
|
14 |
+
{"perplexity": 19.261645061965933, "input": "Complete the following list with examples of examples of entities that are similar", "output": "* [\"Suits\", \"Law & Order\"]"}
|
15 |
+
{"perplexity": 43.592284375141936, "input": "Complete the following list with examples of examples of entities that are similar", "output": "* [\"Titanic\", \"Superbad\"]"}
|
16 |
+
{"perplexity": 16.146213932222985, "input": "Complete the following list with examples of examples of entities that are similar", "output": "* [\"Seleucid Empire\", \"Macedonian Empire\"]"}
|
17 |
+
{"perplexity": 36.49801416077775, "input": "Complete the following list with examples of examples of entities that are similar", "output": "* [\"Doctor Who\", \"Timeless\"]"}
|
18 |
+
{"perplexity": 48.092707765967305, "input": "Complete the following list with examples of examples of entities that are similar", "output": "* [\"Srebrenica massacre\", \"Rock Hudson\"]"}
|
19 |
+
{"perplexity": 26.481063471857947, "input": "Complete the following list with examples of examples of entities that are similar", "output": "* [\"Arnold Classic\", \"Mr. Olympia\"]"}
|
20 |
+
{"perplexity": 31.81670464225064, "input": "Complete the following list with examples of examples of entities that are similar", "output": "* [\"Italy\", \"Superman\"]"}
|
21 |
+
{"perplexity": 22.518677448885764, "input": "Complete the following list with examples of examples of entities that are similar", "output": "* [\"Alibaba\", \"Amazon\"]"}
|
22 |
+
{"perplexity": 23.587721679385016, "input": "Complete the following list with examples of examples of entities that are similar", "output": "* [\"Indiana Jones\", \"Star Wars\"]"}
|
23 |
+
{"perplexity": 73.06172182170964, "input": "Complete the following list with examples of examples of entities that are similar", "output": "* [\"NQ64\", \"Wetherspoons\"]"}
|
24 |
+
{"perplexity": 19.293960840891692, "input": "Complete the following list with examples of examples of entities that are similar", "output": "* [\"Pepsi\", \"Fanta\"]"}
|
25 |
+
{"perplexity": 44.22917342068212, "input": "Complete the following list with examples of examples of entities that are similar", "output": "* [\"Homebase\", \"IKEA\"]"}
|
26 |
+
{"perplexity": 48.77637768824641, "input": "Complete the following list with examples of examples of entities that are similar", "output": "* [\"ramen\", \"udon\"]"}
|
27 |
+
{"perplexity": 26.177904224235643, "input": "Complete the following list with examples of examples of entities that are similar", "output": "* [\"England\", \"Wales\"]"}
|
28 |
+
{"perplexity": 26.156617572323594, "input": "Complete the following list with examples of examples of entities that are similar", "output": "* [\"sphinx\", \"sphynx\"]"}
|
29 |
+
{"perplexity": 33.576426365553914, "input": "Complete the following list with examples of examples of entities that are similar", "output": "* [\"iPod\", \"iPad\"]"}
|
30 |
+
{"perplexity": 20.9745227008886, "input": "Complete the following list with examples of examples of entities that are similar", "output": "* [\"Olympic Games\", \"X Games\"]"}
|
31 |
+
{"perplexity": 8.455750033755864, "input": "Complete the following list with examples of examples of entities that are similar", "output": "* [\"McDonald's\", \"Burger King\"]"}
|
32 |
+
{"perplexity": 12.620622759339822, "input": "Complete the following list with examples of examples of entities that are similar", "output": "* [\"Minnesota\", \"Wisconsin\"]"}
|
33 |
+
{"perplexity": 24.408903370909382, "input": "Complete the following list with examples of examples of entities that are similar", "output": "* [\"Slack\", \"Microsoft Teams\"]"}
|
34 |
+
{"perplexity": 24.90919819441596, "input": "Complete the following list with examples of examples of entities that are similar", "output": "* [\"Peter Phillips\", \"Christine Baranski\"]"}
|
35 |
+
{"perplexity": 24.076052407614018, "input": "Complete the following list with examples of examples of entities that are similar", "output": "* [\"Jenna Ortega\", \"Anglo-Saxons\"]"}
|
36 |
+
{"perplexity": 59.979149989081684, "input": "Complete the following list with examples of examples of entities that are similar", "output": "* [\"Karl Urban\", \"France 24\"]"}
|
37 |
+
{"perplexity": 27.23618975384661, "input": "Complete the following list with examples of examples of entities that are similar", "output": "* [\"Sudan\", \"South Sudan\"]"}
|
38 |
+
{"perplexity": 22.567603355670705, "input": "Complete the following list with examples of examples of entities that are similar", "output": "* [\"Gameboy\", \"Nintendo\"]"}
|
39 |
+
{"perplexity": 44.165411287644034, "input": "Complete the following list with examples of examples of entities that are similar", "output": "* [\"Grammy Award\", \"Novel Prize\"]"}
|
40 |
+
{"perplexity": 18.50515488086627, "input": "Complete the following list with examples of examples of entities that are similar", "output": "* [\"George Ezra\", \"Lead Belly\"]"}
|
41 |
+
{"perplexity": 16.920945717641924, "input": "Complete the following list with examples of examples of entities that are similar", "output": "* [\"Cardiff\", \"Swansea\"]"}
|
42 |
+
{"perplexity": 23.397560379532578, "input": "Complete the following list with examples of examples of entities that are similar", "output": "* [\"Steve Jobs\", \"Tim Cook\"]"}
|
43 |
+
{"perplexity": 22.71544222991936, "input": "Complete the following list with examples of examples of entities that are similar", "output": "* [\"Counter Strike\", \"Rainbow Six\"]"}
|
44 |
+
{"perplexity": 22.56982024535117, "input": "Complete the following list with examples of examples of entities that are similar", "output": "* [\"Hawaii\", \"Guam\"]"}
|
45 |
+
{"perplexity": 23.47232432072995, "input": "Complete the following list with examples of examples of entities that are similar", "output": "* [\"Scrabble\", \"Jenga\"]"}
|
46 |
+
{"perplexity": 32.20872403299772, "input": "Complete the following list with examples of examples of entities that are similar", "output": "* [\"Christmas\", \"Easter\"]"}
|
47 |
+
{"perplexity": 41.80406580040177, "input": "Complete the following list with examples of examples of entities that are similar", "output": "* [\"fusilli\", \"rotini\"]"}
|
48 |
+
{"perplexity": 20.86525263913808, "input": "Complete the following list with examples of examples of entities that are similar", "output": "* [\"Coachella\", \"Woodstock\"]"}
|
49 |
+
{"perplexity": 29.183182895500003, "input": "Complete the following list with examples of examples of entities that are similar", "output": "* [\"Avatar\", \"Archimedes\"]"}
|
50 |
+
{"perplexity": 59.16580302008069, "input": "Complete the following list with examples of examples of entities that are similar", "output": "* [\"Shark\", \"Bush\"]"}
|
51 |
+
{"perplexity": 99.85296265405319, "input": "Complete the following list with examples of examples of entities that are similar", "output": "* [\"Eva Braun\", \"Phil Jackson\"]"}
|
52 |
+
{"perplexity": 9.154451947293003, "input": "Complete the following list with examples of examples of entities that are similar", "output": "* [\"Coca-Cola\", \"Pepsi\"]"}
|
53 |
+
{"perplexity": 19.541066112491126, "input": "Complete the following list with examples of examples of entities that are similar", "output": "* [\"Joe Burrow\", \"Edward Scissorhands\"]"}
|
54 |
+
{"perplexity": 31.382104262745127, "input": "Complete the following list with examples of examples of entities that are similar", "output": "* [\"Australia\", \"New Zealand\"]"}
|
55 |
+
{"perplexity": 9.001772935335449, "input": "Complete the following list with examples of examples of entities that are similar", "output": "* [\"Edward I\", \"William the Conqueror\"]"}
|
56 |
+
{"perplexity": 16.39609707894987, "input": "Complete the following list with examples of examples of entities that are similar", "output": "* [\"Frank Sinatra\", \"Ella Fitzgerald\"]"}
|
57 |
+
{"perplexity": 26.358121340326043, "input": "Complete the following list with examples of examples of entities that are similar", "output": "* [\"New York\", \"York\"]"}
|
58 |
+
{"perplexity": 13.340777461882352, "input": "Complete the following list with examples of examples of entities that are similar", "output": "* [\"Uzbekistan\", \"United States\"]"}
|
59 |
+
{"perplexity": 28.723369988721405, "input": "Complete the following list with examples of examples of entities that are similar", "output": "* [\"Red Bull\", \"Monster Energy\"]"}
|
60 |
+
{"perplexity": 16.271562231641344, "input": "Complete the following list with examples of examples of entities that are similar", "output": "* [\"Champions League\", \"Europa League\"]"}
|
61 |
+
{"perplexity": 64.15096585766628, "input": "Complete the following list with examples of examples of entities that are similar", "output": "* [\"Cerave\", \"Nivea\"]"}
|
62 |
+
{"perplexity": 14.800534370144526, "input": "Complete the following list with examples of examples of entities that are similar", "output": "* [\"Galaxy\", \"iPhone\"]"}
|
63 |
+
{"perplexity": 27.48974349030122, "input": "Complete the following list with examples of examples of entities that are similar", "output": "* [\"Mehmet \u00d6z\", \"David Schwimmer\"]"}
|
64 |
+
{"perplexity": 20.312760889896186, "input": "Complete the following list with examples of examples of entities that are similar", "output": "* [\"Disney\", \"Pixar\"]"}
|
65 |
+
{"perplexity": 17.24413681395669, "input": "Complete the following list with examples of examples of entities that are similar", "output": "* [\"Batman\", \"Iron Man\"]"}
|
66 |
+
{"perplexity": 16.068076667327382, "input": "Complete the following list with examples of examples of entities that are similar", "output": "* [\"Gisele B\u00fcndchen\", \"Orson Welles\"]"}
|
67 |
+
{"perplexity": 27.940471179175017, "input": "Complete the following list with examples of examples of entities that are similar", "output": "* [\"Estonia\", \"Finland\"]"}
|
68 |
+
{"perplexity": 30.98733247736819, "input": "Complete the following list with examples of examples of entities that are similar", "output": "* [\"The Avengers\", \"The Justice League\"]"}
|
69 |
+
{"perplexity": 21.191316310954683, "input": "Complete the following list with examples of examples of entities that are similar", "output": "* [\"Nicolae Ceau\u0219escu\", \"Javier Hern\u00e1ndez\"]"}
|
70 |
+
{"perplexity": 22.054777043577765, "input": "Complete the following list with examples of examples of entities that are similar", "output": "* [\"Adidas\", \"Nike\"]"}
|
71 |
+
{"perplexity": 17.61652035206102, "input": "Complete the following list with examples of examples of entities that are similar", "output": "* [\"Java\", \"Javascript\"]"}
|
72 |
+
{"perplexity": 20.041122417250087, "input": "Complete the following list with examples of examples of entities that are similar", "output": "* [\"bourbon\", \"Scotch whisky\"]"}
|
73 |
+
{"perplexity": 32.50160995441992, "input": "Complete the following list with examples of examples of entities that are similar", "output": "* [\"Alaska\", \"Canada\"]"}
|
74 |
+
{"perplexity": 15.608663292831263, "input": "Complete the following list with examples of examples of entities that are similar", "output": "* [\"Spain\", \"Italy\"]"}
|
75 |
+
{"perplexity": 23.675135752963513, "input": "Complete the following list with examples of examples of entities that are similar", "output": "* [\"banana\", \"plantain\"]"}
|
76 |
+
{"perplexity": 19.900959681726377, "input": "Complete the following list with examples of examples of entities that are similar", "output": "* [\"Firefox\", \"Chrome\"]"}
|
77 |
+
{"perplexity": 22.31975869455207, "input": "Complete the following list with examples of examples of entities that are similar", "output": "* [\"Pecorino Romano\", \"Parmesan\"]"}
|
78 |
+
{"perplexity": 29.68296354366138, "input": "Complete the following list with examples of examples of entities that are similar", "output": "* [\"Ligue 1\", \"Bundesliga\"]"}
|
79 |
+
{"perplexity": 16.86505469257441, "input": "Complete the following list with examples of examples of entities that are similar", "output": "* [\"Netflix\", \"Amazon Prime Video\"]"}
|
80 |
+
{"perplexity": 89.11403141226333, "input": "Complete the following list with examples of examples of entities that are similar", "output": "* [\"Primark\", \"Shein\"]"}
|
81 |
+
{"perplexity": 12.965816803918935, "input": "Complete the following list with examples of examples of entities that are similar", "output": "* [\"Dominos' Pizza\", \"Pizza Hut\"]"}
|
82 |
+
{"perplexity": 20.809283276956457, "input": "Complete the following list with examples of examples of entities that are similar", "output": "* [\"South Africa\", \"Bhagavad Gita\"]"}
|
83 |
+
{"perplexity": 26.557264134053124, "input": "Complete the following list with examples of examples of entities that are similar", "output": "* [\"Germany\", \"France\"]"}
|
84 |
+
{"perplexity": 27.426589075800425, "input": "Complete the following list with examples of examples of entities that are similar", "output": "* [\"Kindle\", \"Jeff Bezos\"]"}
|
85 |
+
{"perplexity": 10.850423909749123, "input": "Complete the following list with examples of examples of entities that are similar", "output": "* [\"Harry Potter\", \"Lord of the Rings\"]"}
|
86 |
+
{"perplexity": 24.266034508902937, "input": "Complete the following list with examples of examples of entities that are similar", "output": "* [\"Yakutia\", \"Turkey\"]"}
|
87 |
+
{"perplexity": 102.20935605053964, "input": "Complete the following list with examples of examples of entities that are similar", "output": "* [\"PS5\", \"XBox\"]"}
|
88 |
+
{"perplexity": 29.171050992038356, "input": "Complete the following list with examples of examples of entities that are similar", "output": "* [\"Monet\", \"Manet\"]"}
|
89 |
+
{"perplexity": 22.741691439683496, "input": "Complete the following list with examples of examples of entities that are similar", "output": "* [\"Glastonbury\", \"Roskilde\"]"}
|
90 |
+
{"perplexity": 16.336010690199416, "input": "Complete the following list with examples of examples of entities that are similar", "output": "* [\"Telugu\", \"Tamil\"]"}
|
91 |
+
{"perplexity": 17.596572751633204, "input": "Complete the following list with examples of examples of entities that are similar", "output": "* [\"Batman\", \"Superman\"]"}
|
92 |
+
{"perplexity": 24.62748618824189, "input": "Complete the following list with examples of examples of entities that are similar", "output": "* [\"cannoli\", \"canneloni\"]"}
|
93 |
+
{"perplexity": 25.861716509946444, "input": "Complete the following list with examples of examples of entities that are similar", "output": "* [\"Gerald Ford\", \"Duran Duran\"]"}
|
experiments/results/lm_lc_zeroshot/opt-13b/ppl.is_competitor__rival_of.jsonl
ADDED
@@ -0,0 +1,89 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{"perplexity": 98.59895255993125, "input": "Complete the following list with examples of entities that are competitors or rivals\n * [\"Jeremy Corbyn\", \"Keir Starmer\"]", "output": ""}
|
2 |
+
{"perplexity": 199.18077274864405, "input": "Complete the following list with examples of entities that are competitors or rivals\n * [\"EuroBasket 2022\", \"Murad III\"]", "output": ""}
|
3 |
+
{"perplexity": 75.93526425968376, "input": "Complete the following list with examples of entities that are competitors or rivals\n * [\"Bugatti\", \"Lamborghini\"]", "output": ""}
|
4 |
+
{"perplexity": 102.36177339110763, "input": "Complete the following list with examples of entities that are competitors or rivals\n * [\"Apple\", \"Microsoft\"]", "output": ""}
|
5 |
+
{"perplexity": 95.81524430801836, "input": "Complete the following list with examples of entities that are competitors or rivals\n * [\"Lee Chong Wei\", \"Lin Dan\"]", "output": ""}
|
6 |
+
{"perplexity": 106.96330464506384, "input": "Complete the following list with examples of entities that are competitors or rivals\n * [\"Microsoft\", \"Google\"]", "output": ""}
|
7 |
+
{"perplexity": 134.92047047906868, "input": "Complete the following list with examples of entities that are competitors or rivals\n * [\"Samsung\", \"Pitbull\"]", "output": ""}
|
8 |
+
{"perplexity": 53.65221348275834, "input": "Complete the following list with examples of entities that are competitors or rivals\n * [\"Cristiano Ronaldo\", \"Lionel Messi\"]", "output": ""}
|
9 |
+
{"perplexity": 111.13989026366144, "input": "Complete the following list with examples of entities that are competitors or rivals\n * [\"Germany\", \"Austria\"]", "output": ""}
|
10 |
+
{"perplexity": 146.47280374686483, "input": "Complete the following list with examples of entities that are competitors or rivals\n * [\"Dyson\", \"Dualit\"]", "output": ""}
|
11 |
+
{"perplexity": 129.25409124568912, "input": "Complete the following list with examples of entities that are competitors or rivals\n * [\"Netflix\", \"Disney Plus\"]", "output": ""}
|
12 |
+
{"perplexity": 78.19541139509558, "input": "Complete the following list with examples of entities that are competitors or rivals\n * [\"PyTorch\", \"TensorFlow\"]", "output": ""}
|
13 |
+
{"perplexity": 99.61608072132233, "input": "Complete the following list with examples of entities that are competitors or rivals\n * [\"Dell\", \"HP\"]", "output": ""}
|
14 |
+
{"perplexity": 88.42113079069448, "input": "Complete the following list with examples of entities that are competitors or rivals\n * [\"Sanpellegrino\", \"Volvic\"]", "output": ""}
|
15 |
+
{"perplexity": 75.60355828231123, "input": "Complete the following list with examples of entities that are competitors or rivals\n * [\"Mikhail Khodorkovsky\", \"Hezbollah\"]", "output": ""}
|
16 |
+
{"perplexity": 68.32779216984109, "input": "Complete the following list with examples of entities that are competitors or rivals\n * [\"British Airways\", \"Aer Lingus\"]", "output": ""}
|
17 |
+
{"perplexity": 100.41595584614615, "input": "Complete the following list with examples of entities that are competitors or rivals\n * [\"Microsoft Teams\", \"Slack\"]", "output": ""}
|
18 |
+
{"perplexity": 76.97623974304106, "input": "Complete the following list with examples of entities that are competitors or rivals\n * [\"Federal Reserve Board\", \"Bank of England\"]", "output": ""}
|
19 |
+
{"perplexity": 110.83885954321592, "input": "Complete the following list with examples of entities that are competitors or rivals\n * [\"American Psycho\", \"Chihuahua\"]", "output": ""}
|
20 |
+
{"perplexity": 140.43216485802066, "input": "Complete the following list with examples of entities that are competitors or rivals\n * [\"Mars\", \"Snickers\"]", "output": ""}
|
21 |
+
{"perplexity": 122.83260418653244, "input": "Complete the following list with examples of entities that are competitors or rivals\n * [\"ASML\", \"LAM Research\"]", "output": ""}
|
22 |
+
{"perplexity": 204.97829796617586, "input": "Complete the following list with examples of entities that are competitors or rivals\n * [\"Jake Paul\", \"Tangled\"]", "output": ""}
|
23 |
+
{"perplexity": 67.47899139779766, "input": "Complete the following list with examples of entities that are competitors or rivals\n * [\"Nikhita Khrushchev\", \"Leonid Brezhnev\"]", "output": ""}
|
24 |
+
{"perplexity": 112.69969073981194, "input": "Complete the following list with examples of entities that are competitors or rivals\n * [\"Razer\", \"Dell\"]", "output": ""}
|
25 |
+
{"perplexity": 124.88562271916719, "input": "Complete the following list with examples of entities that are competitors or rivals\n * [\"Spotify\", \"Apple\"]", "output": ""}
|
26 |
+
{"perplexity": 96.64476704652866, "input": "Complete the following list with examples of entities that are competitors or rivals\n * [\"Kourtney Kardashian\", \"Jenna Fischer\"]", "output": ""}
|
27 |
+
{"perplexity": 99.04453630023292, "input": "Complete the following list with examples of entities that are competitors or rivals\n * [\"Twitter\", \"WhatsApp\"]", "output": ""}
|
28 |
+
{"perplexity": 113.06878488706094, "input": "Complete the following list with examples of entities that are competitors or rivals\n * [\"Manchester United\", \"Arsenal\"]", "output": ""}
|
29 |
+
{"perplexity": 90.5008436553547, "input": "Complete the following list with examples of entities that are competitors or rivals\n * [\"WeChat\", \"WhatsApp\"]", "output": ""}
|
30 |
+
{"perplexity": 121.91397090728995, "input": "Complete the following list with examples of entities that are competitors or rivals\n * [\"Saudi Arabia\", \"Israel\"]", "output": ""}
|
31 |
+
{"perplexity": 74.37881820800607, "input": "Complete the following list with examples of entities that are competitors or rivals\n * [\"Bashar al-Assad\", \"Christianity\"]", "output": ""}
|
32 |
+
{"perplexity": 114.32373172306171, "input": "Complete the following list with examples of entities that are competitors or rivals\n * [\"Didier Deschamps\", \"Scott Adkins\"]", "output": ""}
|
33 |
+
{"perplexity": 46.264322418612174, "input": "Complete the following list with examples of entities that are competitors or rivals\n * [\"Lionel Messi\", \"Kylian Mbapp\u00e9\"]", "output": ""}
|
34 |
+
{"perplexity": 187.68894292580444, "input": "Complete the following list with examples of entities that are competitors or rivals\n * [\"Louis Philippe\", \"Peter England\"]", "output": ""}
|
35 |
+
{"perplexity": 209.09021469835085, "input": "Complete the following list with examples of entities that are competitors or rivals\n * [\"Steve Jobs\", \"Atlanta\"]", "output": ""}
|
36 |
+
{"perplexity": 75.7502460335829, "input": "Complete the following list with examples of entities that are competitors or rivals\n * [\"Bella Hadid\", \"Choi Woo-shik\"]", "output": ""}
|
37 |
+
{"perplexity": 139.86006078272695, "input": "Complete the following list with examples of entities that are competitors or rivals\n * [\"Mali\", \"Frances McDormand\"]", "output": ""}
|
38 |
+
{"perplexity": 51.29562064618569, "input": "Complete the following list with examples of entities that are competitors or rivals\n * [\"Coca-Cola Company\", \"Pepsi\"]", "output": ""}
|
39 |
+
{"perplexity": 42.15636571529006, "input": "Complete the following list with examples of entities that are competitors or rivals\n * [\"Khabib Nurmagomedov\", \"Conor McGregor\"]", "output": ""}
|
40 |
+
{"perplexity": 119.05383963926411, "input": "Complete the following list with examples of entities that are competitors or rivals\n * [\"Twitter\", \"Facebook\"]", "output": ""}
|
41 |
+
{"perplexity": 69.65567173638455, "input": "Complete the following list with examples of entities that are competitors or rivals\n * [\"Cardiff University\", \"Swansea University\"]", "output": ""}
|
42 |
+
{"perplexity": 52.37623406092639, "input": "Complete the following list with examples of entities that are competitors or rivals\n * [\"Isaac Newton\", \"Gottfried Leibniz\"]", "output": ""}
|
43 |
+
{"perplexity": 127.93428371871222, "input": "Complete the following list with examples of entities that are competitors or rivals\n * [\"Casio\", \"Texas Instruments\"]", "output": ""}
|
44 |
+
{"perplexity": 84.1260528552151, "input": "Complete the following list with examples of entities that are competitors or rivals\n * [\"Arsenal\", \"Tottenham Hotspur\"]", "output": ""}
|
45 |
+
{"perplexity": 144.1186393342107, "input": "Complete the following list with examples of entities that are competitors or rivals\n * [\"Nintendo\", \"Xbox\"]", "output": ""}
|
46 |
+
{"perplexity": 108.44793943661894, "input": "Complete the following list with examples of entities that are competitors or rivals\n * [\"H&M\", \"Zalora\"]", "output": ""}
|
47 |
+
{"perplexity": 81.08332218631125, "input": "Complete the following list with examples of entities that are competitors or rivals\n * [\"Serena Williams\", \"Andy Murray\"]", "output": ""}
|
48 |
+
{"perplexity": 103.23527166367057, "input": "Complete the following list with examples of entities that are competitors or rivals\n * [\"Liverpool FC\", \"Manchester United\"]", "output": ""}
|
49 |
+
{"perplexity": 109.86880121506155, "input": "Complete the following list with examples of entities that are competitors or rivals\n * [\"Apple\", \"Samsung\"]", "output": ""}
|
50 |
+
{"perplexity": 80.92677018149939, "input": "Complete the following list with examples of entities that are competitors or rivals\n * [\"Expedia\", \"Trivago\"]", "output": ""}
|
51 |
+
{"perplexity": 55.02828408354266, "input": "Complete the following list with examples of entities that are competitors or rivals\n * [\"Heathrow Airport\", \"Gatwick Airport\"]", "output": ""}
|
52 |
+
{"perplexity": 104.34713713585259, "input": "Complete the following list with examples of entities that are competitors or rivals\n * [\"Mario\", \"Bowser\"]", "output": ""}
|
53 |
+
{"perplexity": 135.6197977225788, "input": "Complete the following list with examples of entities that are competitors or rivals\n * [\"US\", \"China\"]", "output": ""}
|
54 |
+
{"perplexity": 57.720619773551896, "input": "Complete the following list with examples of entities that are competitors or rivals\n * [\"Olympic Games\", \"Helicobacter pylori\"]", "output": ""}
|
55 |
+
{"perplexity": 61.844920809894475, "input": "Complete the following list with examples of entities that are competitors or rivals\n * [\"BMW\", \"Mercedes-Benz\"]", "output": ""}
|
56 |
+
{"perplexity": 123.79622836363029, "input": "Complete the following list with examples of entities that are competitors or rivals\n * [\"Blur\", \"Oasis\"]", "output": ""}
|
57 |
+
{"perplexity": 108.79231820914845, "input": "Complete the following list with examples of entities that are competitors or rivals\n * [\"Israel\", \"Palestine\"]", "output": ""}
|
58 |
+
{"perplexity": 107.21423255497564, "input": "Complete the following list with examples of entities that are competitors or rivals\n * [\"Toshiba\", \"LG\"]", "output": ""}
|
59 |
+
{"perplexity": 137.9246149970697, "input": "Complete the following list with examples of entities that are competitors or rivals\n * [\"Apple\", \"Rolex\"]", "output": ""}
|
60 |
+
{"perplexity": 142.50550444950045, "input": "Complete the following list with examples of entities that are competitors or rivals\n * [\"Tesla\", \"Skoda\"]", "output": ""}
|
61 |
+
{"perplexity": 110.1053322246078, "input": "Complete the following list with examples of entities that are competitors or rivals\n * [\"Thomas Jefferson\", \"Alexander Hamilton\"]", "output": ""}
|
62 |
+
{"perplexity": 80.93379366444232, "input": "Complete the following list with examples of entities that are competitors or rivals\n * [\"Chester FC\", \"Wrexham FC\"]", "output": ""}
|
63 |
+
{"perplexity": 126.55738706698156, "input": "Complete the following list with examples of entities that are competitors or rivals\n * [\"Line of Duty\", \"CSI\"]", "output": ""}
|
64 |
+
{"perplexity": 88.6515955990492, "input": "Complete the following list with examples of entities that are competitors or rivals\n * [\"Gladiator\", \"Imelda Staunton\"]", "output": ""}
|
65 |
+
{"perplexity": 149.01165220638993, "input": "Complete the following list with examples of entities that are competitors or rivals\n * [\"UK\", \"France\"]", "output": ""}
|
66 |
+
{"perplexity": 78.2670342137052, "input": "Complete the following list with examples of entities that are competitors or rivals\n * [\"Nike\", \"Adidas\"]", "output": ""}
|
67 |
+
{"perplexity": 48.31976824543859, "input": "Complete the following list with examples of entities that are competitors or rivals\n * [\"Alain Prost\", \"Ayrton Senna\"]", "output": ""}
|
68 |
+
{"perplexity": 100.54843705539535, "input": "Complete the following list with examples of entities that are competitors or rivals\n * [\"Manchester City\", \"Manchester United\"]", "output": ""}
|
69 |
+
{"perplexity": 117.1296388050949, "input": "Complete the following list with examples of entities that are competitors or rivals\n * [\"BBC\", \"The Guardian\"]", "output": ""}
|
70 |
+
{"perplexity": 103.37053593316597, "input": "Complete the following list with examples of entities that are competitors or rivals\n * [\"Amazon\", \"Ebay\"]", "output": ""}
|
71 |
+
{"perplexity": 91.56593612679303, "input": "Complete the following list with examples of entities that are competitors or rivals\n * [\"Sir Alex Ferguson\", \"Jose Mourinho\"]", "output": ""}
|
72 |
+
{"perplexity": 176.57650088425405, "input": "Complete the following list with examples of entities that are competitors or rivals\n * [\"ASEAN\", \"Helen Hunt\"]", "output": ""}
|
73 |
+
{"perplexity": 95.14379742645464, "input": "Complete the following list with examples of entities that are competitors or rivals\n * [\"Hans Zimmer\", \"John Williams\"]", "output": ""}
|
74 |
+
{"perplexity": 126.63845939988448, "input": "Complete the following list with examples of entities that are competitors or rivals\n * [\"Noel Gallagher\", \"Liam Gallaguer\"]", "output": ""}
|
75 |
+
{"perplexity": 51.395133327878995, "input": "Complete the following list with examples of entities that are competitors or rivals\n * [\"McDonald's\", \"Burger King\"]", "output": ""}
|
76 |
+
{"perplexity": 81.70921375244896, "input": "Complete the following list with examples of entities that are competitors or rivals\n * [\"Neoclassicism\", \"Romanticism\"]", "output": ""}
|
77 |
+
{"perplexity": 299.3318630880348, "input": "Complete the following list with examples of entities that are competitors or rivals\n * [\"Royal Feast\", \"Fast X\"]", "output": ""}
|
78 |
+
{"perplexity": 99.39227195500065, "input": "Complete the following list with examples of entities that are competitors or rivals\n * [\"Eminem\", \"MGK\"]", "output": ""}
|
79 |
+
{"perplexity": 141.25291213434386, "input": "Complete the following list with examples of entities that are competitors or rivals\n * [\"Sprite\", \"7 Up\"]", "output": ""}
|
80 |
+
{"perplexity": 89.54804485388208, "input": "Complete the following list with examples of entities that are competitors or rivals\n * [\"Katharine Hepburn\", \"Abrahamic religion\"]", "output": ""}
|
81 |
+
{"perplexity": 73.76259954375048, "input": "Complete the following list with examples of entities that are competitors or rivals\n * [\"Martin Luther King Jr.\", \"Malcolm X\"]", "output": ""}
|
82 |
+
{"perplexity": 135.86180914072528, "input": "Complete the following list with examples of entities that are competitors or rivals\n * [\"Ligue 1\", \"Hayley Atwell\"]", "output": ""}
|
83 |
+
{"perplexity": 164.55467308168048, "input": "Complete the following list with examples of entities that are competitors or rivals\n * [\"Vikram\", \"Coen brothers\"]", "output": ""}
|
84 |
+
{"perplexity": 127.48413727886418, "input": "Complete the following list with examples of entities that are competitors or rivals\n * [\"Russia\", \"China\"]", "output": ""}
|
85 |
+
{"perplexity": 127.16090618182014, "input": "Complete the following list with examples of entities that are competitors or rivals\n * [\"Mohamed Salah\", \"Korea\"]", "output": ""}
|
86 |
+
{"perplexity": 156.53675583399502, "input": "Complete the following list with examples of entities that are competitors or rivals\n * [\"Kingston\", \"Samsung\"]", "output": ""}
|
87 |
+
{"perplexity": 96.98296745843183, "input": "Complete the following list with examples of entities that are competitors or rivals\n * [\"AWS\", \"GCP\"]", "output": ""}
|
88 |
+
{"perplexity": 78.03193217169105, "input": "Complete the following list with examples of entities that are competitors or rivals\n * [\"Beatles\", \"Rolling Stones\"]", "output": ""}
|
89 |
+
{"perplexity": 128.54062996971, "input": "Complete the following list with examples of entities that are competitors or rivals\n * [\"John Tyler\", \"Whig Party\"]", "output": ""}
|
experiments/results/lm_lc_zeroshot/opt-13b/ppl.is_friend__ally_of.jsonl
ADDED
@@ -0,0 +1,92 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{"perplexity": 64.53330788638912, "input": "Complete the following list with examples of entities that are friends or allies\n * [\"Rishi Sunak\", \"Leo Varadkar\"]", "output": ""}
|
2 |
+
{"perplexity": 71.58209238792116, "input": "Complete the following list with examples of entities that are friends or allies\n * [\"Gondor\", \"Rohan\"]", "output": ""}
|
3 |
+
{"perplexity": 94.88134269338262, "input": "Complete the following list with examples of entities that are friends or allies\n * [\"FIFA\", \"UEFA\"]", "output": ""}
|
4 |
+
{"perplexity": 48.31064500507892, "input": "Complete the following list with examples of entities that are friends or allies\n * [\"Joseph Stalin\", \"Josip Broz Tito\"]", "output": ""}
|
5 |
+
{"perplexity": 65.87939222486165, "input": "Complete the following list with examples of entities that are friends or allies\n * [\"Hillary Clinton\", \"Barack Obama\"]", "output": ""}
|
6 |
+
{"perplexity": 78.0028405295882, "input": "Complete the following list with examples of entities that are friends or allies\n * [\"Di Maio\", \"Salvini\"]", "output": ""}
|
7 |
+
{"perplexity": 100.95766505079739, "input": "Complete the following list with examples of entities that are friends or allies\n * [\"Yahoo\", \"Yahoo Japan\"]", "output": ""}
|
8 |
+
{"perplexity": 43.07105691565347, "input": "Complete the following list with examples of entities that are friends or allies\n * [\"Armenia\", \"Azerbaijan\"]", "output": ""}
|
9 |
+
{"perplexity": 131.5021961108253, "input": "Complete the following list with examples of entities that are friends or allies\n * [\"Doja Cat\", \"Anthony Albanese\"]", "output": ""}
|
10 |
+
{"perplexity": 37.345041951771954, "input": "Complete the following list with examples of entities that are friends or allies\n * [\"Pedro S\u00e1nchez\", \"Pablo Iglesias\"]", "output": ""}
|
11 |
+
{"perplexity": 122.74998808988562, "input": "Complete the following list with examples of entities that are friends or allies\n * [\"Islamic State\", \"Denys Prokopenko\"]", "output": ""}
|
12 |
+
{"perplexity": 128.84887344886639, "input": "Complete the following list with examples of entities that are friends or allies\n * [\"Brazil\", \"India\"]", "output": ""}
|
13 |
+
{"perplexity": 50.65673499588703, "input": "Complete the following list with examples of entities that are friends or allies\n * [\"Extinction Rebellion\", \"Greta Thunberg\"]", "output": ""}
|
14 |
+
{"perplexity": 80.92260268856943, "input": "Complete the following list with examples of entities that are friends or allies\n * [\"Sicily\", \"Calabria\"]", "output": ""}
|
15 |
+
{"perplexity": 127.11762012863183, "input": "Complete the following list with examples of entities that are friends or allies\n * [\"Oman\", \"Iran\"]", "output": ""}
|
16 |
+
{"perplexity": 182.48263639994778, "input": "Complete the following list with examples of entities that are friends or allies\n * [\"Sony\", \"ZEISS\"]", "output": ""}
|
17 |
+
{"perplexity": 192.883134369333, "input": "Complete the following list with examples of entities that are friends or allies\n * [\"FTX\", \"Alameda Research\"]", "output": ""}
|
18 |
+
{"perplexity": 119.57715037869157, "input": "Complete the following list with examples of entities that are friends or allies\n * [\"UK\", \"Commonwealth\"]", "output": ""}
|
19 |
+
{"perplexity": 90.27809749887945, "input": "Complete the following list with examples of entities that are friends or allies\n * [\"Australia\", \"New Zealand\"]", "output": ""}
|
20 |
+
{"perplexity": 64.88367023409371, "input": "Complete the following list with examples of entities that are friends or allies\n * [\"Kylo Ren\", \"Rey\"]", "output": ""}
|
21 |
+
{"perplexity": 117.87814400513598, "input": "Complete the following list with examples of entities that are friends or allies\n * [\"Anne Boleyn\", \"Columbia Pictures\"]", "output": ""}
|
22 |
+
{"perplexity": 117.85599986574792, "input": "Complete the following list with examples of entities that are friends or allies\n * [\"KGB\", \"CIA\"]", "output": ""}
|
23 |
+
{"perplexity": 97.01182868353604, "input": "Complete the following list with examples of entities that are friends or allies\n * [\"Rishi Sunak\", \"Joe Biden\"]", "output": ""}
|
24 |
+
{"perplexity": 69.6691913141461, "input": "Complete the following list with examples of entities that are friends or allies\n * [\"Quentin Tarantino\", \"Edgar Wright\"]", "output": ""}
|
25 |
+
{"perplexity": 85.02537759582991, "input": "Complete the following list with examples of entities that are friends or allies\n * [\"Keir Starmer\", \"Jeremy Corbyn\"]", "output": ""}
|
26 |
+
{"perplexity": 48.342145907373826, "input": "Complete the following list with examples of entities that are friends or allies\n * [\"U.S.S.R.\", \"East Germany\"]", "output": ""}
|
27 |
+
{"perplexity": 63.95372230488737, "input": "Complete the following list with examples of entities that are friends or allies\n * [\"Harry Potter\", \"Severus Snape\"]", "output": ""}
|
28 |
+
{"perplexity": 89.99314025428308, "input": "Complete the following list with examples of entities that are friends or allies\n * [\"Tata Motors\", \"Jaguar\"]", "output": ""}
|
29 |
+
{"perplexity": 139.73540518153297, "input": "Complete the following list with examples of entities that are friends or allies\n * [\"Kendall Jenner\", \"Bergen\"]", "output": ""}
|
30 |
+
{"perplexity": 122.26606742874336, "input": "Complete the following list with examples of entities that are friends or allies\n * [\"Thomas Jefferson\", \"Kid Cudi\"]", "output": ""}
|
31 |
+
{"perplexity": 100.53486947048485, "input": "Complete the following list with examples of entities that are friends or allies\n * [\"South Korea\", \"Japan\"]", "output": ""}
|
32 |
+
{"perplexity": 95.21922909128233, "input": "Complete the following list with examples of entities that are friends or allies\n * [\"Spain\", \"Portugal\"]", "output": ""}
|
33 |
+
{"perplexity": 87.92542984154484, "input": "Complete the following list with examples of entities that are friends or allies\n * [\"Liam Gallagher\", \"Noel Gallagher\"]", "output": ""}
|
34 |
+
{"perplexity": 78.3469037663885, "input": "Complete the following list with examples of entities that are friends or allies\n * [\"France\", \"Belgium\"]", "output": ""}
|
35 |
+
{"perplexity": 85.92005760228437, "input": "Complete the following list with examples of entities that are friends or allies\n * [\"Turkish Airlines\", \"All Nippon Airways\"]", "output": ""}
|
36 |
+
{"perplexity": 76.80648244492367, "input": "Complete the following list with examples of entities that are friends or allies\n * [\"Malaysia\", \"Singapore\"]", "output": ""}
|
37 |
+
{"perplexity": 101.0196888868604, "input": "Complete the following list with examples of entities that are friends or allies\n * [\"JP Morgan\", \"Morgan Stanley\"]", "output": ""}
|
38 |
+
{"perplexity": 51.43618687014091, "input": "Complete the following list with examples of entities that are friends or allies\n * [\"Sophia Loren\", \"Marlon Brando\"]", "output": ""}
|
39 |
+
{"perplexity": 31.353946883510652, "input": "Complete the following list with examples of entities that are friends or allies\n * [\"J.R.R. Tolkien\", \"C.S. Lewis\"]", "output": ""}
|
40 |
+
{"perplexity": 90.11840186709486, "input": "Complete the following list with examples of entities that are friends or allies\n * [\"China\", \"North Korea\"]", "output": ""}
|
41 |
+
{"perplexity": 66.33887386670442, "input": "Complete the following list with examples of entities that are friends or allies\n * [\"Margaret Thatcher\", \"Ronald Reagan\"]", "output": ""}
|
42 |
+
{"perplexity": 141.9795781414897, "input": "Complete the following list with examples of entities that are friends or allies\n * [\"Eva Per\u00f3n\", \"Interpol\"]", "output": ""}
|
43 |
+
{"perplexity": 140.6090592208488, "input": "Complete the following list with examples of entities that are friends or allies\n * [\"UK\", \"Ireland\"]", "output": ""}
|
44 |
+
{"perplexity": 120.33320539633209, "input": "Complete the following list with examples of entities that are friends or allies\n * [\"Singapore\", \"Israel\"]", "output": ""}
|
45 |
+
{"perplexity": 60.7134304006384, "input": "Complete the following list with examples of entities that are friends or allies\n * [\"Eastern Orthodoxy\", \"Oriental Orthodoxy\"]", "output": ""}
|
46 |
+
{"perplexity": 124.9717618649694, "input": "Complete the following list with examples of entities that are friends or allies\n * [\"India\", \"US\"]", "output": ""}
|
47 |
+
{"perplexity": 90.71501186480897, "input": "Complete the following list with examples of entities that are friends or allies\n * [\"Ed Gein\", \"Colonel Sanders\"]", "output": ""}
|
48 |
+
{"perplexity": 82.39519786088312, "input": "Complete the following list with examples of entities that are friends or allies\n * [\"Beatles\", \"Rolling Stones\"]", "output": ""}
|
49 |
+
{"perplexity": 115.69500820967117, "input": "Complete the following list with examples of entities that are friends or allies\n * [\"Red Bull\", \"GoPro\"]", "output": ""}
|
50 |
+
{"perplexity": 130.7950970761314, "input": "Complete the following list with examples of entities that are friends or allies\n * [\"HSBC\", \"BlackRock\"]", "output": ""}
|
51 |
+
{"perplexity": 124.82572967953631, "input": "Complete the following list with examples of entities that are friends or allies\n * [\"Elsa\", \"Anna\"]", "output": ""}
|
52 |
+
{"perplexity": 73.76801634587946, "input": "Complete the following list with examples of entities that are friends or allies\n * [\"Macbeth\", \"Banquo\"]", "output": ""}
|
53 |
+
{"perplexity": 147.81396850431355, "input": "Complete the following list with examples of entities that are friends or allies\n * [\"Aznar\", \"Bush\"]", "output": ""}
|
54 |
+
{"perplexity": 150.48645803110938, "input": "Complete the following list with examples of entities that are friends or allies\n * [\"Google\", \"Samsung\"]", "output": ""}
|
55 |
+
{"perplexity": 90.35992566883145, "input": "Complete the following list with examples of entities that are friends or allies\n * [\"IMF\", \"The World Bank\"]", "output": ""}
|
56 |
+
{"perplexity": 124.14606507523995, "input": "Complete the following list with examples of entities that are friends or allies\n * [\"Nikon\", \"Tokina\"]", "output": ""}
|
57 |
+
{"perplexity": 60.94367430861041, "input": "Complete the following list with examples of entities that are friends or allies\n * [\"Walter White\", \"Gus Fring\"]", "output": ""}
|
58 |
+
{"perplexity": 64.02182452007023, "input": "Complete the following list with examples of entities that are friends or allies\n * [\"Ron Weasley\", \"Neville Longbottom\"]", "output": ""}
|
59 |
+
{"perplexity": 47.99148766831169, "input": "Complete the following list with examples of entities that are friends or allies\n * [\"Darth Vader\", \"Emperor Palpatine\"]", "output": ""}
|
60 |
+
{"perplexity": 53.96864988620227, "input": "Complete the following list with examples of entities that are friends or allies\n * [\"Coca-Cola\", \"McDonald's\"]", "output": ""}
|
61 |
+
{"perplexity": 90.58209624697054, "input": "Complete the following list with examples of entities that are friends or allies\n * [\"Instagram\", \"WhatsApp\"]", "output": ""}
|
62 |
+
{"perplexity": 72.7401749432309, "input": "Complete the following list with examples of entities that are friends or allies\n * [\"Noah Schnapp\", \"Galatasaray S.K.\"]", "output": ""}
|
63 |
+
{"perplexity": 117.75241607901947, "input": "Complete the following list with examples of entities that are friends or allies\n * [\"US\", \"Canada\"]", "output": ""}
|
64 |
+
{"perplexity": 99.85724797027096, "input": "Complete the following list with examples of entities that are friends or allies\n * [\"Bob Marley\", \"Abu Bakr\"]", "output": ""}
|
65 |
+
{"perplexity": 111.72197639702424, "input": "Complete the following list with examples of entities that are friends or allies\n * [\"Jeff Bezos\", \"GitHub\"]", "output": ""}
|
66 |
+
{"perplexity": 121.7633249008171, "input": "Complete the following list with examples of entities that are friends or allies\n * [\"Hong Kong\", \"HSBC\"]", "output": ""}
|
67 |
+
{"perplexity": 73.19384438354732, "input": "Complete the following list with examples of entities that are friends or allies\n * [\"United States\", \"United Kingdom\"]", "output": ""}
|
68 |
+
{"perplexity": 53.13399572067177, "input": "Complete the following list with examples of entities that are friends or allies\n * [\"Porter Wagoner\", \"Dolly Parton\"]", "output": ""}
|
69 |
+
{"perplexity": 126.11948215510142, "input": "Complete the following list with examples of entities that are friends or allies\n * [\"Achilles\", \"Jonathan Bailey\"]", "output": ""}
|
70 |
+
{"perplexity": 89.63681908598407, "input": "Complete the following list with examples of entities that are friends or allies\n * [\"Linus Sebastian\", \"Marques Brownlee\"]", "output": ""}
|
71 |
+
{"perplexity": 62.640114046398, "input": "Complete the following list with examples of entities that are friends or allies\n * [\"Catherine Zeta-Jones\", \"Johnny Knoxville\"]", "output": ""}
|
72 |
+
{"perplexity": 141.96075847237105, "input": "Complete the following list with examples of entities that are friends or allies\n * [\"Amazon\", \"Royal Mail\"]", "output": ""}
|
73 |
+
{"perplexity": 104.6312851632508, "input": "Complete the following list with examples of entities that are friends or allies\n * [\"The Beatles\", \"Queen\"]", "output": ""}
|
74 |
+
{"perplexity": 65.30730193007427, "input": "Complete the following list with examples of entities that are friends or allies\n * [\"Benedict Cumberbatch\", \"Hanukkah\"]", "output": ""}
|
75 |
+
{"perplexity": 133.06372284676004, "input": "Complete the following list with examples of entities that are friends or allies\n * [\"Huawei\", \"China\"]", "output": ""}
|
76 |
+
{"perplexity": 89.75452273880882, "input": "Complete the following list with examples of entities that are friends or allies\n * [\"Rishi Sunak\", \"Emmanuel Macron\"]", "output": ""}
|
77 |
+
{"perplexity": 157.97383658808656, "input": "Complete the following list with examples of entities that are friends or allies\n * [\"Microsoft\", \"LinkedIn\"]", "output": ""}
|
78 |
+
{"perplexity": 136.5920659674316, "input": "Complete the following list with examples of entities that are friends or allies\n * [\"Paul Rudd\", \"Memento\"]", "output": ""}
|
79 |
+
{"perplexity": 125.21124962845374, "input": "Complete the following list with examples of entities that are friends or allies\n * [\"Russia\", \"Georgia\"]", "output": ""}
|
80 |
+
{"perplexity": 107.50588040197295, "input": "Complete the following list with examples of entities that are friends or allies\n * [\"Germany\", \"France\"]", "output": ""}
|
81 |
+
{"perplexity": 115.42819444268979, "input": "Complete the following list with examples of entities that are friends or allies\n * [\"Stephen Hawking\", \"Brian Cox\"]", "output": ""}
|
82 |
+
{"perplexity": 40.03284991968833, "input": "Complete the following list with examples of entities that are friends or allies\n * [\"Jean-Michel Basquiat\", \"Andy Warhol\"]", "output": ""}
|
83 |
+
{"perplexity": 70.85485356774322, "input": "Complete the following list with examples of entities that are friends or allies\n * [\"Mark Drakeford\", \"Rishi Sunak\"]", "output": ""}
|
84 |
+
{"perplexity": 141.16080103655068, "input": "Complete the following list with examples of entities that are friends or allies\n * [\"J\u00fcrgen Klopp\", \"Exo\"]", "output": ""}
|
85 |
+
{"perplexity": 172.35818055584252, "input": "Complete the following list with examples of entities that are friends or allies\n * [\"Windows\", \"Xbox\"]", "output": ""}
|
86 |
+
{"perplexity": 124.74557989963341, "input": "Complete the following list with examples of entities that are friends or allies\n * [\"Saturn\", \"Rachel Bilson\"]", "output": ""}
|
87 |
+
{"perplexity": 97.00526014997152, "input": "Complete the following list with examples of entities that are friends or allies\n * [\"Ottoman Empire\", \"Snowpiercer\"]", "output": ""}
|
88 |
+
{"perplexity": 83.95549897093444, "input": "Complete the following list with examples of entities that are friends or allies\n * [\"Johnny Cash\", \"Waylon Jennings\"]", "output": ""}
|
89 |
+
{"perplexity": 105.74663828322859, "input": "Complete the following list with examples of entities that are friends or allies\n * [\"UN\", \"NATO\"]", "output": ""}
|
90 |
+
{"perplexity": 76.4454136157029, "input": "Complete the following list with examples of entities that are friends or allies\n * [\"Boris Johnson\", \"Emmanuel Macron\"]", "output": ""}
|
91 |
+
{"perplexity": 45.075242928024636, "input": "Complete the following list with examples of entities that are friends or allies\n * [\"Cersei Lannister\", \"Euron Greyjoy\"]", "output": ""}
|
92 |
+
{"perplexity": 98.8769240196272, "input": "Complete the following list with examples of entities that are friends or allies\n * [\"Japan\", \"Taiwan\"]", "output": ""}
|
experiments/results/lm_lc_zeroshot/opt-13b/ppl.is_influenced_by.jsonl
ADDED
@@ -0,0 +1,93 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{"perplexity": 255.10788519496305, "input": "Complete the following list with examples of what has influenced different entities\n * [\"Prince Harry\", \"Monarchy\"]", "output": ""}
|
2 |
+
{"perplexity": 238.37657729326912, "input": "Complete the following list with examples of what has influenced different entities\n * [\"F1\", \"social media\"]", "output": ""}
|
3 |
+
{"perplexity": 101.18331003319241, "input": "Complete the following list with examples of what has influenced different entities\n * [\"Elton John\", \"Elvis Presley\"]", "output": ""}
|
4 |
+
{"perplexity": 166.83293966590443, "input": "Complete the following list with examples of what has influenced different entities\n * [\"Jack Black\", \"Waffen-SS\"]", "output": ""}
|
5 |
+
{"perplexity": 80.52332899855588, "input": "Complete the following list with examples of what has influenced different entities\n * [\"Game of Thrones\", \"Lord of the Rings\"]", "output": ""}
|
6 |
+
{"perplexity": 213.71046167538373, "input": "Complete the following list with examples of what has influenced different entities\n * [\"Canon\", \"Nikon\"]", "output": ""}
|
7 |
+
{"perplexity": 125.15269235110728, "input": "Complete the following list with examples of what has influenced different entities\n * [\"Thomas Aquinas\", \"Aristotle\"]", "output": ""}
|
8 |
+
{"perplexity": 280.15915621900973, "input": "Complete the following list with examples of what has influenced different entities\n * [\"Android\", \"iOS\"]", "output": ""}
|
9 |
+
{"perplexity": 185.84785945067705, "input": "Complete the following list with examples of what has influenced different entities\n * [\"Charles Baudelaire\", \"Tornado MRCA\"]", "output": ""}
|
10 |
+
{"perplexity": 158.2710580120601, "input": "Complete the following list with examples of what has influenced different entities\n * [\"trending music\", \"TikTok\"]", "output": ""}
|
11 |
+
{"perplexity": 137.39829730008137, "input": "Complete the following list with examples of what has influenced different entities\n * [\"Xi Jinping\", \"Kim Jong-il\"]", "output": ""}
|
12 |
+
{"perplexity": 132.32980092904293, "input": "Complete the following list with examples of what has influenced different entities\n * [\"Beethoven\", \"romanticism\"]", "output": ""}
|
13 |
+
{"perplexity": 114.57143784285662, "input": "Complete the following list with examples of what has influenced different entities\n * [\"Edgar Allan Poe\", \"Romanticism\"]", "output": ""}
|
14 |
+
{"perplexity": 288.9995780621762, "input": "Complete the following list with examples of what has influenced different entities\n * [\"US\", \"NASA\"]", "output": ""}
|
15 |
+
{"perplexity": 231.5049044798467, "input": "Complete the following list with examples of what has influenced different entities\n * [\"Wales\", \"Westminster\"]", "output": ""}
|
16 |
+
{"perplexity": 194.00108473355309, "input": "Complete the following list with examples of what has influenced different entities\n * [\"Sierra Leone\", \"Pulp fiction\"]", "output": ""}
|
17 |
+
{"perplexity": 218.70826198566562, "input": "Complete the following list with examples of what has influenced different entities\n * [\"Ethereum\", \"Bitcoin\"]", "output": ""}
|
18 |
+
{"perplexity": 149.20917182538238, "input": "Complete the following list with examples of what has influenced different entities\n * [\"Theresa May\", \"David Cameron\"]", "output": ""}
|
19 |
+
{"perplexity": 165.7087743688941, "input": "Complete the following list with examples of what has influenced different entities\n * [\"Anna Delvey\", \"Bernie Madoff\"]", "output": ""}
|
20 |
+
{"perplexity": 93.60644298844916, "input": "Complete the following list with examples of what has influenced different entities\n * [\"Lord of the Rings\", \"Beowulf\"]", "output": ""}
|
21 |
+
{"perplexity": 161.92710781201868, "input": "Complete the following list with examples of what has influenced different entities\n * [\"Andrew Johnson\", \"Abraham Lincoln\"]", "output": ""}
|
22 |
+
{"perplexity": 281.7125600307506, "input": "Complete the following list with examples of what has influenced different entities\n * [\"LinkedIn\", \"Facebook\"]", "output": ""}
|
23 |
+
{"perplexity": 163.08152060217554, "input": "Complete the following list with examples of what has influenced different entities\n * [\"Picasso\", \"Cezanne\"]", "output": ""}
|
24 |
+
{"perplexity": 210.86602768679273, "input": "Complete the following list with examples of what has influenced different entities\n * [\"Playstation\", \"Xbox\"]", "output": ""}
|
25 |
+
{"perplexity": 188.4827553818185, "input": "Complete the following list with examples of what has influenced different entities\n * [\"Kevin Spacey\", \"Tenerife\"]", "output": ""}
|
26 |
+
{"perplexity": 247.81569360269523, "input": "Complete the following list with examples of what has influenced different entities\n * [\"Saudi Arabia\", \"US\"]", "output": ""}
|
27 |
+
{"perplexity": 220.56365803129617, "input": "Complete the following list with examples of what has influenced different entities\n * [\"Fitbit\", \"heart rate monitor\"]", "output": ""}
|
28 |
+
{"perplexity": 212.00165594299284, "input": "Complete the following list with examples of what has influenced different entities\n * [\"Taiwan\", \"China\"]", "output": ""}
|
29 |
+
{"perplexity": 70.2376477806212, "input": "Complete the following list with examples of what has influenced different entities\n * [\"Kylian Mbappe\", \"Cristiano Ronaldo\"]", "output": ""}
|
30 |
+
{"perplexity": 180.43337827792402, "input": "Complete the following list with examples of what has influenced different entities\n * [\"Picasso\", \"cubism\"]", "output": ""}
|
31 |
+
{"perplexity": 168.96999667649712, "input": "Complete the following list with examples of what has influenced different entities\n * [\"Miley Cyrus\", \"Lorde\"]", "output": ""}
|
32 |
+
{"perplexity": 87.22966632318112, "input": "Complete the following list with examples of what has influenced different entities\n * [\"Neymar\", \"Alexis S\u00e1nchez\"]", "output": ""}
|
33 |
+
{"perplexity": 138.41050476756988, "input": "Complete the following list with examples of what has influenced different entities\n * [\"Smashing Pumpkins\", \"Beatles\"]", "output": ""}
|
34 |
+
{"perplexity": 194.4024243143514, "input": "Complete the following list with examples of what has influenced different entities\n * [\"Portuguese\", \"The Prestige\"]", "output": ""}
|
35 |
+
{"perplexity": 251.1074194705646, "input": "Complete the following list with examples of what has influenced different entities\n * [\"Luke Evans\", \"Ava Gardner\"]", "output": ""}
|
36 |
+
{"perplexity": 252.90943586165318, "input": "Complete the following list with examples of what has influenced different entities\n * [\"MacOS\", \"Linux\"]", "output": ""}
|
37 |
+
{"perplexity": 164.06201918417688, "input": "Complete the following list with examples of what has influenced different entities\n * [\"Transport for Wales\", \"National Rail\"]", "output": ""}
|
38 |
+
{"perplexity": 126.47841714564049, "input": "Complete the following list with examples of what has influenced different entities\n * [\"Herbie Hancock\", \"Miles Davis\"]", "output": ""}
|
39 |
+
{"perplexity": 169.0332568862837, "input": "Complete the following list with examples of what has influenced different entities\n * [\"India\", \"Hinduism\"]", "output": ""}
|
40 |
+
{"perplexity": 179.98216133948156, "input": "Complete the following list with examples of what has influenced different entities\n * [\"hip hop\", \"jazz\"]", "output": ""}
|
41 |
+
{"perplexity": 116.21890456665919, "input": "Complete the following list with examples of what has influenced different entities\n * [\"Bob Dylan\", \"Woody Guthrie\"]", "output": ""}
|
42 |
+
{"perplexity": 198.06933260922412, "input": "Complete the following list with examples of what has influenced different entities\n * [\"Tim Burton\", \"German expressionism\"]", "output": ""}
|
43 |
+
{"perplexity": 97.16432504977406, "input": "Complete the following list with examples of what has influenced different entities\n * [\"Eamon de Valera\", \"James Napper Tandy\"]", "output": ""}
|
44 |
+
{"perplexity": 177.99628785234236, "input": "Complete the following list with examples of what has influenced different entities\n * [\"Joe Biden\", \"Donald Trump\"]", "output": ""}
|
45 |
+
{"perplexity": 154.94959650836213, "input": "Complete the following list with examples of what has influenced different entities\n * [\"Shaquille O'Neal\", \"Selim II\"]", "output": ""}
|
46 |
+
{"perplexity": 145.65749127675423, "input": "Complete the following list with examples of what has influenced different entities\n * [\"Cobra Kai\", \"Anna Chlumsky\"]", "output": ""}
|
47 |
+
{"perplexity": 111.27001765828095, "input": "Complete the following list with examples of what has influenced different entities\n * [\"Harry Potter\", \"Wizard of Oz\"]", "output": ""}
|
48 |
+
{"perplexity": 88.98698336190348, "input": "Complete the following list with examples of what has influenced different entities\n * [\"Coca-Cola\", \"Pepsi\"]", "output": ""}
|
49 |
+
{"perplexity": 192.15405947661333, "input": "Complete the following list with examples of what has influenced different entities\n * [\"Apple Music\", \"Spotify\"]", "output": ""}
|
50 |
+
{"perplexity": 109.5687054771992, "input": "Complete the following list with examples of what has influenced different entities\n * [\"Singaporean food\", \"Malaysian food\"]", "output": ""}
|
51 |
+
{"perplexity": 228.7588081700958, "input": "Complete the following list with examples of what has influenced different entities\n * [\"Guess\", \"Gucci\"]", "output": ""}
|
52 |
+
{"perplexity": 179.9346221299053, "input": "Complete the following list with examples of what has influenced different entities\n * [\"Commonwealth\", \"United Kingdom\"]", "output": ""}
|
53 |
+
{"perplexity": 268.2300574381459, "input": "Complete the following list with examples of what has influenced different entities\n * [\"machine learning\", \"Google\"]", "output": ""}
|
54 |
+
{"perplexity": 114.7407031749954, "input": "Complete the following list with examples of what has influenced different entities\n * [\"Antonio Salazar\", \"fascism\"]", "output": ""}
|
55 |
+
{"perplexity": 266.4655940971047, "input": "Complete the following list with examples of what has influenced different entities\n * [\"Facebook\", \"LinkedIn\"]", "output": ""}
|
56 |
+
{"perplexity": 106.93525608021862, "input": "Complete the following list with examples of what has influenced different entities\n * [\"Hank Williams\", \"Jimmie Rodgers\"]", "output": ""}
|
57 |
+
{"perplexity": 407.2237129094529, "input": "Complete the following list with examples of what has influenced different entities\n * [\"painters\", \"Stable Diffusion\"]", "output": ""}
|
58 |
+
{"perplexity": 265.8136820577238, "input": "Complete the following list with examples of what has influenced different entities\n * [\"Walmart\", \"Rivaldo\"]", "output": ""}
|
59 |
+
{"perplexity": 161.8974607873884, "input": "Complete the following list with examples of what has influenced different entities\n * [\"Sauron\", \"Shiba Inu\"]", "output": ""}
|
60 |
+
{"perplexity": 135.01604192648233, "input": "Complete the following list with examples of what has influenced different entities\n * [\"Bruno Mars\", \"James Brown\"]", "output": ""}
|
61 |
+
{"perplexity": 299.23268039791145, "input": "Complete the following list with examples of what has influenced different entities\n * [\"Brazil\", \"Spain\"]", "output": ""}
|
62 |
+
{"perplexity": 195.86175459969644, "input": "Complete the following list with examples of what has influenced different entities\n * [\"heavy metal\", \"punk music\"]", "output": ""}
|
63 |
+
{"perplexity": 135.14828014977937, "input": "Complete the following list with examples of what has influenced different entities\n * [\"Moon\", \"G\u00f6bekli Tepe\"]", "output": ""}
|
64 |
+
{"perplexity": 227.09995331250533, "input": "Complete the following list with examples of what has influenced different entities\n * [\"English\", \"William Shakespeare\"]", "output": ""}
|
65 |
+
{"perplexity": 174.047868559251, "input": "Complete the following list with examples of what has influenced different entities\n * [\"Beatles\", \"Alice in Wonderland\"]", "output": ""}
|
66 |
+
{"perplexity": 102.40424681101734, "input": "Complete the following list with examples of what has influenced different entities\n * [\"impressionism\", \"Edouard Manet\"]", "output": ""}
|
67 |
+
{"perplexity": 161.07845375691204, "input": "Complete the following list with examples of what has influenced different entities\n * [\"Gilbert Gottfried\", \"Mike Krieger\"]", "output": ""}
|
68 |
+
{"perplexity": 184.19681790967707, "input": "Complete the following list with examples of what has influenced different entities\n * [\"Vladimir Lenin\", \"chess\"]", "output": ""}
|
69 |
+
{"perplexity": 88.9010570337662, "input": "Complete the following list with examples of what has influenced different entities\n * [\"Pepsi\", \"Coca-Cola\"]", "output": ""}
|
70 |
+
{"perplexity": 102.14182858195572, "input": "Complete the following list with examples of what has influenced different entities\n * [\"Alicia Vikander\", \"Richard Attenborough\"]", "output": ""}
|
71 |
+
{"perplexity": 206.91494509231538, "input": "Complete the following list with examples of what has influenced different entities\n * [\"Luke Bryan\", \"Hank Williams\"]", "output": ""}
|
72 |
+
{"perplexity": 146.90836664497584, "input": "Complete the following list with examples of what has influenced different entities\n * [\"Bill Gates\", \"Steve Jobs\"]", "output": ""}
|
73 |
+
{"perplexity": 222.57590562201906, "input": "Complete the following list with examples of what has influenced different entities\n * [\"Allu Arjun\", \"Aaron Ramsey\"]", "output": ""}
|
74 |
+
{"perplexity": 195.2905498987446, "input": "Complete the following list with examples of what has influenced different entities\n * [\"Stephen King\", \"Arthur Machen\"]", "output": ""}
|
75 |
+
{"perplexity": 184.50052718759096, "input": "Complete the following list with examples of what has influenced different entities\n * [\"Bangladesh\", \"India\"]", "output": ""}
|
76 |
+
{"perplexity": 247.66944512286912, "input": "Complete the following list with examples of what has influenced different entities\n * [\"hamburger\", \"Germany\"]", "output": ""}
|
77 |
+
{"perplexity": 153.66527342242208, "input": "Complete the following list with examples of what has influenced different entities\n * [\"Plato\", \"Socrates\"]", "output": ""}
|
78 |
+
{"perplexity": 148.2094138570487, "input": "Complete the following list with examples of what has influenced different entities\n * [\"Messi\", \"Maradona\"]", "output": ""}
|
79 |
+
{"perplexity": 192.59354239412727, "input": "Complete the following list with examples of what has influenced different entities\n * [\"Oasis\", \"Blur\"]", "output": ""}
|
80 |
+
{"perplexity": 94.16999840727179, "input": "Complete the following list with examples of what has influenced different entities\n * [\"Quentin Tarantino\", \"Sergio Leone\"]", "output": ""}
|
81 |
+
{"perplexity": 247.0677593043025, "input": "Complete the following list with examples of what has influenced different entities\n * [\"European Union\", \"Germany\"]", "output": ""}
|
82 |
+
{"perplexity": 264.7864632873196, "input": "Complete the following list with examples of what has influenced different entities\n * [\"Stephen Foster\", \"Thomas Moore\"]", "output": ""}
|
83 |
+
{"perplexity": 166.49971075888362, "input": "Complete the following list with examples of what has influenced different entities\n * [\"Hoover\", \"Dyson\"]", "output": ""}
|
84 |
+
{"perplexity": 125.39497832644405, "input": "Complete the following list with examples of what has influenced different entities\n * [\"Mark Rothko\", \"Claude Monet\"]", "output": ""}
|
85 |
+
{"perplexity": 177.8490902015023, "input": "Complete the following list with examples of what has influenced different entities\n * [\"James Brown\", \"Michael Jackson\"]", "output": ""}
|
86 |
+
{"perplexity": 260.4745722770868, "input": "Complete the following list with examples of what has influenced different entities\n * [\"Windows\", \"Linux\"]", "output": ""}
|
87 |
+
{"perplexity": 166.8397017352526, "input": "Complete the following list with examples of what has influenced different entities\n * [\"Radiohead\", \"David Bowie\"]", "output": ""}
|
88 |
+
{"perplexity": 332.5576538330225, "input": "Complete the following list with examples of what has influenced different entities\n * [\"NVIDIA\", \"AMD\"]", "output": ""}
|
89 |
+
{"perplexity": 184.89076409048275, "input": "Complete the following list with examples of what has influenced different entities\n * [\"India\", \"Gandhi\"]", "output": ""}
|
90 |
+
{"perplexity": 148.43545298318975, "input": "Complete the following list with examples of what has influenced different entities\n * [\"Viktor Yushchenko\", \"Bonnie Wright\"]", "output": ""}
|
91 |
+
{"perplexity": 108.43609803348475, "input": "Complete the following list with examples of what has influenced different entities\n * [\"Beethoven\", \"Mozart\"]", "output": ""}
|
92 |
+
{"perplexity": 196.92944101247605, "input": "Complete the following list with examples of what has influenced different entities\n * [\"Bitcoin\", \"blockchain\"]", "output": ""}
|
93 |
+
{"perplexity": 209.66918661380592, "input": "Complete the following list with examples of what has influenced different entities\n * [\"Hong Kong\", \"China\"]", "output": ""}
|
experiments/results/lm_lc_zeroshot/opt-13b/ppl.is_known_for.jsonl
ADDED
@@ -0,0 +1,108 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{"perplexity": 120.10528125526515, "input": "Complete the following list with examples of examples of what entities are known for\n * [\"Hawaii\", \"ukulele\"]", "output": ""}
|
2 |
+
{"perplexity": 86.64655794528727, "input": "Complete the following list with examples of examples of what entities are known for\n * [\"Paris\", \"Eiffel Tower\"]", "output": ""}
|
3 |
+
{"perplexity": 172.95613802125683, "input": "Complete the following list with examples of examples of what entities are known for\n * [\"Sweden\", \"pop\"]", "output": ""}
|
4 |
+
{"perplexity": 122.75314884537538, "input": "Complete the following list with examples of examples of what entities are known for\n * [\"Memphis Depay\", \"Mendelian inheritance\"]", "output": ""}
|
5 |
+
{"perplexity": 173.5357299340547, "input": "Complete the following list with examples of examples of what entities are known for\n * [\"France\", \"beaches\"]", "output": ""}
|
6 |
+
{"perplexity": 189.34410787500332, "input": "Complete the following list with examples of examples of what entities are known for\n * [\"France\", \"cars\"]", "output": ""}
|
7 |
+
{"perplexity": 129.903977102586, "input": "Complete the following list with examples of examples of what entities are known for\n * [\"Alphabet Inc.\", \"Google\"]", "output": ""}
|
8 |
+
{"perplexity": 58.97784051946794, "input": "Complete the following list with examples of examples of what entities are known for\n * [\"Vincent Van Gogh\", \"The Starry Night\"]", "output": ""}
|
9 |
+
{"perplexity": 128.94592363057913, "input": "Complete the following list with examples of examples of what entities are known for\n * [\"Italy\", \"Hawaiian pizza\"]", "output": ""}
|
10 |
+
{"perplexity": 224.68556560933035, "input": "Complete the following list with examples of examples of what entities are known for\n * [\"Japan\", \"glass product\"]", "output": ""}
|
11 |
+
{"perplexity": 198.57952915889805, "input": "Complete the following list with examples of examples of what entities are known for\n * [\"France\", \"rococo movement\"]", "output": ""}
|
12 |
+
{"perplexity": 152.682245700033, "input": "Complete the following list with examples of examples of what entities are known for\n * [\"Europe\", \"The Final Countdown\"]", "output": ""}
|
13 |
+
{"perplexity": 67.90706812706632, "input": "Complete the following list with examples of examples of what entities are known for\n * [\"Sophie Turner\", \"Sylvia Plath\"]", "output": ""}
|
14 |
+
{"perplexity": 118.75419164517798, "input": "Complete the following list with examples of examples of what entities are known for\n * [\"Bill Nye\", \"scientist\"]", "output": ""}
|
15 |
+
{"perplexity": 164.81585733407192, "input": "Complete the following list with examples of examples of what entities are known for\n * [\"Mercedes Benz\", \"build quality\"]", "output": ""}
|
16 |
+
{"perplexity": 137.69114061241677, "input": "Complete the following list with examples of examples of what entities are known for\n * [\"Hawaii\", \"beaches\"]", "output": ""}
|
17 |
+
{"perplexity": 123.68111313630214, "input": "Complete the following list with examples of examples of what entities are known for\n * [\"Jackson Pollock\", \"action painting\"]", "output": ""}
|
18 |
+
{"perplexity": 152.2398719988319, "input": "Complete the following list with examples of examples of what entities are known for\n * [\"Andhra Pradesh\", \"Martinique\"]", "output": ""}
|
19 |
+
{"perplexity": 100.32291625258866, "input": "Complete the following list with examples of examples of what entities are known for\n * [\"Keanu Reeves\", \"The Matrix\"]", "output": ""}
|
20 |
+
{"perplexity": 167.76710092248913, "input": "Complete the following list with examples of examples of what entities are known for\n * [\"Christopher Columbus\", \"India\"]", "output": ""}
|
21 |
+
{"perplexity": 96.51696902821709, "input": "Complete the following list with examples of examples of what entities are known for\n * [\"Picasso\", \"Guernica\"]", "output": ""}
|
22 |
+
{"perplexity": 135.75579918001566, "input": "Complete the following list with examples of examples of what entities are known for\n * [\"Italy\", \"Renaissance\"]", "output": ""}
|
23 |
+
{"perplexity": 145.01568755090614, "input": "Complete the following list with examples of examples of what entities are known for\n * [\"Korea\", \"Breakdance\"]", "output": ""}
|
24 |
+
{"perplexity": 147.7190581274817, "input": "Complete the following list with examples of examples of what entities are known for\n * [\"Spain\", \"olive oil\"]", "output": ""}
|
25 |
+
{"perplexity": 53.43083806095797, "input": "Complete the following list with examples of examples of what entities are known for\n * [\"C.S. Lewis\", \"The Screwtape Letters\"]", "output": ""}
|
26 |
+
{"perplexity": 78.64045674524603, "input": "Complete the following list with examples of examples of what entities are known for\n * [\"Corsica\", \"Napoleon Bonaparte\"]", "output": ""}
|
27 |
+
{"perplexity": 75.76285314825375, "input": "Complete the following list with examples of examples of what entities are known for\n * [\"Rafael Nadal\", \"Ralph Macchio\"]", "output": ""}
|
28 |
+
{"perplexity": 90.6894077560695, "input": "Complete the following list with examples of examples of what entities are known for\n * [\"Walther P38\", \"Lupin the Third\"]", "output": ""}
|
29 |
+
{"perplexity": 143.00978240495775, "input": "Complete the following list with examples of examples of what entities are known for\n * [\"Richard Harris\", \"Curcuma longa\"]", "output": ""}
|
30 |
+
{"perplexity": 78.45460818764496, "input": "Complete the following list with examples of examples of what entities are known for\n * [\"Smashing Pumpkins\", \"Thru the eyes of Ruby\"]", "output": ""}
|
31 |
+
{"perplexity": 235.40580707623732, "input": "Complete the following list with examples of examples of what entities are known for\n * [\"India\", \"rum\"]", "output": ""}
|
32 |
+
{"perplexity": 137.1244490549945, "input": "Complete the following list with examples of examples of what entities are known for\n * [\"Parasite\", \"Jersey\"]", "output": ""}
|
33 |
+
{"perplexity": 119.34610550836136, "input": "Complete the following list with examples of examples of what entities are known for\n * [\"India\", \"Gurkhas\"]", "output": ""}
|
34 |
+
{"perplexity": 149.45861321249438, "input": "Complete the following list with examples of examples of what entities are known for\n * [\"Amazon\", \"Alexa\"]", "output": ""}
|
35 |
+
{"perplexity": 143.42731894910713, "input": "Complete the following list with examples of examples of what entities are known for\n * [\"Thomas Edison\", \"telephone\"]", "output": ""}
|
36 |
+
{"perplexity": 193.38762570342263, "input": "Complete the following list with examples of examples of what entities are known for\n * [\"Buffon\", \"PSG\"]", "output": ""}
|
37 |
+
{"perplexity": 96.21608120805163, "input": "Complete the following list with examples of examples of what entities are known for\n * [\"Alfred Hitchcock\", \"horror\"]", "output": ""}
|
38 |
+
{"perplexity": 66.56702173304366, "input": "Complete the following list with examples of examples of what entities are known for\n * [\"William Shakespeare\", \"Romeo and Juliet\"]", "output": ""}
|
39 |
+
{"perplexity": 133.88602371403906, "input": "Complete the following list with examples of examples of what entities are known for\n * [\"Thomas Edison\", \"light bulb\"]", "output": ""}
|
40 |
+
{"perplexity": 120.8511901907329, "input": "Complete the following list with examples of examples of what entities are known for\n * [\"Michael Jordan\", \"Tessa Thompson\"]", "output": ""}
|
41 |
+
{"perplexity": 55.3129294698298, "input": "Complete the following list with examples of examples of what entities are known for\n * [\"Inglourious Basterds\", \"Sergio Busquets\"]", "output": ""}
|
42 |
+
{"perplexity": 124.13523241327468, "input": "Complete the following list with examples of examples of what entities are known for\n * [\"Boris Johnson\", \"Brexit\"]", "output": ""}
|
43 |
+
{"perplexity": 168.92069431276337, "input": "Complete the following list with examples of examples of what entities are known for\n * [\"Georgia\", \"Joseph Stalin\"]", "output": ""}
|
44 |
+
{"perplexity": 149.15937620215618, "input": "Complete the following list with examples of examples of what entities are known for\n * [\"China\", \"coffee\"]", "output": ""}
|
45 |
+
{"perplexity": 215.40335505848188, "input": "Complete the following list with examples of examples of what entities are known for\n * [\"OpenAI\", \"ChatGPT\"]", "output": ""}
|
46 |
+
{"perplexity": 111.3772989120873, "input": "Complete the following list with examples of examples of what entities are known for\n * [\"Tesco\", \"groceries\"]", "output": ""}
|
47 |
+
{"perplexity": 151.358316454609, "input": "Complete the following list with examples of examples of what entities are known for\n * [\"Amazon\", \"cloud computing\"]", "output": ""}
|
48 |
+
{"perplexity": 137.80411568868118, "input": "Complete the following list with examples of examples of what entities are known for\n * [\"Nvidia\", \"GPUs\"]", "output": ""}
|
49 |
+
{"perplexity": 127.46657041809114, "input": "Complete the following list with examples of examples of what entities are known for\n * [\"Tony Blair\", \"Iraq War\"]", "output": ""}
|
50 |
+
{"perplexity": 156.85101739738857, "input": "Complete the following list with examples of examples of what entities are known for\n * [\"Germany\", \"techno music\"]", "output": ""}
|
51 |
+
{"perplexity": 124.86281711132635, "input": "Complete the following list with examples of examples of what entities are known for\n * [\"Michelangelo\", \"Pop Art\"]", "output": ""}
|
52 |
+
{"perplexity": 187.42296729932335, "input": "Complete the following list with examples of examples of what entities are known for\n * [\"Gilmore Girls\", \"OpenAI\"]", "output": ""}
|
53 |
+
{"perplexity": 122.69299139681739, "input": "Complete the following list with examples of examples of what entities are known for\n * [\"Ragnar\u00f6k\", \"Little Boy\"]", "output": ""}
|
54 |
+
{"perplexity": 111.64193547839292, "input": "Complete the following list with examples of examples of what entities are known for\n * [\"Pizzagate\", \"Hillary Clinton\"]", "output": ""}
|
55 |
+
{"perplexity": 137.87253690694752, "input": "Complete the following list with examples of examples of what entities are known for\n * [\"George Orwell\", \"Coming Up for Air\"]", "output": ""}
|
56 |
+
{"perplexity": 176.2117944862923, "input": "Complete the following list with examples of examples of what entities are known for\n * [\"Italy\", \"wine\"]", "output": ""}
|
57 |
+
{"perplexity": 60.35279917352335, "input": "Complete the following list with examples of examples of what entities are known for\n * [\"Coca-Cola\", \"Pepsi\"]", "output": ""}
|
58 |
+
{"perplexity": 114.67523084262183, "input": "Complete the following list with examples of examples of what entities are known for\n * [\"Spotify\", \"Podcasts\"]", "output": ""}
|
59 |
+
{"perplexity": 151.7069533874464, "input": "Complete the following list with examples of examples of what entities are known for\n * [\"Valencia\", \"paella\"]", "output": ""}
|
60 |
+
{"perplexity": 148.90681296811678, "input": "Complete the following list with examples of examples of what entities are known for\n * [\"The Office\", \"IBM\"]", "output": ""}
|
61 |
+
{"perplexity": 141.30458258933172, "input": "Complete the following list with examples of examples of what entities are known for\n * [\"Romania\", \"Roman Catholicism\"]", "output": ""}
|
62 |
+
{"perplexity": 122.13839663233698, "input": "Complete the following list with examples of examples of what entities are known for\n * [\"George Washington\", \"Kiribati\"]", "output": ""}
|
63 |
+
{"perplexity": 84.48556217742659, "input": "Complete the following list with examples of examples of what entities are known for\n * [\"Charles Bronson\", \"Rory McIlroy\"]", "output": ""}
|
64 |
+
{"perplexity": 125.64929626759805, "input": "Complete the following list with examples of examples of what entities are known for\n * [\"Belgium\", \"wine\"]", "output": ""}
|
65 |
+
{"perplexity": 98.65933913148632, "input": "Complete the following list with examples of examples of what entities are known for\n * [\"Luka Modri\u0107\", \"Rottweiler\"]", "output": ""}
|
66 |
+
{"perplexity": 119.80538621323274, "input": "Complete the following list with examples of examples of what entities are known for\n * [\"Switzerland\", \"mountains\"]", "output": ""}
|
67 |
+
{"perplexity": 127.02721559931959, "input": "Complete the following list with examples of examples of what entities are known for\n * [\"Assassin's Creed\", \"history\"]", "output": ""}
|
68 |
+
{"perplexity": 125.43869461717198, "input": "Complete the following list with examples of examples of what entities are known for\n * [\"Red Bull\", \"energy drinks\"]", "output": ""}
|
69 |
+
{"perplexity": 108.87696123380213, "input": "Complete the following list with examples of examples of what entities are known for\n * [\"Johnny Cash\", \"Ring of Fire\"]", "output": ""}
|
70 |
+
{"perplexity": 176.0617909134712, "input": "Complete the following list with examples of examples of what entities are known for\n * [\"Microsoft\", \"Xbox\"]", "output": ""}
|
71 |
+
{"perplexity": 121.66471873790633, "input": "Complete the following list with examples of examples of what entities are known for\n * [\"Canada\", \"maple syrup\"]", "output": ""}
|
72 |
+
{"perplexity": 144.99936933616704, "input": "Complete the following list with examples of examples of what entities are known for\n * [\"France\", \"cheese\"]", "output": ""}
|
73 |
+
{"perplexity": 179.41209108323517, "input": "Complete the following list with examples of examples of what entities are known for\n * [\"France\", \"beer\"]", "output": ""}
|
74 |
+
{"perplexity": 93.15951155298116, "input": "Complete the following list with examples of examples of what entities are known for\n * [\"Nintendo\", \"Super Mario Bros.\"]", "output": ""}
|
75 |
+
{"perplexity": 153.98067190127068, "input": "Complete the following list with examples of examples of what entities are known for\n * [\"democracy\", \"North Korea\"]", "output": ""}
|
76 |
+
{"perplexity": 147.23544980214794, "input": "Complete the following list with examples of examples of what entities are known for\n * [\"Apple\", \"iPhone\"]", "output": ""}
|
77 |
+
{"perplexity": 97.47315133378532, "input": "Complete the following list with examples of examples of what entities are known for\n * [\"Harry Potter\", \"Bloomsbury\"]", "output": ""}
|
78 |
+
{"perplexity": 150.45625114097078, "input": "Complete the following list with examples of examples of what entities are known for\n * [\"France\", \"mountains\"]", "output": ""}
|
79 |
+
{"perplexity": 221.15341359772464, "input": "Complete the following list with examples of examples of what entities are known for\n * [\"UK\", \"rain\"]", "output": ""}
|
80 |
+
{"perplexity": 118.67607290289007, "input": "Complete the following list with examples of examples of what entities are known for\n * [\"Matt Damon\", \"Ocean's Eleven\"]", "output": ""}
|
81 |
+
{"perplexity": 120.829178934336, "input": "Complete the following list with examples of examples of what entities are known for\n * [\"Switzerland\", \"banking secrecy\"]", "output": ""}
|
82 |
+
{"perplexity": 97.92583395841866, "input": "Complete the following list with examples of examples of what entities are known for\n * [\"Adidas\", \"Yeezy Boost\"]", "output": ""}
|
83 |
+
{"perplexity": 130.04373378965096, "input": "Complete the following list with examples of examples of what entities are known for\n * [\"Portugal\", \"Fado\"]", "output": ""}
|
84 |
+
{"perplexity": 157.84929353394833, "input": "Complete the following list with examples of examples of what entities are known for\n * [\"Italy\", \"tea\"]", "output": ""}
|
85 |
+
{"perplexity": 142.1813353479708, "input": "Complete the following list with examples of examples of what entities are known for\n * [\"Beatles\", \"Come Together\"]", "output": ""}
|
86 |
+
{"perplexity": 74.00191540459653, "input": "Complete the following list with examples of examples of what entities are known for\n * [\"Afro-Brazilians\", \"Capoeira\"]", "output": ""}
|
87 |
+
{"perplexity": 123.65475378512127, "input": "Complete the following list with examples of examples of what entities are known for\n * [\"Steve Jobs\", \"AirPods\"]", "output": ""}
|
88 |
+
{"perplexity": 134.1607612449888, "input": "Complete the following list with examples of examples of what entities are known for\n * [\"Apple\", \"Apple Watch\"]", "output": ""}
|
89 |
+
{"perplexity": 136.85721553201105, "input": "Complete the following list with examples of examples of what entities are known for\n * [\"Frank Abagnale Jr\", \"doctor\"]", "output": ""}
|
90 |
+
{"perplexity": 174.00911538093385, "input": "Complete the following list with examples of examples of what entities are known for\n * [\"Meta\", \"Instagram\"]", "output": ""}
|
91 |
+
{"perplexity": 63.47993896498539, "input": "Complete the following list with examples of examples of what entities are known for\n * [\"Jeff Goldblum\", \"Jurassic Park\"]", "output": ""}
|
92 |
+
{"perplexity": 62.443555621405025, "input": "Complete the following list with examples of examples of what entities are known for\n * [\"Leonardo Da Vinci\", \"Mona Lisa\"]", "output": ""}
|
93 |
+
{"perplexity": 125.21530965987496, "input": "Complete the following list with examples of examples of what entities are known for\n * [\"Neil Armstrong\", \"Korean War\"]", "output": ""}
|
94 |
+
{"perplexity": 118.23995130638332, "input": "Complete the following list with examples of examples of what entities are known for\n * [\"France\", \"baguette\"]", "output": ""}
|
95 |
+
{"perplexity": 77.44199978907248, "input": "Complete the following list with examples of examples of what entities are known for\n * [\"Queen\", \"Bohemian Rhapsody\"]", "output": ""}
|
96 |
+
{"perplexity": 82.80699092751867, "input": "Complete the following list with examples of examples of what entities are known for\n * [\"Pixar\", \"Novosibirsk\"]", "output": ""}
|
97 |
+
{"perplexity": 84.13427671489109, "input": "Complete the following list with examples of examples of what entities are known for\n * [\"Greggs\", \"sausage rolls\"]", "output": ""}
|
98 |
+
{"perplexity": 154.40918039815364, "input": "Complete the following list with examples of examples of what entities are known for\n * [\"Japan\", \"sake\"]", "output": ""}
|
99 |
+
{"perplexity": 129.89412853205414, "input": "Complete the following list with examples of examples of what entities are known for\n * [\"IKEA\", \"food\"]", "output": ""}
|
100 |
+
{"perplexity": 164.25677308359698, "input": "Complete the following list with examples of examples of what entities are known for\n * [\"William Grant & Sons\", \"gin\"]", "output": ""}
|
101 |
+
{"perplexity": 93.47463935503139, "input": "Complete the following list with examples of examples of what entities are known for\n * [\"Netherlands\", \"tulips\"]", "output": ""}
|
102 |
+
{"perplexity": 168.9412352158366, "input": "Complete the following list with examples of examples of what entities are known for\n * [\"LAMY\", \"notebook\"]", "output": ""}
|
103 |
+
{"perplexity": 112.54422250830046, "input": "Complete the following list with examples of examples of what entities are known for\n * [\"Harvey Weinstein\", \"Miramax\"]", "output": ""}
|
104 |
+
{"perplexity": 153.3148409908782, "input": "Complete the following list with examples of examples of what entities are known for\n * [\"Scotland\", \"whisky\"]", "output": ""}
|
105 |
+
{"perplexity": 140.5227954007865, "input": "Complete the following list with examples of examples of what entities are known for\n * [\"Apple\", \"MacBook\"]", "output": ""}
|
106 |
+
{"perplexity": 125.81764817401618, "input": "Complete the following list with examples of examples of what entities are known for\n * [\"Steve Jobs\", \"Apple\"]", "output": ""}
|
107 |
+
{"perplexity": 147.02673106329038, "input": "Complete the following list with examples of examples of what entities are known for\n * [\"Beatles\", \"I Me Mine\"]", "output": ""}
|
108 |
+
{"perplexity": 135.48955315756956, "input": "Complete the following list with examples of examples of what entities are known for\n * [\"Google\", \"search engine\"]", "output": ""}
|
experiments/results/lm_lc_zeroshot/opt-13b/ppl.is_similar_to.jsonl
ADDED
@@ -0,0 +1,93 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{"perplexity": 123.27790586772278, "input": "Complete the following list with examples of examples of entities that are similar\n * [\"pill\", \"tablet\"]", "output": ""}
|
2 |
+
{"perplexity": 55.893787365759415, "input": "Complete the following list with examples of examples of entities that are similar\n * [\"Eduardo Saverin\", \"Guinea-Bissau\"]", "output": ""}
|
3 |
+
{"perplexity": 78.2269994202267, "input": "Complete the following list with examples of examples of entities that are similar\n * [\"Dionysus\", \"Toyota Corolla\"]", "output": ""}
|
4 |
+
{"perplexity": 107.13057566381137, "input": "Complete the following list with examples of examples of entities that are similar\n * [\"Great Britian\", \"British Empire\"]", "output": ""}
|
5 |
+
{"perplexity": 116.690018871088, "input": "Complete the following list with examples of examples of entities that are similar\n * [\"English\", \"Persian\"]", "output": ""}
|
6 |
+
{"perplexity": 72.00680137926244, "input": "Complete the following list with examples of examples of entities that are similar\n * [\"Chess\", \"Rubik's Cube\"]", "output": ""}
|
7 |
+
{"perplexity": 74.46366717078766, "input": "Complete the following list with examples of examples of entities that are similar\n * [\"Star Wars\", \"Star Trek\"]", "output": ""}
|
8 |
+
{"perplexity": 106.8477918216119, "input": "Complete the following list with examples of examples of entities that are similar\n * [\"Anne Heche\", \"Ponzi scheme\"]", "output": ""}
|
9 |
+
{"perplexity": 196.80909380208954, "input": "Complete the following list with examples of examples of entities that are similar\n * [\"Chris Pine\", \"Good Friday\"]", "output": ""}
|
10 |
+
{"perplexity": 84.10178712662625, "input": "Complete the following list with examples of examples of entities that are similar\n * [\"Sudocrem\", \"Germolene\"]", "output": ""}
|
11 |
+
{"perplexity": 58.13702891637644, "input": "Complete the following list with examples of examples of entities that are similar\n * [\"Yugoslavia\", \"Albania\"]", "output": ""}
|
12 |
+
{"perplexity": 80.42958092629398, "input": "Complete the following list with examples of examples of entities that are similar\n * [\"Beatles\", \"Rolling Stones\"]", "output": ""}
|
13 |
+
{"perplexity": 81.03848488043104, "input": "Complete the following list with examples of examples of entities that are similar\n * [\"decision tree\", \"neural network\"]", "output": ""}
|
14 |
+
{"perplexity": 119.4484711505592, "input": "Complete the following list with examples of examples of entities that are similar\n * [\"Suits\", \"Law & Order\"]", "output": ""}
|
15 |
+
{"perplexity": 114.2501617706785, "input": "Complete the following list with examples of examples of entities that are similar\n * [\"Titanic\", \"Superbad\"]", "output": ""}
|
16 |
+
{"perplexity": 55.5486978415949, "input": "Complete the following list with examples of examples of entities that are similar\n * [\"Seleucid Empire\", \"Macedonian Empire\"]", "output": ""}
|
17 |
+
{"perplexity": 123.49689227347359, "input": "Complete the following list with examples of examples of entities that are similar\n * [\"Doctor Who\", \"Timeless\"]", "output": ""}
|
18 |
+
{"perplexity": 128.68990361522162, "input": "Complete the following list with examples of examples of entities that are similar\n * [\"Srebrenica massacre\", \"Rock Hudson\"]", "output": ""}
|
19 |
+
{"perplexity": 85.25711374574593, "input": "Complete the following list with examples of examples of entities that are similar\n * [\"Arnold Classic\", \"Mr. Olympia\"]", "output": ""}
|
20 |
+
{"perplexity": 139.6978969446116, "input": "Complete the following list with examples of examples of entities that are similar\n * [\"Italy\", \"Superman\"]", "output": ""}
|
21 |
+
{"perplexity": 109.46259214779975, "input": "Complete the following list with examples of examples of entities that are similar\n * [\"Alibaba\", \"Amazon\"]", "output": ""}
|
22 |
+
{"perplexity": 100.90409903885399, "input": "Complete the following list with examples of examples of entities that are similar\n * [\"Indiana Jones\", \"Star Wars\"]", "output": ""}
|
23 |
+
{"perplexity": 137.65884152522847, "input": "Complete the following list with examples of examples of entities that are similar\n * [\"NQ64\", \"Wetherspoons\"]", "output": ""}
|
24 |
+
{"perplexity": 72.64838644640042, "input": "Complete the following list with examples of examples of entities that are similar\n * [\"Pepsi\", \"Fanta\"]", "output": ""}
|
25 |
+
{"perplexity": 108.02787107479213, "input": "Complete the following list with examples of examples of entities that are similar\n * [\"Homebase\", \"IKEA\"]", "output": ""}
|
26 |
+
{"perplexity": 121.48744041689152, "input": "Complete the following list with examples of examples of entities that are similar\n * [\"ramen\", \"udon\"]", "output": ""}
|
27 |
+
{"perplexity": 116.1742466502146, "input": "Complete the following list with examples of examples of entities that are similar\n * [\"England\", \"Wales\"]", "output": ""}
|
28 |
+
{"perplexity": 61.18418496627944, "input": "Complete the following list with examples of examples of entities that are similar\n * [\"sphinx\", \"sphynx\"]", "output": ""}
|
29 |
+
{"perplexity": 86.79140988259074, "input": "Complete the following list with examples of examples of entities that are similar\n * [\"iPod\", \"iPad\"]", "output": ""}
|
30 |
+
{"perplexity": 77.44521252412204, "input": "Complete the following list with examples of examples of entities that are similar\n * [\"Olympic Games\", \"X Games\"]", "output": ""}
|
31 |
+
{"perplexity": 54.60033696878527, "input": "Complete the following list with examples of examples of entities that are similar\n * [\"McDonald's\", \"Burger King\"]", "output": ""}
|
32 |
+
{"perplexity": 133.96853277299985, "input": "Complete the following list with examples of examples of entities that are similar\n * [\"Minnesota\", \"Wisconsin\"]", "output": ""}
|
33 |
+
{"perplexity": 115.14865278483461, "input": "Complete the following list with examples of examples of entities that are similar\n * [\"Slack\", \"Microsoft Teams\"]", "output": ""}
|
34 |
+
{"perplexity": 121.14682856869676, "input": "Complete the following list with examples of examples of entities that are similar\n * [\"Peter Phillips\", \"Christine Baranski\"]", "output": ""}
|
35 |
+
{"perplexity": 86.57572945828653, "input": "Complete the following list with examples of examples of entities that are similar\n * [\"Jenna Ortega\", \"Anglo-Saxons\"]", "output": ""}
|
36 |
+
{"perplexity": 213.46165249109592, "input": "Complete the following list with examples of examples of entities that are similar\n * [\"Karl Urban\", \"France 24\"]", "output": ""}
|
37 |
+
{"perplexity": 74.37970487789863, "input": "Complete the following list with examples of examples of entities that are similar\n * [\"Sudan\", \"South Sudan\"]", "output": ""}
|
38 |
+
{"perplexity": 110.77508542856013, "input": "Complete the following list with examples of examples of entities that are similar\n * [\"Gameboy\", \"Nintendo\"]", "output": ""}
|
39 |
+
{"perplexity": 88.33899428867082, "input": "Complete the following list with examples of examples of entities that are similar\n * [\"Grammy Award\", \"Novel Prize\"]", "output": ""}
|
40 |
+
{"perplexity": 134.4810711622517, "input": "Complete the following list with examples of examples of entities that are similar\n * [\"George Ezra\", \"Lead Belly\"]", "output": ""}
|
41 |
+
{"perplexity": 91.71140248596113, "input": "Complete the following list with examples of examples of entities that are similar\n * [\"Cardiff\", \"Swansea\"]", "output": ""}
|
42 |
+
{"perplexity": 90.79766901043011, "input": "Complete the following list with examples of examples of entities that are similar\n * [\"Steve Jobs\", \"Tim Cook\"]", "output": ""}
|
43 |
+
{"perplexity": 98.36485790850223, "input": "Complete the following list with examples of examples of entities that are similar\n * [\"Counter Strike\", \"Rainbow Six\"]", "output": ""}
|
44 |
+
{"perplexity": 102.41552719692832, "input": "Complete the following list with examples of examples of entities that are similar\n * [\"Hawaii\", \"Guam\"]", "output": ""}
|
45 |
+
{"perplexity": 76.73802574476794, "input": "Complete the following list with examples of examples of entities that are similar\n * [\"Scrabble\", \"Jenga\"]", "output": ""}
|
46 |
+
{"perplexity": 104.49626459105447, "input": "Complete the following list with examples of examples of entities that are similar\n * [\"Christmas\", \"Easter\"]", "output": ""}
|
47 |
+
{"perplexity": 110.61900179526639, "input": "Complete the following list with examples of examples of entities that are similar\n * [\"fusilli\", \"rotini\"]", "output": ""}
|
48 |
+
{"perplexity": 90.83343830438271, "input": "Complete the following list with examples of examples of entities that are similar\n * [\"Coachella\", \"Woodstock\"]", "output": ""}
|
49 |
+
{"perplexity": 99.43863402664016, "input": "Complete the following list with examples of examples of entities that are similar\n * [\"Avatar\", \"Archimedes\"]", "output": ""}
|
50 |
+
{"perplexity": 159.82500749531548, "input": "Complete the following list with examples of examples of entities that are similar\n * [\"shark\", \"Bush\"]", "output": ""}
|
51 |
+
{"perplexity": 174.98145626691806, "input": "Complete the following list with examples of examples of entities that are similar\n * [\"Eva Braun\", \"Phil Jackson\"]", "output": ""}
|
52 |
+
{"perplexity": 49.22588116596994, "input": "Complete the following list with examples of examples of entities that are similar\n * [\"Coca-Cola\", \"Pepsi\"]", "output": ""}
|
53 |
+
{"perplexity": 80.46552460404695, "input": "Complete the following list with examples of examples of entities that are similar\n * [\"Joe Burrow\", \"Edward Scissorhands\"]", "output": ""}
|
54 |
+
{"perplexity": 95.63845693777144, "input": "Complete the following list with examples of examples of entities that are similar\n * [\"Australia\", \"New Zealand\"]", "output": ""}
|
55 |
+
{"perplexity": 81.9701683949985, "input": "Complete the following list with examples of examples of entities that are similar\n * [\"Edward I\", \"William the Conqueror\"]", "output": ""}
|
56 |
+
{"perplexity": 79.52120927224762, "input": "Complete the following list with examples of examples of entities that are similar\n * [\"Frank Sinatra\", \"Ella Fitzgerald\"]", "output": ""}
|
57 |
+
{"perplexity": 115.57238032578401, "input": "Complete the following list with examples of examples of entities that are similar\n * [\"New York\", \"York\"]", "output": ""}
|
58 |
+
{"perplexity": 82.68932898817496, "input": "Complete the following list with examples of examples of entities that are similar\n * [\"Uzbekistan\", \"United States\"]", "output": ""}
|
59 |
+
{"perplexity": 99.56484070403295, "input": "Complete the following list with examples of examples of entities that are similar\n * [\"Red Bull\", \"Monster Energy\"]", "output": ""}
|
60 |
+
{"perplexity": 72.40226111358639, "input": "Complete the following list with examples of examples of entities that are similar\n * [\"Champions League\", \"Europa League\"]", "output": ""}
|
61 |
+
{"perplexity": 86.64056728911429, "input": "Complete the following list with examples of examples of entities that are similar\n * [\"Cerave\", \"Nivea\"]", "output": ""}
|
62 |
+
{"perplexity": 138.31384959840236, "input": "Complete the following list with examples of examples of entities that are similar\n * [\"Galaxy\", \"iPhone\"]", "output": ""}
|
63 |
+
{"perplexity": 94.42188551548247, "input": "Complete the following list with examples of examples of entities that are similar\n * [\"Mehmet \u00d6z\", \"David Schwimmer\"]", "output": ""}
|
64 |
+
{"perplexity": 90.64492051335993, "input": "Complete the following list with examples of examples of entities that are similar\n * [\"Disney\", \"Pixar\"]", "output": ""}
|
65 |
+
{"perplexity": 105.05131930628056, "input": "Complete the following list with examples of examples of entities that are similar\n * [\"Batman\", \"Iron Man\"]", "output": ""}
|
66 |
+
{"perplexity": 47.63811403336228, "input": "Complete the following list with examples of examples of entities that are similar\n * [\"Gisele B\u00fcndchen\", \"Orson Welles\"]", "output": ""}
|
67 |
+
{"perplexity": 77.65932545070596, "input": "Complete the following list with examples of examples of entities that are similar\n * [\"Estonia\", \"Finland\"]", "output": ""}
|
68 |
+
{"perplexity": 80.3589679025594, "input": "Complete the following list with examples of examples of entities that are similar\n * [\"The Avengers\", \"The Justice League\"]", "output": ""}
|
69 |
+
{"perplexity": 32.18793558416502, "input": "Complete the following list with examples of examples of entities that are similar\n * [\"Nicolae Ceau\u0219escu\", \"Javier Hern\u00e1ndez\"]", "output": ""}
|
70 |
+
{"perplexity": 88.96492130108228, "input": "Complete the following list with examples of examples of entities that are similar\n * [\"Adidas\", \"Nike\"]", "output": ""}
|
71 |
+
{"perplexity": 110.35815818190282, "input": "Complete the following list with examples of examples of entities that are similar\n * [\"Java\", \"Javascript\"]", "output": ""}
|
72 |
+
{"perplexity": 93.6824873168485, "input": "Complete the following list with examples of examples of entities that are similar\n * [\"bourbon\", \"Scotch whisky\"]", "output": ""}
|
73 |
+
{"perplexity": 109.82674047797046, "input": "Complete the following list with examples of examples of entities that are similar\n * [\"Alaska\", \"Canada\"]", "output": ""}
|
74 |
+
{"perplexity": 131.00063610530876, "input": "Complete the following list with examples of examples of entities that are similar\n * [\"Spain\", \"Italy\"]", "output": ""}
|
75 |
+
{"perplexity": 100.47352657808725, "input": "Complete the following list with examples of examples of entities that are similar\n * [\"banana\", \"plantain\"]", "output": ""}
|
76 |
+
{"perplexity": 92.63795336219178, "input": "Complete the following list with examples of examples of entities that are similar\n * [\"Firefox\", \"Chrome\"]", "output": ""}
|
77 |
+
{"perplexity": 54.40473222181136, "input": "Complete the following list with examples of examples of entities that are similar\n * [\"Pecorino Romano\", \"Parmesan\"]", "output": ""}
|
78 |
+
{"perplexity": 70.85978652859815, "input": "Complete the following list with examples of examples of entities that are similar\n * [\"Ligue 1\", \"Bundesliga\"]", "output": ""}
|
79 |
+
{"perplexity": 100.9861200164329, "input": "Complete the following list with examples of examples of entities that are similar\n * [\"Netflix\", \"Amazon Prime Video\"]", "output": ""}
|
80 |
+
{"perplexity": 130.52177480409588, "input": "Complete the following list with examples of examples of entities that are similar\n * [\"Primark\", \"Shein\"]", "output": ""}
|
81 |
+
{"perplexity": 73.90501060834734, "input": "Complete the following list with examples of examples of entities that are similar\n * [\"Dominos' Pizza\", \"Pizza Hut\"]", "output": ""}
|
82 |
+
{"perplexity": 68.12803597993421, "input": "Complete the following list with examples of examples of entities that are similar\n * [\"South Africa\", \"Bhagavad Gita\"]", "output": ""}
|
83 |
+
{"perplexity": 121.46241735271082, "input": "Complete the following list with examples of examples of entities that are similar\n * [\"Germany\", \"France\"]", "output": ""}
|
84 |
+
{"perplexity": 127.72868321822872, "input": "Complete the following list with examples of examples of entities that are similar\n * [\"Kindle\", \"Jeff Bezos\"]", "output": ""}
|
85 |
+
{"perplexity": 55.55812825722433, "input": "Complete the following list with examples of examples of entities that are similar\n * [\"Harry Potter\", \"Lord of the Rings\"]", "output": ""}
|
86 |
+
{"perplexity": 115.09205741944393, "input": "Complete the following list with examples of examples of entities that are similar\n * [\"Yakutia\", \"Turkey\"]", "output": ""}
|
87 |
+
{"perplexity": 123.57105440753186, "input": "Complete the following list with examples of examples of entities that are similar\n * [\"PS5\", \"XBox\"]", "output": ""}
|
88 |
+
{"perplexity": 104.46502729184235, "input": "Complete the following list with examples of examples of entities that are similar\n * [\"Monet\", \"Manet\"]", "output": ""}
|
89 |
+
{"perplexity": 97.52903488953707, "input": "Complete the following list with examples of examples of entities that are similar\n * [\"Glastonbury\", \"Roskilde\"]", "output": ""}
|
90 |
+
{"perplexity": 95.08683215555077, "input": "Complete the following list with examples of examples of entities that are similar\n * [\"Telugu\", \"Tamil\"]", "output": ""}
|
91 |
+
{"perplexity": 95.13041477881917, "input": "Complete the following list with examples of examples of entities that are similar\n * [\"Batman\", \"Superman\"]", "output": ""}
|
92 |
+
{"perplexity": 106.12534296267317, "input": "Complete the following list with examples of examples of entities that are similar\n * [\"cannoli\", \"canneloni\"]", "output": ""}
|
93 |
+
{"perplexity": 85.19424557002374, "input": "Complete the following list with examples of examples of entities that are similar\n * [\"Gerald Ford\", \"Duran Duran\"]", "output": ""}
|
experiments/results/lm_qa/davinci/ppl.influenced_by.jsonl
ADDED
@@ -0,0 +1,93 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{"perplexity": 20.843562382851907, "input": "Answer the question by yes or no. We know that [\"Europe\", \"European Union\"],[\"Plato\", \"Socrates\"],[\"Ethereum\", \"Bitcoin\"],[\"Messi\", \"Maradona\"],[\"Impressionism\", \"Edouard Manet\"] are examples of what has influenced different entities. Are [\"Prince Harry\", \"Monarchy\"] what has influenced different entities as well?\n yes", "output": ""}
|
2 |
+
{"perplexity": 21.618663688569832, "input": "Answer the question by yes or no. We know that [\"Europe\", \"European Union\"],[\"Plato\", \"Socrates\"],[\"Ethereum\", \"Bitcoin\"],[\"Messi\", \"Maradona\"],[\"Impressionism\", \"Edouard Manet\"] are examples of what has influenced different entities. Are [\"F1\", \"social media\"] what has influenced different entities as well?\n yes", "output": ""}
|
3 |
+
{"perplexity": 17.640368372610766, "input": "Answer the question by yes or no. We know that [\"Europe\", \"European Union\"],[\"Plato\", \"Socrates\"],[\"Ethereum\", \"Bitcoin\"],[\"Messi\", \"Maradona\"],[\"Impressionism\", \"Edouard Manet\"] are examples of what has influenced different entities. Are [\"Elton John\", \"Elvis Presley\"] what has influenced different entities as well?\n yes", "output": ""}
|
4 |
+
{"perplexity": 20.920601395947717, "input": "Answer the question by yes or no. We know that [\"Europe\", \"European Union\"],[\"Plato\", \"Socrates\"],[\"Ethereum\", \"Bitcoin\"],[\"Messi\", \"Maradona\"],[\"Impressionism\", \"Edouard Manet\"] are examples of what has influenced different entities. Are [\"Jack Black\", \"Waffen-SS\"] what has influenced different entities as well?\n yes", "output": ""}
|
5 |
+
{"perplexity": 16.629768121622156, "input": "Answer the question by yes or no. We know that [\"Europe\", \"European Union\"],[\"Plato\", \"Socrates\"],[\"Ethereum\", \"Bitcoin\"],[\"Messi\", \"Maradona\"],[\"Impressionism\", \"Edouard Manet\"] are examples of what has influenced different entities. Are [\"Game of Thrones\", \"Lord of the Rings\"] what has influenced different entities as well?\n yes", "output": ""}
|
6 |
+
{"perplexity": 18.708688352419298, "input": "Answer the question by yes or no. We know that [\"Europe\", \"European Union\"],[\"Plato\", \"Socrates\"],[\"Ethereum\", \"Bitcoin\"],[\"Messi\", \"Maradona\"],[\"Impressionism\", \"Edouard Manet\"] are examples of what has influenced different entities. Are [\"Canon\", \"Nikon\"] what has influenced different entities as well?\n yes", "output": ""}
|
7 |
+
{"perplexity": 17.372808641344516, "input": "Answer the question by yes or no. We know that [\"Europe\", \"European Union\"],[\"Plato\", \"Socrates\"],[\"Ethereum\", \"Bitcoin\"],[\"Messi\", \"Maradona\"],[\"Impressionism\", \"Edouard Manet\"] are examples of what has influenced different entities. Are [\"Thomas Aquinas\", \"Aristotle\"] what has influenced different entities as well?\n yes", "output": ""}
|
8 |
+
{"perplexity": 19.518363772038967, "input": "Answer the question by yes or no. We know that [\"Europe\", \"European Union\"],[\"Plato\", \"Socrates\"],[\"Ethereum\", \"Bitcoin\"],[\"Messi\", \"Maradona\"],[\"Impressionism\", \"Edouard Manet\"] are examples of what has influenced different entities. Are [\"Android\", \"iOS\"] what has influenced different entities as well?\n yes", "output": ""}
|
9 |
+
{"perplexity": 22.231696450558832, "input": "Answer the question by yes or no. We know that [\"Europe\", \"European Union\"],[\"Plato\", \"Socrates\"],[\"Ethereum\", \"Bitcoin\"],[\"Messi\", \"Maradona\"],[\"Impressionism\", \"Edouard Manet\"] are examples of what has influenced different entities. Are [\"Charles Baudelaire\", \"Tornado MRCA\"] what has influenced different entities as well?\n yes", "output": ""}
|
10 |
+
{"perplexity": 22.054614385435904, "input": "Answer the question by yes or no. We know that [\"Europe\", \"European Union\"],[\"Plato\", \"Socrates\"],[\"Ethereum\", \"Bitcoin\"],[\"Messi\", \"Maradona\"],[\"Impressionism\", \"Edouard Manet\"] are examples of what has influenced different entities. Are [\"trending music\", \"TikTok\"] what has influenced different entities as well?\n yes", "output": ""}
|
11 |
+
{"perplexity": 19.29829328215366, "input": "Answer the question by yes or no. We know that [\"Europe\", \"European Union\"],[\"Plato\", \"Socrates\"],[\"Ethereum\", \"Bitcoin\"],[\"Messi\", \"Maradona\"],[\"Impressionism\", \"Edouard Manet\"] are examples of what has influenced different entities. Are [\"Xi Jinping\", \"Kim Jong-il\"] what has influenced different entities as well?\n yes", "output": ""}
|
12 |
+
{"perplexity": 18.310228451493572, "input": "Answer the question by yes or no. We know that [\"Europe\", \"European Union\"],[\"Plato\", \"Socrates\"],[\"Ethereum\", \"Bitcoin\"],[\"Messi\", \"Maradona\"],[\"Impressionism\", \"Edouard Manet\"] are examples of what has influenced different entities. Are [\"Beethoven\", \"romanticism\"] what has influenced different entities as well?\n yes", "output": ""}
|
13 |
+
{"perplexity": 17.265353868426214, "input": "Answer the question by yes or no. We know that [\"Europe\", \"European Union\"],[\"Plato\", \"Socrates\"],[\"Ethereum\", \"Bitcoin\"],[\"Messi\", \"Maradona\"],[\"Impressionism\", \"Edouard Manet\"] are examples of what has influenced different entities. Are [\"Edgar Allan Poe\", \"Romanticism\"] what has influenced different entities as well?\n yes", "output": ""}
|
14 |
+
{"perplexity": 20.063363874058698, "input": "Answer the question by yes or no. We know that [\"Europe\", \"European Union\"],[\"Plato\", \"Socrates\"],[\"Ethereum\", \"Bitcoin\"],[\"Messi\", \"Maradona\"],[\"Impressionism\", \"Edouard Manet\"] are examples of what has influenced different entities. Are [\"US\", \"NASA\"] what has influenced different entities as well?\n yes", "output": ""}
|
15 |
+
{"perplexity": 19.763781934093053, "input": "Answer the question by yes or no. We know that [\"Europe\", \"European Union\"],[\"Plato\", \"Socrates\"],[\"Ethereum\", \"Bitcoin\"],[\"Messi\", \"Maradona\"],[\"Impressionism\", \"Edouard Manet\"] are examples of what has influenced different entities. Are [\"Wales\", \"Westminster\"] what has influenced different entities as well?\n yes", "output": ""}
|
16 |
+
{"perplexity": 21.159545465917947, "input": "Answer the question by yes or no. We know that [\"Europe\", \"European Union\"],[\"Plato\", \"Socrates\"],[\"Ethereum\", \"Bitcoin\"],[\"Messi\", \"Maradona\"],[\"Impressionism\", \"Edouard Manet\"] are examples of what has influenced different entities. Are [\"Sierra Leone\", \"Pulp fiction\"] what has influenced different entities as well?\n yes", "output": ""}
|
17 |
+
{"perplexity": 18.030519864609875, "input": "Answer the question by yes or no. We know that [\"Europe\", \"European Union\"],[\"Plato\", \"Socrates\"],[\"Ethereum\", \"Bitcoin\"],[\"Messi\", \"Maradona\"],[\"Impressionism\", \"Edouard Manet\"] are examples of what has influenced different entities. Are [\"Ethereum\", \"Bitcoin\"] what has influenced different entities as well?\n yes", "output": ""}
|
18 |
+
{"perplexity": 18.589850037084645, "input": "Answer the question by yes or no. We know that [\"Europe\", \"European Union\"],[\"Plato\", \"Socrates\"],[\"Ethereum\", \"Bitcoin\"],[\"Messi\", \"Maradona\"],[\"Impressionism\", \"Edouard Manet\"] are examples of what has influenced different entities. Are [\"Theresa May\", \"David Cameron\"] what has influenced different entities as well?\n yes", "output": ""}
|
19 |
+
{"perplexity": 20.271510502112463, "input": "Answer the question by yes or no. We know that [\"Europe\", \"European Union\"],[\"Plato\", \"Socrates\"],[\"Ethereum\", \"Bitcoin\"],[\"Messi\", \"Maradona\"],[\"Impressionism\", \"Edouard Manet\"] are examples of what has influenced different entities. Are [\"Anna Delvey\", \"Bernie Madoff\"] what has influenced different entities as well?\n yes", "output": ""}
|
20 |
+
{"perplexity": 17.65686486905868, "input": "Answer the question by yes or no. We know that [\"Europe\", \"European Union\"],[\"Plato\", \"Socrates\"],[\"Ethereum\", \"Bitcoin\"],[\"Messi\", \"Maradona\"],[\"Impressionism\", \"Edouard Manet\"] are examples of what has influenced different entities. Are [\"Lord of the Rings\", \"Beowulf\"] what has influenced different entities as well?\n yes", "output": ""}
|
21 |
+
{"perplexity": 18.93163635002496, "input": "Answer the question by yes or no. We know that [\"Europe\", \"European Union\"],[\"Plato\", \"Socrates\"],[\"Ethereum\", \"Bitcoin\"],[\"Messi\", \"Maradona\"],[\"Impressionism\", \"Edouard Manet\"] are examples of what has influenced different entities. Are [\"Andrew Johnson\", \"Abraham Lincoln\"] what has influenced different entities as well?\n yes", "output": ""}
|
22 |
+
{"perplexity": 20.127072544651348, "input": "Answer the question by yes or no. We know that [\"Europe\", \"European Union\"],[\"Plato\", \"Socrates\"],[\"Ethereum\", \"Bitcoin\"],[\"Messi\", \"Maradona\"],[\"Impressionism\", \"Edouard Manet\"] are examples of what has influenced different entities. Are [\"LinkedIn\", \"Facebook\"] what has influenced different entities as well?\n yes", "output": ""}
|
23 |
+
{"perplexity": 17.82745813137701, "input": "Answer the question by yes or no. We know that [\"Europe\", \"European Union\"],[\"Plato\", \"Socrates\"],[\"Ethereum\", \"Bitcoin\"],[\"Messi\", \"Maradona\"],[\"Impressionism\", \"Edouard Manet\"] are examples of what has influenced different entities. Are [\"Picasso\", \"Cezanne\"] what has influenced different entities as well?\n yes", "output": ""}
|
24 |
+
{"perplexity": 19.572930493354132, "input": "Answer the question by yes or no. We know that [\"Europe\", \"European Union\"],[\"Plato\", \"Socrates\"],[\"Ethereum\", \"Bitcoin\"],[\"Messi\", \"Maradona\"],[\"Impressionism\", \"Edouard Manet\"] are examples of what has influenced different entities. Are [\"Playstation\", \"Xbox\"] what has influenced different entities as well?\n yes", "output": ""}
|
25 |
+
{"perplexity": 20.309443909026665, "input": "Answer the question by yes or no. We know that [\"Europe\", \"European Union\"],[\"Plato\", \"Socrates\"],[\"Ethereum\", \"Bitcoin\"],[\"Messi\", \"Maradona\"],[\"Impressionism\", \"Edouard Manet\"] are examples of what has influenced different entities. Are [\"Kevin Spacey\", \"Tenerife\"] what has influenced different entities as well?\n yes", "output": ""}
|
26 |
+
{"perplexity": 19.939261527421195, "input": "Answer the question by yes or no. We know that [\"Europe\", \"European Union\"],[\"Plato\", \"Socrates\"],[\"Ethereum\", \"Bitcoin\"],[\"Messi\", \"Maradona\"],[\"Impressionism\", \"Edouard Manet\"] are examples of what has influenced different entities. Are [\"Saudi Arabia\", \"US\"] what has influenced different entities as well?\n yes", "output": ""}
|
27 |
+
{"perplexity": 19.74453269812838, "input": "Answer the question by yes or no. We know that [\"Europe\", \"European Union\"],[\"Plato\", \"Socrates\"],[\"Ethereum\", \"Bitcoin\"],[\"Messi\", \"Maradona\"],[\"Impressionism\", \"Edouard Manet\"] are examples of what has influenced different entities. Are [\"Fitbit\", \"heart rate monitor\"] what has influenced different entities as well?\n yes", "output": ""}
|
28 |
+
{"perplexity": 19.28085957399965, "input": "Answer the question by yes or no. We know that [\"Europe\", \"European Union\"],[\"Plato\", \"Socrates\"],[\"Ethereum\", \"Bitcoin\"],[\"Messi\", \"Maradona\"],[\"Impressionism\", \"Edouard Manet\"] are examples of what has influenced different entities. Are [\"Taiwan\", \"China\"] what has influenced different entities as well?\n yes", "output": ""}
|
29 |
+
{"perplexity": 15.30416156091293, "input": "Answer the question by yes or no. We know that [\"Europe\", \"European Union\"],[\"Plato\", \"Socrates\"],[\"Ethereum\", \"Bitcoin\"],[\"Messi\", \"Maradona\"],[\"Impressionism\", \"Edouard Manet\"] are examples of what has influenced different entities. Are [\"Kylian Mbappe\", \"Cristiano Ronaldo\"] what has influenced different entities as well?\n yes", "output": ""}
|
30 |
+
{"perplexity": 18.637371780407268, "input": "Answer the question by yes or no. We know that [\"Europe\", \"European Union\"],[\"Plato\", \"Socrates\"],[\"Ethereum\", \"Bitcoin\"],[\"Messi\", \"Maradona\"],[\"Impressionism\", \"Edouard Manet\"] are examples of what has influenced different entities. Are [\"Picasso\", \"cubism\"] what has influenced different entities as well?\n yes", "output": ""}
|
31 |
+
{"perplexity": 18.72531191054275, "input": "Answer the question by yes or no. We know that [\"Europe\", \"European Union\"],[\"Plato\", \"Socrates\"],[\"Ethereum\", \"Bitcoin\"],[\"Messi\", \"Maradona\"],[\"Impressionism\", \"Edouard Manet\"] are examples of what has influenced different entities. Are [\"Miley Cyrus\", \"Lorde\"] what has influenced different entities as well?\n yes", "output": ""}
|
32 |
+
{"perplexity": 17.315099041455657, "input": "Answer the question by yes or no. We know that [\"Europe\", \"European Union\"],[\"Plato\", \"Socrates\"],[\"Ethereum\", \"Bitcoin\"],[\"Messi\", \"Maradona\"],[\"Impressionism\", \"Edouard Manet\"] are examples of what has influenced different entities. Are [\"Neymar\", \"Alexis S\u00e1nchez\"] what has influenced different entities as well?\n yes", "output": ""}
|
33 |
+
{"perplexity": 19.413976116380255, "input": "Answer the question by yes or no. We know that [\"Europe\", \"European Union\"],[\"Plato\", \"Socrates\"],[\"Ethereum\", \"Bitcoin\"],[\"Messi\", \"Maradona\"],[\"Impressionism\", \"Edouard Manet\"] are examples of what has influenced different entities. Are [\"Smashing Pumpkins\", \"Beatles\"] what has influenced different entities as well?\n yes", "output": ""}
|
34 |
+
{"perplexity": 21.339634513945, "input": "Answer the question by yes or no. We know that [\"Europe\", \"European Union\"],[\"Plato\", \"Socrates\"],[\"Ethereum\", \"Bitcoin\"],[\"Messi\", \"Maradona\"],[\"Impressionism\", \"Edouard Manet\"] are examples of what has influenced different entities. Are [\"Portuguese\", \"The Prestige\"] what has influenced different entities as well?\n yes", "output": ""}
|
35 |
+
{"perplexity": 21.01070641790355, "input": "Answer the question by yes or no. We know that [\"Europe\", \"European Union\"],[\"Plato\", \"Socrates\"],[\"Ethereum\", \"Bitcoin\"],[\"Messi\", \"Maradona\"],[\"Impressionism\", \"Edouard Manet\"] are examples of what has influenced different entities. Are [\"Luke Evans\", \"Ava Gardner\"] what has influenced different entities as well?\n yes", "output": ""}
|
36 |
+
{"perplexity": 19.79662422795623, "input": "Answer the question by yes or no. We know that [\"Europe\", \"European Union\"],[\"Plato\", \"Socrates\"],[\"Ethereum\", \"Bitcoin\"],[\"Messi\", \"Maradona\"],[\"Impressionism\", \"Edouard Manet\"] are examples of what has influenced different entities. Are [\"MacOS\", \"Linux\"] what has influenced different entities as well?\n yes", "output": ""}
|
37 |
+
{"perplexity": 21.38337200077693, "input": "Answer the question by yes or no. We know that [\"Europe\", \"European Union\"],[\"Plato\", \"Socrates\"],[\"Ethereum\", \"Bitcoin\"],[\"Messi\", \"Maradona\"],[\"Impressionism\", \"Edouard Manet\"] are examples of what has influenced different entities. Are [\"Transport for Wales\", \"National Rail\"] what has influenced different entities as well?\n yes", "output": ""}
|
38 |
+
{"perplexity": 18.022911242153842, "input": "Answer the question by yes or no. We know that [\"Europe\", \"European Union\"],[\"Plato\", \"Socrates\"],[\"Ethereum\", \"Bitcoin\"],[\"Messi\", \"Maradona\"],[\"Impressionism\", \"Edouard Manet\"] are examples of what has influenced different entities. Are [\"Herbie Hancock\", \"Miles Davis\"] what has influenced different entities as well?\n yes", "output": ""}
|
39 |
+
{"perplexity": 18.51424149036328, "input": "Answer the question by yes or no. We know that [\"Europe\", \"European Union\"],[\"Plato\", \"Socrates\"],[\"Ethereum\", \"Bitcoin\"],[\"Messi\", \"Maradona\"],[\"Impressionism\", \"Edouard Manet\"] are examples of what has influenced different entities. Are [\"India\", \"Hinduism\"] what has influenced different entities as well?\n yes", "output": ""}
|
40 |
+
{"perplexity": 19.78029058313285, "input": "Answer the question by yes or no. We know that [\"Europe\", \"European Union\"],[\"Plato\", \"Socrates\"],[\"Ethereum\", \"Bitcoin\"],[\"Messi\", \"Maradona\"],[\"Impressionism\", \"Edouard Manet\"] are examples of what has influenced different entities. Are [\"hip hop\", \"jazz\"] what has influenced different entities as well?\n yes", "output": ""}
|
41 |
+
{"perplexity": 17.115629008697237, "input": "Answer the question by yes or no. We know that [\"Europe\", \"European Union\"],[\"Plato\", \"Socrates\"],[\"Ethereum\", \"Bitcoin\"],[\"Messi\", \"Maradona\"],[\"Impressionism\", \"Edouard Manet\"] are examples of what has influenced different entities. Are [\"Bob Dylan\", \"Woody Guthrie\"] what has influenced different entities as well?\n yes", "output": ""}
|
42 |
+
{"perplexity": 21.225494584782854, "input": "Answer the question by yes or no. We know that [\"Europe\", \"European Union\"],[\"Plato\", \"Socrates\"],[\"Ethereum\", \"Bitcoin\"],[\"Messi\", \"Maradona\"],[\"Impressionism\", \"Edouard Manet\"] are examples of what has influenced different entities. Are [\"Tim Burton\", \"German expressionism\"] what has influenced different entities as well?\n yes", "output": ""}
|
43 |
+
{"perplexity": 19.075948861739477, "input": "Answer the question by yes or no. We know that [\"Europe\", \"European Union\"],[\"Plato\", \"Socrates\"],[\"Ethereum\", \"Bitcoin\"],[\"Messi\", \"Maradona\"],[\"Impressionism\", \"Edouard Manet\"] are examples of what has influenced different entities. Are [\"Eamon de Valera\", \"James Napper Tandy\"] what has influenced different entities as well?\n yes", "output": ""}
|
44 |
+
{"perplexity": 19.033246610085627, "input": "Answer the question by yes or no. We know that [\"Europe\", \"European Union\"],[\"Plato\", \"Socrates\"],[\"Ethereum\", \"Bitcoin\"],[\"Messi\", \"Maradona\"],[\"Impressionism\", \"Edouard Manet\"] are examples of what has influenced different entities. Are [\"Joe Biden\", \"Donald Trump\"] what has influenced different entities as well?\n yes", "output": ""}
|
45 |
+
{"perplexity": 21.681080473217037, "input": "Answer the question by yes or no. We know that [\"Europe\", \"European Union\"],[\"Plato\", \"Socrates\"],[\"Ethereum\", \"Bitcoin\"],[\"Messi\", \"Maradona\"],[\"Impressionism\", \"Edouard Manet\"] are examples of what has influenced different entities. Are [\"Shaquille O'Neal\", \"Selim II\"] what has influenced different entities as well?\n yes", "output": ""}
|
46 |
+
{"perplexity": 21.584908273105995, "input": "Answer the question by yes or no. We know that [\"Europe\", \"European Union\"],[\"Plato\", \"Socrates\"],[\"Ethereum\", \"Bitcoin\"],[\"Messi\", \"Maradona\"],[\"Impressionism\", \"Edouard Manet\"] are examples of what has influenced different entities. Are [\"Cobra Kai\", \"Anna Chlumsky\"] what has influenced different entities as well?\n yes", "output": ""}
|
47 |
+
{"perplexity": 17.99854872955951, "input": "Answer the question by yes or no. We know that [\"Europe\", \"European Union\"],[\"Plato\", \"Socrates\"],[\"Ethereum\", \"Bitcoin\"],[\"Messi\", \"Maradona\"],[\"Impressionism\", \"Edouard Manet\"] are examples of what has influenced different entities. Are [\"Harry Potter\", \"Wizard of Oz\"] what has influenced different entities as well?\n yes", "output": ""}
|
48 |
+
{"perplexity": 16.23412456443828, "input": "Answer the question by yes or no. We know that [\"Europe\", \"European Union\"],[\"Plato\", \"Socrates\"],[\"Ethereum\", \"Bitcoin\"],[\"Messi\", \"Maradona\"],[\"Impressionism\", \"Edouard Manet\"] are examples of what has influenced different entities. Are [\"Coca-Cola\", \"Pepsi\"] what has influenced different entities as well?\n yes", "output": ""}
|
49 |
+
{"perplexity": 18.925709978494986, "input": "Answer the question by yes or no. We know that [\"Europe\", \"European Union\"],[\"Plato\", \"Socrates\"],[\"Ethereum\", \"Bitcoin\"],[\"Messi\", \"Maradona\"],[\"Impressionism\", \"Edouard Manet\"] are examples of what has influenced different entities. Are [\"Apple Music\", \"Spotify\"] what has influenced different entities as well?\n yes", "output": ""}
|
50 |
+
{"perplexity": 18.408117688010773, "input": "Answer the question by yes or no. We know that [\"Europe\", \"European Union\"],[\"Plato\", \"Socrates\"],[\"Ethereum\", \"Bitcoin\"],[\"Messi\", \"Maradona\"],[\"Impressionism\", \"Edouard Manet\"] are examples of what has influenced different entities. Are [\"Singaporean food\", \"Malaysian food\"] what has influenced different entities as well?\n yes", "output": ""}
|
51 |
+
{"perplexity": 19.603783897041325, "input": "Answer the question by yes or no. We know that [\"Europe\", \"European Union\"],[\"Plato\", \"Socrates\"],[\"Ethereum\", \"Bitcoin\"],[\"Messi\", \"Maradona\"],[\"Impressionism\", \"Edouard Manet\"] are examples of what has influenced different entities. Are [\"Guess\", \"Gucci\"] what has influenced different entities as well?\n yes", "output": ""}
|
52 |
+
{"perplexity": 19.595758676696942, "input": "Answer the question by yes or no. We know that [\"Europe\", \"European Union\"],[\"Plato\", \"Socrates\"],[\"Ethereum\", \"Bitcoin\"],[\"Messi\", \"Maradona\"],[\"Impressionism\", \"Edouard Manet\"] are examples of what has influenced different entities. Are [\"Commonwealth\", \"United Kingdom\"] what has influenced different entities as well?\n yes", "output": ""}
|
53 |
+
{"perplexity": 20.41784754033666, "input": "Answer the question by yes or no. We know that [\"Europe\", \"European Union\"],[\"Plato\", \"Socrates\"],[\"Ethereum\", \"Bitcoin\"],[\"Messi\", \"Maradona\"],[\"Impressionism\", \"Edouard Manet\"] are examples of what has influenced different entities. Are [\"machine learning\", \"Google\"] what has influenced different entities as well?\n yes", "output": ""}
|
54 |
+
{"perplexity": 18.571924691312688, "input": "Answer the question by yes or no. We know that [\"Europe\", \"European Union\"],[\"Plato\", \"Socrates\"],[\"Ethereum\", \"Bitcoin\"],[\"Messi\", \"Maradona\"],[\"Impressionism\", \"Edouard Manet\"] are examples of what has influenced different entities. Are [\"Antonio Salazar\", \"fascism\"] what has influenced different entities as well?\n yes", "output": ""}
|
55 |
+
{"perplexity": 19.875538427025354, "input": "Answer the question by yes or no. We know that [\"Europe\", \"European Union\"],[\"Plato\", \"Socrates\"],[\"Ethereum\", \"Bitcoin\"],[\"Messi\", \"Maradona\"],[\"Impressionism\", \"Edouard Manet\"] are examples of what has influenced different entities. Are [\"Facebook\", \"LinkedIn\"] what has influenced different entities as well?\n yes", "output": ""}
|
56 |
+
{"perplexity": 18.57372356726692, "input": "Answer the question by yes or no. We know that [\"Europe\", \"European Union\"],[\"Plato\", \"Socrates\"],[\"Ethereum\", \"Bitcoin\"],[\"Messi\", \"Maradona\"],[\"Impressionism\", \"Edouard Manet\"] are examples of what has influenced different entities. Are [\"Hank Williams\", \"Jimmie Rodgers\"] what has influenced different entities as well?\n yes", "output": ""}
|
57 |
+
{"perplexity": 25.33549310911183, "input": "Answer the question by yes or no. We know that [\"Europe\", \"European Union\"],[\"Plato\", \"Socrates\"],[\"Ethereum\", \"Bitcoin\"],[\"Messi\", \"Maradona\"],[\"Impressionism\", \"Edouard Manet\"] are examples of what has influenced different entities. Are [\"painters\", \"Stable Diffusion\"] what has influenced different entities as well?\n yes", "output": ""}
|
58 |
+
{"perplexity": 21.137976864021386, "input": "Answer the question by yes or no. We know that [\"Europe\", \"European Union\"],[\"Plato\", \"Socrates\"],[\"Ethereum\", \"Bitcoin\"],[\"Messi\", \"Maradona\"],[\"Impressionism\", \"Edouard Manet\"] are examples of what has influenced different entities. Are [\"Walmart\", \"Rivaldo\"] what has influenced different entities as well?\n yes", "output": ""}
|
59 |
+
{"perplexity": 20.803163171099104, "input": "Answer the question by yes or no. We know that [\"Europe\", \"European Union\"],[\"Plato\", \"Socrates\"],[\"Ethereum\", \"Bitcoin\"],[\"Messi\", \"Maradona\"],[\"Impressionism\", \"Edouard Manet\"] are examples of what has influenced different entities. Are [\"Sauron\", \"Shiba Inu\"] what has influenced different entities as well?\n yes", "output": ""}
|
60 |
+
{"perplexity": 17.92498766347247, "input": "Answer the question by yes or no. We know that [\"Europe\", \"European Union\"],[\"Plato\", \"Socrates\"],[\"Ethereum\", \"Bitcoin\"],[\"Messi\", \"Maradona\"],[\"Impressionism\", \"Edouard Manet\"] are examples of what has influenced different entities. Are [\"Bruno Mars\", \"James Brown\"] what has influenced different entities as well?\n yes", "output": ""}
|
61 |
+
{"perplexity": 20.243402576004407, "input": "Answer the question by yes or no. We know that [\"Europe\", \"European Union\"],[\"Plato\", \"Socrates\"],[\"Ethereum\", \"Bitcoin\"],[\"Messi\", \"Maradona\"],[\"Impressionism\", \"Edouard Manet\"] are examples of what has influenced different entities. Are [\"Brazil\", \"Spain\"] what has influenced different entities as well?\n yes", "output": ""}
|
62 |
+
{"perplexity": 19.937692136191224, "input": "Answer the question by yes or no. We know that [\"Europe\", \"European Union\"],[\"Plato\", \"Socrates\"],[\"Ethereum\", \"Bitcoin\"],[\"Messi\", \"Maradona\"],[\"Impressionism\", \"Edouard Manet\"] are examples of what has influenced different entities. Are [\"heavy metal\", \"punk music\"] what has influenced different entities as well?\n yes", "output": ""}
|
63 |
+
{"perplexity": 19.2441999478424, "input": "Answer the question by yes or no. We know that [\"Europe\", \"European Union\"],[\"Plato\", \"Socrates\"],[\"Ethereum\", \"Bitcoin\"],[\"Messi\", \"Maradona\"],[\"Impressionism\", \"Edouard Manet\"] are examples of what has influenced different entities. Are [\"Moon\", \"G\u00f6bekli Tepe\"] what has influenced different entities as well?\n yes", "output": ""}
|
64 |
+
{"perplexity": 20.08153041954446, "input": "Answer the question by yes or no. We know that [\"Europe\", \"European Union\"],[\"Plato\", \"Socrates\"],[\"Ethereum\", \"Bitcoin\"],[\"Messi\", \"Maradona\"],[\"Impressionism\", \"Edouard Manet\"] are examples of what has influenced different entities. Are [\"English\", \"William Shakespeare\"] what has influenced different entities as well?\n yes", "output": ""}
|
65 |
+
{"perplexity": 20.191973589122146, "input": "Answer the question by yes or no. We know that [\"Europe\", \"European Union\"],[\"Plato\", \"Socrates\"],[\"Ethereum\", \"Bitcoin\"],[\"Messi\", \"Maradona\"],[\"Impressionism\", \"Edouard Manet\"] are examples of what has influenced different entities. Are [\"Beatles\", \"Alice in Wonderland\"] what has influenced different entities as well?\n yes", "output": ""}
|
66 |
+
{"perplexity": 16.383034118610084, "input": "Answer the question by yes or no. We know that [\"Europe\", \"European Union\"],[\"Plato\", \"Socrates\"],[\"Ethereum\", \"Bitcoin\"],[\"Messi\", \"Maradona\"],[\"Impressionism\", \"Edouard Manet\"] are examples of what has influenced different entities. Are [\"impressionism\", \"Edouard Manet\"] what has influenced different entities as well?\n yes", "output": ""}
|
67 |
+
{"perplexity": 20.216816520244127, "input": "Answer the question by yes or no. We know that [\"Europe\", \"European Union\"],[\"Plato\", \"Socrates\"],[\"Ethereum\", \"Bitcoin\"],[\"Messi\", \"Maradona\"],[\"Impressionism\", \"Edouard Manet\"] are examples of what has influenced different entities. Are [\"Gilbert Gottfried\", \"Mike Krieger\"] what has influenced different entities as well?\n yes", "output": ""}
|
68 |
+
{"perplexity": 19.63085909200242, "input": "Answer the question by yes or no. We know that [\"Europe\", \"European Union\"],[\"Plato\", \"Socrates\"],[\"Ethereum\", \"Bitcoin\"],[\"Messi\", \"Maradona\"],[\"Impressionism\", \"Edouard Manet\"] are examples of what has influenced different entities. Are [\"Vladimir Lenin\", \"chess\"] what has influenced different entities as well?\n yes", "output": ""}
|
69 |
+
{"perplexity": 16.867149229172885, "input": "Answer the question by yes or no. We know that [\"Europe\", \"European Union\"],[\"Plato\", \"Socrates\"],[\"Ethereum\", \"Bitcoin\"],[\"Messi\", \"Maradona\"],[\"Impressionism\", \"Edouard Manet\"] are examples of what has influenced different entities. Are [\"Pepsi\", \"Coca-Cola\"] what has influenced different entities as well?\n yes", "output": ""}
|
70 |
+
{"perplexity": 18.731099088861008, "input": "Answer the question by yes or no. We know that [\"Europe\", \"European Union\"],[\"Plato\", \"Socrates\"],[\"Ethereum\", \"Bitcoin\"],[\"Messi\", \"Maradona\"],[\"Impressionism\", \"Edouard Manet\"] are examples of what has influenced different entities. Are [\"Alicia Vikander\", \"Richard Attenborough\"] what has influenced different entities as well?\n yes", "output": ""}
|
71 |
+
{"perplexity": 20.03266311921703, "input": "Answer the question by yes or no. We know that [\"Europe\", \"European Union\"],[\"Plato\", \"Socrates\"],[\"Ethereum\", \"Bitcoin\"],[\"Messi\", \"Maradona\"],[\"Impressionism\", \"Edouard Manet\"] are examples of what has influenced different entities. Are [\"Luke Bryan\", \"Hank Williams\"] what has influenced different entities as well?\n yes", "output": ""}
|
72 |
+
{"perplexity": 17.725088047161908, "input": "Answer the question by yes or no. We know that [\"Europe\", \"European Union\"],[\"Plato\", \"Socrates\"],[\"Ethereum\", \"Bitcoin\"],[\"Messi\", \"Maradona\"],[\"Impressionism\", \"Edouard Manet\"] are examples of what has influenced different entities. Are [\"Bill Gates\", \"Steve Jobs\"] what has influenced different entities as well?\n yes", "output": ""}
|
73 |
+
{"perplexity": 21.78570386212689, "input": "Answer the question by yes or no. We know that [\"Europe\", \"European Union\"],[\"Plato\", \"Socrates\"],[\"Ethereum\", \"Bitcoin\"],[\"Messi\", \"Maradona\"],[\"Impressionism\", \"Edouard Manet\"] are examples of what has influenced different entities. Are [\"Allu Arjun\", \"Aaron Ramsey\"] what has influenced different entities as well?\n yes", "output": ""}
|
74 |
+
{"perplexity": 20.575624627193747, "input": "Answer the question by yes or no. We know that [\"Europe\", \"European Union\"],[\"Plato\", \"Socrates\"],[\"Ethereum\", \"Bitcoin\"],[\"Messi\", \"Maradona\"],[\"Impressionism\", \"Edouard Manet\"] are examples of what has influenced different entities. Are [\"Stephen King\", \"Arthur Machen\"] what has influenced different entities as well?\n yes", "output": ""}
|
75 |
+
{"perplexity": 18.749133151892803, "input": "Answer the question by yes or no. We know that [\"Europe\", \"European Union\"],[\"Plato\", \"Socrates\"],[\"Ethereum\", \"Bitcoin\"],[\"Messi\", \"Maradona\"],[\"Impressionism\", \"Edouard Manet\"] are examples of what has influenced different entities. Are [\"Bangladesh\", \"India\"] what has influenced different entities as well?\n yes", "output": ""}
|
76 |
+
{"perplexity": 20.00201306900233, "input": "Answer the question by yes or no. We know that [\"Europe\", \"European Union\"],[\"Plato\", \"Socrates\"],[\"Ethereum\", \"Bitcoin\"],[\"Messi\", \"Maradona\"],[\"Impressionism\", \"Edouard Manet\"] are examples of what has influenced different entities. Are [\"hamburger\", \"Germany\"] what has influenced different entities as well?\n yes", "output": ""}
|
77 |
+
{"perplexity": 17.086239691038895, "input": "Answer the question by yes or no. We know that [\"Europe\", \"European Union\"],[\"Plato\", \"Socrates\"],[\"Ethereum\", \"Bitcoin\"],[\"Messi\", \"Maradona\"],[\"Impressionism\", \"Edouard Manet\"] are examples of what has influenced different entities. Are [\"Plato\", \"Socrates\"] what has influenced different entities as well?\n yes", "output": ""}
|
78 |
+
{"perplexity": 16.68093551280929, "input": "Answer the question by yes or no. We know that [\"Europe\", \"European Union\"],[\"Plato\", \"Socrates\"],[\"Ethereum\", \"Bitcoin\"],[\"Messi\", \"Maradona\"],[\"Impressionism\", \"Edouard Manet\"] are examples of what has influenced different entities. Are [\"Messi\", \"Maradona\"] what has influenced different entities as well?\n yes", "output": ""}
|
79 |
+
{"perplexity": 18.657970902346428, "input": "Answer the question by yes or no. We know that [\"Europe\", \"European Union\"],[\"Plato\", \"Socrates\"],[\"Ethereum\", \"Bitcoin\"],[\"Messi\", \"Maradona\"],[\"Impressionism\", \"Edouard Manet\"] are examples of what has influenced different entities. Are [\"Oasis\", \"Blur\"] what has influenced different entities as well?\n yes", "output": ""}
|
80 |
+
{"perplexity": 17.241040739566508, "input": "Answer the question by yes or no. We know that [\"Europe\", \"European Union\"],[\"Plato\", \"Socrates\"],[\"Ethereum\", \"Bitcoin\"],[\"Messi\", \"Maradona\"],[\"Impressionism\", \"Edouard Manet\"] are examples of what has influenced different entities. Are [\"Quentin Tarantino\", \"Sergio Leone\"] what has influenced different entities as well?\n yes", "output": ""}
|
81 |
+
{"perplexity": 18.928870122262186, "input": "Answer the question by yes or no. We know that [\"Europe\", \"European Union\"],[\"Plato\", \"Socrates\"],[\"Ethereum\", \"Bitcoin\"],[\"Messi\", \"Maradona\"],[\"Impressionism\", \"Edouard Manet\"] are examples of what has influenced different entities. Are [\"European Union\", \"Germany\"] what has influenced different entities as well?\n yes", "output": ""}
|
82 |
+
{"perplexity": 22.124618722244307, "input": "Answer the question by yes or no. We know that [\"Europe\", \"European Union\"],[\"Plato\", \"Socrates\"],[\"Ethereum\", \"Bitcoin\"],[\"Messi\", \"Maradona\"],[\"Impressionism\", \"Edouard Manet\"] are examples of what has influenced different entities. Are [\"Stephen Foster\", \"Thomas Moore\"] what has influenced different entities as well?\n yes", "output": ""}
|
83 |
+
{"perplexity": 19.717197742986862, "input": "Answer the question by yes or no. We know that [\"Europe\", \"European Union\"],[\"Plato\", \"Socrates\"],[\"Ethereum\", \"Bitcoin\"],[\"Messi\", \"Maradona\"],[\"Impressionism\", \"Edouard Manet\"] are examples of what has influenced different entities. Are [\"Hoover\", \"Dyson\"] what has influenced different entities as well?\n yes", "output": ""}
|
84 |
+
{"perplexity": 18.139409939003368, "input": "Answer the question by yes or no. We know that [\"Europe\", \"European Union\"],[\"Plato\", \"Socrates\"],[\"Ethereum\", \"Bitcoin\"],[\"Messi\", \"Maradona\"],[\"Impressionism\", \"Edouard Manet\"] are examples of what has influenced different entities. Are [\"Mark Rothko\", \"Claude Monet\"] what has influenced different entities as well?\n yes", "output": ""}
|
85 |
+
{"perplexity": 19.123915460582307, "input": "Answer the question by yes or no. We know that [\"Europe\", \"European Union\"],[\"Plato\", \"Socrates\"],[\"Ethereum\", \"Bitcoin\"],[\"Messi\", \"Maradona\"],[\"Impressionism\", \"Edouard Manet\"] are examples of what has influenced different entities. Are [\"James Brown\", \"Michael Jackson\"] what has influenced different entities as well?\n yes", "output": ""}
|
86 |
+
{"perplexity": 19.666257636541484, "input": "Answer the question by yes or no. We know that [\"Europe\", \"European Union\"],[\"Plato\", \"Socrates\"],[\"Ethereum\", \"Bitcoin\"],[\"Messi\", \"Maradona\"],[\"Impressionism\", \"Edouard Manet\"] are examples of what has influenced different entities. Are [\"Windows\", \"Linux\"] what has influenced different entities as well?\n yes", "output": ""}
|
87 |
+
{"perplexity": 18.951140079747393, "input": "Answer the question by yes or no. We know that [\"Europe\", \"European Union\"],[\"Plato\", \"Socrates\"],[\"Ethereum\", \"Bitcoin\"],[\"Messi\", \"Maradona\"],[\"Impressionism\", \"Edouard Manet\"] are examples of what has influenced different entities. Are [\"Radiohead\", \"David Bowie\"] what has influenced different entities as well?\n yes", "output": ""}
|
88 |
+
{"perplexity": 20.24148116547335, "input": "Answer the question by yes or no. We know that [\"Europe\", \"European Union\"],[\"Plato\", \"Socrates\"],[\"Ethereum\", \"Bitcoin\"],[\"Messi\", \"Maradona\"],[\"Impressionism\", \"Edouard Manet\"] are examples of what has influenced different entities. Are [\"NVIDIA\", \"AMD\"] what has influenced different entities as well?\n yes", "output": ""}
|
89 |
+
{"perplexity": 18.699128800131934, "input": "Answer the question by yes or no. We know that [\"Europe\", \"European Union\"],[\"Plato\", \"Socrates\"],[\"Ethereum\", \"Bitcoin\"],[\"Messi\", \"Maradona\"],[\"Impressionism\", \"Edouard Manet\"] are examples of what has influenced different entities. Are [\"India\", \"Gandhi\"] what has influenced different entities as well?\n yes", "output": ""}
|
90 |
+
{"perplexity": 19.45301141645593, "input": "Answer the question by yes or no. We know that [\"Europe\", \"European Union\"],[\"Plato\", \"Socrates\"],[\"Ethereum\", \"Bitcoin\"],[\"Messi\", \"Maradona\"],[\"Impressionism\", \"Edouard Manet\"] are examples of what has influenced different entities. Are [\"Viktor Yushchenko\", \"Bonnie Wright\"] what has influenced different entities as well?\n yes", "output": ""}
|
91 |
+
{"perplexity": 16.859535947879156, "input": "Answer the question by yes or no. We know that [\"Europe\", \"European Union\"],[\"Plato\", \"Socrates\"],[\"Ethereum\", \"Bitcoin\"],[\"Messi\", \"Maradona\"],[\"Impressionism\", \"Edouard Manet\"] are examples of what has influenced different entities. Are [\"Beethoven\", \"Mozart\"] what has influenced different entities as well?\n yes", "output": ""}
|
92 |
+
{"perplexity": 18.65075725091959, "input": "Answer the question by yes or no. We know that [\"Europe\", \"European Union\"],[\"Plato\", \"Socrates\"],[\"Ethereum\", \"Bitcoin\"],[\"Messi\", \"Maradona\"],[\"Impressionism\", \"Edouard Manet\"] are examples of what has influenced different entities. Are [\"Bitcoin\", \"blockchain\"] what has influenced different entities as well?\n yes", "output": ""}
|
93 |
+
{"perplexity": 18.908735113616924, "input": "Answer the question by yes or no. We know that [\"Europe\", \"European Union\"],[\"Plato\", \"Socrates\"],[\"Ethereum\", \"Bitcoin\"],[\"Messi\", \"Maradona\"],[\"Impressionism\", \"Edouard Manet\"] are examples of what has influenced different entities. Are [\"Hong Kong\", \"China\"] what has influenced different entities as well?\n yes", "output": ""}
|
experiments/results/lm_qa/davinci/ppl.known_for.jsonl
ADDED
@@ -0,0 +1,108 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{"perplexity": 13.024030805440157, "input": "Answer the question by yes or no. We know that [\"Russell Crowe\", \"Gladiator\"],[\"Cadbury\", \"chocolate\"],[\"Paris\", \"Eiffel Tower\"],[\"Leonardo Da Vinci\", \"Mona Lisa\"],[\"Apple\", \"iPhone\"] are examples of examples of what entities are known for. Are [\"Hawaii\", \"ukulele\"] examples of what entities are known for as well?\n yes", "output": ""}
|
2 |
+
{"perplexity": 11.3795957395086, "input": "Answer the question by yes or no. We know that [\"Russell Crowe\", \"Gladiator\"],[\"Cadbury\", \"chocolate\"],[\"Paris\", \"Eiffel Tower\"],[\"Leonardo Da Vinci\", \"Mona Lisa\"],[\"Apple\", \"iPhone\"] are examples of examples of what entities are known for. Are [\"Paris\", \"Eiffel Tower\"] examples of what entities are known for as well?\n yes", "output": ""}
|
3 |
+
{"perplexity": 14.306476713826905, "input": "Answer the question by yes or no. We know that [\"Russell Crowe\", \"Gladiator\"],[\"Cadbury\", \"chocolate\"],[\"Paris\", \"Eiffel Tower\"],[\"Leonardo Da Vinci\", \"Mona Lisa\"],[\"Apple\", \"iPhone\"] are examples of examples of what entities are known for. Are [\"Sweden\", \"pop\"] examples of what entities are known for as well?\n yes", "output": ""}
|
4 |
+
{"perplexity": 14.74575663351157, "input": "Answer the question by yes or no. We know that [\"Russell Crowe\", \"Gladiator\"],[\"Cadbury\", \"chocolate\"],[\"Paris\", \"Eiffel Tower\"],[\"Leonardo Da Vinci\", \"Mona Lisa\"],[\"Apple\", \"iPhone\"] are examples of examples of what entities are known for. Are [\"Memphis Depay\", \"Mendelian inheritance\"] examples of what entities are known for as well?\n yes", "output": ""}
|
5 |
+
{"perplexity": 13.664162244546393, "input": "Answer the question by yes or no. We know that [\"Russell Crowe\", \"Gladiator\"],[\"Cadbury\", \"chocolate\"],[\"Paris\", \"Eiffel Tower\"],[\"Leonardo Da Vinci\", \"Mona Lisa\"],[\"Apple\", \"iPhone\"] are examples of examples of what entities are known for. Are [\"France\", \"beaches\"] examples of what entities are known for as well?\n yes", "output": ""}
|
6 |
+
{"perplexity": 13.803359711056652, "input": "Answer the question by yes or no. We know that [\"Russell Crowe\", \"Gladiator\"],[\"Cadbury\", \"chocolate\"],[\"Paris\", \"Eiffel Tower\"],[\"Leonardo Da Vinci\", \"Mona Lisa\"],[\"Apple\", \"iPhone\"] are examples of examples of what entities are known for. Are [\"France\", \"cars\"] examples of what entities are known for as well?\n yes", "output": ""}
|
7 |
+
{"perplexity": 12.758179508679547, "input": "Answer the question by yes or no. We know that [\"Russell Crowe\", \"Gladiator\"],[\"Cadbury\", \"chocolate\"],[\"Paris\", \"Eiffel Tower\"],[\"Leonardo Da Vinci\", \"Mona Lisa\"],[\"Apple\", \"iPhone\"] are examples of examples of what entities are known for. Are [\"Alphabet Inc.\", \"Google\"] examples of what entities are known for as well?\n yes", "output": ""}
|
8 |
+
{"perplexity": 10.761436535538186, "input": "Answer the question by yes or no. We know that [\"Russell Crowe\", \"Gladiator\"],[\"Cadbury\", \"chocolate\"],[\"Paris\", \"Eiffel Tower\"],[\"Leonardo Da Vinci\", \"Mona Lisa\"],[\"Apple\", \"iPhone\"] are examples of examples of what entities are known for. Are [\"Vincent Van Gogh\", \"The Starry Night\"] examples of what entities are known for as well?\n yes", "output": ""}
|
9 |
+
{"perplexity": 13.705571426440248, "input": "Answer the question by yes or no. We know that [\"Russell Crowe\", \"Gladiator\"],[\"Cadbury\", \"chocolate\"],[\"Paris\", \"Eiffel Tower\"],[\"Leonardo Da Vinci\", \"Mona Lisa\"],[\"Apple\", \"iPhone\"] are examples of examples of what entities are known for. Are [\"Italy\", \"Hawaiian pizza\"] examples of what entities are known for as well?\n yes", "output": ""}
|
10 |
+
{"perplexity": 15.814916370746737, "input": "Answer the question by yes or no. We know that [\"Russell Crowe\", \"Gladiator\"],[\"Cadbury\", \"chocolate\"],[\"Paris\", \"Eiffel Tower\"],[\"Leonardo Da Vinci\", \"Mona Lisa\"],[\"Apple\", \"iPhone\"] are examples of examples of what entities are known for. Are [\"Japan\", \"glass product\"] examples of what entities are known for as well?\n yes", "output": ""}
|
11 |
+
{"perplexity": 14.970518311470718, "input": "Answer the question by yes or no. We know that [\"Russell Crowe\", \"Gladiator\"],[\"Cadbury\", \"chocolate\"],[\"Paris\", \"Eiffel Tower\"],[\"Leonardo Da Vinci\", \"Mona Lisa\"],[\"Apple\", \"iPhone\"] are examples of examples of what entities are known for. Are [\"France\", \"rococo movement\"] examples of what entities are known for as well?\n yes", "output": ""}
|
12 |
+
{"perplexity": 13.4499825650652, "input": "Answer the question by yes or no. We know that [\"Russell Crowe\", \"Gladiator\"],[\"Cadbury\", \"chocolate\"],[\"Paris\", \"Eiffel Tower\"],[\"Leonardo Da Vinci\", \"Mona Lisa\"],[\"Apple\", \"iPhone\"] are examples of examples of what entities are known for. Are [\"Europe\", \"The Final Countdown\"] examples of what entities are known for as well?\n yes", "output": ""}
|
13 |
+
{"perplexity": 12.774684560488426, "input": "Answer the question by yes or no. We know that [\"Russell Crowe\", \"Gladiator\"],[\"Cadbury\", \"chocolate\"],[\"Paris\", \"Eiffel Tower\"],[\"Leonardo Da Vinci\", \"Mona Lisa\"],[\"Apple\", \"iPhone\"] are examples of examples of what entities are known for. Are [\"Sophie Turner\", \"Sylvia Plath\"] examples of what entities are known for as well?\n yes", "output": ""}
|
14 |
+
{"perplexity": 12.987789532694158, "input": "Answer the question by yes or no. We know that [\"Russell Crowe\", \"Gladiator\"],[\"Cadbury\", \"chocolate\"],[\"Paris\", \"Eiffel Tower\"],[\"Leonardo Da Vinci\", \"Mona Lisa\"],[\"Apple\", \"iPhone\"] are examples of examples of what entities are known for. Are [\"Bill Nye\", \"scientist\"] examples of what entities are known for as well?\n yes", "output": ""}
|
15 |
+
{"perplexity": 13.312032641108258, "input": "Answer the question by yes or no. We know that [\"Russell Crowe\", \"Gladiator\"],[\"Cadbury\", \"chocolate\"],[\"Paris\", \"Eiffel Tower\"],[\"Leonardo Da Vinci\", \"Mona Lisa\"],[\"Apple\", \"iPhone\"] are examples of examples of what entities are known for. Are [\"Mercedes Benz\", \"build quality\"] examples of what entities are known for as well?\n yes", "output": ""}
|
16 |
+
{"perplexity": 12.614808425212775, "input": "Answer the question by yes or no. We know that [\"Russell Crowe\", \"Gladiator\"],[\"Cadbury\", \"chocolate\"],[\"Paris\", \"Eiffel Tower\"],[\"Leonardo Da Vinci\", \"Mona Lisa\"],[\"Apple\", \"iPhone\"] are examples of examples of what entities are known for. Are [\"Hawaii\", \"beaches\"] examples of what entities are known for as well?\n yes", "output": ""}
|
17 |
+
{"perplexity": 12.477606356829533, "input": "Answer the question by yes or no. We know that [\"Russell Crowe\", \"Gladiator\"],[\"Cadbury\", \"chocolate\"],[\"Paris\", \"Eiffel Tower\"],[\"Leonardo Da Vinci\", \"Mona Lisa\"],[\"Apple\", \"iPhone\"] are examples of examples of what entities are known for. Are [\"Jackson Pollock\", \"action painting\"] examples of what entities are known for as well?\n yes", "output": ""}
|
18 |
+
{"perplexity": 15.80147323490051, "input": "Answer the question by yes or no. We know that [\"Russell Crowe\", \"Gladiator\"],[\"Cadbury\", \"chocolate\"],[\"Paris\", \"Eiffel Tower\"],[\"Leonardo Da Vinci\", \"Mona Lisa\"],[\"Apple\", \"iPhone\"] are examples of examples of what entities are known for. Are [\"Andhra Pradesh\", \"Martinique\"] examples of what entities are known for as well?\n yes", "output": ""}
|
19 |
+
{"perplexity": 11.596566669716255, "input": "Answer the question by yes or no. We know that [\"Russell Crowe\", \"Gladiator\"],[\"Cadbury\", \"chocolate\"],[\"Paris\", \"Eiffel Tower\"],[\"Leonardo Da Vinci\", \"Mona Lisa\"],[\"Apple\", \"iPhone\"] are examples of examples of what entities are known for. Are [\"Keanu Reeves\", \"The Matrix\"] examples of what entities are known for as well?\n yes", "output": ""}
|
20 |
+
{"perplexity": 13.539507167941954, "input": "Answer the question by yes or no. We know that [\"Russell Crowe\", \"Gladiator\"],[\"Cadbury\", \"chocolate\"],[\"Paris\", \"Eiffel Tower\"],[\"Leonardo Da Vinci\", \"Mona Lisa\"],[\"Apple\", \"iPhone\"] are examples of examples of what entities are known for. Are [\"Christopher Columbus\", \"India\"] examples of what entities are known for as well?\n yes", "output": ""}
|
21 |
+
{"perplexity": 11.622911105050099, "input": "Answer the question by yes or no. We know that [\"Russell Crowe\", \"Gladiator\"],[\"Cadbury\", \"chocolate\"],[\"Paris\", \"Eiffel Tower\"],[\"Leonardo Da Vinci\", \"Mona Lisa\"],[\"Apple\", \"iPhone\"] are examples of examples of what entities are known for. Are [\"Picasso\", \"Guernica\"] examples of what entities are known for as well?\n yes", "output": ""}
|
22 |
+
{"perplexity": 12.499956200399692, "input": "Answer the question by yes or no. We know that [\"Russell Crowe\", \"Gladiator\"],[\"Cadbury\", \"chocolate\"],[\"Paris\", \"Eiffel Tower\"],[\"Leonardo Da Vinci\", \"Mona Lisa\"],[\"Apple\", \"iPhone\"] are examples of examples of what entities are known for. Are [\"Italy\", \"Renaissance\"] examples of what entities are known for as well?\n yes", "output": ""}
|
23 |
+
{"perplexity": 13.918084187190084, "input": "Answer the question by yes or no. We know that [\"Russell Crowe\", \"Gladiator\"],[\"Cadbury\", \"chocolate\"],[\"Paris\", \"Eiffel Tower\"],[\"Leonardo Da Vinci\", \"Mona Lisa\"],[\"Apple\", \"iPhone\"] are examples of examples of what entities are known for. Are [\"Korea\", \"Breakdance\"] examples of what entities are known for as well?\n yes", "output": ""}
|
24 |
+
{"perplexity": 13.542415433741034, "input": "Answer the question by yes or no. We know that [\"Russell Crowe\", \"Gladiator\"],[\"Cadbury\", \"chocolate\"],[\"Paris\", \"Eiffel Tower\"],[\"Leonardo Da Vinci\", \"Mona Lisa\"],[\"Apple\", \"iPhone\"] are examples of examples of what entities are known for. Are [\"Spain\", \"olive oil\"] examples of what entities are known for as well?\n yes", "output": ""}
|
25 |
+
{"perplexity": 11.171752737346846, "input": "Answer the question by yes or no. We know that [\"Russell Crowe\", \"Gladiator\"],[\"Cadbury\", \"chocolate\"],[\"Paris\", \"Eiffel Tower\"],[\"Leonardo Da Vinci\", \"Mona Lisa\"],[\"Apple\", \"iPhone\"] are examples of examples of what entities are known for. Are [\"C.S. Lewis\", \"The Screwtape Letters\"] examples of what entities are known for as well?\n yes", "output": ""}
|
26 |
+
{"perplexity": 11.896110388336346, "input": "Answer the question by yes or no. We know that [\"Russell Crowe\", \"Gladiator\"],[\"Cadbury\", \"chocolate\"],[\"Paris\", \"Eiffel Tower\"],[\"Leonardo Da Vinci\", \"Mona Lisa\"],[\"Apple\", \"iPhone\"] are examples of examples of what entities are known for. Are [\"Corsica\", \"Napoleon Bonaparte\"] examples of what entities are known for as well?\n yes", "output": ""}
|
27 |
+
{"perplexity": 12.924778604470319, "input": "Answer the question by yes or no. We know that [\"Russell Crowe\", \"Gladiator\"],[\"Cadbury\", \"chocolate\"],[\"Paris\", \"Eiffel Tower\"],[\"Leonardo Da Vinci\", \"Mona Lisa\"],[\"Apple\", \"iPhone\"] are examples of examples of what entities are known for. Are [\"Rafael Nadal\", \"Ralph Macchio\"] examples of what entities are known for as well?\n yes", "output": ""}
|
28 |
+
{"perplexity": 13.829004987366849, "input": "Answer the question by yes or no. We know that [\"Russell Crowe\", \"Gladiator\"],[\"Cadbury\", \"chocolate\"],[\"Paris\", \"Eiffel Tower\"],[\"Leonardo Da Vinci\", \"Mona Lisa\"],[\"Apple\", \"iPhone\"] are examples of examples of what entities are known for. Are [\"Walther P38\", \"Lupin the Third\"] examples of what entities are known for as well?\n yes", "output": ""}
|
29 |
+
{"perplexity": 16.78090263379474, "input": "Answer the question by yes or no. We know that [\"Russell Crowe\", \"Gladiator\"],[\"Cadbury\", \"chocolate\"],[\"Paris\", \"Eiffel Tower\"],[\"Leonardo Da Vinci\", \"Mona Lisa\"],[\"Apple\", \"iPhone\"] are examples of examples of what entities are known for. Are [\"Richard Harris\", \"Curcuma longa\"] examples of what entities are known for as well?\n yes", "output": ""}
|
30 |
+
{"perplexity": 12.296585699627576, "input": "Answer the question by yes or no. We know that [\"Russell Crowe\", \"Gladiator\"],[\"Cadbury\", \"chocolate\"],[\"Paris\", \"Eiffel Tower\"],[\"Leonardo Da Vinci\", \"Mona Lisa\"],[\"Apple\", \"iPhone\"] are examples of examples of what entities are known for. Are [\"Smashing Pumpkins\", \"Thru the eyes of Ruby\"] examples of what entities are known for as well?\n yes", "output": ""}
|
31 |
+
{"perplexity": 14.837640219713546, "input": "Answer the question by yes or no. We know that [\"Russell Crowe\", \"Gladiator\"],[\"Cadbury\", \"chocolate\"],[\"Paris\", \"Eiffel Tower\"],[\"Leonardo Da Vinci\", \"Mona Lisa\"],[\"Apple\", \"iPhone\"] are examples of examples of what entities are known for. Are [\"India\", \"rum\"] examples of what entities are known for as well?\n yes", "output": ""}
|
32 |
+
{"perplexity": 14.79243217395139, "input": "Answer the question by yes or no. We know that [\"Russell Crowe\", \"Gladiator\"],[\"Cadbury\", \"chocolate\"],[\"Paris\", \"Eiffel Tower\"],[\"Leonardo Da Vinci\", \"Mona Lisa\"],[\"Apple\", \"iPhone\"] are examples of examples of what entities are known for. Are [\"Parasite\", \"Jersey\"] examples of what entities are known for as well?\n yes", "output": ""}
|
33 |
+
{"perplexity": 12.886539800953198, "input": "Answer the question by yes or no. We know that [\"Russell Crowe\", \"Gladiator\"],[\"Cadbury\", \"chocolate\"],[\"Paris\", \"Eiffel Tower\"],[\"Leonardo Da Vinci\", \"Mona Lisa\"],[\"Apple\", \"iPhone\"] are examples of examples of what entities are known for. Are [\"India\", \"Gurkhas\"] examples of what entities are known for as well?\n yes", "output": ""}
|
34 |
+
{"perplexity": 12.526807816579879, "input": "Answer the question by yes or no. We know that [\"Russell Crowe\", \"Gladiator\"],[\"Cadbury\", \"chocolate\"],[\"Paris\", \"Eiffel Tower\"],[\"Leonardo Da Vinci\", \"Mona Lisa\"],[\"Apple\", \"iPhone\"] are examples of examples of what entities are known for. Are [\"Amazon\", \"Alexa\"] examples of what entities are known for as well?\n yes", "output": ""}
|
35 |
+
{"perplexity": 13.160184206458524, "input": "Answer the question by yes or no. We know that [\"Russell Crowe\", \"Gladiator\"],[\"Cadbury\", \"chocolate\"],[\"Paris\", \"Eiffel Tower\"],[\"Leonardo Da Vinci\", \"Mona Lisa\"],[\"Apple\", \"iPhone\"] are examples of examples of what entities are known for. Are [\"Thomas Edison\", \"telephone\"] examples of what entities are known for as well?\n yes", "output": ""}
|
36 |
+
{"perplexity": 14.579536463602476, "input": "Answer the question by yes or no. We know that [\"Russell Crowe\", \"Gladiator\"],[\"Cadbury\", \"chocolate\"],[\"Paris\", \"Eiffel Tower\"],[\"Leonardo Da Vinci\", \"Mona Lisa\"],[\"Apple\", \"iPhone\"] are examples of examples of what entities are known for. Are [\"Buffon\", \"PSG\"] examples of what entities are known for as well?\n yes", "output": ""}
|
37 |
+
{"perplexity": 12.083184978619743, "input": "Answer the question by yes or no. We know that [\"Russell Crowe\", \"Gladiator\"],[\"Cadbury\", \"chocolate\"],[\"Paris\", \"Eiffel Tower\"],[\"Leonardo Da Vinci\", \"Mona Lisa\"],[\"Apple\", \"iPhone\"] are examples of examples of what entities are known for. Are [\"Alfred Hitchcock\", \"horror\"] examples of what entities are known for as well?\n yes", "output": ""}
|
38 |
+
{"perplexity": 10.949100922866958, "input": "Answer the question by yes or no. We know that [\"Russell Crowe\", \"Gladiator\"],[\"Cadbury\", \"chocolate\"],[\"Paris\", \"Eiffel Tower\"],[\"Leonardo Da Vinci\", \"Mona Lisa\"],[\"Apple\", \"iPhone\"] are examples of examples of what entities are known for. Are [\"William Shakespeare\", \"Romeo and Juliet\"] examples of what entities are known for as well?\n yes", "output": ""}
|
39 |
+
{"perplexity": 12.193195050608203, "input": "Answer the question by yes or no. We know that [\"Russell Crowe\", \"Gladiator\"],[\"Cadbury\", \"chocolate\"],[\"Paris\", \"Eiffel Tower\"],[\"Leonardo Da Vinci\", \"Mona Lisa\"],[\"Apple\", \"iPhone\"] are examples of examples of what entities are known for. Are [\"Thomas Edison\", \"light bulb\"] examples of what entities are known for as well?\n yes", "output": ""}
|
40 |
+
{"perplexity": 14.233518318204275, "input": "Answer the question by yes or no. We know that [\"Russell Crowe\", \"Gladiator\"],[\"Cadbury\", \"chocolate\"],[\"Paris\", \"Eiffel Tower\"],[\"Leonardo Da Vinci\", \"Mona Lisa\"],[\"Apple\", \"iPhone\"] are examples of examples of what entities are known for. Are [\"Michael Jordan\", \"Tessa Thompson\"] examples of what entities are known for as well?\n yes", "output": ""}
|
41 |
+
{"perplexity": 11.926492489193237, "input": "Answer the question by yes or no. We know that [\"Russell Crowe\", \"Gladiator\"],[\"Cadbury\", \"chocolate\"],[\"Paris\", \"Eiffel Tower\"],[\"Leonardo Da Vinci\", \"Mona Lisa\"],[\"Apple\", \"iPhone\"] are examples of examples of what entities are known for. Are [\"Inglourious Basterds\", \"Sergio Busquets\"] examples of what entities are known for as well?\n yes", "output": ""}
|
42 |
+
{"perplexity": 13.065211057615647, "input": "Answer the question by yes or no. We know that [\"Russell Crowe\", \"Gladiator\"],[\"Cadbury\", \"chocolate\"],[\"Paris\", \"Eiffel Tower\"],[\"Leonardo Da Vinci\", \"Mona Lisa\"],[\"Apple\", \"iPhone\"] are examples of examples of what entities are known for. Are [\"Boris Johnson\", \"Brexit\"] examples of what entities are known for as well?\n yes", "output": ""}
|
43 |
+
{"perplexity": 13.981901416487936, "input": "Answer the question by yes or no. We know that [\"Russell Crowe\", \"Gladiator\"],[\"Cadbury\", \"chocolate\"],[\"Paris\", \"Eiffel Tower\"],[\"Leonardo Da Vinci\", \"Mona Lisa\"],[\"Apple\", \"iPhone\"] are examples of examples of what entities are known for. Are [\"Georgia\", \"Joseph Stalin\"] examples of what entities are known for as well?\n yes", "output": ""}
|
44 |
+
{"perplexity": 13.959412942796948, "input": "Answer the question by yes or no. We know that [\"Russell Crowe\", \"Gladiator\"],[\"Cadbury\", \"chocolate\"],[\"Paris\", \"Eiffel Tower\"],[\"Leonardo Da Vinci\", \"Mona Lisa\"],[\"Apple\", \"iPhone\"] are examples of examples of what entities are known for. Are [\"China\", \"coffee\"] examples of what entities are known for as well?\n yes", "output": ""}
|
45 |
+
{"perplexity": 17.047893977692166, "input": "Answer the question by yes or no. We know that [\"Russell Crowe\", \"Gladiator\"],[\"Cadbury\", \"chocolate\"],[\"Paris\", \"Eiffel Tower\"],[\"Leonardo Da Vinci\", \"Mona Lisa\"],[\"Apple\", \"iPhone\"] are examples of examples of what entities are known for. Are [\"OpenAI\", \"ChatGPT\"] examples of what entities are known for as well?\n yes", "output": ""}
|
46 |
+
{"perplexity": 12.316798934983074, "input": "Answer the question by yes or no. We know that [\"Russell Crowe\", \"Gladiator\"],[\"Cadbury\", \"chocolate\"],[\"Paris\", \"Eiffel Tower\"],[\"Leonardo Da Vinci\", \"Mona Lisa\"],[\"Apple\", \"iPhone\"] are examples of examples of what entities are known for. Are [\"Tesco\", \"groceries\"] examples of what entities are known for as well?\n yes", "output": ""}
|
47 |
+
{"perplexity": 12.74731983287983, "input": "Answer the question by yes or no. We know that [\"Russell Crowe\", \"Gladiator\"],[\"Cadbury\", \"chocolate\"],[\"Paris\", \"Eiffel Tower\"],[\"Leonardo Da Vinci\", \"Mona Lisa\"],[\"Apple\", \"iPhone\"] are examples of examples of what entities are known for. Are [\"Amazon\", \"cloud computing\"] examples of what entities are known for as well?\n yes", "output": ""}
|
48 |
+
{"perplexity": 13.046072591229104, "input": "Answer the question by yes or no. We know that [\"Russell Crowe\", \"Gladiator\"],[\"Cadbury\", \"chocolate\"],[\"Paris\", \"Eiffel Tower\"],[\"Leonardo Da Vinci\", \"Mona Lisa\"],[\"Apple\", \"iPhone\"] are examples of examples of what entities are known for. Are [\"Nvidia\", \"GPUs\"] examples of what entities are known for as well?\n yes", "output": ""}
|
49 |
+
{"perplexity": 12.70589940537986, "input": "Answer the question by yes or no. We know that [\"Russell Crowe\", \"Gladiator\"],[\"Cadbury\", \"chocolate\"],[\"Paris\", \"Eiffel Tower\"],[\"Leonardo Da Vinci\", \"Mona Lisa\"],[\"Apple\", \"iPhone\"] are examples of examples of what entities are known for. Are [\"Tony Blair\", \"Iraq War\"] examples of what entities are known for as well?\n yes", "output": ""}
|
50 |
+
{"perplexity": 13.546438639259602, "input": "Answer the question by yes or no. We know that [\"Russell Crowe\", \"Gladiator\"],[\"Cadbury\", \"chocolate\"],[\"Paris\", \"Eiffel Tower\"],[\"Leonardo Da Vinci\", \"Mona Lisa\"],[\"Apple\", \"iPhone\"] are examples of examples of what entities are known for. Are [\"Germany\", \"techno music\"] examples of what entities are known for as well?\n yes", "output": ""}
|
51 |
+
{"perplexity": 13.182315932697241, "input": "Answer the question by yes or no. We know that [\"Russell Crowe\", \"Gladiator\"],[\"Cadbury\", \"chocolate\"],[\"Paris\", \"Eiffel Tower\"],[\"Leonardo Da Vinci\", \"Mona Lisa\"],[\"Apple\", \"iPhone\"] are examples of examples of what entities are known for. Are [\"Michelangelo\", \"Pop Art\"] examples of what entities are known for as well?\n yes", "output": ""}
|
52 |
+
{"perplexity": 14.85557200134393, "input": "Answer the question by yes or no. We know that [\"Russell Crowe\", \"Gladiator\"],[\"Cadbury\", \"chocolate\"],[\"Paris\", \"Eiffel Tower\"],[\"Leonardo Da Vinci\", \"Mona Lisa\"],[\"Apple\", \"iPhone\"] are examples of examples of what entities are known for. Are [\"Gilmore Girls\", \"OpenAI\"] examples of what entities are known for as well?\n yes", "output": ""}
|
53 |
+
{"perplexity": 14.779619331014617, "input": "Answer the question by yes or no. We know that [\"Russell Crowe\", \"Gladiator\"],[\"Cadbury\", \"chocolate\"],[\"Paris\", \"Eiffel Tower\"],[\"Leonardo Da Vinci\", \"Mona Lisa\"],[\"Apple\", \"iPhone\"] are examples of examples of what entities are known for. Are [\"Ragnar\u00f6k\", \"Little Boy\"] examples of what entities are known for as well?\n yes", "output": ""}
|
54 |
+
{"perplexity": 13.52311364841523, "input": "Answer the question by yes or no. We know that [\"Russell Crowe\", \"Gladiator\"],[\"Cadbury\", \"chocolate\"],[\"Paris\", \"Eiffel Tower\"],[\"Leonardo Da Vinci\", \"Mona Lisa\"],[\"Apple\", \"iPhone\"] are examples of examples of what entities are known for. Are [\"Pizzagate\", \"Hillary Clinton\"] examples of what entities are known for as well?\n yes", "output": ""}
|
55 |
+
{"perplexity": 12.973976134524774, "input": "Answer the question by yes or no. We know that [\"Russell Crowe\", \"Gladiator\"],[\"Cadbury\", \"chocolate\"],[\"Paris\", \"Eiffel Tower\"],[\"Leonardo Da Vinci\", \"Mona Lisa\"],[\"Apple\", \"iPhone\"] are examples of examples of what entities are known for. Are [\"George Orwell\", \"Coming Up for Air\"] examples of what entities are known for as well?\n yes", "output": ""}
|
56 |
+
{"perplexity": 13.423052795269765, "input": "Answer the question by yes or no. We know that [\"Russell Crowe\", \"Gladiator\"],[\"Cadbury\", \"chocolate\"],[\"Paris\", \"Eiffel Tower\"],[\"Leonardo Da Vinci\", \"Mona Lisa\"],[\"Apple\", \"iPhone\"] are examples of examples of what entities are known for. Are [\"Italy\", \"wine\"] examples of what entities are known for as well?\n yes", "output": ""}
|
57 |
+
{"perplexity": 11.073900773362743, "input": "Answer the question by yes or no. We know that [\"Russell Crowe\", \"Gladiator\"],[\"Cadbury\", \"chocolate\"],[\"Paris\", \"Eiffel Tower\"],[\"Leonardo Da Vinci\", \"Mona Lisa\"],[\"Apple\", \"iPhone\"] are examples of examples of what entities are known for. Are [\"Coca-Cola\", \"Pepsi\"] examples of what entities are known for as well?\n yes", "output": ""}
|
58 |
+
{"perplexity": 12.789164115175273, "input": "Answer the question by yes or no. We know that [\"Russell Crowe\", \"Gladiator\"],[\"Cadbury\", \"chocolate\"],[\"Paris\", \"Eiffel Tower\"],[\"Leonardo Da Vinci\", \"Mona Lisa\"],[\"Apple\", \"iPhone\"] are examples of examples of what entities are known for. Are [\"Spotify\", \"Podcasts\"] examples of what entities are known for as well?\n yes", "output": ""}
|
59 |
+
{"perplexity": 13.58921797983017, "input": "Answer the question by yes or no. We know that [\"Russell Crowe\", \"Gladiator\"],[\"Cadbury\", \"chocolate\"],[\"Paris\", \"Eiffel Tower\"],[\"Leonardo Da Vinci\", \"Mona Lisa\"],[\"Apple\", \"iPhone\"] are examples of examples of what entities are known for. Are [\"Valencia\", \"paella\"] examples of what entities are known for as well?\n yes", "output": ""}
|
60 |
+
{"perplexity": 13.686051424297416, "input": "Answer the question by yes or no. We know that [\"Russell Crowe\", \"Gladiator\"],[\"Cadbury\", \"chocolate\"],[\"Paris\", \"Eiffel Tower\"],[\"Leonardo Da Vinci\", \"Mona Lisa\"],[\"Apple\", \"iPhone\"] are examples of examples of what entities are known for. Are [\"The Office\", \"IBM\"] examples of what entities are known for as well?\n yes", "output": ""}
|
61 |
+
{"perplexity": 14.157264085870343, "input": "Answer the question by yes or no. We know that [\"Russell Crowe\", \"Gladiator\"],[\"Cadbury\", \"chocolate\"],[\"Paris\", \"Eiffel Tower\"],[\"Leonardo Da Vinci\", \"Mona Lisa\"],[\"Apple\", \"iPhone\"] are examples of examples of what entities are known for. Are [\"Romania\", \"Roman Catholicism\"] examples of what entities are known for as well?\n yes", "output": ""}
|
62 |
+
{"perplexity": 13.525136256778241, "input": "Answer the question by yes or no. We know that [\"Russell Crowe\", \"Gladiator\"],[\"Cadbury\", \"chocolate\"],[\"Paris\", \"Eiffel Tower\"],[\"Leonardo Da Vinci\", \"Mona Lisa\"],[\"Apple\", \"iPhone\"] are examples of examples of what entities are known for. Are [\"George Washington\", \"Kiribati\"] examples of what entities are known for as well?\n yes", "output": ""}
|
63 |
+
{"perplexity": 15.28784416938877, "input": "Answer the question by yes or no. We know that [\"Russell Crowe\", \"Gladiator\"],[\"Cadbury\", \"chocolate\"],[\"Paris\", \"Eiffel Tower\"],[\"Leonardo Da Vinci\", \"Mona Lisa\"],[\"Apple\", \"iPhone\"] are examples of examples of what entities are known for. Are [\"Charles Bronson\", \"Rory McIlroy\"] examples of what entities are known for as well?\n yes", "output": ""}
|
64 |
+
{"perplexity": 13.19660168354615, "input": "Answer the question by yes or no. We know that [\"Russell Crowe\", \"Gladiator\"],[\"Cadbury\", \"chocolate\"],[\"Paris\", \"Eiffel Tower\"],[\"Leonardo Da Vinci\", \"Mona Lisa\"],[\"Apple\", \"iPhone\"] are examples of examples of what entities are known for. Are [\"Belgium\", \"wine\"] examples of what entities are known for as well?\n yes", "output": ""}
|
65 |
+
{"perplexity": 13.258798876556947, "input": "Answer the question by yes or no. We know that [\"Russell Crowe\", \"Gladiator\"],[\"Cadbury\", \"chocolate\"],[\"Paris\", \"Eiffel Tower\"],[\"Leonardo Da Vinci\", \"Mona Lisa\"],[\"Apple\", \"iPhone\"] are examples of examples of what entities are known for. Are [\"Luka Modri\u0107\", \"Rottweiler\"] examples of what entities are known for as well?\n yes", "output": ""}
|
66 |
+
{"perplexity": 12.309906860437147, "input": "Answer the question by yes or no. We know that [\"Russell Crowe\", \"Gladiator\"],[\"Cadbury\", \"chocolate\"],[\"Paris\", \"Eiffel Tower\"],[\"Leonardo Da Vinci\", \"Mona Lisa\"],[\"Apple\", \"iPhone\"] are examples of examples of what entities are known for. Are [\"Switzerland\", \"mountains\"] examples of what entities are known for as well?\n yes", "output": ""}
|
67 |
+
{"perplexity": 12.886438942933971, "input": "Answer the question by yes or no. We know that [\"Russell Crowe\", \"Gladiator\"],[\"Cadbury\", \"chocolate\"],[\"Paris\", \"Eiffel Tower\"],[\"Leonardo Da Vinci\", \"Mona Lisa\"],[\"Apple\", \"iPhone\"] are examples of examples of what entities are known for. Are [\"Assassin's Creed\", \"history\"] examples of what entities are known for as well?\n yes", "output": ""}
|
68 |
+
{"perplexity": 11.983527050590077, "input": "Answer the question by yes or no. We know that [\"Russell Crowe\", \"Gladiator\"],[\"Cadbury\", \"chocolate\"],[\"Paris\", \"Eiffel Tower\"],[\"Leonardo Da Vinci\", \"Mona Lisa\"],[\"Apple\", \"iPhone\"] are examples of examples of what entities are known for. Are [\"Red Bull\", \"energy drinks\"] examples of what entities are known for as well?\n yes", "output": ""}
|
69 |
+
{"perplexity": 12.25232810099554, "input": "Answer the question by yes or no. We know that [\"Russell Crowe\", \"Gladiator\"],[\"Cadbury\", \"chocolate\"],[\"Paris\", \"Eiffel Tower\"],[\"Leonardo Da Vinci\", \"Mona Lisa\"],[\"Apple\", \"iPhone\"] are examples of examples of what entities are known for. Are [\"Johnny Cash\", \"Ring of Fire\"] examples of what entities are known for as well?\n yes", "output": ""}
|
70 |
+
{"perplexity": 12.37213146525758, "input": "Answer the question by yes or no. We know that [\"Russell Crowe\", \"Gladiator\"],[\"Cadbury\", \"chocolate\"],[\"Paris\", \"Eiffel Tower\"],[\"Leonardo Da Vinci\", \"Mona Lisa\"],[\"Apple\", \"iPhone\"] are examples of examples of what entities are known for. Are [\"Microsoft\", \"Xbox\"] examples of what entities are known for as well?\n yes", "output": ""}
|
71 |
+
{"perplexity": 12.394453477837024, "input": "Answer the question by yes or no. We know that [\"Russell Crowe\", \"Gladiator\"],[\"Cadbury\", \"chocolate\"],[\"Paris\", \"Eiffel Tower\"],[\"Leonardo Da Vinci\", \"Mona Lisa\"],[\"Apple\", \"iPhone\"] are examples of examples of what entities are known for. Are [\"Canada\", \"maple syrup\"] examples of what entities are known for as well?\n yes", "output": ""}
|
72 |
+
{"perplexity": 12.835164951107652, "input": "Answer the question by yes or no. We know that [\"Russell Crowe\", \"Gladiator\"],[\"Cadbury\", \"chocolate\"],[\"Paris\", \"Eiffel Tower\"],[\"Leonardo Da Vinci\", \"Mona Lisa\"],[\"Apple\", \"iPhone\"] are examples of examples of what entities are known for. Are [\"France\", \"cheese\"] examples of what entities are known for as well?\n yes", "output": ""}
|
73 |
+
{"perplexity": 13.712584248231806, "input": "Answer the question by yes or no. We know that [\"Russell Crowe\", \"Gladiator\"],[\"Cadbury\", \"chocolate\"],[\"Paris\", \"Eiffel Tower\"],[\"Leonardo Da Vinci\", \"Mona Lisa\"],[\"Apple\", \"iPhone\"] are examples of examples of what entities are known for. Are [\"France\", \"beer\"] examples of what entities are known for as well?\n yes", "output": ""}
|
74 |
+
{"perplexity": 12.01348741585948, "input": "Answer the question by yes or no. We know that [\"Russell Crowe\", \"Gladiator\"],[\"Cadbury\", \"chocolate\"],[\"Paris\", \"Eiffel Tower\"],[\"Leonardo Da Vinci\", \"Mona Lisa\"],[\"Apple\", \"iPhone\"] are examples of examples of what entities are known for. Are [\"Nintendo\", \"Super Mario Bros.\"] examples of what entities are known for as well?\n yes", "output": ""}
|
75 |
+
{"perplexity": 13.834456699334321, "input": "Answer the question by yes or no. We know that [\"Russell Crowe\", \"Gladiator\"],[\"Cadbury\", \"chocolate\"],[\"Paris\", \"Eiffel Tower\"],[\"Leonardo Da Vinci\", \"Mona Lisa\"],[\"Apple\", \"iPhone\"] are examples of examples of what entities are known for. Are [\"democracy\", \"North Korea\"] examples of what entities are known for as well?\n yes", "output": ""}
|
76 |
+
{"perplexity": 12.01381075168405, "input": "Answer the question by yes or no. We know that [\"Russell Crowe\", \"Gladiator\"],[\"Cadbury\", \"chocolate\"],[\"Paris\", \"Eiffel Tower\"],[\"Leonardo Da Vinci\", \"Mona Lisa\"],[\"Apple\", \"iPhone\"] are examples of examples of what entities are known for. Are [\"Apple\", \"iPhone\"] examples of what entities are known for as well?\n yes", "output": ""}
|
77 |
+
{"perplexity": 12.026072926499083, "input": "Answer the question by yes or no. We know that [\"Russell Crowe\", \"Gladiator\"],[\"Cadbury\", \"chocolate\"],[\"Paris\", \"Eiffel Tower\"],[\"Leonardo Da Vinci\", \"Mona Lisa\"],[\"Apple\", \"iPhone\"] are examples of examples of what entities are known for. Are [\"Harry Potter\", \"Bloomsbury\"] examples of what entities are known for as well?\n yes", "output": ""}
|
78 |
+
{"perplexity": 13.32670170520171, "input": "Answer the question by yes or no. We know that [\"Russell Crowe\", \"Gladiator\"],[\"Cadbury\", \"chocolate\"],[\"Paris\", \"Eiffel Tower\"],[\"Leonardo Da Vinci\", \"Mona Lisa\"],[\"Apple\", \"iPhone\"] are examples of examples of what entities are known for. Are [\"France\", \"mountains\"] examples of what entities are known for as well?\n yes", "output": ""}
|
79 |
+
{"perplexity": 13.662227130533795, "input": "Answer the question by yes or no. We know that [\"Russell Crowe\", \"Gladiator\"],[\"Cadbury\", \"chocolate\"],[\"Paris\", \"Eiffel Tower\"],[\"Leonardo Da Vinci\", \"Mona Lisa\"],[\"Apple\", \"iPhone\"] are examples of examples of what entities are known for. Are [\"UK\", \"rain\"] examples of what entities are known for as well?\n yes", "output": ""}
|
80 |
+
{"perplexity": 12.263262279171503, "input": "Answer the question by yes or no. We know that [\"Russell Crowe\", \"Gladiator\"],[\"Cadbury\", \"chocolate\"],[\"Paris\", \"Eiffel Tower\"],[\"Leonardo Da Vinci\", \"Mona Lisa\"],[\"Apple\", \"iPhone\"] are examples of examples of what entities are known for. Are [\"Matt Damon\", \"Ocean's Eleven\"] examples of what entities are known for as well?\n yes", "output": ""}
|
81 |
+
{"perplexity": 13.040338089469328, "input": "Answer the question by yes or no. We know that [\"Russell Crowe\", \"Gladiator\"],[\"Cadbury\", \"chocolate\"],[\"Paris\", \"Eiffel Tower\"],[\"Leonardo Da Vinci\", \"Mona Lisa\"],[\"Apple\", \"iPhone\"] are examples of examples of what entities are known for. Are [\"Switzerland\", \"banking secrecy\"] examples of what entities are known for as well?\n yes", "output": ""}
|
82 |
+
{"perplexity": 12.247348697522282, "input": "Answer the question by yes or no. We know that [\"Russell Crowe\", \"Gladiator\"],[\"Cadbury\", \"chocolate\"],[\"Paris\", \"Eiffel Tower\"],[\"Leonardo Da Vinci\", \"Mona Lisa\"],[\"Apple\", \"iPhone\"] are examples of examples of what entities are known for. Are [\"Adidas\", \"Yeezy Boost\"] examples of what entities are known for as well?\n yes", "output": ""}
|
83 |
+
{"perplexity": 12.765263103602521, "input": "Answer the question by yes or no. We know that [\"Russell Crowe\", \"Gladiator\"],[\"Cadbury\", \"chocolate\"],[\"Paris\", \"Eiffel Tower\"],[\"Leonardo Da Vinci\", \"Mona Lisa\"],[\"Apple\", \"iPhone\"] are examples of examples of what entities are known for. Are [\"Portugal\", \"Fado\"] examples of what entities are known for as well?\n yes", "output": ""}
|
84 |
+
{"perplexity": 13.755848923893817, "input": "Answer the question by yes or no. We know that [\"Russell Crowe\", \"Gladiator\"],[\"Cadbury\", \"chocolate\"],[\"Paris\", \"Eiffel Tower\"],[\"Leonardo Da Vinci\", \"Mona Lisa\"],[\"Apple\", \"iPhone\"] are examples of examples of what entities are known for. Are [\"Italy\", \"tea\"] examples of what entities are known for as well?\n yes", "output": ""}
|
85 |
+
{"perplexity": 12.796187614638148, "input": "Answer the question by yes or no. We know that [\"Russell Crowe\", \"Gladiator\"],[\"Cadbury\", \"chocolate\"],[\"Paris\", \"Eiffel Tower\"],[\"Leonardo Da Vinci\", \"Mona Lisa\"],[\"Apple\", \"iPhone\"] are examples of examples of what entities are known for. Are [\"Beatles\", \"Come Together\"] examples of what entities are known for as well?\n yes", "output": ""}
|
86 |
+
{"perplexity": 13.124918894240468, "input": "Answer the question by yes or no. We know that [\"Russell Crowe\", \"Gladiator\"],[\"Cadbury\", \"chocolate\"],[\"Paris\", \"Eiffel Tower\"],[\"Leonardo Da Vinci\", \"Mona Lisa\"],[\"Apple\", \"iPhone\"] are examples of examples of what entities are known for. Are [\"Afro-Brazilians\", \"Capoeira\"] examples of what entities are known for as well?\n yes", "output": ""}
|
87 |
+
{"perplexity": 13.012726646200608, "input": "Answer the question by yes or no. We know that [\"Russell Crowe\", \"Gladiator\"],[\"Cadbury\", \"chocolate\"],[\"Paris\", \"Eiffel Tower\"],[\"Leonardo Da Vinci\", \"Mona Lisa\"],[\"Apple\", \"iPhone\"] are examples of examples of what entities are known for. Are [\"Steve Jobs\", \"AirPods\"] examples of what entities are known for as well?\n yes", "output": ""}
|
88 |
+
{"perplexity": 12.308809917603686, "input": "Answer the question by yes or no. We know that [\"Russell Crowe\", \"Gladiator\"],[\"Cadbury\", \"chocolate\"],[\"Paris\", \"Eiffel Tower\"],[\"Leonardo Da Vinci\", \"Mona Lisa\"],[\"Apple\", \"iPhone\"] are examples of examples of what entities are known for. Are [\"Apple\", \"Apple Watch\"] examples of what entities are known for as well?\n yes", "output": ""}
|
89 |
+
{"perplexity": 14.257598993409257, "input": "Answer the question by yes or no. We know that [\"Russell Crowe\", \"Gladiator\"],[\"Cadbury\", \"chocolate\"],[\"Paris\", \"Eiffel Tower\"],[\"Leonardo Da Vinci\", \"Mona Lisa\"],[\"Apple\", \"iPhone\"] are examples of examples of what entities are known for. Are [\"Frank Abagnale Jr\", \"doctor\"] examples of what entities are known for as well?\n yes", "output": ""}
|
90 |
+
{"perplexity": 15.827502741389045, "input": "Answer the question by yes or no. We know that [\"Russell Crowe\", \"Gladiator\"],[\"Cadbury\", \"chocolate\"],[\"Paris\", \"Eiffel Tower\"],[\"Leonardo Da Vinci\", \"Mona Lisa\"],[\"Apple\", \"iPhone\"] are examples of examples of what entities are known for. Are [\"Meta\", \"Instagram\"] examples of what entities are known for as well?\n yes", "output": ""}
|
91 |
+
{"perplexity": 10.939054678134777, "input": "Answer the question by yes or no. We know that [\"Russell Crowe\", \"Gladiator\"],[\"Cadbury\", \"chocolate\"],[\"Paris\", \"Eiffel Tower\"],[\"Leonardo Da Vinci\", \"Mona Lisa\"],[\"Apple\", \"iPhone\"] are examples of examples of what entities are known for. Are [\"Jeff Goldblum\", \"Jurassic Park\"] examples of what entities are known for as well?\n yes", "output": ""}
|
92 |
+
{"perplexity": 10.34387929296922, "input": "Answer the question by yes or no. We know that [\"Russell Crowe\", \"Gladiator\"],[\"Cadbury\", \"chocolate\"],[\"Paris\", \"Eiffel Tower\"],[\"Leonardo Da Vinci\", \"Mona Lisa\"],[\"Apple\", \"iPhone\"] are examples of examples of what entities are known for. Are [\"Leonardo Da Vinci\", \"Mona Lisa\"] examples of what entities are known for as well?\n yes", "output": ""}
|
93 |
+
{"perplexity": 13.440801106999821, "input": "Answer the question by yes or no. We know that [\"Russell Crowe\", \"Gladiator\"],[\"Cadbury\", \"chocolate\"],[\"Paris\", \"Eiffel Tower\"],[\"Leonardo Da Vinci\", \"Mona Lisa\"],[\"Apple\", \"iPhone\"] are examples of examples of what entities are known for. Are [\"Neil Armstrong\", \"Korean War\"] examples of what entities are known for as well?\n yes", "output": ""}
|
94 |
+
{"perplexity": 12.58365637553883, "input": "Answer the question by yes or no. We know that [\"Russell Crowe\", \"Gladiator\"],[\"Cadbury\", \"chocolate\"],[\"Paris\", \"Eiffel Tower\"],[\"Leonardo Da Vinci\", \"Mona Lisa\"],[\"Apple\", \"iPhone\"] are examples of examples of what entities are known for. Are [\"France\", \"baguette\"] examples of what entities are known for as well?\n yes", "output": ""}
|
95 |
+
{"perplexity": 11.175569074932092, "input": "Answer the question by yes or no. We know that [\"Russell Crowe\", \"Gladiator\"],[\"Cadbury\", \"chocolate\"],[\"Paris\", \"Eiffel Tower\"],[\"Leonardo Da Vinci\", \"Mona Lisa\"],[\"Apple\", \"iPhone\"] are examples of examples of what entities are known for. Are [\"Queen\", \"Bohemian Rhapsody\"] examples of what entities are known for as well?\n yes", "output": ""}
|
96 |
+
{"perplexity": 13.497013609516982, "input": "Answer the question by yes or no. We know that [\"Russell Crowe\", \"Gladiator\"],[\"Cadbury\", \"chocolate\"],[\"Paris\", \"Eiffel Tower\"],[\"Leonardo Da Vinci\", \"Mona Lisa\"],[\"Apple\", \"iPhone\"] are examples of examples of what entities are known for. Are [\"Pixar\", \"Novosibirsk\"] examples of what entities are known for as well?\n yes", "output": ""}
|
97 |
+
{"perplexity": 11.664221052183109, "input": "Answer the question by yes or no. We know that [\"Russell Crowe\", \"Gladiator\"],[\"Cadbury\", \"chocolate\"],[\"Paris\", \"Eiffel Tower\"],[\"Leonardo Da Vinci\", \"Mona Lisa\"],[\"Apple\", \"iPhone\"] are examples of examples of what entities are known for. Are [\"Greggs\", \"sausage rolls\"] examples of what entities are known for as well?\n yes", "output": ""}
|
98 |
+
{"perplexity": 13.51695742835458, "input": "Answer the question by yes or no. We know that [\"Russell Crowe\", \"Gladiator\"],[\"Cadbury\", \"chocolate\"],[\"Paris\", \"Eiffel Tower\"],[\"Leonardo Da Vinci\", \"Mona Lisa\"],[\"Apple\", \"iPhone\"] are examples of examples of what entities are known for. Are [\"Japan\", \"sake\"] examples of what entities are known for as well?\n yes", "output": ""}
|
99 |
+
{"perplexity": 13.215563948714482, "input": "Answer the question by yes or no. We know that [\"Russell Crowe\", \"Gladiator\"],[\"Cadbury\", \"chocolate\"],[\"Paris\", \"Eiffel Tower\"],[\"Leonardo Da Vinci\", \"Mona Lisa\"],[\"Apple\", \"iPhone\"] are examples of examples of what entities are known for. Are [\"IKEA\", \"food\"] examples of what entities are known for as well?\n yes", "output": ""}
|
100 |
+
{"perplexity": 13.904741608483056, "input": "Answer the question by yes or no. We know that [\"Russell Crowe\", \"Gladiator\"],[\"Cadbury\", \"chocolate\"],[\"Paris\", \"Eiffel Tower\"],[\"Leonardo Da Vinci\", \"Mona Lisa\"],[\"Apple\", \"iPhone\"] are examples of examples of what entities are known for. Are [\"William Grant & Sons\", \"gin\"] examples of what entities are known for as well?\n yes", "output": ""}
|
101 |
+
{"perplexity": 12.428926101657796, "input": "Answer the question by yes or no. We know that [\"Russell Crowe\", \"Gladiator\"],[\"Cadbury\", \"chocolate\"],[\"Paris\", \"Eiffel Tower\"],[\"Leonardo Da Vinci\", \"Mona Lisa\"],[\"Apple\", \"iPhone\"] are examples of examples of what entities are known for. Are [\"Netherlands\", \"tulips\"] examples of what entities are known for as well?\n yes", "output": ""}
|
102 |
+
{"perplexity": 14.808424263072483, "input": "Answer the question by yes or no. We know that [\"Russell Crowe\", \"Gladiator\"],[\"Cadbury\", \"chocolate\"],[\"Paris\", \"Eiffel Tower\"],[\"Leonardo Da Vinci\", \"Mona Lisa\"],[\"Apple\", \"iPhone\"] are examples of examples of what entities are known for. Are [\"LAMY\", \"notebook\"] examples of what entities are known for as well?\n yes", "output": ""}
|
103 |
+
{"perplexity": 11.96090137547839, "input": "Answer the question by yes or no. We know that [\"Russell Crowe\", \"Gladiator\"],[\"Cadbury\", \"chocolate\"],[\"Paris\", \"Eiffel Tower\"],[\"Leonardo Da Vinci\", \"Mona Lisa\"],[\"Apple\", \"iPhone\"] are examples of examples of what entities are known for. Are [\"Harvey Weinstein\", \"Miramax\"] examples of what entities are known for as well?\n yes", "output": ""}
|
104 |
+
{"perplexity": 13.10240477826982, "input": "Answer the question by yes or no. We know that [\"Russell Crowe\", \"Gladiator\"],[\"Cadbury\", \"chocolate\"],[\"Paris\", \"Eiffel Tower\"],[\"Leonardo Da Vinci\", \"Mona Lisa\"],[\"Apple\", \"iPhone\"] are examples of examples of what entities are known for. Are [\"Scotland\", \"whisky\"] examples of what entities are known for as well?\n yes", "output": ""}
|
105 |
+
{"perplexity": 12.171422922340408, "input": "Answer the question by yes or no. We know that [\"Russell Crowe\", \"Gladiator\"],[\"Cadbury\", \"chocolate\"],[\"Paris\", \"Eiffel Tower\"],[\"Leonardo Da Vinci\", \"Mona Lisa\"],[\"Apple\", \"iPhone\"] are examples of examples of what entities are known for. Are [\"Apple\", \"MacBook\"] examples of what entities are known for as well?\n yes", "output": ""}
|
106 |
+
{"perplexity": 12.13072314547303, "input": "Answer the question by yes or no. We know that [\"Russell Crowe\", \"Gladiator\"],[\"Cadbury\", \"chocolate\"],[\"Paris\", \"Eiffel Tower\"],[\"Leonardo Da Vinci\", \"Mona Lisa\"],[\"Apple\", \"iPhone\"] are examples of examples of what entities are known for. Are [\"Steve Jobs\", \"Apple\"] examples of what entities are known for as well?\n yes", "output": ""}
|
107 |
+
{"perplexity": 13.195219615309083, "input": "Answer the question by yes or no. We know that [\"Russell Crowe\", \"Gladiator\"],[\"Cadbury\", \"chocolate\"],[\"Paris\", \"Eiffel Tower\"],[\"Leonardo Da Vinci\", \"Mona Lisa\"],[\"Apple\", \"iPhone\"] are examples of examples of what entities are known for. Are [\"Beatles\", \"I Me Mine\"] examples of what entities are known for as well?\n yes", "output": ""}
|
108 |
+
{"perplexity": 12.035163827549368, "input": "Answer the question by yes or no. We know that [\"Russell Crowe\", \"Gladiator\"],[\"Cadbury\", \"chocolate\"],[\"Paris\", \"Eiffel Tower\"],[\"Leonardo Da Vinci\", \"Mona Lisa\"],[\"Apple\", \"iPhone\"] are examples of examples of what entities are known for. Are [\"Google\", \"search engine\"] examples of what entities are known for as well?\n yes", "output": ""}
|
experiments/results/lm_qa/davinci/ppl.similar_to.jsonl
ADDED
@@ -0,0 +1,93 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{"perplexity": 12.890750109067733, "input": "Answer the question by yes or no. We know that [\"Coca-Cola\", \"Pepsi\"],[\"Ligue 1\", \"Bundesliga\"],[\"Australia\", \"New Zealand\"],[\"The Avengers\", \"The Justice League\"],[\"Tesco\", \"Sainsburys\"] are examples of examples of entities that are similar. Are [\"pill\", \"tablet\"] examples of entities that are similar as well?\n yes", "output": ""}
|
2 |
+
{"perplexity": 11.989162489350692, "input": "Answer the question by yes or no. We know that [\"Coca-Cola\", \"Pepsi\"],[\"Ligue 1\", \"Bundesliga\"],[\"Australia\", \"New Zealand\"],[\"The Avengers\", \"The Justice League\"],[\"Tesco\", \"Sainsburys\"] are examples of examples of entities that are similar. Are [\"Eduardo Saverin\", \"Guinea-Bissau\"] examples of entities that are similar as well?\n yes", "output": ""}
|
3 |
+
{"perplexity": 12.680446434350527, "input": "Answer the question by yes or no. We know that [\"Coca-Cola\", \"Pepsi\"],[\"Ligue 1\", \"Bundesliga\"],[\"Australia\", \"New Zealand\"],[\"The Avengers\", \"The Justice League\"],[\"Tesco\", \"Sainsburys\"] are examples of examples of entities that are similar. Are [\"Dionysus\", \"Toyota Corolla\"] examples of entities that are similar as well?\n yes", "output": ""}
|
4 |
+
{"perplexity": 13.306492224558513, "input": "Answer the question by yes or no. We know that [\"Coca-Cola\", \"Pepsi\"],[\"Ligue 1\", \"Bundesliga\"],[\"Australia\", \"New Zealand\"],[\"The Avengers\", \"The Justice League\"],[\"Tesco\", \"Sainsburys\"] are examples of examples of entities that are similar. Are [\"Great Britian\", \"British Empire\"] examples of entities that are similar as well?\n yes", "output": ""}
|
5 |
+
{"perplexity": 12.864642884470417, "input": "Answer the question by yes or no. We know that [\"Coca-Cola\", \"Pepsi\"],[\"Ligue 1\", \"Bundesliga\"],[\"Australia\", \"New Zealand\"],[\"The Avengers\", \"The Justice League\"],[\"Tesco\", \"Sainsburys\"] are examples of examples of entities that are similar. Are [\"English\", \"Persian\"] examples of entities that are similar as well?\n yes", "output": ""}
|
6 |
+
{"perplexity": 12.050675731733435, "input": "Answer the question by yes or no. We know that [\"Coca-Cola\", \"Pepsi\"],[\"Ligue 1\", \"Bundesliga\"],[\"Australia\", \"New Zealand\"],[\"The Avengers\", \"The Justice League\"],[\"Tesco\", \"Sainsburys\"] are examples of examples of entities that are similar. Are [\"Chess\", \"Rubik's Cube\"] examples of entities that are similar as well?\n yes", "output": ""}
|
7 |
+
{"perplexity": 11.129568690983833, "input": "Answer the question by yes or no. We know that [\"Coca-Cola\", \"Pepsi\"],[\"Ligue 1\", \"Bundesliga\"],[\"Australia\", \"New Zealand\"],[\"The Avengers\", \"The Justice League\"],[\"Tesco\", \"Sainsburys\"] are examples of examples of entities that are similar. Are [\"Star Wars\", \"Star Trek\"] examples of entities that are similar as well?\n yes", "output": ""}
|
8 |
+
{"perplexity": 13.657824877835523, "input": "Answer the question by yes or no. We know that [\"Coca-Cola\", \"Pepsi\"],[\"Ligue 1\", \"Bundesliga\"],[\"Australia\", \"New Zealand\"],[\"The Avengers\", \"The Justice League\"],[\"Tesco\", \"Sainsburys\"] are examples of examples of entities that are similar. Are [\"Anne Heche\", \"Ponzi scheme\"] examples of entities that are similar as well?\n yes", "output": ""}
|
9 |
+
{"perplexity": 14.84595475533334, "input": "Answer the question by yes or no. We know that [\"Coca-Cola\", \"Pepsi\"],[\"Ligue 1\", \"Bundesliga\"],[\"Australia\", \"New Zealand\"],[\"The Avengers\", \"The Justice League\"],[\"Tesco\", \"Sainsburys\"] are examples of examples of entities that are similar. Are [\"Chris Pine\", \"Good Friday\"] examples of entities that are similar as well?\n yes", "output": ""}
|
10 |
+
{"perplexity": 12.19362552338741, "input": "Answer the question by yes or no. We know that [\"Coca-Cola\", \"Pepsi\"],[\"Ligue 1\", \"Bundesliga\"],[\"Australia\", \"New Zealand\"],[\"The Avengers\", \"The Justice League\"],[\"Tesco\", \"Sainsburys\"] are examples of examples of entities that are similar. Are [\"Sudocrem\", \"Germolene\"] examples of entities that are similar as well?\n yes", "output": ""}
|
11 |
+
{"perplexity": 11.405304523993873, "input": "Answer the question by yes or no. We know that [\"Coca-Cola\", \"Pepsi\"],[\"Ligue 1\", \"Bundesliga\"],[\"Australia\", \"New Zealand\"],[\"The Avengers\", \"The Justice League\"],[\"Tesco\", \"Sainsburys\"] are examples of examples of entities that are similar. Are [\"Yugoslavia\", \"Albania\"] examples of entities that are similar as well?\n yes", "output": ""}
|
12 |
+
{"perplexity": 11.499551477624596, "input": "Answer the question by yes or no. We know that [\"Coca-Cola\", \"Pepsi\"],[\"Ligue 1\", \"Bundesliga\"],[\"Australia\", \"New Zealand\"],[\"The Avengers\", \"The Justice League\"],[\"Tesco\", \"Sainsburys\"] are examples of examples of entities that are similar. Are [\"Beatles\", \"Rolling Stones\"] examples of entities that are similar as well?\n yes", "output": ""}
|
13 |
+
{"perplexity": 12.277390944592893, "input": "Answer the question by yes or no. We know that [\"Coca-Cola\", \"Pepsi\"],[\"Ligue 1\", \"Bundesliga\"],[\"Australia\", \"New Zealand\"],[\"The Avengers\", \"The Justice League\"],[\"Tesco\", \"Sainsburys\"] are examples of examples of entities that are similar. Are [\"decision tree\", \"neural network\"] examples of entities that are similar as well?\n yes", "output": ""}
|
14 |
+
{"perplexity": 11.958039621699426, "input": "Answer the question by yes or no. We know that [\"Coca-Cola\", \"Pepsi\"],[\"Ligue 1\", \"Bundesliga\"],[\"Australia\", \"New Zealand\"],[\"The Avengers\", \"The Justice League\"],[\"Tesco\", \"Sainsburys\"] are examples of examples of entities that are similar. Are [\"Suits\", \"Law & Order\"] examples of entities that are similar as well?\n yes", "output": ""}
|
15 |
+
{"perplexity": 12.666061342171849, "input": "Answer the question by yes or no. We know that [\"Coca-Cola\", \"Pepsi\"],[\"Ligue 1\", \"Bundesliga\"],[\"Australia\", \"New Zealand\"],[\"The Avengers\", \"The Justice League\"],[\"Tesco\", \"Sainsburys\"] are examples of examples of entities that are similar. Are [\"Titanic\", \"Superbad\"] examples of entities that are similar as well?\n yes", "output": ""}
|
16 |
+
{"perplexity": 11.82232576121056, "input": "Answer the question by yes or no. We know that [\"Coca-Cola\", \"Pepsi\"],[\"Ligue 1\", \"Bundesliga\"],[\"Australia\", \"New Zealand\"],[\"The Avengers\", \"The Justice League\"],[\"Tesco\", \"Sainsburys\"] are examples of examples of entities that are similar. Are [\"Seleucid Empire\", \"Macedonian Empire\"] examples of entities that are similar as well?\n yes", "output": ""}
|
17 |
+
{"perplexity": 13.111664811626339, "input": "Answer the question by yes or no. We know that [\"Coca-Cola\", \"Pepsi\"],[\"Ligue 1\", \"Bundesliga\"],[\"Australia\", \"New Zealand\"],[\"The Avengers\", \"The Justice League\"],[\"Tesco\", \"Sainsburys\"] are examples of examples of entities that are similar. Are [\"Doctor Who\", \"Timeless\"] examples of entities that are similar as well?\n yes", "output": ""}
|
18 |
+
{"perplexity": 13.69568556789991, "input": "Answer the question by yes or no. We know that [\"Coca-Cola\", \"Pepsi\"],[\"Ligue 1\", \"Bundesliga\"],[\"Australia\", \"New Zealand\"],[\"The Avengers\", \"The Justice League\"],[\"Tesco\", \"Sainsburys\"] are examples of examples of entities that are similar. Are [\"Srebrenica massacre\", \"Rock Hudson\"] examples of entities that are similar as well?\n yes", "output": ""}
|
19 |
+
{"perplexity": 12.089081889355745, "input": "Answer the question by yes or no. We know that [\"Coca-Cola\", \"Pepsi\"],[\"Ligue 1\", \"Bundesliga\"],[\"Australia\", \"New Zealand\"],[\"The Avengers\", \"The Justice League\"],[\"Tesco\", \"Sainsburys\"] are examples of examples of entities that are similar. Are [\"Arnold Classic\", \"Mr. Olympia\"] examples of entities that are similar as well?\n yes", "output": ""}
|
20 |
+
{"perplexity": 13.348862382369584, "input": "Answer the question by yes or no. We know that [\"Coca-Cola\", \"Pepsi\"],[\"Ligue 1\", \"Bundesliga\"],[\"Australia\", \"New Zealand\"],[\"The Avengers\", \"The Justice League\"],[\"Tesco\", \"Sainsburys\"] are examples of examples of entities that are similar. Are [\"Italy\", \"Superman\"] examples of entities that are similar as well?\n yes", "output": ""}
|
21 |
+
{"perplexity": 12.474196353583316, "input": "Answer the question by yes or no. We know that [\"Coca-Cola\", \"Pepsi\"],[\"Ligue 1\", \"Bundesliga\"],[\"Australia\", \"New Zealand\"],[\"The Avengers\", \"The Justice League\"],[\"Tesco\", \"Sainsburys\"] are examples of examples of entities that are similar. Are [\"Alibaba\", \"Amazon\"] examples of entities that are similar as well?\n yes", "output": ""}
|
22 |
+
{"perplexity": 11.987458217240942, "input": "Answer the question by yes or no. We know that [\"Coca-Cola\", \"Pepsi\"],[\"Ligue 1\", \"Bundesliga\"],[\"Australia\", \"New Zealand\"],[\"The Avengers\", \"The Justice League\"],[\"Tesco\", \"Sainsburys\"] are examples of examples of entities that are similar. Are [\"Indiana Jones\", \"Star Wars\"] examples of entities that are similar as well?\n yes", "output": ""}
|
23 |
+
{"perplexity": 14.36652710619995, "input": "Answer the question by yes or no. We know that [\"Coca-Cola\", \"Pepsi\"],[\"Ligue 1\", \"Bundesliga\"],[\"Australia\", \"New Zealand\"],[\"The Avengers\", \"The Justice League\"],[\"Tesco\", \"Sainsburys\"] are examples of examples of entities that are similar. Are [\"NQ64\", \"Wetherspoons\"] examples of entities that are similar as well?\n yes", "output": ""}
|
24 |
+
{"perplexity": 11.564804195163296, "input": "Answer the question by yes or no. We know that [\"Coca-Cola\", \"Pepsi\"],[\"Ligue 1\", \"Bundesliga\"],[\"Australia\", \"New Zealand\"],[\"The Avengers\", \"The Justice League\"],[\"Tesco\", \"Sainsburys\"] are examples of examples of entities that are similar. Are [\"Pepsi\", \"Fanta\"] examples of entities that are similar as well?\n yes", "output": ""}
|
25 |
+
{"perplexity": 12.999450020424211, "input": "Answer the question by yes or no. We know that [\"Coca-Cola\", \"Pepsi\"],[\"Ligue 1\", \"Bundesliga\"],[\"Australia\", \"New Zealand\"],[\"The Avengers\", \"The Justice League\"],[\"Tesco\", \"Sainsburys\"] are examples of examples of entities that are similar. Are [\"Homebase\", \"IKEA\"] examples of entities that are similar as well?\n yes", "output": ""}
|
26 |
+
{"perplexity": 12.833946358485099, "input": "Answer the question by yes or no. We know that [\"Coca-Cola\", \"Pepsi\"],[\"Ligue 1\", \"Bundesliga\"],[\"Australia\", \"New Zealand\"],[\"The Avengers\", \"The Justice League\"],[\"Tesco\", \"Sainsburys\"] are examples of examples of entities that are similar. Are [\"ramen\", \"udon\"] examples of entities that are similar as well?\n yes", "output": ""}
|
27 |
+
{"perplexity": 11.808028605124184, "input": "Answer the question by yes or no. We know that [\"Coca-Cola\", \"Pepsi\"],[\"Ligue 1\", \"Bundesliga\"],[\"Australia\", \"New Zealand\"],[\"The Avengers\", \"The Justice League\"],[\"Tesco\", \"Sainsburys\"] are examples of examples of entities that are similar. Are [\"England\", \"Wales\"] examples of entities that are similar as well?\n yes", "output": ""}
|
28 |
+
{"perplexity": 11.79855332386865, "input": "Answer the question by yes or no. We know that [\"Coca-Cola\", \"Pepsi\"],[\"Ligue 1\", \"Bundesliga\"],[\"Australia\", \"New Zealand\"],[\"The Avengers\", \"The Justice League\"],[\"Tesco\", \"Sainsburys\"] are examples of examples of entities that are similar. Are [\"sphinx\", \"sphynx\"] examples of entities that are similar as well?\n yes", "output": ""}
|
29 |
+
{"perplexity": 11.882146963661828, "input": "Answer the question by yes or no. We know that [\"Coca-Cola\", \"Pepsi\"],[\"Ligue 1\", \"Bundesliga\"],[\"Australia\", \"New Zealand\"],[\"The Avengers\", \"The Justice League\"],[\"Tesco\", \"Sainsburys\"] are examples of examples of entities that are similar. Are [\"iPod\", \"iPad\"] examples of entities that are similar as well?\n yes", "output": ""}
|
30 |
+
{"perplexity": 11.951790793672188, "input": "Answer the question by yes or no. We know that [\"Coca-Cola\", \"Pepsi\"],[\"Ligue 1\", \"Bundesliga\"],[\"Australia\", \"New Zealand\"],[\"The Avengers\", \"The Justice League\"],[\"Tesco\", \"Sainsburys\"] are examples of examples of entities that are similar. Are [\"Olympic Games\", \"X Games\"] examples of entities that are similar as well?\n yes", "output": ""}
|
31 |
+
{"perplexity": 10.721891142388126, "input": "Answer the question by yes or no. We know that [\"Coca-Cola\", \"Pepsi\"],[\"Ligue 1\", \"Bundesliga\"],[\"Australia\", \"New Zealand\"],[\"The Avengers\", \"The Justice League\"],[\"Tesco\", \"Sainsburys\"] are examples of examples of entities that are similar. Are [\"McDonald's\", \"Burger King\"] examples of entities that are similar as well?\n yes", "output": ""}
|
32 |
+
{"perplexity": 12.83652659059737, "input": "Answer the question by yes or no. We know that [\"Coca-Cola\", \"Pepsi\"],[\"Ligue 1\", \"Bundesliga\"],[\"Australia\", \"New Zealand\"],[\"The Avengers\", \"The Justice League\"],[\"Tesco\", \"Sainsburys\"] are examples of examples of entities that are similar. Are [\"Minnesota\", \"Wisconsin\"] examples of entities that are similar as well?\n yes", "output": ""}
|
33 |
+
{"perplexity": 12.719979143328855, "input": "Answer the question by yes or no. We know that [\"Coca-Cola\", \"Pepsi\"],[\"Ligue 1\", \"Bundesliga\"],[\"Australia\", \"New Zealand\"],[\"The Avengers\", \"The Justice League\"],[\"Tesco\", \"Sainsburys\"] are examples of examples of entities that are similar. Are [\"Slack\", \"Microsoft Teams\"] examples of entities that are similar as well?\n yes", "output": ""}
|
34 |
+
{"perplexity": 14.177904658870197, "input": "Answer the question by yes or no. We know that [\"Coca-Cola\", \"Pepsi\"],[\"Ligue 1\", \"Bundesliga\"],[\"Australia\", \"New Zealand\"],[\"The Avengers\", \"The Justice League\"],[\"Tesco\", \"Sainsburys\"] are examples of examples of entities that are similar. Are [\"Peter Phillips\", \"Christine Baranski\"] examples of entities that are similar as well?\n yes", "output": ""}
|
35 |
+
{"perplexity": 13.316699783139596, "input": "Answer the question by yes or no. We know that [\"Coca-Cola\", \"Pepsi\"],[\"Ligue 1\", \"Bundesliga\"],[\"Australia\", \"New Zealand\"],[\"The Avengers\", \"The Justice League\"],[\"Tesco\", \"Sainsburys\"] are examples of examples of entities that are similar. Are [\"Jenna Ortega\", \"Anglo-Saxons\"] examples of entities that are similar as well?\n yes", "output": ""}
|
36 |
+
{"perplexity": 15.355457685093619, "input": "Answer the question by yes or no. We know that [\"Coca-Cola\", \"Pepsi\"],[\"Ligue 1\", \"Bundesliga\"],[\"Australia\", \"New Zealand\"],[\"The Avengers\", \"The Justice League\"],[\"Tesco\", \"Sainsburys\"] are examples of examples of entities that are similar. Are [\"Karl Urban\", \"France 24\"] examples of entities that are similar as well?\n yes", "output": ""}
|
37 |
+
{"perplexity": 11.764695769062904, "input": "Answer the question by yes or no. We know that [\"Coca-Cola\", \"Pepsi\"],[\"Ligue 1\", \"Bundesliga\"],[\"Australia\", \"New Zealand\"],[\"The Avengers\", \"The Justice League\"],[\"Tesco\", \"Sainsburys\"] are examples of examples of entities that are similar. Are [\"Sudan\", \"South Sudan\"] examples of entities that are similar as well?\n yes", "output": ""}
|
38 |
+
{"perplexity": 12.969811465146849, "input": "Answer the question by yes or no. We know that [\"Coca-Cola\", \"Pepsi\"],[\"Ligue 1\", \"Bundesliga\"],[\"Australia\", \"New Zealand\"],[\"The Avengers\", \"The Justice League\"],[\"Tesco\", \"Sainsburys\"] are examples of examples of entities that are similar. Are [\"Gameboy\", \"Nintendo\"] examples of entities that are similar as well?\n yes", "output": ""}
|
39 |
+
{"perplexity": 12.869835013960824, "input": "Answer the question by yes or no. We know that [\"Coca-Cola\", \"Pepsi\"],[\"Ligue 1\", \"Bundesliga\"],[\"Australia\", \"New Zealand\"],[\"The Avengers\", \"The Justice League\"],[\"Tesco\", \"Sainsburys\"] are examples of examples of entities that are similar. Are [\"Grammy Award\", \"Novel Prize\"] examples of entities that are similar as well?\n yes", "output": ""}
|
40 |
+
{"perplexity": 14.322048636926343, "input": "Answer the question by yes or no. We know that [\"Coca-Cola\", \"Pepsi\"],[\"Ligue 1\", \"Bundesliga\"],[\"Australia\", \"New Zealand\"],[\"The Avengers\", \"The Justice League\"],[\"Tesco\", \"Sainsburys\"] are examples of examples of entities that are similar. Are [\"George Ezra\", \"Lead Belly\"] examples of entities that are similar as well?\n yes", "output": ""}
|
41 |
+
{"perplexity": 11.85167500380627, "input": "Answer the question by yes or no. We know that [\"Coca-Cola\", \"Pepsi\"],[\"Ligue 1\", \"Bundesliga\"],[\"Australia\", \"New Zealand\"],[\"The Avengers\", \"The Justice League\"],[\"Tesco\", \"Sainsburys\"] are examples of examples of entities that are similar. Are [\"Cardiff\", \"Swansea\"] examples of entities that are similar as well?\n yes", "output": ""}
|
42 |
+
{"perplexity": 11.995249131490272, "input": "Answer the question by yes or no. We know that [\"Coca-Cola\", \"Pepsi\"],[\"Ligue 1\", \"Bundesliga\"],[\"Australia\", \"New Zealand\"],[\"The Avengers\", \"The Justice League\"],[\"Tesco\", \"Sainsburys\"] are examples of examples of entities that are similar. Are [\"Steve Jobs\", \"Tim Cook\"] examples of entities that are similar as well?\n yes", "output": ""}
|
43 |
+
{"perplexity": 12.659018092999979, "input": "Answer the question by yes or no. We know that [\"Coca-Cola\", \"Pepsi\"],[\"Ligue 1\", \"Bundesliga\"],[\"Australia\", \"New Zealand\"],[\"The Avengers\", \"The Justice League\"],[\"Tesco\", \"Sainsburys\"] are examples of examples of entities that are similar. Are [\"Counter Strike\", \"Rainbow Six\"] examples of entities that are similar as well?\n yes", "output": ""}
|
44 |
+
{"perplexity": 12.177752556555411, "input": "Answer the question by yes or no. We know that [\"Coca-Cola\", \"Pepsi\"],[\"Ligue 1\", \"Bundesliga\"],[\"Australia\", \"New Zealand\"],[\"The Avengers\", \"The Justice League\"],[\"Tesco\", \"Sainsburys\"] are examples of examples of entities that are similar. Are [\"Hawaii\", \"Guam\"] examples of entities that are similar as well?\n yes", "output": ""}
|
45 |
+
{"perplexity": 11.587903106197253, "input": "Answer the question by yes or no. We know that [\"Coca-Cola\", \"Pepsi\"],[\"Ligue 1\", \"Bundesliga\"],[\"Australia\", \"New Zealand\"],[\"The Avengers\", \"The Justice League\"],[\"Tesco\", \"Sainsburys\"] are examples of examples of entities that are similar. Are [\"Scrabble\", \"Jenga\"] examples of entities that are similar as well?\n yes", "output": ""}
|
46 |
+
{"perplexity": 11.865514165622754, "input": "Answer the question by yes or no. We know that [\"Coca-Cola\", \"Pepsi\"],[\"Ligue 1\", \"Bundesliga\"],[\"Australia\", \"New Zealand\"],[\"The Avengers\", \"The Justice League\"],[\"Tesco\", \"Sainsburys\"] are examples of examples of entities that are similar. Are [\"Christmas\", \"Easter\"] examples of entities that are similar as well?\n yes", "output": ""}
|
47 |
+
{"perplexity": 12.917635322341665, "input": "Answer the question by yes or no. We know that [\"Coca-Cola\", \"Pepsi\"],[\"Ligue 1\", \"Bundesliga\"],[\"Australia\", \"New Zealand\"],[\"The Avengers\", \"The Justice League\"],[\"Tesco\", \"Sainsburys\"] are examples of examples of entities that are similar. Are [\"fusilli\", \"rotini\"] examples of entities that are similar as well?\n yes", "output": ""}
|
48 |
+
{"perplexity": 12.061582671511676, "input": "Answer the question by yes or no. We know that [\"Coca-Cola\", \"Pepsi\"],[\"Ligue 1\", \"Bundesliga\"],[\"Australia\", \"New Zealand\"],[\"The Avengers\", \"The Justice League\"],[\"Tesco\", \"Sainsburys\"] are examples of examples of entities that are similar. Are [\"Coachella\", \"Woodstock\"] examples of entities that are similar as well?\n yes", "output": ""}
|
49 |
+
{"perplexity": 13.478854933074066, "input": "Answer the question by yes or no. We know that [\"Coca-Cola\", \"Pepsi\"],[\"Ligue 1\", \"Bundesliga\"],[\"Australia\", \"New Zealand\"],[\"The Avengers\", \"The Justice League\"],[\"Tesco\", \"Sainsburys\"] are examples of examples of entities that are similar. Are [\"Avatar\", \"Archimedes\"] examples of entities that are similar as well?\n yes", "output": ""}
|
50 |
+
{"perplexity": 13.985715985322663, "input": "Answer the question by yes or no. We know that [\"Coca-Cola\", \"Pepsi\"],[\"Ligue 1\", \"Bundesliga\"],[\"Australia\", \"New Zealand\"],[\"The Avengers\", \"The Justice League\"],[\"Tesco\", \"Sainsburys\"] are examples of examples of entities that are similar. Are [\"Shark\", \"Bush\"] examples of entities that are similar as well?\n yes", "output": ""}
|
51 |
+
{"perplexity": 14.792106059849841, "input": "Answer the question by yes or no. We know that [\"Coca-Cola\", \"Pepsi\"],[\"Ligue 1\", \"Bundesliga\"],[\"Australia\", \"New Zealand\"],[\"The Avengers\", \"The Justice League\"],[\"Tesco\", \"Sainsburys\"] are examples of examples of entities that are similar. Are [\"Eva Braun\", \"Phil Jackson\"] examples of entities that are similar as well?\n yes", "output": ""}
|
52 |
+
{"perplexity": 9.982816954533238, "input": "Answer the question by yes or no. We know that [\"Coca-Cola\", \"Pepsi\"],[\"Ligue 1\", \"Bundesliga\"],[\"Australia\", \"New Zealand\"],[\"The Avengers\", \"The Justice League\"],[\"Tesco\", \"Sainsburys\"] are examples of examples of entities that are similar. Are [\"Coca-Cola\", \"Pepsi\"] examples of entities that are similar as well?\n yes", "output": ""}
|
53 |
+
{"perplexity": 14.60011392963783, "input": "Answer the question by yes or no. We know that [\"Coca-Cola\", \"Pepsi\"],[\"Ligue 1\", \"Bundesliga\"],[\"Australia\", \"New Zealand\"],[\"The Avengers\", \"The Justice League\"],[\"Tesco\", \"Sainsburys\"] are examples of examples of entities that are similar. Are [\"Joe Burrow\", \"Edward Scissorhands\"] examples of entities that are similar as well?\n yes", "output": ""}
|
54 |
+
{"perplexity": 11.553148961242112, "input": "Answer the question by yes or no. We know that [\"Coca-Cola\", \"Pepsi\"],[\"Ligue 1\", \"Bundesliga\"],[\"Australia\", \"New Zealand\"],[\"The Avengers\", \"The Justice League\"],[\"Tesco\", \"Sainsburys\"] are examples of examples of entities that are similar. Are [\"Australia\", \"New Zealand\"] examples of entities that are similar as well?\n yes", "output": ""}
|
55 |
+
{"perplexity": 12.681988216510293, "input": "Answer the question by yes or no. We know that [\"Coca-Cola\", \"Pepsi\"],[\"Ligue 1\", \"Bundesliga\"],[\"Australia\", \"New Zealand\"],[\"The Avengers\", \"The Justice League\"],[\"Tesco\", \"Sainsburys\"] are examples of examples of entities that are similar. Are [\"Edward I\", \"William the Conqueror\"] examples of entities that are similar as well?\n yes", "output": ""}
|
56 |
+
{"perplexity": 12.189567404596653, "input": "Answer the question by yes or no. We know that [\"Coca-Cola\", \"Pepsi\"],[\"Ligue 1\", \"Bundesliga\"],[\"Australia\", \"New Zealand\"],[\"The Avengers\", \"The Justice League\"],[\"Tesco\", \"Sainsburys\"] are examples of examples of entities that are similar. Are [\"Frank Sinatra\", \"Ella Fitzgerald\"] examples of entities that are similar as well?\n yes", "output": ""}
|
57 |
+
{"perplexity": 12.582852011577337, "input": "Answer the question by yes or no. We know that [\"Coca-Cola\", \"Pepsi\"],[\"Ligue 1\", \"Bundesliga\"],[\"Australia\", \"New Zealand\"],[\"The Avengers\", \"The Justice League\"],[\"Tesco\", \"Sainsburys\"] are examples of examples of entities that are similar. Are [\"New York\", \"York\"] examples of entities that are similar as well?\n yes", "output": ""}
|
58 |
+
{"perplexity": 12.442058350913378, "input": "Answer the question by yes or no. We know that [\"Coca-Cola\", \"Pepsi\"],[\"Ligue 1\", \"Bundesliga\"],[\"Australia\", \"New Zealand\"],[\"The Avengers\", \"The Justice League\"],[\"Tesco\", \"Sainsburys\"] are examples of examples of entities that are similar. Are [\"Uzbekistan\", \"United States\"] examples of entities that are similar as well?\n yes", "output": ""}
|
59 |
+
{"perplexity": 11.684125491368961, "input": "Answer the question by yes or no. We know that [\"Coca-Cola\", \"Pepsi\"],[\"Ligue 1\", \"Bundesliga\"],[\"Australia\", \"New Zealand\"],[\"The Avengers\", \"The Justice League\"],[\"Tesco\", \"Sainsburys\"] are examples of examples of entities that are similar. Are [\"Red Bull\", \"Monster Energy\"] examples of entities that are similar as well?\n yes", "output": ""}
|
60 |
+
{"perplexity": 10.939094352188173, "input": "Answer the question by yes or no. We know that [\"Coca-Cola\", \"Pepsi\"],[\"Ligue 1\", \"Bundesliga\"],[\"Australia\", \"New Zealand\"],[\"The Avengers\", \"The Justice League\"],[\"Tesco\", \"Sainsburys\"] are examples of examples of entities that are similar. Are [\"Champions League\", \"Europa League\"] examples of entities that are similar as well?\n yes", "output": ""}
|
61 |
+
{"perplexity": 13.301413618176225, "input": "Answer the question by yes or no. We know that [\"Coca-Cola\", \"Pepsi\"],[\"Ligue 1\", \"Bundesliga\"],[\"Australia\", \"New Zealand\"],[\"The Avengers\", \"The Justice League\"],[\"Tesco\", \"Sainsburys\"] are examples of examples of entities that are similar. Are [\"Cerave\", \"Nivea\"] examples of entities that are similar as well?\n yes", "output": ""}
|
62 |
+
{"perplexity": 12.620141767096737, "input": "Answer the question by yes or no. We know that [\"Coca-Cola\", \"Pepsi\"],[\"Ligue 1\", \"Bundesliga\"],[\"Australia\", \"New Zealand\"],[\"The Avengers\", \"The Justice League\"],[\"Tesco\", \"Sainsburys\"] are examples of examples of entities that are similar. Are [\"Galaxy\", \"iPhone\"] examples of entities that are similar as well?\n yes", "output": ""}
|
63 |
+
{"perplexity": 13.491726466310157, "input": "Answer the question by yes or no. We know that [\"Coca-Cola\", \"Pepsi\"],[\"Ligue 1\", \"Bundesliga\"],[\"Australia\", \"New Zealand\"],[\"The Avengers\", \"The Justice League\"],[\"Tesco\", \"Sainsburys\"] are examples of examples of entities that are similar. Are [\"Mehmet \u00d6z\", \"David Schwimmer\"] examples of entities that are similar as well?\n yes", "output": ""}
|
64 |
+
{"perplexity": 11.443706935600819, "input": "Answer the question by yes or no. We know that [\"Coca-Cola\", \"Pepsi\"],[\"Ligue 1\", \"Bundesliga\"],[\"Australia\", \"New Zealand\"],[\"The Avengers\", \"The Justice League\"],[\"Tesco\", \"Sainsburys\"] are examples of examples of entities that are similar. Are [\"Disney\", \"Pixar\"] examples of entities that are similar as well?\n yes", "output": ""}
|
65 |
+
{"perplexity": 11.579484867451153, "input": "Answer the question by yes or no. We know that [\"Coca-Cola\", \"Pepsi\"],[\"Ligue 1\", \"Bundesliga\"],[\"Australia\", \"New Zealand\"],[\"The Avengers\", \"The Justice League\"],[\"Tesco\", \"Sainsburys\"] are examples of examples of entities that are similar. Are [\"Batman\", \"Iron Man\"] examples of entities that are similar as well?\n yes", "output": ""}
|
66 |
+
{"perplexity": 12.113089015080039, "input": "Answer the question by yes or no. We know that [\"Coca-Cola\", \"Pepsi\"],[\"Ligue 1\", \"Bundesliga\"],[\"Australia\", \"New Zealand\"],[\"The Avengers\", \"The Justice League\"],[\"Tesco\", \"Sainsburys\"] are examples of examples of entities that are similar. Are [\"Gisele B\u00fcndchen\", \"Orson Welles\"] examples of entities that are similar as well?\n yes", "output": ""}
|
67 |
+
{"perplexity": 11.900517991076416, "input": "Answer the question by yes or no. We know that [\"Coca-Cola\", \"Pepsi\"],[\"Ligue 1\", \"Bundesliga\"],[\"Australia\", \"New Zealand\"],[\"The Avengers\", \"The Justice League\"],[\"Tesco\", \"Sainsburys\"] are examples of examples of entities that are similar. Are [\"Estonia\", \"Finland\"] examples of entities that are similar as well?\n yes", "output": ""}
|
68 |
+
{"perplexity": 10.517660249650586, "input": "Answer the question by yes or no. We know that [\"Coca-Cola\", \"Pepsi\"],[\"Ligue 1\", \"Bundesliga\"],[\"Australia\", \"New Zealand\"],[\"The Avengers\", \"The Justice League\"],[\"Tesco\", \"Sainsburys\"] are examples of examples of entities that are similar. Are [\"The Avengers\", \"The Justice League\"] examples of entities that are similar as well?\n yes", "output": ""}
|
69 |
+
{"perplexity": 10.69167593099781, "input": "Answer the question by yes or no. We know that [\"Coca-Cola\", \"Pepsi\"],[\"Ligue 1\", \"Bundesliga\"],[\"Australia\", \"New Zealand\"],[\"The Avengers\", \"The Justice League\"],[\"Tesco\", \"Sainsburys\"] are examples of examples of entities that are similar. Are [\"Nicolae Ceau\u0219escu\", \"Javier Hern\u00e1ndez\"] examples of entities that are similar as well?\n yes", "output": ""}
|
70 |
+
{"perplexity": 11.38976449955885, "input": "Answer the question by yes or no. We know that [\"Coca-Cola\", \"Pepsi\"],[\"Ligue 1\", \"Bundesliga\"],[\"Australia\", \"New Zealand\"],[\"The Avengers\", \"The Justice League\"],[\"Tesco\", \"Sainsburys\"] are examples of examples of entities that are similar. Are [\"Adidas\", \"Nike\"] examples of entities that are similar as well?\n yes", "output": ""}
|
71 |
+
{"perplexity": 12.236478982051496, "input": "Answer the question by yes or no. We know that [\"Coca-Cola\", \"Pepsi\"],[\"Ligue 1\", \"Bundesliga\"],[\"Australia\", \"New Zealand\"],[\"The Avengers\", \"The Justice League\"],[\"Tesco\", \"Sainsburys\"] are examples of examples of entities that are similar. Are [\"Java\", \"Javascript\"] examples of entities that are similar as well?\n yes", "output": ""}
|
72 |
+
{"perplexity": 12.81637314066347, "input": "Answer the question by yes or no. We know that [\"Coca-Cola\", \"Pepsi\"],[\"Ligue 1\", \"Bundesliga\"],[\"Australia\", \"New Zealand\"],[\"The Avengers\", \"The Justice League\"],[\"Tesco\", \"Sainsburys\"] are examples of examples of entities that are similar. Are [\"bourbon\", \"Scotch whisky\"] examples of entities that are similar as well?\n yes", "output": ""}
|
73 |
+
{"perplexity": 12.369698651434733, "input": "Answer the question by yes or no. We know that [\"Coca-Cola\", \"Pepsi\"],[\"Ligue 1\", \"Bundesliga\"],[\"Australia\", \"New Zealand\"],[\"The Avengers\", \"The Justice League\"],[\"Tesco\", \"Sainsburys\"] are examples of examples of entities that are similar. Are [\"Alaska\", \"Canada\"] examples of entities that are similar as well?\n yes", "output": ""}
|
74 |
+
{"perplexity": 12.264622655866159, "input": "Answer the question by yes or no. We know that [\"Coca-Cola\", \"Pepsi\"],[\"Ligue 1\", \"Bundesliga\"],[\"Australia\", \"New Zealand\"],[\"The Avengers\", \"The Justice League\"],[\"Tesco\", \"Sainsburys\"] are examples of examples of entities that are similar. Are [\"Spain\", \"Italy\"] examples of entities that are similar as well?\n yes", "output": ""}
|
75 |
+
{"perplexity": 12.272826313195699, "input": "Answer the question by yes or no. We know that [\"Coca-Cola\", \"Pepsi\"],[\"Ligue 1\", \"Bundesliga\"],[\"Australia\", \"New Zealand\"],[\"The Avengers\", \"The Justice League\"],[\"Tesco\", \"Sainsburys\"] are examples of examples of entities that are similar. Are [\"banana\", \"plantain\"] examples of entities that are similar as well?\n yes", "output": ""}
|
76 |
+
{"perplexity": 11.611015638503787, "input": "Answer the question by yes or no. We know that [\"Coca-Cola\", \"Pepsi\"],[\"Ligue 1\", \"Bundesliga\"],[\"Australia\", \"New Zealand\"],[\"The Avengers\", \"The Justice League\"],[\"Tesco\", \"Sainsburys\"] are examples of examples of entities that are similar. Are [\"Firefox\", \"Chrome\"] examples of entities that are similar as well?\n yes", "output": ""}
|
77 |
+
{"perplexity": 11.465338361895224, "input": "Answer the question by yes or no. We know that [\"Coca-Cola\", \"Pepsi\"],[\"Ligue 1\", \"Bundesliga\"],[\"Australia\", \"New Zealand\"],[\"The Avengers\", \"The Justice League\"],[\"Tesco\", \"Sainsburys\"] are examples of examples of entities that are similar. Are [\"Pecorino Romano\", \"Parmesan\"] examples of entities that are similar as well?\n yes", "output": ""}
|
78 |
+
{"perplexity": 10.319298806960473, "input": "Answer the question by yes or no. We know that [\"Coca-Cola\", \"Pepsi\"],[\"Ligue 1\", \"Bundesliga\"],[\"Australia\", \"New Zealand\"],[\"The Avengers\", \"The Justice League\"],[\"Tesco\", \"Sainsburys\"] are examples of examples of entities that are similar. Are [\"Ligue 1\", \"Bundesliga\"] examples of entities that are similar as well?\n yes", "output": ""}
|
79 |
+
{"perplexity": 11.621996093812594, "input": "Answer the question by yes or no. We know that [\"Coca-Cola\", \"Pepsi\"],[\"Ligue 1\", \"Bundesliga\"],[\"Australia\", \"New Zealand\"],[\"The Avengers\", \"The Justice League\"],[\"Tesco\", \"Sainsburys\"] are examples of examples of entities that are similar. Are [\"Netflix\", \"Amazon Prime Video\"] examples of entities that are similar as well?\n yes", "output": ""}
|
80 |
+
{"perplexity": 13.514280578532286, "input": "Answer the question by yes or no. We know that [\"Coca-Cola\", \"Pepsi\"],[\"Ligue 1\", \"Bundesliga\"],[\"Australia\", \"New Zealand\"],[\"The Avengers\", \"The Justice League\"],[\"Tesco\", \"Sainsburys\"] are examples of examples of entities that are similar. Are [\"Primark\", \"Shein\"] examples of entities that are similar as well?\n yes", "output": ""}
|
81 |
+
{"perplexity": 12.275879667253928, "input": "Answer the question by yes or no. We know that [\"Coca-Cola\", \"Pepsi\"],[\"Ligue 1\", \"Bundesliga\"],[\"Australia\", \"New Zealand\"],[\"The Avengers\", \"The Justice League\"],[\"Tesco\", \"Sainsburys\"] are examples of examples of entities that are similar. Are [\"Dominos' Pizza\", \"Pizza Hut\"] examples of entities that are similar as well?\n yes", "output": ""}
|
82 |
+
{"perplexity": 12.409065330888259, "input": "Answer the question by yes or no. We know that [\"Coca-Cola\", \"Pepsi\"],[\"Ligue 1\", \"Bundesliga\"],[\"Australia\", \"New Zealand\"],[\"The Avengers\", \"The Justice League\"],[\"Tesco\", \"Sainsburys\"] are examples of examples of entities that are similar. Are [\"South Africa\", \"Bhagavad Gita\"] examples of entities that are similar as well?\n yes", "output": ""}
|
83 |
+
{"perplexity": 11.896243986574436, "input": "Answer the question by yes or no. We know that [\"Coca-Cola\", \"Pepsi\"],[\"Ligue 1\", \"Bundesliga\"],[\"Australia\", \"New Zealand\"],[\"The Avengers\", \"The Justice League\"],[\"Tesco\", \"Sainsburys\"] are examples of examples of entities that are similar. Are [\"Germany\", \"France\"] examples of entities that are similar as well?\n yes", "output": ""}
|
84 |
+
{"perplexity": 13.327483064150629, "input": "Answer the question by yes or no. We know that [\"Coca-Cola\", \"Pepsi\"],[\"Ligue 1\", \"Bundesliga\"],[\"Australia\", \"New Zealand\"],[\"The Avengers\", \"The Justice League\"],[\"Tesco\", \"Sainsburys\"] are examples of examples of entities that are similar. Are [\"Kindle\", \"Jeff Bezos\"] examples of entities that are similar as well?\n yes", "output": ""}
|
85 |
+
{"perplexity": 10.737027093818176, "input": "Answer the question by yes or no. We know that [\"Coca-Cola\", \"Pepsi\"],[\"Ligue 1\", \"Bundesliga\"],[\"Australia\", \"New Zealand\"],[\"The Avengers\", \"The Justice League\"],[\"Tesco\", \"Sainsburys\"] are examples of examples of entities that are similar. Are [\"Harry Potter\", \"Lord of the Rings\"] examples of entities that are similar as well?\n yes", "output": ""}
|
86 |
+
{"perplexity": 13.381528518586485, "input": "Answer the question by yes or no. We know that [\"Coca-Cola\", \"Pepsi\"],[\"Ligue 1\", \"Bundesliga\"],[\"Australia\", \"New Zealand\"],[\"The Avengers\", \"The Justice League\"],[\"Tesco\", \"Sainsburys\"] are examples of examples of entities that are similar. Are [\"Yakutia\", \"Turkey\"] examples of entities that are similar as well?\n yes", "output": ""}
|
87 |
+
{"perplexity": 13.424271454896472, "input": "Answer the question by yes or no. We know that [\"Coca-Cola\", \"Pepsi\"],[\"Ligue 1\", \"Bundesliga\"],[\"Australia\", \"New Zealand\"],[\"The Avengers\", \"The Justice League\"],[\"Tesco\", \"Sainsburys\"] are examples of examples of entities that are similar. Are [\"PS5\", \"XBox\"] examples of entities that are similar as well?\n yes", "output": ""}
|
88 |
+
{"perplexity": 12.453258827620122, "input": "Answer the question by yes or no. We know that [\"Coca-Cola\", \"Pepsi\"],[\"Ligue 1\", \"Bundesliga\"],[\"Australia\", \"New Zealand\"],[\"The Avengers\", \"The Justice League\"],[\"Tesco\", \"Sainsburys\"] are examples of examples of entities that are similar. Are [\"Monet\", \"Manet\"] examples of entities that are similar as well?\n yes", "output": ""}
|
89 |
+
{"perplexity": 11.918723472362592, "input": "Answer the question by yes or no. We know that [\"Coca-Cola\", \"Pepsi\"],[\"Ligue 1\", \"Bundesliga\"],[\"Australia\", \"New Zealand\"],[\"The Avengers\", \"The Justice League\"],[\"Tesco\", \"Sainsburys\"] are examples of examples of entities that are similar. Are [\"Glastonbury\", \"Roskilde\"] examples of entities that are similar as well?\n yes", "output": ""}
|
90 |
+
{"perplexity": 12.355980243858909, "input": "Answer the question by yes or no. We know that [\"Coca-Cola\", \"Pepsi\"],[\"Ligue 1\", \"Bundesliga\"],[\"Australia\", \"New Zealand\"],[\"The Avengers\", \"The Justice League\"],[\"Tesco\", \"Sainsburys\"] are examples of examples of entities that are similar. Are [\"Telugu\", \"Tamil\"] examples of entities that are similar as well?\n yes", "output": ""}
|
91 |
+
{"perplexity": 11.370929835734795, "input": "Answer the question by yes or no. We know that [\"Coca-Cola\", \"Pepsi\"],[\"Ligue 1\", \"Bundesliga\"],[\"Australia\", \"New Zealand\"],[\"The Avengers\", \"The Justice League\"],[\"Tesco\", \"Sainsburys\"] are examples of examples of entities that are similar. Are [\"Batman\", \"Superman\"] examples of entities that are similar as well?\n yes", "output": ""}
|
92 |
+
{"perplexity": 12.912700604761095, "input": "Answer the question by yes or no. We know that [\"Coca-Cola\", \"Pepsi\"],[\"Ligue 1\", \"Bundesliga\"],[\"Australia\", \"New Zealand\"],[\"The Avengers\", \"The Justice League\"],[\"Tesco\", \"Sainsburys\"] are examples of examples of entities that are similar. Are [\"cannoli\", \"canneloni\"] examples of entities that are similar as well?\n yes", "output": ""}
|
93 |
+
{"perplexity": 12.849407121627689, "input": "Answer the question by yes or no. We know that [\"Coca-Cola\", \"Pepsi\"],[\"Ligue 1\", \"Bundesliga\"],[\"Australia\", \"New Zealand\"],[\"The Avengers\", \"The Justice League\"],[\"Tesco\", \"Sainsburys\"] are examples of examples of entities that are similar. Are [\"Gerald Ford\", \"Duran Duran\"] examples of entities that are similar as well?\n yes", "output": ""}
|
experiments/results/lm_qa/lm.csv
ADDED
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
1 |
+
model,competitor/rival of,friend/ally of,influenced by,known for,similar to,average
|
2 |
+
GPT-3 extsubscript{davinci},0.6817407091635507,0.38019166436920687,0.5366302137182614,0.6383443141688934,0.4213061506802032,0.5316426104200231
|
experiments/results/lm_qa_zeroshot.csv
ADDED
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
model,is competitor/rival of,is friend/ally of,is influenced by,is known for,is similar to,average,shot,seed
|
2 |
+
Flan-UL2,0.799629236912559,0.6240552881231302,0.45553307918579955,0.6331753217411771,0.6579541077121488,0.6340694067349629,0,0
|
3 |
+
Flan-T5 extsubscript{XXL},0.7108650054983285,0.45674254930107755,0.3850599907647628,0.5284733947912126,0.6831755323808202,0.5528632945472404,0,0
|
4 |
+
OPT extsubscript{13B},0.3142043810325825,0.2042643457766624,0.12877450402757654,0.214243519940284,0.0785040195983386,0.18799815407508882,0,0
|
5 |
+
GPT-3 extsubscript{davinci},0.1929527311394058,0.056519671218226965,0.15642992033029401,0.20411554031737184,0.06150291111797493,0.1343041548246547,0,0
|
experiments/results/lm_qa_zeroshot/davinci/ppl.is_competitor__rival_of.jsonl
ADDED
@@ -0,0 +1,89 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{"perplexity": 150.30380334299505, "input": "Answer the question by yes or no. Are Are [\"Jeremy Corbyn\", \"Keir Starmer\"] entities that are competitors or rivals as well?\n yes", "output": ""}
|
2 |
+
{"perplexity": 347.9329206376899, "input": "Answer the question by yes or no. Are Are [\"EuroBasket 2022\", \"Murad III\"] entities that are competitors or rivals as well?\n yes", "output": ""}
|
3 |
+
{"perplexity": 148.68778657212934, "input": "Answer the question by yes or no. Are Are [\"Bugatti\", \"Lamborghini\"] entities that are competitors or rivals as well?\n yes", "output": ""}
|
4 |
+
{"perplexity": 254.6882136754655, "input": "Answer the question by yes or no. Are Are [\"Apple\", \"Microsoft\"] entities that are competitors or rivals as well?\n yes", "output": ""}
|
5 |
+
{"perplexity": 171.47070200291608, "input": "Answer the question by yes or no. Are Are [\"Lee Chong Wei\", \"Lin Dan\"] entities that are competitors or rivals as well?\n yes", "output": ""}
|
6 |
+
{"perplexity": 231.31459798859814, "input": "Answer the question by yes or no. Are Are [\"Microsoft\", \"Google\"] entities that are competitors or rivals as well?\n yes", "output": ""}
|
7 |
+
{"perplexity": 286.09508441383684, "input": "Answer the question by yes or no. Are Are [\"Samsung\", \"Pitbull\"] entities that are competitors or rivals as well?\n yes", "output": ""}
|
8 |
+
{"perplexity": 89.34096501476539, "input": "Answer the question by yes or no. Are Are [\"Cristiano Ronaldo\", \"Lionel Messi\"] entities that are competitors or rivals as well?\n yes", "output": ""}
|
9 |
+
{"perplexity": 201.9267452367057, "input": "Answer the question by yes or no. Are Are [\"Germany\", \"Austria\"] entities that are competitors or rivals as well?\n yes", "output": ""}
|
10 |
+
{"perplexity": 267.35245905560794, "input": "Answer the question by yes or no. Are Are [\"Dyson\", \"Dualit\"] entities that are competitors or rivals as well?\n yes", "output": ""}
|
11 |
+
{"perplexity": 291.34915144962235, "input": "Answer the question by yes or no. Are Are [\"Netflix\", \"Disney Plus\"] entities that are competitors or rivals as well?\n yes", "output": ""}
|
12 |
+
{"perplexity": 149.85978924032608, "input": "Answer the question by yes or no. Are Are [\"PyTorch\", \"TensorFlow\"] entities that are competitors or rivals as well?\n yes", "output": ""}
|
13 |
+
{"perplexity": 217.19637663253891, "input": "Answer the question by yes or no. Are Are [\"Dell\", \"HP\"] entities that are competitors or rivals as well?\n yes", "output": ""}
|
14 |
+
{"perplexity": 161.7649320420014, "input": "Answer the question by yes or no. Are Are [\"Sanpellegrino\", \"Volvic\"] entities that are competitors or rivals as well?\n yes", "output": ""}
|
15 |
+
{"perplexity": 152.87471367816926, "input": "Answer the question by yes or no. Are Are [\"Mikhail Khodorkovsky\", \"Hezbollah\"] entities that are competitors or rivals as well?\n yes", "output": ""}
|
16 |
+
{"perplexity": 141.39559503442965, "input": "Answer the question by yes or no. Are Are [\"British Airways\", \"Aer Lingus\"] entities that are competitors or rivals as well?\n yes", "output": ""}
|
17 |
+
{"perplexity": 205.745997622078, "input": "Answer the question by yes or no. Are Are [\"Microsoft Teams\", \"Slack\"] entities that are competitors or rivals as well?\n yes", "output": ""}
|
18 |
+
{"perplexity": 145.97966172363112, "input": "Answer the question by yes or no. Are Are [\"Federal Reserve Board\", \"Bank of England\"] entities that are competitors or rivals as well?\n yes", "output": ""}
|
19 |
+
{"perplexity": 204.23517332934077, "input": "Answer the question by yes or no. Are Are [\"American Psycho\", \"Chihuahua\"] entities that are competitors or rivals as well?\n yes", "output": ""}
|
20 |
+
{"perplexity": 276.21904179256904, "input": "Answer the question by yes or no. Are Are [\"Mars\", \"Snickers\"] entities that are competitors or rivals as well?\n yes", "output": ""}
|
21 |
+
{"perplexity": 220.33056499086544, "input": "Answer the question by yes or no. Are Are [\"ASML\", \"LAM Research\"] entities that are competitors or rivals as well?\n yes", "output": ""}
|
22 |
+
{"perplexity": 296.07366465760174, "input": "Answer the question by yes or no. Are Are [\"Jake Paul\", \"Tangled\"] entities that are competitors or rivals as well?\n yes", "output": ""}
|
23 |
+
{"perplexity": 85.4361725762238, "input": "Answer the question by yes or no. Are Are [\"Nikhita Khrushchev\", \"Leonid Brezhnev\"] entities that are competitors or rivals as well?\n yes", "output": ""}
|
24 |
+
{"perplexity": 235.93040920141428, "input": "Answer the question by yes or no. Are Are [\"Razer\", \"Dell\"] entities that are competitors or rivals as well?\n yes", "output": ""}
|
25 |
+
{"perplexity": 230.26233021112841, "input": "Answer the question by yes or no. Are Are [\"Spotify\", \"Apple\"] entities that are competitors or rivals as well?\n yes", "output": ""}
|
26 |
+
{"perplexity": 201.89706556128897, "input": "Answer the question by yes or no. Are Are [\"Kourtney Kardashian\", \"Jenna Fischer\"] entities that are competitors or rivals as well?\n yes", "output": ""}
|
27 |
+
{"perplexity": 208.38602592988164, "input": "Answer the question by yes or no. Are Are [\"Twitter\", \"WhatsApp\"] entities that are competitors or rivals as well?\n yes", "output": ""}
|
28 |
+
{"perplexity": 203.40463965627737, "input": "Answer the question by yes or no. Are Are [\"Manchester United\", \"Arsenal\"] entities that are competitors or rivals as well?\n yes", "output": ""}
|
29 |
+
{"perplexity": 181.2236903949053, "input": "Answer the question by yes or no. Are Are [\"WeChat\", \"WhatsApp\"] entities that are competitors or rivals as well?\n yes", "output": ""}
|
30 |
+
{"perplexity": 218.92134565283422, "input": "Answer the question by yes or no. Are Are [\"Saudi Arabia\", \"Israel\"] entities that are competitors or rivals as well?\n yes", "output": ""}
|
31 |
+
{"perplexity": 132.2790758440459, "input": "Answer the question by yes or no. Are Are [\"Bashar al-Assad\", \"Christianity\"] entities that are competitors or rivals as well?\n yes", "output": ""}
|
32 |
+
{"perplexity": 167.2492640231885, "input": "Answer the question by yes or no. Are Are [\"Didier Deschamps\", \"Scott Adkins\"] entities that are competitors or rivals as well?\n yes", "output": ""}
|
33 |
+
{"perplexity": 89.85037367913608, "input": "Answer the question by yes or no. Are Are [\"Lionel Messi\", \"Kylian Mbapp\u00e9\"] entities that are competitors or rivals as well?\n yes", "output": ""}
|
34 |
+
{"perplexity": 345.9121193036567, "input": "Answer the question by yes or no. Are Are [\"Louis Philippe\", \"Peter England\"] entities that are competitors or rivals as well?\n yes", "output": ""}
|
35 |
+
{"perplexity": 323.8221032635165, "input": "Answer the question by yes or no. Are Are [\"Steve Jobs\", \"Atlanta\"] entities that are competitors or rivals as well?\n yes", "output": ""}
|
36 |
+
{"perplexity": 136.35331593360942, "input": "Answer the question by yes or no. Are Are [\"Bella Hadid\", \"Choi Woo-shik\"] entities that are competitors or rivals as well?\n yes", "output": ""}
|
37 |
+
{"perplexity": 210.80495833747932, "input": "Answer the question by yes or no. Are Are [\"Mali\", \"Frances McDormand\"] entities that are competitors or rivals as well?\n yes", "output": ""}
|
38 |
+
{"perplexity": 107.00479975203733, "input": "Answer the question by yes or no. Are Are [\"Coca-Cola Company\", \"Pepsi\"] entities that are competitors or rivals as well?\n yes", "output": ""}
|
39 |
+
{"perplexity": 73.00765462192011, "input": "Answer the question by yes or no. Are Are [\"Khabib Nurmagomedov\", \"Conor McGregor\"] entities that are competitors or rivals as well?\n yes", "output": ""}
|
40 |
+
{"perplexity": 250.1074954161226, "input": "Answer the question by yes or no. Are Are [\"Twitter\", \"Facebook\"] entities that are competitors or rivals as well?\n yes", "output": ""}
|
41 |
+
{"perplexity": 133.31752289383277, "input": "Answer the question by yes or no. Are Are [\"Cardiff University\", \"Swansea University\"] entities that are competitors or rivals as well?\n yes", "output": ""}
|
42 |
+
{"perplexity": 73.15019382375382, "input": "Answer the question by yes or no. Are Are [\"Isaac Newton\", \"Gottfried Leibniz\"] entities that are competitors or rivals as well?\n yes", "output": ""}
|
43 |
+
{"perplexity": 209.63274928441, "input": "Answer the question by yes or no. Are Are [\"Casio\", \"Texas Instruments\"] entities that are competitors or rivals as well?\n yes", "output": ""}
|
44 |
+
{"perplexity": 152.5085137360707, "input": "Answer the question by yes or no. Are Are [\"Arsenal\", \"Tottenham Hotspur\"] entities that are competitors or rivals as well?\n yes", "output": ""}
|
45 |
+
{"perplexity": 272.6755409372435, "input": "Answer the question by yes or no. Are Are [\"Nintendo\", \"Xbox\"] entities that are competitors or rivals as well?\n yes", "output": ""}
|
46 |
+
{"perplexity": 197.73903886768363, "input": "Answer the question by yes or no. Are Are [\"H&M\", \"Zalora\"] entities that are competitors or rivals as well?\n yes", "output": ""}
|
47 |
+
{"perplexity": 150.52151542608019, "input": "Answer the question by yes or no. Are Are [\"Serena Williams\", \"Andy Murray\"] entities that are competitors or rivals as well?\n yes", "output": ""}
|
48 |
+
{"perplexity": 180.1064657975069, "input": "Answer the question by yes or no. Are Are [\"Liverpool FC\", \"Manchester United\"] entities that are competitors or rivals as well?\n yes", "output": ""}
|
49 |
+
{"perplexity": 252.8379718819408, "input": "Answer the question by yes or no. Are Are [\"Apple\", \"Samsung\"] entities that are competitors or rivals as well?\n yes", "output": ""}
|
50 |
+
{"perplexity": 183.37815783824527, "input": "Answer the question by yes or no. Are Are [\"Expedia\", \"Trivago\"] entities that are competitors or rivals as well?\n yes", "output": ""}
|
51 |
+
{"perplexity": 112.78241915910465, "input": "Answer the question by yes or no. Are Are [\"Heathrow Airport\", \"Gatwick Airport\"] entities that are competitors or rivals as well?\n yes", "output": ""}
|
52 |
+
{"perplexity": 173.01605735874375, "input": "Answer the question by yes or no. Are Are [\"Mario\", \"Bowser\"] entities that are competitors or rivals as well?\n yes", "output": ""}
|
53 |
+
{"perplexity": 218.03872374863525, "input": "Answer the question by yes or no. Are Are [\"US\", \"China\"] entities that are competitors or rivals as well?\n yes", "output": ""}
|
54 |
+
{"perplexity": 101.63739967982113, "input": "Answer the question by yes or no. Are Are [\"Olympic Games\", \"Helicobacter pylori\"] entities that are competitors or rivals as well?\n yes", "output": ""}
|
55 |
+
{"perplexity": 136.47344059536076, "input": "Answer the question by yes or no. Are Are [\"BMW\", \"Mercedes-Benz\"] entities that are competitors or rivals as well?\n yes", "output": ""}
|
56 |
+
{"perplexity": 203.13202486733928, "input": "Answer the question by yes or no. Are Are [\"Blur\", \"Oasis\"] entities that are competitors or rivals as well?\n yes", "output": ""}
|
57 |
+
{"perplexity": 182.45483955363505, "input": "Answer the question by yes or no. Are Are [\"Israel\", \"Palestine\"] entities that are competitors or rivals as well?\n yes", "output": ""}
|
58 |
+
{"perplexity": 215.86797911076775, "input": "Answer the question by yes or no. Are Are [\"Toshiba\", \"LG\"] entities that are competitors or rivals as well?\n yes", "output": ""}
|
59 |
+
{"perplexity": 256.4452385976129, "input": "Answer the question by yes or no. Are Are [\"Apple\", \"Rolex\"] entities that are competitors or rivals as well?\n yes", "output": ""}
|
60 |
+
{"perplexity": 291.69592159930284, "input": "Answer the question by yes or no. Are Are [\"Tesla\", \"Skoda\"] entities that are competitors or rivals as well?\n yes", "output": ""}
|
61 |
+
{"perplexity": 178.3699460736143, "input": "Answer the question by yes or no. Are Are [\"Thomas Jefferson\", \"Alexander Hamilton\"] entities that are competitors or rivals as well?\n yes", "output": ""}
|
62 |
+
{"perplexity": 146.57767700332994, "input": "Answer the question by yes or no. Are Are [\"Chester FC\", \"Wrexham FC\"] entities that are competitors or rivals as well?\n yes", "output": ""}
|
63 |
+
{"perplexity": 209.82628598592822, "input": "Answer the question by yes or no. Are Are [\"Line of Duty\", \"CSI\"] entities that are competitors or rivals as well?\n yes", "output": ""}
|
64 |
+
{"perplexity": 165.3668355658346, "input": "Answer the question by yes or no. Are Are [\"Gladiator\", \"Imelda Staunton\"] entities that are competitors or rivals as well?\n yes", "output": ""}
|
65 |
+
{"perplexity": 240.5590859951979, "input": "Answer the question by yes or no. Are Are [\"UK\", \"France\"] entities that are competitors or rivals as well?\n yes", "output": ""}
|
66 |
+
{"perplexity": 166.7105544045796, "input": "Answer the question by yes or no. Are Are [\"Nike\", \"Adidas\"] entities that are competitors or rivals as well?\n yes", "output": ""}
|
67 |
+
{"perplexity": 90.05088813802558, "input": "Answer the question by yes or no. Are Are [\"Alain Prost\", \"Ayrton Senna\"] entities that are competitors or rivals as well?\n yes", "output": ""}
|
68 |
+
{"perplexity": 182.46890612391246, "input": "Answer the question by yes or no. Are Are [\"Manchester City\", \"Manchester United\"] entities that are competitors or rivals as well?\n yes", "output": ""}
|
69 |
+
{"perplexity": 222.27346224969955, "input": "Answer the question by yes or no. Are Are [\"BBC\", \"The Guardian\"] entities that are competitors or rivals as well?\n yes", "output": ""}
|
70 |
+
{"perplexity": 215.5588023763846, "input": "Answer the question by yes or no. Are Are [\"Amazon\", \"Ebay\"] entities that are competitors or rivals as well?\n yes", "output": ""}
|
71 |
+
{"perplexity": 159.80486415716723, "input": "Answer the question by yes or no. Are Are [\"Sir Alex Ferguson\", \"Jose Mourinho\"] entities that are competitors or rivals as well?\n yes", "output": ""}
|
72 |
+
{"perplexity": 286.72682709859214, "input": "Answer the question by yes or no. Are Are [\"ASEAN\", \"Helen Hunt\"] entities that are competitors or rivals as well?\n yes", "output": ""}
|
73 |
+
{"perplexity": 169.9620624125379, "input": "Answer the question by yes or no. Are Are [\"Hans Zimmer\", \"John Williams\"] entities that are competitors or rivals as well?\n yes", "output": ""}
|
74 |
+
{"perplexity": 167.6566964806326, "input": "Answer the question by yes or no. Are Are [\"Noel Gallagher\", \"Liam Gallaguer\"] entities that are competitors or rivals as well?\n yes", "output": ""}
|
75 |
+
{"perplexity": 116.3243032905646, "input": "Answer the question by yes or no. Are Are [\"McDonald's\", \"Burger King\"] entities that are competitors or rivals as well?\n yes", "output": ""}
|
76 |
+
{"perplexity": 123.58354171741694, "input": "Answer the question by yes or no. Are Are [\"Neoclassicism\", \"Romanticism\"] entities that are competitors or rivals as well?\n yes", "output": ""}
|
77 |
+
{"perplexity": 416.4744067809342, "input": "Answer the question by yes or no. Are Are [\"Royal Feast\", \"Fast X\"] entities that are competitors or rivals as well?\n yes", "output": ""}
|
78 |
+
{"perplexity": 207.52813376022903, "input": "Answer the question by yes or no. Are Are [\"Eminem\", \"MGK\"] entities that are competitors or rivals as well?\n yes", "output": ""}
|
79 |
+
{"perplexity": 264.9300596246429, "input": "Answer the question by yes or no. Are Are [\"Sprite\", \"7 Up\"] entities that are competitors or rivals as well?\n yes", "output": ""}
|
80 |
+
{"perplexity": 149.2917277227192, "input": "Answer the question by yes or no. Are Are [\"Katharine Hepburn\", \"Abrahamic religion\"] entities that are competitors or rivals as well?\n yes", "output": ""}
|
81 |
+
{"perplexity": 107.76054948557778, "input": "Answer the question by yes or no. Are Are [\"Martin Luther King Jr.\", \"Malcolm X\"] entities that are competitors or rivals as well?\n yes", "output": ""}
|
82 |
+
{"perplexity": 257.8601765217808, "input": "Answer the question by yes or no. Are Are [\"Ligue 1\", \"Hayley Atwell\"] entities that are competitors or rivals as well?\n yes", "output": ""}
|
83 |
+
{"perplexity": 271.7797824510428, "input": "Answer the question by yes or no. Are Are [\"Vikram\", \"Coen brothers\"] entities that are competitors or rivals as well?\n yes", "output": ""}
|
84 |
+
{"perplexity": 213.24946446643477, "input": "Answer the question by yes or no. Are Are [\"Russia\", \"China\"] entities that are competitors or rivals as well?\n yes", "output": ""}
|
85 |
+
{"perplexity": 225.69093664858784, "input": "Answer the question by yes or no. Are Are [\"Mohamed Salah\", \"Korea\"] entities that are competitors or rivals as well?\n yes", "output": ""}
|
86 |
+
{"perplexity": 291.8037006885594, "input": "Answer the question by yes or no. Are Are [\"Kingston\", \"Samsung\"] entities that are competitors or rivals as well?\n yes", "output": ""}
|
87 |
+
{"perplexity": 193.57470632751804, "input": "Answer the question by yes or no. Are Are [\"AWS\", \"GCP\"] entities that are competitors or rivals as well?\n yes", "output": ""}
|
88 |
+
{"perplexity": 147.8761733456744, "input": "Answer the question by yes or no. Are Are [\"Beatles\", \"Rolling Stones\"] entities that are competitors or rivals as well?\n yes", "output": ""}
|
89 |
+
{"perplexity": 198.8187145896451, "input": "Answer the question by yes or no. Are Are [\"John Tyler\", \"Whig Party\"] entities that are competitors or rivals as well?\n yes", "output": ""}
|
experiments/results/lm_qa_zeroshot/davinci/ppl.is_friend__ally_of.jsonl
ADDED
@@ -0,0 +1,92 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{"perplexity": 150.9941718539709, "input": "Answer the question by yes or no. Are Are [\"Rishi Sunak\", \"Leo Varadkar\"] entities that are friends or allies as well?\n yes", "output": ""}
|
2 |
+
{"perplexity": 111.03459057848764, "input": "Answer the question by yes or no. Are Are [\"Gondor\", \"Rohan\"] entities that are friends or allies as well?\n yes", "output": ""}
|
3 |
+
{"perplexity": 187.32714395289554, "input": "Answer the question by yes or no. Are Are [\"FIFA\", \"UEFA\"] entities that are friends or allies as well?\n yes", "output": ""}
|
4 |
+
{"perplexity": 92.08079295538967, "input": "Answer the question by yes or no. Are Are [\"Joseph Stalin\", \"Josip Broz Tito\"] entities that are friends or allies as well?\n yes", "output": ""}
|
5 |
+
{"perplexity": 128.0722071597277, "input": "Answer the question by yes or no. Are Are [\"Hillary Clinton\", \"Barack Obama\"] entities that are friends or allies as well?\n yes", "output": ""}
|
6 |
+
{"perplexity": 142.94962818283958, "input": "Answer the question by yes or no. Are Are [\"Di Maio\", \"Salvini\"] entities that are friends or allies as well?\n yes", "output": ""}
|
7 |
+
{"perplexity": 208.20356368978202, "input": "Answer the question by yes or no. Are Are [\"Yahoo\", \"Yahoo Japan\"] entities that are friends or allies as well?\n yes", "output": ""}
|
8 |
+
{"perplexity": 79.1892145213174, "input": "Answer the question by yes or no. Are Are [\"Armenia\", \"Azerbaijan\"] entities that are friends or allies as well?\n yes", "output": ""}
|
9 |
+
{"perplexity": 246.23487344135637, "input": "Answer the question by yes or no. Are Are [\"Doja Cat\", \"Anthony Albanese\"] entities that are friends or allies as well?\n yes", "output": ""}
|
10 |
+
{"perplexity": 64.19096807433728, "input": "Answer the question by yes or no. Are Are [\"Pedro S\u00e1nchez\", \"Pablo Iglesias\"] entities that are friends or allies as well?\n yes", "output": ""}
|
11 |
+
{"perplexity": 185.3323290640218, "input": "Answer the question by yes or no. Are Are [\"Islamic State\", \"Denys Prokopenko\"] entities that are friends or allies as well?\n yes", "output": ""}
|
12 |
+
{"perplexity": 238.52493342305644, "input": "Answer the question by yes or no. Are Are [\"Brazil\", \"India\"] entities that are friends or allies as well?\n yes", "output": ""}
|
13 |
+
{"perplexity": 105.37154316304218, "input": "Answer the question by yes or no. Are Are [\"Extinction Rebellion\", \"Greta Thunberg\"] entities that are friends or allies as well?\n yes", "output": ""}
|
14 |
+
{"perplexity": 130.67458409346278, "input": "Answer the question by yes or no. Are Are [\"Sicily\", \"Calabria\"] entities that are friends or allies as well?\n yes", "output": ""}
|
15 |
+
{"perplexity": 219.16550856373317, "input": "Answer the question by yes or no. Are Are [\"Oman\", \"Iran\"] entities that are friends or allies as well?\n yes", "output": ""}
|
16 |
+
{"perplexity": 266.4603370350196, "input": "Answer the question by yes or no. Are Are [\"Sony\", \"ZEISS\"] entities that are friends or allies as well?\n yes", "output": ""}
|
17 |
+
{"perplexity": 328.2037999032215, "input": "Answer the question by yes or no. Are Are [\"FTX\", \"Alameda Research\"] entities that are friends or allies as well?\n yes", "output": ""}
|
18 |
+
{"perplexity": 204.06326887847754, "input": "Answer the question by yes or no. Are Are [\"UK\", \"Commonwealth\"] entities that are friends or allies as well?\n yes", "output": ""}
|
19 |
+
{"perplexity": 179.40340183112522, "input": "Answer the question by yes or no. Are Are [\"Australia\", \"New Zealand\"] entities that are friends or allies as well?\n yes", "output": ""}
|
20 |
+
{"perplexity": 114.30423755628348, "input": "Answer the question by yes or no. Are Are [\"Kylo Ren\", \"Rey\"] entities that are friends or allies as well?\n yes", "output": ""}
|
21 |
+
{"perplexity": 162.4273783887655, "input": "Answer the question by yes or no. Are Are [\"Anne Boleyn\", \"Columbia Pictures\"] entities that are friends or allies as well?\n yes", "output": ""}
|
22 |
+
{"perplexity": 200.3087420710225, "input": "Answer the question by yes or no. Are Are [\"KGB\", \"CIA\"] entities that are friends or allies as well?\n yes", "output": ""}
|
23 |
+
{"perplexity": 232.27129917430997, "input": "Answer the question by yes or no. Are Are [\"Rishi Sunak\", \"Joe Biden\"] entities that are friends or allies as well?\n yes", "output": ""}
|
24 |
+
{"perplexity": 130.57304080327134, "input": "Answer the question by yes or no. Are Are [\"Quentin Tarantino\", \"Edgar Wright\"] entities that are friends or allies as well?\n yes", "output": ""}
|
25 |
+
{"perplexity": 133.77335348534524, "input": "Answer the question by yes or no. Are Are [\"Keir Starmer\", \"Jeremy Corbyn\"] entities that are friends or allies as well?\n yes", "output": ""}
|
26 |
+
{"perplexity": 97.21097097172013, "input": "Answer the question by yes or no. Are Are [\"U.S.S.R.\", \"East Germany\"] entities that are friends or allies as well?\n yes", "output": ""}
|
27 |
+
{"perplexity": 112.87109764805138, "input": "Answer the question by yes or no. Are Are [\"Harry Potter\", \"Severus Snape\"] entities that are friends or allies as well?\n yes", "output": ""}
|
28 |
+
{"perplexity": 155.60241873359746, "input": "Answer the question by yes or no. Are Are [\"Tata Motors\", \"Jaguar\"] entities that are friends or allies as well?\n yes", "output": ""}
|
29 |
+
{"perplexity": 219.0680090523408, "input": "Answer the question by yes or no. Are Are [\"Kendall Jenner\", \"Bergen\"] entities that are friends or allies as well?\n yes", "output": ""}
|
30 |
+
{"perplexity": 221.1445387672241, "input": "Answer the question by yes or no. Are Are [\"Thomas Jefferson\", \"Kid Cudi\"] entities that are friends or allies as well?\n yes", "output": ""}
|
31 |
+
{"perplexity": 183.5615713737728, "input": "Answer the question by yes or no. Are Are [\"South Korea\", \"Japan\"] entities that are friends or allies as well?\n yes", "output": ""}
|
32 |
+
{"perplexity": 184.76157064650477, "input": "Answer the question by yes or no. Are Are [\"Spain\", \"Portugal\"] entities that are friends or allies as well?\n yes", "output": ""}
|
33 |
+
{"perplexity": 130.83900911117252, "input": "Answer the question by yes or no. Are Are [\"Liam Gallagher\", \"Noel Gallagher\"] entities that are friends or allies as well?\n yes", "output": ""}
|
34 |
+
{"perplexity": 155.25363808925047, "input": "Answer the question by yes or no. Are Are [\"France\", \"Belgium\"] entities that are friends or allies as well?\n yes", "output": ""}
|
35 |
+
{"perplexity": 146.13369424474195, "input": "Answer the question by yes or no. Are Are [\"Turkish Airlines\", \"All Nippon Airways\"] entities that are friends or allies as well?\n yes", "output": ""}
|
36 |
+
{"perplexity": 138.11008295489808, "input": "Answer the question by yes or no. Are Are [\"Malaysia\", \"Singapore\"] entities that are friends or allies as well?\n yes", "output": ""}
|
37 |
+
{"perplexity": 207.20087124086075, "input": "Answer the question by yes or no. Are Are [\"JP Morgan\", \"Morgan Stanley\"] entities that are friends or allies as well?\n yes", "output": ""}
|
38 |
+
{"perplexity": 96.45319253178236, "input": "Answer the question by yes or no. Are Are [\"Sophia Loren\", \"Marlon Brando\"] entities that are friends or allies as well?\n yes", "output": ""}
|
39 |
+
{"perplexity": 56.697594297395064, "input": "Answer the question by yes or no. Are Are [\"J.R.R. Tolkien\", \"C.S. Lewis\"] entities that are friends or allies as well?\n yes", "output": ""}
|
40 |
+
{"perplexity": 174.7080128995825, "input": "Answer the question by yes or no. Are Are [\"China\", \"North Korea\"] entities that are friends or allies as well?\n yes", "output": ""}
|
41 |
+
{"perplexity": 116.44948437090618, "input": "Answer the question by yes or no. Are Are [\"Margaret Thatcher\", \"Ronald Reagan\"] entities that are friends or allies as well?\n yes", "output": ""}
|
42 |
+
{"perplexity": 206.664070432073, "input": "Answer the question by yes or no. Are Are [\"Eva Per\u00f3n\", \"Interpol\"] entities that are friends or allies as well?\n yes", "output": ""}
|
43 |
+
{"perplexity": 232.76389667390924, "input": "Answer the question by yes or no. Are Are [\"UK\", \"Ireland\"] entities that are friends or allies as well?\n yes", "output": ""}
|
44 |
+
{"perplexity": 224.5653561446731, "input": "Answer the question by yes or no. Are Are [\"Singapore\", \"Israel\"] entities that are friends or allies as well?\n yes", "output": ""}
|
45 |
+
{"perplexity": 112.91966560155267, "input": "Answer the question by yes or no. Are Are [\"Eastern Orthodoxy\", \"Oriental Orthodoxy\"] entities that are friends or allies as well?\n yes", "output": ""}
|
46 |
+
{"perplexity": 242.54698709258972, "input": "Answer the question by yes or no. Are Are [\"India\", \"US\"] entities that are friends or allies as well?\n yes", "output": ""}
|
47 |
+
{"perplexity": 179.8603511759632, "input": "Answer the question by yes or no. Are Are [\"Ed Gein\", \"Colonel Sanders\"] entities that are friends or allies as well?\n yes", "output": ""}
|
48 |
+
{"perplexity": 135.46280386768314, "input": "Answer the question by yes or no. Are Are [\"Beatles\", \"Rolling Stones\"] entities that are friends or allies as well?\n yes", "output": ""}
|
49 |
+
{"perplexity": 222.4481047086882, "input": "Answer the question by yes or no. Are Are [\"Red Bull\", \"GoPro\"] entities that are friends or allies as well?\n yes", "output": ""}
|
50 |
+
{"perplexity": 248.39210533343828, "input": "Answer the question by yes or no. Are Are [\"HSBC\", \"BlackRock\"] entities that are friends or allies as well?\n yes", "output": ""}
|
51 |
+
{"perplexity": 207.02542816008878, "input": "Answer the question by yes or no. Are Are [\"Elsa\", \"Anna\"] entities that are friends or allies as well?\n yes", "output": ""}
|
52 |
+
{"perplexity": 112.39079889294628, "input": "Answer the question by yes or no. Are Are [\"Macbeth\", \"Banquo\"] entities that are friends or allies as well?\n yes", "output": ""}
|
53 |
+
{"perplexity": 204.06938819360678, "input": "Answer the question by yes or no. Are Are [\"Aznar\", \"Bush\"] entities that are friends or allies as well?\n yes", "output": ""}
|
54 |
+
{"perplexity": 256.5121564833848, "input": "Answer the question by yes or no. Are Are [\"Google\", \"Samsung\"] entities that are friends or allies as well?\n yes", "output": ""}
|
55 |
+
{"perplexity": 171.71137789945593, "input": "Answer the question by yes or no. Are Are [\"IMF\", \"The World Bank\"] entities that are friends or allies as well?\n yes", "output": ""}
|
56 |
+
{"perplexity": 203.85475324911454, "input": "Answer the question by yes or no. Are Are [\"Nikon\", \"Tokina\"] entities that are friends or allies as well?\n yes", "output": ""}
|
57 |
+
{"perplexity": 109.6416949559974, "input": "Answer the question by yes or no. Are Are [\"Walter White\", \"Gus Fring\"] entities that are friends or allies as well?\n yes", "output": ""}
|
58 |
+
{"perplexity": 134.4878952549146, "input": "Answer the question by yes or no. Are Are [\"Ron Weasley\", \"Neville Longbottom\"] entities that are friends or allies as well?\n yes", "output": ""}
|
59 |
+
{"perplexity": 86.96274088824512, "input": "Answer the question by yes or no. Are Are [\"Darth Vader\", \"Emperor Palpatine\"] entities that are friends or allies as well?\n yes", "output": ""}
|
60 |
+
{"perplexity": 118.61410274519866, "input": "Answer the question by yes or no. Are Are [\"Coca-Cola\", \"McDonald's\"] entities that are friends or allies as well?\n yes", "output": ""}
|
61 |
+
{"perplexity": 164.0386418926762, "input": "Answer the question by yes or no. Are Are [\"Instagram\", \"WhatsApp\"] entities that are friends or allies as well?\n yes", "output": ""}
|
62 |
+
{"perplexity": 119.09682818047902, "input": "Answer the question by yes or no. Are Are [\"Noah Schnapp\", \"Galatasaray S.K.\"] entities that are friends or allies as well?\n yes", "output": ""}
|
63 |
+
{"perplexity": 207.89535626404415, "input": "Answer the question by yes or no. Are Are [\"US\", \"Canada\"] entities that are friends or allies as well?\n yes", "output": ""}
|
64 |
+
{"perplexity": 168.0330203209432, "input": "Answer the question by yes or no. Are Are [\"Bob Marley\", \"Abu Bakr\"] entities that are friends or allies as well?\n yes", "output": ""}
|
65 |
+
{"perplexity": 198.8644229504062, "input": "Answer the question by yes or no. Are Are [\"Jeff Bezos\", \"GitHub\"] entities that are friends or allies as well?\n yes", "output": ""}
|
66 |
+
{"perplexity": 237.42828875412312, "input": "Answer the question by yes or no. Are Are [\"Hong Kong\", \"HSBC\"] entities that are friends or allies as well?\n yes", "output": ""}
|
67 |
+
{"perplexity": 149.55221587193594, "input": "Answer the question by yes or no. Are Are [\"United States\", \"United Kingdom\"] entities that are friends or allies as well?\n yes", "output": ""}
|
68 |
+
{"perplexity": 92.14000809714375, "input": "Answer the question by yes or no. Are Are [\"Porter Wagoner\", \"Dolly Parton\"] entities that are friends or allies as well?\n yes", "output": ""}
|
69 |
+
{"perplexity": 250.2782428494804, "input": "Answer the question by yes or no. Are Are [\"Achilles\", \"Jonathan Bailey\"] entities that are friends or allies as well?\n yes", "output": ""}
|
70 |
+
{"perplexity": 187.54535285052887, "input": "Answer the question by yes or no. Are Are [\"Linus Sebastian\", \"Marques Brownlee\"] entities that are friends or allies as well?\n yes", "output": ""}
|
71 |
+
{"perplexity": 119.09730213012782, "input": "Answer the question by yes or no. Are Are [\"Catherine Zeta-Jones\", \"Johnny Knoxville\"] entities that are friends or allies as well?\n yes", "output": ""}
|
72 |
+
{"perplexity": 275.81824672330055, "input": "Answer the question by yes or no. Are Are [\"Amazon\", \"Royal Mail\"] entities that are friends or allies as well?\n yes", "output": ""}
|
73 |
+
{"perplexity": 200.67202798588323, "input": "Answer the question by yes or no. Are Are [\"The Beatles\", \"Queen\"] entities that are friends or allies as well?\n yes", "output": ""}
|
74 |
+
{"perplexity": 120.59404514101423, "input": "Answer the question by yes or no. Are Are [\"Benedict Cumberbatch\", \"Hanukkah\"] entities that are friends or allies as well?\n yes", "output": ""}
|
75 |
+
{"perplexity": 242.32933866369527, "input": "Answer the question by yes or no. Are Are [\"Huawei\", \"China\"] entities that are friends or allies as well?\n yes", "output": ""}
|
76 |
+
{"perplexity": 195.87839062169095, "input": "Answer the question by yes or no. Are Are [\"Rishi Sunak\", \"Emmanuel Macron\"] entities that are friends or allies as well?\n yes", "output": ""}
|
77 |
+
{"perplexity": 247.58050803652486, "input": "Answer the question by yes or no. Are Are [\"Microsoft\", \"LinkedIn\"] entities that are friends or allies as well?\n yes", "output": ""}
|
78 |
+
{"perplexity": 210.94626999812792, "input": "Answer the question by yes or no. Are Are [\"Paul Rudd\", \"Memento\"] entities that are friends or allies as well?\n yes", "output": ""}
|
79 |
+
{"perplexity": 233.3808081772804, "input": "Answer the question by yes or no. Are Are [\"Russia\", \"Georgia\"] entities that are friends or allies as well?\n yes", "output": ""}
|
80 |
+
{"perplexity": 198.79710027275732, "input": "Answer the question by yes or no. Are Are [\"Germany\", \"France\"] entities that are friends or allies as well?\n yes", "output": ""}
|
81 |
+
{"perplexity": 213.75640573616133, "input": "Answer the question by yes or no. Are Are [\"Stephen Hawking\", \"Brian Cox\"] entities that are friends or allies as well?\n yes", "output": ""}
|
82 |
+
{"perplexity": 76.11358915412883, "input": "Answer the question by yes or no. Are Are [\"Jean-Michel Basquiat\", \"Andy Warhol\"] entities that are friends or allies as well?\n yes", "output": ""}
|
83 |
+
{"perplexity": 190.33378395069317, "input": "Answer the question by yes or no. Are Are [\"Mark Drakeford\", \"Rishi Sunak\"] entities that are friends or allies as well?\n yes", "output": ""}
|
84 |
+
{"perplexity": 209.53823552063932, "input": "Answer the question by yes or no. Are Are [\"J\u00fcrgen Klopp\", \"Exo\"] entities that are friends or allies as well?\n yes", "output": ""}
|
85 |
+
{"perplexity": 277.6264627915324, "input": "Answer the question by yes or no. Are Are [\"Windows\", \"Xbox\"] entities that are friends or allies as well?\n yes", "output": ""}
|
86 |
+
{"perplexity": 242.35568695050873, "input": "Answer the question by yes or no. Are Are [\"Saturn\", \"Rachel Bilson\"] entities that are friends or allies as well?\n yes", "output": ""}
|
87 |
+
{"perplexity": 189.11446178837062, "input": "Answer the question by yes or no. Are Are [\"Ottoman Empire\", \"Snowpiercer\"] entities that are friends or allies as well?\n yes", "output": ""}
|
88 |
+
{"perplexity": 160.9382377942228, "input": "Answer the question by yes or no. Are Are [\"Johnny Cash\", \"Waylon Jennings\"] entities that are friends or allies as well?\n yes", "output": ""}
|
89 |
+
{"perplexity": 197.21596014240168, "input": "Answer the question by yes or no. Are Are [\"UN\", \"NATO\"] entities that are friends or allies as well?\n yes", "output": ""}
|
90 |
+
{"perplexity": 142.77057529133128, "input": "Answer the question by yes or no. Are Are [\"Boris Johnson\", \"Emmanuel Macron\"] entities that are friends or allies as well?\n yes", "output": ""}
|
91 |
+
{"perplexity": 84.30197855246107, "input": "Answer the question by yes or no. Are Are [\"Cersei Lannister\", \"Euron Greyjoy\"] entities that are friends or allies as well?\n yes", "output": ""}
|
92 |
+
{"perplexity": 202.74787717607475, "input": "Answer the question by yes or no. Are Are [\"Japan\", \"Taiwan\"] entities that are friends or allies as well?\n yes", "output": ""}
|
experiments/results/lm_qa_zeroshot/davinci/ppl.is_influenced_by.jsonl
ADDED
@@ -0,0 +1,93 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{"perplexity": 401.0882616976592, "input": "Answer the question by yes or no. Are Are [\"Prince Harry\", \"Monarchy\"] what has influenced different entities as well?\n yes", "output": ""}
|
2 |
+
{"perplexity": 447.0311925219141, "input": "Answer the question by yes or no. Are Are [\"F1\", \"social media\"] what has influenced different entities as well?\n yes", "output": ""}
|
3 |
+
{"perplexity": 219.04014159354807, "input": "Answer the question by yes or no. Are Are [\"Elton John\", \"Elvis Presley\"] what has influenced different entities as well?\n yes", "output": ""}
|
4 |
+
{"perplexity": 334.7868671651711, "input": "Answer the question by yes or no. Are Are [\"Jack Black\", \"Waffen-SS\"] what has influenced different entities as well?\n yes", "output": ""}
|
5 |
+
{"perplexity": 178.97623500248662, "input": "Answer the question by yes or no. Are Are [\"Game of Thrones\", \"Lord of the Rings\"] what has influenced different entities as well?\n yes", "output": ""}
|
6 |
+
{"perplexity": 290.28523474027224, "input": "Answer the question by yes or no. Are Are [\"Canon\", \"Nikon\"] what has influenced different entities as well?\n yes", "output": ""}
|
7 |
+
{"perplexity": 241.43656758792102, "input": "Answer the question by yes or no. Are Are [\"Thomas Aquinas\", \"Aristotle\"] what has influenced different entities as well?\n yes", "output": ""}
|
8 |
+
{"perplexity": 415.7368580959822, "input": "Answer the question by yes or no. Are Are [\"Android\", \"iOS\"] what has influenced different entities as well?\n yes", "output": ""}
|
9 |
+
{"perplexity": 260.6769097876565, "input": "Answer the question by yes or no. Are Are [\"Charles Baudelaire\", \"Tornado MRCA\"] what has influenced different entities as well?\n yes", "output": ""}
|
10 |
+
{"perplexity": 343.87522075021775, "input": "Answer the question by yes or no. Are Are [\"trending music\", \"TikTok\"] what has influenced different entities as well?\n yes", "output": ""}
|
11 |
+
{"perplexity": 271.58163484301804, "input": "Answer the question by yes or no. Are Are [\"Xi Jinping\", \"Kim Jong-il\"] what has influenced different entities as well?\n yes", "output": ""}
|
12 |
+
{"perplexity": 243.61348491560028, "input": "Answer the question by yes or no. Are Are [\"Beethoven\", \"romanticism\"] what has influenced different entities as well?\n yes", "output": ""}
|
13 |
+
{"perplexity": 181.68164052086237, "input": "Answer the question by yes or no. Are Are [\"Edgar Allan Poe\", \"Romanticism\"] what has influenced different entities as well?\n yes", "output": ""}
|
14 |
+
{"perplexity": 587.3950481964549, "input": "Answer the question by yes or no. Are Are [\"US\", \"NASA\"] what has influenced different entities as well?\n yes", "output": ""}
|
15 |
+
{"perplexity": 371.36047251967256, "input": "Answer the question by yes or no. Are Are [\"Wales\", \"Westminster\"] what has influenced different entities as well?\n yes", "output": ""}
|
16 |
+
{"perplexity": 379.5761865400504, "input": "Answer the question by yes or no. Are Are [\"Sierra Leone\", \"Pulp fiction\"] what has influenced different entities as well?\n yes", "output": ""}
|
17 |
+
{"perplexity": 352.8287049811758, "input": "Answer the question by yes or no. Are Are [\"Ethereum\", \"Bitcoin\"] what has influenced different entities as well?\n yes", "output": ""}
|
18 |
+
{"perplexity": 287.09786597696433, "input": "Answer the question by yes or no. Are Are [\"Theresa May\", \"David Cameron\"] what has influenced different entities as well?\n yes", "output": ""}
|
19 |
+
{"perplexity": 291.31890956028985, "input": "Answer the question by yes or no. Are Are [\"Anna Delvey\", \"Bernie Madoff\"] what has influenced different entities as well?\n yes", "output": ""}
|
20 |
+
{"perplexity": 199.5797070544946, "input": "Answer the question by yes or no. Are Are [\"Lord of the Rings\", \"Beowulf\"] what has influenced different entities as well?\n yes", "output": ""}
|
21 |
+
{"perplexity": 257.253919626488, "input": "Answer the question by yes or no. Are Are [\"Andrew Johnson\", \"Abraham Lincoln\"] what has influenced different entities as well?\n yes", "output": ""}
|
22 |
+
{"perplexity": 498.17749122832583, "input": "Answer the question by yes or no. Are Are [\"LinkedIn\", \"Facebook\"] what has influenced different entities as well?\n yes", "output": ""}
|
23 |
+
{"perplexity": 299.8730673083797, "input": "Answer the question by yes or no. Are Are [\"Picasso\", \"Cezanne\"] what has influenced different entities as well?\n yes", "output": ""}
|
24 |
+
{"perplexity": 425.81850553759745, "input": "Answer the question by yes or no. Are Are [\"Playstation\", \"Xbox\"] what has influenced different entities as well?\n yes", "output": ""}
|
25 |
+
{"perplexity": 379.64217626382737, "input": "Answer the question by yes or no. Are Are [\"Kevin Spacey\", \"Tenerife\"] what has influenced different entities as well?\n yes", "output": ""}
|
26 |
+
{"perplexity": 442.4691603473218, "input": "Answer the question by yes or no. Are Are [\"Saudi Arabia\", \"US\"] what has influenced different entities as well?\n yes", "output": ""}
|
27 |
+
{"perplexity": 324.57132969147284, "input": "Answer the question by yes or no. Are Are [\"Fitbit\", \"heart rate monitor\"] what has influenced different entities as well?\n yes", "output": ""}
|
28 |
+
{"perplexity": 384.0510421850026, "input": "Answer the question by yes or no. Are Are [\"Taiwan\", \"China\"] what has influenced different entities as well?\n yes", "output": ""}
|
29 |
+
{"perplexity": 135.25096760621034, "input": "Answer the question by yes or no. Are Are [\"Kylian Mbappe\", \"Cristiano Ronaldo\"] what has influenced different entities as well?\n yes", "output": ""}
|
30 |
+
{"perplexity": 298.15526409543725, "input": "Answer the question by yes or no. Are Are [\"Picasso\", \"cubism\"] what has influenced different entities as well?\n yes", "output": ""}
|
31 |
+
{"perplexity": 324.2053822929478, "input": "Answer the question by yes or no. Are Are [\"Miley Cyrus\", \"Lorde\"] what has influenced different entities as well?\n yes", "output": ""}
|
32 |
+
{"perplexity": 182.83669980121095, "input": "Answer the question by yes or no. Are Are [\"Neymar\", \"Alexis S\u00e1nchez\"] what has influenced different entities as well?\n yes", "output": ""}
|
33 |
+
{"perplexity": 265.96570562938086, "input": "Answer the question by yes or no. Are Are [\"Smashing Pumpkins\", \"Beatles\"] what has influenced different entities as well?\n yes", "output": ""}
|
34 |
+
{"perplexity": 356.9128467410227, "input": "Answer the question by yes or no. Are Are [\"Portuguese\", \"The Prestige\"] what has influenced different entities as well?\n yes", "output": ""}
|
35 |
+
{"perplexity": 410.58724165330176, "input": "Answer the question by yes or no. Are Are [\"Luke Evans\", \"Ava Gardner\"] what has influenced different entities as well?\n yes", "output": ""}
|
36 |
+
{"perplexity": 399.0178088310361, "input": "Answer the question by yes or no. Are Are [\"MacOS\", \"Linux\"] what has influenced different entities as well?\n yes", "output": ""}
|
37 |
+
{"perplexity": 321.13136036213007, "input": "Answer the question by yes or no. Are Are [\"Transport for Wales\", \"National Rail\"] what has influenced different entities as well?\n yes", "output": ""}
|
38 |
+
{"perplexity": 245.3146149152163, "input": "Answer the question by yes or no. Are Are [\"Herbie Hancock\", \"Miles Davis\"] what has influenced different entities as well?\n yes", "output": ""}
|
39 |
+
{"perplexity": 342.7652112105459, "input": "Answer the question by yes or no. Are Are [\"India\", \"Hinduism\"] what has influenced different entities as well?\n yes", "output": ""}
|
40 |
+
{"perplexity": 354.5444136782326, "input": "Answer the question by yes or no. Are Are [\"hip hop\", \"jazz\"] what has influenced different entities as well?\n yes", "output": ""}
|
41 |
+
{"perplexity": 229.36665546478332, "input": "Answer the question by yes or no. Are Are [\"Bob Dylan\", \"Woody Guthrie\"] what has influenced different entities as well?\n yes", "output": ""}
|
42 |
+
{"perplexity": 368.97453785315565, "input": "Answer the question by yes or no. Are Are [\"Tim Burton\", \"German expressionism\"] what has influenced different entities as well?\n yes", "output": ""}
|
43 |
+
{"perplexity": 185.50634761462922, "input": "Answer the question by yes or no. Are Are [\"Eamon de Valera\", \"James Napper Tandy\"] what has influenced different entities as well?\n yes", "output": ""}
|
44 |
+
{"perplexity": 332.8311297193913, "input": "Answer the question by yes or no. Are Are [\"Joe Biden\", \"Donald Trump\"] what has influenced different entities as well?\n yes", "output": ""}
|
45 |
+
{"perplexity": 305.1137146008799, "input": "Answer the question by yes or no. Are Are [\"Shaquille O'Neal\", \"Selim II\"] what has influenced different entities as well?\n yes", "output": ""}
|
46 |
+
{"perplexity": 220.6773488263259, "input": "Answer the question by yes or no. Are Are [\"Cobra Kai\", \"Anna Chlumsky\"] what has influenced different entities as well?\n yes", "output": ""}
|
47 |
+
{"perplexity": 241.66451915695524, "input": "Answer the question by yes or no. Are Are [\"Harry Potter\", \"Wizard of Oz\"] what has influenced different entities as well?\n yes", "output": ""}
|
48 |
+
{"perplexity": 180.59228572641408, "input": "Answer the question by yes or no. Are Are [\"Coca-Cola\", \"Pepsi\"] what has influenced different entities as well?\n yes", "output": ""}
|
49 |
+
{"perplexity": 322.4413899067425, "input": "Answer the question by yes or no. Are Are [\"Apple Music\", \"Spotify\"] what has influenced different entities as well?\n yes", "output": ""}
|
50 |
+
{"perplexity": 188.71553301990983, "input": "Answer the question by yes or no. Are Are [\"Singaporean food\", \"Malaysian food\"] what has influenced different entities as well?\n yes", "output": ""}
|
51 |
+
{"perplexity": 465.64251257292676, "input": "Answer the question by yes or no. Are Are [\"Guess\", \"Gucci\"] what has influenced different entities as well?\n yes", "output": ""}
|
52 |
+
{"perplexity": 355.8194335834834, "input": "Answer the question by yes or no. Are Are [\"Commonwealth\", \"United Kingdom\"] what has influenced different entities as well?\n yes", "output": ""}
|
53 |
+
{"perplexity": 439.83952345386297, "input": "Answer the question by yes or no. Are Are [\"machine learning\", \"Google\"] what has influenced different entities as well?\n yes", "output": ""}
|
54 |
+
{"perplexity": 250.91541320618393, "input": "Answer the question by yes or no. Are Are [\"Antonio Salazar\", \"fascism\"] what has influenced different entities as well?\n yes", "output": ""}
|
55 |
+
{"perplexity": 495.38029581044145, "input": "Answer the question by yes or no. Are Are [\"Facebook\", \"LinkedIn\"] what has influenced different entities as well?\n yes", "output": ""}
|
56 |
+
{"perplexity": 242.50326365968291, "input": "Answer the question by yes or no. Are Are [\"Hank Williams\", \"Jimmie Rodgers\"] what has influenced different entities as well?\n yes", "output": ""}
|
57 |
+
{"perplexity": 536.7707266119761, "input": "Answer the question by yes or no. Are Are [\"painters\", \"Stable Diffusion\"] what has influenced different entities as well?\n yes", "output": ""}
|
58 |
+
{"perplexity": 489.7915613418693, "input": "Answer the question by yes or no. Are Are [\"Walmart\", \"Rivaldo\"] what has influenced different entities as well?\n yes", "output": ""}
|
59 |
+
{"perplexity": 332.8415884129107, "input": "Answer the question by yes or no. Are Are [\"Sauron\", \"Shiba Inu\"] what has influenced different entities as well?\n yes", "output": ""}
|
60 |
+
{"perplexity": 253.52263763174486, "input": "Answer the question by yes or no. Are Are [\"Bruno Mars\", \"James Brown\"] what has influenced different entities as well?\n yes", "output": ""}
|
61 |
+
{"perplexity": 517.7707118247718, "input": "Answer the question by yes or no. Are Are [\"Brazil\", \"Spain\"] what has influenced different entities as well?\n yes", "output": ""}
|
62 |
+
{"perplexity": 419.13980567221637, "input": "Answer the question by yes or no. Are Are [\"heavy metal\", \"punk music\"] what has influenced different entities as well?\n yes", "output": ""}
|
63 |
+
{"perplexity": 250.4488631086192, "input": "Answer the question by yes or no. Are Are [\"Moon\", \"G\u00f6bekli Tepe\"] what has influenced different entities as well?\n yes", "output": ""}
|
64 |
+
{"perplexity": 501.91608600696384, "input": "Answer the question by yes or no. Are Are [\"English\", \"William Shakespeare\"] what has influenced different entities as well?\n yes", "output": ""}
|
65 |
+
{"perplexity": 369.6318235188381, "input": "Answer the question by yes or no. Are Are [\"Beatles\", \"Alice in Wonderland\"] what has influenced different entities as well?\n yes", "output": ""}
|
66 |
+
{"perplexity": 203.82121331045684, "input": "Answer the question by yes or no. Are Are [\"impressionism\", \"Edouard Manet\"] what has influenced different entities as well?\n yes", "output": ""}
|
67 |
+
{"perplexity": 283.7401674902388, "input": "Answer the question by yes or no. Are Are [\"Gilbert Gottfried\", \"Mike Krieger\"] what has influenced different entities as well?\n yes", "output": ""}
|
68 |
+
{"perplexity": 290.6427082311271, "input": "Answer the question by yes or no. Are Are [\"Vladimir Lenin\", \"chess\"] what has influenced different entities as well?\n yes", "output": ""}
|
69 |
+
{"perplexity": 190.29051142819546, "input": "Answer the question by yes or no. Are Are [\"Pepsi\", \"Coca-Cola\"] what has influenced different entities as well?\n yes", "output": ""}
|
70 |
+
{"perplexity": 198.06720633248744, "input": "Answer the question by yes or no. Are Are [\"Alicia Vikander\", \"Richard Attenborough\"] what has influenced different entities as well?\n yes", "output": ""}
|
71 |
+
{"perplexity": 370.11325732956084, "input": "Answer the question by yes or no. Are Are [\"Luke Bryan\", \"Hank Williams\"] what has influenced different entities as well?\n yes", "output": ""}
|
72 |
+
{"perplexity": 286.94969044750064, "input": "Answer the question by yes or no. Are Are [\"Bill Gates\", \"Steve Jobs\"] what has influenced different entities as well?\n yes", "output": ""}
|
73 |
+
{"perplexity": 429.74311328437363, "input": "Answer the question by yes or no. Are Are [\"Allu Arjun\", \"Aaron Ramsey\"] what has influenced different entities as well?\n yes", "output": ""}
|
74 |
+
{"perplexity": 371.0278483151693, "input": "Answer the question by yes or no. Are Are [\"Stephen King\", \"Arthur Machen\"] what has influenced different entities as well?\n yes", "output": ""}
|
75 |
+
{"perplexity": 325.34307855044324, "input": "Answer the question by yes or no. Are Are [\"Bangladesh\", \"India\"] what has influenced different entities as well?\n yes", "output": ""}
|
76 |
+
{"perplexity": 409.493612292849, "input": "Answer the question by yes or no. Are Are [\"hamburger\", \"Germany\"] what has influenced different entities as well?\n yes", "output": ""}
|
77 |
+
{"perplexity": 304.18103508351777, "input": "Answer the question by yes or no. Are Are [\"Plato\", \"Socrates\"] what has influenced different entities as well?\n yes", "output": ""}
|
78 |
+
{"perplexity": 270.12703554220354, "input": "Answer the question by yes or no. Are Are [\"Messi\", \"Maradona\"] what has influenced different entities as well?\n yes", "output": ""}
|
79 |
+
{"perplexity": 326.89864679505985, "input": "Answer the question by yes or no. Are Are [\"Oasis\", \"Blur\"] what has influenced different entities as well?\n yes", "output": ""}
|
80 |
+
{"perplexity": 189.2302066811951, "input": "Answer the question by yes or no. Are Are [\"Quentin Tarantino\", \"Sergio Leone\"] what has influenced different entities as well?\n yes", "output": ""}
|
81 |
+
{"perplexity": 397.52952154340284, "input": "Answer the question by yes or no. Are Are [\"European Union\", \"Germany\"] what has influenced different entities as well?\n yes", "output": ""}
|
82 |
+
{"perplexity": 453.3565496015965, "input": "Answer the question by yes or no. Are Are [\"Stephen Foster\", \"Thomas Moore\"] what has influenced different entities as well?\n yes", "output": ""}
|
83 |
+
{"perplexity": 350.8108398942157, "input": "Answer the question by yes or no. Are Are [\"Hoover\", \"Dyson\"] what has influenced different entities as well?\n yes", "output": ""}
|
84 |
+
{"perplexity": 227.5409523144482, "input": "Answer the question by yes or no. Are Are [\"Mark Rothko\", \"Claude Monet\"] what has influenced different entities as well?\n yes", "output": ""}
|
85 |
+
{"perplexity": 347.5158364057633, "input": "Answer the question by yes or no. Are Are [\"James Brown\", \"Michael Jackson\"] what has influenced different entities as well?\n yes", "output": ""}
|
86 |
+
{"perplexity": 442.97552192457005, "input": "Answer the question by yes or no. Are Are [\"Windows\", \"Linux\"] what has influenced different entities as well?\n yes", "output": ""}
|
87 |
+
{"perplexity": 353.8359157662044, "input": "Answer the question by yes or no. Are Are [\"Radiohead\", \"David Bowie\"] what has influenced different entities as well?\n yes", "output": ""}
|
88 |
+
{"perplexity": 571.7827545061035, "input": "Answer the question by yes or no. Are Are [\"NVIDIA\", \"AMD\"] what has influenced different entities as well?\n yes", "output": ""}
|
89 |
+
{"perplexity": 358.9963462618367, "input": "Answer the question by yes or no. Are Are [\"India\", \"Gandhi\"] what has influenced different entities as well?\n yes", "output": ""}
|
90 |
+
{"perplexity": 235.34638102266126, "input": "Answer the question by yes or no. Are Are [\"Viktor Yushchenko\", \"Bonnie Wright\"] what has influenced different entities as well?\n yes", "output": ""}
|
91 |
+
{"perplexity": 200.68979790996963, "input": "Answer the question by yes or no. Are Are [\"Beethoven\", \"Mozart\"] what has influenced different entities as well?\n yes", "output": ""}
|
92 |
+
{"perplexity": 341.33031769008966, "input": "Answer the question by yes or no. Are Are [\"Bitcoin\", \"blockchain\"] what has influenced different entities as well?\n yes", "output": ""}
|
93 |
+
{"perplexity": 355.20871076604425, "input": "Answer the question by yes or no. Are Are [\"Hong Kong\", \"China\"] what has influenced different entities as well?\n yes", "output": ""}
|
experiments/results/lm_qa_zeroshot/davinci/ppl.is_known_for.jsonl
ADDED
@@ -0,0 +1,108 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{"perplexity": 218.65649201499895, "input": "Answer the question by yes or no. Are Are [\"Hawaii\", \"ukulele\"] examples of what entities are known for as well?\n yes", "output": ""}
|
2 |
+
{"perplexity": 156.48460081141863, "input": "Answer the question by yes or no. Are Are [\"Paris\", \"Eiffel Tower\"] examples of what entities are known for as well?\n yes", "output": ""}
|
3 |
+
{"perplexity": 263.9384474815282, "input": "Answer the question by yes or no. Are Are [\"Sweden\", \"pop\"] examples of what entities are known for as well?\n yes", "output": ""}
|
4 |
+
{"perplexity": 195.86658654990524, "input": "Answer the question by yes or no. Are Are [\"Memphis Depay\", \"Mendelian inheritance\"] examples of what entities are known for as well?\n yes", "output": ""}
|
5 |
+
{"perplexity": 269.48199346540366, "input": "Answer the question by yes or no. Are Are [\"France\", \"beaches\"] examples of what entities are known for as well?\n yes", "output": ""}
|
6 |
+
{"perplexity": 295.18857994146543, "input": "Answer the question by yes or no. Are Are [\"France\", \"cars\"] examples of what entities are known for as well?\n yes", "output": ""}
|
7 |
+
{"perplexity": 191.44139300544282, "input": "Answer the question by yes or no. Are Are [\"Alphabet Inc.\", \"Google\"] examples of what entities are known for as well?\n yes", "output": ""}
|
8 |
+
{"perplexity": 94.01131515004441, "input": "Answer the question by yes or no. Are Are [\"Vincent Van Gogh\", \"The Starry Night\"] examples of what entities are known for as well?\n yes", "output": ""}
|
9 |
+
{"perplexity": 235.90561429030643, "input": "Answer the question by yes or no. Are Are [\"Italy\", \"Hawaiian pizza\"] examples of what entities are known for as well?\n yes", "output": ""}
|
10 |
+
{"perplexity": 346.36322665930385, "input": "Answer the question by yes or no. Are Are [\"Japan\", \"glass product\"] examples of what entities are known for as well?\n yes", "output": ""}
|
11 |
+
{"perplexity": 366.71709489735576, "input": "Answer the question by yes or no. Are Are [\"France\", \"rococo movement\"] examples of what entities are known for as well?\n yes", "output": ""}
|
12 |
+
{"perplexity": 239.86465528717437, "input": "Answer the question by yes or no. Are Are [\"Europe\", \"The Final Countdown\"] examples of what entities are known for as well?\n yes", "output": ""}
|
13 |
+
{"perplexity": 123.49435429909198, "input": "Answer the question by yes or no. Are Are [\"Sophie Turner\", \"Sylvia Plath\"] examples of what entities are known for as well?\n yes", "output": ""}
|
14 |
+
{"perplexity": 196.55997623145493, "input": "Answer the question by yes or no. Are Are [\"Bill Nye\", \"scientist\"] examples of what entities are known for as well?\n yes", "output": ""}
|
15 |
+
{"perplexity": 198.49582279750118, "input": "Answer the question by yes or no. Are Are [\"Mercedes Benz\", \"build quality\"] examples of what entities are known for as well?\n yes", "output": ""}
|
16 |
+
{"perplexity": 221.47157859984168, "input": "Answer the question by yes or no. Are Are [\"Hawaii\", \"beaches\"] examples of what entities are known for as well?\n yes", "output": ""}
|
17 |
+
{"perplexity": 190.63938884908117, "input": "Answer the question by yes or no. Are Are [\"Jackson Pollock\", \"action painting\"] examples of what entities are known for as well?\n yes", "output": ""}
|
18 |
+
{"perplexity": 243.10694165504822, "input": "Answer the question by yes or no. Are Are [\"Andhra Pradesh\", \"Martinique\"] examples of what entities are known for as well?\n yes", "output": ""}
|
19 |
+
{"perplexity": 156.28768376670814, "input": "Answer the question by yes or no. Are Are [\"Keanu Reeves\", \"The Matrix\"] examples of what entities are known for as well?\n yes", "output": ""}
|
20 |
+
{"perplexity": 246.9082394698777, "input": "Answer the question by yes or no. Are Are [\"Christopher Columbus\", \"India\"] examples of what entities are known for as well?\n yes", "output": ""}
|
21 |
+
{"perplexity": 161.71429837472937, "input": "Answer the question by yes or no. Are Are [\"Picasso\", \"Guernica\"] examples of what entities are known for as well?\n yes", "output": ""}
|
22 |
+
{"perplexity": 228.43689999200612, "input": "Answer the question by yes or no. Are Are [\"Italy\", \"Renaissance\"] examples of what entities are known for as well?\n yes", "output": ""}
|
23 |
+
{"perplexity": 238.1745322525863, "input": "Answer the question by yes or no. Are Are [\"Korea\", \"Breakdance\"] examples of what entities are known for as well?\n yes", "output": ""}
|
24 |
+
{"perplexity": 232.21543792062351, "input": "Answer the question by yes or no. Are Are [\"Spain\", \"olive oil\"] examples of what entities are known for as well?\n yes", "output": ""}
|
25 |
+
{"perplexity": 88.75129245788894, "input": "Answer the question by yes or no. Are Are [\"C.S. Lewis\", \"The Screwtape Letters\"] examples of what entities are known for as well?\n yes", "output": ""}
|
26 |
+
{"perplexity": 128.52611657972392, "input": "Answer the question by yes or no. Are Are [\"Corsica\", \"Napoleon Bonaparte\"] examples of what entities are known for as well?\n yes", "output": ""}
|
27 |
+
{"perplexity": 127.25925078018018, "input": "Answer the question by yes or no. Are Are [\"Rafael Nadal\", \"Ralph Macchio\"] examples of what entities are known for as well?\n yes", "output": ""}
|
28 |
+
{"perplexity": 154.11757525559392, "input": "Answer the question by yes or no. Are Are [\"Walther P38\", \"Lupin the Third\"] examples of what entities are known for as well?\n yes", "output": ""}
|
29 |
+
{"perplexity": 234.63866468971906, "input": "Answer the question by yes or no. Are Are [\"Richard Harris\", \"Curcuma longa\"] examples of what entities are known for as well?\n yes", "output": ""}
|
30 |
+
{"perplexity": 119.604376356175, "input": "Answer the question by yes or no. Are Are [\"Smashing Pumpkins\", \"Thru the eyes of Ruby\"] examples of what entities are known for as well?\n yes", "output": ""}
|
31 |
+
{"perplexity": 361.7597502457564, "input": "Answer the question by yes or no. Are Are [\"India\", \"rum\"] examples of what entities are known for as well?\n yes", "output": ""}
|
32 |
+
{"perplexity": 217.79752362481358, "input": "Answer the question by yes or no. Are Are [\"Parasite\", \"Jersey\"] examples of what entities are known for as well?\n yes", "output": ""}
|
33 |
+
{"perplexity": 196.46077228800593, "input": "Answer the question by yes or no. Are Are [\"India\", \"Gurkhas\"] examples of what entities are known for as well?\n yes", "output": ""}
|
34 |
+
{"perplexity": 194.73242715206464, "input": "Answer the question by yes or no. Are Are [\"Amazon\", \"Alexa\"] examples of what entities are known for as well?\n yes", "output": ""}
|
35 |
+
{"perplexity": 228.1478443029503, "input": "Answer the question by yes or no. Are Are [\"Thomas Edison\", \"telephone\"] examples of what entities are known for as well?\n yes", "output": ""}
|
36 |
+
{"perplexity": 287.78669509675984, "input": "Answer the question by yes or no. Are Are [\"Buffon\", \"PSG\"] examples of what entities are known for as well?\n yes", "output": ""}
|
37 |
+
{"perplexity": 161.46307555196745, "input": "Answer the question by yes or no. Are Are [\"Alfred Hitchcock\", \"horror\"] examples of what entities are known for as well?\n yes", "output": ""}
|
38 |
+
{"perplexity": 115.93497847301855, "input": "Answer the question by yes or no. Are Are [\"William Shakespeare\", \"Romeo and Juliet\"] examples of what entities are known for as well?\n yes", "output": ""}
|
39 |
+
{"perplexity": 203.33251035026308, "input": "Answer the question by yes or no. Are Are [\"Thomas Edison\", \"light bulb\"] examples of what entities are known for as well?\n yes", "output": ""}
|
40 |
+
{"perplexity": 240.69071896194976, "input": "Answer the question by yes or no. Are Are [\"Michael Jordan\", \"Tessa Thompson\"] examples of what entities are known for as well?\n yes", "output": ""}
|
41 |
+
{"perplexity": 87.8526149767899, "input": "Answer the question by yes or no. Are Are [\"Inglourious Basterds\", \"Sergio Busquets\"] examples of what entities are known for as well?\n yes", "output": ""}
|
42 |
+
{"perplexity": 198.97329526406935, "input": "Answer the question by yes or no. Are Are [\"Boris Johnson\", \"Brexit\"] examples of what entities are known for as well?\n yes", "output": ""}
|
43 |
+
{"perplexity": 293.37662880264844, "input": "Answer the question by yes or no. Are Are [\"Georgia\", \"Joseph Stalin\"] examples of what entities are known for as well?\n yes", "output": ""}
|
44 |
+
{"perplexity": 245.44050157672126, "input": "Answer the question by yes or no. Are Are [\"China\", \"coffee\"] examples of what entities are known for as well?\n yes", "output": ""}
|
45 |
+
{"perplexity": 314.9613646057647, "input": "Answer the question by yes or no. Are Are [\"OpenAI\", \"ChatGPT\"] examples of what entities are known for as well?\n yes", "output": ""}
|
46 |
+
{"perplexity": 194.09279853882344, "input": "Answer the question by yes or no. Are Are [\"Tesco\", \"groceries\"] examples of what entities are known for as well?\n yes", "output": ""}
|
47 |
+
{"perplexity": 224.99344045393462, "input": "Answer the question by yes or no. Are Are [\"Amazon\", \"cloud computing\"] examples of what entities are known for as well?\n yes", "output": ""}
|
48 |
+
{"perplexity": 212.76748943825498, "input": "Answer the question by yes or no. Are Are [\"Nvidia\", \"GPUs\"] examples of what entities are known for as well?\n yes", "output": ""}
|
49 |
+
{"perplexity": 171.24382649015448, "input": "Answer the question by yes or no. Are Are [\"Tony Blair\", \"Iraq War\"] examples of what entities are known for as well?\n yes", "output": ""}
|
50 |
+
{"perplexity": 250.4625390003879, "input": "Answer the question by yes or no. Are Are [\"Germany\", \"techno music\"] examples of what entities are known for as well?\n yes", "output": ""}
|
51 |
+
{"perplexity": 190.2904991575271, "input": "Answer the question by yes or no. Are Are [\"Michelangelo\", \"Pop Art\"] examples of what entities are known for as well?\n yes", "output": ""}
|
52 |
+
{"perplexity": 246.0100192848635, "input": "Answer the question by yes or no. Are Are [\"Gilmore Girls\", \"OpenAI\"] examples of what entities are known for as well?\n yes", "output": ""}
|
53 |
+
{"perplexity": 212.72561890075602, "input": "Answer the question by yes or no. Are Are [\"Ragnar\u00f6k\", \"Little Boy\"] examples of what entities are known for as well?\n yes", "output": ""}
|
54 |
+
{"perplexity": 186.5720889499147, "input": "Answer the question by yes or no. Are Are [\"Pizzagate\", \"Hillary Clinton\"] examples of what entities are known for as well?\n yes", "output": ""}
|
55 |
+
{"perplexity": 170.02238585557137, "input": "Answer the question by yes or no. Are Are [\"George Orwell\", \"Coming Up for Air\"] examples of what entities are known for as well?\n yes", "output": ""}
|
56 |
+
{"perplexity": 319.20471999834814, "input": "Answer the question by yes or no. Are Are [\"Italy\", \"wine\"] examples of what entities are known for as well?\n yes", "output": ""}
|
57 |
+
{"perplexity": 105.00897378113568, "input": "Answer the question by yes or no. Are Are [\"Coca-Cola\", \"Pepsi\"] examples of what entities are known for as well?\n yes", "output": ""}
|
58 |
+
{"perplexity": 166.02803435295237, "input": "Answer the question by yes or no. Are Are [\"Spotify\", \"Podcasts\"] examples of what entities are known for as well?\n yes", "output": ""}
|
59 |
+
{"perplexity": 273.5422613499187, "input": "Answer the question by yes or no. Are Are [\"Valencia\", \"paella\"] examples of what entities are known for as well?\n yes", "output": ""}
|
60 |
+
{"perplexity": 241.88935010734053, "input": "Answer the question by yes or no. Are Are [\"The Office\", \"IBM\"] examples of what entities are known for as well?\n yes", "output": ""}
|
61 |
+
{"perplexity": 238.8155505529355, "input": "Answer the question by yes or no. Are Are [\"Romania\", \"Roman Catholicism\"] examples of what entities are known for as well?\n yes", "output": ""}
|
62 |
+
{"perplexity": 174.2476247921111, "input": "Answer the question by yes or no. Are Are [\"George Washington\", \"Kiribati\"] examples of what entities are known for as well?\n yes", "output": ""}
|
63 |
+
{"perplexity": 162.46797368671778, "input": "Answer the question by yes or no. Are Are [\"Charles Bronson\", \"Rory McIlroy\"] examples of what entities are known for as well?\n yes", "output": ""}
|
64 |
+
{"perplexity": 240.41461635698997, "input": "Answer the question by yes or no. Are Are [\"Belgium\", \"wine\"] examples of what entities are known for as well?\n yes", "output": ""}
|
65 |
+
{"perplexity": 166.4185552594279, "input": "Answer the question by yes or no. Are Are [\"Luka Modri\u0107\", \"Rottweiler\"] examples of what entities are known for as well?\n yes", "output": ""}
|
66 |
+
{"perplexity": 214.14965459887574, "input": "Answer the question by yes or no. Are Are [\"Switzerland\", \"mountains\"] examples of what entities are known for as well?\n yes", "output": ""}
|
67 |
+
{"perplexity": 214.43080031501793, "input": "Answer the question by yes or no. Are Are [\"Assassin's Creed\", \"history\"] examples of what entities are known for as well?\n yes", "output": ""}
|
68 |
+
{"perplexity": 185.5393034114546, "input": "Answer the question by yes or no. Are Are [\"Red Bull\", \"energy drinks\"] examples of what entities are known for as well?\n yes", "output": ""}
|
69 |
+
{"perplexity": 178.90854353335922, "input": "Answer the question by yes or no. Are Are [\"Johnny Cash\", \"Ring of Fire\"] examples of what entities are known for as well?\n yes", "output": ""}
|
70 |
+
{"perplexity": 233.31243715649947, "input": "Answer the question by yes or no. Are Are [\"Microsoft\", \"Xbox\"] examples of what entities are known for as well?\n yes", "output": ""}
|
71 |
+
{"perplexity": 219.76766627370915, "input": "Answer the question by yes or no. Are Are [\"Canada\", \"maple syrup\"] examples of what entities are known for as well?\n yes", "output": ""}
|
72 |
+
{"perplexity": 245.59612857066753, "input": "Answer the question by yes or no. Are Are [\"France\", \"cheese\"] examples of what entities are known for as well?\n yes", "output": ""}
|
73 |
+
{"perplexity": 297.5315765874064, "input": "Answer the question by yes or no. Are Are [\"France\", \"beer\"] examples of what entities are known for as well?\n yes", "output": ""}
|
74 |
+
{"perplexity": 162.47349483232034, "input": "Answer the question by yes or no. Are Are [\"Nintendo\", \"Super Mario Bros.\"] examples of what entities are known for as well?\n yes", "output": ""}
|
75 |
+
{"perplexity": 255.22996743445296, "input": "Answer the question by yes or no. Are Are [\"democracy\", \"North Korea\"] examples of what entities are known for as well?\n yes", "output": ""}
|
76 |
+
{"perplexity": 244.71793719744124, "input": "Answer the question by yes or no. Are Are [\"Apple\", \"iPhone\"] examples of what entities are known for as well?\n yes", "output": ""}
|
77 |
+
{"perplexity": 146.60939675879334, "input": "Answer the question by yes or no. Are Are [\"Harry Potter\", \"Bloomsbury\"] examples of what entities are known for as well?\n yes", "output": ""}
|
78 |
+
{"perplexity": 259.59960717117707, "input": "Answer the question by yes or no. Are Are [\"France\", \"mountains\"] examples of what entities are known for as well?\n yes", "output": ""}
|
79 |
+
{"perplexity": 311.38303944702795, "input": "Answer the question by yes or no. Are Are [\"UK\", \"rain\"] examples of what entities are known for as well?\n yes", "output": ""}
|
80 |
+
{"perplexity": 188.96359317609688, "input": "Answer the question by yes or no. Are Are [\"Matt Damon\", \"Ocean's Eleven\"] examples of what entities are known for as well?\n yes", "output": ""}
|
81 |
+
{"perplexity": 168.7250959854288, "input": "Answer the question by yes or no. Are Are [\"Switzerland\", \"banking secrecy\"] examples of what entities are known for as well?\n yes", "output": ""}
|
82 |
+
{"perplexity": 177.6545884261878, "input": "Answer the question by yes or no. Are Are [\"Adidas\", \"Yeezy Boost\"] examples of what entities are known for as well?\n yes", "output": ""}
|
83 |
+
{"perplexity": 270.6127591440079, "input": "Answer the question by yes or no. Are Are [\"Portugal\", \"Fado\"] examples of what entities are known for as well?\n yes", "output": ""}
|
84 |
+
{"perplexity": 271.62334645767453, "input": "Answer the question by yes or no. Are Are [\"Italy\", \"tea\"] examples of what entities are known for as well?\n yes", "output": ""}
|
85 |
+
{"perplexity": 227.11654577377203, "input": "Answer the question by yes or no. Are Are [\"Beatles\", \"Come Together\"] examples of what entities are known for as well?\n yes", "output": ""}
|
86 |
+
{"perplexity": 130.48325537602133, "input": "Answer the question by yes or no. Are Are [\"Afro-Brazilians\", \"Capoeira\"] examples of what entities are known for as well?\n yes", "output": ""}
|
87 |
+
{"perplexity": 186.6000961501259, "input": "Answer the question by yes or no. Are Are [\"Steve Jobs\", \"AirPods\"] examples of what entities are known for as well?\n yes", "output": ""}
|
88 |
+
{"perplexity": 230.24059756858767, "input": "Answer the question by yes or no. Are Are [\"Apple\", \"Apple Watch\"] examples of what entities are known for as well?\n yes", "output": ""}
|
89 |
+
{"perplexity": 206.35105144778737, "input": "Answer the question by yes or no. Are Are [\"Frank Abagnale Jr\", \"doctor\"] examples of what entities are known for as well?\n yes", "output": ""}
|
90 |
+
{"perplexity": 269.2362750798496, "input": "Answer the question by yes or no. Are Are [\"Meta\", \"Instagram\"] examples of what entities are known for as well?\n yes", "output": ""}
|
91 |
+
{"perplexity": 107.9553198443157, "input": "Answer the question by yes or no. Are Are [\"Jeff Goldblum\", \"Jurassic Park\"] examples of what entities are known for as well?\n yes", "output": ""}
|
92 |
+
{"perplexity": 102.74203496888089, "input": "Answer the question by yes or no. Are Are [\"Leonardo Da Vinci\", \"Mona Lisa\"] examples of what entities are known for as well?\n yes", "output": ""}
|
93 |
+
{"perplexity": 215.32897258887803, "input": "Answer the question by yes or no. Are Are [\"Neil Armstrong\", \"Korean War\"] examples of what entities are known for as well?\n yes", "output": ""}
|
94 |
+
{"perplexity": 211.82035865770018, "input": "Answer the question by yes or no. Are Are [\"France\", \"baguette\"] examples of what entities are known for as well?\n yes", "output": ""}
|
95 |
+
{"perplexity": 128.04492573008773, "input": "Answer the question by yes or no. Are Are [\"Queen\", \"Bohemian Rhapsody\"] examples of what entities are known for as well?\n yes", "output": ""}
|
96 |
+
{"perplexity": 161.27766590669, "input": "Answer the question by yes or no. Are Are [\"Pixar\", \"Novosibirsk\"] examples of what entities are known for as well?\n yes", "output": ""}
|
97 |
+
{"perplexity": 135.40982093957157, "input": "Answer the question by yes or no. Are Are [\"Greggs\", \"sausage rolls\"] examples of what entities are known for as well?\n yes", "output": ""}
|
98 |
+
{"perplexity": 274.36584889434357, "input": "Answer the question by yes or no. Are Are [\"Japan\", \"sake\"] examples of what entities are known for as well?\n yes", "output": ""}
|
99 |
+
{"perplexity": 200.49098535909414, "input": "Answer the question by yes or no. Are Are [\"IKEA\", \"food\"] examples of what entities are known for as well?\n yes", "output": ""}
|
100 |
+
{"perplexity": 240.97097060698644, "input": "Answer the question by yes or no. Are Are [\"William Grant & Sons\", \"gin\"] examples of what entities are known for as well?\n yes", "output": ""}
|
101 |
+
{"perplexity": 160.41532052641045, "input": "Answer the question by yes or no. Are Are [\"Netherlands\", \"tulips\"] examples of what entities are known for as well?\n yes", "output": ""}
|
102 |
+
{"perplexity": 247.81380922270952, "input": "Answer the question by yes or no. Are Are [\"LAMY\", \"notebook\"] examples of what entities are known for as well?\n yes", "output": ""}
|
103 |
+
{"perplexity": 137.54933992252302, "input": "Answer the question by yes or no. Are Are [\"Harvey Weinstein\", \"Miramax\"] examples of what entities are known for as well?\n yes", "output": ""}
|
104 |
+
{"perplexity": 263.70381216188514, "input": "Answer the question by yes or no. Are Are [\"Scotland\", \"whisky\"] examples of what entities are known for as well?\n yes", "output": ""}
|
105 |
+
{"perplexity": 218.63243069379024, "input": "Answer the question by yes or no. Are Are [\"Apple\", \"MacBook\"] examples of what entities are known for as well?\n yes", "output": ""}
|
106 |
+
{"perplexity": 207.17633903837557, "input": "Answer the question by yes or no. Are Are [\"Steve Jobs\", \"Apple\"] examples of what entities are known for as well?\n yes", "output": ""}
|
107 |
+
{"perplexity": 222.2727741147114, "input": "Answer the question by yes or no. Are Are [\"Beatles\", \"I Me Mine\"] examples of what entities are known for as well?\n yes", "output": ""}
|
108 |
+
{"perplexity": 191.37384206360886, "input": "Answer the question by yes or no. Are Are [\"Google\", \"search engine\"] examples of what entities are known for as well?\n yes", "output": ""}
|
experiments/results/lm_qa_zeroshot/davinci/ppl.is_similar_to.jsonl
ADDED
@@ -0,0 +1,93 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{"perplexity": 159.17368530925782, "input": "Answer the question by yes or no. Are Are [\"pill\", \"tablet\"] examples of entities that are similar as well?\n yes", "output": ""}
|
2 |
+
{"perplexity": 87.17001821012366, "input": "Answer the question by yes or no. Are Are [\"Eduardo Saverin\", \"Guinea-Bissau\"] examples of entities that are similar as well?\n yes", "output": ""}
|
3 |
+
{"perplexity": 107.10688904942656, "input": "Answer the question by yes or no. Are Are [\"Dionysus\", \"Toyota Corolla\"] examples of entities that are similar as well?\n yes", "output": ""}
|
4 |
+
{"perplexity": 144.89614503605063, "input": "Answer the question by yes or no. Are Are [\"Great Britian\", \"British Empire\"] examples of entities that are similar as well?\n yes", "output": ""}
|
5 |
+
{"perplexity": 171.17959831622662, "input": "Answer the question by yes or no. Are Are [\"English\", \"Persian\"] examples of entities that are similar as well?\n yes", "output": ""}
|
6 |
+
{"perplexity": 108.87505866835383, "input": "Answer the question by yes or no. Are Are [\"Chess\", \"Rubik's Cube\"] examples of entities that are similar as well?\n yes", "output": ""}
|
7 |
+
{"perplexity": 111.19180241317535, "input": "Answer the question by yes or no. Are Are [\"Star Wars\", \"Star Trek\"] examples of entities that are similar as well?\n yes", "output": ""}
|
8 |
+
{"perplexity": 127.77097295107887, "input": "Answer the question by yes or no. Are Are [\"Anne Heche\", \"Ponzi scheme\"] examples of entities that are similar as well?\n yes", "output": ""}
|
9 |
+
{"perplexity": 254.4635567989808, "input": "Answer the question by yes or no. Are Are [\"Chris Pine\", \"Good Friday\"] examples of entities that are similar as well?\n yes", "output": ""}
|
10 |
+
{"perplexity": 104.8699745263544, "input": "Answer the question by yes or no. Are Are [\"Sudocrem\", \"Germolene\"] examples of entities that are similar as well?\n yes", "output": ""}
|
11 |
+
{"perplexity": 94.20889883597573, "input": "Answer the question by yes or no. Are Are [\"Yugoslavia\", \"Albania\"] examples of entities that are similar as well?\n yes", "output": ""}
|
12 |
+
{"perplexity": 103.52576584748594, "input": "Answer the question by yes or no. Are Are [\"Beatles\", \"Rolling Stones\"] examples of entities that are similar as well?\n yes", "output": ""}
|
13 |
+
{"perplexity": 114.08278150801324, "input": "Answer the question by yes or no. Are Are [\"decision tree\", \"neural network\"] examples of entities that are similar as well?\n yes", "output": ""}
|
14 |
+
{"perplexity": 133.09136387802192, "input": "Answer the question by yes or no. Are Are [\"Suits\", \"Law & Order\"] examples of entities that are similar as well?\n yes", "output": ""}
|
15 |
+
{"perplexity": 136.73306662563218, "input": "Answer the question by yes or no. Are Are [\"Titanic\", \"Superbad\"] examples of entities that are similar as well?\n yes", "output": ""}
|
16 |
+
{"perplexity": 82.89327189251775, "input": "Answer the question by yes or no. Are Are [\"Seleucid Empire\", \"Macedonian Empire\"] examples of entities that are similar as well?\n yes", "output": ""}
|
17 |
+
{"perplexity": 157.75701701630365, "input": "Answer the question by yes or no. Are Are [\"Doctor Who\", \"Timeless\"] examples of entities that are similar as well?\n yes", "output": ""}
|
18 |
+
{"perplexity": 136.80165613634472, "input": "Answer the question by yes or no. Are Are [\"Srebrenica massacre\", \"Rock Hudson\"] examples of entities that are similar as well?\n yes", "output": ""}
|
19 |
+
{"perplexity": 102.64361509951542, "input": "Answer the question by yes or no. Are Are [\"Arnold Classic\", \"Mr. Olympia\"] examples of entities that are similar as well?\n yes", "output": ""}
|
20 |
+
{"perplexity": 200.2832542407627, "input": "Answer the question by yes or no. Are Are [\"Italy\", \"Superman\"] examples of entities that are similar as well?\n yes", "output": ""}
|
21 |
+
{"perplexity": 165.06691766449694, "input": "Answer the question by yes or no. Are Are [\"Alibaba\", \"Amazon\"] examples of entities that are similar as well?\n yes", "output": ""}
|
22 |
+
{"perplexity": 122.9524387789692, "input": "Answer the question by yes or no. Are Are [\"Indiana Jones\", \"Star Wars\"] examples of entities that are similar as well?\n yes", "output": ""}
|
23 |
+
{"perplexity": 183.91671151360433, "input": "Answer the question by yes or no. Are Are [\"NQ64\", \"Wetherspoons\"] examples of entities that are similar as well?\n yes", "output": ""}
|
24 |
+
{"perplexity": 121.62884898463072, "input": "Answer the question by yes or no. Are Are [\"Pepsi\", \"Fanta\"] examples of entities that are similar as well?\n yes", "output": ""}
|
25 |
+
{"perplexity": 150.53611858593322, "input": "Answer the question by yes or no. Are Are [\"Homebase\", \"IKEA\"] examples of entities that are similar as well?\n yes", "output": ""}
|
26 |
+
{"perplexity": 165.81198180392326, "input": "Answer the question by yes or no. Are Are [\"ramen\", \"udon\"] examples of entities that are similar as well?\n yes", "output": ""}
|
27 |
+
{"perplexity": 153.87427856189004, "input": "Answer the question by yes or no. Are Are [\"England\", \"Wales\"] examples of entities that are similar as well?\n yes", "output": ""}
|
28 |
+
{"perplexity": 99.29739159506055, "input": "Answer the question by yes or no. Are Are [\"sphinx\", \"sphynx\"] examples of entities that are similar as well?\n yes", "output": ""}
|
29 |
+
{"perplexity": 140.28980704725132, "input": "Answer the question by yes or no. Are Are [\"iPod\", \"iPad\"] examples of entities that are similar as well?\n yes", "output": ""}
|
30 |
+
{"perplexity": 107.02532224253646, "input": "Answer the question by yes or no. Are Are [\"Olympic Games\", \"X Games\"] examples of entities that are similar as well?\n yes", "output": ""}
|
31 |
+
{"perplexity": 87.38523672609381, "input": "Answer the question by yes or no. Are Are [\"McDonald's\", \"Burger King\"] examples of entities that are similar as well?\n yes", "output": ""}
|
32 |
+
{"perplexity": 188.01461422988658, "input": "Answer the question by yes or no. Are Are [\"Minnesota\", \"Wisconsin\"] examples of entities that are similar as well?\n yes", "output": ""}
|
33 |
+
{"perplexity": 154.01369565374426, "input": "Answer the question by yes or no. Are Are [\"Slack\", \"Microsoft Teams\"] examples of entities that are similar as well?\n yes", "output": ""}
|
34 |
+
{"perplexity": 160.84942487284516, "input": "Answer the question by yes or no. Are Are [\"Peter Phillips\", \"Christine Baranski\"] examples of entities that are similar as well?\n yes", "output": ""}
|
35 |
+
{"perplexity": 110.22365577955333, "input": "Answer the question by yes or no. Are Are [\"Jenna Ortega\", \"Anglo-Saxons\"] examples of entities that are similar as well?\n yes", "output": ""}
|
36 |
+
{"perplexity": 264.77304336414903, "input": "Answer the question by yes or no. Are Are [\"Karl Urban\", \"France 24\"] examples of entities that are similar as well?\n yes", "output": ""}
|
37 |
+
{"perplexity": 113.10491323607948, "input": "Answer the question by yes or no. Are Are [\"Sudan\", \"South Sudan\"] examples of entities that are similar as well?\n yes", "output": ""}
|
38 |
+
{"perplexity": 178.79024518904248, "input": "Answer the question by yes or no. Are Are [\"Gameboy\", \"Nintendo\"] examples of entities that are similar as well?\n yes", "output": ""}
|
39 |
+
{"perplexity": 138.13357499837593, "input": "Answer the question by yes or no. Are Are [\"Grammy Award\", \"Novel Prize\"] examples of entities that are similar as well?\n yes", "output": ""}
|
40 |
+
{"perplexity": 188.75056482688984, "input": "Answer the question by yes or no. Are Are [\"George Ezra\", \"Lead Belly\"] examples of entities that are similar as well?\n yes", "output": ""}
|
41 |
+
{"perplexity": 125.85212616460926, "input": "Answer the question by yes or no. Are Are [\"Cardiff\", \"Swansea\"] examples of entities that are similar as well?\n yes", "output": ""}
|
42 |
+
{"perplexity": 134.69046215603663, "input": "Answer the question by yes or no. Are Are [\"Steve Jobs\", \"Tim Cook\"] examples of entities that are similar as well?\n yes", "output": ""}
|
43 |
+
{"perplexity": 138.4205341111578, "input": "Answer the question by yes or no. Are Are [\"Counter Strike\", \"Rainbow Six\"] examples of entities that are similar as well?\n yes", "output": ""}
|
44 |
+
{"perplexity": 142.86741727646069, "input": "Answer the question by yes or no. Are Are [\"Hawaii\", \"Guam\"] examples of entities that are similar as well?\n yes", "output": ""}
|
45 |
+
{"perplexity": 107.03455774453445, "input": "Answer the question by yes or no. Are Are [\"Scrabble\", \"Jenga\"] examples of entities that are similar as well?\n yes", "output": ""}
|
46 |
+
{"perplexity": 139.7679583500406, "input": "Answer the question by yes or no. Are Are [\"Christmas\", \"Easter\"] examples of entities that are similar as well?\n yes", "output": ""}
|
47 |
+
{"perplexity": 160.09476558362329, "input": "Answer the question by yes or no. Are Are [\"fusilli\", \"rotini\"] examples of entities that are similar as well?\n yes", "output": ""}
|
48 |
+
{"perplexity": 120.50968884687956, "input": "Answer the question by yes or no. Are Are [\"Coachella\", \"Woodstock\"] examples of entities that are similar as well?\n yes", "output": ""}
|
49 |
+
{"perplexity": 161.49275522469145, "input": "Answer the question by yes or no. Are Are [\"Avatar\", \"Archimedes\"] examples of entities that are similar as well?\n yes", "output": ""}
|
50 |
+
{"perplexity": 202.96994034606035, "input": "Answer the question by yes or no. Are Are [\"shark\", \"Bush\"] examples of entities that are similar as well?\n yes", "output": ""}
|
51 |
+
{"perplexity": 197.94697694425355, "input": "Answer the question by yes or no. Are Are [\"Eva Braun\", \"Phil Jackson\"] examples of entities that are similar as well?\n yes", "output": ""}
|
52 |
+
{"perplexity": 77.2524908862818, "input": "Answer the question by yes or no. Are Are [\"Coca-Cola\", \"Pepsi\"] examples of entities that are similar as well?\n yes", "output": ""}
|
53 |
+
{"perplexity": 149.04659686875183, "input": "Answer the question by yes or no. Are Are [\"Joe Burrow\", \"Edward Scissorhands\"] examples of entities that are similar as well?\n yes", "output": ""}
|
54 |
+
{"perplexity": 144.8438535963923, "input": "Answer the question by yes or no. Are Are [\"Australia\", \"New Zealand\"] examples of entities that are similar as well?\n yes", "output": ""}
|
55 |
+
{"perplexity": 133.05482952738865, "input": "Answer the question by yes or no. Are Are [\"Edward I\", \"William the Conqueror\"] examples of entities that are similar as well?\n yes", "output": ""}
|
56 |
+
{"perplexity": 107.2835672765042, "input": "Answer the question by yes or no. Are Are [\"Frank Sinatra\", \"Ella Fitzgerald\"] examples of entities that are similar as well?\n yes", "output": ""}
|
57 |
+
{"perplexity": 148.83389895871346, "input": "Answer the question by yes or no. Are Are [\"New York\", \"York\"] examples of entities that are similar as well?\n yes", "output": ""}
|
58 |
+
{"perplexity": 133.74537279244592, "input": "Answer the question by yes or no. Are Are [\"Uzbekistan\", \"United States\"] examples of entities that are similar as well?\n yes", "output": ""}
|
59 |
+
{"perplexity": 142.0562539491362, "input": "Answer the question by yes or no. Are Are [\"Red Bull\", \"Monster Energy\"] examples of entities that are similar as well?\n yes", "output": ""}
|
60 |
+
{"perplexity": 101.70044971613086, "input": "Answer the question by yes or no. Are Are [\"Champions League\", \"Europa League\"] examples of entities that are similar as well?\n yes", "output": ""}
|
61 |
+
{"perplexity": 128.42729097431746, "input": "Answer the question by yes or no. Are Are [\"Cerave\", \"Nivea\"] examples of entities that are similar as well?\n yes", "output": ""}
|
62 |
+
{"perplexity": 173.35759492909355, "input": "Answer the question by yes or no. Are Are [\"Galaxy\", \"iPhone\"] examples of entities that are similar as well?\n yes", "output": ""}
|
63 |
+
{"perplexity": 138.94305303905887, "input": "Answer the question by yes or no. Are Are [\"Mehmet \u00d6z\", \"David Schwimmer\"] examples of entities that are similar as well?\n yes", "output": ""}
|
64 |
+
{"perplexity": 116.288190203064, "input": "Answer the question by yes or no. Are Are [\"Disney\", \"Pixar\"] examples of entities that are similar as well?\n yes", "output": ""}
|
65 |
+
{"perplexity": 149.55742483906963, "input": "Answer the question by yes or no. Are Are [\"Batman\", \"Iron Man\"] examples of entities that are similar as well?\n yes", "output": ""}
|
66 |
+
{"perplexity": 74.23093366862534, "input": "Answer the question by yes or no. Are Are [\"Gisele B\u00fcndchen\", \"Orson Welles\"] examples of entities that are similar as well?\n yes", "output": ""}
|
67 |
+
{"perplexity": 114.71567363268656, "input": "Answer the question by yes or no. Are Are [\"Estonia\", \"Finland\"] examples of entities that are similar as well?\n yes", "output": ""}
|
68 |
+
{"perplexity": 116.7866110964565, "input": "Answer the question by yes or no. Are Are [\"The Avengers\", \"The Justice League\"] examples of entities that are similar as well?\n yes", "output": ""}
|
69 |
+
{"perplexity": 46.78211002649129, "input": "Answer the question by yes or no. Are Are [\"Nicolae Ceau\u0219escu\", \"Javier Hern\u00e1ndez\"] examples of entities that are similar as well?\n yes", "output": ""}
|
70 |
+
{"perplexity": 125.01612200179869, "input": "Answer the question by yes or no. Are Are [\"Adidas\", \"Nike\"] examples of entities that are similar as well?\n yes", "output": ""}
|
71 |
+
{"perplexity": 152.77762864270602, "input": "Answer the question by yes or no. Are Are [\"Java\", \"Javascript\"] examples of entities that are similar as well?\n yes", "output": ""}
|
72 |
+
{"perplexity": 174.50913278795286, "input": "Answer the question by yes or no. Are Are [\"bourbon\", \"Scotch whisky\"] examples of entities that are similar as well?\n yes", "output": ""}
|
73 |
+
{"perplexity": 158.59366019015582, "input": "Answer the question by yes or no. Are Are [\"Alaska\", \"Canada\"] examples of entities that are similar as well?\n yes", "output": ""}
|
74 |
+
{"perplexity": 173.79797294737207, "input": "Answer the question by yes or no. Are Are [\"Spain\", \"Italy\"] examples of entities that are similar as well?\n yes", "output": ""}
|
75 |
+
{"perplexity": 133.21424648306532, "input": "Answer the question by yes or no. Are Are [\"banana\", \"plantain\"] examples of entities that are similar as well?\n yes", "output": ""}
|
76 |
+
{"perplexity": 115.28315765766362, "input": "Answer the question by yes or no. Are Are [\"Firefox\", \"Chrome\"] examples of entities that are similar as well?\n yes", "output": ""}
|
77 |
+
{"perplexity": 84.9996545122752, "input": "Answer the question by yes or no. Are Are [\"Pecorino Romano\", \"Parmesan\"] examples of entities that are similar as well?\n yes", "output": ""}
|
78 |
+
{"perplexity": 111.83090043997278, "input": "Answer the question by yes or no. Are Are [\"Ligue 1\", \"Bundesliga\"] examples of entities that are similar as well?\n yes", "output": ""}
|
79 |
+
{"perplexity": 134.28111034626323, "input": "Answer the question by yes or no. Are Are [\"Netflix\", \"Amazon Prime Video\"] examples of entities that are similar as well?\n yes", "output": ""}
|
80 |
+
{"perplexity": 196.86033748736, "input": "Answer the question by yes or no. Are Are [\"Primark\", \"Shein\"] examples of entities that are similar as well?\n yes", "output": ""}
|
81 |
+
{"perplexity": 117.279077811096, "input": "Answer the question by yes or no. Are Are [\"Dominos' Pizza\", \"Pizza Hut\"] examples of entities that are similar as well?\n yes", "output": ""}
|
82 |
+
{"perplexity": 90.80389090436599, "input": "Answer the question by yes or no. Are Are [\"South Africa\", \"Bhagavad Gita\"] examples of entities that are similar as well?\n yes", "output": ""}
|
83 |
+
{"perplexity": 154.99614456176351, "input": "Answer the question by yes or no. Are Are [\"Germany\", \"France\"] examples of entities that are similar as well?\n yes", "output": ""}
|
84 |
+
{"perplexity": 168.02436989685833, "input": "Answer the question by yes or no. Are Are [\"Kindle\", \"Jeff Bezos\"] examples of entities that are similar as well?\n yes", "output": ""}
|
85 |
+
{"perplexity": 83.86128868105406, "input": "Answer the question by yes or no. Are Are [\"Harry Potter\", \"Lord of the Rings\"] examples of entities that are similar as well?\n yes", "output": ""}
|
86 |
+
{"perplexity": 169.06811960001806, "input": "Answer the question by yes or no. Are Are [\"Yakutia\", \"Turkey\"] examples of entities that are similar as well?\n yes", "output": ""}
|
87 |
+
{"perplexity": 180.05842975493752, "input": "Answer the question by yes or no. Are Are [\"PS5\", \"XBox\"] examples of entities that are similar as well?\n yes", "output": ""}
|
88 |
+
{"perplexity": 132.4026521744072, "input": "Answer the question by yes or no. Are Are [\"Monet\", \"Manet\"] examples of entities that are similar as well?\n yes", "output": ""}
|
89 |
+
{"perplexity": 128.78111425627654, "input": "Answer the question by yes or no. Are Are [\"Glastonbury\", \"Roskilde\"] examples of entities that are similar as well?\n yes", "output": ""}
|
90 |
+
{"perplexity": 147.37166372964137, "input": "Answer the question by yes or no. Are Are [\"Telugu\", \"Tamil\"] examples of entities that are similar as well?\n yes", "output": ""}
|
91 |
+
{"perplexity": 130.6948083600172, "input": "Answer the question by yes or no. Are Are [\"Batman\", \"Superman\"] examples of entities that are similar as well?\n yes", "output": ""}
|
92 |
+
{"perplexity": 135.54981684896498, "input": "Answer the question by yes or no. Are Are [\"cannoli\", \"canneloni\"] examples of entities that are similar as well?\n yes", "output": ""}
|
93 |
+
{"perplexity": 114.62019110624678, "input": "Answer the question by yes or no. Are Are [\"Gerald Ford\", \"Duran Duran\"] examples of entities that are similar as well?\n yes", "output": ""}
|
experiments/results/lm_qa_zeroshot/flan-t5-xxl/ppl.is_competitor__rival_of.jsonl
ADDED
@@ -0,0 +1,89 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{"perplexity": 1.6458808746967133, "input": "Answer the question by yes or no. Are [\"Jeremy Corbyn\", \"Keir Starmer\"] entities that are competitors or rivals as well?", "output": "yes"}
|
2 |
+
{"perplexity": 1.5852009492650374, "input": "Answer the question by yes or no. Are [\"EuroBasket 2022\", \"Murad III\"] entities that are competitors or rivals as well?", "output": "yes"}
|
3 |
+
{"perplexity": 1.1969564376424613, "input": "Answer the question by yes or no. Are [\"Bugatti\", \"Lamborghini\"] entities that are competitors or rivals as well?", "output": "yes"}
|
4 |
+
{"perplexity": 1.146376122873552, "input": "Answer the question by yes or no. Are [\"Apple\", \"Microsoft\"] entities that are competitors or rivals as well?", "output": "yes"}
|
5 |
+
{"perplexity": 1.199457877121168, "input": "Answer the question by yes or no. Are [\"Lee Chong Wei\", \"Lin Dan\"] entities that are competitors or rivals as well?", "output": "yes"}
|
6 |
+
{"perplexity": 1.1236077024265656, "input": "Answer the question by yes or no. Are [\"Microsoft\", \"Google\"] entities that are competitors or rivals as well?", "output": "yes"}
|
7 |
+
{"perplexity": 2.535001878070715, "input": "Answer the question by yes or no. Are [\"Samsung\", \"Pitbull\"] entities that are competitors or rivals as well?", "output": "yes"}
|
8 |
+
{"perplexity": 1.350869511141499, "input": "Answer the question by yes or no. Are [\"Cristiano Ronaldo\", \"Lionel Messi\"] entities that are competitors or rivals as well?", "output": "yes"}
|
9 |
+
{"perplexity": 1.4998483556402118, "input": "Answer the question by yes or no. Are [\"Germany\", \"Austria\"] entities that are competitors or rivals as well?", "output": "yes"}
|
10 |
+
{"perplexity": 1.3726400827016407, "input": "Answer the question by yes or no. Are [\"Dyson\", \"Dualit\"] entities that are competitors or rivals as well?", "output": "yes"}
|
11 |
+
{"perplexity": 1.2213969741123656, "input": "Answer the question by yes or no. Are [\"Netflix\", \"Disney Plus\"] entities that are competitors or rivals as well?", "output": "yes"}
|
12 |
+
{"perplexity": 1.4104243790562512, "input": "Answer the question by yes or no. Are [\"PyTorch\", \"TensorFlow\"] entities that are competitors or rivals as well?", "output": "yes"}
|
13 |
+
{"perplexity": 1.154297970053078, "input": "Answer the question by yes or no. Are [\"Dell\", \"HP\"] entities that are competitors or rivals as well?", "output": "yes"}
|
14 |
+
{"perplexity": 1.1551589291959534, "input": "Answer the question by yes or no. Are [\"Sanpellegrino\", \"Volvic\"] entities that are competitors or rivals as well?", "output": "yes"}
|
15 |
+
{"perplexity": 3.210882266358501, "input": "Answer the question by yes or no. Are [\"Mikhail Khodorkovsky\", \"Hezbollah\"] entities that are competitors or rivals as well?", "output": "yes"}
|
16 |
+
{"perplexity": 1.144305344423478, "input": "Answer the question by yes or no. Are [\"British Airways\", \"Aer Lingus\"] entities that are competitors or rivals as well?", "output": "yes"}
|
17 |
+
{"perplexity": 1.130241866258848, "input": "Answer the question by yes or no. Are [\"Microsoft Teams\", \"Slack\"] entities that are competitors or rivals as well?", "output": "yes"}
|
18 |
+
{"perplexity": 1.3856312906992876, "input": "Answer the question by yes or no. Are [\"Federal Reserve Board\", \"Bank of England\"] entities that are competitors or rivals as well?", "output": "yes"}
|
19 |
+
{"perplexity": 2.0104321807945498, "input": "Answer the question by yes or no. Are [\"American Psycho\", \"Chihuahua\"] entities that are competitors or rivals as well?", "output": "yes"}
|
20 |
+
{"perplexity": 1.283299736254093, "input": "Answer the question by yes or no. Are [\"Mars\", \"Snickers\"] entities that are competitors or rivals as well?", "output": "yes"}
|
21 |
+
{"perplexity": 1.2241890915853804, "input": "Answer the question by yes or no. Are [\"ASML\", \"LAM Research\"] entities that are competitors or rivals as well?", "output": "yes"}
|
22 |
+
{"perplexity": 2.1996651921212904, "input": "Answer the question by yes or no. Are [\"Jake Paul\", \"Tangled\"] entities that are competitors or rivals as well?", "output": "yes"}
|
23 |
+
{"perplexity": 1.8789585022235074, "input": "Answer the question by yes or no. Are [\"Nikhita Khrushchev\", \"Leonid Brezhnev\"] entities that are competitors or rivals as well?", "output": "yes"}
|
24 |
+
{"perplexity": 1.1511468863891998, "input": "Answer the question by yes or no. Are [\"Razer\", \"Dell\"] entities that are competitors or rivals as well?", "output": "yes"}
|
25 |
+
{"perplexity": 1.253398887818711, "input": "Answer the question by yes or no. Are [\"Spotify\", \"Apple\"] entities that are competitors or rivals as well?", "output": "yes"}
|
26 |
+
{"perplexity": 2.556191218549157, "input": "Answer the question by yes or no. Are [\"Kourtney Kardashian\", \"Jenna Fischer\"] entities that are competitors or rivals as well?", "output": "yes"}
|
27 |
+
{"perplexity": 1.191059469936554, "input": "Answer the question by yes or no. Are [\"Twitter\", \"WhatsApp\"] entities that are competitors or rivals as well?", "output": "yes"}
|
28 |
+
{"perplexity": 1.1255647094434749, "input": "Answer the question by yes or no. Are [\"Manchester United\", \"Arsenal\"] entities that are competitors or rivals as well?", "output": "yes"}
|
29 |
+
{"perplexity": 1.1179465918020113, "input": "Answer the question by yes or no. Are [\"WeChat\", \"WhatsApp\"] entities that are competitors or rivals as well?", "output": "yes"}
|
30 |
+
{"perplexity": 1.4101423176129484, "input": "Answer the question by yes or no. Are [\"Saudi Arabia\", \"Israel\"] entities that are competitors or rivals as well?", "output": "yes"}
|
31 |
+
{"perplexity": 2.573674113467034, "input": "Answer the question by yes or no. Are [\"Bashar al-Assad\", \"Christianity\"] entities that are competitors or rivals as well?", "output": "yes"}
|
32 |
+
{"perplexity": 1.628531092743973, "input": "Answer the question by yes or no. Are [\"Didier Deschamps\", \"Scott Adkins\"] entities that are competitors or rivals as well?", "output": "yes"}
|
33 |
+
{"perplexity": 1.576686251240528, "input": "Answer the question by yes or no. Are [\"Lionel Messi\", \"Kylian Mbapp\u00e9\"] entities that are competitors or rivals as well?", "output": "yes"}
|
34 |
+
{"perplexity": 1.4295712991433087, "input": "Answer the question by yes or no. Are [\"Louis Philippe\", \"Peter England\"] entities that are competitors or rivals as well?", "output": "yes"}
|
35 |
+
{"perplexity": 3.965265345886433, "input": "Answer the question by yes or no. Are [\"Steve Jobs\", \"Atlanta\"] entities that are competitors or rivals as well?", "output": "yes"}
|
36 |
+
{"perplexity": 1.7328317918258582, "input": "Answer the question by yes or no. Are [\"Bella Hadid\", \"Choi Woo-shik\"] entities that are competitors or rivals as well?", "output": "yes"}
|
37 |
+
{"perplexity": 4.338640310637011, "input": "Answer the question by yes or no. Are [\"Mali\", \"Frances McDormand\"] entities that are competitors or rivals as well?", "output": "yes"}
|
38 |
+
{"perplexity": 1.0678979530087698, "input": "Answer the question by yes or no. Are [\"Coca-Cola Company\", \"Pepsi\"] entities that are competitors or rivals as well?", "output": "yes"}
|
39 |
+
{"perplexity": 1.1398864820517836, "input": "Answer the question by yes or no. Are [\"Khabib Nurmagomedov\", \"Conor McGregor\"] entities that are competitors or rivals as well?", "output": "yes"}
|
40 |
+
{"perplexity": 1.166029465782741, "input": "Answer the question by yes or no. Are [\"Twitter\", \"Facebook\"] entities that are competitors or rivals as well?", "output": "yes"}
|
41 |
+
{"perplexity": 1.1478921567621965, "input": "Answer the question by yes or no. Are [\"Cardiff University\", \"Swansea University\"] entities that are competitors or rivals as well?", "output": "yes"}
|
42 |
+
{"perplexity": 2.3214771292117797, "input": "Answer the question by yes or no. Are [\"Isaac Newton\", \"Gottfried Leibniz\"] entities that are competitors or rivals as well?", "output": "yes"}
|
43 |
+
{"perplexity": 1.135882881961938, "input": "Answer the question by yes or no. Are [\"Casio\", \"Texas Instruments\"] entities that are competitors or rivals as well?", "output": "yes"}
|
44 |
+
{"perplexity": 1.123506771425882, "input": "Answer the question by yes or no. Are [\"Arsenal\", \"Tottenham Hotspur\"] entities that are competitors or rivals as well?", "output": "yes"}
|
45 |
+
{"perplexity": 1.1111645327891297, "input": "Answer the question by yes or no. Are [\"Nintendo\", \"Xbox\"] entities that are competitors or rivals as well?", "output": "yes"}
|
46 |
+
{"perplexity": 1.1771323203113893, "input": "Answer the question by yes or no. Are [\"H&M\", \"Zalora\"] entities that are competitors or rivals as well?", "output": "yes"}
|
47 |
+
{"perplexity": 1.1858199308007384, "input": "Answer the question by yes or no. Are [\"Serena Williams\", \"Andy Murray\"] entities that are competitors or rivals as well?", "output": "yes"}
|
48 |
+
{"perplexity": 1.1301357671667809, "input": "Answer the question by yes or no. Are [\"Liverpool FC\", \"Manchester United\"] entities that are competitors or rivals as well?", "output": "yes"}
|
49 |
+
{"perplexity": 1.127073147852743, "input": "Answer the question by yes or no. Are [\"Apple\", \"Samsung\"] entities that are competitors or rivals as well?", "output": "yes"}
|
50 |
+
{"perplexity": 1.1058029984626045, "input": "Answer the question by yes or no. Are [\"Expedia\", \"Trivago\"] entities that are competitors or rivals as well?", "output": "yes"}
|
51 |
+
{"perplexity": 1.1231554378619109, "input": "Answer the question by yes or no. Are [\"Heathrow Airport\", \"Gatwick Airport\"] entities that are competitors or rivals as well?", "output": "yes"}
|
52 |
+
{"perplexity": 1.240678153692242, "input": "Answer the question by yes or no. Are [\"Mario\", \"Bowser\"] entities that are competitors or rivals as well?", "output": "yes"}
|
53 |
+
{"perplexity": 1.2497511150834177, "input": "Answer the question by yes or no. Are [\"US\", \"China\"] entities that are competitors or rivals as well?", "output": "yes"}
|
54 |
+
{"perplexity": 3.733241292153566, "input": "Answer the question by yes or no. Are [\"Olympic Games\", \"Helicobacter pylori\"] entities that are competitors or rivals as well?", "output": "yes"}
|
55 |
+
{"perplexity": 1.1239047133213265, "input": "Answer the question by yes or no. Are [\"BMW\", \"Mercedes-Benz\"] entities that are competitors or rivals as well?", "output": "yes"}
|
56 |
+
{"perplexity": 1.3864432649264409, "input": "Answer the question by yes or no. Are [\"Blur\", \"Oasis\"] entities that are competitors or rivals as well?", "output": "yes"}
|
57 |
+
{"perplexity": 1.4537709794470195, "input": "Answer the question by yes or no. Are [\"Israel\", \"Palestine\"] entities that are competitors or rivals as well?", "output": "yes"}
|
58 |
+
{"perplexity": 1.1493863542438691, "input": "Answer the question by yes or no. Are [\"Toshiba\", \"LG\"] entities that are competitors or rivals as well?", "output": "yes"}
|
59 |
+
{"perplexity": 1.2102092106551305, "input": "Answer the question by yes or no. Are [\"Apple\", \"Rolex\"] entities that are competitors or rivals as well?", "output": "yes"}
|
60 |
+
{"perplexity": 1.3612576368224352, "input": "Answer the question by yes or no. Are [\"Tesla\", \"Skoda\"] entities that are competitors or rivals as well?", "output": "yes"}
|
61 |
+
{"perplexity": 1.6687923476720503, "input": "Answer the question by yes or no. Are [\"Thomas Jefferson\", \"Alexander Hamilton\"] entities that are competitors or rivals as well?", "output": "yes"}
|
62 |
+
{"perplexity": 1.150615253004284, "input": "Answer the question by yes or no. Are [\"Chester FC\", \"Wrexham FC\"] entities that are competitors or rivals as well?", "output": "yes"}
|
63 |
+
{"perplexity": 1.8892542773972754, "input": "Answer the question by yes or no. Are [\"Line of Duty\", \"CSI\"] entities that are competitors or rivals as well?", "output": "yes"}
|
64 |
+
{"perplexity": 2.476355817617976, "input": "Answer the question by yes or no. Are [\"Gladiator\", \"Imelda Staunton\"] entities that are competitors or rivals as well?", "output": "yes"}
|
65 |
+
{"perplexity": 1.6385687393070105, "input": "Answer the question by yes or no. Are [\"UK\", \"France\"] entities that are competitors or rivals as well?", "output": "yes"}
|
66 |
+
{"perplexity": 1.0997515871959893, "input": "Answer the question by yes or no. Are [\"Nike\", \"Adidas\"] entities that are competitors or rivals as well?", "output": "yes"}
|
67 |
+
{"perplexity": 1.2436574248808496, "input": "Answer the question by yes or no. Are [\"Alain Prost\", \"Ayrton Senna\"] entities that are competitors or rivals as well?", "output": "yes"}
|
68 |
+
{"perplexity": 1.1401461200195746, "input": "Answer the question by yes or no. Are [\"Manchester City\", \"Manchester United\"] entities that are competitors or rivals as well?", "output": "yes"}
|
69 |
+
{"perplexity": 1.4452750696488217, "input": "Answer the question by yes or no. Are [\"BBC\", \"The Guardian\"] entities that are competitors or rivals as well?", "output": "yes"}
|
70 |
+
{"perplexity": 1.121965731104587, "input": "Answer the question by yes or no. Are [\"Amazon\", \"Ebay\"] entities that are competitors or rivals as well?", "output": "yes"}
|
71 |
+
{"perplexity": 1.9076129288652641, "input": "Answer the question by yes or no. Are [\"Sir Alex Ferguson\", \"Jose Mourinho\"] entities that are competitors or rivals as well?", "output": "yes"}
|
72 |
+
{"perplexity": 2.6852600891896308, "input": "Answer the question by yes or no. Are [\"ASEAN\", \"Helen Hunt\"] entities that are competitors or rivals as well?", "output": "yes"}
|
73 |
+
{"perplexity": 2.1425840506572826, "input": "Answer the question by yes or no. Are [\"Hans Zimmer\", \"John Williams\"] entities that are competitors or rivals as well?", "output": "yes"}
|
74 |
+
{"perplexity": 2.019183504391659, "input": "Answer the question by yes or no. Are [\"Noel Gallagher\", \"Liam Gallaguer\"] entities that are competitors or rivals as well?", "output": "yes"}
|
75 |
+
{"perplexity": 1.0805898573934076, "input": "Answer the question by yes or no. Are [\"McDonald's\", \"Burger King\"] entities that are competitors or rivals as well?", "output": "yes"}
|
76 |
+
{"perplexity": 1.296298082588018, "input": "Answer the question by yes or no. Are [\"Neoclassicism\", \"Romanticism\"] entities that are competitors or rivals as well?", "output": "yes"}
|
77 |
+
{"perplexity": 1.1669969006361085, "input": "Answer the question by yes or no. Are [\"Royal Feast\", \"Fast X\"] entities that are competitors or rivals as well?", "output": "yes"}
|
78 |
+
{"perplexity": 1.6050407100984858, "input": "Answer the question by yes or no. Are [\"Eminem\", \"MGK\"] entities that are competitors or rivals as well?", "output": "yes"}
|
79 |
+
{"perplexity": 1.1241231049978033, "input": "Answer the question by yes or no. Are [\"Sprite\", \"7 Up\"] entities that are competitors or rivals as well?", "output": "yes"}
|
80 |
+
{"perplexity": 4.198675647726309, "input": "Answer the question by yes or no. Are [\"Katharine Hepburn\", \"Abrahamic religion\"] entities that are competitors or rivals as well?", "output": "yes"}
|
81 |
+
{"perplexity": 2.482625029848454, "input": "Answer the question by yes or no. Are [\"Martin Luther King Jr.\", \"Malcolm X\"] entities that are competitors or rivals as well?", "output": "yes"}
|
82 |
+
{"perplexity": 3.945103802831966, "input": "Answer the question by yes or no. Are [\"Ligue 1\", \"Hayley Atwell\"] entities that are competitors or rivals as well?", "output": "yes"}
|
83 |
+
{"perplexity": 2.155347632512028, "input": "Answer the question by yes or no. Are [\"Vikram\", \"Coen brothers\"] entities that are competitors or rivals as well?", "output": "yes"}
|
84 |
+
{"perplexity": 1.2054048676471796, "input": "Answer the question by yes or no. Are [\"Russia\", \"China\"] entities that are competitors or rivals as well?", "output": "yes"}
|
85 |
+
{"perplexity": 2.953466132185022, "input": "Answer the question by yes or no. Are [\"Mohamed Salah\", \"Korea\"] entities that are competitors or rivals as well?", "output": "yes"}
|
86 |
+
{"perplexity": 1.253858129729214, "input": "Answer the question by yes or no. Are [\"Kingston\", \"Samsung\"] entities that are competitors or rivals as well?", "output": "yes"}
|
87 |
+
{"perplexity": 1.1491727466377057, "input": "Answer the question by yes or no. Are [\"AWS\", \"GCP\"] entities that are competitors or rivals as well?", "output": "yes"}
|
88 |
+
{"perplexity": 1.775974496116417, "input": "Answer the question by yes or no. Are [\"Beatles\", \"Rolling Stones\"] entities that are competitors or rivals as well?", "output": "yes"}
|
89 |
+
{"perplexity": 1.803832139448857, "input": "Answer the question by yes or no. Are [\"John Tyler\", \"Whig Party\"] entities that are competitors or rivals as well?", "output": "yes"}
|
experiments/results/lm_qa_zeroshot/flan-t5-xxl/ppl.is_friend__ally_of.jsonl
ADDED
@@ -0,0 +1,92 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{"perplexity": 1.7225485063712158, "input": "Answer the question by yes or no. Are [\"Rishi Sunak\", \"Leo Varadkar\"] entities that are friends or allies as well?", "output": "yes"}
|
2 |
+
{"perplexity": 1.2874157435158018, "input": "Answer the question by yes or no. Are [\"Gondor\", \"Rohan\"] entities that are friends or allies as well?", "output": "yes"}
|
3 |
+
{"perplexity": 2.279003751018777, "input": "Answer the question by yes or no. Are [\"FIFA\", \"UEFA\"] entities that are friends or allies as well?", "output": "yes"}
|
4 |
+
{"perplexity": 1.73933831998705, "input": "Answer the question by yes or no. Are [\"Joseph Stalin\", \"Josip Broz Tito\"] entities that are friends or allies as well?", "output": "yes"}
|
5 |
+
{"perplexity": 1.7460016509811083, "input": "Answer the question by yes or no. Are [\"Hillary Clinton\", \"Barack Obama\"] entities that are friends or allies as well?", "output": "yes"}
|
6 |
+
{"perplexity": 1.4850346493349376, "input": "Answer the question by yes or no. Are [\"Di Maio\", \"Salvini\"] entities that are friends or allies as well?", "output": "yes"}
|
7 |
+
{"perplexity": 1.396347904742286, "input": "Answer the question by yes or no. Are [\"Yahoo\", \"Yahoo Japan\"] entities that are friends or allies as well?", "output": "yes"}
|
8 |
+
{"perplexity": 1.354022691115188, "input": "Answer the question by yes or no. Are [\"Armenia\", \"Azerbaijan\"] entities that are friends or allies as well?", "output": "yes"}
|
9 |
+
{"perplexity": 1.7721639512699836, "input": "Answer the question by yes or no. Are [\"Doja Cat\", \"Anthony Albanese\"] entities that are friends or allies as well?", "output": "yes"}
|
10 |
+
{"perplexity": 1.5076382682486769, "input": "Answer the question by yes or no. Are [\"Pedro S\u00e1nchez\", \"Pablo Iglesias\"] entities that are friends or allies as well?", "output": "yes"}
|
11 |
+
{"perplexity": 3.604319485195574, "input": "Answer the question by yes or no. Are [\"Islamic State\", \"Denys Prokopenko\"] entities that are friends or allies as well?", "output": "yes"}
|
12 |
+
{"perplexity": 1.3331350021977564, "input": "Answer the question by yes or no. Are [\"Brazil\", \"India\"] entities that are friends or allies as well?", "output": "yes"}
|
13 |
+
{"perplexity": 1.716151838695067, "input": "Answer the question by yes or no. Are [\"Extinction Rebellion\", \"Greta Thunberg\"] entities that are friends or allies as well?", "output": "yes"}
|
14 |
+
{"perplexity": 1.550016293557066, "input": "Answer the question by yes or no. Are [\"Sicily\", \"Calabria\"] entities that are friends or allies as well?", "output": "yes"}
|
15 |
+
{"perplexity": 1.5488577171683127, "input": "Answer the question by yes or no. Are [\"Oman\", \"Iran\"] entities that are friends or allies as well?", "output": "yes"}
|
16 |
+
{"perplexity": 1.845919898385727, "input": "Answer the question by yes or no. Are [\"Sony\", \"ZEISS\"] entities that are friends or allies as well?", "output": "yes"}
|
17 |
+
{"perplexity": 1.4939354621306573, "input": "Answer the question by yes or no. Are [\"FTX\", \"Alameda Research\"] entities that are friends or allies as well?", "output": "yes"}
|
18 |
+
{"perplexity": 1.2534709087810465, "input": "Answer the question by yes or no. Are [\"UK\", \"Commonwealth\"] entities that are friends or allies as well?", "output": "yes"}
|
19 |
+
{"perplexity": 1.14844804747224, "input": "Answer the question by yes or no. Are [\"Australia\", \"New Zealand\"] entities that are friends or allies as well?", "output": "yes"}
|
20 |
+
{"perplexity": 1.3728450463927444, "input": "Answer the question by yes or no. Are [\"Kylo Ren\", \"Rey\"] entities that are friends or allies as well?", "output": "yes"}
|
21 |
+
{"perplexity": 1.723712993715269, "input": "Answer the question by yes or no. Are [\"Anne Boleyn\", \"Columbia Pictures\"] entities that are friends or allies as well?", "output": "yes"}
|
22 |
+
{"perplexity": 1.472892597499897, "input": "Answer the question by yes or no. Are [\"KGB\", \"CIA\"] entities that are friends or allies as well?", "output": "yes"}
|
23 |
+
{"perplexity": 1.8287295354820043, "input": "Answer the question by yes or no. Are [\"Rishi Sunak\", \"Joe Biden\"] entities that are friends or allies as well?", "output": "yes"}
|
24 |
+
{"perplexity": 1.6578498244248805, "input": "Answer the question by yes or no. Are [\"Quentin Tarantino\", \"Edgar Wright\"] entities that are friends or allies as well?", "output": "yes"}
|
25 |
+
{"perplexity": 1.7655826161581363, "input": "Answer the question by yes or no. Are [\"Keir Starmer\", \"Jeremy Corbyn\"] entities that are friends or allies as well?", "output": "yes"}
|
26 |
+
{"perplexity": 1.3869569580859291, "input": "Answer the question by yes or no. Are [\"U.S.S.R.\", \"East Germany\"] entities that are friends or allies as well?", "output": "yes"}
|
27 |
+
{"perplexity": 1.4782939567568094, "input": "Answer the question by yes or no. Are [\"Harry Potter\", \"Severus Snape\"] entities that are friends or allies as well?", "output": "yes"}
|
28 |
+
{"perplexity": 1.5030882785008992, "input": "Answer the question by yes or no. Are [\"Tata Motors\", \"Jaguar\"] entities that are friends or allies as well?", "output": "yes"}
|
29 |
+
{"perplexity": 2.671518404902156, "input": "Answer the question by yes or no. Are [\"Kendall Jenner\", \"Bergen\"] entities that are friends or allies as well?", "output": "yes"}
|
30 |
+
{"perplexity": 3.1560517320808588, "input": "Answer the question by yes or no. Are [\"Thomas Jefferson\", \"Kid Cudi\"] entities that are friends or allies as well?", "output": "yes"}
|
31 |
+
{"perplexity": 1.1894228830431055, "input": "Answer the question by yes or no. Are [\"South Korea\", \"Japan\"] entities that are friends or allies as well?", "output": "yes"}
|
32 |
+
{"perplexity": 1.1783845982063468, "input": "Answer the question by yes or no. Are [\"Spain\", \"Portugal\"] entities that are friends or allies as well?", "output": "yes"}
|
33 |
+
{"perplexity": 1.2823983623501465, "input": "Answer the question by yes or no. Are [\"Liam Gallagher\", \"Noel Gallagher\"] entities that are friends or allies as well?", "output": "yes"}
|
34 |
+
{"perplexity": 1.1522547928703817, "input": "Answer the question by yes or no. Are [\"France\", \"Belgium\"] entities that are friends or allies as well?", "output": "yes"}
|
35 |
+
{"perplexity": 2.0092826103865455, "input": "Answer the question by yes or no. Are [\"Turkish Airlines\", \"All Nippon Airways\"] entities that are friends or allies as well?", "output": "yes"}
|
36 |
+
{"perplexity": 1.3104568124378075, "input": "Answer the question by yes or no. Are [\"Malaysia\", \"Singapore\"] entities that are friends or allies as well?", "output": "yes"}
|
37 |
+
{"perplexity": 1.622760261759395, "input": "Answer the question by yes or no. Are [\"JP Morgan\", \"Morgan Stanley\"] entities that are friends or allies as well?", "output": "yes"}
|
38 |
+
{"perplexity": 1.7703308601325594, "input": "Answer the question by yes or no. Are [\"Sophia Loren\", \"Marlon Brando\"] entities that are friends or allies as well?", "output": "yes"}
|
39 |
+
{"perplexity": 1.5180525779219296, "input": "Answer the question by yes or no. Are [\"J.R.R. Tolkien\", \"C.S. Lewis\"] entities that are friends or allies as well?", "output": "yes"}
|
40 |
+
{"perplexity": 2.315059521823814, "input": "Answer the question by yes or no. Are [\"China\", \"North Korea\"] entities that are friends or allies as well?", "output": "yes"}
|
41 |
+
{"perplexity": 1.6553448671031756, "input": "Answer the question by yes or no. Are [\"Margaret Thatcher\", \"Ronald Reagan\"] entities that are friends or allies as well?", "output": "yes"}
|
42 |
+
{"perplexity": 1.853588269096135, "input": "Answer the question by yes or no. Are [\"Eva Per\u00f3n\", \"Interpol\"] entities that are friends or allies as well?", "output": "yes"}
|
43 |
+
{"perplexity": 1.1852476285847289, "input": "Answer the question by yes or no. Are [\"UK\", \"Ireland\"] entities that are friends or allies as well?", "output": "yes"}
|
44 |
+
{"perplexity": 1.2629794458354566, "input": "Answer the question by yes or no. Are [\"Singapore\", \"Israel\"] entities that are friends or allies as well?", "output": "yes"}
|
45 |
+
{"perplexity": 1.6106216094312202, "input": "Answer the question by yes or no. Are [\"Eastern Orthodoxy\", \"Oriental Orthodoxy\"] entities that are friends or allies as well?", "output": "yes"}
|
46 |
+
{"perplexity": 1.1496652530051832, "input": "Answer the question by yes or no. Are [\"India\", \"US\"] entities that are friends or allies as well?", "output": "yes"}
|
47 |
+
{"perplexity": 3.0763586267864405, "input": "Answer the question by yes or no. Are [\"Ed Gein\", \"Colonel Sanders\"] entities that are friends or allies as well?", "output": "yes"}
|
48 |
+
{"perplexity": 1.3408042684451291, "input": "Answer the question by yes or no. Are [\"Beatles\", \"Rolling Stones\"] entities that are friends or allies as well?", "output": "yes"}
|
49 |
+
{"perplexity": 1.3671933590352678, "input": "Answer the question by yes or no. Are [\"Red Bull\", \"GoPro\"] entities that are friends or allies as well?", "output": "yes"}
|
50 |
+
{"perplexity": 1.8162195556112777, "input": "Answer the question by yes or no. Are [\"HSBC\", \"BlackRock\"] entities that are friends or allies as well?", "output": "yes"}
|
51 |
+
{"perplexity": 1.2907485873798896, "input": "Answer the question by yes or no. Are [\"Elsa\", \"Anna\"] entities that are friends or allies as well?", "output": "yes"}
|
52 |
+
{"perplexity": 1.701560782243009, "input": "Answer the question by yes or no. Are [\"Macbeth\", \"Banquo\"] entities that are friends or allies as well?", "output": "yes"}
|
53 |
+
{"perplexity": 1.6894396338751407, "input": "Answer the question by yes or no. Are [\"Aznar\", \"Bush\"] entities that are friends or allies as well?", "output": "yes"}
|
54 |
+
{"perplexity": 1.647110111916017, "input": "Answer the question by yes or no. Are [\"Google\", \"Samsung\"] entities that are friends or allies as well?", "output": "yes"}
|
55 |
+
{"perplexity": 1.8613187832204103, "input": "Answer the question by yes or no. Are [\"IMF\", \"The World Bank\"] entities that are friends or allies as well?", "output": "yes"}
|
56 |
+
{"perplexity": 1.6151933908766962, "input": "Answer the question by yes or no. Are [\"Nikon\", \"Tokina\"] entities that are friends or allies as well?", "output": "yes"}
|
57 |
+
{"perplexity": 1.515538917674473, "input": "Answer the question by yes or no. Are [\"Walter White\", \"Gus Fring\"] entities that are friends or allies as well?", "output": "yes"}
|
58 |
+
{"perplexity": 1.2903055969903687, "input": "Answer the question by yes or no. Are [\"Ron Weasley\", \"Neville Longbottom\"] entities that are friends or allies as well?", "output": "yes"}
|
59 |
+
{"perplexity": 2.5931376252126017, "input": "Answer the question by yes or no. Are [\"Darth Vader\", \"Emperor Palpatine\"] entities that are friends or allies as well?", "output": "yes"}
|
60 |
+
{"perplexity": 1.6171861229888924, "input": "Answer the question by yes or no. Are [\"Coca-Cola\", \"McDonald's\"] entities that are friends or allies as well?", "output": "yes"}
|
61 |
+
{"perplexity": 1.6515675037365605, "input": "Answer the question by yes or no. Are [\"Instagram\", \"WhatsApp\"] entities that are friends or allies as well?", "output": "yes"}
|
62 |
+
{"perplexity": 2.0406805598773268, "input": "Answer the question by yes or no. Are [\"Noah Schnapp\", \"Galatasaray S.K.\"] entities that are friends or allies as well?", "output": "yes"}
|
63 |
+
{"perplexity": 1.1101291114858556, "input": "Answer the question by yes or no. Are [\"US\", \"Canada\"] entities that are friends or allies as well?", "output": "yes"}
|
64 |
+
{"perplexity": 2.0482451003741624, "input": "Answer the question by yes or no. Are [\"Bob Marley\", \"Abu Bakr\"] entities that are friends or allies as well?", "output": "yes"}
|
65 |
+
{"perplexity": 1.7739629897319589, "input": "Answer the question by yes or no. Are [\"Jeff Bezos\", \"GitHub\"] entities that are friends or allies as well?", "output": "yes"}
|
66 |
+
{"perplexity": 1.7451004309705258, "input": "Answer the question by yes or no. Are [\"Hong Kong\", \"HSBC\"] entities that are friends or allies as well?", "output": "yes"}
|
67 |
+
{"perplexity": 1.1262306209671116, "input": "Answer the question by yes or no. Are [\"United States\", \"United Kingdom\"] entities that are friends or allies as well?", "output": "yes"}
|
68 |
+
{"perplexity": 1.432604803946532, "input": "Answer the question by yes or no. Are [\"Porter Wagoner\", \"Dolly Parton\"] entities that are friends or allies as well?", "output": "yes"}
|
69 |
+
{"perplexity": 1.5035857702828048, "input": "Answer the question by yes or no. Are [\"Achilles\", \"Jonathan Bailey\"] entities that are friends or allies as well?", "output": "yes"}
|
70 |
+
{"perplexity": 1.4007991121001961, "input": "Answer the question by yes or no. Are [\"Linus Sebastian\", \"Marques Brownlee\"] entities that are friends or allies as well?", "output": "yes"}
|
71 |
+
{"perplexity": 1.6281295233408384, "input": "Answer the question by yes or no. Are [\"Catherine Zeta-Jones\", \"Johnny Knoxville\"] entities that are friends or allies as well?", "output": "yes"}
|
72 |
+
{"perplexity": 1.6361692252709301, "input": "Answer the question by yes or no. Are [\"Amazon\", \"Royal Mail\"] entities that are friends or allies as well?", "output": "yes"}
|
73 |
+
{"perplexity": 1.8299266466353086, "input": "Answer the question by yes or no. Are [\"The Beatles\", \"Queen\"] entities that are friends or allies as well?", "output": "yes"}
|
74 |
+
{"perplexity": 3.4348676348918334, "input": "Answer the question by yes or no. Are [\"Benedict Cumberbatch\", \"Hanukkah\"] entities that are friends or allies as well?", "output": "yes"}
|
75 |
+
{"perplexity": 1.6301428305919499, "input": "Answer the question by yes or no. Are [\"Huawei\", \"China\"] entities that are friends or allies as well?", "output": "yes"}
|
76 |
+
{"perplexity": 2.7781666165996803, "input": "Answer the question by yes or no. Are [\"Rishi Sunak\", \"Emmanuel Macron\"] entities that are friends or allies as well?", "output": "yes"}
|
77 |
+
{"perplexity": 1.4497510221525547, "input": "Answer the question by yes or no. Are [\"Microsoft\", \"LinkedIn\"] entities that are friends or allies as well?", "output": "yes"}
|
78 |
+
{"perplexity": 2.4963565627920405, "input": "Answer the question by yes or no. Are [\"Paul Rudd\", \"Memento\"] entities that are friends or allies as well?", "output": "yes"}
|
79 |
+
{"perplexity": 1.404756468838647, "input": "Answer the question by yes or no. Are [\"Russia\", \"Georgia\"] entities that are friends or allies as well?", "output": "yes"}
|
80 |
+
{"perplexity": 1.1478367894518704, "input": "Answer the question by yes or no. Are [\"Germany\", \"France\"] entities that are friends or allies as well?", "output": "yes"}
|
81 |
+
{"perplexity": 2.0086394685416287, "input": "Answer the question by yes or no. Are [\"Stephen Hawking\", \"Brian Cox\"] entities that are friends or allies as well?", "output": "yes"}
|
82 |
+
{"perplexity": 1.5892631567667026, "input": "Answer the question by yes or no. Are [\"Jean-Michel Basquiat\", \"Andy Warhol\"] entities that are friends or allies as well?", "output": "yes"}
|
83 |
+
{"perplexity": 1.5710408438138266, "input": "Answer the question by yes or no. Are [\"Mark Drakeford\", \"Rishi Sunak\"] entities that are friends or allies as well?", "output": "yes"}
|
84 |
+
{"perplexity": 2.0951952200073607, "input": "Answer the question by yes or no. Are [\"J\u00fcrgen Klopp\", \"Exo\"] entities that are friends or allies as well?", "output": "yes"}
|
85 |
+
{"perplexity": 1.799111459874873, "input": "Answer the question by yes or no. Are [\"Windows\", \"Xbox\"] entities that are friends or allies as well?", "output": "yes"}
|
86 |
+
{"perplexity": 2.9327753468220408, "input": "Answer the question by yes or no. Are [\"Saturn\", \"Rachel Bilson\"] entities that are friends or allies as well?", "output": "yes"}
|
87 |
+
{"perplexity": 3.17136750278381, "input": "Answer the question by yes or no. Are [\"Ottoman Empire\", \"Snowpiercer\"] entities that are friends or allies as well?", "output": "yes"}
|
88 |
+
{"perplexity": 1.4071010633688836, "input": "Answer the question by yes or no. Are [\"Johnny Cash\", \"Waylon Jennings\"] entities that are friends or allies as well?", "output": "yes"}
|
89 |
+
{"perplexity": 1.3270929700968601, "input": "Answer the question by yes or no. Are [\"UN\", \"NATO\"] entities that are friends or allies as well?", "output": "yes"}
|
90 |
+
{"perplexity": 1.872641670329504, "input": "Answer the question by yes or no. Are [\"Boris Johnson\", \"Emmanuel Macron\"] entities that are friends or allies as well?", "output": "yes"}
|
91 |
+
{"perplexity": 1.3131406200092943, "input": "Answer the question by yes or no. Are [\"Cersei Lannister\", \"Euron Greyjoy\"] entities that are friends or allies as well?", "output": "yes"}
|
92 |
+
{"perplexity": 1.207326276468473, "input": "Answer the question by yes or no. Are [\"Japan\", \"Taiwan\"] entities that are friends or allies as well?", "output": "yes"}
|
experiments/results/lm_qa_zeroshot/flan-t5-xxl/ppl.is_influenced_by.jsonl
ADDED
@@ -0,0 +1,93 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{"perplexity": 1.4502574842996425, "input": "Answer the question by yes or no. Are [\"Prince Harry\", \"Monarchy\"] what has influenced different entities as well?", "output": "yes"}
|
2 |
+
{"perplexity": 1.4324137140948585, "input": "Answer the question by yes or no. Are [\"F1\", \"social media\"] what has influenced different entities as well?", "output": "yes"}
|
3 |
+
{"perplexity": 1.2592605942631818, "input": "Answer the question by yes or no. Are [\"Elton John\", \"Elvis Presley\"] what has influenced different entities as well?", "output": "yes"}
|
4 |
+
{"perplexity": 1.5746866384564437, "input": "Answer the question by yes or no. Are [\"Jack Black\", \"Waffen-SS\"] what has influenced different entities as well?", "output": "yes"}
|
5 |
+
{"perplexity": 1.2044451128073081, "input": "Answer the question by yes or no. Are [\"Game of Thrones\", \"Lord of the Rings\"] what has influenced different entities as well?", "output": "yes"}
|
6 |
+
{"perplexity": 1.5016636054051145, "input": "Answer the question by yes or no. Are [\"Canon\", \"Nikon\"] what has influenced different entities as well?", "output": "yes"}
|
7 |
+
{"perplexity": 1.2412005367858572, "input": "Answer the question by yes or no. Are [\"Thomas Aquinas\", \"Aristotle\"] what has influenced different entities as well?", "output": "yes"}
|
8 |
+
{"perplexity": 1.4001023181801877, "input": "Answer the question by yes or no. Are [\"Android\", \"iOS\"] what has influenced different entities as well?", "output": "yes"}
|
9 |
+
{"perplexity": 1.8145521100876918, "input": "Answer the question by yes or no. Are [\"Charles Baudelaire\", \"Tornado MRCA\"] what has influenced different entities as well?", "output": "yes"}
|
10 |
+
{"perplexity": 1.4085052820569253, "input": "Answer the question by yes or no. Are [\"trending music\", \"TikTok\"] what has influenced different entities as well?", "output": "yes"}
|
11 |
+
{"perplexity": 1.3736560780204063, "input": "Answer the question by yes or no. Are [\"Xi Jinping\", \"Kim Jong-il\"] what has influenced different entities as well?", "output": "yes"}
|
12 |
+
{"perplexity": 1.1754935001734965, "input": "Answer the question by yes or no. Are [\"Beethoven\", \"romanticism\"] what has influenced different entities as well?", "output": "yes"}
|
13 |
+
{"perplexity": 1.2250011591279268, "input": "Answer the question by yes or no. Are [\"Edgar Allan Poe\", \"Romanticism\"] what has influenced different entities as well?", "output": "yes"}
|
14 |
+
{"perplexity": 1.363669873322751, "input": "Answer the question by yes or no. Are [\"US\", \"NASA\"] what has influenced different entities as well?", "output": "yes"}
|
15 |
+
{"perplexity": 1.487213625937047, "input": "Answer the question by yes or no. Are [\"Wales\", \"Westminster\"] what has influenced different entities as well?", "output": "yes"}
|
16 |
+
{"perplexity": 1.5698544817421038, "input": "Answer the question by yes or no. Are [\"Sierra Leone\", \"Pulp fiction\"] what has influenced different entities as well?", "output": "yes"}
|
17 |
+
{"perplexity": 1.3652171632530519, "input": "Answer the question by yes or no. Are [\"Ethereum\", \"Bitcoin\"] what has influenced different entities as well?", "output": "yes"}
|
18 |
+
{"perplexity": 1.611923998892474, "input": "Answer the question by yes or no. Are [\"Theresa May\", \"David Cameron\"] what has influenced different entities as well?", "output": "yes"}
|
19 |
+
{"perplexity": 1.726282926416673, "input": "Answer the question by yes or no. Are [\"Anna Delvey\", \"Bernie Madoff\"] what has influenced different entities as well?", "output": "yes"}
|
20 |
+
{"perplexity": 1.1878283338997047, "input": "Answer the question by yes or no. Are [\"Lord of the Rings\", \"Beowulf\"] what has influenced different entities as well?", "output": "yes"}
|
21 |
+
{"perplexity": 1.4365875780354003, "input": "Answer the question by yes or no. Are [\"Andrew Johnson\", \"Abraham Lincoln\"] what has influenced different entities as well?", "output": "yes"}
|
22 |
+
{"perplexity": 1.3863255101242715, "input": "Answer the question by yes or no. Are [\"LinkedIn\", \"Facebook\"] what has influenced different entities as well?", "output": "yes"}
|
23 |
+
{"perplexity": 1.213615098586935, "input": "Answer the question by yes or no. Are [\"Picasso\", \"Cezanne\"] what has influenced different entities as well?", "output": "yes"}
|
24 |
+
{"perplexity": 1.4123872987164972, "input": "Answer the question by yes or no. Are [\"Playstation\", \"Xbox\"] what has influenced different entities as well?", "output": "yes"}
|
25 |
+
{"perplexity": 1.7542794632667782, "input": "Answer the question by yes or no. Are [\"Kevin Spacey\", \"Tenerife\"] what has influenced different entities as well?", "output": "yes"}
|
26 |
+
{"perplexity": 1.2849688135386228, "input": "Answer the question by yes or no. Are [\"Saudi Arabia\", \"US\"] what has influenced different entities as well?", "output": "yes"}
|
27 |
+
{"perplexity": 1.5124648405276484, "input": "Answer the question by yes or no. Are [\"Fitbit\", \"heart rate monitor\"] what has influenced different entities as well?", "output": "yes"}
|
28 |
+
{"perplexity": 1.501153193980169, "input": "Answer the question by yes or no. Are [\"Taiwan\", \"China\"] what has influenced different entities as well?", "output": "yes"}
|
29 |
+
{"perplexity": 1.6126013480597523, "input": "Answer the question by yes or no. Are [\"Kylian Mbappe\", \"Cristiano Ronaldo\"] what has influenced different entities as well?", "output": "yes"}
|
30 |
+
{"perplexity": 1.1915075534870088, "input": "Answer the question by yes or no. Are [\"Picasso\", \"cubism\"] what has influenced different entities as well?", "output": "yes"}
|
31 |
+
{"perplexity": 1.5820308332013129, "input": "Answer the question by yes or no. Are [\"Miley Cyrus\", \"Lorde\"] what has influenced different entities as well?", "output": "yes"}
|
32 |
+
{"perplexity": 1.671667151964864, "input": "Answer the question by yes or no. Are [\"Neymar\", \"Alexis S\u00e1nchez\"] what has influenced different entities as well?", "output": "yes"}
|
33 |
+
{"perplexity": 1.1766794906075522, "input": "Answer the question by yes or no. Are [\"Smashing Pumpkins\", \"Beatles\"] what has influenced different entities as well?", "output": "yes"}
|
34 |
+
{"perplexity": 1.4993359695572965, "input": "Answer the question by yes or no. Are [\"Portuguese\", \"The Prestige\"] what has influenced different entities as well?", "output": "yes"}
|
35 |
+
{"perplexity": 1.6252841084995715, "input": "Answer the question by yes or no. Are [\"Luke Evans\", \"Ava Gardner\"] what has influenced different entities as well?", "output": "yes"}
|
36 |
+
{"perplexity": 1.3700527701682113, "input": "Answer the question by yes or no. Are [\"MacOS\", \"Linux\"] what has influenced different entities as well?", "output": "yes"}
|
37 |
+
{"perplexity": 1.5690398802167287, "input": "Answer the question by yes or no. Are [\"Transport for Wales\", \"National Rail\"] what has influenced different entities as well?", "output": "yes"}
|
38 |
+
{"perplexity": 1.291330228648645, "input": "Answer the question by yes or no. Are [\"Herbie Hancock\", \"Miles Davis\"] what has influenced different entities as well?", "output": "yes"}
|
39 |
+
{"perplexity": 1.2729448273832804, "input": "Answer the question by yes or no. Are [\"India\", \"Hinduism\"] what has influenced different entities as well?", "output": "yes"}
|
40 |
+
{"perplexity": 1.2375723869379405, "input": "Answer the question by yes or no. Are [\"hip hop\", \"jazz\"] what has influenced different entities as well?", "output": "yes"}
|
41 |
+
{"perplexity": 1.1840964596037042, "input": "Answer the question by yes or no. Are [\"Bob Dylan\", \"Woody Guthrie\"] what has influenced different entities as well?", "output": "yes"}
|
42 |
+
{"perplexity": 1.2894470872327024, "input": "Answer the question by yes or no. Are [\"Tim Burton\", \"German expressionism\"] what has influenced different entities as well?", "output": "yes"}
|
43 |
+
{"perplexity": 1.4723418982357608, "input": "Answer the question by yes or no. Are [\"Eamon de Valera\", \"James Napper Tandy\"] what has influenced different entities as well?", "output": "yes"}
|
44 |
+
{"perplexity": 1.484877587839754, "input": "Answer the question by yes or no. Are [\"Joe Biden\", \"Donald Trump\"] what has influenced different entities as well?", "output": "yes"}
|
45 |
+
{"perplexity": 1.621536438821793, "input": "Answer the question by yes or no. Are [\"Shaquille O'Neal\", \"Selim II\"] what has influenced different entities as well?", "output": "yes"}
|
46 |
+
{"perplexity": 1.467544431451713, "input": "Answer the question by yes or no. Are [\"Cobra Kai\", \"Anna Chlumsky\"] what has influenced different entities as well?", "output": "yes"}
|
47 |
+
{"perplexity": 1.2058144333425196, "input": "Answer the question by yes or no. Are [\"Harry Potter\", \"Wizard of Oz\"] what has influenced different entities as well?", "output": "yes"}
|
48 |
+
{"perplexity": 1.425069902861299, "input": "Answer the question by yes or no. Are [\"Coca-Cola\", \"Pepsi\"] what has influenced different entities as well?", "output": "yes"}
|
49 |
+
{"perplexity": 1.3570948569144963, "input": "Answer the question by yes or no. Are [\"Apple Music\", \"Spotify\"] what has influenced different entities as well?", "output": "yes"}
|
50 |
+
{"perplexity": 1.420523876048989, "input": "Answer the question by yes or no. Are [\"Singaporean food\", \"Malaysian food\"] what has influenced different entities as well?", "output": "yes"}
|
51 |
+
{"perplexity": 1.3248383759114832, "input": "Answer the question by yes or no. Are [\"Guess\", \"Gucci\"] what has influenced different entities as well?", "output": "yes"}
|
52 |
+
{"perplexity": 1.4950670353580526, "input": "Answer the question by yes or no. Are [\"Commonwealth\", \"United Kingdom\"] what has influenced different entities as well?", "output": "yes"}
|
53 |
+
{"perplexity": 1.5038696258167374, "input": "Answer the question by yes or no. Are [\"machine learning\", \"Google\"] what has influenced different entities as well?", "output": "yes"}
|
54 |
+
{"perplexity": 1.3233300664960748, "input": "Answer the question by yes or no. Are [\"Antonio Salazar\", \"fascism\"] what has influenced different entities as well?", "output": "yes"}
|
55 |
+
{"perplexity": 1.3482913292725218, "input": "Answer the question by yes or no. Are [\"Facebook\", \"LinkedIn\"] what has influenced different entities as well?", "output": "yes"}
|
56 |
+
{"perplexity": 1.2689164370446415, "input": "Answer the question by yes or no. Are [\"Hank Williams\", \"Jimmie Rodgers\"] what has influenced different entities as well?", "output": "yes"}
|
57 |
+
{"perplexity": 1.6280896387117219, "input": "Answer the question by yes or no. Are [\"painters\", \"Stable Diffusion\"] what has influenced different entities as well?", "output": "yes"}
|
58 |
+
{"perplexity": 1.4708501909114295, "input": "Answer the question by yes or no. Are [\"Walmart\", \"Rivaldo\"] what has influenced different entities as well?", "output": "yes"}
|
59 |
+
{"perplexity": 1.508538417368562, "input": "Answer the question by yes or no. Are [\"Sauron\", \"Shiba Inu\"] what has influenced different entities as well?", "output": "yes"}
|
60 |
+
{"perplexity": 1.3634077264692137, "input": "Answer the question by yes or no. Are [\"Bruno Mars\", \"James Brown\"] what has influenced different entities as well?", "output": "yes"}
|
61 |
+
{"perplexity": 1.3803271287248133, "input": "Answer the question by yes or no. Are [\"Brazil\", \"Spain\"] what has influenced different entities as well?", "output": "yes"}
|
62 |
+
{"perplexity": 1.165246854463203, "input": "Answer the question by yes or no. Are [\"heavy metal\", \"punk music\"] what has influenced different entities as well?", "output": "yes"}
|
63 |
+
{"perplexity": 1.527815417891753, "input": "Answer the question by yes or no. Are [\"Moon\", \"G\u00f6bekli Tepe\"] what has influenced different entities as well?", "output": "yes"}
|
64 |
+
{"perplexity": 1.376135931010645, "input": "Answer the question by yes or no. Are [\"English\", \"William Shakespeare\"] what has influenced different entities as well?", "output": "yes"}
|
65 |
+
{"perplexity": 1.1460828566929144, "input": "Answer the question by yes or no. Are [\"Beatles\", \"Alice in Wonderland\"] what has influenced different entities as well?", "output": "yes"}
|
66 |
+
{"perplexity": 1.2486376547873763, "input": "Answer the question by yes or no. Are [\"impressionism\", \"Edouard Manet\"] what has influenced different entities as well?", "output": "yes"}
|
67 |
+
{"perplexity": 1.4495256342472256, "input": "Answer the question by yes or no. Are [\"Gilbert Gottfried\", \"Mike Krieger\"] what has influenced different entities as well?", "output": "yes"}
|
68 |
+
{"perplexity": 1.5010118737599074, "input": "Answer the question by yes or no. Are [\"Vladimir Lenin\", \"chess\"] what has influenced different entities as well?", "output": "yes"}
|
69 |
+
{"perplexity": 1.453586899984533, "input": "Answer the question by yes or no. Are [\"Pepsi\", \"Coca-Cola\"] what has influenced different entities as well?", "output": "yes"}
|
70 |
+
{"perplexity": 1.5842183701704438, "input": "Answer the question by yes or no. Are [\"Alicia Vikander\", \"Richard Attenborough\"] what has influenced different entities as well?", "output": "yes"}
|
71 |
+
{"perplexity": 1.295524616482953, "input": "Answer the question by yes or no. Are [\"Luke Bryan\", \"Hank Williams\"] what has influenced different entities as well?", "output": "yes"}
|
72 |
+
{"perplexity": 1.4298518776009983, "input": "Answer the question by yes or no. Are [\"Bill Gates\", \"Steve Jobs\"] what has influenced different entities as well?", "output": "yes"}
|
73 |
+
{"perplexity": 1.6968443612016815, "input": "Answer the question by yes or no. Are [\"Allu Arjun\", \"Aaron Ramsey\"] what has influenced different entities as well?", "output": "yes"}
|
74 |
+
{"perplexity": 1.365983629858512, "input": "Answer the question by yes or no. Are [\"Stephen King\", \"Arthur Machen\"] what has influenced different entities as well?", "output": "yes"}
|
75 |
+
{"perplexity": 1.564586425691157, "input": "Answer the question by yes or no. Are [\"Bangladesh\", \"India\"] what has influenced different entities as well?", "output": "yes"}
|
76 |
+
{"perplexity": 1.4010632706954516, "input": "Answer the question by yes or no. Are [\"hamburger\", \"Germany\"] what has influenced different entities as well?", "output": "yes"}
|
77 |
+
{"perplexity": 1.2159124359039477, "input": "Answer the question by yes or no. Are [\"Plato\", \"Socrates\"] what has influenced different entities as well?", "output": "yes"}
|
78 |
+
{"perplexity": 1.366850732006366, "input": "Answer the question by yes or no. Are [\"Messi\", \"Maradona\"] what has influenced different entities as well?", "output": "yes"}
|
79 |
+
{"perplexity": 1.3658748177405393, "input": "Answer the question by yes or no. Are [\"Oasis\", \"Blur\"] what has influenced different entities as well?", "output": "yes"}
|
80 |
+
{"perplexity": 1.2479236247061725, "input": "Answer the question by yes or no. Are [\"Quentin Tarantino\", \"Sergio Leone\"] what has influenced different entities as well?", "output": "yes"}
|
81 |
+
{"perplexity": 1.319891655740805, "input": "Answer the question by yes or no. Are [\"European Union\", \"Germany\"] what has influenced different entities as well?", "output": "yes"}
|
82 |
+
{"perplexity": 1.396833171455186, "input": "Answer the question by yes or no. Are [\"Stephen Foster\", \"Thomas Moore\"] what has influenced different entities as well?", "output": "yes"}
|
83 |
+
{"perplexity": 1.4097130502926734, "input": "Answer the question by yes or no. Are [\"Hoover\", \"Dyson\"] what has influenced different entities as well?", "output": "yes"}
|
84 |
+
{"perplexity": 1.3864082266628706, "input": "Answer the question by yes or no. Are [\"Mark Rothko\", \"Claude Monet\"] what has influenced different entities as well?", "output": "yes"}
|
85 |
+
{"perplexity": 1.238474585728247, "input": "Answer the question by yes or no. Are [\"James Brown\", \"Michael Jackson\"] what has influenced different entities as well?", "output": "yes"}
|
86 |
+
{"perplexity": 1.428312420805251, "input": "Answer the question by yes or no. Are [\"Windows\", \"Linux\"] what has influenced different entities as well?", "output": "yes"}
|
87 |
+
{"perplexity": 1.1779481022222944, "input": "Answer the question by yes or no. Are [\"Radiohead\", \"David Bowie\"] what has influenced different entities as well?", "output": "yes"}
|
88 |
+
{"perplexity": 1.5971995658364382, "input": "Answer the question by yes or no. Are [\"NVIDIA\", \"AMD\"] what has influenced different entities as well?", "output": "yes"}
|
89 |
+
{"perplexity": 1.4382167040349685, "input": "Answer the question by yes or no. Are [\"India\", \"Gandhi\"] what has influenced different entities as well?", "output": "yes"}
|
90 |
+
{"perplexity": 1.6517165502784417, "input": "Answer the question by yes or no. Are [\"Viktor Yushchenko\", \"Bonnie Wright\"] what has influenced different entities as well?", "output": "yes"}
|
91 |
+
{"perplexity": 1.273946750679022, "input": "Answer the question by yes or no. Are [\"Beethoven\", \"Mozart\"] what has influenced different entities as well?", "output": "yes"}
|
92 |
+
{"perplexity": 1.2387698039860462, "input": "Answer the question by yes or no. Are [\"Bitcoin\", \"blockchain\"] what has influenced different entities as well?", "output": "yes"}
|
93 |
+
{"perplexity": 1.3600428239210052, "input": "Answer the question by yes or no. Are [\"Hong Kong\", \"China\"] what has influenced different entities as well?", "output": "yes"}
|
experiments/results/lm_qa_zeroshot/flan-t5-xxl/ppl.is_known_for.jsonl
ADDED
@@ -0,0 +1,108 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{"perplexity": 1.2078446958731324, "input": "Answer the question by yes or no. Are [\"Hawaii\", \"ukulele\"] examples of what entities are known for as well?", "output": "yes"}
|
2 |
+
{"perplexity": 1.1867704855414045, "input": "Answer the question by yes or no. Are [\"Paris\", \"Eiffel Tower\"] examples of what entities are known for as well?", "output": "yes"}
|
3 |
+
{"perplexity": 1.3403770940127793, "input": "Answer the question by yes or no. Are [\"Sweden\", \"pop\"] examples of what entities are known for as well?", "output": "yes"}
|
4 |
+
{"perplexity": 1.7764514429101865, "input": "Answer the question by yes or no. Are [\"Memphis Depay\", \"Mendelian inheritance\"] examples of what entities are known for as well?", "output": "yes"}
|
5 |
+
{"perplexity": 1.2475079169293035, "input": "Answer the question by yes or no. Are [\"France\", \"beaches\"] examples of what entities are known for as well?", "output": "yes"}
|
6 |
+
{"perplexity": 1.397693113898814, "input": "Answer the question by yes or no. Are [\"France\", \"cars\"] examples of what entities are known for as well?", "output": "yes"}
|
7 |
+
{"perplexity": 1.241097614545926, "input": "Answer the question by yes or no. Are [\"Alphabet Inc.\", \"Google\"] examples of what entities are known for as well?", "output": "yes"}
|
8 |
+
{"perplexity": 1.2515070008798965, "input": "Answer the question by yes or no. Are [\"Vincent Van Gogh\", \"The Starry Night\"] examples of what entities are known for as well?", "output": "yes"}
|
9 |
+
{"perplexity": 1.2055196139314908, "input": "Answer the question by yes or no. Are [\"Italy\", \"Hawaiian pizza\"] examples of what entities are known for as well?", "output": "yes"}
|
10 |
+
{"perplexity": 1.4501736379037997, "input": "Answer the question by yes or no. Are [\"Japan\", \"glass product\"] examples of what entities are known for as well?", "output": "yes"}
|
11 |
+
{"perplexity": 1.1470944892385384, "input": "Answer the question by yes or no. Are [\"France\", \"rococo movement\"] examples of what entities are known for as well?", "output": "yes"}
|
12 |
+
{"perplexity": 1.4005120886788318, "input": "Answer the question by yes or no. Are [\"Europe\", \"The Final Countdown\"] examples of what entities are known for as well?", "output": "yes"}
|
13 |
+
{"perplexity": 1.3361776949729716, "input": "Answer the question by yes or no. Are [\"Sophie Turner\", \"Sylvia Plath\"] examples of what entities are known for as well?", "output": "yes"}
|
14 |
+
{"perplexity": 1.219710904528511, "input": "Answer the question by yes or no. Are [\"Bill Nye\", \"scientist\"] examples of what entities are known for as well?", "output": "yes"}
|
15 |
+
{"perplexity": 1.2419774541985324, "input": "Answer the question by yes or no. Are [\"Mercedes Benz\", \"build quality\"] examples of what entities are known for as well?", "output": "yes"}
|
16 |
+
{"perplexity": 1.1305592630441637, "input": "Answer the question by yes or no. Are [\"Hawaii\", \"beaches\"] examples of what entities are known for as well?", "output": "yes"}
|
17 |
+
{"perplexity": 1.1916906200124715, "input": "Answer the question by yes or no. Are [\"Jackson Pollock\", \"action painting\"] examples of what entities are known for as well?", "output": "yes"}
|
18 |
+
{"perplexity": 1.3958147178956992, "input": "Answer the question by yes or no. Are [\"Andhra Pradesh\", \"Martinique\"] examples of what entities are known for as well?", "output": "yes"}
|
19 |
+
{"perplexity": 1.2644020492416554, "input": "Answer the question by yes or no. Are [\"Keanu Reeves\", \"The Matrix\"] examples of what entities are known for as well?", "output": "yes"}
|
20 |
+
{"perplexity": 1.2836086808248823, "input": "Answer the question by yes or no. Are [\"Christopher Columbus\", \"India\"] examples of what entities are known for as well?", "output": "yes"}
|
21 |
+
{"perplexity": 1.4368624679402404, "input": "Answer the question by yes or no. Are [\"Picasso\", \"Guernica\"] examples of what entities are known for as well?", "output": "yes"}
|
22 |
+
{"perplexity": 1.217155837754933, "input": "Answer the question by yes or no. Are [\"Italy\", \"Renaissance\"] examples of what entities are known for as well?", "output": "yes"}
|
23 |
+
{"perplexity": 1.3421137671915067, "input": "Answer the question by yes or no. Are [\"Korea\", \"Breakdance\"] examples of what entities are known for as well?", "output": "yes"}
|
24 |
+
{"perplexity": 1.170652187901978, "input": "Answer the question by yes or no. Are [\"Spain\", \"olive oil\"] examples of what entities are known for as well?", "output": "yes"}
|
25 |
+
{"perplexity": 1.2194440685981074, "input": "Answer the question by yes or no. Are [\"C.S. Lewis\", \"The Screwtape Letters\"] examples of what entities are known for as well?", "output": "yes"}
|
26 |
+
{"perplexity": 1.378113064289324, "input": "Answer the question by yes or no. Are [\"Corsica\", \"Napoleon Bonaparte\"] examples of what entities are known for as well?", "output": "yes"}
|
27 |
+
{"perplexity": 1.2977790236347404, "input": "Answer the question by yes or no. Are [\"Rafael Nadal\", \"Ralph Macchio\"] examples of what entities are known for as well?", "output": "yes"}
|
28 |
+
{"perplexity": 1.4559958110945976, "input": "Answer the question by yes or no. Are [\"Walther P38\", \"Lupin the Third\"] examples of what entities are known for as well?", "output": "yes"}
|
29 |
+
{"perplexity": 1.3334593618782689, "input": "Answer the question by yes or no. Are [\"Richard Harris\", \"Curcuma longa\"] examples of what entities are known for as well?", "output": "yes"}
|
30 |
+
{"perplexity": 1.3913238267328203, "input": "Answer the question by yes or no. Are [\"Smashing Pumpkins\", \"Thru the eyes of Ruby\"] examples of what entities are known for as well?", "output": "yes"}
|
31 |
+
{"perplexity": 1.2877757238456427, "input": "Answer the question by yes or no. Are [\"India\", \"rum\"] examples of what entities are known for as well?", "output": "yes"}
|
32 |
+
{"perplexity": 1.4851669851003155, "input": "Answer the question by yes or no. Are [\"Parasite\", \"Jersey\"] examples of what entities are known for as well?", "output": "yes"}
|
33 |
+
{"perplexity": 1.2975126063105566, "input": "Answer the question by yes or no. Are [\"India\", \"Gurkhas\"] examples of what entities are known for as well?", "output": "yes"}
|
34 |
+
{"perplexity": 1.2462605471937909, "input": "Answer the question by yes or no. Are [\"Amazon\", \"Alexa\"] examples of what entities are known for as well?", "output": "yes"}
|
35 |
+
{"perplexity": 1.29019716097552, "input": "Answer the question by yes or no. Are [\"Thomas Edison\", \"telephone\"] examples of what entities are known for as well?", "output": "yes"}
|
36 |
+
{"perplexity": 1.29714623165422, "input": "Answer the question by yes or no. Are [\"Buffon\", \"PSG\"] examples of what entities are known for as well?", "output": "yes"}
|
37 |
+
{"perplexity": 1.217131207910149, "input": "Answer the question by yes or no. Are [\"Alfred Hitchcock\", \"horror\"] examples of what entities are known for as well?", "output": "yes"}
|
38 |
+
{"perplexity": 1.1550773931007055, "input": "Answer the question by yes or no. Are [\"William Shakespeare\", \"Romeo and Juliet\"] examples of what entities are known for as well?", "output": "yes"}
|
39 |
+
{"perplexity": 1.1869012855233638, "input": "Answer the question by yes or no. Are [\"Thomas Edison\", \"light bulb\"] examples of what entities are known for as well?", "output": "yes"}
|
40 |
+
{"perplexity": 1.3602714460661605, "input": "Answer the question by yes or no. Are [\"Michael Jordan\", \"Tessa Thompson\"] examples of what entities are known for as well?", "output": "yes"}
|
41 |
+
{"perplexity": 1.4554976253585896, "input": "Answer the question by yes or no. Are [\"Inglourious Basterds\", \"Sergio Busquets\"] examples of what entities are known for as well?", "output": "yes"}
|
42 |
+
{"perplexity": 1.3090801564224035, "input": "Answer the question by yes or no. Are [\"Boris Johnson\", \"Brexit\"] examples of what entities are known for as well?", "output": "yes"}
|
43 |
+
{"perplexity": 1.41255917253078, "input": "Answer the question by yes or no. Are [\"Georgia\", \"Joseph Stalin\"] examples of what entities are known for as well?", "output": "yes"}
|
44 |
+
{"perplexity": 1.1879074910331435, "input": "Answer the question by yes or no. Are [\"China\", \"coffee\"] examples of what entities are known for as well?", "output": "yes"}
|
45 |
+
{"perplexity": 1.2637625570685076, "input": "Answer the question by yes or no. Are [\"OpenAI\", \"ChatGPT\"] examples of what entities are known for as well?", "output": "yes"}
|
46 |
+
{"perplexity": 1.1404218589814417, "input": "Answer the question by yes or no. Are [\"Tesco\", \"groceries\"] examples of what entities are known for as well?", "output": "yes"}
|
47 |
+
{"perplexity": 1.2594426600699504, "input": "Answer the question by yes or no. Are [\"Amazon\", \"cloud computing\"] examples of what entities are known for as well?", "output": "yes"}
|
48 |
+
{"perplexity": 1.2247354470949119, "input": "Answer the question by yes or no. Are [\"Nvidia\", \"GPUs\"] examples of what entities are known for as well?", "output": "yes"}
|
49 |
+
{"perplexity": 1.3098267389671248, "input": "Answer the question by yes or no. Are [\"Tony Blair\", \"Iraq War\"] examples of what entities are known for as well?", "output": "yes"}
|
50 |
+
{"perplexity": 1.1794003319402115, "input": "Answer the question by yes or no. Are [\"Germany\", \"techno music\"] examples of what entities are known for as well?", "output": "yes"}
|
51 |
+
{"perplexity": 1.332970130739232, "input": "Answer the question by yes or no. Are [\"Michelangelo\", \"Pop Art\"] examples of what entities are known for as well?", "output": "yes"}
|
52 |
+
{"perplexity": 1.357531809579918, "input": "Answer the question by yes or no. Are [\"Gilmore Girls\", \"OpenAI\"] examples of what entities are known for as well?", "output": "yes"}
|
53 |
+
{"perplexity": 1.5593741553467604, "input": "Answer the question by yes or no. Are [\"Ragnar\u00f6k\", \"Little Boy\"] examples of what entities are known for as well?", "output": "yes"}
|
54 |
+
{"perplexity": 1.4752199804193664, "input": "Answer the question by yes or no. Are [\"Pizzagate\", \"Hillary Clinton\"] examples of what entities are known for as well?", "output": "yes"}
|
55 |
+
{"perplexity": 1.2688159810726076, "input": "Answer the question by yes or no. Are [\"George Orwell\", \"Coming Up for Air\"] examples of what entities are known for as well?", "output": "yes"}
|
56 |
+
{"perplexity": 1.1125703869696413, "input": "Answer the question by yes or no. Are [\"Italy\", \"wine\"] examples of what entities are known for as well?", "output": "yes"}
|
57 |
+
{"perplexity": 1.230463544740783, "input": "Answer the question by yes or no. Are [\"Coca-Cola\", \"Pepsi\"] examples of what entities are known for as well?", "output": "yes"}
|
58 |
+
{"perplexity": 1.2421862111364785, "input": "Answer the question by yes or no. Are [\"Spotify\", \"Podcasts\"] examples of what entities are known for as well?", "output": "yes"}
|
59 |
+
{"perplexity": 1.3419785004100373, "input": "Answer the question by yes or no. Are [\"Valencia\", \"paella\"] examples of what entities are known for as well?", "output": "yes"}
|
60 |
+
{"perplexity": 1.4046438146271443, "input": "Answer the question by yes or no. Are [\"The Office\", \"IBM\"] examples of what entities are known for as well?", "output": "yes"}
|
61 |
+
{"perplexity": 1.2201642214354702, "input": "Answer the question by yes or no. Are [\"Romania\", \"Roman Catholicism\"] examples of what entities are known for as well?", "output": "yes"}
|
62 |
+
{"perplexity": 1.387553171575163, "input": "Answer the question by yes or no. Are [\"George Washington\", \"Kiribati\"] examples of what entities are known for as well?", "output": "yes"}
|
63 |
+
{"perplexity": 1.3403944308409181, "input": "Answer the question by yes or no. Are [\"Charles Bronson\", \"Rory McIlroy\"] examples of what entities are known for as well?", "output": "yes"}
|
64 |
+
{"perplexity": 1.1879889901581706, "input": "Answer the question by yes or no. Are [\"Belgium\", \"wine\"] examples of what entities are known for as well?", "output": "yes"}
|
65 |
+
{"perplexity": 1.382038004499979, "input": "Answer the question by yes or no. Are [\"Luka Modri\u0107\", \"Rottweiler\"] examples of what entities are known for as well?", "output": "yes"}
|
66 |
+
{"perplexity": 1.1469796297613553, "input": "Answer the question by yes or no. Are [\"Switzerland\", \"mountains\"] examples of what entities are known for as well?", "output": "yes"}
|
67 |
+
{"perplexity": 1.3690156534422027, "input": "Answer the question by yes or no. Are [\"Assassin's Creed\", \"history\"] examples of what entities are known for as well?", "output": "yes"}
|
68 |
+
{"perplexity": 1.2169068417320472, "input": "Answer the question by yes or no. Are [\"Red Bull\", \"energy drinks\"] examples of what entities are known for as well?", "output": "yes"}
|
69 |
+
{"perplexity": 1.2570468367422962, "input": "Answer the question by yes or no. Are [\"Johnny Cash\", \"Ring of Fire\"] examples of what entities are known for as well?", "output": "yes"}
|
70 |
+
{"perplexity": 1.242889290907888, "input": "Answer the question by yes or no. Are [\"Microsoft\", \"Xbox\"] examples of what entities are known for as well?", "output": "yes"}
|
71 |
+
{"perplexity": 1.1589977113461563, "input": "Answer the question by yes or no. Are [\"Canada\", \"maple syrup\"] examples of what entities are known for as well?", "output": "yes"}
|
72 |
+
{"perplexity": 1.2634868558902121, "input": "Answer the question by yes or no. Are [\"France\", \"cheese\"] examples of what entities are known for as well?", "output": "yes"}
|
73 |
+
{"perplexity": 1.7138133308929808, "input": "Answer the question by yes or no. Are [\"France\", \"beer\"] examples of what entities are known for as well?", "output": "yes"}
|
74 |
+
{"perplexity": 1.1930280002462306, "input": "Answer the question by yes or no. Are [\"Nintendo\", \"Super Mario Bros.\"] examples of what entities are known for as well?", "output": "yes"}
|
75 |
+
{"perplexity": 2.4296057201959815, "input": "Answer the question by yes or no. Are [\"democracy\", \"North Korea\"] examples of what entities are known for as well?", "output": "yes"}
|
76 |
+
{"perplexity": 1.215701898961206, "input": "Answer the question by yes or no. Are [\"Apple\", \"iPhone\"] examples of what entities are known for as well?", "output": "yes"}
|
77 |
+
{"perplexity": 1.2305637147564101, "input": "Answer the question by yes or no. Are [\"Harry Potter\", \"Bloomsbury\"] examples of what entities are known for as well?", "output": "yes"}
|
78 |
+
{"perplexity": 1.2944200410642819, "input": "Answer the question by yes or no. Are [\"France\", \"mountains\"] examples of what entities are known for as well?", "output": "yes"}
|
79 |
+
{"perplexity": 1.4280877697044003, "input": "Answer the question by yes or no. Are [\"UK\", \"rain\"] examples of what entities are known for as well?", "output": "yes"}
|
80 |
+
{"perplexity": 1.360864177898456, "input": "Answer the question by yes or no. Are [\"Matt Damon\", \"Ocean's Eleven\"] examples of what entities are known for as well?", "output": "yes"}
|
81 |
+
{"perplexity": 1.118613005174433, "input": "Answer the question by yes or no. Are [\"Switzerland\", \"banking secrecy\"] examples of what entities are known for as well?", "output": "yes"}
|
82 |
+
{"perplexity": 1.1980780650156617, "input": "Answer the question by yes or no. Are [\"Adidas\", \"Yeezy Boost\"] examples of what entities are known for as well?", "output": "yes"}
|
83 |
+
{"perplexity": 1.194425774586376, "input": "Answer the question by yes or no. Are [\"Portugal\", \"Fado\"] examples of what entities are known for as well?", "output": "yes"}
|
84 |
+
{"perplexity": 1.2738665678029288, "input": "Answer the question by yes or no. Are [\"Italy\", \"tea\"] examples of what entities are known for as well?", "output": "yes"}
|
85 |
+
{"perplexity": 1.3072848110587587, "input": "Answer the question by yes or no. Are [\"Beatles\", \"Come Together\"] examples of what entities are known for as well?", "output": "yes"}
|
86 |
+
{"perplexity": 1.2822070741696656, "input": "Answer the question by yes or no. Are [\"Afro-Brazilians\", \"Capoeira\"] examples of what entities are known for as well?", "output": "yes"}
|
87 |
+
{"perplexity": 1.230674529198882, "input": "Answer the question by yes or no. Are [\"Steve Jobs\", \"AirPods\"] examples of what entities are known for as well?", "output": "yes"}
|
88 |
+
{"perplexity": 1.23115861353285, "input": "Answer the question by yes or no. Are [\"Apple\", \"Apple Watch\"] examples of what entities are known for as well?", "output": "yes"}
|
89 |
+
{"perplexity": 1.6449843672418294, "input": "Answer the question by yes or no. Are [\"Frank Abagnale Jr\", \"doctor\"] examples of what entities are known for as well?", "output": "yes"}
|
90 |
+
{"perplexity": 1.3229651941315028, "input": "Answer the question by yes or no. Are [\"Meta\", \"Instagram\"] examples of what entities are known for as well?", "output": "yes"}
|
91 |
+
{"perplexity": 1.2509836914312573, "input": "Answer the question by yes or no. Are [\"Jeff Goldblum\", \"Jurassic Park\"] examples of what entities are known for as well?", "output": "yes"}
|
92 |
+
{"perplexity": 1.2393096659225693, "input": "Answer the question by yes or no. Are [\"Leonardo Da Vinci\", \"Mona Lisa\"] examples of what entities are known for as well?", "output": "yes"}
|
93 |
+
{"perplexity": 1.3640441020150051, "input": "Answer the question by yes or no. Are [\"Neil Armstrong\", \"Korean War\"] examples of what entities are known for as well?", "output": "yes"}
|
94 |
+
{"perplexity": 1.1463582378079102, "input": "Answer the question by yes or no. Are [\"France\", \"baguette\"] examples of what entities are known for as well?", "output": "yes"}
|
95 |
+
{"perplexity": 1.2822878966801101, "input": "Answer the question by yes or no. Are [\"Queen\", \"Bohemian Rhapsody\"] examples of what entities are known for as well?", "output": "yes"}
|
96 |
+
{"perplexity": 1.4264227594386811, "input": "Answer the question by yes or no. Are [\"Pixar\", \"Novosibirsk\"] examples of what entities are known for as well?", "output": "yes"}
|
97 |
+
{"perplexity": 1.3277146905961477, "input": "Answer the question by yes or no. Are [\"Greggs\", \"sausage rolls\"] examples of what entities are known for as well?", "output": "yes"}
|
98 |
+
{"perplexity": 1.1393627315453791, "input": "Answer the question by yes or no. Are [\"Japan\", \"sake\"] examples of what entities are known for as well?", "output": "yes"}
|
99 |
+
{"perplexity": 1.3329744211115382, "input": "Answer the question by yes or no. Are [\"IKEA\", \"food\"] examples of what entities are known for as well?", "output": "yes"}
|
100 |
+
{"perplexity": 1.2643807401837732, "input": "Answer the question by yes or no. Are [\"William Grant & Sons\", \"gin\"] examples of what entities are known for as well?", "output": "yes"}
|
101 |
+
{"perplexity": 1.129641602978238, "input": "Answer the question by yes or no. Are [\"Netherlands\", \"tulips\"] examples of what entities are known for as well?", "output": "yes"}
|
102 |
+
{"perplexity": 1.403492588994592, "input": "Answer the question by yes or no. Are [\"LAMY\", \"notebook\"] examples of what entities are known for as well?", "output": "yes"}
|
103 |
+
{"perplexity": 1.2390227380507661, "input": "Answer the question by yes or no. Are [\"Harvey Weinstein\", \"Miramax\"] examples of what entities are known for as well?", "output": "yes"}
|
104 |
+
{"perplexity": 1.1442068763726185, "input": "Answer the question by yes or no. Are [\"Scotland\", \"whisky\"] examples of what entities are known for as well?", "output": "yes"}
|
105 |
+
{"perplexity": 1.2429956771763842, "input": "Answer the question by yes or no. Are [\"Apple\", \"MacBook\"] examples of what entities are known for as well?", "output": "yes"}
|
106 |
+
{"perplexity": 1.273887182520627, "input": "Answer the question by yes or no. Are [\"Steve Jobs\", \"Apple\"] examples of what entities are known for as well?", "output": "yes"}
|
107 |
+
{"perplexity": 1.320388993727262, "input": "Answer the question by yes or no. Are [\"Beatles\", \"I Me Mine\"] examples of what entities are known for as well?", "output": "yes"}
|
108 |
+
{"perplexity": 1.191813029256651, "input": "Answer the question by yes or no. Are [\"Google\", \"search engine\"] examples of what entities are known for as well?", "output": "yes"}
|
experiments/results/lm_qa_zeroshot/flan-t5-xxl/ppl.is_similar_to.jsonl
ADDED
@@ -0,0 +1,93 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{"perplexity": 1.1857393225720718, "input": "Answer the question by yes or no. Are [\"pill\", \"tablet\"] examples of entities that are similar as well?", "output": "yes"}
|
2 |
+
{"perplexity": 2.8892363859795362, "input": "Answer the question by yes or no. Are [\"Eduardo Saverin\", \"Guinea-Bissau\"] examples of entities that are similar as well?", "output": "yes"}
|
3 |
+
{"perplexity": 2.484964299760552, "input": "Answer the question by yes or no. Are [\"Dionysus\", \"Toyota Corolla\"] examples of entities that are similar as well?", "output": "yes"}
|
4 |
+
{"perplexity": 1.3426912640781874, "input": "Answer the question by yes or no. Are [\"Great Britian\", \"British Empire\"] examples of entities that are similar as well?", "output": "yes"}
|
5 |
+
{"perplexity": 1.4601143241848, "input": "Answer the question by yes or no. Are [\"English\", \"Persian\"] examples of entities that are similar as well?", "output": "yes"}
|
6 |
+
{"perplexity": 2.033862588390683, "input": "Answer the question by yes or no. Are [\"Chess\", \"Rubik's Cube\"] examples of entities that are similar as well?", "output": "yes"}
|
7 |
+
{"perplexity": 1.3209285621197389, "input": "Answer the question by yes or no. Are [\"Star Wars\", \"Star Trek\"] examples of entities that are similar as well?", "output": "yes"}
|
8 |
+
{"perplexity": 5.562968153476244, "input": "Answer the question by yes or no. Are [\"Anne Heche\", \"Ponzi scheme\"] examples of entities that are similar as well?", "output": "yes"}
|
9 |
+
{"perplexity": 2.4306638298520227, "input": "Answer the question by yes or no. Are [\"Chris Pine\", \"Good Friday\"] examples of entities that are similar as well?", "output": "yes"}
|
10 |
+
{"perplexity": 1.3215462919140464, "input": "Answer the question by yes or no. Are [\"Sudocrem\", \"Germolene\"] examples of entities that are similar as well?", "output": "yes"}
|
11 |
+
{"perplexity": 1.9220239753859263, "input": "Answer the question by yes or no. Are [\"Yugoslavia\", \"Albania\"] examples of entities that are similar as well?", "output": "yes"}
|
12 |
+
{"perplexity": 1.3610280782528683, "input": "Answer the question by yes or no. Are [\"Beatles\", \"Rolling Stones\"] examples of entities that are similar as well?", "output": "yes"}
|
13 |
+
{"perplexity": 1.9150358533135639, "input": "Answer the question by yes or no. Are [\"decision tree\", \"neural network\"] examples of entities that are similar as well?", "output": "yes"}
|
14 |
+
{"perplexity": 1.588254866058266, "input": "Answer the question by yes or no. Are [\"Suits\", \"Law & Order\"] examples of entities that are similar as well?", "output": "yes"}
|
15 |
+
{"perplexity": 2.216801893940113, "input": "Answer the question by yes or no. Are [\"Titanic\", \"Superbad\"] examples of entities that are similar as well?", "output": "yes"}
|
16 |
+
{"perplexity": 1.4024427392032428, "input": "Answer the question by yes or no. Are [\"Seleucid Empire\", \"Macedonian Empire\"] examples of entities that are similar as well?", "output": "yes"}
|
17 |
+
{"perplexity": 1.946891071531525, "input": "Answer the question by yes or no. Are [\"Doctor Who\", \"Timeless\"] examples of entities that are similar as well?", "output": "yes"}
|
18 |
+
{"perplexity": 9.373749082126242, "input": "Answer the question by yes or no. Are [\"Srebrenica massacre\", \"Rock Hudson\"] examples of entities that are similar as well?", "output": "yes"}
|
19 |
+
{"perplexity": 1.3713878509601707, "input": "Answer the question by yes or no. Are [\"Arnold Classic\", \"Mr. Olympia\"] examples of entities that are similar as well?", "output": "yes"}
|
20 |
+
{"perplexity": 2.752322476594399, "input": "Answer the question by yes or no. Are [\"Italy\", \"Superman\"] examples of entities that are similar as well?", "output": "yes"}
|
21 |
+
{"perplexity": 1.3453784972292593, "input": "Answer the question by yes or no. Are [\"Alibaba\", \"Amazon\"] examples of entities that are similar as well?", "output": "yes"}
|
22 |
+
{"perplexity": 1.5482621426209933, "input": "Answer the question by yes or no. Are [\"Indiana Jones\", \"Star Wars\"] examples of entities that are similar as well?", "output": "yes"}
|
23 |
+
{"perplexity": 3.6425134275171724, "input": "Answer the question by yes or no. Are [\"NQ64\", \"Wetherspoons\"] examples of entities that are similar as well?", "output": "yes"}
|
24 |
+
{"perplexity": 1.3945541866794837, "input": "Answer the question by yes or no. Are [\"Pepsi\", \"Fanta\"] examples of entities that are similar as well?", "output": "yes"}
|
25 |
+
{"perplexity": 1.7121761183591233, "input": "Answer the question by yes or no. Are [\"Homebase\", \"IKEA\"] examples of entities that are similar as well?", "output": "yes"}
|
26 |
+
{"perplexity": 1.21351779100867, "input": "Answer the question by yes or no. Are [\"ramen\", \"udon\"] examples of entities that are similar as well?", "output": "yes"}
|
27 |
+
{"perplexity": 1.5189337306524384, "input": "Answer the question by yes or no. Are [\"England\", \"Wales\"] examples of entities that are similar as well?", "output": "yes"}
|
28 |
+
{"perplexity": 1.1670958864879353, "input": "Answer the question by yes or no. Are [\"sphinx\", \"sphynx\"] examples of entities that are similar as well?", "output": "yes"}
|
29 |
+
{"perplexity": 1.3542652748507715, "input": "Answer the question by yes or no. Are [\"iPod\", \"iPad\"] examples of entities that are similar as well?", "output": "yes"}
|
30 |
+
{"perplexity": 1.371726873140696, "input": "Answer the question by yes or no. Are [\"Olympic Games\", \"X Games\"] examples of entities that are similar as well?", "output": "yes"}
|
31 |
+
{"perplexity": 1.1660926263199447, "input": "Answer the question by yes or no. Are [\"McDonald's\", \"Burger King\"] examples of entities that are similar as well?", "output": "yes"}
|
32 |
+
{"perplexity": 1.5940961444508936, "input": "Answer the question by yes or no. Are [\"Minnesota\", \"Wisconsin\"] examples of entities that are similar as well?", "output": "yes"}
|
33 |
+
{"perplexity": 1.1478942777749876, "input": "Answer the question by yes or no. Are [\"Slack\", \"Microsoft Teams\"] examples of entities that are similar as well?", "output": "yes"}
|
34 |
+
{"perplexity": 2.0017131785801743, "input": "Answer the question by yes or no. Are [\"Peter Phillips\", \"Christine Baranski\"] examples of entities that are similar as well?", "output": "yes"}
|
35 |
+
{"perplexity": 2.9315676789427214, "input": "Answer the question by yes or no. Are [\"Jenna Ortega\", \"Anglo-Saxons\"] examples of entities that are similar as well?", "output": "yes"}
|
36 |
+
{"perplexity": 3.3012812976536394, "input": "Answer the question by yes or no. Are [\"Karl Urban\", \"France 24\"] examples of entities that are similar as well?", "output": "yes"}
|
37 |
+
{"perplexity": 1.7089486558111349, "input": "Answer the question by yes or no. Are [\"Sudan\", \"South Sudan\"] examples of entities that are similar as well?", "output": "yes"}
|
38 |
+
{"perplexity": 1.2249996440518658, "input": "Answer the question by yes or no. Are [\"Gameboy\", \"Nintendo\"] examples of entities that are similar as well?", "output": "yes"}
|
39 |
+
{"perplexity": 1.5254959361778637, "input": "Answer the question by yes or no. Are [\"Grammy Award\", \"Novel Prize\"] examples of entities that are similar as well?", "output": "yes"}
|
40 |
+
{"perplexity": 1.4110078885295083, "input": "Answer the question by yes or no. Are [\"George Ezra\", \"Lead Belly\"] examples of entities that are similar as well?", "output": "yes"}
|
41 |
+
{"perplexity": 1.2302255567670402, "input": "Answer the question by yes or no. Are [\"Cardiff\", \"Swansea\"] examples of entities that are similar as well?", "output": "yes"}
|
42 |
+
{"perplexity": 1.6154443941626004, "input": "Answer the question by yes or no. Are [\"Steve Jobs\", \"Tim Cook\"] examples of entities that are similar as well?", "output": "yes"}
|
43 |
+
{"perplexity": 1.5204372731703713, "input": "Answer the question by yes or no. Are [\"Counter Strike\", \"Rainbow Six\"] examples of entities that are similar as well?", "output": "yes"}
|
44 |
+
{"perplexity": 1.394725553018695, "input": "Answer the question by yes or no. Are [\"Hawaii\", \"Guam\"] examples of entities that are similar as well?", "output": "yes"}
|
45 |
+
{"perplexity": 1.4636358215275405, "input": "Answer the question by yes or no. Are [\"Scrabble\", \"Jenga\"] examples of entities that are similar as well?", "output": "yes"}
|
46 |
+
{"perplexity": 1.2566508037393695, "input": "Answer the question by yes or no. Are [\"Christmas\", \"Easter\"] examples of entities that are similar as well?", "output": "yes"}
|
47 |
+
{"perplexity": 1.265953845948671, "input": "Answer the question by yes or no. Are [\"fusilli\", \"rotini\"] examples of entities that are similar as well?", "output": "yes"}
|
48 |
+
{"perplexity": 1.1897110534718045, "input": "Answer the question by yes or no. Are [\"Coachella\", \"Woodstock\"] examples of entities that are similar as well?", "output": "yes"}
|
49 |
+
{"perplexity": 2.2553190092672346, "input": "Answer the question by yes or no. Are [\"Avatar\", \"Archimedes\"] examples of entities that are similar as well?", "output": "yes"}
|
50 |
+
{"perplexity": 2.7374443468404, "input": "Answer the question by yes or no. Are [\"Shark\", \"Bush\"] examples of entities that are similar as well?", "output": "yes"}
|
51 |
+
{"perplexity": 2.5584958007817535, "input": "Answer the question by yes or no. Are [\"Eva Braun\", \"Phil Jackson\"] examples of entities that are similar as well?", "output": "yes"}
|
52 |
+
{"perplexity": 1.263158134228581, "input": "Answer the question by yes or no. Are [\"Coca-Cola\", \"Pepsi\"] examples of entities that are similar as well?", "output": "yes"}
|
53 |
+
{"perplexity": 1.7564588674669537, "input": "Answer the question by yes or no. Are [\"Joe Burrow\", \"Edward Scissorhands\"] examples of entities that are similar as well?", "output": "yes"}
|
54 |
+
{"perplexity": 1.3242773586328045, "input": "Answer the question by yes or no. Are [\"Australia\", \"New Zealand\"] examples of entities that are similar as well?", "output": "yes"}
|
55 |
+
{"perplexity": 1.469838438468642, "input": "Answer the question by yes or no. Are [\"Edward I\", \"William the Conqueror\"] examples of entities that are similar as well?", "output": "yes"}
|
56 |
+
{"perplexity": 1.4201532822570888, "input": "Answer the question by yes or no. Are [\"Frank Sinatra\", \"Ella Fitzgerald\"] examples of entities that are similar as well?", "output": "yes"}
|
57 |
+
{"perplexity": 1.217636926983925, "input": "Answer the question by yes or no. Are [\"New York\", \"York\"] examples of entities that are similar as well?", "output": "yes"}
|
58 |
+
{"perplexity": 1.9936627665784536, "input": "Answer the question by yes or no. Are [\"Uzbekistan\", \"United States\"] examples of entities that are similar as well?", "output": "yes"}
|
59 |
+
{"perplexity": 1.198363850281781, "input": "Answer the question by yes or no. Are [\"Red Bull\", \"Monster Energy\"] examples of entities that are similar as well?", "output": "yes"}
|
60 |
+
{"perplexity": 1.2220751756213089, "input": "Answer the question by yes or no. Are [\"Champions League\", \"Europa League\"] examples of entities that are similar as well?", "output": "yes"}
|
61 |
+
{"perplexity": 1.3109629804047322, "input": "Answer the question by yes or no. Are [\"Cerave\", \"Nivea\"] examples of entities that are similar as well?", "output": "yes"}
|
62 |
+
{"perplexity": 1.420667652680692, "input": "Answer the question by yes or no. Are [\"Galaxy\", \"iPhone\"] examples of entities that are similar as well?", "output": "yes"}
|
63 |
+
{"perplexity": 2.1635038323926796, "input": "Answer the question by yes or no. Are [\"Mehmet \u00d6z\", \"David Schwimmer\"] examples of entities that are similar as well?", "output": "yes"}
|
64 |
+
{"perplexity": 1.3520953914385394, "input": "Answer the question by yes or no. Are [\"Disney\", \"Pixar\"] examples of entities that are similar as well?", "output": "yes"}
|
65 |
+
{"perplexity": 1.434714974723125, "input": "Answer the question by yes or no. Are [\"Batman\", \"Iron Man\"] examples of entities that are similar as well?", "output": "yes"}
|
66 |
+
{"perplexity": 3.125253127548737, "input": "Answer the question by yes or no. Are [\"Gisele B\u00fcndchen\", \"Orson Welles\"] examples of entities that are similar as well?", "output": "yes"}
|
67 |
+
{"perplexity": 1.4430048204527284, "input": "Answer the question by yes or no. Are [\"Estonia\", \"Finland\"] examples of entities that are similar as well?", "output": "yes"}
|
68 |
+
{"perplexity": 1.232302962297882, "input": "Answer the question by yes or no. Are [\"The Avengers\", \"The Justice League\"] examples of entities that are similar as well?", "output": "yes"}
|
69 |
+
{"perplexity": 2.6235280018797957, "input": "Answer the question by yes or no. Are [\"Nicolae Ceau\u0219escu\", \"Javier Hern\u00e1ndez\"] examples of entities that are similar as well?", "output": "yes"}
|
70 |
+
{"perplexity": 1.190597468230905, "input": "Answer the question by yes or no. Are [\"Adidas\", \"Nike\"] examples of entities that are similar as well?", "output": "yes"}
|
71 |
+
{"perplexity": 1.397444167120569, "input": "Answer the question by yes or no. Are [\"Java\", \"Javascript\"] examples of entities that are similar as well?", "output": "yes"}
|
72 |
+
{"perplexity": 1.3297223147022534, "input": "Answer the question by yes or no. Are [\"bourbon\", \"Scotch whisky\"] examples of entities that are similar as well?", "output": "yes"}
|
73 |
+
{"perplexity": 1.7128424542088745, "input": "Answer the question by yes or no. Are [\"Alaska\", \"Canada\"] examples of entities that are similar as well?", "output": "yes"}
|
74 |
+
{"perplexity": 1.4607444238306393, "input": "Answer the question by yes or no. Are [\"Spain\", \"Italy\"] examples of entities that are similar as well?", "output": "yes"}
|
75 |
+
{"perplexity": 1.2329752036977735, "input": "Answer the question by yes or no. Are [\"banana\", \"plantain\"] examples of entities that are similar as well?", "output": "yes"}
|
76 |
+
{"perplexity": 1.2114676124873207, "input": "Answer the question by yes or no. Are [\"Firefox\", \"Chrome\"] examples of entities that are similar as well?", "output": "yes"}
|
77 |
+
{"perplexity": 1.2358492555506762, "input": "Answer the question by yes or no. Are [\"Pecorino Romano\", \"Parmesan\"] examples of entities that are similar as well?", "output": "yes"}
|
78 |
+
{"perplexity": 1.30721893115015, "input": "Answer the question by yes or no. Are [\"Ligue 1\", \"Bundesliga\"] examples of entities that are similar as well?", "output": "yes"}
|
79 |
+
{"perplexity": 1.1687360257900292, "input": "Answer the question by yes or no. Are [\"Netflix\", \"Amazon Prime Video\"] examples of entities that are similar as well?", "output": "yes"}
|
80 |
+
{"perplexity": 1.2839836107370073, "input": "Answer the question by yes or no. Are [\"Primark\", \"Shein\"] examples of entities that are similar as well?", "output": "yes"}
|
81 |
+
{"perplexity": 1.1587451590950404, "input": "Answer the question by yes or no. Are [\"Dominos' Pizza\", \"Pizza Hut\"] examples of entities that are similar as well?", "output": "yes"}
|
82 |
+
{"perplexity": 4.514173779718437, "input": "Answer the question by yes or no. Are [\"South Africa\", \"Bhagavad Gita\"] examples of entities that are similar as well?", "output": "yes"}
|
83 |
+
{"perplexity": 1.6264613658674427, "input": "Answer the question by yes or no. Are [\"Germany\", \"France\"] examples of entities that are similar as well?", "output": "yes"}
|
84 |
+
{"perplexity": 1.7671242731200512, "input": "Answer the question by yes or no. Are [\"Kindle\", \"Jeff Bezos\"] examples of entities that are similar as well?", "output": "yes"}
|
85 |
+
{"perplexity": 1.4932656340533712, "input": "Answer the question by yes or no. Are [\"Harry Potter\", \"Lord of the Rings\"] examples of entities that are similar as well?", "output": "yes"}
|
86 |
+
{"perplexity": 1.593177561489337, "input": "Answer the question by yes or no. Are [\"Yakutia\", \"Turkey\"] examples of entities that are similar as well?", "output": "yes"}
|
87 |
+
{"perplexity": 1.2589227669880048, "input": "Answer the question by yes or no. Are [\"PS5\", \"XBox\"] examples of entities that are similar as well?", "output": "yes"}
|
88 |
+
{"perplexity": 1.2280645075821963, "input": "Answer the question by yes or no. Are [\"Monet\", \"Manet\"] examples of entities that are similar as well?", "output": "yes"}
|
89 |
+
{"perplexity": 1.5682874886145406, "input": "Answer the question by yes or no. Are [\"Glastonbury\", \"Roskilde\"] examples of entities that are similar as well?", "output": "yes"}
|
90 |
+
{"perplexity": 1.3381040389602525, "input": "Answer the question by yes or no. Are [\"Telugu\", \"Tamil\"] examples of entities that are similar as well?", "output": "yes"}
|
91 |
+
{"perplexity": 1.2694445809032853, "input": "Answer the question by yes or no. Are [\"Batman\", \"Superman\"] examples of entities that are similar as well?", "output": "yes"}
|
92 |
+
{"perplexity": 1.1060950639279274, "input": "Answer the question by yes or no. Are [\"cannoli\", \"canneloni\"] examples of entities that are similar as well?", "output": "yes"}
|
93 |
+
{"perplexity": 2.7407193822012297, "input": "Answer the question by yes or no. Are [\"Gerald Ford\", \"Duran Duran\"] examples of entities that are similar as well?", "output": "yes"}
|
experiments/results/lm_qa_zeroshot/flan-ul2/ppl.is_competitor__rival_of.jsonl
ADDED
@@ -0,0 +1,89 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{"perplexity": 1.4222025149293618, "input": "Answer the question by yes or no. Are [\"Jeremy Corbyn\", \"Keir Starmer\"] entities that are competitors or rivals as well?", "output": "yes"}
|
2 |
+
{"perplexity": 2.3454037993300583, "input": "Answer the question by yes or no. Are [\"EuroBasket 2022\", \"Murad III\"] entities that are competitors or rivals as well?", "output": "yes"}
|
3 |
+
{"perplexity": 1.1581703913669972, "input": "Answer the question by yes or no. Are [\"Bugatti\", \"Lamborghini\"] entities that are competitors or rivals as well?", "output": "yes"}
|
4 |
+
{"perplexity": 1.116980313466796, "input": "Answer the question by yes or no. Are [\"Apple\", \"Microsoft\"] entities that are competitors or rivals as well?", "output": "yes"}
|
5 |
+
{"perplexity": 1.2366011532822951, "input": "Answer the question by yes or no. Are [\"Lee Chong Wei\", \"Lin Dan\"] entities that are competitors or rivals as well?", "output": "yes"}
|
6 |
+
{"perplexity": 1.0906696582667166, "input": "Answer the question by yes or no. Are [\"Microsoft\", \"Google\"] entities that are competitors or rivals as well?", "output": "yes"}
|
7 |
+
{"perplexity": 2.8062127386926976, "input": "Answer the question by yes or no. Are [\"Samsung\", \"Pitbull\"] entities that are competitors or rivals as well?", "output": "yes"}
|
8 |
+
{"perplexity": 1.076442896033145, "input": "Answer the question by yes or no. Are [\"Cristiano Ronaldo\", \"Lionel Messi\"] entities that are competitors or rivals as well?", "output": "yes"}
|
9 |
+
{"perplexity": 1.1516096930453659, "input": "Answer the question by yes or no. Are [\"Germany\", \"Austria\"] entities that are competitors or rivals as well?", "output": "yes"}
|
10 |
+
{"perplexity": 1.4066400229807077, "input": "Answer the question by yes or no. Are [\"Dyson\", \"Dualit\"] entities that are competitors or rivals as well?", "output": "yes"}
|
11 |
+
{"perplexity": 1.233603087311407, "input": "Answer the question by yes or no. Are [\"Netflix\", \"Disney Plus\"] entities that are competitors or rivals as well?", "output": "yes"}
|
12 |
+
{"perplexity": 1.2808253965315133, "input": "Answer the question by yes or no. Are [\"PyTorch\", \"TensorFlow\"] entities that are competitors or rivals as well?", "output": "yes"}
|
13 |
+
{"perplexity": 1.0416585847044884, "input": "Answer the question by yes or no. Are [\"Dell\", \"HP\"] entities that are competitors or rivals as well?", "output": "yes"}
|
14 |
+
{"perplexity": 1.3447474634198389, "input": "Answer the question by yes or no. Are [\"Sanpellegrino\", \"Volvic\"] entities that are competitors or rivals as well?", "output": "yes"}
|
15 |
+
{"perplexity": 2.4170384926741626, "input": "Answer the question by yes or no. Are [\"Mikhail Khodorkovsky\", \"Hezbollah\"] entities that are competitors or rivals as well?", "output": "yes"}
|
16 |
+
{"perplexity": 1.1037129775740366, "input": "Answer the question by yes or no. Are [\"British Airways\", \"Aer Lingus\"] entities that are competitors or rivals as well?", "output": "yes"}
|
17 |
+
{"perplexity": 1.0557504472617725, "input": "Answer the question by yes or no. Are [\"Microsoft Teams\", \"Slack\"] entities that are competitors or rivals as well?", "output": "yes"}
|
18 |
+
{"perplexity": 1.8141170517333125, "input": "Answer the question by yes or no. Are [\"Federal Reserve Board\", \"Bank of England\"] entities that are competitors or rivals as well?", "output": "yes"}
|
19 |
+
{"perplexity": 1.9418134795261126, "input": "Answer the question by yes or no. Are [\"American Psycho\", \"Chihuahua\"] entities that are competitors or rivals as well?", "output": "yes"}
|
20 |
+
{"perplexity": 1.4256724727393357, "input": "Answer the question by yes or no. Are [\"Mars\", \"Snickers\"] entities that are competitors or rivals as well?", "output": "yes"}
|
21 |
+
{"perplexity": 1.8641223203372959, "input": "Answer the question by yes or no. Are [\"ASML\", \"LAM Research\"] entities that are competitors or rivals as well?", "output": "yes"}
|
22 |
+
{"perplexity": 2.396226404066843, "input": "Answer the question by yes or no. Are [\"Jake Paul\", \"Tangled\"] entities that are competitors or rivals as well?", "output": "yes"}
|
23 |
+
{"perplexity": 1.4714526914342227, "input": "Answer the question by yes or no. Are [\"Nikhita Khrushchev\", \"Leonid Brezhnev\"] entities that are competitors or rivals as well?", "output": "yes"}
|
24 |
+
{"perplexity": 1.0495182657911724, "input": "Answer the question by yes or no. Are [\"Razer\", \"Dell\"] entities that are competitors or rivals as well?", "output": "yes"}
|
25 |
+
{"perplexity": 1.1535822949864265, "input": "Answer the question by yes or no. Are [\"Spotify\", \"Apple\"] entities that are competitors or rivals as well?", "output": "yes"}
|
26 |
+
{"perplexity": 2.1953277578209183, "input": "Answer the question by yes or no. Are [\"Kourtney Kardashian\", \"Jenna Fischer\"] entities that are competitors or rivals as well?", "output": "yes"}
|
27 |
+
{"perplexity": 1.4379288274666722, "input": "Answer the question by yes or no. Are [\"Twitter\", \"WhatsApp\"] entities that are competitors or rivals as well?", "output": "yes"}
|
28 |
+
{"perplexity": 1.0723828530634452, "input": "Answer the question by yes or no. Are [\"Manchester United\", \"Arsenal\"] entities that are competitors or rivals as well?", "output": "yes"}
|
29 |
+
{"perplexity": 1.2416368997951348, "input": "Answer the question by yes or no. Are [\"WeChat\", \"WhatsApp\"] entities that are competitors or rivals as well?", "output": "yes"}
|
30 |
+
{"perplexity": 1.1452641071432148, "input": "Answer the question by yes or no. Are [\"Saudi Arabia\", \"Israel\"] entities that are competitors or rivals as well?", "output": "yes"}
|
31 |
+
{"perplexity": 2.1672732394398393, "input": "Answer the question by yes or no. Are [\"Bashar al-Assad\", \"Christianity\"] entities that are competitors or rivals as well?", "output": "yes"}
|
32 |
+
{"perplexity": 1.7735129268342826, "input": "Answer the question by yes or no. Are [\"Didier Deschamps\", \"Scott Adkins\"] entities that are competitors or rivals as well?", "output": "yes"}
|
33 |
+
{"perplexity": 1.2661665197380474, "input": "Answer the question by yes or no. Are [\"Lionel Messi\", \"Kylian Mbapp\u00e9\"] entities that are competitors or rivals as well?", "output": "yes"}
|
34 |
+
{"perplexity": 1.351565809742223, "input": "Answer the question by yes or no. Are [\"Louis Philippe\", \"Peter England\"] entities that are competitors or rivals as well?", "output": "yes"}
|
35 |
+
{"perplexity": 3.540538692893887, "input": "Answer the question by yes or no. Are [\"Steve Jobs\", \"Atlanta\"] entities that are competitors or rivals as well?", "output": "yes"}
|
36 |
+
{"perplexity": 2.6104166628925474, "input": "Answer the question by yes or no. Are [\"Bella Hadid\", \"Choi Woo-shik\"] entities that are competitors or rivals as well?", "output": "yes"}
|
37 |
+
{"perplexity": 2.884401969312326, "input": "Answer the question by yes or no. Are [\"Mali\", \"Frances McDormand\"] entities that are competitors or rivals as well?", "output": "yes"}
|
38 |
+
{"perplexity": 1.0438806211708804, "input": "Answer the question by yes or no. Are [\"Coca-Cola Company\", \"Pepsi\"] entities that are competitors or rivals as well?", "output": "yes"}
|
39 |
+
{"perplexity": 1.0354933291081991, "input": "Answer the question by yes or no. Are [\"Khabib Nurmagomedov\", \"Conor McGregor\"] entities that are competitors or rivals as well?", "output": "yes"}
|
40 |
+
{"perplexity": 1.1952468266881626, "input": "Answer the question by yes or no. Are [\"Twitter\", \"Facebook\"] entities that are competitors or rivals as well?", "output": "yes"}
|
41 |
+
{"perplexity": 1.203303933183536, "input": "Answer the question by yes or no. Are [\"Cardiff University\", \"Swansea University\"] entities that are competitors or rivals as well?", "output": "yes"}
|
42 |
+
{"perplexity": 1.3553361325661701, "input": "Answer the question by yes or no. Are [\"Isaac Newton\", \"Gottfried Leibniz\"] entities that are competitors or rivals as well?", "output": "yes"}
|
43 |
+
{"perplexity": 1.1835395036039162, "input": "Answer the question by yes or no. Are [\"Casio\", \"Texas Instruments\"] entities that are competitors or rivals as well?", "output": "yes"}
|
44 |
+
{"perplexity": 1.0591720732323784, "input": "Answer the question by yes or no. Are [\"Arsenal\", \"Tottenham Hotspur\"] entities that are competitors or rivals as well?", "output": "yes"}
|
45 |
+
{"perplexity": 1.0998882844596016, "input": "Answer the question by yes or no. Are [\"Nintendo\", \"Xbox\"] entities that are competitors or rivals as well?", "output": "yes"}
|
46 |
+
{"perplexity": 1.359639423903739, "input": "Answer the question by yes or no. Are [\"H&M\", \"Zalora\"] entities that are competitors or rivals as well?", "output": "yes"}
|
47 |
+
{"perplexity": 1.0459443108429878, "input": "Answer the question by yes or no. Are [\"Serena Williams\", \"Andy Murray\"] entities that are competitors or rivals as well?", "output": "yes"}
|
48 |
+
{"perplexity": 1.0449462333912818, "input": "Answer the question by yes or no. Are [\"Liverpool FC\", \"Manchester United\"] entities that are competitors or rivals as well?", "output": "yes"}
|
49 |
+
{"perplexity": 1.04769222313876, "input": "Answer the question by yes or no. Are [\"Apple\", \"Samsung\"] entities that are competitors or rivals as well?", "output": "yes"}
|
50 |
+
{"perplexity": 1.1483506089912217, "input": "Answer the question by yes or no. Are [\"Expedia\", \"Trivago\"] entities that are competitors or rivals as well?", "output": "yes"}
|
51 |
+
{"perplexity": 1.1256792359957808, "input": "Answer the question by yes or no. Are [\"Heathrow Airport\", \"Gatwick Airport\"] entities that are competitors or rivals as well?", "output": "yes"}
|
52 |
+
{"perplexity": 1.2529699295998475, "input": "Answer the question by yes or no. Are [\"Mario\", \"Bowser\"] entities that are competitors or rivals as well?", "output": "yes"}
|
53 |
+
{"perplexity": 1.2532725062626966, "input": "Answer the question by yes or no. Are [\"US\", \"China\"] entities that are competitors or rivals as well?", "output": "yes"}
|
54 |
+
{"perplexity": 3.3511833150794743, "input": "Answer the question by yes or no. Are [\"Olympic Games\", \"Helicobacter pylori\"] entities that are competitors or rivals as well?", "output": "yes"}
|
55 |
+
{"perplexity": 1.036298820976043, "input": "Answer the question by yes or no. Are [\"BMW\", \"Mercedes-Benz\"] entities that are competitors or rivals as well?", "output": "yes"}
|
56 |
+
{"perplexity": 1.3052386699396863, "input": "Answer the question by yes or no. Are [\"Blur\", \"Oasis\"] entities that are competitors or rivals as well?", "output": "yes"}
|
57 |
+
{"perplexity": 1.1457000668046726, "input": "Answer the question by yes or no. Are [\"Israel\", \"Palestine\"] entities that are competitors or rivals as well?", "output": "yes"}
|
58 |
+
{"perplexity": 1.163162197987383, "input": "Answer the question by yes or no. Are [\"Toshiba\", \"LG\"] entities that are competitors or rivals as well?", "output": "yes"}
|
59 |
+
{"perplexity": 1.55752033597564, "input": "Answer the question by yes or no. Are [\"Apple\", \"Rolex\"] entities that are competitors or rivals as well?", "output": "yes"}
|
60 |
+
{"perplexity": 1.4840326440929967, "input": "Answer the question by yes or no. Are [\"Tesla\", \"Skoda\"] entities that are competitors or rivals as well?", "output": "yes"}
|
61 |
+
{"perplexity": 1.322868915838166, "input": "Answer the question by yes or no. Are [\"Thomas Jefferson\", \"Alexander Hamilton\"] entities that are competitors or rivals as well?", "output": "yes"}
|
62 |
+
{"perplexity": 1.1432810093172319, "input": "Answer the question by yes or no. Are [\"Chester FC\", \"Wrexham FC\"] entities that are competitors or rivals as well?", "output": "yes"}
|
63 |
+
{"perplexity": 1.517484179767383, "input": "Answer the question by yes or no. Are [\"Line of Duty\", \"CSI\"] entities that are competitors or rivals as well?", "output": "yes"}
|
64 |
+
{"perplexity": 3.4826074368903637, "input": "Answer the question by yes or no. Are [\"Gladiator\", \"Imelda Staunton\"] entities that are competitors or rivals as well?", "output": "yes"}
|
65 |
+
{"perplexity": 1.3125181354740607, "input": "Answer the question by yes or no. Are [\"UK\", \"France\"] entities that are competitors or rivals as well?", "output": "yes"}
|
66 |
+
{"perplexity": 1.0528324898144443, "input": "Answer the question by yes or no. Are [\"Nike\", \"Adidas\"] entities that are competitors or rivals as well?", "output": "yes"}
|
67 |
+
{"perplexity": 1.1037874996569803, "input": "Answer the question by yes or no. Are [\"Alain Prost\", \"Ayrton Senna\"] entities that are competitors or rivals as well?", "output": "yes"}
|
68 |
+
{"perplexity": 1.042690282562067, "input": "Answer the question by yes or no. Are [\"Manchester City\", \"Manchester United\"] entities that are competitors or rivals as well?", "output": "yes"}
|
69 |
+
{"perplexity": 1.3234590754937028, "input": "Answer the question by yes or no. Are [\"BBC\", \"The Guardian\"] entities that are competitors or rivals as well?", "output": "yes"}
|
70 |
+
{"perplexity": 1.1408217207337337, "input": "Answer the question by yes or no. Are [\"Amazon\", \"Ebay\"] entities that are competitors or rivals as well?", "output": "yes"}
|
71 |
+
{"perplexity": 1.3362973630326773, "input": "Answer the question by yes or no. Are [\"Sir Alex Ferguson\", \"Jose Mourinho\"] entities that are competitors or rivals as well?", "output": "yes"}
|
72 |
+
{"perplexity": 3.295957018142525, "input": "Answer the question by yes or no. Are [\"ASEAN\", \"Helen Hunt\"] entities that are competitors or rivals as well?", "output": "yes"}
|
73 |
+
{"perplexity": 1.245920637785629, "input": "Answer the question by yes or no. Are [\"Hans Zimmer\", \"John Williams\"] entities that are competitors or rivals as well?", "output": "yes"}
|
74 |
+
{"perplexity": 1.2467042808942606, "input": "Answer the question by yes or no. Are [\"Noel Gallagher\", \"Liam Gallaguer\"] entities that are competitors or rivals as well?", "output": "yes"}
|
75 |
+
{"perplexity": 1.0334133820827456, "input": "Answer the question by yes or no. Are [\"McDonald's\", \"Burger King\"] entities that are competitors or rivals as well?", "output": "yes"}
|
76 |
+
{"perplexity": 1.3743393007605533, "input": "Answer the question by yes or no. Are [\"Neoclassicism\", \"Romanticism\"] entities that are competitors or rivals as well?", "output": "yes"}
|
77 |
+
{"perplexity": 1.309691642758208, "input": "Answer the question by yes or no. Are [\"Royal Feast\", \"Fast X\"] entities that are competitors or rivals as well?", "output": "yes"}
|
78 |
+
{"perplexity": 1.4744226711936121, "input": "Answer the question by yes or no. Are [\"Eminem\", \"MGK\"] entities that are competitors or rivals as well?", "output": "yes"}
|
79 |
+
{"perplexity": 1.212745195228596, "input": "Answer the question by yes or no. Are [\"Sprite\", \"7 Up\"] entities that are competitors or rivals as well?", "output": "yes"}
|
80 |
+
{"perplexity": 3.0833799818271994, "input": "Answer the question by yes or no. Are [\"Katharine Hepburn\", \"Abrahamic religion\"] entities that are competitors or rivals as well?", "output": "yes"}
|
81 |
+
{"perplexity": 1.6853565210199075, "input": "Answer the question by yes or no. Are [\"Martin Luther King Jr.\", \"Malcolm X\"] entities that are competitors or rivals as well?", "output": "yes"}
|
82 |
+
{"perplexity": 2.5542050524768216, "input": "Answer the question by yes or no. Are [\"Ligue 1\", \"Hayley Atwell\"] entities that are competitors or rivals as well?", "output": "yes"}
|
83 |
+
{"perplexity": 2.8249661298246354, "input": "Answer the question by yes or no. Are [\"Vikram\", \"Coen brothers\"] entities that are competitors or rivals as well?", "output": "yes"}
|
84 |
+
{"perplexity": 1.3004875998162657, "input": "Answer the question by yes or no. Are [\"Russia\", \"China\"] entities that are competitors or rivals as well?", "output": "yes"}
|
85 |
+
{"perplexity": 1.955964256984248, "input": "Answer the question by yes or no. Are [\"Mohamed Salah\", \"Korea\"] entities that are competitors or rivals as well?", "output": "yes"}
|
86 |
+
{"perplexity": 1.1773256866493471, "input": "Answer the question by yes or no. Are [\"Kingston\", \"Samsung\"] entities that are competitors or rivals as well?", "output": "yes"}
|
87 |
+
{"perplexity": 1.0957580666384157, "input": "Answer the question by yes or no. Are [\"AWS\", \"GCP\"] entities that are competitors or rivals as well?", "output": "yes"}
|
88 |
+
{"perplexity": 1.512356439122218, "input": "Answer the question by yes or no. Are [\"Beatles\", \"Rolling Stones\"] entities that are competitors or rivals as well?", "output": "yes"}
|
89 |
+
{"perplexity": 2.3251733241314745, "input": "Answer the question by yes or no. Are [\"John Tyler\", \"Whig Party\"] entities that are competitors or rivals as well?", "output": "yes"}
|
experiments/results/lm_qa_zeroshot/flan-ul2/ppl.is_friend__ally_of.jsonl
ADDED
@@ -0,0 +1,92 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{"perplexity": 1.5328972126014884, "input": "Answer the question by yes or no. Are [\"Rishi Sunak\", \"Leo Varadkar\"] entities that are friends or allies as well?", "output": "yes"}
|
2 |
+
{"perplexity": 1.3200803632378275, "input": "Answer the question by yes or no. Are [\"Gondor\", \"Rohan\"] entities that are friends or allies as well?", "output": "yes"}
|
3 |
+
{"perplexity": 1.577544267205364, "input": "Answer the question by yes or no. Are [\"FIFA\", \"UEFA\"] entities that are friends or allies as well?", "output": "yes"}
|
4 |
+
{"perplexity": 1.7933325159421711, "input": "Answer the question by yes or no. Are [\"Joseph Stalin\", \"Josip Broz Tito\"] entities that are friends or allies as well?", "output": "yes"}
|
5 |
+
{"perplexity": 1.3201421701192426, "input": "Answer the question by yes or no. Are [\"Hillary Clinton\", \"Barack Obama\"] entities that are friends or allies as well?", "output": "yes"}
|
6 |
+
{"perplexity": 1.337838952235684, "input": "Answer the question by yes or no. Are [\"Di Maio\", \"Salvini\"] entities that are friends or allies as well?", "output": "yes"}
|
7 |
+
{"perplexity": 1.3426315225376397, "input": "Answer the question by yes or no. Are [\"Yahoo\", \"Yahoo Japan\"] entities that are friends or allies as well?", "output": "yes"}
|
8 |
+
{"perplexity": 2.019560002782508, "input": "Answer the question by yes or no. Are [\"Armenia\", \"Azerbaijan\"] entities that are friends or allies as well?", "output": "yes"}
|
9 |
+
{"perplexity": 2.285112189877014, "input": "Answer the question by yes or no. Are [\"Doja Cat\", \"Anthony Albanese\"] entities that are friends or allies as well?", "output": "yes"}
|
10 |
+
{"perplexity": 1.5763126396850815, "input": "Answer the question by yes or no. Are [\"Pedro S\u00e1nchez\", \"Pablo Iglesias\"] entities that are friends or allies as well?", "output": "yes"}
|
11 |
+
{"perplexity": 2.7434138522858, "input": "Answer the question by yes or no. Are [\"Islamic State\", \"Denys Prokopenko\"] entities that are friends or allies as well?", "output": "yes"}
|
12 |
+
{"perplexity": 1.5445218908976759, "input": "Answer the question by yes or no. Are [\"Brazil\", \"India\"] entities that are friends or allies as well?", "output": "yes"}
|
13 |
+
{"perplexity": 1.7988221620291822, "input": "Answer the question by yes or no. Are [\"Extinction Rebellion\", \"Greta Thunberg\"] entities that are friends or allies as well?", "output": "yes"}
|
14 |
+
{"perplexity": 1.7086696805448425, "input": "Answer the question by yes or no. Are [\"Sicily\", \"Calabria\"] entities that are friends or allies as well?", "output": "yes"}
|
15 |
+
{"perplexity": 1.8344885935861346, "input": "Answer the question by yes or no. Are [\"Oman\", \"Iran\"] entities that are friends or allies as well?", "output": "yes"}
|
16 |
+
{"perplexity": 1.4926095846618708, "input": "Answer the question by yes or no. Are [\"Sony\", \"ZEISS\"] entities that are friends or allies as well?", "output": "yes"}
|
17 |
+
{"perplexity": 1.8468702122489273, "input": "Answer the question by yes or no. Are [\"FTX\", \"Alameda Research\"] entities that are friends or allies as well?", "output": "yes"}
|
18 |
+
{"perplexity": 1.3116195554924144, "input": "Answer the question by yes or no. Are [\"UK\", \"Commonwealth\"] entities that are friends or allies as well?", "output": "yes"}
|
19 |
+
{"perplexity": 1.1996322618593351, "input": "Answer the question by yes or no. Are [\"Australia\", \"New Zealand\"] entities that are friends or allies as well?", "output": "yes"}
|
20 |
+
{"perplexity": 2.2496602704508817, "input": "Answer the question by yes or no. Are [\"Kylo Ren\", \"Rey\"] entities that are friends or allies as well?", "output": "yes"}
|
21 |
+
{"perplexity": 3.1023535131377296, "input": "Answer the question by yes or no. Are [\"Anne Boleyn\", \"Columbia Pictures\"] entities that are friends or allies as well?", "output": "yes"}
|
22 |
+
{"perplexity": 1.9175389761631927, "input": "Answer the question by yes or no. Are [\"KGB\", \"CIA\"] entities that are friends or allies as well?", "output": "yes"}
|
23 |
+
{"perplexity": 1.4530706574347767, "input": "Answer the question by yes or no. Are [\"Rishi Sunak\", \"Joe Biden\"] entities that are friends or allies as well?", "output": "yes"}
|
24 |
+
{"perplexity": 1.5630134648523961, "input": "Answer the question by yes or no. Are [\"Quentin Tarantino\", \"Edgar Wright\"] entities that are friends or allies as well?", "output": "yes"}
|
25 |
+
{"perplexity": 1.6027956172293558, "input": "Answer the question by yes or no. Are [\"Keir Starmer\", \"Jeremy Corbyn\"] entities that are friends or allies as well?", "output": "yes"}
|
26 |
+
{"perplexity": 1.7490046671657096, "input": "Answer the question by yes or no. Are [\"U.S.S.R.\", \"East Germany\"] entities that are friends or allies as well?", "output": "yes"}
|
27 |
+
{"perplexity": 2.1374828361920906, "input": "Answer the question by yes or no. Are [\"Harry Potter\", \"Severus Snape\"] entities that are friends or allies as well?", "output": "yes"}
|
28 |
+
{"perplexity": 1.5440595393249203, "input": "Answer the question by yes or no. Are [\"Tata Motors\", \"Jaguar\"] entities that are friends or allies as well?", "output": "yes"}
|
29 |
+
{"perplexity": 2.107965967178699, "input": "Answer the question by yes or no. Are [\"Kendall Jenner\", \"Bergen\"] entities that are friends or allies as well?", "output": "yes"}
|
30 |
+
{"perplexity": 3.5699412974829463, "input": "Answer the question by yes or no. Are [\"Thomas Jefferson\", \"Kid Cudi\"] entities that are friends or allies as well?", "output": "yes"}
|
31 |
+
{"perplexity": 1.358307886737753, "input": "Answer the question by yes or no. Are [\"South Korea\", \"Japan\"] entities that are friends or allies as well?", "output": "yes"}
|
32 |
+
{"perplexity": 1.4030445224268684, "input": "Answer the question by yes or no. Are [\"Spain\", \"Portugal\"] entities that are friends or allies as well?", "output": "yes"}
|
33 |
+
{"perplexity": 1.1880720173877841, "input": "Answer the question by yes or no. Are [\"Liam Gallagher\", \"Noel Gallagher\"] entities that are friends or allies as well?", "output": "yes"}
|
34 |
+
{"perplexity": 1.263730412056352, "input": "Answer the question by yes or no. Are [\"France\", \"Belgium\"] entities that are friends or allies as well?", "output": "yes"}
|
35 |
+
{"perplexity": 1.8020300914000285, "input": "Answer the question by yes or no. Are [\"Turkish Airlines\", \"All Nippon Airways\"] entities that are friends or allies as well?", "output": "yes"}
|
36 |
+
{"perplexity": 1.421034738582978, "input": "Answer the question by yes or no. Are [\"Malaysia\", \"Singapore\"] entities that are friends or allies as well?", "output": "yes"}
|
37 |
+
{"perplexity": 1.6147051197573883, "input": "Answer the question by yes or no. Are [\"JP Morgan\", \"Morgan Stanley\"] entities that are friends or allies as well?", "output": "yes"}
|
38 |
+
{"perplexity": 1.5278672802298314, "input": "Answer the question by yes or no. Are [\"Sophia Loren\", \"Marlon Brando\"] entities that are friends or allies as well?", "output": "yes"}
|
39 |
+
{"perplexity": 1.4046480007981625, "input": "Answer the question by yes or no. Are [\"J.R.R. Tolkien\", \"C.S. Lewis\"] entities that are friends or allies as well?", "output": "yes"}
|
40 |
+
{"perplexity": 1.9096033070427534, "input": "Answer the question by yes or no. Are [\"China\", \"North Korea\"] entities that are friends or allies as well?", "output": "yes"}
|
41 |
+
{"perplexity": 1.3577940001482511, "input": "Answer the question by yes or no. Are [\"Margaret Thatcher\", \"Ronald Reagan\"] entities that are friends or allies as well?", "output": "yes"}
|
42 |
+
{"perplexity": 3.0137673242361056, "input": "Answer the question by yes or no. Are [\"Eva Per\u00f3n\", \"Interpol\"] entities that are friends or allies as well?", "output": "yes"}
|
43 |
+
{"perplexity": 1.3653722695428352, "input": "Answer the question by yes or no. Are [\"UK\", \"Ireland\"] entities that are friends or allies as well?", "output": "yes"}
|
44 |
+
{"perplexity": 1.4140880138313676, "input": "Answer the question by yes or no. Are [\"Singapore\", \"Israel\"] entities that are friends or allies as well?", "output": "yes"}
|
45 |
+
{"perplexity": 1.5438050427063432, "input": "Answer the question by yes or no. Are [\"Eastern Orthodoxy\", \"Oriental Orthodoxy\"] entities that are friends or allies as well?", "output": "yes"}
|
46 |
+
{"perplexity": 1.255014507349887, "input": "Answer the question by yes or no. Are [\"India\", \"US\"] entities that are friends or allies as well?", "output": "yes"}
|
47 |
+
{"perplexity": 3.4933812565349394, "input": "Answer the question by yes or no. Are [\"Ed Gein\", \"Colonel Sanders\"] entities that are friends or allies as well?", "output": "yes"}
|
48 |
+
{"perplexity": 1.9865660915532268, "input": "Answer the question by yes or no. Are [\"Beatles\", \"Rolling Stones\"] entities that are friends or allies as well?", "output": "yes"}
|
49 |
+
{"perplexity": 1.5047058185996207, "input": "Answer the question by yes or no. Are [\"Red Bull\", \"GoPro\"] entities that are friends or allies as well?", "output": "yes"}
|
50 |
+
{"perplexity": 2.0075052819565604, "input": "Answer the question by yes or no. Are [\"HSBC\", \"BlackRock\"] entities that are friends or allies as well?", "output": "yes"}
|
51 |
+
{"perplexity": 1.3202414370035342, "input": "Answer the question by yes or no. Are [\"Elsa\", \"Anna\"] entities that are friends or allies as well?", "output": "yes"}
|
52 |
+
{"perplexity": 1.594563451823357, "input": "Answer the question by yes or no. Are [\"Macbeth\", \"Banquo\"] entities that are friends or allies as well?", "output": "yes"}
|
53 |
+
{"perplexity": 1.3840087685711524, "input": "Answer the question by yes or no. Are [\"Aznar\", \"Bush\"] entities that are friends or allies as well?", "output": "yes"}
|
54 |
+
{"perplexity": 1.3997592031330308, "input": "Answer the question by yes or no. Are [\"Google\", \"Samsung\"] entities that are friends or allies as well?", "output": "yes"}
|
55 |
+
{"perplexity": 1.5407179864932719, "input": "Answer the question by yes or no. Are [\"IMF\", \"The World Bank\"] entities that are friends or allies as well?", "output": "yes"}
|
56 |
+
{"perplexity": 1.8125038240195745, "input": "Answer the question by yes or no. Are [\"Nikon\", \"Tokina\"] entities that are friends or allies as well?", "output": "yes"}
|
57 |
+
{"perplexity": 1.4999948860022556, "input": "Answer the question by yes or no. Are [\"Walter White\", \"Gus Fring\"] entities that are friends or allies as well?", "output": "yes"}
|
58 |
+
{"perplexity": 1.10628288517074, "input": "Answer the question by yes or no. Are [\"Ron Weasley\", \"Neville Longbottom\"] entities that are friends or allies as well?", "output": "yes"}
|
59 |
+
{"perplexity": 2.2899855574798225, "input": "Answer the question by yes or no. Are [\"Darth Vader\", \"Emperor Palpatine\"] entities that are friends or allies as well?", "output": "yes"}
|
60 |
+
{"perplexity": 1.8090831455918956, "input": "Answer the question by yes or no. Are [\"Coca-Cola\", \"McDonald's\"] entities that are friends or allies as well?", "output": "yes"}
|
61 |
+
{"perplexity": 1.6941523367602, "input": "Answer the question by yes or no. Are [\"Instagram\", \"WhatsApp\"] entities that are friends or allies as well?", "output": "yes"}
|
62 |
+
{"perplexity": 2.8019273827454723, "input": "Answer the question by yes or no. Are [\"Noah Schnapp\", \"Galatasaray S.K.\"] entities that are friends or allies as well?", "output": "yes"}
|
63 |
+
{"perplexity": 1.197777087535886, "input": "Answer the question by yes or no. Are [\"US\", \"Canada\"] entities that are friends or allies as well?", "output": "yes"}
|
64 |
+
{"perplexity": 2.649177577551091, "input": "Answer the question by yes or no. Are [\"Bob Marley\", \"Abu Bakr\"] entities that are friends or allies as well?", "output": "yes"}
|
65 |
+
{"perplexity": 2.800474123110106, "input": "Answer the question by yes or no. Are [\"Jeff Bezos\", \"GitHub\"] entities that are friends or allies as well?", "output": "yes"}
|
66 |
+
{"perplexity": 1.7907472995174216, "input": "Answer the question by yes or no. Are [\"Hong Kong\", \"HSBC\"] entities that are friends or allies as well?", "output": "yes"}
|
67 |
+
{"perplexity": 1.1452585949143625, "input": "Answer the question by yes or no. Are [\"United States\", \"United Kingdom\"] entities that are friends or allies as well?", "output": "yes"}
|
68 |
+
{"perplexity": 1.448369263557515, "input": "Answer the question by yes or no. Are [\"Porter Wagoner\", \"Dolly Parton\"] entities that are friends or allies as well?", "output": "yes"}
|
69 |
+
{"perplexity": 2.091679459310318, "input": "Answer the question by yes or no. Are [\"Achilles\", \"Jonathan Bailey\"] entities that are friends or allies as well?", "output": "yes"}
|
70 |
+
{"perplexity": 1.4306724113989326, "input": "Answer the question by yes or no. Are [\"Linus Sebastian\", \"Marques Brownlee\"] entities that are friends or allies as well?", "output": "yes"}
|
71 |
+
{"perplexity": 2.3032680576640763, "input": "Answer the question by yes or no. Are [\"Catherine Zeta-Jones\", \"Johnny Knoxville\"] entities that are friends or allies as well?", "output": "yes"}
|
72 |
+
{"perplexity": 1.8436059753752663, "input": "Answer the question by yes or no. Are [\"Amazon\", \"Royal Mail\"] entities that are friends or allies as well?", "output": "yes"}
|
73 |
+
{"perplexity": 2.535800405044514, "input": "Answer the question by yes or no. Are [\"The Beatles\", \"Queen\"] entities that are friends or allies as well?", "output": "yes"}
|
74 |
+
{"perplexity": 2.587972950419903, "input": "Answer the question by yes or no. Are [\"Benedict Cumberbatch\", \"Hanukkah\"] entities that are friends or allies as well?", "output": "yes"}
|
75 |
+
{"perplexity": 1.6263823578951324, "input": "Answer the question by yes or no. Are [\"Huawei\", \"China\"] entities that are friends or allies as well?", "output": "yes"}
|
76 |
+
{"perplexity": 1.4175925450471027, "input": "Answer the question by yes or no. Are [\"Rishi Sunak\", \"Emmanuel Macron\"] entities that are friends or allies as well?", "output": "yes"}
|
77 |
+
{"perplexity": 1.4224206869370313, "input": "Answer the question by yes or no. Are [\"Microsoft\", \"LinkedIn\"] entities that are friends or allies as well?", "output": "yes"}
|
78 |
+
{"perplexity": 2.2146243768099922, "input": "Answer the question by yes or no. Are [\"Paul Rudd\", \"Memento\"] entities that are friends or allies as well?", "output": "yes"}
|
79 |
+
{"perplexity": 2.189183201168643, "input": "Answer the question by yes or no. Are [\"Russia\", \"Georgia\"] entities that are friends or allies as well?", "output": "yes"}
|
80 |
+
{"perplexity": 1.408355684941454, "input": "Answer the question by yes or no. Are [\"Germany\", \"France\"] entities that are friends or allies as well?", "output": "yes"}
|
81 |
+
{"perplexity": 1.481281276570047, "input": "Answer the question by yes or no. Are [\"Stephen Hawking\", \"Brian Cox\"] entities that are friends or allies as well?", "output": "yes"}
|
82 |
+
{"perplexity": 1.387763339914243, "input": "Answer the question by yes or no. Are [\"Jean-Michel Basquiat\", \"Andy Warhol\"] entities that are friends or allies as well?", "output": "yes"}
|
83 |
+
{"perplexity": 1.3819595848830297, "input": "Answer the question by yes or no. Are [\"Mark Drakeford\", \"Rishi Sunak\"] entities that are friends or allies as well?", "output": "yes"}
|
84 |
+
{"perplexity": 2.0334641521139707, "input": "Answer the question by yes or no. Are [\"J\u00fcrgen Klopp\", \"Exo\"] entities that are friends or allies as well?", "output": "yes"}
|
85 |
+
{"perplexity": 1.3096745859497074, "input": "Answer the question by yes or no. Are [\"Windows\", \"Xbox\"] entities that are friends or allies as well?", "output": "yes"}
|
86 |
+
{"perplexity": 2.3856047480335407, "input": "Answer the question by yes or no. Are [\"Saturn\", \"Rachel Bilson\"] entities that are friends or allies as well?", "output": "yes"}
|
87 |
+
{"perplexity": 3.094959464267752, "input": "Answer the question by yes or no. Are [\"Ottoman Empire\", \"Snowpiercer\"] entities that are friends or allies as well?", "output": "yes"}
|
88 |
+
{"perplexity": 1.2764023623156513, "input": "Answer the question by yes or no. Are [\"Johnny Cash\", \"Waylon Jennings\"] entities that are friends or allies as well?", "output": "yes"}
|
89 |
+
{"perplexity": 1.5479037084149063, "input": "Answer the question by yes or no. Are [\"UN\", \"NATO\"] entities that are friends or allies as well?", "output": "yes"}
|
90 |
+
{"perplexity": 1.357574493019605, "input": "Answer the question by yes or no. Are [\"Boris Johnson\", \"Emmanuel Macron\"] entities that are friends or allies as well?", "output": "yes"}
|
91 |
+
{"perplexity": 1.789102919795851, "input": "Answer the question by yes or no. Are [\"Cersei Lannister\", \"Euron Greyjoy\"] entities that are friends or allies as well?", "output": "yes"}
|
92 |
+
{"perplexity": 1.7482978988801516, "input": "Answer the question by yes or no. Are [\"Japan\", \"Taiwan\"] entities that are friends or allies as well?", "output": "yes"}
|
experiments/results/lm_qa_zeroshot/flan-ul2/ppl.is_influenced_by.jsonl
ADDED
@@ -0,0 +1,93 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{"perplexity": 1.4828068514166197, "input": "Answer the question by yes or no. Are [\"Prince Harry\", \"Monarchy\"] what has influenced different entities as well?", "output": "yes"}
|
2 |
+
{"perplexity": 1.4783565184427614, "input": "Answer the question by yes or no. Are [\"F1\", \"social media\"] what has influenced different entities as well?", "output": "yes"}
|
3 |
+
{"perplexity": 1.2207688454317978, "input": "Answer the question by yes or no. Are [\"Elton John\", \"Elvis Presley\"] what has influenced different entities as well?", "output": "yes"}
|
4 |
+
{"perplexity": 1.6618920512992446, "input": "Answer the question by yes or no. Are [\"Jack Black\", \"Waffen-SS\"] what has influenced different entities as well?", "output": "yes"}
|
5 |
+
{"perplexity": 1.3037945218604563, "input": "Answer the question by yes or no. Are [\"Game of Thrones\", \"Lord of the Rings\"] what has influenced different entities as well?", "output": "yes"}
|
6 |
+
{"perplexity": 1.499901101345442, "input": "Answer the question by yes or no. Are [\"Canon\", \"Nikon\"] what has influenced different entities as well?", "output": "yes"}
|
7 |
+
{"perplexity": 1.2786954208798134, "input": "Answer the question by yes or no. Are [\"Thomas Aquinas\", \"Aristotle\"] what has influenced different entities as well?", "output": "yes"}
|
8 |
+
{"perplexity": 1.383687906634991, "input": "Answer the question by yes or no. Are [\"Android\", \"iOS\"] what has influenced different entities as well?", "output": "yes"}
|
9 |
+
{"perplexity": 2.2726535736087294, "input": "Answer the question by yes or no. Are [\"Charles Baudelaire\", \"Tornado MRCA\"] what has influenced different entities as well?", "output": "yes"}
|
10 |
+
{"perplexity": 1.9175394333401652, "input": "Answer the question by yes or no. Are [\"trending music\", \"TikTok\"] what has influenced different entities as well?", "output": "yes"}
|
11 |
+
{"perplexity": 1.4616549945990829, "input": "Answer the question by yes or no. Are [\"Xi Jinping\", \"Kim Jong-il\"] what has influenced different entities as well?", "output": "yes"}
|
12 |
+
{"perplexity": 1.3262804176032572, "input": "Answer the question by yes or no. Are [\"Beethoven\", \"romanticism\"] what has influenced different entities as well?", "output": "yes"}
|
13 |
+
{"perplexity": 1.3348436344608527, "input": "Answer the question by yes or no. Are [\"Edgar Allan Poe\", \"Romanticism\"] what has influenced different entities as well?", "output": "yes"}
|
14 |
+
{"perplexity": 1.4853929568657513, "input": "Answer the question by yes or no. Are [\"US\", \"NASA\"] what has influenced different entities as well?", "output": "yes"}
|
15 |
+
{"perplexity": 1.4885316048811115, "input": "Answer the question by yes or no. Are [\"Wales\", \"Westminster\"] what has influenced different entities as well?", "output": "yes"}
|
16 |
+
{"perplexity": 1.5544310550489477, "input": "Answer the question by yes or no. Are [\"Sierra Leone\", \"Pulp fiction\"] what has influenced different entities as well?", "output": "yes"}
|
17 |
+
{"perplexity": 1.2953061815438591, "input": "Answer the question by yes or no. Are [\"Ethereum\", \"Bitcoin\"] what has influenced different entities as well?", "output": "yes"}
|
18 |
+
{"perplexity": 1.586599476418079, "input": "Answer the question by yes or no. Are [\"Theresa May\", \"David Cameron\"] what has influenced different entities as well?", "output": "yes"}
|
19 |
+
{"perplexity": 2.2394238525833763, "input": "Answer the question by yes or no. Are [\"Anna Delvey\", \"Bernie Madoff\"] what has influenced different entities as well?", "output": "yes"}
|
20 |
+
{"perplexity": 1.2980656118986473, "input": "Answer the question by yes or no. Are [\"Lord of the Rings\", \"Beowulf\"] what has influenced different entities as well?", "output": "yes"}
|
21 |
+
{"perplexity": 1.40498846198677, "input": "Answer the question by yes or no. Are [\"Andrew Johnson\", \"Abraham Lincoln\"] what has influenced different entities as well?", "output": "yes"}
|
22 |
+
{"perplexity": 1.4175498334174674, "input": "Answer the question by yes or no. Are [\"LinkedIn\", \"Facebook\"] what has influenced different entities as well?", "output": "yes"}
|
23 |
+
{"perplexity": 1.2479383152464008, "input": "Answer the question by yes or no. Are [\"Picasso\", \"Cezanne\"] what has influenced different entities as well?", "output": "yes"}
|
24 |
+
{"perplexity": 1.3788052017388595, "input": "Answer the question by yes or no. Are [\"Playstation\", \"Xbox\"] what has influenced different entities as well?", "output": "yes"}
|
25 |
+
{"perplexity": 1.9604880644970053, "input": "Answer the question by yes or no. Are [\"Kevin Spacey\", \"Tenerife\"] what has influenced different entities as well?", "output": "yes"}
|
26 |
+
{"perplexity": 1.2916515768834047, "input": "Answer the question by yes or no. Are [\"Saudi Arabia\", \"US\"] what has influenced different entities as well?", "output": "yes"}
|
27 |
+
{"perplexity": 1.6164861808299595, "input": "Answer the question by yes or no. Are [\"Fitbit\", \"heart rate monitor\"] what has influenced different entities as well?", "output": "yes"}
|
28 |
+
{"perplexity": 1.5468607584026417, "input": "Answer the question by yes or no. Are [\"Taiwan\", \"China\"] what has influenced different entities as well?", "output": "yes"}
|
29 |
+
{"perplexity": 1.3997548229520052, "input": "Answer the question by yes or no. Are [\"Kylian Mbappe\", \"Cristiano Ronaldo\"] what has influenced different entities as well?", "output": "yes"}
|
30 |
+
{"perplexity": 1.2655718661677833, "input": "Answer the question by yes or no. Are [\"Picasso\", \"cubism\"] what has influenced different entities as well?", "output": "yes"}
|
31 |
+
{"perplexity": 1.4807292942898764, "input": "Answer the question by yes or no. Are [\"Miley Cyrus\", \"Lorde\"] what has influenced different entities as well?", "output": "yes"}
|
32 |
+
{"perplexity": 1.3969767151825936, "input": "Answer the question by yes or no. Are [\"Neymar\", \"Alexis S\u00e1nchez\"] what has influenced different entities as well?", "output": "yes"}
|
33 |
+
{"perplexity": 1.1792361630004708, "input": "Answer the question by yes or no. Are [\"Smashing Pumpkins\", \"Beatles\"] what has influenced different entities as well?", "output": "yes"}
|
34 |
+
{"perplexity": 1.9433309750579217, "input": "Answer the question by yes or no. Are [\"Portuguese\", \"The Prestige\"] what has influenced different entities as well?", "output": "yes"}
|
35 |
+
{"perplexity": 1.4520768040323637, "input": "Answer the question by yes or no. Are [\"Luke Evans\", \"Ava Gardner\"] what has influenced different entities as well?", "output": "yes"}
|
36 |
+
{"perplexity": 1.332216987202794, "input": "Answer the question by yes or no. Are [\"MacOS\", \"Linux\"] what has influenced different entities as well?", "output": "yes"}
|
37 |
+
{"perplexity": 1.6550213721066336, "input": "Answer the question by yes or no. Are [\"Transport for Wales\", \"National Rail\"] what has influenced different entities as well?", "output": "yes"}
|
38 |
+
{"perplexity": 1.1964928260606924, "input": "Answer the question by yes or no. Are [\"Herbie Hancock\", \"Miles Davis\"] what has influenced different entities as well?", "output": "yes"}
|
39 |
+
{"perplexity": 1.2196591792656795, "input": "Answer the question by yes or no. Are [\"India\", \"Hinduism\"] what has influenced different entities as well?", "output": "yes"}
|
40 |
+
{"perplexity": 1.2047165654123286, "input": "Answer the question by yes or no. Are [\"hip hop\", \"jazz\"] what has influenced different entities as well?", "output": "yes"}
|
41 |
+
{"perplexity": 1.2326184562750893, "input": "Answer the question by yes or no. Are [\"Bob Dylan\", \"Woody Guthrie\"] what has influenced different entities as well?", "output": "yes"}
|
42 |
+
{"perplexity": 1.369226360059585, "input": "Answer the question by yes or no. Are [\"Tim Burton\", \"German expressionism\"] what has influenced different entities as well?", "output": "yes"}
|
43 |
+
{"perplexity": 1.443439450357, "input": "Answer the question by yes or no. Are [\"Eamon de Valera\", \"James Napper Tandy\"] what has influenced different entities as well?", "output": "yes"}
|
44 |
+
{"perplexity": 1.4317740304131183, "input": "Answer the question by yes or no. Are [\"Joe Biden\", \"Donald Trump\"] what has influenced different entities as well?", "output": "yes"}
|
45 |
+
{"perplexity": 1.4394651784951111, "input": "Answer the question by yes or no. Are [\"Shaquille O'Neal\", \"Selim II\"] what has influenced different entities as well?", "output": "yes"}
|
46 |
+
{"perplexity": 1.977163565115634, "input": "Answer the question by yes or no. Are [\"Cobra Kai\", \"Anna Chlumsky\"] what has influenced different entities as well?", "output": "yes"}
|
47 |
+
{"perplexity": 1.2769913155132229, "input": "Answer the question by yes or no. Are [\"Harry Potter\", \"Wizard of Oz\"] what has influenced different entities as well?", "output": "yes"}
|
48 |
+
{"perplexity": 1.3923309535278097, "input": "Answer the question by yes or no. Are [\"Coca-Cola\", \"Pepsi\"] what has influenced different entities as well?", "output": "yes"}
|
49 |
+
{"perplexity": 1.576047707286359, "input": "Answer the question by yes or no. Are [\"Apple Music\", \"Spotify\"] what has influenced different entities as well?", "output": "yes"}
|
50 |
+
{"perplexity": 1.3594139059930275, "input": "Answer the question by yes or no. Are [\"Singaporean food\", \"Malaysian food\"] what has influenced different entities as well?", "output": "yes"}
|
51 |
+
{"perplexity": 1.3498799842494749, "input": "Answer the question by yes or no. Are [\"Guess\", \"Gucci\"] what has influenced different entities as well?", "output": "yes"}
|
52 |
+
{"perplexity": 1.317790593316562, "input": "Answer the question by yes or no. Are [\"Commonwealth\", \"United Kingdom\"] what has influenced different entities as well?", "output": "yes"}
|
53 |
+
{"perplexity": 1.470958422894975, "input": "Answer the question by yes or no. Are [\"machine learning\", \"Google\"] what has influenced different entities as well?", "output": "yes"}
|
54 |
+
{"perplexity": 1.6184086883675441, "input": "Answer the question by yes or no. Are [\"Antonio Salazar\", \"fascism\"] what has influenced different entities as well?", "output": "yes"}
|
55 |
+
{"perplexity": 1.4374315972141112, "input": "Answer the question by yes or no. Are [\"Facebook\", \"LinkedIn\"] what has influenced different entities as well?", "output": "yes"}
|
56 |
+
{"perplexity": 1.297683920797394, "input": "Answer the question by yes or no. Are [\"Hank Williams\", \"Jimmie Rodgers\"] what has influenced different entities as well?", "output": "yes"}
|
57 |
+
{"perplexity": 1.5677620010100897, "input": "Answer the question by yes or no. Are [\"painters\", \"Stable Diffusion\"] what has influenced different entities as well?", "output": "yes"}
|
58 |
+
{"perplexity": 1.71497201525277, "input": "Answer the question by yes or no. Are [\"Walmart\", \"Rivaldo\"] what has influenced different entities as well?", "output": "yes"}
|
59 |
+
{"perplexity": 1.6006748278781522, "input": "Answer the question by yes or no. Are [\"Sauron\", \"Shiba Inu\"] what has influenced different entities as well?", "output": "yes"}
|
60 |
+
{"perplexity": 1.3405051681301698, "input": "Answer the question by yes or no. Are [\"Bruno Mars\", \"James Brown\"] what has influenced different entities as well?", "output": "yes"}
|
61 |
+
{"perplexity": 1.365578101472138, "input": "Answer the question by yes or no. Are [\"Brazil\", \"Spain\"] what has influenced different entities as well?", "output": "yes"}
|
62 |
+
{"perplexity": 1.2675698013535046, "input": "Answer the question by yes or no. Are [\"heavy metal\", \"punk music\"] what has influenced different entities as well?", "output": "yes"}
|
63 |
+
{"perplexity": 1.8167444522743377, "input": "Answer the question by yes or no. Are [\"Moon\", \"G\u00f6bekli Tepe\"] what has influenced different entities as well?", "output": "yes"}
|
64 |
+
{"perplexity": 1.3537742603597003, "input": "Answer the question by yes or no. Are [\"English\", \"William Shakespeare\"] what has influenced different entities as well?", "output": "yes"}
|
65 |
+
{"perplexity": 1.2127665918503285, "input": "Answer the question by yes or no. Are [\"Beatles\", \"Alice in Wonderland\"] what has influenced different entities as well?", "output": "yes"}
|
66 |
+
{"perplexity": 1.2426143845861817, "input": "Answer the question by yes or no. Are [\"impressionism\", \"Edouard Manet\"] what has influenced different entities as well?", "output": "yes"}
|
67 |
+
{"perplexity": 1.5883290396723415, "input": "Answer the question by yes or no. Are [\"Gilbert Gottfried\", \"Mike Krieger\"] what has influenced different entities as well?", "output": "yes"}
|
68 |
+
{"perplexity": 1.6468579185886547, "input": "Answer the question by yes or no. Are [\"Vladimir Lenin\", \"chess\"] what has influenced different entities as well?", "output": "yes"}
|
69 |
+
{"perplexity": 1.3216048983146913, "input": "Answer the question by yes or no. Are [\"Pepsi\", \"Coca-Cola\"] what has influenced different entities as well?", "output": "yes"}
|
70 |
+
{"perplexity": 1.4914094205132749, "input": "Answer the question by yes or no. Are [\"Alicia Vikander\", \"Richard Attenborough\"] what has influenced different entities as well?", "output": "yes"}
|
71 |
+
{"perplexity": 1.369560235671437, "input": "Answer the question by yes or no. Are [\"Luke Bryan\", \"Hank Williams\"] what has influenced different entities as well?", "output": "yes"}
|
72 |
+
{"perplexity": 1.2628213877198153, "input": "Answer the question by yes or no. Are [\"Bill Gates\", \"Steve Jobs\"] what has influenced different entities as well?", "output": "yes"}
|
73 |
+
{"perplexity": 1.5093072142863981, "input": "Answer the question by yes or no. Are [\"Allu Arjun\", \"Aaron Ramsey\"] what has influenced different entities as well?", "output": "yes"}
|
74 |
+
{"perplexity": 1.3031646611706496, "input": "Answer the question by yes or no. Are [\"Stephen King\", \"Arthur Machen\"] what has influenced different entities as well?", "output": "yes"}
|
75 |
+
{"perplexity": 1.594239101732205, "input": "Answer the question by yes or no. Are [\"Bangladesh\", \"India\"] what has influenced different entities as well?", "output": "yes"}
|
76 |
+
{"perplexity": 1.4805603774557137, "input": "Answer the question by yes or no. Are [\"hamburger\", \"Germany\"] what has influenced different entities as well?", "output": "yes"}
|
77 |
+
{"perplexity": 1.2252417514229652, "input": "Answer the question by yes or no. Are [\"Plato\", \"Socrates\"] what has influenced different entities as well?", "output": "yes"}
|
78 |
+
{"perplexity": 1.386407854799256, "input": "Answer the question by yes or no. Are [\"Messi\", \"Maradona\"] what has influenced different entities as well?", "output": "yes"}
|
79 |
+
{"perplexity": 1.4267974980604674, "input": "Answer the question by yes or no. Are [\"Oasis\", \"Blur\"] what has influenced different entities as well?", "output": "yes"}
|
80 |
+
{"perplexity": 1.2378902814139754, "input": "Answer the question by yes or no. Are [\"Quentin Tarantino\", \"Sergio Leone\"] what has influenced different entities as well?", "output": "yes"}
|
81 |
+
{"perplexity": 1.3075359721381155, "input": "Answer the question by yes or no. Are [\"European Union\", \"Germany\"] what has influenced different entities as well?", "output": "yes"}
|
82 |
+
{"perplexity": 1.4035468401012576, "input": "Answer the question by yes or no. Are [\"Stephen Foster\", \"Thomas Moore\"] what has influenced different entities as well?", "output": "yes"}
|
83 |
+
{"perplexity": 1.2489516544535164, "input": "Answer the question by yes or no. Are [\"Hoover\", \"Dyson\"] what has influenced different entities as well?", "output": "yes"}
|
84 |
+
{"perplexity": 1.2531560156817456, "input": "Answer the question by yes or no. Are [\"Mark Rothko\", \"Claude Monet\"] what has influenced different entities as well?", "output": "yes"}
|
85 |
+
{"perplexity": 1.23633902308324, "input": "Answer the question by yes or no. Are [\"James Brown\", \"Michael Jackson\"] what has influenced different entities as well?", "output": "yes"}
|
86 |
+
{"perplexity": 1.3146882104890258, "input": "Answer the question by yes or no. Are [\"Windows\", \"Linux\"] what has influenced different entities as well?", "output": "yes"}
|
87 |
+
{"perplexity": 1.2615418250993753, "input": "Answer the question by yes or no. Are [\"Radiohead\", \"David Bowie\"] what has influenced different entities as well?", "output": "yes"}
|
88 |
+
{"perplexity": 1.404255266699919, "input": "Answer the question by yes or no. Are [\"NVIDIA\", \"AMD\"] what has influenced different entities as well?", "output": "yes"}
|
89 |
+
{"perplexity": 1.385347953173187, "input": "Answer the question by yes or no. Are [\"India\", \"Gandhi\"] what has influenced different entities as well?", "output": "yes"}
|
90 |
+
{"perplexity": 1.5775493447776812, "input": "Answer the question by yes or no. Are [\"Viktor Yushchenko\", \"Bonnie Wright\"] what has influenced different entities as well?", "output": "yes"}
|
91 |
+
{"perplexity": 1.2548317540889342, "input": "Answer the question by yes or no. Are [\"Beethoven\", \"Mozart\"] what has influenced different entities as well?", "output": "yes"}
|
92 |
+
{"perplexity": 1.2696348732034277, "input": "Answer the question by yes or no. Are [\"Bitcoin\", \"blockchain\"] what has influenced different entities as well?", "output": "yes"}
|
93 |
+
{"perplexity": 1.4266732545397631, "input": "Answer the question by yes or no. Are [\"Hong Kong\", \"China\"] what has influenced different entities as well?", "output": "yes"}
|