Iker commited on
Commit
d281fdc
1 Parent(s): 956bdb6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -50,11 +50,11 @@ The full NoticIA dataset is available here: [https://huggingface.co/datasets/Ike
50
 
51
  # Data explanation
52
  - **web_url** (int): The URL of the news article
53
- - **web_headline** (str): The headline of the article, which is a Clickbait.
54
- - **web_text** (int): The body of the article.
55
- - **clean_web_text** (str): The `web_text` has been downloaded from the web HTML and can contain undesired text not related to the news article. The `clean_web_text` has been cleaned using the OpenAI gpt-3.5-turbo-0125 model. We ask the model to remove any sentence unrelated to the article.
56
  - **summary** (str): The original summary in the NoticIA dataset.
57
  - **summary2** (str): The second summary written by another human to validate the quality of `summary`
 
 
58
  -
59
 
60
  # Dataset Description
 
50
 
51
  # Data explanation
52
  - **web_url** (int): The URL of the news article
53
+ - **web_headline** (str): The headline of the article, which is a Clickbait.
 
 
54
  - **summary** (str): The original summary in the NoticIA dataset.
55
  - **summary2** (str): The second summary written by another human to validate the quality of `summary`
56
+ - **web_text** (int): The body of the article.
57
+
58
  -
59
 
60
  # Dataset Description