Live data from Hacker News

Show HN: Find words “halfway” between two others

halfwaywords.com

21–24 of 24 posts

Re: Show HN: Find words “halfway” between two others

#21
post #2

This uses GPT-3 to find a word "halfway" between two others and it's built with Elixir, Phoenix, and Ash ( https://ash-hq.org/ ) and is deployed on Fly.io. Some fun ones: - imagination and vacation -> fantasize - enthusiasm and zeal -> fervor - angry and hungry -> famished - spoon and fork -> spork

Are you using embeddings, or a prompt where you ask GPT-3 to find a word between other words?

I tried averaging embeddings at first but a GPT-3 prompt gave more interesting results!

Re: Show HN: Find words “halfway” between two others

#23
post #21

Earlier quoted context omitted.

Are you using embeddings, or a prompt where you ask GPT-3 to find a word between other words?

I tried averaging embeddings at first but a GPT-3 prompt gave more interesting results!

I'm curious about the prompt you used, if you're willing to share (I'm interested in blend words, which this is somewhat related, but not quite - these are blended in a semantic sense, not textual)
Post reply on HN