Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
gaoqiong
lm-evaluation-harness
Commits
b82e1a87
Commit
b82e1a87
authored
Feb 28, 2022
by
Jonathan Tow
Browse files
Update `task_guide.md` for new citation structure
parent
9e0b7102
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
9 deletions
+3
-9
docs/task_guide.md
docs/task_guide.md
+3
-9
No files found.
docs/task_guide.md
View file @
b82e1a87
...
@@ -33,8 +33,6 @@ Then open the file and create a multiline docstring on the first line with the f
...
@@ -33,8 +33,6 @@ Then open the file and create a multiline docstring on the first line with the f
<Short description of task>
<Short description of task>
Homepage: <URL to task's homepage>
Homepage: <URL to task's homepage>
<Citation>
"""
"""
```
```
...
@@ -52,16 +50,12 @@ questions to learn as much as possible about a hidden Wikipedia text, and (2)
...
@@ -52,16 +50,12 @@ questions to learn as much as possible about a hidden Wikipedia text, and (2)
a teacher who answers the questions by providing short excerpts (spans) from the text.
a teacher who answers the questions by providing short excerpts (spans) from the text.
Homepage: https://quac.ai/
Homepage: https://quac.ai/
@article{choi2018quac,
title={Quac: Question answering in context},
author={Choi, Eunsol and He, He and Iyyer, Mohit and Yatskar, Mark and Yih, Wen-tau and Choi, Yejin and Liang, Percy and Zettlemoyer, Luke},
journal={arXiv preprint arXiv:1808.07036},
year={2018}
}
"""
"""
```
```
Next, at the module-level, create a constant variable named
`_CITATION`
that contains the citation information for your task in BibTeX format.
Now let's walk through the actual implementation - from data handling to evaluation.
Now let's walk through the actual implementation - from data handling to evaluation.
## Data Handling
## Data Handling
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment