Create README.md
#1
by
Hellisotherpeople
- opened
README.md
ADDED
@@ -0,0 +1,82 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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: O
|
17 |
+
size_categories:
|
18 |
+
- 1M<n<10M
|
19 |
+
---
|
20 |
+
|
21 |
+
# Dataset Card for Dataset Name
|
22 |
+
|
23 |
+
## Dataset Description
|
24 |
+
|
25 |
+
- **Homepage:**
|
26 |
+
- **Repository: TBA**
|
27 |
+
- **Paper: TBA**
|
28 |
+
- **Leaderboard:**
|
29 |
+
- **Point of Contact:**
|
30 |
+
|
31 |
+
### Dataset Summary
|
32 |
+
|
33 |
+
This dataset is a gargantoum follow-up to [DebateSum](https://huggingface.co/datasets/Hellisotherpeople/DebateSum), which includes a ton of improvements
|
34 |
+
|
35 |
+
Among those improvements are the following:
|
36 |
+
* Massively increased size (about 25X the size of DebateSum), including nearly all debate evidence ever open sourced over the past 20 years from High School and College Public Forum, Policy, and Lincoln Douglas debate leagues
|
37 |
+
* Far more metadata: Lots of now columns indicating everything from the number of times a piece of evidence has been seen (a good heuristic for evidence quality) to the teams and tournaments and rounds where a piece of evidence was deployed
|
38 |
+
* Better deduplication and parsing techniques, including better accounting of the hierarchical nature that debaters use for underlining evidence
|
39 |
+
|
40 |
+
### Supported Tasks and Leaderboards
|
41 |
+
|
42 |
+
This dataset is useful for text generation, summarization, information retrieval, question answering, and related tasks.
|
43 |
+
This dataset is further highly useful as a "trustworthy" dataset. All evidence within it has corresponding citations and is
|
44 |
+
|
45 |
+
### Languages
|
46 |
+
|
47 |
+
English with very minor exceptions (i.e. evidence from performance cases using non-english evidence to make anti-colonalist arguments)
|
48 |
+
|
49 |
+
## Dataset Creation
|
50 |
+
|
51 |
+
Gathered from the [OpenCaseList](https://opencaselist.com/history) project
|
52 |
+
|
53 |
+
### Source Data
|
54 |
+
|
55 |
+
Debate Evidence from NDCA/NDT debate leagues from 2002-2022.
|
56 |
+
|
57 |
+
## Considerations for Using the Data
|
58 |
+
|
59 |
+
### Discussion of Biases
|
60 |
+
|
61 |
+
Competitive debate at the highest levels has increasingly rewarded teams who cite particular subfields of philosophy. A partial list of these highly represented topics is given below
|
62 |
+
|
63 |
+
* Postmodernism
|
64 |
+
* Poststructuralism
|
65 |
+
* Frankfurt School
|
66 |
+
* Critical Theory
|
67 |
+
* Critical Race Theory
|
68 |
+
* Queer Theory
|
69 |
+
* Feminism
|
70 |
+
|
71 |
+
These cannons are dominated by so called "left-wing" thinkers and have mostly marginalized so called "right-wing" thinkers within them [with some notable exceptions](https://en.wikipedia.org/wiki/Carl_Schmitt).
|
72 |
+
Note that despite a strong "left-wing" bias, large swaths of left-wing thought, such as anarchism, are relatively absent
|
73 |
+
|
74 |
+
Beyond this, most of the evidence was gathered with the argument being made first, and the evidence found after-the-fact to support it. This means that while the evidence is almost all "truthful", a lot of important information may be omitted
|
75 |
+
|
76 |
+
### Other Known Limitations
|
77 |
+
|
78 |
+
There are cases of academic dishonesty within this dataset (i.e. evidence that had specific insertions made by a debater which werent in the original text). It's also possible that the source had changed inbetween when it was cited and retrieved.
|
79 |
+
|
80 |
+
### Licensing Information
|
81 |
+
|
82 |
+
MIT
|