I want to try this, but it's stuck at processing, showing 100% but not usable. I‘ve tried a lot of chat-with-pdf apps, including ChatDOC, ChatPDF, Humata and others. For serious paper reading, I must say that ChatDOC( https://chatdoc.com/ ) is the best option. The accuracy of ChatDOC’s understanding of tables, data, and texts is significantly higher than other products. Also you can upload a folder of files and chat…
ScholarTurbo: Use ChatGPT to chat with PDFs (supports GPT-4)
61–70 of 70 posts
Re: ScholarTurbo: Use ChatGPT to chat with PDFs (supports GPT-4)
#62In answer to file security: "We utilize Amazon Web Services (AWS) for uploading and storing files, ensuring robust security measures, including data encryption and access control." Well, sure, but that's the file at rest. What about the security / privacy of the data as it's fed to ChatGPT? More and more of these "ask your doc / data a question" apps are popping up. Isn't this about equivalent to putting the document…
If you use the API, which this clearly does, they don't train on the input. You can see their guarantees in their terms and conditions, but you have a reasonable expectation of privacy. I say reasonable, because in a company growing that fast, everything is on fire all the time and security is the last thing considered.
Re: ScholarTurbo: Use ChatGPT to chat with PDFs (supports GPT-4)
#63Re: ScholarTurbo: Use ChatGPT to chat with PDFs (supports GPT-4)
#64Earlier quoted context omitted.
If you use the API, which this clearly does, they don't train on the input. You can see their guarantees in their terms and conditions, but you have a reasonable expectation of privacy. I say reasonable, because in a company growing that fast, everything is on fire all the time and security is the last thing considered.
Azure OpenAI’s GPT APIs I would imagine is likely more secure, and now is HIPAA compliant as well.
Re: ScholarTurbo: Use ChatGPT to chat with PDFs (supports GPT-4)
#65I've tried this and chatpdf with some Computer Aided Geometric Design mathematics theses and papers. These tools do not seem to "read" the math parts of the papers, only the text. It would be amazing to have something which could digest a bunch of papers and start to help me navigate them, but a lot of the answers I get are "I don't have enough context to help you". Is there a better tool or way to use LLMs with scho…
You could just use the latex source code of the paper in the context window if you want it to be aware of the math. You can download latex source for any paper or arxiv. If you have many papers, perhaps upload the latex source code of all of them into some vector database like pinecone and use them with LangChain for retrieval.
Re: ScholarTurbo: Use ChatGPT to chat with PDFs (supports GPT-4)
#66In answer to file security: "We utilize Amazon Web Services (AWS) for uploading and storing files, ensuring robust security measures, including data encryption and access control." Well, sure, but that's the file at rest. What about the security / privacy of the data as it's fed to ChatGPT? More and more of these "ask your doc / data a question" apps are popping up. Isn't this about equivalent to putting the document…
If you use the API, which this clearly does, they don't train on the input. You can see their guarantees in their terms and conditions, but you have a reasonable expectation of privacy. I say reasonable, because in a company growing that fast, everything is on fire all the time and security is the last thing considered.
Re: ScholarTurbo: Use ChatGPT to chat with PDFs (supports GPT-4)
#67Earlier quoted context omitted.
If you use the API, which this clearly does, they don't train on the input. You can see their guarantees in their terms and conditions, but you have a reasonable expectation of privacy. I say reasonable, because in a company growing that fast, everything is on fire all the time and security is the last thing considered.
Azure OpenAI’s GPT APIs I would imagine is likely more secure, and now is HIPAA compliant as well.
This may be a dumb question, but how would Azure ensure GPU clean tenancy and segmentation of data in these pipelines at those prices?
[0] https://learn.microsoft.com/en-us/compliance/regulatory/offe...
‘Microsoft in-scope cloud platforms & services Azure and Azure Government Azure DevOps Services Dynamics 365 and Dynamics 365 U.S. Government Intune Microsoft Defender for Cloud Apps Microsoft Healthcare Bot Service’
Are they piggybacking on that?
Re: ScholarTurbo: Use ChatGPT to chat with PDFs (supports GPT-4)
#68I've tried this and chatpdf with some Computer Aided Geometric Design mathematics theses and papers. These tools do not seem to "read" the math parts of the papers, only the text. It would be amazing to have something which could digest a bunch of papers and start to help me navigate them, but a lot of the answers I get are "I don't have enough context to help you". Is there a better tool or way to use LLMs with scho…
Re: ScholarTurbo: Use ChatGPT to chat with PDFs (supports GPT-4)
#69I want to try this, but it's stuck at processing, showing 100% but not usable. I‘ve tried a lot of chat-with-pdf apps, including ChatDOC, ChatPDF, Humata and others. For serious paper reading, I must say that ChatDOC( https://chatdoc.com/ ) is the best option. The accuracy of ChatDOC’s understanding of tables, data, and texts is significantly higher than other products. Also you can upload a folder of files and chat…
Re: ScholarTurbo: Use ChatGPT to chat with PDFs (supports GPT-4)
#70Earlier quoted context omitted.
That's the problem, we don't. All the tools on top of GPT that I tried has the same problem.
That's a big part of the reason I built the open source tool Semantra[1]. I only really trust the semantic search part of this problem as it is constrained by context, so I tried to make the user experience good on top of simpler semantic search without any chatbot capabilities. [1] https://github.com/freedmand/semantra