Transformers
Safetensors
English
llama-8b-e2e / README.md
nielsr's picture
nielsr HF Staff
Improve model card with metadata and description
5773f72 verified
|
raw
history blame
1.13 kB
---
license: mit
library_name: transformers
pipeline_tag: text-generation
---
This Hugging Face repository contains a fine-tuned Mistral model trained for the task of extracting recombination examples from scientific abstracts, as described in the paper [CHIMERA: A Knowledge Base of Idea Recombination in Scientific Literature](https://huggingface.co/papers/2505.20779). The model utilizes a LoRA adapter on top of a Mistral base model.
Project page: https://noy-sternlicht.github.io/CHIMERA-Web
Code: https://github.cs.huji.ac.il/tomhope-lab/CHIMERA
The model can be used for the information extraction task of identifying recombination examples within scientific text. For detailed usage instructions and reproduction of results, please refer to the Github repository linked above.
```bibtex
@misc{sternlicht2025chimeraknowledgebaseidea,
title={CHIMERA: A Knowledge Base of Idea Recombination in Scientific Literature},
author={Noy Sternlicht and Tom Hope},
year={2025},
eprint={2505.20779},
archivePrefix={arXiv},
primaryClass={cs.CL},
url={https://arxiv.org/abs/2505.20779},
}
```