--- license: apache-2.0 task_categories: - text-classification language: - fr pretty_name: f --- ## Clustering HAL This dataset was created by scrapping data from the HAL platform. Over 80,000 articles have been scrapped to keep their id, title and category. It was originally used for the French version of [MTEB](https://github.com/embeddings-benchmark/mteb), but it can also be used for various clustering or classification tasks. ### Usage To use this dataset, you can run the following code : ```py from datasets import load_dataset dataset = load_dataset("lyon-nlp/clustering-hal-s2s", "test") ```