COLT
The implementation for CIKM 2024: Towards Completeness-Oriented Tool Retrieval for Large Language Models.
File Explorer
- test.tsv
- train.tsv
- corpus.jsonl
- queries.jsonl
- query_scene_test.txt
- query_scene_train.txt
- query_scene_tune.txt
- query_tool.txt
- query_tool_test.txt
- query_tool_train.txt
- query_tool_tune.txt
- scene_tool.txt
- ToolBenchG2_data_size.txt
- test.tsv
- train.tsv
- corpus.jsonl
- queries.jsonl
- query_scene_test.txt
- query_scene_train.txt
- query_scene_tune.txt
- query_tool.txt
- query_tool_test.txt
- query_tool_train.txt
- query_tool_tune.txt
- scene_tool.txt
- ToolBenchG3_data_size.txt
- test.tsv
- train.tsv
- corpus.jsonl
- queries.jsonl
- query_scene_test.txt
- query_scene_train.txt
- query_scene_tune.txt
- query_tool.txt
- query_tool_test.txt
- query_tool_train.txt
- query_tool_tune.txt
- scene_tool.txt
- ToolLens_data.json
- ToolLens_data_size.txt
- COLT.py
- config.yaml
- README.md
- run.sh
- train.py
- train_sbert.py
- utility.py
# Use via CDN
jsDelivrjsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.
Link
Example
Command Glossary
Commands referenced in this DOCs, explained below.
python
View Details ▼
python
Python language interpreter.
python
Start a REPL (interactive shell):
python {{path/to/file.py}}
Execute a specific Python file:
python -i {{path/to/file.py}}
Execute a specific Python file and start a REPL:
// repository documentation
Was this content helpful?
(0 ratings)
