Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated readme.md : seprated AutoGen and EcoOptGen also removed bibtex #43

Merged
merged 3 commits into from
Oct 1, 2023

Commits on Sep 29, 2023

  1. Updated README.md added required changes to previous pull

    new changes :
    1. A section containing citation to AutoGen and EcoOptiGen
    2. Another section contain citation to MathChat
    ## Citation  
    [AutoGen](https://arxiv.org/abs/2308.08155). 
    AND  [EcoOptiGen](https://arxiv.org/abs/2303.04673).
    ``` 
    bibtex
    @inproceedings{wu2023autogen,
          title={AutoGen: Enabling Next-Gen LLM Applications via Multi-Agent Conversation Framework},
          author={Qingyun Wu and Gagan Bansal and Jieyu Zhang and Yiran Wu and Shaokun Zhang and Erkang Zhu and Beibin Li and Li Jiang and Xiaoyun Zhang and Chi Wang},
          year={2023},
          eprint={2308.08155},
          archivePrefix={arXiv},
          primaryClass={cs.AI}
    }
    
    bibtex
    @inproceedings{wang2023EcoOptiGen,
        title={Cost-Effective Hyperparameter Optimization for Large Language Model Generation Inference},
        author={Chi Wang and Susan Xueqing Liu and Ahmed H. Awadallah},
        year={2023},
        booktitle={AutoML'23},
    }
    ```
    
     [MathChat](https://arxiv.org/abs/2306.01337). 
    
    ```
    bibtex
    @inproceedings{wu2023empirical,
        title={An Empirical Study on Challenging Math Problem Solving with GPT-4},
        author={Yiran Wu and Feiran Jia and Shaokun Zhang and Hangyu Li and Erkang Zhu and Yue Wang and Yin Tat Lee and Richard Peng and Qingyun Wu and Chi Wang},
        year={2023},
        booktitle={ArXiv preprint arXiv:2306.01337},
    }
    ```
    priyansh4320 committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    c05e282 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from priyansh4320/priyansh4320-patch-1

    Updated README.md added required changes to previous pull
    new changes :
    
    A section containing citation to AutoGen and EcoOptiGen
    Another section contain citation to MathChat ## Citation
    
    
    ## Citation  
    [AutoGen](https://arxiv.org/abs/2308.08155). 
    AND  [EcoOptiGen](https://arxiv.org/abs/2303.04673).
    ``` 
    bibtex
    @inproceedings{wu2023autogen,
          title={AutoGen: Enabling Next-Gen LLM Applications via Multi-Agent Conversation Framework},
          author={Qingyun Wu and Gagan Bansal and Jieyu Zhang and Yiran Wu and Shaokun Zhang and Erkang Zhu and Beibin Li and Li Jiang and Xiaoyun Zhang and Chi Wang},
          year={2023},
          eprint={2308.08155},
          archivePrefix={arXiv},
          primaryClass={cs.AI}
    }
    
    bibtex
    @inproceedings{wang2023EcoOptiGen,
        title={Cost-Effective Hyperparameter Optimization for Large Language Model Generation Inference},
        author={Chi Wang and Susan Xueqing Liu and Ahmed H. Awadallah},
        year={2023},
        booktitle={AutoML'23},
    }
    ```
    
     [MathChat](https://arxiv.org/abs/2306.01337). 
    
    ```
    bibtex
    @inproceedings{wu2023empirical,
        title={An Empirical Study on Challenging Math Problem Solving with GPT-4},
        author={Yiran Wu and Feiran Jia and Shaokun Zhang and Hangyu Li and Erkang Zhu and Yue Wang and Yin Tat Lee and Richard Peng and Qingyun Wu and Chi Wang},
        year={2023},
        booktitle={ArXiv preprint arXiv:2306.01337},
    }
    ```
    priyansh4320 committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    46a4c04 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2023

  1. Seperated AutoGen and EcoOptGen and removed 'bibtex'

    ## Citation  
    [AutoGen](https://arxiv.org/abs/2308.08155). 
    ``` 
    @inproceedings{wu2023autogen,
          title={AutoGen: Enabling Next-Gen LLM Applications via Multi-Agent Conversation Framework},
          author={Qingyun Wu and Gagan Bansal and Jieyu Zhang and Yiran Wu and Shaokun Zhang and Erkang Zhu and Beibin Li and Li Jiang and Xiaoyun Zhang and Chi Wang},
          year={2023},
          eprint={2308.08155},
          archivePrefix={arXiv},
          primaryClass={cs.AI}
    }
    ```
    
    [EcoOptiGen](https://arxiv.org/abs/2303.04673).
    ```
    @inproceedings{wang2023EcoOptiGen,
        title={Cost-Effective Hyperparameter Optimization for Large Language Model Generation Inference},
        author={Chi Wang and Susan Xueqing Liu and Ahmed H. Awadallah},
        year={2023},
        booktitle={AutoML'23},
    }
    ```
    priyansh4320 committed Oct 1, 2023
    Configuration menu
    Copy the full SHA
    b6ad6ea View commit details
    Browse the repository at this point in the history