Skip to content

Commit

Permalink
update pub
Browse files Browse the repository at this point in the history
  • Loading branch information
xcfcode committed Jul 10, 2024
1 parent a30d07b commit 3769696
Show file tree
Hide file tree
Showing 16 changed files with 71 additions and 14 deletions.
85 changes: 71 additions & 14 deletions _bibliography/papers.bib
Original file line number Diff line number Diff line change
@@ -1,28 +1,54 @@
---
---
@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,
title = {A Challenging Benchmark for Low-Resource Learning},
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}
}


Expand All @@ -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}
}


Expand All @@ -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,
Expand All @@ -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,
Expand All @@ -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,
Expand All @@ -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,
Expand All @@ -77,15 +111,28 @@ @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,
title = {Decomposing the Enigma: Subgoal-based Demonstration Learning for Formal Theorem Proving},
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,
Expand All @@ -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,
Expand Down
Binary file added assets/img/publication_preview/An2023LEvalIS.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/publication_preview/Li2024RedTV.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/publication_preview/Wang2023ACB.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/publication_preview/Wang2024LoRAMD.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/publication_preview/Xu2023LemurHN.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/publication_preview/Zhao2024BBABB.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 3769696

Please sign in to comment.