MesutDemirel commited on
Commit
236474c
1 Parent(s): 1dacc8c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -189,6 +189,8 @@ The dataset was created by collecting approximately 33,000 case rulings from [op
189
  - The dataset was adapted for sentence similarity tasks, inspired by the [SNLI dataset](https://huggingface.co/datasets/stanfordnlp/snli). The goal of this project is to develop a semantic search model for identifying relevant precedent cases in legal settings.
190
  - This is the first version of the dataset, and future versions will incorporate additional metadata and employ more refined labeling techniques.
191
 
 
 
192
  ## Labeling Methodology
193
  To establish relationships between case files, legal articles within each case were utilized. Only commercial cases governed by the [Turkish Commercial Code (TTK)](https://www.mevzuat.gov.tr/mevzuat?MevzuatNo=6102&MevzuatTur=1&MevzuatTertip=5) are included. Articles from the TTK were aligned in a hierarchical structure, considering main and subheadings, and were transformed into a tree structure. The relationship between cases was determined by calculating distances between the articles they contain within this tree structure.
194
 
 
189
  - The dataset was adapted for sentence similarity tasks, inspired by the [SNLI dataset](https://huggingface.co/datasets/stanfordnlp/snli). The goal of this project is to develop a semantic search model for identifying relevant precedent cases in legal settings.
190
  - This is the first version of the dataset, and future versions will incorporate additional metadata and employ more refined labeling techniques.
191
 
192
+ ![First image from tree](images/TTK_1.jpg) ![Second image from tree](images/TTK_2.jpg)
193
+
194
  ## Labeling Methodology
195
  To establish relationships between case files, legal articles within each case were utilized. Only commercial cases governed by the [Turkish Commercial Code (TTK)](https://www.mevzuat.gov.tr/mevzuat?MevzuatNo=6102&MevzuatTur=1&MevzuatTertip=5) are included. Articles from the TTK were aligned in a hierarchical structure, considering main and subheadings, and were transformed into a tree structure. The relationship between cases was determined by calculating distances between the articles they contain within this tree structure.
196