Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
ruoxining committed Mar 25, 2024
1 parent d4f1200 commit 3e0a335
Showing 1 changed file with 30 additions and 23 deletions.
53 changes: 30 additions & 23 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -129,33 +129,33 @@ <h4>Data Description</h4>
Each data point in our dataset is represented as a dictionary with the following keys:
</p>
<pre id="eachcase">
{
"Question": The input question,
"Options": [
Option A,
Option B,
Option C,
Option D
],
"Complex": "mh",
"Aspect": "times"
}
{
"Question": The input question,
"Options": [
Option A,
Option B,
Option C,
Option D
],
"Complex": "mh",
"Aspect": "times"
}
</pre>
<p>
Here is an example of a data point:
</p>
<pre id="caseexample">
{
"Question": "How many times has Robert written letters to his sister?",
"Options": [
"11",
"9",
"12",
"10"
],
"Complex": "mh",
"Aspect": "times"
}
{
"Question": "How many times has Robert written letters to his sister?",
"Options": [
"11",
"9",
"12",
"10"
],
"Complex": "mh",
"Aspect": "times"
}
</pre>
</div>
<div class="list-group-item" id="Contributers">
Expand Down Expand Up @@ -199,7 +199,14 @@ <h4>License</h4>
<div class="list-group-item">
<h4>Citation</h4>
<pre id="citation">
<!--TODO: waiting for arxiv version-->
@misc{wang2024novelqa,
title={NovelQA: A Benchmark for Long-Range Novel Question Answering},
author={Cunxiang Wang and Ruoxi Ning and Boqi Pan and Tonghui Wu and Qipeng Guo and Cheng Deng and Guangsheng Bao and Qian Wang and Yue Zhang},
year={2024},
eprint={2403.12766},
archivePrefix={arXiv},
primaryClass={cs.CL}
}
</pre>
</div>
</div>
Expand Down

0 comments on commit 3e0a335

Please sign in to comment.