tmquan commited on
Commit
c1f8b09
·
verified ·
1 Parent(s): c821136

Add Sankey citation graph (case_type->code->article) + co-citation arc; update card

Browse files
README.md CHANGED
@@ -158,10 +158,16 @@ Lớp trích dẫn được dựng từ trường `statute_refs` trong `extracte
158
 
159
  ![09_top_articles.png](./assets/09_top_articles.png)
160
 
161
- **Mạng đồng trích dẫn: node = bộ luật (cỡ tổng trích dẫn), cạnh = số văn bản trích dẫn đồng thời hai bộ luật (độ dày tần suất). — Co-citation network: nodes are legal codes (size total citations), edges link codes co-cited within the same document (width co-citation frequency).**
162
 
163
  ![10_citation_network.png](./assets/10_citation_network.png)
164
 
 
 
 
 
 
 
165
  Các con số trên được lưu kèm trong `assets/citation_summary.json` và `assets/citation_edges.csv` để kiểm chứng. — These numbers are mirrored in `assets/citation_summary.json` and `assets/citation_edges.csv` for auditing.
166
 
167
  ## Phân bố kho dữ liệu · Corpus distributions
 
158
 
159
  ![09_top_articles.png](./assets/09_top_articles.png)
160
 
161
+ **Đồ thị trích dẫn 3 cột: `case_type` bộ luật điều luật; độ rộng liên kết số trích dẫn; cạnh trái theo `case_type`, cạnh phải theo bộ luật. — Three-column citation flow: `case_type` statute code (code, article); link width ∝ #citations; left links coloured by `case_type`, right links by code. (Cùng kiểu hình `fig_cite_network` của kho `anle`. — The same Sankey/alluvial style as `anle`'s `fig_cite_network`.)**
162
 
163
  ![10_citation_network.png](./assets/10_citation_network.png)
164
 
165
+ **Cung đồng trích dẫn: các bộ luật xếp trên trục ngang theo thứ tự phổ (spectral), mỗi cung nối một cặp bộ luật được trích dẫn chung, độ dày & màu ∝ số văn bản đồng trích dẫn. — Co-citation arc diagram: codes on a horizontal baseline in spectral order, each arc links a pair of co-cited codes, arc width & colour ∝ co-citing document count.**
166
+
167
+ ![13_citation_arc.png](./assets/13_citation_arc.png)
168
+
169
+ > Đồ thị Sankey ở trên dựng từ bộ ba `(case_type, bộ luật, điều)` — `case_type` lấy từ lớp cấu trúc của mỗi văn bản, ghép với `statute_refs` trong `extracted_json` (12 bộ luật hàng đầu, tối đa 6 điều/bộ luật, giống mật độ của `anle`). Hình cung là biến thể đồng-trích-dẫn của `fig_cite_arc` (kho `anle` dùng streamgraph theo mạch tự sự, cần `progress`/`section_kind` mà lớp trích dẫn congbobanan không lưu). — The Sankey above is built from `(case_type, code, article)` triples — each document's structure-layer `case_type` joined to its `statute_refs` (top 12 codes, ≤6 articles each, matching `anle`'s density). The arc figure is the co-citation variant of `fig_cite_arc` (`anle` uses a narrative-arc streamgraph, which needs the per-reference `progress` / `section_kind` the congbobanan citation layer does not retain).
170
+
171
  Các con số trên được lưu kèm trong `assets/citation_summary.json` và `assets/citation_edges.csv` để kiểm chứng. — These numbers are mirrored in `assets/citation_summary.json` and `assets/citation_edges.csv` for auditing.
172
 
173
  ## Phân bố kho dữ liệu · Corpus distributions
assets/10_citation_network.png CHANGED

Git LFS Details

  • SHA256: 6f13c452f70640844e34b01949fdd3585b12229361d526bba5a8bb6f1a080c2b
  • Pointer size: 131 Bytes
  • Size of remote file: 223 kB

Git LFS Details

  • SHA256: a6a760867908e5dbb1b75bc97160c43d2d1a007f59f3b0be5e0244d96a714d09
  • Pointer size: 131 Bytes
  • Size of remote file: 600 kB
assets/13_citation_arc.png ADDED

Git LFS Details

  • SHA256: 9b902022edeb01a9e4f90e117d8a38f0176043cc052c9374a476f854efebdc1d
  • Pointer size: 131 Bytes
  • Size of remote file: 664 kB