kingkaung commited on
Commit
2f1cda2
·
verified ·
1 Parent(s): 7f09d89

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -2
README.md CHANGED
@@ -41,7 +41,8 @@ The **English Islam QA Info** is derived from the IslamQA website and contains c
41
  - `topic`: Thematic category derived from the URL.
42
  - `page_url`: URL to the specific Q&A page.
43
  - `article_url`: Direct link to the article.
44
- - `original_qanda_id`: ID referencing the original question and answer pair in the IslamQA repository.
 
45
 
46
  ### Dataset Sources
47
 
@@ -100,7 +101,7 @@ This sample provides a comprehensive view of how the data is structured and pres
100
  "topic": "Abandoning or neglecting salaat",
101
  "page_url": "https://islamqa.info/en/categories/topics/77/abandoning-or-neglecting-salaat",
102
  "article_url": "https://islamqa.info/en/answers/145290/she-stopped-praying-when-she-was-sick-then-she-died-do-her-heirs-have-to-do-anything",
103
- "original_qanda_id": "77",
104
  "original_id": "145290"
105
  }
106
 
 
41
  - `topic`: Thematic category derived from the URL.
42
  - `page_url`: URL to the specific Q&A page.
43
  - `article_url`: Direct link to the article.
44
+ - `original_topic_id`: ID referencing the original topic in the IslamQA repository.
45
+ - `original_id`: ID referencing the original question and answer pair in the IslamQA repository.
46
 
47
  ### Dataset Sources
48
 
 
101
  "topic": "Abandoning or neglecting salaat",
102
  "page_url": "https://islamqa.info/en/categories/topics/77/abandoning-or-neglecting-salaat",
103
  "article_url": "https://islamqa.info/en/answers/145290/she-stopped-praying-when-she-was-sick-then-she-died-do-her-heirs-have-to-do-anything",
104
+ "original_topic_id": "77",
105
  "original_id": "145290"
106
  }
107