There should be a file storing all the process details, and will be available even if the experiment were terminated. Information during negotiation including:
- agent x, which starts an negotiation
- entity e, which is selected for negotiation
- set E, which is the set of similar entities of e found by x’
- set E’ , which is the relevant set of similar entities processed by LLM from E
- entity e’ , which is the LLM’s selection of best match to e from E’
- set Ex, which is the set of similar entities of e’ found by x
- correspondence c, which is an entity-entity pair found by x
Above information can stored be using logger, with an exit mechanism handling exception and termination.
There should be a file storing all the process details, and will be available even if the experiment were terminated. Information during negotiation including:
Above information can stored be using logger, with an exit mechanism handling exception and termination.