Skip to content

Releases: adaamko/POTATO

Release v0.1.5, new graph formalisms

17 Apr 11:38
f25678f
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.4...v0.1.5

v0.1.4

03 Oct 14:25
Compare
Choose a tag to compare

What's Changed

  • Modified hatexplain dataset generation by @GKingA in #68
  • Explainable Sample contains lemma by @GKingA in #69
  • Update tuw-nlp to 0.0.9 by @Eszti in #70

Full Changelog: v0.1.3...v0.1.4

CIKM 2022 version

30 Jun 08:47
Compare
Choose a tag to compare

What's Changed

  • rewrite evaluate script to support multi-labels and to use tuw-nlp eval module by @recski in #47
  • Corrected handling of HateXplain data by @GKingA in #48
  • fixed bug in label filtering by @recski in #49
  • Sort features tsv, script to convert to tsv by @adaamko in #51
  • Evaluate script handles tsv by @adaamko in #52
  • Fix bugs by @Eszti in #53
  • Add parameter for case-sensitivity by @Eszti in #55
  • Dev by @Eszti in #56
  • two new options for evaluate script by @recski in #58
  • Added support for the GraphFormulaPatternMatcher by @GKingA in #57
  • command line options for table formatting by @recski in #60
  • Make get_features method available from xpotato package by @Eszti in #62
  • Return multiple graphs and rules match by @GKingA in #61
  • Training command rules by @GKingA in #64
  • Add preprocessing for hateXplain by @kuma-rtin in #65
  • Support n(graph1, graph2) pattern rule learning by @GKingA in #66

New Contributors

Full Changelog: v0.1.2...v0.1.3

v0.1.2

20 Apr 07:23
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.1...v0.1.2

v0.1.1

12 Apr 08:45
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.1.0...v0.1.1

v0.1.0

09 Mar 10:48
a05ddf9
Compare
Choose a tag to compare

What's Changed

  • Dataframes and rules in tsv; OpenIE; Rule, Ruleset formats; READMEs; Unit tests by @adaamko in #40

Full Changelog: v0.0.9...v0.1.0

v0.0.9

31 Jan 13:48
Compare
Choose a tag to compare

What's Changed

  • Remove self loops by @adaamko in #33
  • Enable multi-label prediction by @Eszti in #34
  • Added youtube links
  • Fixed monomorphism

Full Changelog: v0.0.8...v0.0.9

ACL Demo 22 paper version

25 Jan 10:39
Compare
Choose a tag to compare
  • Full method described in the paper.
  • Streamlit UI with three modes
  • simple
  • advanced
  • inference
  • Rest API to use features in prediction mode

v0.0.6

18 Jan 12:00
Compare
Choose a tag to compare

AMR demo version
AMR is working correctly.

Release v0.0.5

18 Jan 11:37
Compare
Choose a tag to compare

ACL demo paper version.
New README and examples.