CoolFace
20 results

debate

bubcass /oireachtas-debates0 likes17k downloads8mo agoHugging Facevellankiabhiram /DebateCardsimagen<1K0 likes1.3k downloads2y agoHugging FaceDebateLabKIT /aaac Dataset Card for Artificial Argument Analysis Corpus (AAAC) Dataset Summary DeepA2 is a modular framework for deep argument analysis. DeepA2 datasets contain comprehensive logical reconstructions of informally presented arguments in short argumentative texts. This document describes two synthetic DeepA2 datasets for artificial argument analysis: AAAC01 and AAAC02. # clone git lfs clone https://huggingface.co/datasets/debatelab/aaac import pandas as pd from datasets… See the full description on the dataset page: https://huggingface.co/datasets/DebateLabKIT/aaac.imagesummarization10K<n<100K8 likes797 downloads4y agoHugging FaceDBWBD /Chinese_Debate_Documents Dataset Card for Chinese Debate Documents ASR-transcribed corpus of competitive Mandarin Chinese university debates, speaker-segmented and timestamped, with topic / round / team metadata parsed from the source filenames. Loading the Dataset from datasets import load_dataset ds = load_dataset("DBWBD/Chinese_Debate_Documents", split="train") print(ds[0]["topic"], "—", ds[0]["team_a"], "vs", ds[0]["team_b"]) for seg in ds[0]["segments"][:3]: print(f"… See the full description on the dataset page: https://huggingface.co/datasets/DBWBD/Chinese_Debate_Documents.tabulartext-classification1K<n<10K1 likes766 downloads4mo agoHugging FaceMulti-Agent-LLMs /DEBATE DEBATE: Diverse Multi-Agent Debates This dataset is presented in the paper "MALLM: Multi-Agent Large Language Models Framework". Citation comming soon. tabulartext-generation10K<n<100K2 likes707 downloads1y agoHugging FaceDebateLabKIT /deepa2 deepa2 Datasets Collection Dataset Summary This is a growing, curated collection of deepa2 datasets, i.e. datasets that contain comprehensive logical analyses of argumentative texts. The collection comprises: datasets that are built from existing NLP datasets by means of the deepa2 bake tool. original deepa2 datasets specifically created for this collection. The tool deepa2 serve may be used to render the data in this collection as text2text examples.… See the full description on the dataset page: https://huggingface.co/datasets/DebateLabKIT/deepa2.texttext-retrieval1M<n<10M8 likes680 downloads2y agoHugging Face