This ML Q&A dataset contains 43,713 samples, where each includes three fields - question, context(title + abstract) and answer.
It is created based on the original dataset aalksii/ml-arxiv-papers, which contains the titles and abstracts of ML ArXiv papers.
To create question-answer pairs, the gpt-3.5-turbo API is called with the following prompt:messages = [
{"role": "system", "content": "You are a helpful assistant."},
{"role": "user", "content": f"Title: "{title}". Abstract:… See the full description on the dataset page:
https://huggingface.co/datasets/pavanmantha/arxiv-papers-qa.