sato icon indicating copy to clipboard operation
sato copied to clipboard

Code and data for Sato https://arxiv.org/abs/1911.06311.

Results 26 sato issues
Sort by recently updated
recently updated
newest added

Bumps [numpy](https://github.com/numpy/numpy) from 1.16.4 to 1.22.0. Release notes Sourced from numpy's releases. v1.22.0 NumPy 1.22.0 Release Notes NumPy 1.22.0 is a big release featuring the work of 153 contributors spread...

dependencies

I have been a data engineer obsessed with metadata for a long time. Recently I started the semantic data types identification project metacrafter - https://github.com/apicrafter/metacrafter, and I wrote a short...

Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 1.13.1 to 2.7.2. Release notes Sourced from tensorflow's releases. TensorFlow 2.7.2 Release 2.7.2 This releases introduces several vulnerability fixes: Fixes a code injection in saved_model_cli (CVE-2022-29216) Fixes...

dependencies

Table topic exception: dtype('float32') --------------------------------------------------------------------------- AttributeError Traceback (most recent call last) [](https://localhost:8080/#) in () ----> 1 res = evaluate(df.head(10)) 1 frames [/content/drive/MyDrive/columns_classification/sato/demo/predict.py](https://localhost:8080/#) in evaluate(df) 83 def evaluate(df): 84 ---> 85...

Hi, I am trying to run the demo server locally. However, it fails to start due to a `FileNotFoundError` error. ``` FileNotFoundError: [Errno 2] No such file or directory: '/home/test/sato/topic_model/LDA_cache/type78/model_num-directstr_thr-0_tn-400'...

Bumps [protobuf](https://github.com/protocolbuffers/protobuf) from 3.8.0 to 3.15.0. Release notes Sourced from protobuf's releases. Protocol Buffers v3.15.0 Protocol Compiler Optional fields for proto3 are enabled by default, and no longer require the...

dependencies

Bumps [ipython](https://github.com/ipython/ipython) from 7.5.0 to 7.16.3. Commits d43c7c7 release 7.16.3 5fa1e40 Merge pull request from GHSA-pq7m-3gw7-gq5x 8df8971 back to dev 9f477b7 release 7.16.2 138f266 bring back release helper from master...

dependencies

I want to apply a new dataset in "only sherlock" and the fully "sato" model. I found `train_sherlock.py` and `train_CRF_LC.py` I run `train_sherlock.py and --topic=None`. Is the result of only...

Hi, I am a student who is a novice in the research aspect of NLP, I runned the code as README。 Before, I got warning about Early Stopping and UndefinedMetricWarning,...

Hello, I tried to extract the features with `extract_features.py` ![image](https://user-images.githubusercontent.com/50450584/95533363-d39e2300-0997-11eb-9428-190a5182f26a.png) and the result is just like this. I don't get where the `open_data_type_78_header_valid.csv`'s location is. + Can I just use...