117-large-language-models-are-versatile-decomposers-decompose-evidence-and-questions-for-table-base
Science Score: 23.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
○.zenodo.json file
-
○DOI references
-
✓Academic publication links
Links to: arxiv.org -
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (12.6%) to scientific vocabulary
Last synced: 10 months ago
·
JSON representation
Repository
Basic Info
- Host: GitHub
- Owner: SZU-AdvTech-2024
- Default Branch: main
- Size: 1000 Bytes
Statistics
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
- Releases: 0
Created over 1 year ago
· Last pushed over 1 year ago
Metadata Files
Citation
https://github.com/SZU-AdvTech-2024/117-Large-Language-Models-are-Versatile-Decomposers-Decompose-Evidence-and-Questions-for-Table-base/blob/main/
# Large Language Models are Versatile Decomposers:Decomposing Evidence and Questions for Table-based Reasoning The official repository which contains the prompt and the generation results of Codex at each stage for our paper [Dater: Large Language Models are Versatile Decomposers: Decomposing Evidence and Questions for Table-based Reasoning](https://arxiv.org/pdf/2301.13808.pdf). ## Overview In this study, we present a new method called **Dater** , which involves the decomposition of large tables of evidence into smaller sub-tables and the decomposition of complex questions into simpler sub-questions for text reasoning. Additionally, we introduce a novel "parsing-execution-filling" strategy to alleviate the issue of hallucination in Language Language Models (LLMs).  ## Download Download required prompts and saved files and moving files to target folder. ### Step 1 Download the [saved files and prompts](https://bird-bench.oss-cn-beijing.aliyuncs.com/dater_saved.tar.gz). ### Step 2 Move saved files to target folder. ``` tar -zxvf saved.tar.gz sh mv_data2path.sh ``` ## Evaluation `sh run_{}.sh` can be easily used to evaluate our methods. If you want to obtain request results from the OpenAI API on your own, you will need to install a specific environment ## Environment We suggest using Conda to set up the environment: ``` conda env create -f py3.7text2sql.yaml pip install records==0.5.3 ``` ## Citation If our work is useful for you, please consider citing our paper: ```bibtex @inprocessing{ye2023large, author = {Yunhu Ye and Binyuan Hui and Min Yang and Binhua Li and Fei Huang and Yongbin Li}, title = {Large Language Models are Versatile Decomposers: Decompose Evidence and Questions for Table-based Reasoning}, booktitle = {SIGIR}, year = {2023}, } ``` ## Acknowledgement This implementation is based on [Binding Language Models in Symbolic Languages](https://arxiv.org/abs/2210.02875). Our work is also thanks to [PASTA: Table-Operations Aware Fact Verification via Sentence-Table Cloze Pre-training](https://arxiv.org/abs/2211.02816). Thanks to the author for releasing the code.
Owner
- Name: SZU-AdvTech-2024
- Login: SZU-AdvTech-2024
- Kind: organization
- Repositories: 1
- Profile: https://github.com/SZU-AdvTech-2024
GitHub Events
Total
- Push event: 4
- Create event: 3
Last Year
- Push event: 4
- Create event: 3