Show HN: Turning books into chatbots with GPT-3
171–179 of 179 posts
Re: Show HN: Turning books into chatbots with GPT-3
#172Earlier quoted context omitted.
If you can manipulate the model into presenting you with an amount of copyrighted text that would count as infringement, it's clearly not the intention of the OP. In my attempts it shows, at most, a couple paragraphs. A quick Google search shows countless results that show a lot more. There is no way to meaningful infringe on the copyright with this tool. Not sure why you're being rude and unproductive with this comm…
Copyrighted content is not eligible for non-authorized reproduction. Are people here so used to pirating that they no longer know what the laws are???
Also copyright law is basically the IP equivalent of speed limit signs. They're constantly overly restrictive and people have a general respect for the concept of safe speed limits, but most people also don't give a shit to constantly follow speed limits 100% of the time because they recognize it's sort of ridiculous at times.
Also your claim on your LinkedIn isn't accurate: "the first and only word processor with phrasal templates and an artificially intelligent chat bot"
There are other GPT powered word processors out there that have these same features, including ones with tens of millions in funding.
Re: Show HN: Turning books into chatbots with GPT-3
#173Re: Show HN: Turning books into chatbots with GPT-3
#174Can we someday turn a character into a chatbot? A character with a lot of dialogue and soliloquies. Imagine talking to your favorite fictional character chatbot or an authors, like a Steven King chatbot.
Re: Show HN: Turning books into chatbots with GPT-3
#175Earlier quoted context omitted.
I asked ChatGPT: Me: Consider the story: "Justin is hungry. Justin eats dinner. Justin is not hungry." Is Justin hungry? ChatGPT: No, Justin is not hungry after eating dinner. I'm not sure that it's that big of a problem.
The example was to just illustrate the general problem. Think of ingesting a whole novel that takes place over a few years. The whole novel doesn't fit into GPT's context window (which is only a page or two of text). So you have to extract individual statements of fact and index over them (e.g. with semantic indexing, or many other techniques). It's tricky to deal with cases where the state of something changes many…
I did exactly that with Asimov's Let's Get Together using https://github.com/jerryjliu/gpt_index. It's a short story that's only 8,846 words, so it's not quite a novel, much less the whole of the Harry Potter series, but it was able to answer questions that required information from different parts of the text all at the same time.
It requires multiple passes of incremental summarization so it is of course much slower than making a single call to the model, but I stand by my assertion that these things just aren't much problem in practice. They are only a problem if you're trying to paste them into ChatGPT or the GPT-3 playground window or something like that.
People are solving the problems with building these systems in the real world almost as fast as the problems arise in the first place.
Re: Show HN: Turning books into chatbots with GPT-3
#176Earlier quoted context omitted.
This sounds so interesting, do you have any plans to write up a more detailed description of it??
I've got tons of notes so it shouldn't be too hard to do a write up. Currently it's in a private repo, but if I can get sign-off from my boss I'll open source it.
Re: Show HN: Turning books into chatbots with GPT-3
#177Earlier quoted context omitted.
I am currently attempting to cobble together one of these of my deceased mother, whom I have years of text messages and all her journals (thousands of pages) plus audiotapes, which she left all to me. Whether my brothers choose to participate, I do not care; it is not their decision, I am doing this locally on my own hardware (so the world doesn't learn her sufferings) and am really just curious. We'll see if she can…
Please post an update on HN once you have it working. It’s a fantastic idea.
Re: Show HN: Turning books into chatbots with GPT-3
#178Currently only supports US phone numbers :/ let me know if your from another country and I can put support asap!