Skip to content

Commit bb89665

Browse files
committed
minor.
1 parent e8dec8e commit bb89665

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed

README.md

+10-8
Original file line numberDiff line numberDiff line change
@@ -29,15 +29,15 @@ The Capability Library is constructed using validation sets from in-domain tasks
2929
./scripts/collect_tv.sh
3030
```
3131

32-
## Dynamic Capability Elicitation
32+
### Dynamic Capability Elicitation
3333

34-
### Train the Retriever
34+
#### Train the Retriever
3535
We provide a balanced dataset of 10,000 samples to train the retriever:
3636
```bash
3737
python train_retriever.py --output_model prompt_classifier_model.pth
3838
```
3939

40-
### Evaluate ELICIT
40+
#### Evaluate ELICIT
4141
Once the retriever is trained, you can evaluate ELICIT using the collected library:
4242
```bash
4343
./scripts/eval_elicit.sh
@@ -53,10 +53,12 @@ To analyze results:
5353
If you find this project helpful, please consider citing our work:
5454

5555
```bibtex
56-
@article{wang2024elicit,
57-
title={ELICIT: LLM Augmentation via External In-Context Capability},
58-
author={Wang, Futing and Yan, Jianhao and Zhang, Yue and Lin, Tao},
59-
journal={arXiv preprint arXiv:2410.09343},
60-
year={2024}
56+
@inproceedings{
57+
wang2025elicit,
58+
title={{ELICIT}: {LLM} Augmentation Via External In-context Capability},
59+
author={Futing Wang and Jianhao Yan and Yue Zhang and Tao Lin},
60+
booktitle={The Thirteenth International Conference on Learning Representations},
61+
year={2025},
62+
url={https://openreview.net/forum?id=CI4sCBMXjP}
6163
}
6264
```

0 commit comments

Comments
 (0)