thepurpleowl commited on
Commit
b9784b1
1 Parent(s): 9ece021

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -48,7 +48,7 @@ task_ids:
48
 
49
  ### Dataset Summary
50
 
51
- CodeQueries is a dataset to evaluate the ability of neural networks to answer semantic queries over code. Given a query and code, a model is expected to identify answer and supporting-fact spans in the code for the query. This is extractive question-answering over code, for questions with a large scope (entire files) and complexity including both single- and multi-hop reasoning. [paper]().
52
 
53
  ### Supported Tasks and Leaderboards
54
 
 
48
 
49
  ### Dataset Summary
50
 
51
+ CodeQueries is a dataset to evaluate the ability of neural networks to answer semantic queries over code. Given a query and code, a model is expected to identify answer and supporting-fact spans in the code for the query. This is extractive question-answering over code, for questions with a large scope (entire files) and complexity including both single- and multi-hop reasoning. See the [paper]() for more details.
52
 
53
  ### Supported Tasks and Leaderboards
54