MesutDemirel commited on
Commit
87c7ca9
·
verified ·
1 Parent(s): 00a384a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -183,14 +183,14 @@ Users should be made aware of the risks, biases and limitations of the dataset.
183
  This dataset is derived from case files of Turkish Commercial Courts and was prepared as part of a student project to contribute to the Turkish NLP literature.
184
 
185
  ## Source Data
186
- The dataset was created by collecting approximately 33,000 case rulings from open sources using web scraping methods. The dataset includes only the "summary" sections of the case rulings, where the reason for each lawsuit is typically described.
187
 
188
  ## Data Structure and Labeling
189
- - The dataset was adapted for sentence similarity tasks, inspired by the SNLI dataset. 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) 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
 
195
  ### Label Types
196
  - **Entailment:** For each case, the 7 closest cases (with lower distances indicating closer relationships) were labeled as related.
 
183
  This dataset is derived from case files of Turkish Commercial Courts and was prepared as part of a student project to contribute to the Turkish NLP literature.
184
 
185
  ## Source Data
186
+ The dataset was created by collecting approximately 33,000 case rulings from [open sources](https://emsal.uyap.gov.tr/) using web scraping methods. The dataset includes only the "summary" sections of the case rulings, where the reason for each lawsuit is typically described.
187
 
188
  ## Data Structure and Labeling
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
 
195
  ### Label Types
196
  - **Entailment:** For each case, the 7 closest cases (with lower distances indicating closer relationships) were labeled as related.