-
Notifications
You must be signed in to change notification settings - Fork 24
/
config.yml
37 lines (37 loc) · 1.41 KB
/
config.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
sections:
- name: "New Datasets"
instructions: |
This label represents arxiv articles that discuss the release of a new dataset.
When annotating, it's important that the sentence in question clearly confirms,
without a doubt, that the article is about a new dataset or corpus. New benchmarks
on a existing dataset are not of interest.
label: "new-dataset"
threshold: 0.7
- name: "Data Quality"
instructions: |
This label represents arxiv articles that discuss data quality issues in existing
datasets. It may also relate to annotation issues.
label: "data-quality"
threshold: 0.6
- name: "Benchmarks"
instructions: |
This label represents the discussion of a benchmark.
label: "benchmark"
threshold: 0.6
- name: "LLMs"
instructions: |
This label represents the discussion of a large language models.
label: "llms"
threshold: 0.6
- name: "Developer Research"
instructions: |
This label represents arxiv articles that discuss research on how to be a developer.
Mainly targeted towards quantitative research.
label: "dev-research"
threshold: 0.6
- name: "Data Annotation Techniques"
instructions: |
This label represents research related to data annotation. Could be annotator agreement
stuff, interfaces, annotations processes ... that stuff!
label: "data-annotation"
threshold: 0.6