nielsr HF staff commited on
Commit
b16dccd
·
verified ·
1 Parent(s): 96c9122

Add pipeline tag, library name

Browse files

This PR ensures people can find your model at https://huggingface.co/models?pipeline_tag=text-generation&sort=trending and adds
the library_name, ensuring a "how to use" button appears at the top right of the page.

Files changed (1) hide show
  1. README.md +36 -34
README.md CHANGED
@@ -1,34 +1,36 @@
1
- ---
2
- license: llama3.1
3
- ---
4
-
5
- # SelfCite: Self-Supervised Alignment for Context Attribution in Large Language Models
6
-
7
-
8
- Paper: https://arxiv.org/abs/2502.09604
9
- Authors: [Yung-Sung Chuang](https://people.csail.mit.edu/yungsung/)†, [Benjamin Cohen-Wang](https://bencw99.github.io/)†, [Shannon Zejiang Shen](https://www.szj.io/)†, [Zhaofeng Wu](https://zhaofengwu.github.io/)†, [Hu Xu](https://howardhsu.github.io/)‡, [Xi Victoria Lin](https://victorialin.org/)‡, [James Glass](https://people.csail.mit.edu/jrg/)†, [Shang-Wen Li](https://swdanielli.github.io/)‡, [Wen-tau Yih](https://scottyih.org/)‡
10
- Massachusetts Institute of Technology, ‡ Meta AI
11
-
12
- ![main-fig](https://github.com/voidism/SelfCite/raw/main/SelfCite.png)
13
-
14
- This model is a reproduction of the SimPO fine-tuned model from LongCite-8B.
15
- Please refer to our GitHub repository for usage and more details: https://github.com/voidism/SelfCite
16
-
17
- ## Citation
18
- Please cite our paper as well as LongCite if they are helpful to your work!
19
-
20
- ```bibtex
21
- @inproceedings{chuang2025selfcite,
22
- title={SelfCite: Self-Supervised Alignment for Context Attribution in Large Language Models},
23
- author={Yung-Sung Chuang and Benjamin Cohen-Wang and Shannon Zejiang Shen and Zhaofeng Wu and Hu Xu and Xi Victoria Lin and James Glass and Shang-Wen Li and Wen-tau Yih},
24
- journal={arXiv preprint arXiv:2502.09604},
25
- year={2025}
26
- }
27
-
28
- @article{zhang2024longcite,
29
- title = {LongCite: Enabling LLMs to Generate Fine-grained Citations in Long-context QA}
30
- author={Jiajie Zhang and Yushi Bai and Xin Lv and Wanjun Gu and Danqing Liu and Minhao Zou and Shulin Cao and Lei Hou and Yuxiao Dong and Ling Feng and Juanzi Li},
31
- journal={arXiv preprint arXiv:2409.02897},
32
- year={2024}
33
- }
34
- ```
 
 
 
1
+ ---
2
+ license: llama3.1
3
+ library_name: transformers
4
+ pipeline_tag: text-generation
5
+ ---
6
+
7
+ # SelfCite: Self-Supervised Alignment for Context Attribution in Large Language Models
8
+
9
+
10
+ Paper: https://arxiv.org/abs/2502.09604
11
+ Authors: [Yung-Sung Chuang](https://people.csail.mit.edu/yungsung/)†, [Benjamin Cohen-Wang](https://bencw99.github.io/)†, [Shannon Zejiang Shen](https://www.szj.io/)†, [Zhaofeng Wu](https://zhaofengwu.github.io/)†, [Hu Xu](https://howardhsu.github.io/)‡, [Xi Victoria Lin](https://victorialin.org/)‡, [James Glass](https://people.csail.mit.edu/jrg/)†, [Shang-Wen Li](https://swdanielli.github.io/)‡, [Wen-tau Yih](https://scottyih.org/)‡
12
+ † Massachusetts Institute of Technology, ‡ Meta AI
13
+
14
+ ![main-fig](https://github.com/voidism/SelfCite/raw/main/SelfCite.png)
15
+
16
+ This model is a reproduction of the SimPO fine-tuned model from LongCite-8B.
17
+ Please refer to our GitHub repository for usage and more details: https://github.com/voidism/SelfCite
18
+
19
+ ## Citation
20
+ Please cite our paper as well as LongCite if they are helpful to your work!
21
+
22
+ ```bibtex
23
+ @inproceedings{chuang2025selfcite,
24
+ title={SelfCite: Self-Supervised Alignment for Context Attribution in Large Language Models},
25
+ author={Yung-Sung Chuang and Benjamin Cohen-Wang and Shannon Zejiang Shen and Zhaofeng Wu and Hu Xu and Xi Victoria Lin and James Glass and Shang-Wen Li and Wen-tau Yih},
26
+ journal={arXiv preprint arXiv:2502.09604},
27
+ year={2025}
28
+ }
29
+
30
+ @article{zhang2024longcite,
31
+ title = {LongCite: Enabling LLMs to Generate Fine-grained Citations in Long-context QA}
32
+ author={Jiajie Zhang and Yushi Bai and Xin Lv and Wanjun Gu and Danqing Liu and Minhao Zou and Shulin Cao and Lei Hou and Yuxiao Dong and Ling Feng and Juanzi Li},
33
+ journal={arXiv preprint arXiv:2409.02897},
34
+ year={2024}
35
+ }
36
+ ```