davanstrien HF staff commited on
Commit
fdf61b0
1 Parent(s): 7e42533

add basic info to dataset card

Browse files

This also adds a link to https://huggingface.co/papers/2406.03897

Files changed (1) hide show
  1. README.md +17 -1
README.md CHANGED
@@ -20,4 +20,20 @@ dataset_info:
20
  ---
21
  # Dataset Card for "HeSum"
22
 
23
- [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
20
  ---
21
  # Dataset Card for "HeSum"
22
 
23
+ > While large language models (LLMs) excel in various natural language tasks in English, their performance in lower-resourced languages like Hebrew, especially for generative tasks such as abstractive summarization, remains unclear. The high morphological richness in Hebrew adds further challenges due to the ambiguity in sentence comprehension and the complexities in meaning construction. In this paper, we address this resource and evaluation gap by introducing HeSum, a novel benchmark specifically designed for abstractive text summarization in Modern Hebrew. HeSum consists of 10,000 article-summary pairs sourced from Hebrew news websites written by professionals. Linguistic analysis confirms HeSum's high abstractness and unique morphological challenges. We show that HeSum presents distinct difficulties for contemporary state-of-the-art LLMs, establishing it as a valuable testbed for generative language technology in Hebrew, and MRLs generative challenges in general.
24
+
25
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
26
+
27
+
28
+ ## Citation
29
+
30
+ ```bibtex
31
+ @misc{pazargaman2024hesum,
32
+ title={HeSum: a Novel Dataset for Abstractive Text Summarization in Hebrew},
33
+ author={Tzuf Paz-Argaman and Itai Mondshine and Asaf Achi Mordechai and Reut Tsarfaty},
34
+ year={2024},
35
+ eprint={2406.03897},
36
+ archivePrefix={arXiv},
37
+ primaryClass={cs.CL}
38
+ }
39
+ ```