oriel9p commited on
Commit
0257d5d
·
verified ·
1 Parent(s): dca3ce8
Files changed (1) hide show
  1. README.md +48 -3
README.md CHANGED
@@ -1,3 +1,48 @@
1
- ---
2
- license: mit
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+
2
+ ## LCHAIM: A Hebrew Natural Language Inference Dataset
3
+
4
+ ### Overview
5
+
6
+ LCHAIM is a dataset designed to evaluate Natural Language Inference (NLI) models in Hebrew. Unlike English, Hebrew is a Morphologically Rich Language (MRL), requiring more research to develop robust NLI models. LCHAIM provides a benchmark for models that need to handle long premises and complex reasoning in Hebrew.
7
+
8
+ ### Dataset Description
9
+
10
+ LCHAIM was created by translating and validating the English ConTRoL dataset into Hebrew. It consists of 8,325 context-hypothesis pairs that require various types of reasoning, including:
11
+
12
+ * Coreferential reasoning
13
+
14
+ * Temporal reasoning
15
+
16
+ * Logical reasoning
17
+
18
+ * Analytical reasoning
19
+
20
+ ### Performance Benchmarks
21
+
22
+ Experiments with LCHAIM highlight the challenges of contextual reasoning in Hebrew. Key results include:
23
+
24
+ Fine-tuning the LongHero model on both Hebrew NLI datasets and LCHAIM yielded a mean accuracy of 52%, which is 35% (absolute) lower than human performance.
25
+
26
+ Large Language Models (LLMs) in a few-shot setting achieved the following top mean accuracies:
27
+
28
+ * Gemma-9B
29
+
30
+ * Dicta-LM-2.0-7B
31
+
32
+ * GPT-4o
33
+
34
+ Top performance: 60.12% mean accuracy
35
+
36
+ ### Citation
37
+
38
+ If you use LCHAIM in your research, please cite our work, which should be published in the next month
39
+
40
+ ### License
41
+
42
+
43
+ LCHAIM is released under the mit license.
44
+
45
+ ### Contact
46
+
47
+ For questions or feedback, please contact orielpe@post.bgu.ac.il
48
+