Upload folder using huggingface_hub
Browse files
README.md
CHANGED
|
@@ -38,10 +38,10 @@ Main files:
|
|
| 38 |
|
| 39 |
## Dataset Statistics
|
| 40 |
|
| 41 |
-
- case-level rows: `
|
| 42 |
-
- paragraph-level rows: `
|
| 43 |
-
- linked case rows: `
|
| 44 |
-
- unlinked rows with existing transition pairs: `
|
| 45 |
- missing transition pairs: `0`
|
| 46 |
|
| 47 |
## Intended Use
|
|
|
|
| 38 |
|
| 39 |
## Dataset Statistics
|
| 40 |
|
| 41 |
+
- case-level rows: `1004`
|
| 42 |
+
- paragraph-level rows: `1537`
|
| 43 |
+
- linked case rows: `843`
|
| 44 |
+
- unlinked rows with existing transition pairs: `161`
|
| 45 |
- missing transition pairs: `0`
|
| 46 |
|
| 47 |
## Intended Use
|
case_linked_guide_diff_paragraphs.csv
CHANGED
|
The diff for this file is too large to render.
See raw diff
|
|
|
case_linked_guide_diff_paragraphs.json
CHANGED
|
The diff for this file is too large to render.
See raw diff
|
|
|
case_linked_guide_diffs.csv
CHANGED
|
The diff for this file is too large to render.
See raw diff
|
|
|
case_linked_guide_diffs.json
CHANGED
|
The diff for this file is too large to render.
See raw diff
|
|
|
case_linked_guide_diffs_report.json
CHANGED
|
@@ -1,17 +1,17 @@
|
|
| 1 |
{
|
| 2 |
-
"citation_diff_rows":
|
| 3 |
-
"with_diff_pair":
|
| 4 |
"missing_diff_pair": 0,
|
| 5 |
-
"linked_rows":
|
| 6 |
-
"unlinked_rows_existing_pair":
|
| 7 |
-
"paragraph_rows":
|
| 8 |
"link_status_counts": {
|
| 9 |
-
"linked_paragraphs":
|
| 10 |
-
"no_paragraph_link":
|
| 11 |
},
|
| 12 |
"match_strategy_counts": {
|
| 13 |
-
"citation_field_name_match":
|
| 14 |
-
"paragraph_text_name_match":
|
| 15 |
"citation_field_case_key": 151,
|
| 16 |
"paragraph_text_app_match": 2
|
| 17 |
}
|
|
|
|
| 1 |
{
|
| 2 |
+
"citation_diff_rows": 1004,
|
| 3 |
+
"with_diff_pair": 1004,
|
| 4 |
"missing_diff_pair": 0,
|
| 5 |
+
"linked_rows": 843,
|
| 6 |
+
"unlinked_rows_existing_pair": 161,
|
| 7 |
+
"paragraph_rows": 1537,
|
| 8 |
"link_status_counts": {
|
| 9 |
+
"linked_paragraphs": 843,
|
| 10 |
+
"no_paragraph_link": 161
|
| 11 |
},
|
| 12 |
"match_strategy_counts": {
|
| 13 |
+
"citation_field_name_match": 417,
|
| 14 |
+
"paragraph_text_name_match": 838,
|
| 15 |
"citation_field_case_key": 151,
|
| 16 |
"paragraph_text_app_match": 2
|
| 17 |
}
|