Skip to content

Commit

Permalink
faviq page
Browse files Browse the repository at this point in the history
  • Loading branch information
JJumSSu committed Jun 4, 2021
1 parent 107a0ce commit c5aa424
Show file tree
Hide file tree
Showing 13 changed files with 203 additions and 418 deletions.
3 changes: 0 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
data
*.json
__pycache__
*/__pycache__
*/*/__pycache__
pycocoevalcap/tokenizer/stanford-corenlp-3.4.1.jar
*.py
18 changes: 9 additions & 9 deletions explorer.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,39 +4,39 @@
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>AmbigNQ Explorer</title>
<title>FaVIQ Explorer</title>
<link href="static/styles/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="static/styles/bootstrap/css/bootstrap-theme.min.css" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="static/styles/pretty-checkbox.min.css"/>
<link rel="stylesheet" href="static/styles/index.css"/>
<link rel="shortcut icon" href="https://www.cs.washington.edu/sites/default/files/favicon_3.ico" type="image/vnd.microsoft.icon" />
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Noto+Sans+KR&display=swap" rel="stylesheet">
</head>
<body>
<div id="navbar" class="container">
<div class="collapse navbar-collapse" id="menu-list">
<button class="title">
<a href="https://nlp.cs.washington.edu/ambigqa/">
AmbigQA: Answering Ambiguous Open-domain Questions
<a href="index.html">
FaVIQ: Fact Verification from Information seeking Questions
</a>
</button>
<button><a href="https://nlp.cs.washington.edu/ambigqa/leaderboard.html">Leaderboard</a></button>
<button><a class="active" href="https://nlp.cs.washington.edu/ambigqa/explorer.html">Data explorer</a></button>
<button><a href="https://nlp.cs.washington.edu/ambigqa/">Home</a></button>
<button><a class="active" href="explorer.html">Explore</a></button>
<button><a href="index.html">Home</a></button>
</div>
</div>
<div id="second-navbar" class="container">
<div id="mode-container" class="radio-box-container">
<div class="pretty p-default p-curve">
<input type="radio" name="mode" class="mode" value="0" />
<div class="state p-primary-o">
<label>Only examples with multiple pairs</label>
<label>A set</label>
</div>
</div>
<div class="pretty p-default p-curve">
<input type="radio" name="mode" class="mode" value="1" />
<div class="state p-primary-o">
<label>Only examples with a single answer</label>
<label>D set</label>
</div>
</div>
<div class="pretty p-default p-curve">
Expand Down
21 changes: 11 additions & 10 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,33 +4,34 @@
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>AmbigQA</title>
<title>FaVIQ</title>
<link href="static/styles/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="static/styles/bootstrap/css/bootstrap-theme.min.css" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="static/styles/pretty-checkbox.min.css"/>
<link rel="stylesheet" href="static/styles/index.css"/>
<link rel="shortcut icon" href="https://www.cs.washington.edu/sites/default/files/favicon_3.ico" type="image/vnd.microsoft.icon" />
<link rel="stylesheet" href="static/styles/index.css"/>
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Noto+Sans+KR&display=swap" rel="stylesheet">
</head>
<body>
<div id="navbar" class="container">
<div class="collapse navbar-collapse" id="menu-list">
<div class="" id="menu-list">
<button class="title">
<a href="https://nlp.cs.washington.edu/ambigqa/">
AmbigQA: Answering Ambiguous Open-domain Questions
<a href="index.html">
FaVIQ: Fact Verification from Information seeking Questions
</a>
</button>
<button><a href="https://nlp.cs.washington.edu/ambigqa/leaderboard.html">Leaderboard</a></button>
<button><a href="https://nlp.cs.washington.edu/ambigqa/explorer.html">Data explorer</a></button>
<button><a class="active" href="https://nlp.cs.washington.edu/ambigqa/">Home</a></button>
<button><a href="explorer.html">Explore</a></button>
<button><a class="active" href="index.html">Home</a></button>
</div>
</div>
<div class="container" id="container" role="main">
<div id="intro-content">
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<script src="static/jquery-3.1.0.min.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<script src="static/styles/bootstrap/js/bootstrap.min.js"></script>
<script src="static/jszip.min.js"></script>
<script src="static/index.js"></script>
<!-- Global site tag (gtag.js) - Google Analytics -->
Expand Down
51 changes: 0 additions & 51 deletions leaderboard.html

This file was deleted.

1 change: 1 addition & 0 deletions static/all_set_web.json

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions static/data.js

Large diffs are not rendered by default.

Loading

0 comments on commit c5aa424

Please sign in to comment.