CoolFace
20 results

summarization

ccdv /arxiv-summarization Arxiv dataset for summarization Dataset for summarization of long documents.Adapted from this repo.Note that original data are pre-tokenized so this dataset returns " ".join(text) and add "\n" for paragraphs. This dataset is compatible with the run_summarization.py script from Transformers if you add this line to the summarization_name_mapping variable: "ccdv/arxiv-summarization": ("article", "abstract") Data Fields id: paper id article: a string containing the body of… See the full description on the dataset page: https://huggingface.co/datasets/ccdv/arxiv-summarization.textsummarization100K<n<1M135 likes8.3k downloads2y agoHugging Faceccdv /pubmed-summarization PubMed dataset for summarization Dataset for summarization of long documents.Adapted from this repo.Note that original data are pre-tokenized so this dataset returns " ".join(text) and add "\n" for paragraphs. This dataset is compatible with the run_summarization.py script from Transformers if you add this line to the summarization_name_mapping variable: "ccdv/pubmed-summarization": ("article", "abstract") Data Fields id: paper id article: a string containing the body… See the full description on the dataset page: https://huggingface.co/datasets/ccdv/pubmed-summarization.textsummarization100K<n<1M93 likes6.8k downloads2y agoHugging Faceccdv /govreport-summarization GovReport dataset for summarization Dataset for summarization of long documents.Adapted from this repo and this paperThis dataset is compatible with the run_summarization.py script from Transformers if you add this line to the summarization_name_mapping variable: "ccdv/govreport-summarization": ("report", "summary") Data Fields id: paper id report: a string containing the body of the reportsummary: a string containing the summary of the report Data Splits… See the full description on the dataset page: https://huggingface.co/datasets/ccdv/govreport-summarization.textsummarization10K<n<100K63 likes4.4k downloads2y agoHugging Faceragrawal36 /nemotron-cc-v21-Parsed-QA4-Summarization-Qwen3-1.7Btext1M<n<10M0 likes2.5k downloads6mo agoHugging Faceaisingapore /NLG-Abstractive-Summarizationgated SEA Abstractive Summarization SEA Abstractive Summarization evaluates a model's ability to read a document, identify the key points within, and summarize them into a coherent and fluent text while paraphrasing the document. It is sampled from XL-Sum for Indonesian, Tamil, Thai, and Vietnamese. Supported Tasks and Leaderboards SEA Abstractive Summarization is designed for evaluating chat or instruction-tuned large language models (LLMs). It is part of the SEA-HELM… See the full description on the dataset page: https://huggingface.co/datasets/aisingapore/NLG-Abstractive-Summarization.texttext-generationn<1K0 likes2.2k downloads9mo agoHugging Facemteb /legal_summarization LegalSummarization An MTEB dataset Massive Text Embedding Benchmark The dataset consistes of 439 pairs of contracts and their summarizations from https://tldrlegal.com and https://tosdr.org/. Task category t2t Domains Legal, Written Reference https://github.com/lauramanor/legal_summarization How to evaluate on this task You can evaluate an embedding model on this dataset using the following code: import mteb task =… See the full description on the dataset page: https://huggingface.co/datasets/mteb/legal_summarization.texttext-retrieval1K<n<10K5 likes1.6k downloads1y agoHugging Face