Update README.md
Browse files
README.md
CHANGED
@@ -1,5 +1,17 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
4 |
|
5 |
# The TOMT-KIS (tip-of-my-tongue-known-item-search) Dataset
|
@@ -92,5 +104,4 @@ We run our precision-oriented answer identification heuristic on questions tagge
|
|
92 |
- `answer_detected` (boolean): indicates whether our heuristic could extract an answer
|
93 |
- `solved_utc`(date): the timestamp when the identified answer was posted
|
94 |
- `chosen_answer`(string): the extracted answer
|
95 |
-
- `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.
|
96 |
-
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
+
language:
|
4 |
+
- en
|
5 |
+
tags:
|
6 |
+
- ir
|
7 |
+
- trec
|
8 |
+
- tip-of-my-tongue
|
9 |
+
- known-item-search
|
10 |
+
- natural-language-processing
|
11 |
+
- information-retrieval
|
12 |
+
pretty_name: tip-of-my-tongue-known-item-search
|
13 |
+
size_categories:
|
14 |
+
- 1M<n<10M
|
15 |
---
|
16 |
|
17 |
# The TOMT-KIS (tip-of-my-tongue-known-item-search) Dataset
|
|
|
104 |
- `answer_detected` (boolean): indicates whether our heuristic could extract an answer
|
105 |
- `solved_utc`(date): the timestamp when the identified answer was posted
|
106 |
- `chosen_answer`(string): the extracted answer
|
107 |
+
- `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.
|
|