saheedniyi commited on
Commit
70d95fb
1 Parent(s): 0383ba0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -3
README.md CHANGED
@@ -78,10 +78,15 @@ This dataset is not suitable for:
78
 
79
  The dataset consists of two main fields for each entry:
80
 
81
- - **Question:** The original post or question from a Nairaland thread.
82
- - **Answer:** The most liked response to that post or question.
83
 
84
- Data splits and additional structuring information are not provided in this basic version but can be customized as needed for specific applications.
 
 
 
 
 
 
85
 
86
  ## Dataset Creation
87
 
 
78
 
79
  The dataset consists of two main fields for each entry:
80
 
81
+ - **title**: The title or headline of the original post or question on Nairaland. It provides a quick summary or the main topic of the post.
 
82
 
83
+ - **content**: The detailed content of the original post or question. This includes the full text that describes the user's query or discussion point.
84
+
85
+ - **response**: The most liked response to the original post. This is the answer or reply that received the most positive engagement from other users.
86
+
87
+ - **likes**: The number of likes the response received. This indicates how many users found the response helpful or relevant.
88
+
89
+ - **section**: The specific Nairaland section or category where the post was made, such as "Politics," "Romance," "Career," etc. This helps categorize the post by topic.
90
 
91
  ## Dataset Creation
92