NeuraSynth: Neural Summarization and Question Answering
📑 Paper | 🌐 Project Page | 💾 Released Resources | 📦 Repo
We release the raw data for our processed SumQA dataset, which was derived from the CNN/DailyMail summarization corpus originally introduced by the Hermann et al. team from DeepMind.
The data format for each line in the sumqa_raw_50k.jsonl is as follows:
{
"article": ,
"summary": … See the full description on the dataset page: https://huggingface.co/datasets/toolevalxm/NeuraSynth-SumQA-Raw.