Update README.md
Browse files
README.md
CHANGED
@@ -71,6 +71,8 @@ dataset = load_dataset("MidhunKanadan/populist-argument-schemes")
|
|
71 |
# View a sample
|
72 |
print(dataset["train"][0])
|
73 |
|
|
|
|
|
74 |
|
75 |
## Citation
|
76 |
|
|
|
71 |
# View a sample
|
72 |
print(dataset["train"][0])
|
73 |
|
74 |
+
{'Politician': 'Biden', 'Argument': 'It matters whether you continue to wear a mask. It matters whether you continue to socially distance. It matters whether you wash your hands. It all matters and can help save lives.', 'Argument Scheme': 'ARGUMENT FROM CONSEQUENCES'}
|
75 |
+
|
76 |
|
77 |
## Citation
|
78 |
|