facebookresearch / Clinical-Trial-Parser

Library for converting clinical trial eligibility criteria to a machine-readable format.
Apache License 2.0
163 stars 58 forks source link

Plans to release Aggregator Module? #18

Closed Butler925 closed 3 years ago

Butler925 commented 3 years ago

I am trying to use this code to help parse criteria for clinical trials, but am learning that the cfg and ie modules currently run separately without any way to merge the outputs. Do you plan on releasing the discussed aggregator and post-processing code or is there a way I can do it on my end? Any thoughts helpful!

salkola commented 3 years ago

We have no plans to augment the relation extraction module in the near future.

The outputs of the CFG and IE modules tend to have little overlap, which makes their simple combination possible. For example, when the IE label is clinical variable, age or BMI, we would inspect whether the CFG output has a corresponding relation so that the best result can be selected.

I look forward to your contributions!