Add diagram illustrating deduplication
Browse files- README.md +2 -0
- deduplication.svg +1 -0
README.md
CHANGED
@@ -98,6 +98,8 @@ Debaters will often reuse the same evidence across different debates and repurpo
|
|
98 |
- `bucketId` Duplicate evidence will share the same `bucketId`
|
99 |
- `duplicateCount` is the number of other pieces of evidence in the same bucket. This is useful as a rough measure of argument quality, since good arguments tend to be used more.
|
100 |
|
|
|
|
|
101 |
#### Files
|
102 |
|
103 |
Evidence is uploaded in .docx files. For evidence uploading during the debate season, each file is typically contains all the evidence used in a specific speech. For evidence uploaded to the preseason "Open Evidence" project, each file will typically contain a collection of evidence relating to a specific argument.
|
|
|
98 |
- `bucketId` Duplicate evidence will share the same `bucketId`
|
99 |
- `duplicateCount` is the number of other pieces of evidence in the same bucket. This is useful as a rough measure of argument quality, since good arguments tend to be used more.
|
100 |
|
101 |
+
<img src="./deduplication.svg" alt="deduplication diagram" height="600px">
|
102 |
+
|
103 |
#### Files
|
104 |
|
105 |
Evidence is uploaded in .docx files. For evidence uploading during the debate season, each file is typically contains all the evidence used in a specific speech. For evidence uploaded to the preseason "Open Evidence" project, each file will typically contain a collection of evidence relating to a specific argument.
|
deduplication.svg
ADDED