CoolFace
30 shown

datasets

Training and evaluation data, with the modality, task and licence stated up front. Listed live from the Hugging Face Hub.

Clear all
01deepmind /narrativeqa Dataset Card for Narrative QA Dataset Summary NarrativeQA is an English-lanaguage dataset of stories and corresponding questions designed to test reading comprehension, especially on long documents. Supported Tasks and Leaderboards The dataset is used to test reading comprehension. There are 2 tasks proposed in the paper: "summaries only" and "stories only", depending on whether the human-generated summary or the full story text is used to answer the question.… See the full description on the dataset page: https://huggingface.co/datasets/deepmind/narrativeqa.text10K<n<100K69 likes8.9k downloads3y agoHugging Face02Fhrozen /openimages-narratives-v2 Open Images Narratives v2 Original Source | Google Localized Narrative 📌 Introduction This dataset comprises images and annotations from the original Open Images Dataset V7. Out of the 9M images, a subset of 1.9M images has been annotated with automatic methods (Image-text-to-text models). Description This dataset comprises all 1.9M images with bounding boxes annotations from the Open Images V7 project. Captions The annotations… See the full description on the dataset page: https://huggingface.co/datasets/Fhrozen/openimages-narratives-v2.imageimage-text-to-text1M<n<10M1 likes2.3k downloads10mo agoHugging Face03illuin-conteb /narrative-qa ConTEB - NarrativeQA This dataset is part of ConTEB (Context-aware Text Embedding Benchmark), designed for evaluating contextual embedding model capabilities. It stems from the widely used NarrativeQA dataset. Dataset Summary NarrativeQA (literature), consists of long documents, associated to existing sets of question-answer pairs. To build the corpus, we start from the pre-existing collection documents, extract the text, and chunk them (using LangChain's… See the full description on the dataset page: https://huggingface.co/datasets/illuin-conteb/narrative-qa.text10K<n<100K5 likes1.2k downloads1y agoHugging Face04MTEB-BR /narrative-essays NarrativeEssaysBRRegression Predict the total grade (sum of 4 competency scores, 4-20) of a native Brazilian-Portuguese 5th-grade narrative essay. Competencies: formal register, thematic coherence, narrative/rhetorical structure, cohesion. Distinct genre (narrative) and age group (elementary) from the ENEM argumentative-essay AES task. Part of MTEB-BR — the native Brazilian-Portuguese MTEB sub-benchmark. Task type: Regression · Language: Brazilian Portuguese (mined from… See the full description on the dataset page: https://huggingface.co/datasets/MTEB-BR/narrative-essays.texttext-classification1K<n<10K0 likes978 downloads2mo agoHugging Face05Fhrozen /coco-narratives COCO Narratives Original Source | Google Localized Narrative 📌 Introduction This dataset collects the images and annotations from the original MS COCO 2017 and the annotations from the project localized-narratives 🙏 Acknowledgement All credits to the original COCO project and the localized-narratives teams. 📜 Cite Please consider to cite the following related papers: @article{DBLP:journals/corr/LinMBHPRDZ14, author = {Tsung{-}Yi Lin and… See the full description on the dataset page: https://huggingface.co/datasets/Fhrozen/coco-narratives.imageimage-text-to-text100K<n<1M0 likes920 downloads1y agoHugging Face06urialon /converted_narrative_qa Dataset Card for "converted_narrative_qa" More Information needed text10K<n<100K0 likes808 downloads3y agoHugging Face07meithnav /narrativeqaThis is an adapted text-only version of the orginal DeepMind NarrativeQA dataset. Original Dataset : LINK text10K<n<100K0 likes598 downloads2y agoHugging Face08voidful /narrativeqa-test-tts Dataset Card for "narrativeqa-test-tts" More Information needed audio1K<n<10K0 likes392 downloads3y agoHugging Face09Fhrozen /sbucaptions-narratives sbuCaptions Narratives SBU captions: images and captions Original Source This version includes descriptions and negatives generated by a Qwen VLM. Captions The annotations include an caption column, which is a string description of the image obtained from a Qwen3 VLM (https://huggingface.co/Qwen/Qwen3-VL-30B-A3B-Thinking-FP8). The request prompt to obtain the description is: prompt = ( 'Describe the image using raw text as output. ' 'The description should… See the full description on the dataset page: https://huggingface.co/datasets/Fhrozen/sbucaptions-narratives.imageimage-text-to-text100K<n<1M1 likes377 downloads10mo agoHugging Face10Fhrozen /open-image-narratives Open Images V7 + Narratives Original Source | Google Localized Narrative 📌 Introduction This dataset collects the images and annotations from the original Open Images Dataset V7 and the annotations from the project localized-narratives. Out of the 9M images, a subset of 1.9M images have been annotated with: bounding boxes, object segmentations, visual relationships, localized narratives, point-level labels, and image-level labels. (The remaining images have only… See the full description on the dataset page: https://huggingface.co/datasets/Fhrozen/open-image-narratives.imageimage-text-to-text100K<n<1M0 likes299 downloads1y agoHugging Face11narrative-io /narrative-function-calling-v1 Narrative Function Calling v1 Welcome to Narrative Function Calling v1! This dataset is purpose-built for training (or fine-tuning) models that produce consistent, structured function calls in conversation-like settings. The dataset integrates and normalizes data from both Glaive Function Calling v2 (Apache License 2.0) and Salesforce XLAM function calling data (CC-BY-4.0)[^liu2024apigen]. It provides a clean, rich, and comprehensive set of examples that guide large language models… See the full description on the dataset page: https://huggingface.co/datasets/narrative-io/narrative-function-calling-v1.texttext-generation100K<n<1M0 likes266 downloads2y agoHugging Face12mateoguaman /localized_narratives_trajectory_formatimage100K<n<1M0 likes231 downloads1y agoHugging Face13MartinoMensio /narrative-comparison0 likes213 downloads2y agoHugging Face14ghomasHudson /muld_NarrativeQA Dataset Card for "muld_NarrativeQA" More Information needed text10K<n<100K0 likes206 downloads4y agoHugging Face15deepmind /narrativeqa_manualThe Narrative QA Manual dataset is a reading comprehension dataset, in which the reader must answer questions about stories by reading entire books or movie scripts. The QA tasks are designed so that successfully answering their questions requires understanding the underlying narrative rather than relying on shallow pattern matching or salience.\THIS DATASET REQUIRES A MANUALLY DOWNLOADED FILE! Because of a script in the original repository which downloads the stories from original URLs everytime, The links are sometimes broken or invalid. Therefore, you need to manually download the stories for this dataset using the script provided by the authors (https://github.com/deepmind/narrativeqa/blob/master/download_stories.sh). Running the shell script creates a folder named "tmp" in the root directory and downloads the stories there. This folder containing the storiescan be used to load the dataset via `datasets.load_dataset("narrativeqa_manual", data_dir="<path/to/folder>")`.10K<n<100K5 likes162 downloads3y agoHugging Face16open-llm-leaderboard-old /details_jeiku__NarrativeNexus_7B Dataset Card for Evaluation run of jeiku/NarrativeNexus_7B Dataset automatically created during the evaluation run of model jeiku/NarrativeNexus_7B on the Open LLM Leaderboard. The dataset is composed of 63 configuration, each one coresponding to one of the evaluated task. The dataset has been created from 1 run(s). Each run can be found as a specific split in each configuration, the split being named using the timestamp of the run.The "train" split is always pointing to the… See the full description on the dataset page: https://huggingface.co/datasets/open-llm-leaderboard-old/details_jeiku__NarrativeNexus_7B.0 likes154 downloads3y agoHugging Face17yzhuang /narrative_qatext10K<n<100K4 likes153 downloads2y agoHugging Face18MemoryAsModality /NarrativeQAtext10K<n<100K0 likes153 downloads6mo agoHugging Face19DinoStackAI /narrativeqa-rag NarrativeQA RAG Dataset for Retrieval-Augmented Generation (RAG) based on NarrativeQA. Structure Subset Splits Description corpus train (default) Wikipedia plot summaries shared across all query splits queries train, dev, test Reading comprehension questions qrels train, dev, test Relevance judgments (query ↔ document) answers train, dev, test Reference answers (longest annotated answer) Dataset statistics Split Queries… See the full description on the dataset page: https://huggingface.co/datasets/DinoStackAI/narrativeqa-rag.tabularquestion-answering100K<n<1M0 likes146 downloads2mo agoHugging Face20marcov /narrativeqa_promptsourcetext100K<n<1M0 likes141 downloads2y agoHugging Face21brandburner /startrektng-mega-narrative-kg Star Trek: The Next Generation - Narrative Knowledge Graph A rich narrative knowledge graph extracted from Star Trek: The Next Generation screenplays using the Fabula pipeline. Contains characters, locations, objects, organizations, events, themes, and conflict arcs with full participation semantics and Graph Gravity importance tiers. Dataset Overview Metric Value Source database startrektng.mega Type Megagraph (cross-season merged) Episodes 177… See the full description on the dataset page: https://huggingface.co/datasets/brandburner/startrektng-mega-narrative-kg.textgraph-ml100K<n<1M0 likes130 downloads10d agoHugging Face22brandburner /doctorwho-s02-narrative-kg Doctor Who - Narrative Knowledge Graph A rich narrative knowledge graph extracted from Doctor Who screenplays using the Fabula pipeline. Contains characters, locations, objects, organizations, events, themes, and conflict arcs with full participation semantics and Graph Gravity importance tiers. Dataset Overview Metric Value Source database doctorwho.s02 Type Season database Episodes 39 Total nodes 4,968 Total edges 19,488 Schema version 1.2.0… See the full description on the dataset page: https://huggingface.co/datasets/brandburner/doctorwho-s02-narrative-kg.textgraph-ml10K<n<100K0 likes129 downloads2mo agoHugging Face23brandburner /doctorwho-s08-narrative-kg Doctor Who - Narrative Knowledge Graph A rich narrative knowledge graph extracted from Doctor Who screenplays using the Fabula pipeline. Contains characters, locations, objects, organizations, events, themes, and conflict arcs with full participation semantics and Graph Gravity importance tiers. Dataset Overview Metric Value Source database doctorwho.s08 Type Season database Episodes 25 Total nodes 4,721 Total edges 16,749 Schema version 1.2.0… See the full description on the dataset page: https://huggingface.co/datasets/brandburner/doctorwho-s08-narrative-kg.textgraph-ml10K<n<100K0 likes124 downloads2mo agoHugging Face24yjeong /GPT-Narratives-for-Materials 1.5 million materials narratives generated by chatbots Dataset containing synthetically generated (by GPT-3.5) language-materials narratives.There is a significant bias in the materials studied and mentioned in the literature (Figure a). By utilizing uniform elemental distribution of materials from an open database (Figure b), we can overcome this bias and teach the language model a diverse range of knowledge (Figure c). Details described in the following paper:… See the full description on the dataset page: https://huggingface.co/datasets/yjeong/GPT-Narratives-for-Materials.2 likes121 downloads2y agoHugging Face25Fhrozen /flickr30k-narratives Flick30K Narratives Original Source | Google Localized Narrative 📌 Introduction This dataset collects the images and annotations from the original Flickr30K and the annotations from the project localized-narratives 🙏 Acknowledgement All credits to the original Flickr30K project and the localized-narratives teams. 📜 Cite Please consider to cite the following related papers: @article{young2014image, title={From image descriptions to visual… See the full description on the dataset page: https://huggingface.co/datasets/Fhrozen/flickr30k-narratives.imageimage-text-to-text10K<n<100K0 likes119 downloads1y agoHugging Face26Emulated-Inc /narrative-reasoning-training-pool Narrative reasoning training pool Stories with a question whose answer can be checked, from four public datasets read at the pinned revisions named below and from a part written for this pool itself, laid out twice. Train on either layer or on both. pool.jsonl Every source rewritten into one shape, 866648 rows, one JSON object per line, with these fields. Field What it holds id a row identifier unique within this file category the task, configuration… See the full description on the dataset page: https://huggingface.co/datasets/Emulated-Inc/narrative-reasoning-training-pool.textquestion-answering10K<n<100K1 likes113 downloads10d agoHugging Face27brandburner /startrektng-s01-narrative-kg Star Trek: The Next Generation - Narrative Knowledge Graph A rich narrative knowledge graph extracted from Star Trek: The Next Generation screenplays using the Fabula pipeline. Contains characters, locations, objects, organizations, events, themes, and conflict arcs with full participation semantics and Graph Gravity importance tiers. Dataset Overview Metric Value Source database startrektng.s01 Type Season database Episodes 26 Total nodes 7,791… See the full description on the dataset page: https://huggingface.co/datasets/brandburner/startrektng-s01-narrative-kg.textgraph-ml10K<n<100K1 likes109 downloads10d agoHugging Face28BridgeAI-Lab /Uncertainty-Aware-Narrative-Dataset Dataset Description (Uncertainty-Aware Narrative Synthesis) This Uncertainty-Aware Narrative Synthesis Dataset is a public resource under active development by the Bridge-AI Lab under the direction of Dr. Shubhra Kanti (Santu) Karmaker. The dataset is being developed in collaboration with the Orange County Office of Emergency Management and the Seminole County Office of Emergency Management in Florida, incorporating the operational expertise of emergency-management professionals… See the full description on the dataset page: https://huggingface.co/datasets/BridgeAI-Lab/Uncertainty-Aware-Narrative-Dataset.question-answeringn<1K0 likes98 downloads2mo agoHugging Face29CLS-Lab /narrative-gold-annotations Narrative annotation dataset Human annotations for three narrative-analysis tasks — setting, agency, and event relation — over passages sampled from the Dolma corpus. Annotators & anonymization Annotator identities are anonymized. Each task has a single gold adjudicator plus one or more secondary annotators used for double annotation / agreement. Role Meaning gold The adjudicated / primary label for every released instance. annotator_1 Second… See the full description on the dataset page: https://huggingface.co/datasets/CLS-Lab/narrative-gold-annotations.tabulartext-classification1K<n<10K1 likes95 downloads2mo agoHugging Face30brandburner /startrektng-s02-narrative-kg Star Trek: The Next Generation - Narrative Knowledge Graph A rich narrative knowledge graph extracted from Star Trek: The Next Generation screenplays using the Fabula pipeline. Contains characters, locations, objects, organizations, events, themes, and conflict arcs with full participation semantics and Graph Gravity importance tiers. Dataset Overview Metric Value Source database startrektng.s02 Type Season database Episodes 22 Total nodes 6,918… See the full description on the dataset page: https://huggingface.co/datasets/brandburner/startrektng-s02-narrative-kg.textgraph-ml10K<n<100K0 likes91 downloads10d agoHugging Face

Listings come live from the Hugging Face Hub API. CoolFace does not host these files.