hitz-zentroa / GoLLIE

Guideline following Large Language Model for Information Extraction
https://hitz-zentroa.github.io/GoLLIE/
Apache License 2.0
263 stars 18 forks source link

requirements.txt is missing #14

Closed scampion closed 4 months ago

scampion commented 4 months ago

It's mentioned in the documentation but not in the source code, if I've understood correctly.

osainz59 commented 4 months ago

Hi @scampion ,

The packages you need to install to run the code of this repository are listed in the Installation section of the README file. We do not provide a requirements.txt file, where did you find the mention of the file exactly?

Let me know if you need something else :) Oscar

scampion commented 4 months ago

Indeed I found that :) Thanks a lot for your feedback.

The message was in the notebook :

Event Extraction with GoLLIE[¶]
This notebook provides an example of how to conduct Event Extraction using GoLLIE.

In the paper, to compare GoLLIE with the previous state-of-the-art (SOTA), we divided the Event Extraction task into two sub-tasks: Event Extraction (EE) and Event Argument Extraction (EAE). The former focuses on detecting event instances in a text, while the latter, given an event instance, predicts its attributes, such as the persons involved and their roles. Additionally, GoLLIE is capable of performing End-to-End Event Extraction. In this notebook, we will demonstrate all three scenarios. This notebook covers:

How to define guidelines for a task
How to load GoLLIE
How to conduct Event Extraction (EE) using GoLLIE
How to perform Event Argument Extraction (EAE) with GoLLIE
How to execute end-to-end Event Extraction with GoLLIE
How to implement a scorer and evaluate the results
You can modify this notebook to run any Event Extraction task you want

Import requeriments
See the requeriments.txt file in the main directory to install the required dependencies