Skip to content

Commit f48301a

Browse files
committed
Updated on 2024-08-13
1 parent 4c2bbce commit f48301a

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

papers/list.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
[
22
{
33
"title": "SMASH: One-Shot Model Architecture Search through Hypernetworks",
4-
"author": "Tomer Volk et al",
5-
"year": "2023",
6-
"topic": "hypernetworks, multi-source adaptation, unseen domains, NLP",
7-
"venue": "EMNLP",
8-
"description": "The authors apply hypernets to unsupervised domain adaptation in NLP. They use example-based adaptation. The main idea is that they use an encoder-decoder to initially create the unique signatures from an input example, and then they embed it within the source domain's semantic space. The signature is then used by a hypernet to generate the task classifier's weights. The paper focuses on improving generalization to unseen domains by explicitly modeling the shared and domain specific characteristics of the input. To allow for parameter sharing, they propose modeling based on hypernets, which allow soft weight sharing. ",
9-
"link": "https://aclanthology.org/2023.findings-emnlp.610.pdf"
4+
"author": "Andrew Brock et al",
5+
"year": "2017",
6+
"topic": "hypernetworks, nas, one-shot, few-shot",
7+
"venue": "Arxiv",
8+
"description": "The authors propose a technique to speed up NAS by using a hypernet. Basically, they train a hypernet to generate weights of a main model that has variable architecure. The input to the hypernet is a binarized representation of model architecture. The hypernet takes this representation in, and then outputs weights. They then train only for a few epochs, and compare the validation scores obtained across different representations. Then, they fully train the model that had the best validation score.",
9+
"link": "https://arxiv.org/abs/1708.05344"
1010
},
1111
{
1212
"title": "Example-based Hypernetworks for Multi-source Adaptation to Unseen Domains",

0 commit comments

Comments
 (0)