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
01DBWBD /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 Face02Multi-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 likes719 downloads1y agoHugging Face03DebateLabKIT /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 likes677 downloads2y agoHugging Face04seantw /DEBATE_LLM DEBATE Benchmark This repository contains CSV files from the DEBATE project: large-scale human conversation experiments organized around controversial and opinion-based topics. The data consists of multi-round conversations between human participants discussing political, social, and belief-related topics, following the protocol described in: Chuang, Y.-S., Tu, R., Dai, C., Vasani, S., Li, Y., Yao, B., Tessler, M. H., Yang, S., Shah, D., Hawkins, R., Hu, J., & Rogers, T. T. (2026).… See the full description on the dataset page: https://huggingface.co/datasets/seantw/DEBATE_LLM.tabular100K<n<1M4 likes368 downloads5mo agoHugging Face05Hellisotherpeople /DebateSum DebateSum Corresponding code repo for the upcoming paper at ARGMIN 2020: "DebateSum: A large-scale argument mining and summarization dataset" Arxiv pre-print available here: https://arxiv.org/abs/2011.07251 Check out the presentation date and time here: https://argmining2020.i3s.unice.fr/node/9 Full paper as presented by the ACL is here: https://www.aclweb.org/anthology/2020.argmining-1.1/ Video of presentation at COLING 2020:… See the full description on the dataset page: https://huggingface.co/datasets/Hellisotherpeople/DebateSum.tabularquestion-answering100K<n<1M21 likes291 downloads4y agoHugging Face06DebateLabKIT /deepa2-conversations Summary This dataset contains multi-turn conversations that gradually unfold deep logical analyses of argumentative texts. In particular, the chats contain examples of how to use Argdown syntax logically formalize arguments in FOL (latex, nltk etc.) annotate an argumentative text use Z3 theorem prover to check deductive validity use custom tools in conjunction with argument reconstructions The chats are template-based renderings of the synthetic, comprehensive argument analyses… See the full description on the dataset page: https://huggingface.co/datasets/DebateLabKIT/deepa2-conversations.texttext-generation100K<n<1M2 likes264 downloads1y agoHugging Face07DebateLabKIT /argunauts-thinkingCreated with argdown-cotgen text100K<n<1M1 likes202 downloads1y agoHugging Face08DebateLabKIT /deep-argmap-conversations Summary This converstional dataset contains examples for how to create and work with Argdown argument maps. The following tasks are covered: Create an argument map from a list of statements Create an argument map from a pros and cons list Add claims / arguments to an existing argument map Correct and revise a broken argument map Merge several argument maps into a single comprehensive one Identify and add premises / conclusions to an argument map Reconstruct an argument from a map… See the full description on the dataset page: https://huggingface.co/datasets/DebateLabKIT/deep-argmap-conversations.texttext-generation100K<n<1M4 likes170 downloads1y agoHugging Face09kokhayas /english-debate-motions-utdsEnglish Debate Motions gathered by University of Tokyo Debate Society @misc{english-debate-motions-utds, title={english-debate-motions-utds}, author={members of the University of Tokyo Debate Society}, year={2022}, } tabular10K<n<100K3 likes135 downloads4y agoHugging Face10DebateLabKIT /AceReason-1.1-SFT-500kFirst 500k rows from NVIDIA's nvidia/AceReason-1.1-SFT. text100K<n<1M1 likes117 downloads1y agoHugging Face11DebateLabKIT /arguments-and-debates Arguments & Debates Carefully chosen argumentative texts suitable for exercising argument mapping and logical analysis. Chosen and postprocessed from great sources that can be accessed online: different editions of "Pros and Cons - A Debater's Handbook" Britannica's procon.org NYT column "Room for Debate" via I. Habernal's ARC task repo 🙏 Debatabase by idebate.net Subset categories: arguments-*: one main argument per text debates-*-handful: 3-5 arguments per text debates-*-full:… See the full description on the dataset page: https://huggingface.co/datasets/DebateLabKIT/arguments-and-debates.text1K<n<10K3 likes108 downloads1y agoHugging Face12debaterhub /debate-tracking-v3 Debate Tracking Dataset v3 Training data from 30 competitive debates (10 topics × 3 judges) with multi-response scoring. Dataset Description Each row represents a single LLM call during debate generation, with multiple response variations scored by Claude Sonnet. Statistics Debates: 30 Topics: 10 diverse IPDA debate resolutions Judges: 3 different judge profiles (lay, parent, coach) Training Examples: 1,816 calls Winner Distribution: AFF 33%, NEG 67%… See the full description on the dataset page: https://huggingface.co/datasets/debaterhub/debate-tracking-v3.tabulartext-generation1K<n<10K1 likes82 downloads8mo agoHugging Face13democratic-commons /steuer_debateThe Steuer Debate consultation is a german citizen participation project on fair taxes and finances held in 2025. Data This dataset contains three subsets: proposals contains the written propositions (in german). the topic column contains the LLM-generated and human-validated topics (clusters) used during the official analysis of the consultation. Each proposal has a unique id proposal_id. votes contains the votes of users on propositions. Each user has a unique id user_id and… See the full description on the dataset page: https://huggingface.co/datasets/democratic-commons/steuer_debate.tabular10K<n<100K0 likes68 downloads13d agoHugging Face14DebateLabKIT /deepa2-corpustext10K<n<100K0 likes66 downloads4y agoHugging Face15emgena /omnimcp_multiagent_debate_consensus_teaser 🔬 INSPECT THE DEEPSEEK-R1 REASONING CHAIN LIVE: Zero hallucinations. Null syntax errors. 100% AST compiler validated.🌐 Live Interactive Reasoning & Code Inspector: https://emgena.com/trainingslager🎁 Claim your Free Starter Kit (Code: STARTER100): https://emgena.com/trainingslager🏷️ Launch Discount: Get 20 € OFF any 500-incident production suite with code LAUNCH20! 📜 Enterprise Compliance: EU AI Act Articles 50 & 53 certified • 100% DSGVO / GDPR clean • Commercial EULA… See the full description on the dataset page: https://huggingface.co/datasets/emgena/omnimcp_multiagent_debate_consensus_teaser.texttext-generationn<1K0 likes65 downloads6d agoHugging Face16DebateLabKIT /argunauts-thinking-202601 DebateLabKIT / argunauts-thinking-202601 This dataset contains aligned variants of the original DebateLabKIT/argunauts-thinking configs: deepa2-aaac01-thinking deepa2-aaac02-thinking deepa2-aaac03-thinking deepa2-folly-thinking The goal is to improve the alignment between user prompts and assistant responses in synthetic argumentation conversations for supervised fine-tuning (SFT). Motivation The original argunauts-thinking conversations often exhibit a mismatch:… See the full description on the dataset page: https://huggingface.co/datasets/DebateLabKIT/argunauts-thinking-202601.text10K<n<100K1 likes63 downloads8mo agoHugging Face17frasalvi /debategpt Dataset Card for DebateGPT The DebateGPT dataset contains debates between humans and GPT-4, along with sociodemographic information about human participants and their agreement scores before and after the debates. This dataset was created for research on measuring the persuasiveness of language models and the impact of personalization, as described in this paper: On the Conversational Persuasiveness of GPT-4. Dataset Details The dataset consists of a CSV file with the… See the full description on the dataset page: https://huggingface.co/datasets/frasalvi/debategpt.tabularn<1K1 likes62 downloads1y agoHugging Face18neibla /debatestext100K<n<1M0 likes61 downloads4y agoHugging Face19Dopler47 /India-Lok-Sabha-Debates-Dataset-Scrapertext100K<n<1M1 likes60 downloads2y agoHugging Face20lxyuan /nemo-codeswitch-reasoning-debate Overview This is a synthetic, multilingual code-switching dataset. Each record contains: a realistic user query a long-form reasoning section a debate / counterargument section a concise final_answer It is designed for experiments in multilingual generation, code-switch robustness, and reasoning/debate style responses. This snapshot contains 574,977 rows and 10 string columns. Data provenance Important: Verify that your intended usage and redistribution complies… See the full description on the dataset page: https://huggingface.co/datasets/lxyuan/nemo-codeswitch-reasoning-debate.texttext-generation100K<n<1M0 likes58 downloads7mo agoHugging Face21NLP-Debater-Project /IBM-Debater-ArgKPtabular10K<n<100K3 likes55 downloads10mo agoHugging Face22RJuro /eu_debates Dataset Description This dataset is a conversion of the original coastalcph/eu_debates dataset released by Chalkidis and Brandl (2024). The goal of this repository is to provide the same underlying data without a Python loading script, in a standard format (JSON Lines / Parquet) compatible with the current Hugging Face datasets library and automated data loading. The original EU Debates corpus consists of approx. 87k individual speeches in the period 2009–2023. The data was… See the full description on the dataset page: https://huggingface.co/datasets/RJuro/eu_debates.text100K<n<1M1 likes54 downloads11mo agoHugging Face23ibm-research /debate_speeches Debate speeches dataset A dataset of annotated debate speeches on various topics. The data contains speeches by human expert debaters as well as speeches created using automated pipelines. The quality of the speeches is scored by human annotators. Opening Speeches This is a collection of annotated opening speeches, as described in the Project Debater paper published in Nature. A detailed description of the data collection process can be found here. Each row in the dataset… See the full description on the dataset page: https://huggingface.co/datasets/ibm-research/debate_speeches.textn<1K5 likes51 downloads2y agoHugging Face24DebateLabKIT /argument_mapping_dpo_pairstext10K<n<100K0 likes50 downloads2y agoHugging Face25hsilvosa /congreso-debates Spanish Congress of Deputies: Debates, Verbatim Speeches, and Voting Records (L1 to L15) High-fidelity dataset containing the parliamentary archive of the Spanish Congress of Deputies (Congreso de los Diputados de España) from the Constituent Legislature / L1 (1979) to the present day (L15). It includes 41,125 parliamentary interventions with over 188.6 million characters of verbatim speech text extracted across all 1,028 official Daily of Sessions (Diario de Sesiones) PDFs… See the full description on the dataset page: https://huggingface.co/datasets/hsilvosa/congreso-debates.tabulartext-generation100K<n<1M0 likes50 downloads1mo agoHugging Face26debaterhub /ipda-judge-adaptation-grpo IPDA Judge Adaptation GRPO Dataset Training data for judge adaptation in competitive debate. Contains GRPO preference sets for adapting debate speech generation to different judge profiles. Dataset Description This dataset enables training LLMs to adapt their debate arguments based on judge characteristics: Depth Adaptation: Adapting explanation complexity to judge expertise level (debate experience + domain knowledge) Bias Adaptation: Adapting argument framing to judge… See the full description on the dataset page: https://huggingface.co/datasets/debaterhub/ipda-judge-adaptation-grpo.texttext-generationn<1K0 likes48 downloads8mo agoHugging Face27DebateLabKIT /argdown_line-by-linetext10K<n<100K0 likes44 downloads1y agoHugging Face28stindardlogic /debate-argumentation-sft-100k Debate & Argumentation SFT (100K) 100,000 ShareGPT conversations covering persuasive writing, steel-manning, rebuttal, policy analysis, and Socratic dialogue. Each example trains models to construct well-structured arguments, anticipate counterarguments, and engage in rigorous intellectual discourse. Motivation A persistent gap in LLM capabilities is the ability to reason and argue well — not just describe positions, but construct arguments with premises, evidence… See the full description on the dataset page: https://huggingface.co/datasets/stindardlogic/debate-argumentation-sft-100k.texttext-generation100K<n<1M0 likes37 downloads2mo agoHugging Face29notaphoenix /debateorg_w_effect_for_conservative_subset Dataset Card for "debateorg_w_effect_for_conservative_subset" More Information needed tabular10K<n<100K0 likes34 downloads3y agoHugging Face30debaterhub /debate-grpo-group-a Debate GRPO Group A - TACTIC_SELECT Training data for debate model GRPO fine-tuning (Group A: TACTIC_SELECT calls). Files File Description Rows group_a_rescored_v2_with_logps.parquet Training format (one row per response) with precomputed logprobs 1,993 group_a_flat_rescored_v2.parquet Flat format with RESPONSE_1-6 columns per call 520 Training Format Columns Column Description debate_id Unique debate identifier call_id… See the full description on the dataset page: https://huggingface.co/datasets/debaterhub/debate-grpo-group-a.tabulartext-generation1K<n<10K0 likes31 downloads8mo agoHugging Face

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