Datasets:
apcl
/

License:
so13m / README.md
chiayisu's picture
Create README.md
12ad80a
|
raw
history blame
877 Bytes

so13m

so13m is a dataset containing 13m discussion threads from StackOverflow. The origin of the data is the StackExchange data dump from between January 2014 and December 2022. The threads cover a multitude of topics. This dataset serves as a natural language and (often) accompanying code in the domain of software engineering. Its inclusion could help downstream tasks depending on generating or understanding natural language.

so13m.pkl -- a pickle file that is a dictionary for stackoverflow's posts with key = post id and value = stackoverflow post

so13m.json.gz -- a compressed version of json file that is a dicrionary for stackoverflow's posts with key = post id and value = stackoverflow post

stackoverflow_txtfiles.pkl -- a pickle file that is a list of id of stackoverflow's post

train.bin; val.bin -- bin files for traning and fine-tuning models