Datasets:
Tasks:
Text Generation
Modalities:
Text
Formats:
parquet
Languages:
Hebrew
Size:
10K - 100K
Tags:
legal
Update README.md
Browse files
README.md
CHANGED
@@ -8,4 +8,38 @@ tags:
|
|
8 |
pretty_name: Knesset News Dataset
|
9 |
size_categories:
|
10 |
- 10K<n<100K
|
11 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
8 |
pretty_name: Knesset News Dataset
|
9 |
size_categories:
|
10 |
- 10K<n<100K
|
11 |
+
---
|
12 |
+
# Dataset Card for Knesset News
|
13 |
+
|
14 |
+
Hebrew Press Releases From the Knesset(Israeli Parliament)
|
15 |
+
|
16 |
+
## Dataset Details
|
17 |
+
|
18 |
+
### Dataset Description
|
19 |
+
|
20 |
+
The dataset contains all the official knesset hebrew press releases up until 21-07-2025
|
21 |
+
|
22 |
+
- **Curated by:** [@Wissotsky]
|
23 |
+
- **Language:** [Hebrew]
|
24 |
+
|
25 |
+
### Dataset Sources
|
26 |
+
|
27 |
+
[Knesset Press Releases](https://main.knesset.gov.il/News/PressReleases/Pages/default.aspx)
|
28 |
+
|
29 |
+
## Dataset Structure
|
30 |
+
|
31 |
+
- **SP_Id** (string): Unique identifier for each news article from the Knesset system
|
32 |
+
- **Title** (string): Article headline/subject
|
33 |
+
- **Date** (string): Publication date of the article
|
34 |
+
- **URL** (string): Original source URL of the article on the Knesset website. (relative link)
|
35 |
+
- **Content** (string): Full article content converted to Markdown format, including extracted title, date, and main article text from the raw html data.
|
36 |
+
|
37 |
+
## Dataset Creation
|
38 |
+
|
39 |
+
### Data Collection and Processing
|
40 |
+
|
41 |
+
The title,date and article text were extracted from the html data, concatenated and converted to markdown using the [html-to-markdown/v2](https://github.com/JohannesKaufmann/html-to-markdown) golang library
|
42 |
+
|
43 |
+
## Bias, Risks, and Limitations
|
44 |
+
|
45 |
+
Well its the Knesset news, whaddya expect
|