Arifov commited on
Commit
a24ed5c
·
verified ·
1 Parent(s): a4e110a

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: `1014`
42
- - paragraph-level rows: `1489`
43
- - linked case rows: `805`
44
- - unlinked rows with existing transition pairs: `209`
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": 1014,
3
- "with_diff_pair": 1014,
4
  "missing_diff_pair": 0,
5
- "linked_rows": 805,
6
- "unlinked_rows_existing_pair": 209,
7
- "paragraph_rows": 1489,
8
  "link_status_counts": {
9
- "linked_paragraphs": 805,
10
- "no_paragraph_link": 209
11
  },
12
  "match_strategy_counts": {
13
- "citation_field_name_match": 412,
14
- "paragraph_text_name_match": 792,
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
  }