diff --git a/_bibliography/papers.bib b/_bibliography/papers.bib index 569bff6..d84db64 100644 --- a/_bibliography/papers.bib +++ b/_bibliography/papers.bib @@ -1,20 +1,44 @@ --- --- +@article{Zhao2023SEGOSS, + title = {SEGO: Sequential Subgoal Optimization for Mathematical Problem-Solving}, + author = {Xueliang Zhao and Xinting Huang and Wei Bi and Lingpeng Kong}, + journal = {In Proceedings of the + Annual Meeting of the Association for Computational Linguistics (ACL)}, + year = {2024}, + arxiv = {2310.12960}, + code = {https://github.com/zhaoxlpku/SEGO}, + preview = {Zhao2023SEGOSS.png} +} + @article{Zhao2024BBABB, title = {BBA: Bi-Modal Behavioral Alignment for Reasoning with Large Vision-Language Models}, author = {Xueliang Zhao and Xinting Huang and Tingchen Fu and Qintong Li and Shansan Gong and Lemao Liu and Wei Bi and Lingpeng Kong}, journal = {In Findings of the Annual Meeting of the Association for Computational Linguistics (ACL Findings)}, year = {2024}, - arxiv = {2402.13577} + arxiv = {2402.13577}, + preview = {Zhao2024BBABB.png} } -@article{Zhao2023SEGOSS, - title = {SEGO: Sequential Subgoal Optimization for Mathematical Problem-Solving}, - author = {Xueliang Zhao and Xinting Huang and Wei Bi and Lingpeng Kong}, +@article{Li2024RedTV, + title = {Red Teaming Visual Language Models}, + author = {Mukai Li and Lei Li and Yuwei Yin and Masood Ahmed and Zhenguang Liu and Qi Liu}, + journal = {In Findings of the Annual Meeting of the Association for Computational Linguistics (ACL Findings)}, + year = {2024}, + arxiv = {2401.12915}, + code = {https://huggingface.co/datasets/MMInstruction/RedTeamingVLM}, + preview = {Li2024RedTV.png} +} + +@article{Wang2023LargeLM, + title = {Large Language Models are not Fair Evaluators}, + author = {Peiyi Wang and Lei Li and Liang Chen and Dawei Zhu and Binghuai Lin and Yunbo Cao and Qi Liu and Tianyu Liu and Zhifang Sui}, journal = {In Proceedings of the Annual Meeting of the Association for Computational Linguistics (ACL)}, year = {2024}, - arxiv = {2310.12960} + arxiv = {2305.17926}, + code = {https://github.com/i-Eval/FairEval}, + preview = {Wang2023LargeLM.png} } @article{Wang2023ACB, @@ -22,7 +46,9 @@ @article{Wang2023ACB author = {Yudong Wang and Chang Ma and Qingxiu Dong and Lingpeng Kong and Jingjing Xu}, journal = {In Findings of the Annual Meeting of the Association for Computational Linguistics (ACL Findings)}, year = {2024}, - arxiv = {2303.03840} + arxiv = {2303.03840}, + code = {https://github.com/Qian2333/Hard-Bench}, + preview = {Wang2023ACB.png} } @@ -31,7 +57,8 @@ @article{Wang2024LoRAMD author = {Sheng Wang and Liheng Chen and Jiyue Jiang and Boyang Xue and Lingpeng Kong and Chuan Wu}, journal = {In Findings of the Annual Meeting of the Association for Computational Linguistics (ACL Findings)}, year = {2024}, - arxiv = {2403.00812} + arxiv = {2403.00812}, + preview = {Wang2024LoRAMD.png} } @@ -41,7 +68,9 @@ @article{Li2024GSMPlusAC journal = {In Proceedings of the Annual Meeting of the Association for Computational Linguistics (ACL)}, year = {2024}, - arxiv = {2402.19255} + arxiv = {2402.19255}, + code = {https://qtli.github.io/GSM-Plus/}, + preview = {Li2024GSMPlusAC.png} } @article{Wang2024PRoLoRAPR, @@ -50,7 +79,8 @@ @article{Wang2024PRoLoRAPR journal = {In Proceedings of the Annual Meeting of the Association for Computational Linguistics (ACL)}, year = {2024}, - arxiv = {2402.16902} + arxiv = {2402.16902}, + preview = {Wang2024PRoLoRAPR.png} } @article{An2023LEvalIS, @@ -59,7 +89,9 @@ @article{An2023LEvalIS journal = {In Proceedings of the Annual Meeting of the Association for Computational Linguistics (ACL)}, year = {2024}, - arxiv = {2307.11088} + arxiv = {2307.11088}, + code = {https://github.com/OpenLMLab/LEval}, + preview = {An2023LEvalIS.png} } @article{Li2024MultimodalAA, @@ -68,7 +100,9 @@ @article{Li2024MultimodalAA journal = {In Proceedings of the Annual Meeting of the Association for Computational Linguistics (ACL)}, year = {2024}, - arxiv = {2403.00231} + arxiv = {2403.00231}, + code = {https://mm-arxiv.github.io/}, + preview = {Li2024MultimodalAA.png} } @article{Zheng2023SelfInfillingCG, @@ -77,7 +111,18 @@ @article{Zheng2023SelfInfillingCG journal = {In Proceedings of the International Conference on Machine Learning (ICML)}, year = {2024}, arxiv = {2311.17972}, - code = {https://github.com/LZhengisme/self-infilling} + code = {https://github.com/LZhengisme/self-infilling}, + preview = {Zheng2023SelfInfillingCG.png} +} + +@article{An2024TrainingFreeLS, + title = {Training-Free Long-Context Scaling of Large Language Models}, + author = {Chen An and Fei Huang and Jun Zhang and Shansan Gong and Xipeng Qiu and Chang Zhou and Lingpeng Kong}, + journal = {In Proceedings of the International Conference on Machine Learning (ICML)}, + year = {2024}, + arxiv = {2402.17463}, + code = {https://github.com/HKUNLP/ChunkLlama}, + preview = {An2024TrainingFreeLS.png} } @article{Zhao2023DecomposingTE, @@ -85,7 +130,9 @@ @article{Zhao2023DecomposingTE author = {Xueliang Zhao and Wenda Li and Lingpeng Kong}, journal = {In Proceedings of the International Conference on Machine Learning (ICML)}, year = {2024}, - arxiv = {2305.16366} + arxiv = {2305.16366}, + code = {https://github.com/HKUNLP/subgoal-theorem-prover}, + preview = {Zhao2023DecomposingTE.png} } @article{Xu2023LemurHN, @@ -94,7 +141,17 @@ @article{Xu2023LemurHN journal = {In International Conference on Learning Representations (ICLR)}, year = {2024}, arxiv = {2310.06830}, - code = {https://github.com/OpenLemur/Lemur} + code = {https://github.com/OpenLemur/Lemur}, + preview = {Xu2023LemurHN.png} +} + +@article{Yang2023UniTabEAU, + title = {UniTabE: A Universal Pretraining Protocol for Tabular Foundation Model in Data Science}, + author = {Yazheng Yang and Yuqi Wang and Guangyi Liu and Ledell Yu Wu and Qi Liu}, + journal = {In International Conference on Learning Representations (ICLR)}, + year = {2024}, + arxiv = {2307.09249}, + preview = {Yang2023UniTabEAU.png} } @article{Li2023CanLM, diff --git a/assets/img/publication_preview/An2023LEvalIS.png b/assets/img/publication_preview/An2023LEvalIS.png new file mode 100644 index 0000000..a2f8101 Binary files /dev/null and b/assets/img/publication_preview/An2023LEvalIS.png differ diff --git a/assets/img/publication_preview/An2024TrainingFreeLS.png b/assets/img/publication_preview/An2024TrainingFreeLS.png new file mode 100644 index 0000000..9204c7a Binary files /dev/null and b/assets/img/publication_preview/An2024TrainingFreeLS.png differ diff --git a/assets/img/publication_preview/Li2024GSMPlusAC.png b/assets/img/publication_preview/Li2024GSMPlusAC.png new file mode 100644 index 0000000..19f95ff Binary files /dev/null and b/assets/img/publication_preview/Li2024GSMPlusAC.png differ diff --git a/assets/img/publication_preview/Li2024MultimodalAA.png b/assets/img/publication_preview/Li2024MultimodalAA.png new file mode 100644 index 0000000..225b502 Binary files /dev/null and b/assets/img/publication_preview/Li2024MultimodalAA.png differ diff --git a/assets/img/publication_preview/Li2024RedTV.png b/assets/img/publication_preview/Li2024RedTV.png new file mode 100644 index 0000000..5ab7a67 Binary files /dev/null and b/assets/img/publication_preview/Li2024RedTV.png differ diff --git a/assets/img/publication_preview/Wang2023ACB.png b/assets/img/publication_preview/Wang2023ACB.png new file mode 100644 index 0000000..94c4184 Binary files /dev/null and b/assets/img/publication_preview/Wang2023ACB.png differ diff --git a/assets/img/publication_preview/Wang2023LargeLM.png b/assets/img/publication_preview/Wang2023LargeLM.png new file mode 100644 index 0000000..d605bd2 Binary files /dev/null and b/assets/img/publication_preview/Wang2023LargeLM.png differ diff --git a/assets/img/publication_preview/Wang2024LoRAMD.png b/assets/img/publication_preview/Wang2024LoRAMD.png new file mode 100644 index 0000000..91bfc10 Binary files /dev/null and b/assets/img/publication_preview/Wang2024LoRAMD.png differ diff --git a/assets/img/publication_preview/Wang2024PRoLoRAPR.png b/assets/img/publication_preview/Wang2024PRoLoRAPR.png new file mode 100644 index 0000000..b477c52 Binary files /dev/null and b/assets/img/publication_preview/Wang2024PRoLoRAPR.png differ diff --git a/assets/img/publication_preview/Xu2023LemurHN.png b/assets/img/publication_preview/Xu2023LemurHN.png new file mode 100644 index 0000000..4f84ed6 Binary files /dev/null and b/assets/img/publication_preview/Xu2023LemurHN.png differ diff --git a/assets/img/publication_preview/Yang2023UniTabEAU.png b/assets/img/publication_preview/Yang2023UniTabEAU.png new file mode 100644 index 0000000..b439432 Binary files /dev/null and b/assets/img/publication_preview/Yang2023UniTabEAU.png differ diff --git a/assets/img/publication_preview/Zhao2023DecomposingTE.png b/assets/img/publication_preview/Zhao2023DecomposingTE.png new file mode 100644 index 0000000..c06714e Binary files /dev/null and b/assets/img/publication_preview/Zhao2023DecomposingTE.png differ diff --git a/assets/img/publication_preview/Zhao2023SEGOSS.png b/assets/img/publication_preview/Zhao2023SEGOSS.png new file mode 100644 index 0000000..579ee0e Binary files /dev/null and b/assets/img/publication_preview/Zhao2023SEGOSS.png differ diff --git a/assets/img/publication_preview/Zhao2024BBABB.png b/assets/img/publication_preview/Zhao2024BBABB.png new file mode 100644 index 0000000..8df016b Binary files /dev/null and b/assets/img/publication_preview/Zhao2024BBABB.png differ diff --git a/assets/img/publication_preview/Zheng2023SelfInfillingCG.png b/assets/img/publication_preview/Zheng2023SelfInfillingCG.png new file mode 100644 index 0000000..ff8152f Binary files /dev/null and b/assets/img/publication_preview/Zheng2023SelfInfillingCG.png differ