Skip to content

Releases: adaamko/POTATO

Release v0.1.5, new graph formalisms

Choose a tag to compare

@adaamko adaamko released this 17 Apr 11:38
f25678f

What's Changed

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

v0.1.4

Choose a tag to compare

@adaamko adaamko released this 03 Oct 14:25

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

Choose a tag to compare

@adaamko adaamko released this 30 Jun 08:47

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

Choose a tag to compare

@adaamko adaamko released this 20 Apr 07:23

What's Changed

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

v0.1.1

Choose a tag to compare

@adaamko adaamko released this 12 Apr 08:45

What's Changed

New Contributors

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

v0.1.0

Choose a tag to compare

@adaamko adaamko released this 09 Mar 10:48
a05ddf9

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

Choose a tag to compare

@adaamko adaamko released this 31 Jan 13:48

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

Choose a tag to compare

@adaamko adaamko released this 25 Jan 10:39
  • 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

Choose a tag to compare

@adaamko adaamko released this 18 Jan 12:00

AMR demo version
AMR is working correctly.

Release v0.0.5

Choose a tag to compare

@adaamko adaamko released this 18 Jan 11:37

ACL demo paper version.
New README and examples.