MesutDemirel commited on
Commit
aba3d9d
1 Parent(s): 2f2ee0a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +26 -1
README.md CHANGED
@@ -38,6 +38,7 @@ tags:
38
  size_categories:
39
  - 100K<n<1M
40
  ---
 
41
  # Dataset Card for Dataset Name
42
 
43
  <!-- Provide a quick summary of the dataset. -->
@@ -174,4 +175,28 @@ Users should be made aware of the risks, biases and limitations of the dataset.
174
 
175
  ## Dataset Card Contact
176
 
177
- [More Information Needed]
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
38
  size_categories:
39
  - 100K<n<1M
40
  ---
41
+
42
  # Dataset Card for Dataset Name
43
 
44
  <!-- Provide a quick summary of the dataset. -->
 
175
 
176
  ## Dataset Card Contact
177
 
178
+ [More Information Needed]
179
+
180
+
181
+
182
+ # Turkish Law NLI 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.
197
+ - **Contradiction:** For each case, the 7 most distant cases were labeled as unrelated.
198
+ - **Neutral:** Each case was labeled as neutral with respect to the legal articles it contains.
199
+
200
+ ## Contributors
201
+ Mesut Demirel
202
+ Recep Karabulut