verAPPelt commited on
Commit
43fcdb6
·
verified ·
1 Parent(s): 9dcd333

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -4
README.md CHANGED
@@ -132,13 +132,13 @@ Overall, TOMT-KIS includes 128 attributes for each question, such as
132
  - `id` (string): unique Reddit-identifier of a question
133
  - `title` (string): the title of a question
134
  - `content` (string): the main text content of a question
135
- - `created_utc` (date): the posted question's timestamp
136
  - `link_flair_text` (string): indicates whether the question is solved; set by moderators
137
  - `comments` (string, json): the complete tree of the discussion on each question
138
 
139
  We run our precision-oriented answer identification heuristic on questions tagged as solved by a moderator and add four "new" attributes when the heuristic could identify an answer:
140
 
141
- - `answer_detected` (boolean): indicates whether our heuristic could extract an answer
142
- - `solved_utc`(date): the timestamp when the identified answer was posted
143
  - `chosen_answer`(string): the extracted answer
144
- - `links_on_answer_path`(list of strings): contains all Reddit-external pages that were found in posts between the question and the post with the answer.
 
132
  - `id` (string): unique Reddit-identifier of a question
133
  - `title` (string): the title of a question
134
  - `content` (string): the main text content of a question
135
+ - `created_utc` (string): the posted question's timestamp
136
  - `link_flair_text` (string): indicates whether the question is solved; set by moderators
137
  - `comments` (string, json): the complete tree of the discussion on each question
138
 
139
  We run our precision-oriented answer identification heuristic on questions tagged as solved by a moderator and add four "new" attributes when the heuristic could identify an answer:
140
 
141
+ - `answer_detected` (string): indicates whether our heuristic could extract an answer
142
+ - `solved_utc`(string): the timestamp when the identified answer was posted
143
  - `chosen_answer`(string): the extracted answer
144
+ - `links_on_answer_path`(string in list format): contains all Reddit-external pages that were found in posts between the question and the post with the answer.