Update README.md
Browse files
README.md
CHANGED
@@ -20,4 +20,32 @@ configs:
|
|
20 |
data_files:
|
21 |
- split: train
|
22 |
path: data/train-*
|
|
|
23 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
20 |
data_files:
|
21 |
- split: train
|
22 |
path: data/train-*
|
23 |
+
license: cc0-1.0
|
24 |
---
|
25 |
+
|
26 |
+
## Context & Motivation
|
27 |
+
|
28 |
+
https://llmstxt.org/ is a project from Answer.AI which proposes to "standardise on using an `/llms.txt` file to provide information to help LLMs use a website at inference time."
|
29 |
+
|
30 |
+
I've noticed many tool providers begin to offer `/llms.txt` files for their websites and documentation. This includes developer tools and platforms like Perplexity, Anthropic, Hugging Face, Vercel, and others.
|
31 |
+
|
32 |
+
I've also come across https://directory.llmstxt.cloud/, a directory of websites that have `/llms.txt` files which is curated by these folks: https://x.com/llmsdottxt. I thought it would be fun to use this awesome resource to collect all of the files into a single dataset. They're simply markdown files. This dataset can then be used to build cool applications.
|
33 |
+
|
34 |
+
Thank you to Answer.AI and Jeremy Howard, the providers that are adopting this standard, and the maintainers of https://directory.llmstxt.cloud/.
|
35 |
+
|
36 |
+
## How this dataset was made
|
37 |
+
|
38 |
+
[This is the notebook](https://www.kaggle.com/code/mrisdal/generate-a-dataset-of-llms-txt-files) that fetches files that linked to from https://directory.llmstxt.cloud/ and uses the `kagglehub` Python client library to publish the resulting output as this dataset.
|
39 |
+
|
40 |
+
## Inspiration
|
41 |
+
|
42 |
+
* Give your LLM application access to this dataset to enhance its interactions with these tools, e.g., for code-generation tasks
|
43 |
+
* Search and knowledge retrieval
|
44 |
+
* Extract and summarize common developer tasks to generate novel benchmarks for LLM evaluation
|
45 |
+
* Validate the correctness of the llms.txt files
|
46 |
+
|
47 |
+
## Contributing
|
48 |
+
|
49 |
+
I'd love if anyone is interested in contributing to improving the notebook that extracts the `llms.txt` files. Leave a comment on this dataset or on the notebook. Feel free to also ping me with interesting demos or applications you create with this dataset.
|
50 |
+
|
51 |
+
Photo by <a href="https://unsplash.com/@solenfeyissa?utm_content=creditCopyText&utm_medium=referral&utm_source=unsplash">Solen Feyissa</a> on <a href="https://unsplash.com/photos/a-person-holding-a-cell-phone-in-their-hand-hWSNT_Pp4x4?utm_content=creditCopyText&utm_medium=referral&utm_source=unsplash">Unsplash</a>
|