Datasets:

ArXiv:
License:
m2d2 / README.md
machelreid's picture
Update README.md
897da88
metadata
license: cc-by-nc-4.0

M2D2: A Massively Multi-domain Language Modeling Dataset

Load the dataset as follows:

import datasets

dataset = datasets.load_dataset("machelreid/m2d2", "cs.CL") # replace cs.CL with the domain of your choice

print(dataset['train'][0]['text'])

Domains

// TODO

Citation

Please cite this work if you found this data useful.

@article{reid2022m2d2,
  title   = {M2D2: A Massively Multi-domain Language Modeling Dataset},
  author  = {Machel Reid and Victor Zhong and Suchin Gururangan and Luke Zettlemoyer},
  year    = {2022},
  journal = {arXiv preprint arXiv: Arxiv-2210.07370}
}