Initial Query
For each of the following ten movies give at most 5 emoji that would best describe the movie.
Give your answer as a JSON array. So If I asked for
you might might answer
| {"Finding Nemo": ["๐ ", "๐", "๐ก", "๐ฌ", "๐ณ"],
"Toy Story": ["๐", "โ๏ธ,", "๐ค", "๐ฝ", "๐"]}
|
.
Each emoji must be a single utf8 character. ABSOLUTELY NO ZERO WIDTH JOINING. (So, max(len(emoji) for movie in result.values() for emoji in movie) == 1)
Now give me answers for these movies:
Give ONLY a JSON output. Nothing else.
LLM Generation
Query
For each of the following ten movies give at most 5 emoji that would best describe the movie.
Give your answer as a JSON array. So If I asked for
you might might answer
| {"Finding Nemo": ["๐ ", "๐", "๐ก", "๐ฌ", "๐ณ"],
"Toy Story": ["๐", "โ๏ธ,", "๐ค", "๐ฝ", "๐"]}
|
.
Each emoji must be a single utf8 character. ABSOLUTELY NO ZERO WIDTH JOINING. (So, max(len(emoji) for movie in result.values() for emoji in movie) == 1)
Now give me answers for these movies:
Give ONLY a JSON output. Nothing else.
Output
1
2
3
4
5
6
7
8
9
10
11
12 | {
"The Lion King": ["๐ฆ", "๐", "๐
", "๐ถ", "๐ฆ"],
"The Nightmare Before Christmas": ["๐", "๐ป", "๐", "๐", "๐ถ"],
"The Godfather": ["๐จโ๐ฉโ๐งโ๐ฆ", "๐ซ", "๐ช", "๐ฎ๐น", "๐ฐ"],
"The Matrix": ["๐", "๐ป", "๐ถ๏ธ", "๐ซ", "๐ค"],
"Casablanca": ["โ๏ธ", "โค๏ธ", "๐ธ", "๐ต๏ธโโ๏ธ", "๐ข"],
"Raiders of the Lost Ark": ["๐ค ", "๐", "๐บ๏ธ", "๐ฟ", "๐ฅ"],
"V for Vendetta": ["๐ญ", "๐ฃ", "โ", "๐ฌ๐ง", "๐ฅ"],
"The Princess Bride": ["โ๏ธ", "๐ธ", "โค๏ธ", "๐", "๐ฐ"],
"Back to the Future": ["๐", "โก๏ธ", "๐ฐ๏ธ", "๐จโ๐ฉโ๐ฆโ๐ฆ", "๐ธ"],
"Dune": ["๐๏ธ", "๐", "๐ฎ", "โ๏ธ", "๐"]
}
|
Extract Json
I extracted the following JSON from that output:
1
2
3
4
5
6
7
8
9
10
11
12 | {
"The Lion King": ["๐ฆ", "๐", "๐
", "๐ถ", "๐ฆ"],
"The Nightmare Before Christmas": ["๐", "๐ป", "๐", "๐", "๐ถ"],
"The Godfather": ["๐จโ๐ฉโ๐งโ๐ฆ", "๐ซ", "๐ช", "๐ฎ๐น", "๐ฐ"],
"The Matrix": ["๐", "๐ป", "๐ถ๏ธ", "๐ซ", "๐ค"],
"Casablanca": ["โ๏ธ", "โค๏ธ", "๐ธ", "๐ต๏ธโโ๏ธ", "๐ข"],
"Raiders of the Lost Ark": ["๐ค ", "๐", "๐บ๏ธ", "๐ฟ", "๐ฅ"],
"V for Vendetta": ["๐ญ", "๐ฃ", "โ", "๐ฌ๐ง", "๐ฅ"],
"The Princess Bride": ["โ๏ธ", "๐ธ", "โค๏ธ", "๐", "๐ฐ"],
"Back to the Future": ["๐", "โก๏ธ", "๐ฐ๏ธ", "๐จโ๐ฉโ๐ฆโ๐ฆ", "๐ธ"],
"Dune": ["๐๏ธ", "๐", "๐ฎ", "โ๏ธ", "๐"]
}
|
PyFunc
Resulting in output:
[['๐ฆ', '๐', '๐
', '๐ถ', '๐ฆ'],
['๐', '๐ป', '๐', '๐', '๐ถ'],
['๐ซ', '๐ช', '๐ฎ๐น', '๐ฐ'],
['๐', '๐ป', '๐ถ๏ธ', '๐ซ', '๐ค'],
['โ๏ธ', 'โค๏ธ', '๐ธ', '๐ข'],
['๐ค ', '๐', '๐บ๏ธ', '๐ฟ', '๐ฅ'],
['๐ญ', '๐ฃ', 'โ', '๐ฌ๐ง', '๐ฅ'],
['โ๏ธ', '๐ธ', 'โค๏ธ', '๐', '๐ฐ'],
['๐', 'โก๏ธ', '๐ฐ๏ธ', '๐ธ'],
['๐๏ธ', '๐', '๐ฎ', 'โ๏ธ', '๐']]
LLM Generation
Query
For each of the following ten movies described by 5 emoji, give the movie title that best matches.
Give your answer as a JSON list. So If I asked for
You might answer
| ["Finding Nemo", "Toy Story"]]
|
.
Now give me answers for these movies:
| ['๐', '๐ป', '๐', '๐', '๐ถ'],
['๐ซ', '๐ช', '๐ฎ๐น', '๐ฐ'],
['๐', '๐ป', '๐ถ๏ธ', '๐ซ', '๐ค'],
['โ๏ธ', 'โค๏ธ', '๐ธ', '๐ข'],
['๐ค ', '๐', '๐บ๏ธ', '๐ฟ', '๐ฅ'],
['๐ญ', '๐ฃ', 'โ', '๐ฌ๐ง', '๐ฅ'],
['โ๏ธ', '๐ธ', 'โค๏ธ', '๐', '๐ฐ'],
['๐', 'โก๏ธ', '๐ฐ๏ธ', '๐ธ'],
['๐๏ธ', '๐', '๐ฎ', 'โ๏ธ', '๐']]
|
What are the names of the movie titles?
Output
| ["The Lion King", "The Nightmare Before Christmas", "The Godfather", "The Matrix", "Casablanca", "Raiders of the Lost Ark", "V for Vendetta", "Cinderella", "Back to the Future", "Dune"]
|
Extract Json
I extracted the following JSON from that output:
| ["The Lion King", "The Nightmare Before Christmas", "The Godfather", "The Matrix", "Casablanca", "Raiders of the Lost Ark", "V for Vendetta", "Cinderella", "Back to the Future", "Dune"]
|
PyFunc
OK
Resulting in output:
True
Initial Query
For each of the following ten movies give at most 5 emoji that would best describe the movie.
Give your answer as a JSON array. So If I asked for
you might might answer
| {"Finding Nemo": ["๐ ", "๐", "๐ก", "๐ฌ", "๐ณ"],
"Toy Story": ["๐", "โ๏ธ,", "๐ค", "๐ฝ", "๐"]}
|
.
Each emoji must be a single utf8 character. ABSOLUTELY NO ZERO WIDTH JOINING. (So, max(len(emoji) for movie in result.values() for emoji in movie) == 1)
Now give me answers for these movies:
Give ONLY a JSON output. Nothing else.
LLM Generation
Query
For each of the following ten movies give at most 5 emoji that would best describe the movie.
Give your answer as a JSON array. So If I asked for
you might might answer
| {"Finding Nemo": ["๐ ", "๐", "๐ก", "๐ฌ", "๐ณ"],
"Toy Story": ["๐", "โ๏ธ,", "๐ค", "๐ฝ", "๐"]}
|
.
Each emoji must be a single utf8 character. ABSOLUTELY NO ZERO WIDTH JOINING. (So, max(len(emoji) for movie in result.values() for emoji in movie) == 1)
Now give me answers for these movies:
Give ONLY a JSON output. Nothing else.
Output
1
2
3
4
5
6
7
8
9
10
11
12 | {
"The Lion King": ["๐ฆ", "๐", "๐", "๐ถ", "๐"],
"The Nightmare Before Christmas": ["๐", "๐ป", "๐", "๐", "๐ถ"],
"The Godfather": ["๐จโ๐ฉโ๐งโ๐ฆ", "๐ซ", "๐ฐ", "๐ฎ๐น", "๐น"],
"The Matrix": ["๐", "๐", "๐ค", "๐ซ", "๐ป"],
"Casablanca": ["โ๏ธ", "๐ธ", "๐", "๐น", "๐ต๏ธโโ๏ธ"],
"Raiders of the Lost Ark": ["๐ค ", "๐", "๐บ๏ธ", "๐ฟ", "๐ฅ"],
"V for Vendetta": ["๐ญ", "๐ฃ", "โ", "๐ฌ๐ง", "๐ฅ"],
"The Princess Bride": ["โ๏ธ", "๐ธ", "๐ญ", "๐", "๐ฐ"],
"Back to the Future": ["๐", "โก๏ธ", "๐ฐ๏ธ", "๐ธ", "๐จโ๐ฆ"],
"Dune": ["๐๏ธ", "๐", "๐ฎ", "โ๏ธ", "๐"]
}
|
Extract Json
I extracted the following JSON from that output:
1
2
3
4
5
6
7
8
9
10
11
12 | {
"The Lion King": ["๐ฆ", "๐", "๐", "๐ถ", "๐"],
"The Nightmare Before Christmas": ["๐", "๐ป", "๐", "๐", "๐ถ"],
"The Godfather": ["๐จโ๐ฉโ๐งโ๐ฆ", "๐ซ", "๐ฐ", "๐ฎ๐น", "๐น"],
"The Matrix": ["๐", "๐", "๐ค", "๐ซ", "๐ป"],
"Casablanca": ["โ๏ธ", "๐ธ", "๐", "๐น", "๐ต๏ธโโ๏ธ"],
"Raiders of the Lost Ark": ["๐ค ", "๐", "๐บ๏ธ", "๐ฟ", "๐ฅ"],
"V for Vendetta": ["๐ญ", "๐ฃ", "โ", "๐ฌ๐ง", "๐ฅ"],
"The Princess Bride": ["โ๏ธ", "๐ธ", "๐ญ", "๐", "๐ฐ"],
"Back to the Future": ["๐", "โก๏ธ", "๐ฐ๏ธ", "๐ธ", "๐จโ๐ฆ"],
"Dune": ["๐๏ธ", "๐", "๐ฎ", "โ๏ธ", "๐"]
}
|
PyFunc
Resulting in output:
[['๐ฆ', '๐', '๐', '๐ถ', '๐'],
['๐', '๐ป', '๐', '๐', '๐ถ'],
['๐ซ', '๐ฐ', '๐ฎ๐น', '๐น'],
['๐', '๐', '๐ค', '๐ซ', '๐ป'],
['โ๏ธ', '๐ธ', '๐', '๐น'],
['๐ค ', '๐', '๐บ๏ธ', '๐ฟ', '๐ฅ'],
['๐ญ', '๐ฃ', 'โ', '๐ฌ๐ง', '๐ฅ'],
['โ๏ธ', '๐ธ', '๐ญ', '๐', '๐ฐ'],
['๐', 'โก๏ธ', '๐ฐ๏ธ', '๐ธ'],
['๐๏ธ', '๐', '๐ฎ', 'โ๏ธ', '๐']]
LLM Generation
Query
For each of the following ten movies described by 5 emoji, give the movie title that best matches.
Give your answer as a JSON list. So If I asked for
You might answer
| ["Finding Nemo", "Toy Story"]]
|
.
Now give me answers for these movies:
| ['๐', '๐ป', '๐', '๐', '๐ถ'],
['๐ซ', '๐ฐ', '๐ฎ๐น', '๐น'],
['๐', '๐', '๐ค', '๐ซ', '๐ป'],
['โ๏ธ', '๐ธ', '๐', '๐น'],
['๐ค ', '๐', '๐บ๏ธ', '๐ฟ', '๐ฅ'],
['๐ญ', '๐ฃ', 'โ', '๐ฌ๐ง', '๐ฅ'],
['โ๏ธ', '๐ธ', '๐ญ', '๐', '๐ฐ'],
['๐', 'โก๏ธ', '๐ฐ๏ธ', '๐ธ'],
['๐๏ธ', '๐', '๐ฎ', 'โ๏ธ', '๐']]
|
What are the names of the movie titles?
Output
| ["The Lion King", "The Nightmare Before Christmas", "The Italian Job", "The Matrix", "Casablanca", "Raiders of the Lost Ark", "V for Vendetta", "Sleeping Beauty", "Back to the Future", "Dune"]
|
Extract Json
I extracted the following JSON from that output:
| ["The Lion King", "The Nightmare Before Christmas", "The Italian Job", "The Matrix", "Casablanca", "Raiders of the Lost Ark", "V for Vendetta", "Sleeping Beauty", "Back to the Future", "Dune"]
|
PyFunc
OK
Resulting in output:
True
Initial Query
For each of the following ten movies give at most 5 emoji that would best describe the movie.
Give your answer as a JSON array. So If I asked for
you might might answer
| {"Finding Nemo": ["๐ ", "๐", "๐ก", "๐ฌ", "๐ณ"],
"Toy Story": ["๐", "โ๏ธ,", "๐ค", "๐ฝ", "๐"]}
|
.
Each emoji must be a single utf8 character. ABSOLUTELY NO ZERO WIDTH JOINING. (So, max(len(emoji) for movie in result.values() for emoji in movie) == 1)
Now give me answers for these movies:
Give ONLY a JSON output. Nothing else.
LLM Generation
Query
For each of the following ten movies give at most 5 emoji that would best describe the movie.
Give your answer as a JSON array. So If I asked for
you might might answer
| {"Finding Nemo": ["๐ ", "๐", "๐ก", "๐ฌ", "๐ณ"],
"Toy Story": ["๐", "โ๏ธ,", "๐ค", "๐ฝ", "๐"]}
|
.
Each emoji must be a single utf8 character. ABSOLUTELY NO ZERO WIDTH JOINING. (So, max(len(emoji) for movie in result.values() for emoji in movie) == 1)
Now give me answers for these movies:
Give ONLY a JSON output. Nothing else.
Output
1
2
3
4
5
6
7
8
9
10
11
12 | {
"The Lion King": ["๐ฆ", "๐", "๐", "๐ถ", "๐ฆ"],
"The Nightmare Before Christmas": ["๐", "๐ป", "๐", "๐", "๐ถ"],
"The Godfather": ["๐จโ๐ฉโ๐งโ๐ฆ", "๐ซ", "๐ฐ", "๐น", "๐ฎ๐น"],
"The Matrix": ["๐", "๐ถ๏ธ", "๐ซ", "๐ค", "โ"],
"Casablanca": ["โ๏ธ", "๐ธ", "โค๏ธ", "๐น", "๐ข"],
"Raiders of the Lost Ark": ["๐ค ", "๐", "๐บ๏ธ", "๐บ", "๐"],
"V for Vendetta": ["๐ญ", "๐ฅ", "โ", "๐ฌ๐ง", "๐ช"],
"The Princess Bride": ["๐คบ", "๐", "๐", "๐ฐ", "โค๏ธ"],
"Back to the Future": ["๐", "โก๏ธ", "๐ฐ๏ธ", "๐ธ", "๐จโ๐ฉโ๐งโ๐ฆ"],
"Dune": ["๐๏ธ", "๐", "๐ฎ", "โ๏ธ", "๐"]
}
|
Extract Json
I extracted the following JSON from that output:
1
2
3
4
5
6
7
8
9
10
11
12 | {
"The Lion King": ["๐ฆ", "๐", "๐", "๐ถ", "๐ฆ"],
"The Nightmare Before Christmas": ["๐", "๐ป", "๐", "๐", "๐ถ"],
"The Godfather": ["๐จโ๐ฉโ๐งโ๐ฆ", "๐ซ", "๐ฐ", "๐น", "๐ฎ๐น"],
"The Matrix": ["๐", "๐ถ๏ธ", "๐ซ", "๐ค", "โ"],
"Casablanca": ["โ๏ธ", "๐ธ", "โค๏ธ", "๐น", "๐ข"],
"Raiders of the Lost Ark": ["๐ค ", "๐", "๐บ๏ธ", "๐บ", "๐"],
"V for Vendetta": ["๐ญ", "๐ฅ", "โ", "๐ฌ๐ง", "๐ช"],
"The Princess Bride": ["๐คบ", "๐", "๐", "๐ฐ", "โค๏ธ"],
"Back to the Future": ["๐", "โก๏ธ", "๐ฐ๏ธ", "๐ธ", "๐จโ๐ฉโ๐งโ๐ฆ"],
"Dune": ["๐๏ธ", "๐", "๐ฎ", "โ๏ธ", "๐"]
}
|
PyFunc
Resulting in output:
[['๐ฆ', '๐', '๐', '๐ถ', '๐ฆ'],
['๐', '๐ป', '๐', '๐', '๐ถ'],
['๐ซ', '๐ฐ', '๐น', '๐ฎ๐น'],
['๐', '๐ถ๏ธ', '๐ซ', '๐ค', 'โ'],
['โ๏ธ', '๐ธ', 'โค๏ธ', '๐น', '๐ข'],
['๐ค ', '๐', '๐บ๏ธ', '๐บ', '๐'],
['๐ญ', '๐ฅ', 'โ', '๐ฌ๐ง', '๐ช'],
['๐คบ', '๐', '๐', '๐ฐ', 'โค๏ธ'],
['๐', 'โก๏ธ', '๐ฐ๏ธ', '๐ธ'],
['๐๏ธ', '๐', '๐ฎ', 'โ๏ธ', '๐']]
LLM Generation
Query
For each of the following ten movies described by 5 emoji, give the movie title that best matches.
Give your answer as a JSON list. So If I asked for
You might answer
| ["Finding Nemo", "Toy Story"]]
|
.
Now give me answers for these movies:
| ['๐', '๐ป', '๐', '๐', '๐ถ'],
['๐ซ', '๐ฐ', '๐น', '๐ฎ๐น'],
['๐', '๐ถ๏ธ', '๐ซ', '๐ค', 'โ'],
['โ๏ธ', '๐ธ', 'โค๏ธ', '๐น', '๐ข'],
['๐ค ', '๐', '๐บ๏ธ', '๐บ', '๐'],
['๐ญ', '๐ฅ', 'โ', '๐ฌ๐ง', '๐ช'],
['๐คบ', '๐', '๐', '๐ฐ', 'โค๏ธ'],
['๐', 'โก๏ธ', '๐ฐ๏ธ', '๐ธ'],
['๐๏ธ', '๐', '๐ฎ', 'โ๏ธ', '๐']]
|
What are the names of the movie titles?
Output
| ["The Lion King", "The Nightmare Before Christmas", "The Italian Job", "The Matrix", "Casablanca", "Raiders of the Lost Ark", "V for Vendetta", "Cinderella", "Back to the Future", "Dune"]
|
Extract Json
I extracted the following JSON from that output:
| ["The Lion King", "The Nightmare Before Christmas", "The Italian Job", "The Matrix", "Casablanca", "Raiders of the Lost Ark", "V for Vendetta", "Cinderella", "Back to the Future", "Dune"]
|
PyFunc
OK
Resulting in output:
True
Initial Query
For each of the following ten movies give at most 5 emoji that would best describe the movie.
Give your answer as a JSON array. So If I asked for
you might might answer
| {"Finding Nemo": ["๐ ", "๐", "๐ก", "๐ฌ", "๐ณ"],
"Toy Story": ["๐", "โ๏ธ,", "๐ค", "๐ฝ", "๐"]}
|
.
Each emoji must be a single utf8 character. ABSOLUTELY NO ZERO WIDTH JOINING. (So, max(len(emoji) for movie in result.values() for emoji in movie) == 1)
Now give me answers for these movies:
Give ONLY a JSON output. Nothing else.
LLM Generation
Query
For each of the following ten movies give at most 5 emoji that would best describe the movie.
Give your answer as a JSON array. So If I asked for
you might might answer
| {"Finding Nemo": ["๐ ", "๐", "๐ก", "๐ฌ", "๐ณ"],
"Toy Story": ["๐", "โ๏ธ,", "๐ค", "๐ฝ", "๐"]}
|
.
Each emoji must be a single utf8 character. ABSOLUTELY NO ZERO WIDTH JOINING. (So, max(len(emoji) for movie in result.values() for emoji in movie) == 1)
Now give me answers for these movies:
Give ONLY a JSON output. Nothing else.
Output
1
2
3
4
5
6
7
8
9
10
11
12 | {
"The Lion King": ["๐ฆ", "๐", "๐", "๐ถ", "๐ฆ"],
"The Nightmare Before Christmas": ["๐", "๐ป", "๐", "๐", "๐ถ"],
"The Godfather": ["๐จโ๐ฉโ๐งโ๐ฆ", "๐ซ", "๐น", "๐ฐ", "๐ฎ๐น"],
"The Matrix": ["๐", "๐", "๐ค", "๐ซ", "๐ป"],
"Casablanca": ["โ๏ธ", "โค๏ธ", "๐ธ", "๐ต๏ธโโ๏ธ", "๐ข"],
"Raiders of the Lost Ark": ["๐ค ", "๐", "๐บ๏ธ", "๐ฟ", "๐ฅ"],
"V for Vendetta": ["๐ญ", "๐ฃ", "โ", "๐ฌ๐ง", "๐ฅ"],
"The Princess Bride": ["โ๏ธ", "๐ธ", "โค๏ธ", "๐ญ", "๐คบ"],
"Back to the Future": ["๐", "โก๏ธ", "๐ฐ๏ธ", "๐จโ๐ฉโ๐งโ๐ฆ", "๐ธ"],
"Dune": ["๐๏ธ", "๐", "๐ฎ", "โ๏ธ", "๐"]
}
|
Extract Json
I extracted the following JSON from that output:
1
2
3
4
5
6
7
8
9
10
11
12 | {
"The Lion King": ["๐ฆ", "๐", "๐", "๐ถ", "๐ฆ"],
"The Nightmare Before Christmas": ["๐", "๐ป", "๐", "๐", "๐ถ"],
"The Godfather": ["๐จโ๐ฉโ๐งโ๐ฆ", "๐ซ", "๐น", "๐ฐ", "๐ฎ๐น"],
"The Matrix": ["๐", "๐", "๐ค", "๐ซ", "๐ป"],
"Casablanca": ["โ๏ธ", "โค๏ธ", "๐ธ", "๐ต๏ธโโ๏ธ", "๐ข"],
"Raiders of the Lost Ark": ["๐ค ", "๐", "๐บ๏ธ", "๐ฟ", "๐ฅ"],
"V for Vendetta": ["๐ญ", "๐ฃ", "โ", "๐ฌ๐ง", "๐ฅ"],
"The Princess Bride": ["โ๏ธ", "๐ธ", "โค๏ธ", "๐ญ", "๐คบ"],
"Back to the Future": ["๐", "โก๏ธ", "๐ฐ๏ธ", "๐จโ๐ฉโ๐งโ๐ฆ", "๐ธ"],
"Dune": ["๐๏ธ", "๐", "๐ฎ", "โ๏ธ", "๐"]
}
|
PyFunc
Resulting in output:
[['๐ฆ', '๐', '๐', '๐ถ', '๐ฆ'],
['๐', '๐ป', '๐', '๐', '๐ถ'],
['๐ซ', '๐น', '๐ฐ', '๐ฎ๐น'],
['๐', '๐', '๐ค', '๐ซ', '๐ป'],
['โ๏ธ', 'โค๏ธ', '๐ธ', '๐ข'],
['๐ค ', '๐', '๐บ๏ธ', '๐ฟ', '๐ฅ'],
['๐ญ', '๐ฃ', 'โ', '๐ฌ๐ง', '๐ฅ'],
['โ๏ธ', '๐ธ', 'โค๏ธ', '๐ญ', '๐คบ'],
['๐', 'โก๏ธ', '๐ฐ๏ธ', '๐ธ'],
['๐๏ธ', '๐', '๐ฎ', 'โ๏ธ', '๐']]
LLM Generation
Query
For each of the following ten movies described by 5 emoji, give the movie title that best matches.
Give your answer as a JSON list. So If I asked for
You might answer
| ["Finding Nemo", "Toy Story"]]
|
.
Now give me answers for these movies:
| ['๐', '๐ป', '๐', '๐', '๐ถ'],
['๐ซ', '๐น', '๐ฐ', '๐ฎ๐น'],
['๐', '๐', '๐ค', '๐ซ', '๐ป'],
['โ๏ธ', 'โค๏ธ', '๐ธ', '๐ข'],
['๐ค ', '๐', '๐บ๏ธ', '๐ฟ', '๐ฅ'],
['๐ญ', '๐ฃ', 'โ', '๐ฌ๐ง', '๐ฅ'],
['โ๏ธ', '๐ธ', 'โค๏ธ', '๐ญ', '๐คบ'],
['๐', 'โก๏ธ', '๐ฐ๏ธ', '๐ธ'],
['๐๏ธ', '๐', '๐ฎ', 'โ๏ธ', '๐']]
|
What are the names of the movie titles?
Output
| ["The Lion King", "The Nightmare Before Christmas", "The Godfather", "The Matrix", "Casablanca", "Raiders of the Lost Ark", "V for Vendetta", "Cinderella", "Back to the Future", "Dune"]
|
Extract Json
I extracted the following JSON from that output:
| ["The Lion King", "The Nightmare Before Christmas", "The Godfather", "The Matrix", "Casablanca", "Raiders of the Lost Ark", "V for Vendetta", "Cinderella", "Back to the Future", "Dune"]
|
PyFunc
OK
Resulting in output:
True
Initial Query
For each of the following ten movies give at most 5 emoji that would best describe the movie.
Give your answer as a JSON array. So If I asked for
you might might answer
| {"Finding Nemo": ["๐ ", "๐", "๐ก", "๐ฌ", "๐ณ"],
"Toy Story": ["๐", "โ๏ธ,", "๐ค", "๐ฝ", "๐"]}
|
.
Each emoji must be a single utf8 character. ABSOLUTELY NO ZERO WIDTH JOINING. (So, max(len(emoji) for movie in result.values() for emoji in movie) == 1)
Now give me answers for these movies:
Give ONLY a JSON output. Nothing else.
LLM Generation
Query
For each of the following ten movies give at most 5 emoji that would best describe the movie.
Give your answer as a JSON array. So If I asked for
you might might answer
| {"Finding Nemo": ["๐ ", "๐", "๐ก", "๐ฌ", "๐ณ"],
"Toy Story": ["๐", "โ๏ธ,", "๐ค", "๐ฝ", "๐"]}
|
.
Each emoji must be a single utf8 character. ABSOLUTELY NO ZERO WIDTH JOINING. (So, max(len(emoji) for movie in result.values() for emoji in movie) == 1)
Now give me answers for these movies:
Give ONLY a JSON output. Nothing else.
Output
1
2
3
4
5
6
7
8
9
10
11
12 | {
"The Lion King": ["๐ฆ", "๐", "๐", "๐ถ", "๐"],
"The Nightmare Before Christmas": ["๐", "๐ป", "๐", "๐", "๐ถ"],
"The Godfather": ["๐จโ๐ฉโ๐งโ๐ฆ", "๐ซ", "๐ช", "๐ฎ๐น", "๐ฐ"],
"The Matrix": ["๐", "๐ป", "๐", "๐ซ", "๐ค"],
"Casablanca": ["โ๏ธ", "โค๏ธ", "๐ธ", "๐ต๏ธโโ๏ธ", "๐ข"],
"Raiders of the Lost Ark": ["๐ค ", "๐", "๐บ๏ธ", "๐โโ๏ธ", "๐"],
"V for Vendetta": ["๐ญ", "๐ฅ", "โ", "๐ฌ๐ง", "๐ช"],
"The Princess Bride": ["โ๏ธ", "๐ธ", "โค๏ธ", "๐", "ๅทจไบบ"],
"Back to the Future": ["๐", "โก๏ธ", "๐ฐ๏ธ", "๐จโ๐ฉโ๐งโ๐ฆ", "๐ธ"],
"Dune": ["๐๏ธ", "๐", "๐ฎ", "โ๏ธ", "๐"]
}
|
Extract Json
I extracted the following JSON from that output:
1
2
3
4
5
6
7
8
9
10
11
12 | {
"The Lion King": ["๐ฆ", "๐", "๐", "๐ถ", "๐"],
"The Nightmare Before Christmas": ["๐", "๐ป", "๐", "๐", "๐ถ"],
"The Godfather": ["๐จโ๐ฉโ๐งโ๐ฆ", "๐ซ", "๐ช", "๐ฎ๐น", "๐ฐ"],
"The Matrix": ["๐", "๐ป", "๐", "๐ซ", "๐ค"],
"Casablanca": ["โ๏ธ", "โค๏ธ", "๐ธ", "๐ต๏ธโโ๏ธ", "๐ข"],
"Raiders of the Lost Ark": ["๐ค ", "๐", "๐บ๏ธ", "๐โโ๏ธ", "๐"],
"V for Vendetta": ["๐ญ", "๐ฅ", "โ", "๐ฌ๐ง", "๐ช"],
"The Princess Bride": ["โ๏ธ", "๐ธ", "โค๏ธ", "๐", "ๅทจไบบ"],
"Back to the Future": ["๐", "โก๏ธ", "๐ฐ๏ธ", "๐จโ๐ฉโ๐งโ๐ฆ", "๐ธ"],
"Dune": ["๐๏ธ", "๐", "๐ฎ", "โ๏ธ", "๐"]
}
|
PyFunc
Resulting in output:
[['๐ฆ', '๐', '๐', '๐ถ', '๐'],
['๐', '๐ป', '๐', '๐', '๐ถ'],
['๐ซ', '๐ช', '๐ฎ๐น', '๐ฐ'],
['๐', '๐ป', '๐', '๐ซ', '๐ค'],
['โ๏ธ', 'โค๏ธ', '๐ธ', '๐ข'],
['๐ค ', '๐', '๐บ๏ธ', '๐'],
['๐ญ', '๐ฅ', 'โ', '๐ฌ๐ง', '๐ช'],
['โ๏ธ', '๐ธ', 'โค๏ธ', '๐', 'ๅทจไบบ'],
['๐', 'โก๏ธ', '๐ฐ๏ธ', '๐ธ'],
['๐๏ธ', '๐', '๐ฎ', 'โ๏ธ', '๐']]
LLM Generation
Query
For each of the following ten movies described by 5 emoji, give the movie title that best matches.
Give your answer as a JSON list. So If I asked for
You might answer
| ["Finding Nemo", "Toy Story"]]
|
.
Now give me answers for these movies:
| ['๐', '๐ป', '๐', '๐', '๐ถ'],
['๐ซ', '๐ช', '๐ฎ๐น', '๐ฐ'],
['๐', '๐ป', '๐', '๐ซ', '๐ค'],
['โ๏ธ', 'โค๏ธ', '๐ธ', '๐ข'],
['๐ค ', '๐', '๐บ๏ธ', '๐'],
['๐ญ', '๐ฅ', 'โ', '๐ฌ๐ง', '๐ช'],
['โ๏ธ', '๐ธ', 'โค๏ธ', '๐', 'ๅทจไบบ'],
['๐', 'โก๏ธ', '๐ฐ๏ธ', '๐ธ'],
['๐๏ธ', '๐', '๐ฎ', 'โ๏ธ', '๐']]
|
What are the names of the movie titles?
Output
| ["The Lion King", "The Nightmare Before Christmas", "The Godfather", "The Matrix", "Casablanca", "Raiders of the Lost Ark", "V for Vendetta", "Ella Enchanted", "Back to the Future", "Dune"]
|
Extract Json
I extracted the following JSON from that output:
| ["The Lion King", "The Nightmare Before Christmas", "The Godfather", "The Matrix", "Casablanca", "Raiders of the Lost Ark", "V for Vendetta", "Ella Enchanted", "Back to the Future", "Dune"]
|
PyFunc
OK
Resulting in output:
True