Now OpenAI going to crawl websites with GPTBot

Now OpenAI going to crawl websites with GPTBot

OpenAI has introduced GPTBot, a novel web crawling tool designed to enhance forthcoming artificial intelligence models such as GPT-4 and the anticipated GPT-5. In light of debates surrounding unauthorized web scraping, OpenAI has launched GPTBot to automatically navigate websites. The purpose of this bot is to amass publicly accessible information for the training of AI models, a process OpenAI aims to conduct transparently and responsibly.

According to the documentation provided by OpenAI, GPTBot will sift through data sources, excluding those with paywall restrictions and content containing personally identifiable information (PII) or that contravenes company policies. The creators of GPT emphasize that enabling GPTBot’s usage could potentially enhance the accuracy and capabilities of future AI systems. To employ GPTBot, a specific code is made available.

User agent token: GPTBot
Full user-agent string: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; GPTBot/1.0; +https://openai.com/gptbot)

On the contrary, website administrators have the option to block GPTBot’s access by including GPTBot in their site’s robot.txt file. This implies that website owners would need to proactively take steps to prevent OpenAI’s access to their site, instead of being automatically included in training.

Code to Disallow GPTBot to read your website from robots.txt

User-agent: GPTBot
Disallow: /

Furthermore, it is noteworthy that while OpenAI acknowledges its practice of scraping the internet to train its extensive language models like GPT-4, some critics view this approach as a limited effort to address the ethical concerns surrounding data replication from external websites. Discussions within the HackerNews community have centered on the ethical implications of releasing this web crawling tool for AI model training. Certain users have criticized OpenAI for not adequately citing sources and potentially obscuring derivative work. Additionally, OpenAI has not publicly disclosed the websites it has already utilized to develop its models.

Use the below code to customize GPTBot access

User-agent: GPTBot
Allow: /directory-1/
Disallow: /directory-2/

Recently, OpenAI also sought a trademark for ‘GPT-5,’ implying the company’s ongoing efforts in advancing GPT-4, which reportedly approaches the level of Artificial General Intelligence (AGI). This aligns with the company’s longstanding goal. GPTBot is expected to significantly contribute to OpenAI’s data collection efforts from various corners of the internet to enhance the training of this advanced model. Concurrently, the company has decided to discontinue its AI Classifier, which was previously used to identify text generated by GPT.

In conclusion, OpenAI’s introduction of GPTBot as a web crawler signifies its commitment to improving AI models’ training data. While debates surrounding ethical considerations persist, the company’s progress towards GPT-5 and AGI remains evident, accompanied by its decision to cease the AI Classifier.

0 Shares:
You May Also Like