King-s-Knowledge-Graph-Lab / ProVe

This tool enables the fact-checking of Wikidata items by verbalizing claims and gathering HTML reference resources utilizing various language models. Please refer to the ProVe API through the link provided below.
https://king-s-knowledge-graph-lab.github.io/ProVe/
4 stars 0 forks source link

How to deal with structured references #40

Open albertmeronyo opened 1 week ago

albertmeronyo commented 1 week ago

Some HTTP de-referenced content from references return structured data. The tool is just getting now the whole thing and sending it to the LLM, which will give the wrong result. We need to identify in these tables the content we need, transform it into plain text, and then send it to the LLM.

albertmeronyo commented 1 week ago

Related to #33