Yusuf5 commited on
Commit
57db383
1 Parent(s): e583740

Dataset Card

Browse files

WIP

Start of a dataset card. Will fill in more technical details later.

Files changed (1) hide show
  1. README.md +162 -0
README.md ADDED
@@ -0,0 +1,162 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ task_categories:
4
+ - text-generation
5
+ - summarization
6
+ - question-answering
7
+ - text-classification
8
+ - feature-extraction
9
+ - fill-mask
10
+ language:
11
+ - en
12
+ tags:
13
+ - debate
14
+ - argument
15
+ - argument mining
16
+ pretty_name: Open Caselist
17
+ size_categories:
18
+ - 1M<n<10M
19
+ ---
20
+
21
+ # Dataset Card for OpenCaselist
22
+
23
+ <!-- Provide a quick summary of the dataset. -->
24
+
25
+ A collection of Evidence used in Collegiate and High School debate competitions.
26
+
27
+ ## Dataset Details
28
+
29
+ ### Dataset Description
30
+
31
+ <!-- Provide a longer summary of what this dataset is. -->
32
+
33
+ This dataset is a follow up to [DebateSum](https://huggingface.co/datasets/Hellisotherpeople/DebateSum), increasing its scope and amount of metadata collected.
34
+
35
+ It expands the dataset to include evidence used during debate tournaments, rather than just evidence produced during preseason debate "camps." The total amount of evidence is approximetly 20x larger than DebateSum. It currently includes evidence from the Policy, Lincoln Douglas, and Public Forum styles of debate from the years 2013-2024.
36
+
37
+ Evidence was deduplicated to detect the use of the same piece of evidence in different debates. Additional metadata about the debates evidence was used in is available in [DebateRounds](https://www.kaggle.com/datasets/yu5uf5/debate-rounds)
38
+
39
+ The parsing of debate documents was also improved, most notably now detecting highlighted text, which is typically used to denote what parts of the evidence is read out loud during the debate.
40
+
41
+ - **Curated by:** Yusuf Shabazz
42
+ - **Language(s) (NLP):** English
43
+ - **License:** MIT
44
+
45
+ ### Dataset Sources
46
+
47
+ <!-- Provide the basic links for the dataset. -->
48
+ [openCaselist](https://opencaselist.com/)
49
+
50
+ - **Repository:** [Data Processing Code and GraphQL Search API](https://github.com/OpenDebate/debate-cards/tree/v3)
51
+ - **Paper [optional]:** [More Information Needed]
52
+ - **Demo [optional]:** [More Information Needed]
53
+
54
+ ## Uses
55
+
56
+ <!-- Address questions around how the dataset is intended to be used. -->
57
+
58
+ ### Direct Use
59
+
60
+ <!-- This section describes suitable use cases for the dataset. -->
61
+
62
+ [More Information Needed]
63
+
64
+ ### Out-of-Scope Use
65
+
66
+ <!-- This section addresses misuse, malicious use, and uses that the dataset will not work well for. -->
67
+
68
+ [More Information Needed]
69
+
70
+ ## Dataset Structure
71
+
72
+ <!-- This section provides a description of the dataset fields, and additional information about the dataset structure such as criteria used to create the splits, relationships between data points, etc. -->
73
+
74
+ [More Information Needed]
75
+
76
+ ## Dataset Creation
77
+
78
+ ### Curation Rationale
79
+
80
+ <!-- Motivation for the creation of this dataset. -->
81
+
82
+ [More Information Needed]
83
+
84
+ ### Source Data
85
+
86
+ <!-- This section describes the source data (e.g. news text and headlines, social media posts, translated sentences, ...). -->
87
+
88
+ #### Data Collection and Processing
89
+
90
+ <!-- This section describes the data collection and processing process such as data selection criteria, filtering and normalization methods, tools and libraries used, etc. -->
91
+
92
+ [More Information Needed]
93
+
94
+ #### Who are the source data producers?
95
+
96
+ <!-- This section describes the people or systems who originally created the data. It should also include self-reported demographic or identity information for the source data creators if this information is available. -->
97
+
98
+ [More Information Needed]
99
+
100
+ ### Annotations [optional]
101
+
102
+ <!-- If the dataset contains annotations which are not part of the initial data collection, use this section to describe them. -->
103
+
104
+ #### Annotation process
105
+
106
+ <!-- This section describes the annotation process such as annotation tools used in the process, the amount of data annotated, annotation guidelines provided to the annotators, interannotator statistics, annotation validation, etc. -->
107
+
108
+ [More Information Needed]
109
+
110
+ #### Who are the annotators?
111
+
112
+ <!-- This section describes the people or systems who created the annotations. -->
113
+
114
+ [More Information Needed]
115
+
116
+ #### Personal and Sensitive Information
117
+
118
+ <!-- State whether the dataset contains data that might be considered personal, sensitive, or private (e.g., data that reveals addresses, uniquely identifiable names or aliases, racial or ethnic origins, sexual orientations, religious beliefs, political opinions, financial or health data, etc.). If efforts were made to anonymize the data, describe the anonymization process. -->
119
+
120
+ [More Information Needed]
121
+
122
+ ## Bias, Risks, and Limitations
123
+
124
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
125
+
126
+ [More Information Needed]
127
+
128
+ ### Recommendations
129
+
130
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
131
+
132
+ Users should be made aware of the risks, biases and limitations of the dataset. More information needed for further recommendations.
133
+
134
+ ## Citation [optional]
135
+
136
+ <!-- If there is a paper or blog post introducing the dataset, the APA and Bibtex information for that should go in this section. -->
137
+
138
+ **BibTeX:**
139
+
140
+ [More Information Needed]
141
+
142
+ **APA:**
143
+
144
+ [More Information Needed]
145
+
146
+ ## Glossary [optional]
147
+
148
+ <!-- If relevant, include terms and calculations in this section that can help readers understand the dataset or dataset card. -->
149
+
150
+ [More Information Needed]
151
+
152
+ ## More Information [optional]
153
+
154
+ [More Information Needed]
155
+
156
+ ## Dataset Card Authors [optional]
157
+
158
+ [More Information Needed]
159
+
160
+ ## Dataset Card Contact
161
+
162
+ [More Information Needed]