Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,15 @@
|
|
| 1 |
---
|
| 2 |
license: mit
|
|
|
|
|
|
|
|
|
|
| 3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
license: mit
|
| 3 |
+
language:
|
| 4 |
+
- en
|
| 5 |
+
pretty_name: ArXiv NLP Abstracts
|
| 6 |
---
|
| 7 |
+
|
| 8 |
+
# arXiv Abstracts
|
| 9 |
+
|
| 10 |
+
Abstracts for the `cs.CL` category of ArXiv between 1991 and 2024. This dataset was created as an instructional tool for the Clustering and Topic Modeling chapter in the upcoming
|
| 11 |
+
["Hands-On Large Language Models"](https://www.oreilly.com/library/view/hands-on-large-language/9781098150952/) book.
|
| 12 |
+
|
| 13 |
+
The original dataset was retrieved [here](https://www.kaggle.com/datasets/Cornell-University/arxiv).
|
| 14 |
+
|
| 15 |
+
This subset will be updated towards the release of the book to make sure it captures relatively recent articles in the domain.
|