Update README.md
Browse files
README.md
CHANGED
@@ -50,6 +50,7 @@ Each instance contains the following fields:
|
|
50 |
* `related_work_paragraph`: the related work paragraph that the annotator wrote the question for.
|
51 |
* `cited_papers`: The list of papers that are relevant to the question.
|
52 |
* `cited_paragraphs`: The list of extracted paragraphs from the cited papers.
|
|
|
53 |
|
54 |
## Dataset Creation
|
55 |
|
|
|
50 |
* `related_work_paragraph`: the related work paragraph that the annotator wrote the question for.
|
51 |
* `cited_papers`: The list of papers that are relevant to the question.
|
52 |
* `cited_paragraphs`: The list of extracted paragraphs from the cited papers.
|
53 |
+
* `source_paper_corpusid`: The corpus ID of the source paper of the related work paragraph.
|
54 |
|
55 |
## Dataset Creation
|
56 |
|